?? productsform.designer.cs
字號(hào):
namespace ProductsMaintenance
{
partial class ProductsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.numProducts = new System.Windows.Forms.Label();
this.productsGrid = new System.Windows.Forms.DataGridView();
this.saveButton = new System.Windows.Forms.Button();
this.numProductsTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.northwindDataSet = new ProductsMaintenance.NorthwindDataSet();
this.numProductsTableTableAdapter = new ProductsMaintenance.NorthwindDataSetTableAdapters.NumProductsTableTableAdapter();
this.suppliersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.suppliersTableAdapter = new ProductsMaintenance.NorthwindDataSetTableAdapters.SuppliersTableAdapter();
this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.productsTableAdapter = new ProductsMaintenance.NorthwindDataSetTableAdapters.ProductsTableAdapter();
this.productIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.productNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.supplierIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.categoryIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.quantityPerUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unitPriceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unitsInStockDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unitsOnOrderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.reorderLevelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.discontinuedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.productsGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numProductsTableBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.suppliersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Number of Products";
//
// numProducts
//
this.numProducts.AutoSize = true;
this.numProducts.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.numProductsTableBindingSource, "NumProducts", true));
this.numProducts.Location = new System.Drawing.Point(131, 34);
this.numProducts.Name = "numProducts";
this.numProducts.Size = new System.Drawing.Size(69, 13);
this.numProducts.TabIndex = 1;
this.numProducts.Text = "numProducts";
//
// productsGrid
//
this.productsGrid.AutoGenerateColumns = false;
this.productsGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.productsGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.productIDDataGridViewTextBoxColumn,
this.productNameDataGridViewTextBoxColumn,
this.supplierIDDataGridViewTextBoxColumn,
this.categoryIDDataGridViewTextBoxColumn,
this.quantityPerUnitDataGridViewTextBoxColumn,
this.unitPriceDataGridViewTextBoxColumn,
this.unitsInStockDataGridViewTextBoxColumn,
this.unitsOnOrderDataGridViewTextBoxColumn,
this.reorderLevelDataGridViewTextBoxColumn,
this.discontinuedDataGridViewCheckBoxColumn});
this.productsGrid.DataSource = this.productsBindingSource;
this.productsGrid.Location = new System.Drawing.Point(13, 61);
this.productsGrid.Name = "productsGrid";
this.productsGrid.Size = new System.Drawing.Size(567, 300);
this.productsGrid.TabIndex = 2;
this.productsGrid.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.productsGrid_CellValidating);
this.productsGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.productsGrid_CellEndEdit);
this.productsGrid.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.productsGrid_DataError);
//
// saveButton
//
this.saveButton.Location = new System.Drawing.Point(505, 22);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
this.saveButton.TabIndex = 4;
this.saveButton.Text = "Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// numProductsTableBindingSource
//
this.numProductsTableBindingSource.DataMember = "NumProductsTable";
this.numProductsTableBindingSource.DataSource = this.northwindDataSet;
//
// northwindDataSet
//
this.northwindDataSet.DataSetName = "NorthwindDataSet";
//
// numProductsTableTableAdapter
//
this.numProductsTableTableAdapter.ClearBeforeFill = true;
//
// suppliersBindingSource
//
this.suppliersBindingSource.DataMember = "Suppliers";
this.suppliersBindingSource.DataSource = this.northwindDataSet;
//
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -