namespace AppliedDataBindingSample {
partial class ItemUIForm {
///
/// 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.Windows.Forms.Label productIDLabel;
System.Windows.Forms.Label productNameLabel;
System.Windows.Forms.Label quantityPerUnitLabel;
System.Windows.Forms.Label unitPriceLabel;
System.Windows.Forms.Label unitsInStockLabel;
System.Windows.Forms.Label unitsOnOrderLabel;
System.Windows.Forms.Label reorderLevelLabel;
System.Windows.Forms.Label discontinuedLabel;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label supplierIDLabel;
System.Windows.Forms.Label categoryIDLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemUIForm));
this.productsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.northwindDataSet = new AppliedDataBindingSample.NorthwindDataSet();
this.productsBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
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.productsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.productNameTextBox = new System.Windows.Forms.TextBox();
this.quantityPerUnitTextBox = new System.Windows.Forms.TextBox();
this.unitPriceTextBox = new System.Windows.Forms.TextBox();
this.unitsInStockTextBox = new System.Windows.Forms.TextBox();
this.unitsOnOrderTextBox = new System.Windows.Forms.TextBox();
this.reorderLevelTextBox = new System.Windows.Forms.TextBox();
this.discontinuedCheckBox = new System.Windows.Forms.CheckBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.detailsTabPage = new System.Windows.Forms.TabPage();
this.suppliersComboBox = new System.Windows.Forms.ComboBox();
this.suppliersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.categoryIDTextBox = new System.Windows.Forms.TextBox();
this.orderInformationTabPage = new System.Windows.Forms.TabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.productsTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.ProductsTableAdapter();
this.suppliersTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.SuppliersTableAdapter();
this.raceCarDriversBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.racesBindingSource = new System.Windows.Forms.BindingSource(this.components);
productIDLabel = new System.Windows.Forms.Label();
productNameLabel = new System.Windows.Forms.Label();
quantityPerUnitLabel = new System.Windows.Forms.Label();
unitPriceLabel = new System.Windows.Forms.Label();
unitsInStockLabel = new System.Windows.Forms.Label();
unitsOnOrderLabel = new System.Windows.Forms.Label();
reorderLevelLabel = new System.Windows.Forms.Label();
discontinuedLabel = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
supplierIDLabel = new System.Windows.Forms.Label();
categoryIDLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).BeginInit();
this.productsBindingNavigator.SuspendLayout();
this.tabControl1.SuspendLayout();
this.detailsTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.suppliersBindingSource)).BeginInit();
this.orderInformationTabPage.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.raceCarDriversBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.racesBindingSource)).BeginInit();
this.SuspendLayout();
//
// productIDLabel
//
productIDLabel.AutoSize = true;
productIDLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ProductID", true, System.Windows.Forms.DataSourceUpdateMode.Never, "", "\\#0-00-00"));
productIDLabel.Dock = System.Windows.Forms.DockStyle.Fill;
productIDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
productIDLabel.Location = new System.Drawing.Point(3, 0);
productIDLabel.Name = "productIDLabel";
productIDLabel.Size = new System.Drawing.Size(80, 42);
productIDLabel.TabIndex = 1;
productIDLabel.Text = "Product ID";
productIDLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// productsBindingSource
//
this.productsBindingSource.DataMember = "Products";
this.productsBindingSource.DataSource = this.northwindDataSet;
//
// northwindDataSet
//
this.northwindDataSet.DataSetName = "NorthwindDataSet";
this.northwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// productNameLabel
//
productNameLabel.AutoSize = true;
productNameLabel.Location = new System.Drawing.Point(6, 10);
productNameLabel.Name = "productNameLabel";
productNameLabel.Size = new System.Drawing.Size(78, 13);
productNameLabel.TabIndex = 3;
productNameLabel.Text = "Product Name:";
//
// quantityPerUnitLabel
//
quantityPerUnitLabel.AutoSize = true;
quantityPerUnitLabel.Location = new System.Drawing.Point(6, 10);
quantityPerUnitLabel.Name = "quantityPerUnitLabel";
quantityPerUnitLabel.Size = new System.Drawing.Size(90, 13);
quantityPerUnitLabel.TabIndex = 9;
quantityPerUnitLabel.Text = "Quantity Per Unit:";
//
// unitPriceLabel
//
unitPriceLabel.AutoSize = true;
unitPriceLabel.Location = new System.Drawing.Point(6, 36);
unitPriceLabel.Name = "unitPriceLabel";
unitPriceLabel.Size = new System.Drawing.Size(56, 13);
unitPriceLabel.TabIndex = 11;
unitPriceLabel.Text = "Unit Price:";
//
// unitsInStockLabel
//
unitsInStockLabel.AutoSize = true;
unitsInStockLabel.Location = new System.Drawing.Point(6, 62);
unitsInStockLabel.Name = "unitsInStockLabel";
unitsInStockLabel.Size = new System.Drawing.Size(77, 13);
unitsInStockLabel.TabIndex = 13;
unitsInStockLabel.Text = "Units In Stock:";
//
// unitsOnOrderLabel
//
unitsOnOrderLabel.AutoSize = true;
unitsOnOrderLabel.Location = new System.Drawing.Point(6, 88);
unitsOnOrderLabel.Name = "unitsOnOrderLabel";
unitsOnOrderLabel.Size = new System.Drawing.Size(80, 13);
unitsOnOrderLabel.TabIndex = 15;
unitsOnOrderLabel.Text = "Units On Order:";
//
// reorderLevelLabel
//
reorderLevelLabel.AutoSize = true;
reorderLevelLabel.Location = new System.Drawing.Point(6, 114);
reorderLevelLabel.Name = "reorderLevelLabel";
reorderLevelLabel.Size = new System.Drawing.Size(77, 13);
reorderLevelLabel.TabIndex = 17;
reorderLevelLabel.Text = "Reorder Level:";
//
// discontinuedLabel
//
discontinuedLabel.AutoSize = true;
discontinuedLabel.Location = new System.Drawing.Point(6, 88);
discontinuedLabel.Name = "discontinuedLabel";
discontinuedLabel.Size = new System.Drawing.Size(72, 13);
discontinuedLabel.TabIndex = 19;
discontinuedLabel.Text = "Discontinued:";
//
// label1
//
label1.AutoSize = true;
label1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ProductName", true));
label1.Dock = System.Windows.Forms.DockStyle.Fill;
label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
label1.Location = new System.Drawing.Point(89, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(238, 42);
label1.TabIndex = 21;
label1.Text = "Product Name";
label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// supplierIDLabel
//
supplierIDLabel.AutoSize = true;
supplierIDLabel.Location = new System.Drawing.Point(6, 36);
supplierIDLabel.Name = "supplierIDLabel";
supplierIDLabel.Size = new System.Drawing.Size(62, 13);
supplierIDLabel.TabIndex = 20;
supplierIDLabel.Text = "Supplier ID:";
//
// categoryIDLabel
//
categoryIDLabel.AutoSize = true;
categoryIDLabel.Location = new System.Drawing.Point(6, 62);
categoryIDLabel.Name = "categoryIDLabel";
categoryIDLabel.Size = new System.Drawing.Size(66, 13);
categoryIDLabel.TabIndex = 21;
categoryIDLabel.Text = "Category ID:";
//
// 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.productsBindingNavigatorSaveItem});
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(354, 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.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Add new";
//
// 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.RightToLeftAutoMirrorImage = true;
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.RightToLeftAutoMirrorImage = true;
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.RightToLeftAutoMirrorImage = true;
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.AccessibleName = "Position";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
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.RightToLeftAutoMirrorImage = true;
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.RightToLeftAutoMirrorImage = true;
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);
//
// productsBindingNavigatorSaveItem
//
this.productsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.productsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productsBindingNavigatorSaveItem.Image")));
this.productsBindingNavigatorSaveItem.Name = "productsBindingNavigatorSaveItem";
this.productsBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.productsBindingNavigatorSaveItem.Text = "Save Data";
this.productsBindingNavigatorSaveItem.Click += new System.EventHandler(this.productsBindingNavigatorSaveItem_Click);
//
// productNameTextBox
//
this.productNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.productNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ProductName", true));
this.productNameTextBox.Location = new System.Drawing.Point(93, 7);
this.productNameTextBox.Name = "productNameTextBox";
this.productNameTextBox.Size = new System.Drawing.Size(223, 20);
this.productNameTextBox.TabIndex = 4;
//
// quantityPerUnitTextBox
//
this.quantityPerUnitTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.quantityPerUnitTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "QuantityPerUnit", true));
this.quantityPerUnitTextBox.Location = new System.Drawing.Point(102, 7);
this.quantityPerUnitTextBox.Name = "quantityPerUnitTextBox";
this.quantityPerUnitTextBox.Size = new System.Drawing.Size(214, 20);
this.quantityPerUnitTextBox.TabIndex = 10;
//
// unitPriceTextBox
//
this.unitPriceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.unitPriceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "UnitPrice", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, "No Bananas", "0.00 Bananas"));
this.unitPriceTextBox.Location = new System.Drawing.Point(102, 33);
this.unitPriceTextBox.Name = "unitPriceTextBox";
this.unitPriceTextBox.Size = new System.Drawing.Size(214, 20);
this.unitPriceTextBox.TabIndex = 12;
this.unitPriceTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.unitPriceTextBox_Validating);
//
// unitsInStockTextBox
//
this.unitsInStockTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.unitsInStockTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "UnitsInStock", true));
this.unitsInStockTextBox.Location = new System.Drawing.Point(102, 59);
this.unitsInStockTextBox.Name = "unitsInStockTextBox";
this.unitsInStockTextBox.Size = new System.Drawing.Size(214, 20);
this.unitsInStockTextBox.TabIndex = 14;
//
// unitsOnOrderTextBox
//
this.unitsOnOrderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.unitsOnOrderTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "UnitsOnOrder", true));
this.unitsOnOrderTextBox.Location = new System.Drawing.Point(102, 85);
this.unitsOnOrderTextBox.Name = "unitsOnOrderTextBox";
this.unitsOnOrderTextBox.Size = new System.Drawing.Size(214, 20);
this.unitsOnOrderTextBox.TabIndex = 16;
//
// reorderLevelTextBox
//
this.reorderLevelTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.reorderLevelTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "ReorderLevel", true));
this.reorderLevelTextBox.Location = new System.Drawing.Point(102, 111);
this.reorderLevelTextBox.Name = "reorderLevelTextBox";
this.reorderLevelTextBox.Size = new System.Drawing.Size(214, 20);
this.reorderLevelTextBox.TabIndex = 18;
//
// discontinuedCheckBox
//
this.discontinuedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.discontinuedCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productsBindingSource, "Discontinued", true));
this.discontinuedCheckBox.Location = new System.Drawing.Point(93, 85);
this.discontinuedCheckBox.Name = "discontinuedCheckBox";
this.discontinuedCheckBox.Size = new System.Drawing.Size(223, 20);
this.discontinuedCheckBox.TabIndex = 20;
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.detailsTabPage);
this.tabControl1.Controls.Add(this.orderInformationTabPage);
this.tabControl1.Location = new System.Drawing.Point(12, 76);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(330, 166);
this.tabControl1.TabIndex = 21;
//
// detailsTabPage
//
this.detailsTabPage.AutoScroll = true;
this.detailsTabPage.Controls.Add(this.suppliersComboBox);
this.detailsTabPage.Controls.Add(categoryIDLabel);
this.detailsTabPage.Controls.Add(this.categoryIDTextBox);
this.detailsTabPage.Controls.Add(supplierIDLabel);
this.detailsTabPage.Controls.Add(productNameLabel);
this.detailsTabPage.Controls.Add(this.productNameTextBox);
this.detailsTabPage.Controls.Add(discontinuedLabel);
this.detailsTabPage.Controls.Add(this.discontinuedCheckBox);
this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
this.detailsTabPage.Name = "detailsTabPage";
this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.detailsTabPage.Size = new System.Drawing.Size(322, 140);
this.detailsTabPage.TabIndex = 0;
this.detailsTabPage.Text = "Details";
this.detailsTabPage.UseVisualStyleBackColor = true;
//
// suppliersComboBox
//
this.suppliersComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.suppliersComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productsBindingSource, "SupplierID", true));
this.suppliersComboBox.DataSource = this.suppliersBindingSource;
this.suppliersComboBox.DisplayMember = "CompanyName";
this.suppliersComboBox.FormattingEnabled = true;
this.suppliersComboBox.Location = new System.Drawing.Point(93, 33);
this.suppliersComboBox.Name = "suppliersComboBox";
this.suppliersComboBox.Size = new System.Drawing.Size(223, 21);
this.suppliersComboBox.TabIndex = 23;
this.suppliersComboBox.ValueMember = "SupplierID";
//
// suppliersBindingSource
//
this.suppliersBindingSource.DataMember = "Suppliers";
this.suppliersBindingSource.DataSource = this.northwindDataSet;
//
// categoryIDTextBox
//
this.categoryIDTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.categoryIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productsBindingSource, "CategoryID", true));
this.categoryIDTextBox.Location = new System.Drawing.Point(93, 59);
this.categoryIDTextBox.Name = "categoryIDTextBox";
this.categoryIDTextBox.Size = new System.Drawing.Size(223, 20);
this.categoryIDTextBox.TabIndex = 22;
//
// orderInformationTabPage
//
this.orderInformationTabPage.Controls.Add(this.quantityPerUnitTextBox);
this.orderInformationTabPage.Controls.Add(quantityPerUnitLabel);
this.orderInformationTabPage.Controls.Add(this.reorderLevelTextBox);
this.orderInformationTabPage.Controls.Add(reorderLevelLabel);
this.orderInformationTabPage.Controls.Add(unitPriceLabel);
this.orderInformationTabPage.Controls.Add(this.unitsOnOrderTextBox);
this.orderInformationTabPage.Controls.Add(this.unitPriceTextBox);
this.orderInformationTabPage.Controls.Add(unitsOnOrderLabel);
this.orderInformationTabPage.Controls.Add(unitsInStockLabel);
this.orderInformationTabPage.Controls.Add(this.unitsInStockTextBox);
this.orderInformationTabPage.Location = new System.Drawing.Point(4, 22);
this.orderInformationTabPage.Name = "orderInformationTabPage";
this.orderInformationTabPage.Padding = new System.Windows.Forms.Padding(3);
this.orderInformationTabPage.Size = new System.Drawing.Size(322, 140);
this.orderInformationTabPage.TabIndex = 1;
this.orderInformationTabPage.Text = "Order Information";
this.orderInformationTabPage.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(productIDLabel, 0, 0);
this.tableLayoutPanel1.Controls.Add(label1, 1, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 28);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(330, 42);
this.tableLayoutPanel1.TabIndex = 22;
//
// productsTableAdapter
//
this.productsTableAdapter.ClearBeforeFill = true;
//
// suppliersTableAdapter
//
this.suppliersTableAdapter.ClearBeforeFill = true;
//
// raceCarDriversBindingSource
//
this.raceCarDriversBindingSource.DataSource = typeof(AppliedDataBindingSample.RaceCarDriver);
//
// racesBindingSource
//
this.racesBindingSource.DataSource = typeof(AppliedDataBindingSample.Race);
//
// ItemUIForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(354, 254);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.productsBindingNavigator);
this.Name = "ItemUIForm";
this.Text = "Item UI Form";
this.Load += new System.EventHandler(this.ItemUIForm_Load);
((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.productsBindingNavigator)).EndInit();
this.productsBindingNavigator.ResumeLayout(false);
this.productsBindingNavigator.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.detailsTabPage.ResumeLayout(false);
this.detailsTabPage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.suppliersBindingSource)).EndInit();
this.orderInformationTabPage.ResumeLayout(false);
this.orderInformationTabPage.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.raceCarDriversBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.racesBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private NorthwindDataSet northwindDataSet;
private System.Windows.Forms.BindingSource productsBindingSource;
private AppliedDataBindingSample.NorthwindDataSetTableAdapters.ProductsTableAdapter productsTableAdapter;
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 productsBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox productNameTextBox;
private System.Windows.Forms.TextBox quantityPerUnitTextBox;
private System.Windows.Forms.TextBox unitPriceTextBox;
private System.Windows.Forms.TextBox unitsInStockTextBox;
private System.Windows.Forms.TextBox unitsOnOrderTextBox;
private System.Windows.Forms.TextBox reorderLevelTextBox;
private System.Windows.Forms.CheckBox discontinuedCheckBox;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage detailsTabPage;
private System.Windows.Forms.TabPage orderInformationTabPage;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TextBox categoryIDTextBox;
private System.Windows.Forms.BindingSource suppliersBindingSource;
private AppliedDataBindingSample.NorthwindDataSetTableAdapters.SuppliersTableAdapter suppliersTableAdapter;
private System.Windows.Forms.ComboBox suppliersComboBox;
private System.Windows.Forms.BindingSource racesBindingSource;
private System.Windows.Forms.BindingSource raceCarDriversBindingSource;
}
}