namespace GarmentFactoryView { partial class FormTextileComponent { /// /// 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() { labelComponent = new Label(); labelCount = new Label(); buttonSave = new Button(); buttonCancel = new Button(); textBoxCount = new TextBox(); comboBoxComponent = new ComboBox(); SuspendLayout(); // // labelComponent // labelComponent.AutoSize = true; labelComponent.Location = new Point(23, 36); labelComponent.Name = "labelComponent"; labelComponent.Size = new Size(91, 20); labelComponent.TabIndex = 0; labelComponent.Text = "Компонент:"; // // labelCount // labelCount.AutoSize = true; labelCount.Location = new Point(23, 85); labelCount.Name = "labelCount"; labelCount.Size = new Size(93, 20); labelCount.TabIndex = 1; labelCount.Text = "Количество:"; // // buttonSave // buttonSave.Location = new Point(222, 124); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(94, 29); buttonSave.TabIndex = 2; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += ButtonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(322, 124); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 29); buttonCancel.TabIndex = 3; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // textBoxCount // textBoxCount.Location = new Point(122, 82); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(142, 27); textBoxCount.TabIndex = 4; // // comboBoxComponent // comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(122, 36); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(285, 28); comboBoxComponent.TabIndex = 5; // // FormTextileComponent // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(428, 166); Controls.Add(comboBoxComponent); Controls.Add(textBoxCount); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(labelCount); Controls.Add(labelComponent); Name = "FormTextileComponent"; Text = "Компонент текстиля"; ResumeLayout(false); PerformLayout(); } #endregion private Label labelComponent; private Label labelCount; private Button buttonSave; private Button buttonCancel; private TextBox textBoxCount; private ComboBox comboBoxComponent; } }