namespace ConfectioneryView { partial class FormPastryComponent { /// /// 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(); buttonSave = new Button(); buttonCancel = new Button(); labelAnount = new Label(); comboBoxComponent = new ComboBox(); textBoxAmount = new TextBox(); SuspendLayout(); // // labelComponent // labelComponent.AutoSize = true; labelComponent.Location = new Point(28, 30); labelComponent.Name = "labelComponent"; labelComponent.Size = new Size(95, 20); labelComponent.TabIndex = 0; labelComponent.Text = "Компонент: "; // // buttonSave // buttonSave.Location = new Point(231, 128); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(94, 29); buttonSave.TabIndex = 1; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(346, 128); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 29); buttonCancel.TabIndex = 2; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // labelAnount // labelAnount.AutoSize = true; labelAnount.Location = new Point(28, 81); labelAnount.Name = "labelAnount"; labelAnount.Size = new Size(97, 20); labelAnount.TabIndex = 3; labelAnount.Text = "Количество: "; // // comboBoxComponent // comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(130, 27); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(310, 28); comboBoxComponent.TabIndex = 4; // // textBoxAmount // textBoxAmount.Location = new Point(130, 78); textBoxAmount.Name = "textBoxAmount"; textBoxAmount.Size = new Size(310, 27); textBoxAmount.TabIndex = 5; // // FormPastryComponent // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(469, 179); Controls.Add(textBoxAmount); Controls.Add(comboBoxComponent); Controls.Add(labelAnount); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(labelComponent); Name = "FormPastryComponent"; Text = "Компонент кондитерского изделия"; ResumeLayout(false); PerformLayout(); } #endregion private Label labelComponent; private Button buttonSave; private Button buttonCancel; private Label labelAnount; private ComboBox comboBoxComponent; private TextBox textBoxAmount; } }