namespace PrecastConcretePlantView { partial class FormReinforcedComponent { /// /// 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() { labelComp = new Label(); labelCount = new Label(); textBoxCount = new TextBox(); ButtonSave = new Button(); ButtonCancel = new Button(); comboBoxComponent = new ComboBox(); SuspendLayout(); // // labelComp // labelComp.AutoSize = true; labelComp.Location = new Point(10, 9); labelComp.Name = "labelComp"; labelComp.Size = new Size(88, 20); labelComp.TabIndex = 0; labelComp.Text = "Компонент"; // // labelCount // labelCount.AutoSize = true; labelCount.Location = new Point(12, 43); labelCount.Name = "labelCount"; labelCount.Size = new Size(90, 20); labelCount.TabIndex = 1; labelCount.Text = "Количество"; // // textBoxCount // textBoxCount.Location = new Point(108, 40); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(286, 27); textBoxCount.TabIndex = 3; // // ButtonSave // ButtonSave.Location = new Point(108, 73); ButtonSave.Name = "ButtonSave"; ButtonSave.Size = new Size(143, 31); ButtonSave.TabIndex = 4; ButtonSave.Text = "Сохранить"; ButtonSave.UseVisualStyleBackColor = true; ButtonSave.Click += ButtonSave_Click; // // ButtonCancel // ButtonCancel.Location = new Point(257, 73); ButtonCancel.Name = "ButtonCancel"; ButtonCancel.Size = new Size(137, 31); ButtonCancel.TabIndex = 5; ButtonCancel.Text = "Отмена"; ButtonCancel.UseVisualStyleBackColor = true; ButtonCancel.Click += ButtonCancel_Click; // // comboBoxComponent // comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(108, 6); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(281, 28); comboBoxComponent.TabIndex = 6; // // FormReinforcedComponent // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(401, 124); Controls.Add(comboBoxComponent); Controls.Add(ButtonCancel); Controls.Add(ButtonSave); Controls.Add(textBoxCount); Controls.Add(labelCount); Controls.Add(labelComp); Name = "FormReinforcedComponent"; Text = "Компонент изделия"; ResumeLayout(false); PerformLayout(); } #endregion private Label labelComp; private Label labelCount; private TextBox textBoxCount; private Button ButtonSave; private Button ButtonCancel; private ComboBox comboBoxComponent; } }