namespace NeshinaPolina07_11 { partial class AddOrder { /// /// 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() { this.btnSave = new System.Windows.Forms.Button(); this.txtReceiveCode = new System.Windows.Forms.TextBox(); this.cmbPickupPoint = new System.Windows.Forms.ComboBox(); this.cmbUser = new System.Windows.Forms.ComboBox(); this.cmbStatus = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.dtpOrderDate = new System.Windows.Forms.DateTimePicker(); this.dtpDeliveryDate = new System.Windows.Forms.DateTimePicker(); this.SuspendLayout(); // // btnSave // this.btnSave.Location = new System.Drawing.Point(95, 333); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(196, 23); this.btnSave.TabIndex = 0; this.btnSave.Text = "Добавить"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtReceiveCode // this.txtReceiveCode.Location = new System.Drawing.Point(154, 160); this.txtReceiveCode.Name = "txtReceiveCode"; this.txtReceiveCode.Size = new System.Drawing.Size(201, 20); this.txtReceiveCode.TabIndex = 6; // // cmbPickupPoint // this.cmbPickupPoint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPickupPoint.FormattingEnabled = true; this.cmbPickupPoint.Location = new System.Drawing.Point(154, 204); this.cmbPickupPoint.Name = "cmbPickupPoint"; this.cmbPickupPoint.Size = new System.Drawing.Size(200, 21); this.cmbPickupPoint.TabIndex = 7; // // cmbUser // this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbUser.FormattingEnabled = true; this.cmbUser.Location = new System.Drawing.Point(154, 238); this.cmbUser.Name = "cmbUser"; this.cmbUser.Size = new System.Drawing.Size(201, 21); this.cmbUser.TabIndex = 8; // // cmbStatus // this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbStatus.FormattingEnabled = true; this.cmbStatus.Location = new System.Drawing.Point(154, 265); this.cmbStatus.Name = "cmbStatus"; this.cmbStatus.Size = new System.Drawing.Size(200, 21); this.cmbStatus.TabIndex = 9; this.cmbStatus.SelectedIndexChanged += new System.EventHandler(this.cmbStatus_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(45, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(310, 42); this.label1.TabIndex = 10; this.label1.Text = "Добавить заказ"; this.label1.Click += new System.EventHandler(this.label1_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 13); this.label2.TabIndex = 11; this.label2.Text = "Дата заказа"; this.label2.Click += new System.EventHandler(this.label2_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 133); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 13); this.label3.TabIndex = 12; this.label3.Text = "Дата доставки"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 207); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(83, 13); this.label4.TabIndex = 13; this.label4.Text = "Пункст выдачи"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 163); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(26, 13); this.label5.TabIndex = 14; this.label5.Text = "Код"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(12, 241); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(43, 13); this.label8.TabIndex = 18; this.label8.Text = "Клиент"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 268); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(80, 13); this.label9.TabIndex = 19; this.label9.Text = "Статус заказа"; // // dtpOrderDate // this.dtpOrderDate.Location = new System.Drawing.Point(154, 98); this.dtpOrderDate.Name = "dtpOrderDate"; this.dtpOrderDate.Size = new System.Drawing.Size(200, 20); this.dtpOrderDate.TabIndex = 21; // // dtpDeliveryDate // this.dtpDeliveryDate.Location = new System.Drawing.Point(154, 133); this.dtpDeliveryDate.Name = "dtpDeliveryDate"; this.dtpDeliveryDate.Size = new System.Drawing.Size(200, 20); this.dtpDeliveryDate.TabIndex = 22; // // AddOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.MediumSpringGreen; this.ClientSize = new System.Drawing.Size(381, 401); this.Controls.Add(this.dtpDeliveryDate); this.Controls.Add(this.dtpOrderDate); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.cmbStatus); this.Controls.Add(this.cmbUser); this.Controls.Add(this.cmbPickupPoint); this.Controls.Add(this.txtReceiveCode); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "AddOrder"; this.Text = "AddOrder"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSave; private System.Windows.Forms.TextBox txtReceiveCode; private System.Windows.Forms.ComboBox cmbPickupPoint; private System.Windows.Forms.ComboBox cmbUser; private System.Windows.Forms.ComboBox cmbStatus; 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.Label label5; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.DateTimePicker dtpOrderDate; private System.Windows.Forms.DateTimePicker dtpDeliveryDate; } }