123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- namespace Демо
- {
- partial class Каталог
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Каталог));
- this.tLP1 = new System.Windows.Forms.TableLayoutPanel();
- this.button5 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.button10 = new System.Windows.Forms.Button();
- this.button9 = new System.Windows.Forms.Button();
- this.strNum = new System.Windows.Forms.TextBox();
- this.strLab = new System.Windows.Forms.Label();
- this.buttonNext = new System.Windows.Forms.Button();
- this.buttonBack = new System.Windows.Forms.Button();
- this.Sorts = new System.Windows.Forms.ComboBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.tLP2 = new System.Windows.Forms.TableLayoutPanel();
- this.button2 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.tLP3 = new System.Windows.Forms.TableLayoutPanel();
- this.button3 = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.tLP4 = new System.Windows.Forms.TableLayoutPanel();
- this.button4 = new System.Windows.Forms.Button();
- this.button8 = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.pic4 = new System.Windows.Forms.PictureBox();
- this.pic3 = new System.Windows.Forms.PictureBox();
- this.pic2 = new System.Windows.Forms.PictureBox();
- this.pic1 = new System.Windows.Forms.PictureBox();
- this.tLP1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.tLP2.SuspendLayout();
- this.tLP3.SuspendLayout();
- this.tLP4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
- this.SuspendLayout();
- //
- // tLP1
- //
- this.tLP1.ColumnCount = 2;
- this.tLP1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
- this.tLP1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
- this.tLP1.Controls.Add(this.button5, 1, 1);
- this.tLP1.Controls.Add(this.pic1, 0, 0);
- this.tLP1.Controls.Add(this.label1, 1, 0);
- this.tLP1.Controls.Add(this.button1, 0, 1);
- this.tLP1.Location = new System.Drawing.Point(9, 54);
- this.tLP1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tLP1.Name = "tLP1";
- this.tLP1.RowCount = 2;
- this.tLP1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
- this.tLP1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tLP1.Size = new System.Drawing.Size(590, 124);
- this.tLP1.TabIndex = 0;
- //
- // button5
- //
- this.button5.BackColor = System.Drawing.Color.LimeGreen;
- this.button5.Dock = System.Windows.Forms.DockStyle.Right;
- this.button5.FlatAppearance.BorderSize = 0;
- this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button5.Location = new System.Drawing.Point(498, 95);
- this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(90, 27);
- this.button5.TabIndex = 9;
- this.button5.Text = "Удалить";
- this.button5.UseVisualStyleBackColor = false;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(142, 15);
- this.label1.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(35, 13);
- this.label1.TabIndex = 7;
- this.label1.Text = "label1";
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.LimeGreen;
- this.button1.Dock = System.Windows.Forms.DockStyle.Left;
- this.button1.FlatAppearance.BorderSize = 0;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button1.Location = new System.Drawing.Point(2, 95);
- this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(92, 27);
- this.button1.TabIndex = 8;
- this.button1.Text = "Редактировать";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.button10);
- this.panel1.Controls.Add(this.button9);
- this.panel1.Controls.Add(this.strNum);
- this.panel1.Controls.Add(this.strLab);
- this.panel1.Controls.Add(this.buttonNext);
- this.panel1.Controls.Add(this.buttonBack);
- this.panel1.Location = new System.Drawing.Point(9, 600);
- this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(592, 37);
- this.panel1.TabIndex = 1;
- //
- // button10
- //
- this.button10.BackColor = System.Drawing.Color.LimeGreen;
- this.button10.FlatAppearance.BorderSize = 0;
- this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button10.Location = new System.Drawing.Point(2, 6);
- this.button10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button10.Name = "button10";
- this.button10.Size = new System.Drawing.Size(70, 27);
- this.button10.TabIndex = 12;
- this.button10.Text = "Выход";
- this.button10.UseVisualStyleBackColor = false;
- this.button10.Click += new System.EventHandler(this.button10_Click);
- //
- // button9
- //
- this.button9.BackColor = System.Drawing.Color.LimeGreen;
- this.button9.FlatAppearance.BorderSize = 0;
- this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button9.Location = new System.Drawing.Point(126, 2);
- this.button9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(112, 33);
- this.button9.TabIndex = 11;
- this.button9.Text = "Добавить";
- this.button9.UseVisualStyleBackColor = false;
- this.button9.Click += new System.EventHandler(this.btn_add_Click);
- //
- // strNum
- //
- this.strNum.Location = new System.Drawing.Point(314, 9);
- this.strNum.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.strNum.Name = "strNum";
- this.strNum.Size = new System.Drawing.Size(32, 20);
- this.strNum.TabIndex = 3;
- this.strNum.Text = "1";
- this.strNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.strNum_KeyDown);
- //
- // strLab
- //
- this.strLab.AutoSize = true;
- this.strLab.Location = new System.Drawing.Point(350, 11);
- this.strLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.strLab.Name = "strLab";
- this.strLab.Size = new System.Drawing.Size(21, 13);
- this.strLab.TabIndex = 2;
- this.strLab.Text = "/ 0";
- //
- // buttonNext
- //
- this.buttonNext.BackColor = System.Drawing.Color.LimeGreen;
- this.buttonNext.FlatAppearance.BorderSize = 0;
- this.buttonNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.buttonNext.Location = new System.Drawing.Point(502, 2);
- this.buttonNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.buttonNext.Name = "buttonNext";
- this.buttonNext.Size = new System.Drawing.Size(87, 32);
- this.buttonNext.TabIndex = 1;
- this.buttonNext.Text = "-------->";
- this.buttonNext.UseVisualStyleBackColor = false;
- this.buttonNext.Click += new System.EventHandler(this.buttonNextAndBackGrid_Click);
- //
- // buttonBack
- //
- this.buttonBack.BackColor = System.Drawing.Color.LimeGreen;
- this.buttonBack.FlatAppearance.BorderSize = 0;
- this.buttonBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.buttonBack.Location = new System.Drawing.Point(411, 2);
- this.buttonBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.buttonBack.Name = "buttonBack";
- this.buttonBack.Size = new System.Drawing.Size(87, 32);
- this.buttonBack.TabIndex = 0;
- this.buttonBack.Text = "<--------";
- this.buttonBack.UseVisualStyleBackColor = false;
- this.buttonBack.Click += new System.EventHandler(this.buttonNextAndBackGrid_Click);
- //
- // Sorts
- //
- this.Sorts.FormattingEnabled = true;
- this.Sorts.Items.AddRange(new object[] {
- "Цена +",
- "Цена -",
- "Наименование +",
- "Наименование -",
- "Длительность +",
- "Длительность -"});
- this.Sorts.Location = new System.Drawing.Point(252, 8);
- this.Sorts.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Sorts.Name = "Sorts";
- this.Sorts.Size = new System.Drawing.Size(133, 21);
- this.Sorts.TabIndex = 2;
- this.Sorts.Text = "Сортировка";
- this.Sorts.SelectedIndexChanged += new System.EventHandler(this.Sorts_SelectedIndexChanged);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(9, 8);
- this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(227, 20);
- this.textBox1.TabIndex = 3;
- this.textBox1.Text = "Поиск";
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
- this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
- //
- // tLP2
- //
- this.tLP2.ColumnCount = 2;
- this.tLP2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
- this.tLP2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
- this.tLP2.Controls.Add(this.button2, 0, 1);
- this.tLP2.Controls.Add(this.button6, 0, 1);
- this.tLP2.Controls.Add(this.pic2, 0, 0);
- this.tLP2.Controls.Add(this.label2, 1, 0);
- this.tLP2.Location = new System.Drawing.Point(9, 191);
- this.tLP2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tLP2.Name = "tLP2";
- this.tLP2.RowCount = 2;
- this.tLP2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
- this.tLP2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tLP2.Size = new System.Drawing.Size(590, 124);
- this.tLP2.TabIndex = 4;
- //
- // button2
- //
- this.button2.BackColor = System.Drawing.Color.LimeGreen;
- this.button2.Dock = System.Windows.Forms.DockStyle.Left;
- this.button2.FlatAppearance.BorderSize = 0;
- this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button2.Location = new System.Drawing.Point(2, 95);
- this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(92, 27);
- this.button2.TabIndex = 10;
- this.button2.Text = "Редактировать";
- this.button2.UseVisualStyleBackColor = false;
- this.button2.Click += new System.EventHandler(this.button1_Click);
- //
- // button6
- //
- this.button6.BackColor = System.Drawing.Color.LimeGreen;
- this.button6.Dock = System.Windows.Forms.DockStyle.Right;
- this.button6.FlatAppearance.BorderSize = 0;
- this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button6.Location = new System.Drawing.Point(498, 95);
- this.button6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(90, 27);
- this.button6.TabIndex = 9;
- this.button6.Text = "Удалить";
- this.button6.UseVisualStyleBackColor = false;
- this.button6.Click += new System.EventHandler(this.button5_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(142, 15);
- this.label2.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 13);
- this.label2.TabIndex = 7;
- this.label2.Text = "label2";
- //
- // tLP3
- //
- this.tLP3.ColumnCount = 2;
- this.tLP3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
- this.tLP3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
- this.tLP3.Controls.Add(this.button3, 0, 1);
- this.tLP3.Controls.Add(this.button7, 0, 1);
- this.tLP3.Controls.Add(this.pic3, 0, 0);
- this.tLP3.Controls.Add(this.label3, 1, 0);
- this.tLP3.Location = new System.Drawing.Point(9, 330);
- this.tLP3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tLP3.Name = "tLP3";
- this.tLP3.RowCount = 2;
- this.tLP3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
- this.tLP3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tLP3.Size = new System.Drawing.Size(590, 124);
- this.tLP3.TabIndex = 5;
- //
- // button3
- //
- this.button3.BackColor = System.Drawing.Color.LimeGreen;
- this.button3.Dock = System.Windows.Forms.DockStyle.Left;
- this.button3.FlatAppearance.BorderSize = 0;
- this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button3.Location = new System.Drawing.Point(2, 95);
- this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(92, 27);
- this.button3.TabIndex = 11;
- this.button3.Text = "Редактировать";
- this.button3.UseVisualStyleBackColor = false;
- this.button3.Click += new System.EventHandler(this.button1_Click);
- //
- // button7
- //
- this.button7.BackColor = System.Drawing.Color.LimeGreen;
- this.button7.Dock = System.Windows.Forms.DockStyle.Right;
- this.button7.FlatAppearance.BorderSize = 0;
- this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button7.Location = new System.Drawing.Point(498, 95);
- this.button7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(90, 27);
- this.button7.TabIndex = 10;
- this.button7.Text = "Удалить";
- this.button7.UseVisualStyleBackColor = false;
- this.button7.Click += new System.EventHandler(this.button5_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(142, 15);
- this.label3.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 13);
- this.label3.TabIndex = 7;
- this.label3.Text = "label3";
- //
- // tLP4
- //
- this.tLP4.ColumnCount = 2;
- this.tLP4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
- this.tLP4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
- this.tLP4.Controls.Add(this.button4, 0, 1);
- this.tLP4.Controls.Add(this.button8, 0, 1);
- this.tLP4.Controls.Add(this.pic4, 0, 0);
- this.tLP4.Controls.Add(this.label4, 1, 0);
- this.tLP4.Location = new System.Drawing.Point(9, 468);
- this.tLP4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.tLP4.Name = "tLP4";
- this.tLP4.RowCount = 2;
- this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
- this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
- this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
- this.tLP4.Size = new System.Drawing.Size(590, 124);
- this.tLP4.TabIndex = 6;
- //
- // button4
- //
- this.button4.BackColor = System.Drawing.Color.LimeGreen;
- this.button4.Dock = System.Windows.Forms.DockStyle.Left;
- this.button4.FlatAppearance.BorderSize = 0;
- this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button4.Location = new System.Drawing.Point(2, 95);
- this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(92, 27);
- this.button4.TabIndex = 11;
- this.button4.Text = "Редактировать";
- this.button4.UseVisualStyleBackColor = false;
- this.button4.Click += new System.EventHandler(this.button1_Click);
- //
- // button8
- //
- this.button8.BackColor = System.Drawing.Color.LimeGreen;
- this.button8.Dock = System.Windows.Forms.DockStyle.Right;
- this.button8.FlatAppearance.BorderSize = 0;
- this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button8.Location = new System.Drawing.Point(498, 95);
- this.button8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(90, 27);
- this.button8.TabIndex = 10;
- this.button8.Text = "Удалить";
- this.button8.UseVisualStyleBackColor = false;
- this.button8.Click += new System.EventHandler(this.button5_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(142, 15);
- this.label4.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(35, 13);
- this.label4.TabIndex = 7;
- this.label4.Text = "label4";
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(402, 9);
- this.comboBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(133, 21);
- this.comboBox1.TabIndex = 7;
- this.comboBox1.Text = "Все элементы";
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // pic4
- //
- this.pic4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pic4.Location = new System.Drawing.Point(2, 2);
- this.pic4.Margin = new System.Windows.Forms.Padding(2);
- this.pic4.Name = "pic4";
- this.pic4.Size = new System.Drawing.Size(123, 89);
- this.pic4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic4.TabIndex = 6;
- this.pic4.TabStop = false;
- //
- // pic3
- //
- this.pic3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pic3.Location = new System.Drawing.Point(2, 2);
- this.pic3.Margin = new System.Windows.Forms.Padding(2);
- this.pic3.Name = "pic3";
- this.pic3.Size = new System.Drawing.Size(123, 89);
- this.pic3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic3.TabIndex = 6;
- this.pic3.TabStop = false;
- //
- // pic2
- //
- this.pic2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pic2.Location = new System.Drawing.Point(2, 2);
- this.pic2.Margin = new System.Windows.Forms.Padding(2);
- this.pic2.Name = "pic2";
- this.pic2.Size = new System.Drawing.Size(123, 89);
- this.pic2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic2.TabIndex = 6;
- this.pic2.TabStop = false;
- //
- // pic1
- //
- this.pic1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pic1.Location = new System.Drawing.Point(2, 2);
- this.pic1.Margin = new System.Windows.Forms.Padding(2);
- this.pic1.Name = "pic1";
- this.pic1.Size = new System.Drawing.Size(123, 89);
- this.pic1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pic1.TabIndex = 6;
- this.pic1.TabStop = false;
- //
- // Каталог
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(610, 647);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.tLP4);
- this.Controls.Add(this.tLP3);
- this.Controls.Add(this.tLP2);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.Sorts);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.tLP1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Каталог";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Каталог";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Каталог_FormClosing);
- this.tLP1.ResumeLayout(false);
- this.tLP1.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.tLP2.ResumeLayout(false);
- this.tLP2.PerformLayout();
- this.tLP3.ResumeLayout(false);
- this.tLP3.PerformLayout();
- this.tLP4.ResumeLayout(false);
- this.tLP4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tLP1;
- private System.Windows.Forms.PictureBox pic1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button buttonNext;
- private System.Windows.Forms.Button buttonBack;
- private System.Windows.Forms.TextBox strNum;
- private System.Windows.Forms.Label strLab;
- private System.Windows.Forms.ComboBox Sorts;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TableLayoutPanel tLP2;
- private System.Windows.Forms.PictureBox pic2;
- private System.Windows.Forms.TableLayoutPanel tLP3;
- private System.Windows.Forms.PictureBox pic3;
- private System.Windows.Forms.TableLayoutPanel tLP4;
- private System.Windows.Forms.PictureBox pic4;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.Button button10;
- }
- }
|