namespace DataBindingFundamentalsSample {
partial class MainForm {
///
/// 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.theLandBeforeDataBindingButton = new System.Windows.Forms.Button();
this.simpleBindingAndItemDataSources = new System.Windows.Forms.Button();
this.simpleBindingAndListDataSourcesButton = new System.Windows.Forms.Button();
this.complexBindingAndListDataSources_ListBoxButton = new System.Windows.Forms.Button();
this.complexBindingAndListDataSources_DataGridViewButton = new System.Windows.Forms.Button();
this.bindingSourceSimpleBindingButton = new System.Windows.Forms.Button();
this.simpleBindingSourceDataBindingButton = new System.Windows.Forms.Button();
this.complexBindingSourceDataBindingButton = new System.Windows.Forms.Button();
this.simpleComplexBindingSourceDataBindingButton = new System.Windows.Forms.Button();
this.bindingSourceButton = new System.Windows.Forms.Button();
this.ideDataBindingButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// theLandBeforeDataBindingButton
//
this.theLandBeforeDataBindingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.theLandBeforeDataBindingButton.Location = new System.Drawing.Point(12, 12);
this.theLandBeforeDataBindingButton.Name = "theLandBeforeDataBindingButton";
this.theLandBeforeDataBindingButton.Size = new System.Drawing.Size(334, 23);
this.theLandBeforeDataBindingButton.TabIndex = 0;
this.theLandBeforeDataBindingButton.Text = "The Land Before Data Binding";
this.theLandBeforeDataBindingButton.Click += new System.EventHandler(this.theLandBeforeDataBindingButton_Click);
//
// simpleBindingAndItemDataSources
//
this.simpleBindingAndItemDataSources.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.simpleBindingAndItemDataSources.Location = new System.Drawing.Point(12, 41);
this.simpleBindingAndItemDataSources.Name = "simpleBindingAndItemDataSources";
this.simpleBindingAndItemDataSources.Size = new System.Drawing.Size(334, 23);
this.simpleBindingAndItemDataSources.TabIndex = 1;
this.simpleBindingAndItemDataSources.Text = "Simple Binding and Item Data Sources";
this.simpleBindingAndItemDataSources.Click += new System.EventHandler(this.simpleBindingAndItemDataSources_Click);
//
// simpleBindingAndListDataSourcesButton
//
this.simpleBindingAndListDataSourcesButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.simpleBindingAndListDataSourcesButton.Location = new System.Drawing.Point(12, 70);
this.simpleBindingAndListDataSourcesButton.Name = "simpleBindingAndListDataSourcesButton";
this.simpleBindingAndListDataSourcesButton.Size = new System.Drawing.Size(334, 23);
this.simpleBindingAndListDataSourcesButton.TabIndex = 2;
this.simpleBindingAndListDataSourcesButton.Text = "Simple Binding and List Data Sources";
this.simpleBindingAndListDataSourcesButton.Click += new System.EventHandler(this.simpleBindingAndListDataSourcesButton_Click);
//
// complexBindingAndListDataSources_ListBoxButton
//
this.complexBindingAndListDataSources_ListBoxButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.complexBindingAndListDataSources_ListBoxButton.Location = new System.Drawing.Point(12, 99);
this.complexBindingAndListDataSources_ListBoxButton.Name = "complexBindingAndListDataSources_ListBoxButton";
this.complexBindingAndListDataSources_ListBoxButton.Size = new System.Drawing.Size(334, 23);
this.complexBindingAndListDataSources_ListBoxButton.TabIndex = 3;
this.complexBindingAndListDataSources_ListBoxButton.Text = "Complex Binding and List Data Sources (ListBox)";
this.complexBindingAndListDataSources_ListBoxButton.Click += new System.EventHandler(this.complexBindingAndListDataSources_ListBoxButton_Click);
//
// complexBindingAndListDataSources_DataGridViewButton
//
this.complexBindingAndListDataSources_DataGridViewButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.complexBindingAndListDataSources_DataGridViewButton.Location = new System.Drawing.Point(12, 128);
this.complexBindingAndListDataSources_DataGridViewButton.Name = "complexBindingAndListDataSources_DataGridViewButton";
this.complexBindingAndListDataSources_DataGridViewButton.Size = new System.Drawing.Size(334, 23);
this.complexBindingAndListDataSources_DataGridViewButton.TabIndex = 4;
this.complexBindingAndListDataSources_DataGridViewButton.Text = "Complex Binding and List Data Sources (DataGridView)";
this.complexBindingAndListDataSources_DataGridViewButton.Click += new System.EventHandler(this.complexBindingAndListDataSources_DataGridViewButton_Click);
//
// bindingSourceSimpleBindingButton
//
this.bindingSourceSimpleBindingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.bindingSourceSimpleBindingButton.Location = new System.Drawing.Point(13, 301);
this.bindingSourceSimpleBindingButton.Name = "bindingSourceSimpleBindingButton";
this.bindingSourceSimpleBindingButton.Size = new System.Drawing.Size(334, 23);
this.bindingSourceSimpleBindingButton.TabIndex = 6;
this.bindingSourceSimpleBindingButton.Text = "BindingSource Simple Binding";
this.bindingSourceSimpleBindingButton.Click += new System.EventHandler(this.bindingSourceSimpleBindingButton_Click);
//
// simpleBindingSourceDataBindingButton
//
this.simpleBindingSourceDataBindingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.simpleBindingSourceDataBindingButton.Location = new System.Drawing.Point(13, 215);
this.simpleBindingSourceDataBindingButton.Name = "simpleBindingSourceDataBindingButton";
this.simpleBindingSourceDataBindingButton.Size = new System.Drawing.Size(334, 23);
this.simpleBindingSourceDataBindingButton.TabIndex = 7;
this.simpleBindingSourceDataBindingButton.Text = "Simple BindingSource Data Binding";
this.simpleBindingSourceDataBindingButton.Click += new System.EventHandler(this.simpleBindingSourceDataBindingButton_Click);
//
// complexBindingSourceDataBindingButton
//
this.complexBindingSourceDataBindingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.complexBindingSourceDataBindingButton.Location = new System.Drawing.Point(13, 244);
this.complexBindingSourceDataBindingButton.Name = "complexBindingSourceDataBindingButton";
this.complexBindingSourceDataBindingButton.Size = new System.Drawing.Size(334, 23);
this.complexBindingSourceDataBindingButton.TabIndex = 8;
this.complexBindingSourceDataBindingButton.Text = "Complex BindingSource Data Binding";
this.complexBindingSourceDataBindingButton.Click += new System.EventHandler(this.complexBindingSourceDataBindingButton_Click);
//
// simpleComplexBindingSourceDataBindingButton
//
this.simpleComplexBindingSourceDataBindingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.simpleComplexBindingSourceDataBindingButton.Location = new System.Drawing.Point(14, 273);
this.simpleComplexBindingSourceDataBindingButton.Name = "simpleComplexBindingSourceDataBindingButton";
this.simpleComplexBindingSourceDataBindingButton.Size = new System.Drawing.Size(334, 23);
this.simpleComplexBindingSourceDataBindingButton.TabIndex = 9;
this.simpleComplexBindingSourceDataBindingButton.Text = "Simple & Complex BindingSource Data Binding";
this.simpleComplexBindingSourceDataBindingButton.Click += new System.EventHandler(this.simpleComplexBindingSourceDataBindingButton_Click);
//
// bindingSourceButton
//
this.bindingSourceButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.bindingSourceButton.Location = new System.Drawing.Point(12, 157);
this.bindingSourceButton.Name = "bindingSourceButton";
this.bindingSourceButton.Size = new System.Drawing.Size(334, 23);
this.bindingSourceButton.TabIndex = 10;
this.bindingSourceButton.Text = "BindingSource";
this.bindingSourceButton.Click += new System.EventHandler(this.bindingSourceButton_Click);
//
// ideDataBindingButton
//
this.ideDataBindingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ideDataBindingButton.Location = new System.Drawing.Point(12, 186);
this.ideDataBindingButton.Name = "ideDataBindingButton";
this.ideDataBindingButton.Size = new System.Drawing.Size(334, 23);
this.ideDataBindingButton.TabIndex = 11;
this.ideDataBindingButton.Text = "IDE Data Binding";
this.ideDataBindingButton.Click += new System.EventHandler(this.ideDataBindingButton_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(359, 337);
this.Controls.Add(this.ideDataBindingButton);
this.Controls.Add(this.bindingSourceButton);
this.Controls.Add(this.simpleComplexBindingSourceDataBindingButton);
this.Controls.Add(this.complexBindingSourceDataBindingButton);
this.Controls.Add(this.simpleBindingSourceDataBindingButton);
this.Controls.Add(this.bindingSourceSimpleBindingButton);
this.Controls.Add(this.complexBindingAndListDataSources_DataGridViewButton);
this.Controls.Add(this.complexBindingAndListDataSources_ListBoxButton);
this.Controls.Add(this.simpleBindingAndListDataSourcesButton);
this.Controls.Add(this.simpleBindingAndItemDataSources);
this.Controls.Add(this.theLandBeforeDataBindingButton);
this.Name = "MainForm";
this.Text = "Data Binding Fundamentals";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button theLandBeforeDataBindingButton;
private System.Windows.Forms.Button simpleBindingAndItemDataSources;
private System.Windows.Forms.Button simpleBindingAndListDataSourcesButton;
private System.Windows.Forms.Button complexBindingAndListDataSources_ListBoxButton;
private System.Windows.Forms.Button complexBindingAndListDataSources_DataGridViewButton;
private System.Windows.Forms.Button bindingSourceSimpleBindingButton;
private System.Windows.Forms.Button simpleBindingSourceDataBindingButton;
private System.Windows.Forms.Button complexBindingSourceDataBindingButton;
private System.Windows.Forms.Button simpleComplexBindingSourceDataBindingButton;
private System.Windows.Forms.Button bindingSourceButton;
private System.Windows.Forms.Button ideDataBindingButton;
}
}