245 lines
10 KiB
C#
245 lines
10 KiB
C#
|
||
namespace demo25052026
|
||
{
|
||
partial class Form4
|
||
{
|
||
/// <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.comboBox1 = new System.Windows.Forms.ComboBox();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// comboBox1
|
||
//
|
||
this.comboBox1.FormattingEnabled = true;
|
||
this.comboBox1.Items.AddRange(new object[] {
|
||
"H782T5",
|
||
"G783F5",
|
||
"J384T6",
|
||
"D572U8",
|
||
"F572H7",
|
||
"D329H3",
|
||
"B320R5",
|
||
"G432E4",
|
||
"S213E3",
|
||
"E482R4",
|
||
"S634B5",
|
||
"K345R4",
|
||
"O754F4",
|
||
"G531F4",
|
||
"J542F5",
|
||
"B431R5",
|
||
"P764G4",
|
||
"C436G5",
|
||
"F427R5",
|
||
"N457T5",
|
||
"D364R4",
|
||
"S326R5",
|
||
"L754R4",
|
||
"M542T5",
|
||
"D268G5",
|
||
"T324F5",
|
||
"K358H6",
|
||
"H535R5"});
|
||
this.comboBox1.Location = new System.Drawing.Point(12, 12);
|
||
this.comboBox1.Name = "comboBox1";
|
||
this.comboBox1.Size = new System.Drawing.Size(151, 28);
|
||
this.comboBox1.TabIndex = 0;
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(13, 47);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(150, 27);
|
||
this.textBox1.TabIndex = 1;
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(13, 116);
|
||
this.textBox2.Multiline = true;
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.Size = new System.Drawing.Size(150, 68);
|
||
this.textBox2.TabIndex = 2;
|
||
//
|
||
// textBox3
|
||
//
|
||
this.textBox3.Location = new System.Drawing.Point(13, 190);
|
||
this.textBox3.Multiline = true;
|
||
this.textBox3.Name = "textBox3";
|
||
this.textBox3.Size = new System.Drawing.Size(150, 68);
|
||
this.textBox3.TabIndex = 3;
|
||
//
|
||
// comboBox2
|
||
//
|
||
this.comboBox2.FormattingEnabled = true;
|
||
this.comboBox2.Items.AddRange(new object[] {
|
||
"Завершен",
|
||
"Новый"});
|
||
this.comboBox2.Location = new System.Drawing.Point(12, 288);
|
||
this.comboBox2.Name = "comboBox2";
|
||
this.comboBox2.Size = new System.Drawing.Size(151, 28);
|
||
this.comboBox2.TabIndex = 4;
|
||
//
|
||
// listBox1
|
||
//
|
||
this.listBox1.FormattingEnabled = true;
|
||
this.listBox1.ItemHeight = 20;
|
||
this.listBox1.Location = new System.Drawing.Point(258, 12);
|
||
this.listBox1.Name = "listBox1";
|
||
this.listBox1.Size = new System.Drawing.Size(243, 304);
|
||
this.listBox1.TabIndex = 5;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(13, 406);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(94, 29);
|
||
this.button1.TabIndex = 6;
|
||
this.button1.Text = "Назад";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(416, 409);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(94, 29);
|
||
this.button2.TabIndex = 7;
|
||
this.button2.Text = "Сохранить";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(308, 408);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(94, 29);
|
||
this.button3.TabIndex = 8;
|
||
this.button3.Text = "Удалить";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Location = new System.Drawing.Point(13, 81);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(150, 29);
|
||
this.button4.TabIndex = 9;
|
||
this.button4.Text = "Добавить";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
//
|
||
// comboBox3
|
||
//
|
||
this.comboBox3.FormattingEnabled = true;
|
||
this.comboBox3.Items.AddRange(new object[] {
|
||
"420151, г. Лесной, ул. Вишневая, 32",
|
||
"125061, г. Лесной, ул. Подгорная, 8",
|
||
"630370, г. Лесной, ул. Шоссейная, 24",
|
||
"400562, г. Лесной, ул. Зеленая, 32",
|
||
"614510, г. Лесной, ул. Маяковского, 47",
|
||
"410542, г. Лесной, ул. Светлая, 46",
|
||
"620839, г. Лесной, ул. Цветочная, 8",
|
||
"443890, г. Лесной, ул. Коммунистическая, 1",
|
||
"603379, г. Лесной, ул. Спортивная, 46",
|
||
"603721, г. Лесной, ул. Гоголя, 41",
|
||
"410172, г. Лесной, ул. Северная, 13",
|
||
"614611, г. Лесной, ул. Молодежная, 50",
|
||
"454311, г.Лесной, ул. Новая, 19",
|
||
"660007, г.Лесной, ул. Октябрьская, 19",
|
||
"603036, г. Лесной, ул. Садовая, 4",
|
||
"394060, г.Лесной, ул. Фрунзе, 43",
|
||
"410661, г. Лесной, ул. Школьная, 50",
|
||
"625590, г. Лесной, ул. Коммунистическая, 20",
|
||
"625683, г. Лесной, ул. 8 Марта",
|
||
"450983, г.Лесной, ул. Комсомольская, 26",
|
||
"394782, г. Лесной, ул. Чехова, 3",
|
||
"603002, г. Лесной, ул. Дзержинского, 28",
|
||
"450558, г. Лесной, ул. Набережная, 30",
|
||
"344288, г. Лесной, ул. Чехова, 1",
|
||
"614164, г.Лесной, ул. Степная, 30",
|
||
"394242, г. Лесной, ул. Коммунистическая, 43",
|
||
"660540, г. Лесной, ул. Солнечная, 25",
|
||
"125837, г. Лесной, ул. Шоссейная, 40",
|
||
"125703, г. Лесной, ул. Партизанская, 49",
|
||
"625283, г. Лесной, ул. Победы, 46",
|
||
"614753, г. Лесной, ул. Полевая, 35",
|
||
"426030, г. Лесной, ул. Маяковского, 44",
|
||
"450375, г. Лесной ул. Клубная, 44",
|
||
"625560, г. Лесной, ул. Некрасова, 12",
|
||
"630201, г. Лесной, ул. Комсомольская, 17",
|
||
"190949, г. Лесной, ул. Мичурина, 26"});
|
||
this.comboBox3.Location = new System.Drawing.Point(12, 330);
|
||
this.comboBox3.Name = "comboBox3";
|
||
this.comboBox3.Size = new System.Drawing.Size(151, 28);
|
||
this.comboBox3.TabIndex = 10;
|
||
//
|
||
// Form4
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(522, 450);
|
||
this.Controls.Add(this.comboBox3);
|
||
this.Controls.Add(this.button4);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.listBox1);
|
||
this.Controls.Add(this.comboBox2);
|
||
this.Controls.Add(this.textBox3);
|
||
this.Controls.Add(this.textBox2);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.comboBox1);
|
||
this.Name = "Form4";
|
||
this.Text = "Form4";
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.ComboBox comboBox1;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.TextBox textBox3;
|
||
private System.Windows.Forms.ComboBox comboBox2;
|
||
private System.Windows.Forms.ListBox listBox1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Button button4;
|
||
private System.Windows.Forms.ComboBox comboBox3;
|
||
}
|
||
} |