namespace AppliedDataBindingSample { partial class ListUIForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if( disposing && (components != null) ) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListUIForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.productsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.northwindDataSet = new AppliedDataBindingSample.NorthwindDataSet(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.productsDataGridView = new System.Windows.Forms.DataGridView(); this.ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CategoryID = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.CategoriesBindingSource = new System.Windows.Forms.BindingSource(this.components); this.SupplierID = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.SuppliersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.QuantityPerUnit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UnitPrice = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UnitsInStock = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UnitsOnOrder = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ReorderLevel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Discontinued = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.productsTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.ProductsTableAdapter(); this.categoriesTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.CategoriesTableAdapter(); this.suppliersTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.SuppliersTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).BeginInit(); this.productsBindingNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.productsDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CategoriesBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SuppliersBindingSource)).BeginInit(); this.SuspendLayout(); // // productsBindingNavigator // this.productsBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.productsBindingNavigator.BindingSource = this.productsBindingSource; this.productsBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.productsBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.productsBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bindingNavigatorMoveFirstItem, this.bindingNavigatorMovePreviousItem, this.bindingNavigatorSeparator, this.bindingNavigatorPositionItem, this.bindingNavigatorCountItem, this.bindingNavigatorSeparator1, this.bindingNavigatorMoveNextItem, this.bindingNavigatorMoveLastItem, this.bindingNavigatorSeparator2, this.bindingNavigatorAddNewItem, this.bindingNavigatorDeleteItem, this.bindingNavigatorSaveItem}); this.productsBindingNavigator.Location = new System.Drawing.Point(0, 0); this.productsBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.productsBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.productsBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.productsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.productsBindingNavigator.Name = "productsBindingNavigator"; this.productsBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.productsBindingNavigator.Size = new System.Drawing.Size(664, 25); this.productsBindingNavigator.TabIndex = 0; this.productsBindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // productsBindingSource // this.productsBindingSource.DataMember = "Products"; this.productsBindingSource.DataSource = this.northwindDataSet; // // northwindDataSet // this.northwindDataSet.DataSetName = "NorthwindDataSet"; this.northwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 25); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorSaveItem // this.bindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorSaveItem.Image"))); this.bindingNavigatorSaveItem.Name = "bindingNavigatorSaveItem"; this.bindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorSaveItem.Text = "Save Data"; this.bindingNavigatorSaveItem.Click += new System.EventHandler(this.bindingNavigatorSaveItem_Click); // // productsDataGridView // this.productsDataGridView.AllowUserToOrderColumns = true; this.productsDataGridView.AutoGenerateColumns = false; this.productsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ProductName, this.CategoryID, this.SupplierID, this.QuantityPerUnit, this.UnitPrice, this.UnitsInStock, this.UnitsOnOrder, this.ReorderLevel, this.Discontinued}); this.productsDataGridView.DataSource = this.productsBindingSource; this.productsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.productsDataGridView.Location = new System.Drawing.Point(0, 25); this.productsDataGridView.Name = "productsDataGridView"; this.productsDataGridView.Size = new System.Drawing.Size(664, 293); this.productsDataGridView.TabIndex = 1; this.productsDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.productsDataGridView_CellFormatting); this.productsDataGridView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.productsDataGridView_CellParsing); this.productsDataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.productsDataGridView_CellValidating); // // ProductName // this.ProductName.DataPropertyName = "ProductName"; this.ProductName.HeaderText = "ProductName"; this.ProductName.Name = "ProductName"; // // CategoryID // this.CategoryID.DataPropertyName = "CategoryID"; this.CategoryID.DataSource = this.CategoriesBindingSource; this.CategoryID.DisplayMember = "CategoryName"; this.CategoryID.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing; this.CategoryID.HeaderText = "CategoryID"; this.CategoryID.Name = "CategoryID"; this.CategoryID.ValueMember = "CategoryID"; // // CategoriesBindingSource // this.CategoriesBindingSource.DataMember = "Categories"; this.CategoriesBindingSource.DataSource = this.northwindDataSet; // // SupplierID // this.SupplierID.DataPropertyName = "SupplierID"; this.SupplierID.DataSource = this.SuppliersBindingSource; this.SupplierID.DisplayMember = "CompanyName"; this.SupplierID.HeaderText = "SupplierID"; this.SupplierID.Name = "SupplierID"; this.SupplierID.ValueMember = "SupplierID"; // // SuppliersBindingSource // this.SuppliersBindingSource.DataMember = "Suppliers"; this.SuppliersBindingSource.DataSource = this.northwindDataSet; // // QuantityPerUnit // this.QuantityPerUnit.DataPropertyName = "QuantityPerUnit"; this.QuantityPerUnit.HeaderText = "QuantityPerUnit"; this.QuantityPerUnit.Name = "QuantityPerUnit"; // // UnitPrice // this.UnitPrice.DataPropertyName = "UnitPrice"; dataGridViewCellStyle1.Format = "0.00 Bananas"; dataGridViewCellStyle1.FormatProvider = new System.Globalization.CultureInfo("en-US"); dataGridViewCellStyle1.NullValue = "No Bananas"; this.UnitPrice.DefaultCellStyle = dataGridViewCellStyle1; this.UnitPrice.HeaderText = "UnitPrice"; this.UnitPrice.Name = "UnitPrice"; // // UnitsInStock // this.UnitsInStock.DataPropertyName = "UnitsInStock"; this.UnitsInStock.HeaderText = "UnitsInStock"; this.UnitsInStock.Name = "UnitsInStock"; // // UnitsOnOrder // this.UnitsOnOrder.DataPropertyName = "UnitsOnOrder"; this.UnitsOnOrder.HeaderText = "UnitsOnOrder"; this.UnitsOnOrder.Name = "UnitsOnOrder"; // // ReorderLevel // this.ReorderLevel.DataPropertyName = "ReorderLevel"; this.ReorderLevel.HeaderText = "ReorderLevel"; this.ReorderLevel.Name = "ReorderLevel"; // // Discontinued // this.Discontinued.DataPropertyName = "Discontinued"; this.Discontinued.HeaderText = "Discontinued"; this.Discontinued.Name = "Discontinued"; // // productsTableAdapter // this.productsTableAdapter.ClearBeforeFill = true; // // categoriesTableAdapter // this.categoriesTableAdapter.ClearBeforeFill = true; // // suppliersTableAdapter // this.suppliersTableAdapter.ClearBeforeFill = true; // // ListUIForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(664, 318); this.Controls.Add(this.productsDataGridView); this.Controls.Add(this.productsBindingNavigator); this.Name = "ListUIForm"; this.Text = "List UI Form"; this.Load += new System.EventHandler(this.ListUIForm_Load); ((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).EndInit(); this.productsBindingNavigator.ResumeLayout(false); this.productsBindingNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.productsDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CategoriesBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SuppliersBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.BindingNavigator productsBindingNavigator; private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem; private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; private System.Windows.Forms.ToolStripButton bindingNavigatorSaveItem; private System.Windows.Forms.DataGridView productsDataGridView; private System.Windows.Forms.BindingSource productsBindingSource; private NorthwindDataSet northwindDataSet; private AppliedDataBindingSample.NorthwindDataSetTableAdapters.ProductsTableAdapter productsTableAdapter; private System.Windows.Forms.BindingSource CategoriesBindingSource; private AppliedDataBindingSample.NorthwindDataSetTableAdapters.CategoriesTableAdapter categoriesTableAdapter; private System.Windows.Forms.BindingSource SuppliersBindingSource; private AppliedDataBindingSample.NorthwindDataSetTableAdapters.SuppliersTableAdapter suppliersTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn2; private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn ProductName; private System.Windows.Forms.DataGridViewComboBoxColumn CategoryID; private System.Windows.Forms.DataGridViewComboBoxColumn SupplierID; private System.Windows.Forms.DataGridViewTextBoxColumn QuantityPerUnit; private System.Windows.Forms.DataGridViewTextBoxColumn UnitPrice; private System.Windows.Forms.DataGridViewTextBoxColumn UnitsInStock; private System.Windows.Forms.DataGridViewTextBoxColumn UnitsOnOrder; private System.Windows.Forms.DataGridViewTextBoxColumn ReorderLevel; private System.Windows.Forms.DataGridViewCheckBoxColumn Discontinued; } }