Files
uuuu/demo26052026/Form4.Designer.cs
2026-05-31 22:15:06 +03:00

276 lines
12 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace demo26052026
{
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.listBox1 = new System.Windows.Forms.ListBox();
this.button1 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 20;
this.listBox1.Location = new System.Drawing.Point(568, 13);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(220, 184);
this.listBox1.TabIndex = 2;
//
// button1
//
this.button1.Location = new System.Drawing.Point(264, 13);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(94, 29);
this.button1.TabIndex = 3;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.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.comboBox1.Location = new System.Drawing.Point(12, 118);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(186, 28);
this.comboBox1.TabIndex = 4;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"\"Завершен\"",
"\"Новый \""});
this.comboBox2.Location = new System.Drawing.Point(229, 118);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(197, 28);
this.comboBox2.TabIndex = 7;
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"\"А112Т4\"",
"\"F635R4\"",
"\"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.comboBox3.Location = new System.Drawing.Point(12, 13);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(151, 28);
this.comboBox3.TabIndex = 8;
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(13, 70);
this.numericUpDown1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(150, 27);
this.numericUpDown1.TabIndex = 9;
this.numericUpDown1.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// button2
//
this.button2.Location = new System.Drawing.Point(675, 399);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(113, 39);
this.button2.TabIndex = 10;
this.button2.Text = "Сохранить";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(13, 409);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(94, 29);
this.button3.TabIndex = 11;
this.button3.Text = "Назад";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// maskedTextBox1
//
this.maskedTextBox1.Location = new System.Drawing.Point(13, 210);
this.maskedTextBox1.Mask = "00.00.0000";
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(125, 27);
this.maskedTextBox1.TabIndex = 12;
this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
//
// maskedTextBox2
//
this.maskedTextBox2.Location = new System.Drawing.Point(264, 210);
this.maskedTextBox2.Mask = "00.00.0000";
this.maskedTextBox2.Name = "maskedTextBox2";
this.maskedTextBox2.Size = new System.Drawing.Size(125, 27);
this.maskedTextBox2.TabIndex = 13;
this.maskedTextBox2.ValidatingType = typeof(System.DateTime);
//
// button4
//
this.button4.Location = new System.Drawing.Point(438, 11);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(94, 29);
this.button4.TabIndex = 14;
this.button4.Text = "Удалить";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(534, 409);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(94, 29);
this.button5.TabIndex = 15;
this.button5.Text = "Удалить";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.maskedTextBox2);
this.Controls.Add(this.maskedTextBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.comboBox3);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.listBox1);
this.Name = "Form4";
this.Text = "Form4";
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private System.Windows.Forms.MaskedTextBox maskedTextBox2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
}
}