namespace AppliedDataBindingSample {
partial class HierarchicalDataForm {
///
/// 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(HierarchicalDataForm));
this.northwindDataSet = new AppliedDataBindingSample.NorthwindDataSet();
this.customersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.customersTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.CustomersTableAdapter();
this.customersBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
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.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.customersDataGrid = new System.Windows.Forms.DataGrid();
this.order_DetailsTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.Order_DetailsTableAdapter();
this.ordersTableAdapter = new AppliedDataBindingSample.NorthwindDataSetTableAdapters.OrdersTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.customersBindingNavigator)).BeginInit();
this.customersBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.customersDataGrid)).BeginInit();
this.SuspendLayout();
//
// northwindDataSet
//
this.northwindDataSet.DataSetName = "NorthwindDataSet";
//
// customersBindingSource
//
this.customersBindingSource.DataMember = "Customers";
this.customersBindingSource.DataSource = this.northwindDataSet;
//
// customersTableAdapter
//
this.customersTableAdapter.ClearBeforeFill = true;
//
// customersBindingNavigator
//
this.customersBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.customersBindingNavigator.BindingSource = this.customersBindingSource;
this.customersBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.customersBindingNavigator.CountItemFormat = "of {0}";
this.customersBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.customersBindingNavigator.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.customersBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.customersBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.customersBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.customersBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.customersBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.customersBindingNavigator.Name = "customersBindingNavigator";
this.customersBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.customersBindingNavigator.Size = new System.Drawing.Size(371, 25);
this.customersBindingNavigator.TabIndex = 0;
this.customersBindingNavigator.Text = "bindingNavigator1";
//
// 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.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.Text = "Move previous";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 25);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Current position";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Text = "of {0}";
this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
//
// 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.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.Text = "Move last";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
//
// 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.Text = "Add new";
//
// 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.Text = "Delete";
//
// 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.Text = "Save Data";
this.bindingNavigatorSaveItem.Click += new System.EventHandler(this.bindingNavigatorSaveItem_Click);
//
// customersDataGrid
//
this.customersDataGrid.DataMember = "";
this.customersDataGrid.DataSource = this.customersBindingSource;
this.customersDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.customersDataGrid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.customersDataGrid.Location = new System.Drawing.Point(0, 25);
this.customersDataGrid.Name = "customersDataGrid";
this.customersDataGrid.Size = new System.Drawing.Size(371, 334);
this.customersDataGrid.TabIndex = 1;
//
// order_DetailsTableAdapter
//
this.order_DetailsTableAdapter.ClearBeforeFill = true;
//
// ordersTableAdapter
//
this.ordersTableAdapter.ClearBeforeFill = true;
//
// HierarchicalDataForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(371, 359);
this.Controls.Add(this.customersDataGrid);
this.Controls.Add(this.customersBindingNavigator);
this.Name = "HierarchicalDataForm";
this.Text = "Hierarchical UI";
this.Load += new System.EventHandler(this.HierarchicalDataForm_Load);
((System.ComponentModel.ISupportInitialize)(this.northwindDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.customersBindingNavigator)).EndInit();
this.customersBindingNavigator.ResumeLayout(false);
this.customersBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.customersDataGrid)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private NorthwindDataSet northwindDataSet;
private System.Windows.Forms.BindingSource customersBindingSource;
private AppliedDataBindingSample.NorthwindDataSetTableAdapters.CustomersTableAdapter customersTableAdapter;
private System.Windows.Forms.BindingNavigator customersBindingNavigator;
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.DataGrid customersDataGrid;
private AppliedDataBindingSample.NorthwindDataSetTableAdapters.Order_DetailsTableAdapter order_DetailsTableAdapter;
private AppliedDataBindingSample.NorthwindDataSetTableAdapters.OrdersTableAdapter ordersTableAdapter;
}
}