namespace WinFormsTest { partial class FormTestApp { /// /// 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(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.buttonShow = new System.Windows.Forms.Button(); this.textBoxShow = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.buttonShowTB = new System.Windows.Forms.Button(); this.textBoxShowTB = new System.Windows.Forms.TextBox(); this.buttonShowItem = new System.Windows.Forms.Button(); this.componenttBox1 = new COPWinForms.ComponentTBox(); this.componentlBox1 = new COPWinForms.ComponentLBox(); this.textBoxShowItem = new System.Windows.Forms.TextBox(); this.componentcBox1 = new COPWinForms.ComponentCBox(); this.componentWord11 = new COPWinForms.ComponentWord1(this.components); this.buttonSave1 = new System.Windows.Forms.Button(); this.componentWord31 = new COPWinForms.ComponentWord3(this.components); this.button2 = new System.Windows.Forms.Button(); this.componentWord21 = new COPWinForms.ComponentWord2(this.components); this.button3 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(36, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 20); this.label1.TabIndex = 3; this.label1.Text = "ComboBox"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(369, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(61, 20); this.label2.TabIndex = 4; this.label2.Text = "TextBox"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(736, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 20); this.label3.TabIndex = 5; this.label3.Text = "ListBox"; // // buttonShow // this.buttonShow.Location = new System.Drawing.Point(32, 126); this.buttonShow.Name = "buttonShow"; this.buttonShow.Size = new System.Drawing.Size(149, 29); this.buttonShow.TabIndex = 6; this.buttonShow.Text = "Показать"; this.buttonShow.UseVisualStyleBackColor = true; this.buttonShow.Click += new System.EventHandler(this.buttonShow_Click); // // textBoxShow // this.textBoxShow.Location = new System.Drawing.Point(32, 161); this.textBoxShow.Name = "textBoxShow"; this.textBoxShow.Size = new System.Drawing.Size(149, 27); this.textBoxShow.TabIndex = 7; // // button1 // this.button1.Location = new System.Drawing.Point(32, 194); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(149, 29); this.button1.TabIndex = 8; this.button1.Text = "Очистить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.buttonClear_Click); // // buttonShowTB // this.buttonShowTB.Location = new System.Drawing.Point(369, 126); this.buttonShowTB.Name = "buttonShowTB"; this.buttonShowTB.Size = new System.Drawing.Size(163, 29); this.buttonShowTB.TabIndex = 9; this.buttonShowTB.Text = "Проверить"; this.buttonShowTB.UseVisualStyleBackColor = true; this.buttonShowTB.Click += new System.EventHandler(this.buttonShowTB_Click); // // textBoxShowTB // this.textBoxShowTB.Location = new System.Drawing.Point(369, 161); this.textBoxShowTB.Name = "textBoxShowTB"; this.textBoxShowTB.Size = new System.Drawing.Size(163, 27); this.textBoxShowTB.TabIndex = 10; // // buttonShowItem // this.buttonShowItem.Location = new System.Drawing.Point(711, 207); this.buttonShowItem.Name = "buttonShowItem"; this.buttonShowItem.Size = new System.Drawing.Size(279, 29); this.buttonShowItem.TabIndex = 15; this.buttonShowItem.Text = "Получить значение"; this.buttonShowItem.UseVisualStyleBackColor = true; this.buttonShowItem.Click += new System.EventHandler(this.buttonShowItem_Click); // // componenttBox1 // this.componenttBox1.Location = new System.Drawing.Point(369, 53); this.componenttBox1.Name = "componenttBox1"; this.componenttBox1.Pattern = null; this.componenttBox1.Size = new System.Drawing.Size(188, 46); this.componenttBox1.TabIndex = 16; this.componenttBox1.TextBoxValue = null; // // componentlBox1 // this.componentlBox1.Location = new System.Drawing.Point(711, 53); this.componentlBox1.Name = "componentlBox1"; this.componentlBox1.SelectedIndex = -1; this.componentlBox1.Size = new System.Drawing.Size(351, 148); this.componentlBox1.TabIndex = 17; // // textBoxShowItem // this.textBoxShowItem.Location = new System.Drawing.Point(711, 249); this.textBoxShowItem.Name = "textBoxShowItem"; this.textBoxShowItem.Size = new System.Drawing.Size(279, 27); this.textBoxShowItem.TabIndex = 18; // // componentcBox1 // this.componentcBox1.Location = new System.Drawing.Point(32, 49); this.componentcBox1.Name = "componentcBox1"; this.componentcBox1.Selected = ""; this.componentcBox1.Size = new System.Drawing.Size(188, 50); this.componentcBox1.TabIndex = 19; this.componentcBox1.CursorChanged += new System.EventHandler(this.componentcBox1_ExplicitEvent); // // buttonSave1 // this.buttonSave1.Location = new System.Drawing.Point(161, 307); this.buttonSave1.Name = "buttonSave1"; this.buttonSave1.Size = new System.Drawing.Size(147, 29); this.buttonSave1.TabIndex = 20; this.buttonSave1.Text = "Сохранить 1"; this.buttonSave1.UseVisualStyleBackColor = true; this.buttonSave1.Click += new System.EventHandler(this.buttonSave1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(603, 307); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(147, 29); this.button2.TabIndex = 21; this.button2.Text = "Сохранить 3"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(385, 307); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(147, 29); this.button3.TabIndex = 22; this.button3.Text = "Сохранить 2"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // FormTestApp // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1027, 384); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.buttonSave1); this.Controls.Add(this.componentcBox1); this.Controls.Add(this.textBoxShowItem); this.Controls.Add(this.componentlBox1); this.Controls.Add(this.componenttBox1); this.Controls.Add(this.buttonShowItem); this.Controls.Add(this.textBoxShowTB); this.Controls.Add(this.buttonShowTB); this.Controls.Add(this.button1); this.Controls.Add(this.textBoxShow); this.Controls.Add(this.buttonShow); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "FormTestApp"; this.Text = "Тест"; this.ResumeLayout(false); this.PerformLayout(); } private Label label1; private Label label2; private Label label3; private Button buttonShow; private TextBox textBoxShow; private Button button1; private Button buttonShowTB; private TextBox textBoxShowTB; private Button buttonShowItem; private COPWinForms.ComponentTBox componenttBox1; private COPWinForms.ComponentLBox componentlBox1; private TextBox textBoxShowItem; private COPWinForms.ComponentCBox componentcBox1; private COPWinForms.ComponentWord1 componentWord11; private Button buttonSave1; private COPWinForms.ComponentWord3 componentWord31; private Button button2; private COPWinForms.ComponentWord2 componentWord21; private Button button3; } #endregion }