namespace RestaurantApp { partial class PaymentForm { 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.lblOrderId = new System.Windows.Forms.Label(); this.lblOrderIdValue = new System.Windows.Forms.Label(); this.lblAmount = new System.Windows.Forms.Label(); this.lblAmountValue = new System.Windows.Forms.Label(); this.lblMethod = new System.Windows.Forms.Label(); this.cmbMethod = new System.Windows.Forms.ComboBox(); this.lblBonus = new System.Windows.Forms.Label(); this.numBonus = new System.Windows.Forms.NumericUpDown(); this.lblBonusInfo = new System.Windows.Forms.Label(); this.lblClientBonus = new System.Windows.Forms.Label(); this.lblFinalAmount = new System.Windows.Forms.Label(); this.lblFinalAmountValue = new System.Windows.Forms.Label(); this.btnPay = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.numBonus)).BeginInit(); this.SuspendLayout(); // // lblOrderId // this.lblOrderId.AutoSize = true; this.lblOrderId.Location = new System.Drawing.Point(30, 30); this.lblOrderId.Name = "lblOrderId"; this.lblOrderId.Size = new System.Drawing.Size(62, 13); this.lblOrderId.TabIndex = 0; this.lblOrderId.Text = "Заказ №:"; // // lblOrderIdValue // this.lblOrderIdValue.AutoSize = true; this.lblOrderIdValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold); this.lblOrderIdValue.Location = new System.Drawing.Point(150, 30); this.lblOrderIdValue.Name = "lblOrderIdValue"; this.lblOrderIdValue.Size = new System.Drawing.Size(14, 13); this.lblOrderIdValue.TabIndex = 1; this.lblOrderIdValue.Text = "0"; // // lblAmount // this.lblAmount.AutoSize = true; this.lblAmount.Location = new System.Drawing.Point(30, 60); this.lblAmount.Name = "lblAmount"; this.lblAmount.Size = new System.Drawing.Size(58, 13); this.lblAmount.TabIndex = 2; this.lblAmount.Text = "Сумма:"; // // lblAmountValue // this.lblAmountValue.AutoSize = true; this.lblAmountValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold); this.lblAmountValue.Location = new System.Drawing.Point(150, 60); this.lblAmountValue.Name = "lblAmountValue"; this.lblAmountValue.Size = new System.Drawing.Size(41, 13); this.lblAmountValue.TabIndex = 3; this.lblAmountValue.Text = "0 ₽"; // // lblMethod // this.lblMethod.AutoSize = true; this.lblMethod.Location = new System.Drawing.Point(30, 90); this.lblMethod.Name = "lblMethod"; this.lblMethod.Size = new System.Drawing.Size(82, 13); this.lblMethod.TabIndex = 4; this.lblMethod.Text = "Способ оплаты:"; // // cmbMethod // this.cmbMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbMethod.Items.AddRange(new object[] { "cash", "card", "online", "bonus" }); this.cmbMethod.Location = new System.Drawing.Point(150, 87); this.cmbMethod.Name = "cmbMethod"; this.cmbMethod.Size = new System.Drawing.Size(150, 21); this.cmbMethod.TabIndex = 5; // // lblBonus // this.lblBonus.AutoSize = true; this.lblBonus.Location = new System.Drawing.Point(30, 125); this.lblBonus.Name = "lblBonus"; this.lblBonus.Size = new System.Drawing.Size(114, 13); this.lblBonus.TabIndex = 6; this.lblBonus.Text = "Использовать бонусы:"; // // numBonus // this.numBonus.Location = new System.Drawing.Point(150, 123); this.numBonus.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); this.numBonus.Name = "numBonus"; this.numBonus.Size = new System.Drawing.Size(100, 20); this.numBonus.TabIndex = 7; // // lblBonusInfo // this.lblBonusInfo.AutoSize = true; this.lblBonusInfo.Location = new System.Drawing.Point(260, 125); this.lblBonusInfo.Name = "lblBonusInfo"; this.lblBonusInfo.Size = new System.Drawing.Size(60, 13); this.lblBonusInfo.TabIndex = 8; this.lblBonusInfo.Text = "(доступно: )"; // // lblClientBonus // this.lblClientBonus.AutoSize = true; this.lblClientBonus.Location = new System.Drawing.Point(150, 145); this.lblClientBonus.Name = "lblClientBonus"; this.lblClientBonus.Size = new System.Drawing.Size(0, 13); this.lblClientBonus.TabIndex = 9; // // lblFinalAmount // this.lblFinalAmount.AutoSize = true; this.lblFinalAmount.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.lblFinalAmount.Location = new System.Drawing.Point(30, 180); this.lblFinalAmount.Name = "lblFinalAmount"; this.lblFinalAmount.Size = new System.Drawing.Size(106, 17); this.lblFinalAmount.TabIndex = 10; this.lblFinalAmount.Text = "К оплате:"; // // lblFinalAmountValue // this.lblFinalAmountValue.AutoSize = true; this.lblFinalAmountValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.lblFinalAmountValue.ForeColor = System.Drawing.Color.Green; this.lblFinalAmountValue.Location = new System.Drawing.Point(150, 178); this.lblFinalAmountValue.Name = "lblFinalAmountValue"; this.lblFinalAmountValue.Size = new System.Drawing.Size(49, 20); this.lblFinalAmountValue.TabIndex = 11; this.lblFinalAmountValue.Text = "0 ₽"; // // btnPay // this.btnPay.BackColor = System.Drawing.Color.LimeGreen; this.btnPay.Location = new System.Drawing.Point(100, 220); this.btnPay.Name = "btnPay"; this.btnPay.Size = new System.Drawing.Size(100, 35); this.btnPay.TabIndex = 12; this.btnPay.Text = "Оплатить"; this.btnPay.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(220, 220); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(100, 35); this.btnCancel.TabIndex = 13; this.btnCancel.Text = "Отмена"; this.btnCancel.UseVisualStyleBackColor = true; // // PaymentForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(430, 280); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnPay); this.Controls.Add(this.lblFinalAmountValue); this.Controls.Add(this.lblFinalAmount); this.Controls.Add(this.lblClientBonus); this.Controls.Add(this.lblBonusInfo); this.Controls.Add(this.numBonus); this.Controls.Add(this.lblBonus); this.Controls.Add(this.cmbMethod); this.Controls.Add(this.lblMethod); this.Controls.Add(this.lblAmountValue); this.Controls.Add(this.lblAmount); this.Controls.Add(this.lblOrderIdValue); this.Controls.Add(this.lblOrderId); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PaymentForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Оплата заказа"; ((System.ComponentModel.ISupportInitialize)(this.numBonus)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label lblOrderId; private System.Windows.Forms.Label lblOrderIdValue; private System.Windows.Forms.Label lblAmount; private System.Windows.Forms.Label lblAmountValue; private System.Windows.Forms.Label lblMethod; private System.Windows.Forms.ComboBox cmbMethod; private System.Windows.Forms.Label lblBonus; private System.Windows.Forms.NumericUpDown numBonus; private System.Windows.Forms.Label lblBonusInfo; private System.Windows.Forms.Label lblClientBonus; private System.Windows.Forms.Label lblFinalAmount; private System.Windows.Forms.Label lblFinalAmountValue; private System.Windows.Forms.Button btnPay; private System.Windows.Forms.Button btnCancel; } }