namespace AppliedDataBindingSample { 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.typedDataSetDataBindingFormButton = new System.Windows.Forms.Button(); this.customLoadingAndSavingButton = new System.Windows.Forms.Button(); this.itemUIButton = new System.Windows.Forms.Button(); this.listUIButton = new System.Windows.Forms.Button(); this.dataViewButton = new System.Windows.Forms.Button(); this.masterDetailsButton = new System.Windows.Forms.Button(); this.listEditButton = new System.Windows.Forms.Button(); this.hierarchicalUIButton = new System.Windows.Forms.Button(); this.masterDetailsRacesDriversButton = new System.Windows.Forms.Button(); this.multipleDataContextsButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // typedDataSetDataBindingFormButton // this.typedDataSetDataBindingFormButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.typedDataSetDataBindingFormButton.Location = new System.Drawing.Point(12, 12); this.typedDataSetDataBindingFormButton.Name = "typedDataSetDataBindingFormButton"; this.typedDataSetDataBindingFormButton.Size = new System.Drawing.Size(255, 23); this.typedDataSetDataBindingFormButton.TabIndex = 0; this.typedDataSetDataBindingFormButton.Text = "Typed Data Set Data Binding"; this.typedDataSetDataBindingFormButton.Click += new System.EventHandler(this.typedDataSetDataBindingFormButton_Click); // // customLoadingAndSavingButton // this.customLoadingAndSavingButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.customLoadingAndSavingButton.Location = new System.Drawing.Point(12, 273); this.customLoadingAndSavingButton.Name = "customLoadingAndSavingButton"; this.customLoadingAndSavingButton.Size = new System.Drawing.Size(255, 23); this.customLoadingAndSavingButton.TabIndex = 8; this.customLoadingAndSavingButton.Text = "Data Source Component"; this.customLoadingAndSavingButton.Click += new System.EventHandler(this.customLoadingAndSavingButton_Click); // // itemUIButton // this.itemUIButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.itemUIButton.Location = new System.Drawing.Point(12, 41); this.itemUIButton.Name = "itemUIButton"; this.itemUIButton.Size = new System.Drawing.Size(255, 23); this.itemUIButton.TabIndex = 1; this.itemUIButton.Text = "Item UI"; this.itemUIButton.Click += new System.EventHandler(this.itemUIButton_Click); // // listUIButton // this.listUIButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listUIButton.Location = new System.Drawing.Point(12, 70); this.listUIButton.Name = "listUIButton"; this.listUIButton.Size = new System.Drawing.Size(255, 23); this.listUIButton.TabIndex = 2; this.listUIButton.Text = "List UI"; this.listUIButton.Click += new System.EventHandler(this.listUIButton_Click); // // dataViewButton // this.dataViewButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataViewButton.Location = new System.Drawing.Point(12, 99); this.dataViewButton.Name = "dataViewButton"; this.dataViewButton.Size = new System.Drawing.Size(255, 23); this.dataViewButton.TabIndex = 3; this.dataViewButton.Text = "Data Views"; this.dataViewButton.Click += new System.EventHandler(this.dataViewButton_Click); // // masterDetailsButton // this.masterDetailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.masterDetailsButton.Location = new System.Drawing.Point(12, 128); this.masterDetailsButton.Name = "masterDetailsButton"; this.masterDetailsButton.Size = new System.Drawing.Size(255, 23); this.masterDetailsButton.TabIndex = 4; this.masterDetailsButton.Text = "Master-Details"; this.masterDetailsButton.Click += new System.EventHandler(this.masterDetailsButton_Click); // // listEditButton // this.listEditButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listEditButton.Location = new System.Drawing.Point(12, 186); this.listEditButton.Name = "listEditButton"; this.listEditButton.Size = new System.Drawing.Size(255, 23); this.listEditButton.TabIndex = 6; this.listEditButton.Text = "List-Edit"; this.listEditButton.Click += new System.EventHandler(this.listEditButton_Click); // // hierarchicalUIButton // this.hierarchicalUIButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hierarchicalUIButton.Location = new System.Drawing.Point(12, 215); this.hierarchicalUIButton.Name = "hierarchicalUIButton"; this.hierarchicalUIButton.Size = new System.Drawing.Size(255, 23); this.hierarchicalUIButton.TabIndex = 7; this.hierarchicalUIButton.Text = "Hierarchical"; this.hierarchicalUIButton.Click += new System.EventHandler(this.hierarchicalUIButton_Click); // // masterDetailsRacesDriversButton // this.masterDetailsRacesDriversButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.masterDetailsRacesDriversButton.Location = new System.Drawing.Point(12, 157); this.masterDetailsRacesDriversButton.Name = "masterDetailsRacesDriversButton"; this.masterDetailsRacesDriversButton.Size = new System.Drawing.Size(255, 23); this.masterDetailsRacesDriversButton.TabIndex = 5; this.masterDetailsRacesDriversButton.Text = "Master-Details (Object)"; this.masterDetailsRacesDriversButton.Click += new System.EventHandler(this.masterDetailsRacesDriversButton_Click); // // multipleDataContextsButton // this.multipleDataContextsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.multipleDataContextsButton.Location = new System.Drawing.Point(12, 244); this.multipleDataContextsButton.Name = "multipleDataContextsButton"; this.multipleDataContextsButton.Size = new System.Drawing.Size(255, 23); this.multipleDataContextsButton.TabIndex = 9; this.multipleDataContextsButton.Text = "Multiple Data Contexts"; this.multipleDataContextsButton.Click += new System.EventHandler(this.multipleDataContextsButton_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(279, 305); this.Controls.Add(this.multipleDataContextsButton); this.Controls.Add(this.masterDetailsRacesDriversButton); this.Controls.Add(this.hierarchicalUIButton); this.Controls.Add(this.listEditButton); this.Controls.Add(this.masterDetailsButton); this.Controls.Add(this.dataViewButton); this.Controls.Add(this.listUIButton); this.Controls.Add(this.itemUIButton); this.Controls.Add(this.customLoadingAndSavingButton); this.Controls.Add(this.typedDataSetDataBindingFormButton); this.Name = "MainForm"; this.Text = "Applied Data Binding Sample"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button typedDataSetDataBindingFormButton; private System.Windows.Forms.Button customLoadingAndSavingButton; private System.Windows.Forms.Button itemUIButton; private System.Windows.Forms.Button listUIButton; private System.Windows.Forms.Button dataViewButton; private System.Windows.Forms.Button masterDetailsButton; private System.Windows.Forms.Button listEditButton; private System.Windows.Forms.Button hierarchicalUIButton; private System.Windows.Forms.Button masterDetailsRacesDriversButton; private System.Windows.Forms.Button multipleDataContextsButton; } }