namespace NeshinaPolina2111 { partial class MaterialPurchaseCalculatorForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MaterialPurchaseCalculatorForm)); this.cmbProductType = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cmbMaterialType = new System.Windows.Forms.ComboBox(); this.numQuantityProduced = new System.Windows.Forms.NumericUpDown(); this.txtParam1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtParam2 = new System.Windows.Forms.TextBox(); this.txtStock = new System.Windows.Forms.TextBox(); this.btnCalculate = new System.Windows.Forms.Button(); this.lblResult = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.numQuantityProduced)).BeginInit(); this.SuspendLayout(); // // cmbProductType // this.cmbProductType.FormattingEnabled = true; this.cmbProductType.Location = new System.Drawing.Point(237, 61); this.cmbProductType.Name = "cmbProductType"; this.cmbProductType.Size = new System.Drawing.Size(234, 28); this.cmbProductType.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 69); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(120, 20); this.label1.TabIndex = 1; this.label1.Text = "Тип продукции"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 110); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(124, 20); this.label2.TabIndex = 2; this.label2.Text = "Тип материала"; // // cmbMaterialType // this.cmbMaterialType.FormattingEnabled = true; this.cmbMaterialType.Location = new System.Drawing.Point(237, 102); this.cmbMaterialType.Name = "cmbMaterialType"; this.cmbMaterialType.Size = new System.Drawing.Size(234, 28); this.cmbMaterialType.TabIndex = 3; // // numQuantityProduced // this.numQuantityProduced.Location = new System.Drawing.Point(237, 146); this.numQuantityProduced.Name = "numQuantityProduced"; this.numQuantityProduced.Size = new System.Drawing.Size(234, 26); this.numQuantityProduced.TabIndex = 4; // // txtParam1 // this.txtParam1.Location = new System.Drawing.Point(237, 178); this.txtParam1.Name = "txtParam1"; this.txtParam1.Size = new System.Drawing.Size(234, 26); this.txtParam1.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(35, 152); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(184, 20); this.label3.TabIndex = 6; this.label3.Text = "Количество продукции"; // // txtParam2 // this.txtParam2.Location = new System.Drawing.Point(237, 210); this.txtParam2.Name = "txtParam2"; this.txtParam2.Size = new System.Drawing.Size(234, 26); this.txtParam2.TabIndex = 7; // // txtStock // this.txtStock.Location = new System.Drawing.Point(237, 242); this.txtStock.Name = "txtStock"; this.txtStock.Size = new System.Drawing.Size(235, 26); this.txtStock.TabIndex = 8; // // btnCalculate // this.btnCalculate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51))))); this.btnCalculate.Font = new System.Drawing.Font("Comic Sans MS", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnCalculate.ForeColor = System.Drawing.SystemColors.ButtonFace; this.btnCalculate.Location = new System.Drawing.Point(141, 382); this.btnCalculate.Name = "btnCalculate"; this.btnCalculate.Size = new System.Drawing.Size(234, 64); this.btnCalculate.TabIndex = 9; this.btnCalculate.Text = "Рассчитать"; this.btnCalculate.UseVisualStyleBackColor = false; this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click); // // lblResult // this.lblResult.AutoSize = true; this.lblResult.Location = new System.Drawing.Point(35, 317); this.lblResult.Name = "lblResult"; this.lblResult.Size = new System.Drawing.Size(60, 20); this.lblResult.TabIndex = 10; this.lblResult.Text = "Вывод"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(35, 184); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(99, 20); this.label4.TabIndex = 11; this.label4.Text = "Параметр 1"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(35, 216); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(99, 20); this.label5.TabIndex = 12; this.label5.Text = "Параметр 2"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(35, 248); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 20); this.label6.TabIndex = 13; this.label6.Text = "Запас"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label7.Location = new System.Drawing.Point(193, 9); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(113, 32); this.label7.TabIndex = 14; this.label7.Text = "Расчёт"; // // MaterialPurchaseCalculatorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178))))); this.ClientSize = new System.Drawing.Size(506, 458); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.lblResult); this.Controls.Add(this.btnCalculate); this.Controls.Add(this.txtStock); this.Controls.Add(this.txtParam2); this.Controls.Add(this.label3); this.Controls.Add(this.txtParam1); this.Controls.Add(this.numQuantityProduced); this.Controls.Add(this.cmbMaterialType); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.cmbProductType); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "MaterialPurchaseCalculatorForm"; this.Text = "MaterialPurchaseCalculatorForm"; this.Load += new System.EventHandler(this.MaterialPurchaseCalculatorForm_Load); ((System.ComponentModel.ISupportInitialize)(this.numQuantityProduced)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cmbProductType; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbMaterialType; private System.Windows.Forms.NumericUpDown numQuantityProduced; private System.Windows.Forms.TextBox txtParam1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtParam2; private System.Windows.Forms.TextBox txtStock; private System.Windows.Forms.Button btnCalculate; private System.Windows.Forms.Label lblResult; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; } }