namespace Forms { partial class DeliveryForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { tableLayoutPanel1 = new TableLayoutPanel(); comboBoxType = new ComboBox(); label2 = new Label(); label3 = new Label(); label4 = new Label(); label1 = new Label(); inputComponentDate = new CreateVisualComponent.InputComponent(); textBoxFCs = new TextBox(); textBoxWishes = new TextBox(); tableLayoutPanel2 = new TableLayoutPanel(); buttonSave = new Button(); buttonCancel = new Button(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); SuspendLayout(); // // tableLayoutPanel1 // tableLayoutPanel1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; tableLayoutPanel1.ColumnCount = 4; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); tableLayoutPanel1.Controls.Add(comboBoxType, 2, 1); tableLayoutPanel1.Controls.Add(label2, 1, 0); tableLayoutPanel1.Controls.Add(label3, 2, 0); tableLayoutPanel1.Controls.Add(label4, 3, 0); tableLayoutPanel1.Controls.Add(label1, 0, 0); tableLayoutPanel1.Controls.Add(inputComponentDate, 3, 1); tableLayoutPanel1.Controls.Add(textBoxFCs, 0, 1); tableLayoutPanel1.Controls.Add(textBoxWishes, 1, 1); tableLayoutPanel1.Location = new Point(12, 34); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 30.2325573F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 69.76744F)); tableLayoutPanel1.Size = new Size(912, 92); tableLayoutPanel1.TabIndex = 1; // // comboBoxType // comboBoxType.Anchor = AnchorStyles.Left | AnchorStyles.Right; comboBoxType.Cursor = Cursors.IBeam; comboBoxType.FormattingEnabled = true; comboBoxType.Location = new Point(459, 45); comboBoxType.Name = "comboBoxType"; comboBoxType.Size = new Size(222, 28); comboBoxType.TabIndex = 2; comboBoxType.SelectedIndexChanged += OnInputChange; // // label2 // label2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; label2.AutoSize = true; label2.Location = new Point(231, 0); label2.Name = "label2"; label2.Size = new Size(222, 20); label2.TabIndex = 1; label2.Text = "Пожелания по доставке"; label2.TextAlign = ContentAlignment.MiddleCenter; // // label3 // label3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; label3.AutoSize = true; label3.Location = new Point(459, 0); label3.Name = "label3"; label3.Size = new Size(222, 20); label3.TabIndex = 2; label3.Text = "Тип доставки"; label3.TextAlign = ContentAlignment.MiddleCenter; // // label4 // label4.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; label4.AutoSize = true; label4.Location = new Point(687, 0); label4.Name = "label4"; label4.Size = new Size(222, 20); label4.TabIndex = 3; label4.Text = "Дата доставки"; label4.TextAlign = ContentAlignment.MiddleCenter; // // label1 // label1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; label1.AutoSize = true; label1.Location = new Point(3, 0); label1.Name = "label1"; label1.Size = new Size(222, 20); label1.TabIndex = 0; label1.Text = "ФИО"; label1.TextAlign = ContentAlignment.MiddleCenter; // // inputComponentDate // inputComponentDate.Anchor = AnchorStyles.Left | AnchorStyles.Right; inputComponentDate.Location = new Point(687, 30); inputComponentDate.Name = "inputComponentDate"; inputComponentDate.Size = new Size(222, 59); inputComponentDate.TabIndex = 4; // // textBoxFCs // textBoxFCs.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxFCs.Location = new Point(3, 46); textBoxFCs.Name = "textBoxFCs"; textBoxFCs.Size = new Size(222, 27); textBoxFCs.TabIndex = 6; textBoxFCs.TextChanged += OnInputChange; // // textBoxWishes // textBoxWishes.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxWishes.Location = new Point(231, 46); textBoxWishes.Name = "textBoxWishes"; textBoxWishes.Size = new Size(222, 27); textBoxWishes.TabIndex = 5; textBoxWishes.TextChanged += OnInputChange; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel2.Controls.Add(buttonSave, 0, 0); tableLayoutPanel2.Controls.Add(buttonCancel, 1, 0); tableLayoutPanel2.Location = new Point(12, 132); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel2.Size = new Size(250, 36); tableLayoutPanel2.TabIndex = 2; // // buttonSave // buttonSave.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; buttonSave.Location = new Point(3, 3); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(119, 30); buttonSave.TabIndex = 0; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonAdd_Click; // // buttonCancel // buttonCancel.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; buttonCancel.Location = new Point(128, 3); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(119, 30); buttonCancel.TabIndex = 1; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // DeliveryForm // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(936, 209); Controls.Add(tableLayoutPanel2); Controls.Add(tableLayoutPanel1); Name = "DeliveryForm"; Text = "DeliveryForm"; FormClosing += ProviderForm_FormClosing; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); ResumeLayout(false); } #endregion private ListBox listBox1; private TableLayoutPanel tableLayoutPanel1; private Label label2; private Label label3; private Label label4; private Label label1; private CreateVisualComponent.InputComponent inputComponentDate; private ComboBox comboBoxType; private TextBox textBoxWishes; private TextBox textBoxFCs; private TableLayoutPanel tableLayoutPanel2; private Button buttonSave; private Button buttonCancel; } }