namespace SoftwareInstallationView { partial class FormPackageSale { /// /// 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() { buttonCancel = new Button(); buttonSale = new Button(); textBoxCount = new TextBox(); labelCount = new Label(); comboBoxPackage = new ComboBox(); labelPackage = new Label(); SuspendLayout(); // // buttonCancel // buttonCancel.Location = new Point(289, 111); buttonCancel.Margin = new Padding(5, 4, 5, 4); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(101, 36); buttonCancel.TabIndex = 17; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // buttonSale // buttonSale.Location = new Point(182, 111); buttonSale.Margin = new Padding(5, 4, 5, 4); buttonSale.Name = "buttonSale"; buttonSale.Size = new Size(101, 36); buttonSale.TabIndex = 16; buttonSale.Text = "Продать"; buttonSale.UseVisualStyleBackColor = true; buttonSale.Click += ButtonSale_Click; // // textBoxCount // textBoxCount.Location = new Point(115, 68); textBoxCount.Margin = new Padding(5, 4, 5, 4); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(287, 27); textBoxCount.TabIndex = 15; // // labelCount // labelCount.AutoSize = true; labelCount.Location = new Point(15, 72); labelCount.Margin = new Padding(5, 0, 5, 0); labelCount.Name = "labelCount"; labelCount.Size = new Size(97, 20); labelCount.TabIndex = 14; labelCount.Text = "Количество :"; // // comboBoxPackage // comboBoxPackage.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxPackage.FormattingEnabled = true; comboBoxPackage.Location = new Point(115, 20); comboBoxPackage.Margin = new Padding(5, 4, 5, 4); comboBoxPackage.Name = "comboBoxPackage"; comboBoxPackage.Size = new Size(287, 28); comboBoxPackage.TabIndex = 13; // // labelPackage // labelPackage.AutoSize = true; labelPackage.Location = new Point(15, 25); labelPackage.Margin = new Padding(5, 0, 5, 0); labelPackage.Name = "labelPackage"; labelPackage.Size = new Size(34, 20); labelPackage.TabIndex = 12; labelPackage.Text = "ПО:"; // // FormPackageSale // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(426, 164); Controls.Add(buttonCancel); Controls.Add(buttonSale); Controls.Add(textBoxCount); Controls.Add(labelCount); Controls.Add(comboBoxPackage); Controls.Add(labelPackage); Margin = new Padding(3, 4, 3, 4); Name = "FormPackageSale"; StartPosition = FormStartPosition.CenterScreen; Text = "Продажа "; Load += FormPackageSale_Load; ResumeLayout(false); PerformLayout(); } #endregion private Button buttonCancel; private Button buttonSale; private TextBox textBoxCount; private Label labelCount; private ComboBox comboBoxPackage; private Label labelPackage; } }