namespace WinForms { partial class FormComponents { /// /// 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.dropDownList = new WinFormsLibrary.DropDownList(); this.buttonAdd = new System.Windows.Forms.Button(); this.buttonClear = new System.Windows.Forms.Button(); this.buttonInfo = new System.Windows.Forms.Button(); this.labelInfo = new System.Windows.Forms.Label(); this.emailTextBox = new WinFormsLibrary.EmailTextBox(); this.buttonExample = new System.Windows.Forms.Button(); this.buttonShow = new System.Windows.Forms.Button(); this.labelEmail = new System.Windows.Forms.Label(); this.textBoxExample = new System.Windows.Forms.TextBox(); this.listBoxValues = new WinFormsLibrary.ListBoxValues(); this.buttonAddValues = new System.Windows.Forms.Button(); this.buttonShowItem = new System.Windows.Forms.Button(); this.labelShowInput = new System.Windows.Forms.Label(); this.SuspendLayout(); // // dropDownList // this.dropDownList.Location = new System.Drawing.Point(-1, 3); this.dropDownList.Name = "dropDownList"; this.dropDownList.Selected = ""; this.dropDownList.Size = new System.Drawing.Size(191, 104); this.dropDownList.TabIndex = 0; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(12, 135); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(163, 40); this.buttonAdd.TabIndex = 1; this.buttonAdd.Text = "Добавить"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // buttonClear // this.buttonClear.Location = new System.Drawing.Point(12, 227); this.buttonClear.Name = "buttonClear"; this.buttonClear.Size = new System.Drawing.Size(163, 40); this.buttonClear.TabIndex = 2; this.buttonClear.Text = "Очистить"; this.buttonClear.UseVisualStyleBackColor = true; this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click); // // buttonInfo // this.buttonInfo.Location = new System.Drawing.Point(12, 181); this.buttonInfo.Name = "buttonInfo"; this.buttonInfo.Size = new System.Drawing.Size(163, 40); this.buttonInfo.TabIndex = 3; this.buttonInfo.Text = "Показать"; this.buttonInfo.UseVisualStyleBackColor = true; this.buttonInfo.Click += new System.EventHandler(this.buttonInfo_Click); // // labelInfo // this.labelInfo.AutoSize = true; this.labelInfo.Location = new System.Drawing.Point(64, 107); this.labelInfo.Name = "labelInfo"; this.labelInfo.Size = new System.Drawing.Size(58, 25); this.labelInfo.TabIndex = 4; this.labelInfo.Text = "Инфо"; // // emailTextBox // this.emailTextBox.Location = new System.Drawing.Point(196, 3); this.emailTextBox.Name = "emailTextBox"; this.emailTextBox.Pattern = null; this.emailTextBox.Size = new System.Drawing.Size(185, 104); this.emailTextBox.TabIndex = 5; // // buttonExample // this.buttonExample.Location = new System.Drawing.Point(202, 236); this.buttonExample.Name = "buttonExample"; this.buttonExample.Size = new System.Drawing.Size(147, 68); this.buttonExample.TabIndex = 6; this.buttonExample.Text = "Поменять пример"; this.buttonExample.UseVisualStyleBackColor = true; this.buttonExample.Click += new System.EventHandler(this.buttonSetExample_Click); // // buttonShow // this.buttonShow.Location = new System.Drawing.Point(196, 107); this.buttonShow.Name = "buttonShow"; this.buttonShow.Size = new System.Drawing.Size(185, 40); this.buttonShow.TabIndex = 7; this.buttonShow.Text = "Ввести"; this.buttonShow.UseVisualStyleBackColor = true; this.buttonShow.Click += new System.EventHandler(this.buttonShow_Click); // // labelEmail // this.labelEmail.AutoSize = true; this.labelEmail.Location = new System.Drawing.Point(221, 150); this.labelEmail.Name = "labelEmail"; this.labelEmail.Size = new System.Drawing.Size(128, 25); this.labelEmail.TabIndex = 8; this.labelEmail.Text = "Для проверки"; // // textBoxExample // this.textBoxExample.Location = new System.Drawing.Point(199, 199); this.textBoxExample.Name = "textBoxExample"; this.textBoxExample.Size = new System.Drawing.Size(182, 31); this.textBoxExample.TabIndex = 9; // // listBoxValues // this.listBoxValues.Location = new System.Drawing.Point(437, 30); this.listBoxValues.Name = "listBoxValues"; this.listBoxValues.SelectedIndex = -1; this.listBoxValues.Size = new System.Drawing.Size(594, 237); this.listBoxValues.TabIndex = 10; // // buttonAddValues // this.buttonAddValues.Location = new System.Drawing.Point(437, 273); this.buttonAddValues.Name = "buttonAddValues"; this.buttonAddValues.Size = new System.Drawing.Size(112, 34); this.buttonAddValues.TabIndex = 11; this.buttonAddValues.Text = "Добавить"; this.buttonAddValues.UseVisualStyleBackColor = true; this.buttonAddValues.Click += new System.EventHandler(this.buttonAddValues_Click); // // buttonShowItem // this.buttonShowItem.Location = new System.Drawing.Point(437, 313); this.buttonShowItem.Name = "buttonShowItem"; this.buttonShowItem.Size = new System.Drawing.Size(112, 34); this.buttonShowItem.TabIndex = 12; this.buttonShowItem.Text = "Получить"; this.buttonShowItem.UseVisualStyleBackColor = true; this.buttonShowItem.Click += new System.EventHandler(this.buttonShowItem_Click); // // labelShowInput // this.labelShowInput.AutoSize = true; this.labelShowInput.Location = new System.Drawing.Point(437, 359); this.labelShowInput.Name = "labelShowInput"; this.labelShowInput.Size = new System.Drawing.Size(128, 25); this.labelShowInput.TabIndex = 13; this.labelShowInput.Text = "Для проверки"; // // FormComponents // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1067, 450); this.Controls.Add(this.labelShowInput); this.Controls.Add(this.buttonShowItem); this.Controls.Add(this.buttonAddValues); this.Controls.Add(this.listBoxValues); this.Controls.Add(this.textBoxExample); this.Controls.Add(this.labelEmail); this.Controls.Add(this.buttonShow); this.Controls.Add(this.buttonExample); this.Controls.Add(this.emailTextBox); this.Controls.Add(this.labelInfo); this.Controls.Add(this.buttonInfo); this.Controls.Add(this.buttonClear); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.dropDownList); this.Name = "FormComponents"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private WinFormsLibrary.DropDownList dropDownList; private Button buttonAdd; private Button buttonClear; private Button buttonInfo; private Label labelInfo; private WinFormsLibrary.EmailTextBox emailTextBox; private Button buttonExample; private Button buttonShow; private Label labelEmail; private TextBox textBoxExample; private WinFormsLibrary.ListBoxValues listBoxValues; private Button buttonAddValues; private Button buttonShowItem; private Label labelShowInput; } }