namespace DataBindingFundamentalsSample { partial class ComplexBindingDataGridViewForm { /// /// 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.racingCarDriversDataGridView = new System.Windows.Forms.DataGridView(); this.deleteButton = new System.Windows.Forms.Button(); this.addButton = new System.Windows.Forms.Button(); this.updateCurrentButton = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.movePreviousButton = new System.Windows.Forms.Button(); this.moveFirstButton = new System.Windows.Forms.Button(); this.moveLastButton = new System.Windows.Forms.Button(); this.moveNextButton = new System.Windows.Forms.Button(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label5 = new System.Windows.Forms.Label(); this.countLabel = new System.Windows.Forms.Label(); this.positionLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.racingCarDriversDataGridView)).BeginInit(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // racingCarDriversDataGridView // this.racingCarDriversDataGridView.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.racingCarDriversDataGridView.Location = new System.Drawing.Point(11, 52); this.racingCarDriversDataGridView.Name = "racingCarDriversDataGridView"; this.racingCarDriversDataGridView.Size = new System.Drawing.Size(281, 148); this.racingCarDriversDataGridView.TabIndex = 6; this.racingCarDriversDataGridView.Text = "dataGridView1"; // // deleteButton // this.deleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.deleteButton.Location = new System.Drawing.Point(69, 206); this.deleteButton.Name = "deleteButton"; this.deleteButton.Size = new System.Drawing.Size(53, 23); this.deleteButton.TabIndex = 7; this.deleteButton.Text = "Delete"; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // addButton // this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.addButton.Location = new System.Drawing.Point(10, 206); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(53, 23); this.addButton.TabIndex = 8; this.addButton.Text = "Add"; this.addButton.Click += new System.EventHandler(this.addButton_Click); // // updateCurrentButton // this.updateCurrentButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.updateCurrentButton.Location = new System.Drawing.Point(194, 206); this.updateCurrentButton.Name = "updateCurrentButton"; this.updateCurrentButton.Size = new System.Drawing.Size(97, 23); this.updateCurrentButton.TabIndex = 9; this.updateCurrentButton.Text = "Update Current"; this.updateCurrentButton.Click += new System.EventHandler(this.updateCurrentButton_Click); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Location = new System.Drawing.Point(11, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(281, 29); this.panel1.TabIndex = 18; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel1.ColumnCount = 5; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.00001F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel1.Controls.Add(this.movePreviousButton, 1, 0); this.tableLayoutPanel1.Controls.Add(this.moveFirstButton, 0, 0); this.tableLayoutPanel1.Controls.Add(this.moveLastButton, 4, 0); this.tableLayoutPanel1.Controls.Add(this.moveNextButton, 3, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 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(279, 27); this.tableLayoutPanel1.TabIndex = 1; // // movePreviousButton // this.movePreviousButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.movePreviousButton.Location = new System.Drawing.Point(54, 3); this.movePreviousButton.Name = "movePreviousButton"; this.movePreviousButton.Size = new System.Drawing.Size(39, 21); this.movePreviousButton.TabIndex = 1; this.movePreviousButton.Text = "<"; this.movePreviousButton.Click += new System.EventHandler(this.movePreviousButton_Click); // // moveFirstButton // this.moveFirstButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.moveFirstButton.Location = new System.Drawing.Point(5, 3); this.moveFirstButton.Name = "moveFirstButton"; this.moveFirstButton.Size = new System.Drawing.Size(39, 21); this.moveFirstButton.TabIndex = 0; this.moveFirstButton.Text = "|<"; this.moveFirstButton.Click += new System.EventHandler(this.moveFirstButton_Click); // // moveLastButton // this.moveLastButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.moveLastButton.Location = new System.Drawing.Point(233, 3); this.moveLastButton.Name = "moveLastButton"; this.moveLastButton.Size = new System.Drawing.Size(42, 21); this.moveLastButton.TabIndex = 4; this.moveLastButton.Text = ">|"; this.moveLastButton.Click += new System.EventHandler(this.moveLastButton_Click); // // moveNextButton // this.moveNextButton.Anchor = System.Windows.Forms.AnchorStyles.None; this.moveNextButton.Location = new System.Drawing.Point(185, 3); this.moveNextButton.Name = "moveNextButton"; this.moveNextButton.Size = new System.Drawing.Size(39, 21); this.moveNextButton.TabIndex = 3; this.moveNextButton.Text = ">"; this.moveNextButton.Click += new System.EventHandler(this.moveNextButton_Click); // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.ColumnCount = 3; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.Controls.Add(this.label5, 1, 0); this.tableLayoutPanel2.Controls.Add(this.countLabel, 2, 0); this.tableLayoutPanel2.Controls.Add(this.positionLabel, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(101, 3); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(76, 21); this.tableLayoutPanel2.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Dock = System.Windows.Forms.DockStyle.Left; this.label5.Location = new System.Drawing.Point(30, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(16, 21); this.label5.TabIndex = 18; this.label5.Text = "of"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // countLabel // this.countLabel.AutoSize = true; this.countLabel.Dock = System.Windows.Forms.DockStyle.Left; this.countLabel.Location = new System.Drawing.Point(52, 0); this.countLabel.Name = "countLabel"; this.countLabel.Size = new System.Drawing.Size(21, 21); this.countLabel.TabIndex = 17; this.countLabel.Text = "{1}"; this.countLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // positionLabel // this.positionLabel.AutoSize = true; this.positionLabel.Dock = System.Windows.Forms.DockStyle.Left; this.positionLabel.Location = new System.Drawing.Point(3, 0); this.positionLabel.Name = "positionLabel"; this.positionLabel.Size = new System.Drawing.Size(21, 21); this.positionLabel.TabIndex = 0; this.positionLabel.Text = "{0}"; this.positionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ComplexBindingDataGridViewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(304, 241); this.Controls.Add(this.panel1); this.Controls.Add(this.updateCurrentButton); this.Controls.Add(this.addButton); this.Controls.Add(this.deleteButton); this.Controls.Add(this.racingCarDriversDataGridView); this.Name = "ComplexBindingDataGridViewForm"; this.Text = "Complex Binding"; ((System.ComponentModel.ISupportInitialize)(this.racingCarDriversDataGridView)).EndInit(); this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView racingCarDriversDataGridView; private System.Windows.Forms.Button deleteButton; private System.Windows.Forms.Button addButton; private System.Windows.Forms.Button updateCurrentButton; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button movePreviousButton; private System.Windows.Forms.Button moveFirstButton; private System.Windows.Forms.Button moveLastButton; private System.Windows.Forms.Button moveNextButton; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label countLabel; private System.Windows.Forms.Label positionLabel; } }