namespace RestaurantApp { partial class OrderEditForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.lblTable = new System.Windows.Forms.Label(); this.cmbTable = new System.Windows.Forms.ComboBox(); this.lblWaiter = new System.Windows.Forms.Label(); this.cmbWaiter = new System.Windows.Forms.ComboBox(); this.lblClient = new System.Windows.Forms.Label(); this.cmbClient = new System.Windows.Forms.ComboBox(); this.lblDiscount = new System.Windows.Forms.Label(); this.numDiscount = new System.Windows.Forms.NumericUpDown(); this.btnSave = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.chkNoClient = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numDiscount)).BeginInit(); this.SuspendLayout(); // // lblTable // this.lblTable.AutoSize = true; this.lblTable.Location = new System.Drawing.Point(30, 30); this.lblTable.Name = "lblTable"; this.lblTable.Size = new System.Drawing.Size(38, 13); this.lblTable.TabIndex = 0; this.lblTable.Text = "Стол:"; // // cmbTable // this.cmbTable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTable.FormattingEnabled = true; this.cmbTable.Location = new System.Drawing.Point(120, 27); this.cmbTable.Name = "cmbTable"; this.cmbTable.Size = new System.Drawing.Size(250, 21); this.cmbTable.TabIndex = 1; // // lblWaiter // this.lblWaiter.AutoSize = true; this.lblWaiter.Location = new System.Drawing.Point(30, 60); this.lblWaiter.Name = "lblWaiter"; this.lblWaiter.Size = new System.Drawing.Size(59, 13); this.lblWaiter.TabIndex = 2; this.lblWaiter.Text = "Официант:"; // // cmbWaiter // this.cmbWaiter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbWaiter.FormattingEnabled = true; this.cmbWaiter.Location = new System.Drawing.Point(120, 57); this.cmbWaiter.Name = "cmbWaiter"; this.cmbWaiter.Size = new System.Drawing.Size(250, 21); this.cmbWaiter.TabIndex = 3; // // lblClient // this.lblClient.AutoSize = true; this.lblClient.Location = new System.Drawing.Point(30, 90); this.lblClient.Name = "lblClient"; this.lblClient.Size = new System.Drawing.Size(46, 13); this.lblClient.TabIndex = 4; this.lblClient.Text = "Клиент:"; // // cmbClient // this.cmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbClient.FormattingEnabled = true; this.cmbClient.Location = new System.Drawing.Point(120, 87); this.cmbClient.Name = "cmbClient"; this.cmbClient.Size = new System.Drawing.Size(250, 21); this.cmbClient.TabIndex = 5; // // chkNoClient // this.chkNoClient.AutoSize = true; this.chkNoClient.Location = new System.Drawing.Point(120, 115); this.chkNoClient.Name = "chkNoClient"; this.chkNoClient.Size = new System.Drawing.Size(103, 17); this.chkNoClient.TabIndex = 6; this.chkNoClient.Text = "Без клиента"; this.chkNoClient.UseVisualStyleBackColor = true; // // lblDiscount // this.lblDiscount.AutoSize = true; this.lblDiscount.Location = new System.Drawing.Point(30, 145); this.lblDiscount.Name = "lblDiscount"; this.lblDiscount.Size = new System.Drawing.Size(52, 13); this.lblDiscount.TabIndex = 7; this.lblDiscount.Text = "Скидка %:"; // // numDiscount // this.numDiscount.Location = new System.Drawing.Point(120, 143); this.numDiscount.Name = "numDiscount"; this.numDiscount.Size = new System.Drawing.Size(100, 20); this.numDiscount.TabIndex = 8; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.LimeGreen; this.btnSave.Location = new System.Drawing.Point(120, 190); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(100, 30); this.btnSave.TabIndex = 9; this.btnSave.Text = "Создать заказ"; this.btnSave.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(240, 190); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(100, 30); this.btnCancel.TabIndex = 10; this.btnCancel.Text = "Отмена"; this.btnCancel.UseVisualStyleBackColor = true; // // OrderEditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(400, 250); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.numDiscount); this.Controls.Add(this.lblDiscount); this.Controls.Add(this.chkNoClient); this.Controls.Add(this.cmbClient); this.Controls.Add(this.lblClient); this.Controls.Add(this.cmbWaiter); this.Controls.Add(this.lblWaiter); this.Controls.Add(this.cmbTable); this.Controls.Add(this.lblTable); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OrderEditForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Новый заказ"; ((System.ComponentModel.ISupportInitialize)(this.numDiscount)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label lblTable; private System.Windows.Forms.ComboBox cmbTable; private System.Windows.Forms.Label lblWaiter; private System.Windows.Forms.ComboBox cmbWaiter; private System.Windows.Forms.Label lblClient; private System.Windows.Forms.ComboBox cmbClient; private System.Windows.Forms.CheckBox chkNoClient; private System.Windows.Forms.Label lblDiscount; private System.Windows.Forms.NumericUpDown numDiscount; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnCancel; } }