namespace CarRepairShopView { partial class FormRepairComponent { /// /// 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() { label1 = new Label(); label2 = new Label(); comboBoxComponent = new ComboBox(); textBoxCount = new TextBox(); buttonSave = new Button(); buttonCancel = new Button(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(15, 9); label1.Name = "label1"; label1.Size = new Size(72, 15); label1.TabIndex = 0; label1.Text = "Компонент:"; // // label2 // label2.AutoSize = true; label2.Location = new Point(15, 44); label2.Name = "label2"; label2.Size = new Size(75, 15); label2.TabIndex = 1; label2.Text = "Количество:"; // // comboBoxComponent // comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(96, 6); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(256, 23); comboBoxComponent.TabIndex = 2; // // textBoxCount // textBoxCount.Location = new Point(96, 41); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(256, 23); textBoxCount.TabIndex = 3; // // buttonSave // buttonSave.Location = new Point(147, 70); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(98, 28); buttonSave.TabIndex = 4; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(254, 70); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(98, 28); buttonCancel.TabIndex = 5; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // FormProductComponent // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(361, 109); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(textBoxCount); Controls.Add(comboBoxComponent); Controls.Add(label2); Controls.Add(label1); Name = "FormProductComponent"; Text = "FormProductComponent"; ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private Label label2; private ComboBox comboBoxComponent; private TextBox textBoxCount; private Button buttonSave; private Button buttonCancel; } }