PIbd-33_Nevaeva_KA_COP_28/NevaevaLibrary/TestApp/FormTest.Designer.cs
2023-10-20 09:23:18 +04:00

173 lines
8.0 KiB
C#

namespace TestApp
{
partial class FormTest
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.comboBoxControl = new NevaevaLibrary.ComboBoxControl();
this.buttonInsert = new System.Windows.Forms.Button();
this.buttonClear = new System.Windows.Forms.Button();
this.buttonGetSelected = new System.Windows.Forms.Button();
this.buttonSetSelected = new System.Windows.Forms.Button();
this.mailControl = new NevaevaLibrary.MailControl();
this.buttonAddTemplate = new System.Windows.Forms.Button();
this.listBoxControl = new NevaevaLibrary.ListBoxControl();
this.buttonInsertList = new System.Windows.Forms.Button();
this.buttonGetSelectedList = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// comboBoxControl
//
this.comboBoxControl.Location = new System.Drawing.Point(12, 12);
this.comboBoxControl.Name = "comboBoxControl";
this.comboBoxControl.SelectedValue = "";
this.comboBoxControl.Size = new System.Drawing.Size(366, 44);
this.comboBoxControl.TabIndex = 0;
this.comboBoxControl.SelectedValueChange += new System.Action<string>(this.comboBoxControl_SelectedValueChange);
//
// buttonInsert
//
this.buttonInsert.Location = new System.Drawing.Point(12, 48);
this.buttonInsert.Name = "buttonInsert";
this.buttonInsert.Size = new System.Drawing.Size(94, 29);
this.buttonInsert.TabIndex = 1;
this.buttonInsert.Text = "Заполнить";
this.buttonInsert.UseVisualStyleBackColor = true;
this.buttonInsert.Click += new System.EventHandler(this.buttonInsert_Click);
//
// buttonClear
//
this.buttonClear.Location = new System.Drawing.Point(112, 48);
this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(94, 29);
this.buttonClear.TabIndex = 2;
this.buttonClear.Text = "Очистить";
this.buttonClear.UseVisualStyleBackColor = true;
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
//
// buttonGetSelected
//
this.buttonGetSelected.Location = new System.Drawing.Point(212, 48);
this.buttonGetSelected.Name = "buttonGetSelected";
this.buttonGetSelected.Size = new System.Drawing.Size(94, 29);
this.buttonGetSelected.TabIndex = 3;
this.buttonGetSelected.Text = "Получить";
this.buttonGetSelected.UseVisualStyleBackColor = true;
this.buttonGetSelected.Click += new System.EventHandler(this.buttonGetSelected_Click);
//
// buttonSetSelected
//
this.buttonSetSelected.Location = new System.Drawing.Point(312, 48);
this.buttonSetSelected.Name = "buttonSetSelected";
this.buttonSetSelected.Size = new System.Drawing.Size(99, 29);
this.buttonSetSelected.TabIndex = 4;
this.buttonSetSelected.Text = "Установить";
this.buttonSetSelected.UseVisualStyleBackColor = true;
this.buttonSetSelected.Click += new System.EventHandler(this.buttonSetSelected_Click);
//
// mailControl
//
this.mailControl.Email = "";
this.mailControl.Location = new System.Drawing.Point(11, 95);
this.mailControl.Name = "mailControl";
this.mailControl.Size = new System.Drawing.Size(312, 94);
this.mailControl.TabIndex = 5;
this.mailControl.validateEmailRegex = null;
//
// buttonAddTemplate
//
this.buttonAddTemplate.Location = new System.Drawing.Point(12, 160);
this.buttonAddTemplate.Name = "buttonAddTemplate";
this.buttonAddTemplate.Size = new System.Drawing.Size(143, 29);
this.buttonAddTemplate.TabIndex = 6;
this.buttonAddTemplate.Text = "Передать шаблон";
this.buttonAddTemplate.UseVisualStyleBackColor = true;
this.buttonAddTemplate.Click += new System.EventHandler(this.buttonAddTemplate_Click);
//
// listBoxControl
//
this.listBoxControl.Location = new System.Drawing.Point(479, 12);
this.listBoxControl.Name = "listBoxControl";
this.listBoxControl.SelectedIndex = -1;
this.listBoxControl.Size = new System.Drawing.Size(608, 237);
this.listBoxControl.TabIndex = 7;
//
// buttonInsertList
//
this.buttonInsertList.Location = new System.Drawing.Point(483, 268);
this.buttonInsertList.Name = "buttonInsertList";
this.buttonInsertList.Size = new System.Drawing.Size(94, 29);
this.buttonInsertList.TabIndex = 8;
this.buttonInsertList.Text = "Заполнить";
this.buttonInsertList.UseVisualStyleBackColor = true;
this.buttonInsertList.Click += new System.EventHandler(this.buttonInsertList_Click);
//
// buttonGetSelectedList
//
this.buttonGetSelectedList.Location = new System.Drawing.Point(596, 268);
this.buttonGetSelectedList.Name = "buttonGetSelectedList";
this.buttonGetSelectedList.Size = new System.Drawing.Size(94, 29);
this.buttonGetSelectedList.TabIndex = 9;
this.buttonGetSelectedList.Text = "Получить";
this.buttonGetSelectedList.UseVisualStyleBackColor = true;
this.buttonGetSelectedList.Click += new System.EventHandler(this.buttonGetSelectedList_Click);
//
// FormTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1109, 316);
this.Controls.Add(this.buttonGetSelectedList);
this.Controls.Add(this.buttonInsertList);
this.Controls.Add(this.listBoxControl);
this.Controls.Add(this.buttonAddTemplate);
this.Controls.Add(this.mailControl);
this.Controls.Add(this.buttonSetSelected);
this.Controls.Add(this.buttonGetSelected);
this.Controls.Add(this.buttonClear);
this.Controls.Add(this.buttonInsert);
this.Controls.Add(this.comboBoxControl);
this.Name = "FormTest";
this.Text = "FormTest";
this.ResumeLayout(false);
}
#endregion
private NevaevaLibrary.ComboBoxControl comboBoxControl;
private Button buttonInsert;
private Button buttonClear;
private Button buttonGetSelected;
private Button buttonSetSelected;
private NevaevaLibrary.MailControl mailControl;
private Button buttonAddTemplate;
private NevaevaLibrary.ListBoxControl listBoxControl;
private Button buttonInsertList;
private Button buttonGetSelectedList;
}
}