namespace DataBindingFundamentalsSample { partial class ComplexBindingListBoxForm { /// /// 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.winsTextBox = new System.Windows.Forms.TextBox(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.raceCarDriversListBox = new System.Windows.Forms.ListBox(); 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(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // winsTextBox // this.winsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.winsTextBox.Location = new System.Drawing.Point(54, 248); this.winsTextBox.Name = "winsTextBox"; this.winsTextBox.Size = new System.Drawing.Size(238, 20); this.winsTextBox.TabIndex = 13; // // nameTextBox // this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.nameTextBox.Location = new System.Drawing.Point(54, 222); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(238, 20); this.nameTextBox.TabIndex = 12; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(10, 251); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(34, 13); this.label2.TabIndex = 11; this.label2.Text = "Wins:"; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 225); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 10; this.label1.Text = "Name:"; // // raceCarDriversListBox // this.raceCarDriversListBox.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.raceCarDriversListBox.FormattingEnabled = true; this.raceCarDriversListBox.IntegralHeight = false; this.raceCarDriversListBox.Location = new System.Drawing.Point(11, 47); this.raceCarDriversListBox.Name = "raceCarDriversListBox"; this.raceCarDriversListBox.Size = new System.Drawing.Size(281, 169); this.raceCarDriversListBox.TabIndex = 17; // // 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; // // ComplexBindingListBoxForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(304, 278); this.Controls.Add(this.panel1); this.Controls.Add(this.raceCarDriversListBox); this.Controls.Add(this.winsTextBox); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "ComplexBindingListBoxForm"; this.Text = "Complex Binding"; this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox winsTextBox; private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox raceCarDriversListBox; 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; } }