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.components = new System.ComponentModel.Container(); 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.panel1 = new System.Windows.Forms.Panel(); this.buttonWordDiagram = new System.Windows.Forms.Button(); this.buttonWordTable = new System.Windows.Forms.Button(); this.buttonWordText = new System.Windows.Forms.Button(); this.wordTextComponent = new WinFormsLibrary.WordText(this.components); this.wordTableComponent = new WinFormsLibrary.NonVisualComponents.WordTable(this.components); this.panel1.SuspendLayout(); 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(895, 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 = "Для проверки"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.buttonWordDiagram); this.panel1.Controls.Add(this.buttonWordTable); this.panel1.Controls.Add(this.buttonWordText); this.panel1.Location = new System.Drawing.Point(13, 404); this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1021, 165); this.panel1.TabIndex = 14; // // buttonWordDiagram // this.buttonWordDiagram.Location = new System.Drawing.Point(753, 48); this.buttonWordDiagram.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.buttonWordDiagram.Name = "buttonWordDiagram"; this.buttonWordDiagram.Size = new System.Drawing.Size(193, 57); this.buttonWordDiagram.TabIndex = 15; this.buttonWordDiagram.Text = "Word (диаграмма)"; this.buttonWordDiagram.UseVisualStyleBackColor = true; // // buttonWordTable // this.buttonWordTable.Location = new System.Drawing.Point(423, 48); this.buttonWordTable.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.buttonWordTable.Name = "buttonWordTable"; this.buttonWordTable.Size = new System.Drawing.Size(193, 57); this.buttonWordTable.TabIndex = 14; this.buttonWordTable.Text = "Word (таблица)"; this.buttonWordTable.UseVisualStyleBackColor = true; this.buttonWordTable.Click += new System.EventHandler(this.buttonWordTable_Click); // // buttonWordText // this.buttonWordText.Location = new System.Drawing.Point(67, 48); this.buttonWordText.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.buttonWordText.Name = "buttonWordText"; this.buttonWordText.Size = new System.Drawing.Size(193, 57); this.buttonWordText.TabIndex = 13; this.buttonWordText.Text = "Word (текст)"; this.buttonWordText.UseVisualStyleBackColor = true; this.buttonWordText.Click += new System.EventHandler(this.buttonWordText_Click); // // FormComponents // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1344, 630); this.Controls.Add(this.panel1); 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.panel1.ResumeLayout(false); 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; private Panel panel1; private Button buttonWordDiagram; private Button buttonWordTable; private Button buttonWordText; private WinFormsLibrary.WordText wordTextComponent; private WinFormsLibrary.NonVisualComponents.WordTable wordTableComponent; } }