168 lines
5.9 KiB
C#
168 lines
5.9 KiB
C#
namespace COP_1Test
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
dropDownList = new COP_1.DropDownList();
|
|
valuesList = new COP_1.ValuesList();
|
|
emailBox = new COP_1.emailBox();
|
|
buttonCheck = new Button();
|
|
label1 = new Label();
|
|
buttonGet = new Button();
|
|
textBoxShowItem = new TextBox();
|
|
buttonGetDown = new Button();
|
|
textBoxResult = new TextBox();
|
|
buttonClear = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// dropDownList
|
|
//
|
|
dropDownList.Location = new Point(12, 12);
|
|
dropDownList.Name = "dropDownList";
|
|
dropDownList.Selected = "";
|
|
dropDownList.Size = new Size(281, 49);
|
|
dropDownList.TabIndex = 0;
|
|
//
|
|
// valuesList
|
|
//
|
|
valuesList.Location = new Point(374, 12);
|
|
valuesList.Name = "valuesList";
|
|
valuesList.SelectedIndex = -1;
|
|
valuesList.Size = new Size(298, 125);
|
|
valuesList.TabIndex = 1;
|
|
//
|
|
// emailBox
|
|
//
|
|
emailBox.Location = new Point(12, 178);
|
|
emailBox.Name = "emailBox";
|
|
emailBox.Pattern = null;
|
|
emailBox.Size = new Size(281, 62);
|
|
emailBox.TabIndex = 2;
|
|
//
|
|
// buttonCheck
|
|
//
|
|
buttonCheck.Location = new Point(12, 246);
|
|
buttonCheck.Name = "buttonCheck";
|
|
buttonCheck.Size = new Size(281, 29);
|
|
buttonCheck.TabIndex = 3;
|
|
buttonCheck.Text = "Проверить";
|
|
buttonCheck.UseVisualStyleBackColor = true;
|
|
buttonCheck.Click += buttonCheck_Click;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Segoe UI Black", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
|
label1.ForeColor = Color.Chartreuse;
|
|
label1.Location = new Point(295, 210);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(69, 28);
|
|
label1.TabIndex = 4;
|
|
label1.Text = "label1";
|
|
label1.Visible = false;
|
|
//
|
|
// buttonGet
|
|
//
|
|
buttonGet.Location = new Point(374, 143);
|
|
buttonGet.Name = "buttonGet";
|
|
buttonGet.Size = new Size(298, 29);
|
|
buttonGet.TabIndex = 5;
|
|
buttonGet.Text = "Получить значение";
|
|
buttonGet.UseVisualStyleBackColor = true;
|
|
buttonGet.Click += buttonGet_Click;
|
|
//
|
|
// textBoxShowItem
|
|
//
|
|
textBoxShowItem.Location = new Point(374, 180);
|
|
textBoxShowItem.Name = "textBoxShowItem";
|
|
textBoxShowItem.Size = new Size(297, 27);
|
|
textBoxShowItem.TabIndex = 6;
|
|
//
|
|
// buttonGetDown
|
|
//
|
|
buttonGetDown.Location = new Point(12, 64);
|
|
buttonGetDown.Name = "buttonGetDown";
|
|
buttonGetDown.Size = new Size(139, 51);
|
|
buttonGetDown.TabIndex = 7;
|
|
buttonGetDown.Text = "Получить значение";
|
|
buttonGetDown.UseVisualStyleBackColor = true;
|
|
buttonGetDown.Click += buttonGetDown_Click;
|
|
//
|
|
// textBoxResult
|
|
//
|
|
textBoxResult.Location = new Point(12, 121);
|
|
textBoxResult.Name = "textBoxResult";
|
|
textBoxResult.Size = new Size(281, 27);
|
|
textBoxResult.TabIndex = 8;
|
|
//
|
|
// buttonClear
|
|
//
|
|
buttonClear.Location = new Point(154, 64);
|
|
buttonClear.Name = "buttonClear";
|
|
buttonClear.Size = new Size(139, 51);
|
|
buttonClear.TabIndex = 9;
|
|
buttonClear.Text = "Очистить";
|
|
buttonClear.UseVisualStyleBackColor = true;
|
|
buttonClear.Click += buttonClear_Click;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(684, 286);
|
|
Controls.Add(buttonClear);
|
|
Controls.Add(textBoxResult);
|
|
Controls.Add(buttonGetDown);
|
|
Controls.Add(textBoxShowItem);
|
|
Controls.Add(buttonGet);
|
|
Controls.Add(label1);
|
|
Controls.Add(buttonCheck);
|
|
Controls.Add(emailBox);
|
|
Controls.Add(valuesList);
|
|
Controls.Add(dropDownList);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private COP_1.DropDownList dropDownList;
|
|
private COP_1.ValuesList valuesList;
|
|
private COP_1.emailBox emailBox;
|
|
private Button buttonCheck;
|
|
private Label label1;
|
|
private Button buttonGet;
|
|
private TextBox textBoxShowItem;
|
|
private Button buttonGetDown;
|
|
private TextBox textBoxResult;
|
|
private Button buttonClear;
|
|
}
|
|
}
|