namespace GiftShopView { partial class FormSupply { /// /// 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() { ShopComboBox = new ComboBox(); GiftComboBox = new ComboBox(); CountTextBox = new TextBox(); SaveButton = new Button(); CancelButton = new Button(); SuspendLayout(); // // ShopComboBox // ShopComboBox.FormattingEnabled = true; ShopComboBox.Location = new Point(18, 20); ShopComboBox.Margin = new Padding(4, 5, 4, 5); ShopComboBox.Name = "ShopComboBox"; ShopComboBox.Size = new Size(472, 33); ShopComboBox.TabIndex = 0; // // GiftComboBox // GiftComboBox.FormattingEnabled = true; GiftComboBox.Location = new Point(18, 69); GiftComboBox.Margin = new Padding(4, 5, 4, 5); GiftComboBox.Name = "GiftComboBox"; GiftComboBox.Size = new Size(472, 33); GiftComboBox.TabIndex = 1; // // CountTextBox // CountTextBox.Location = new Point(18, 116); CountTextBox.Margin = new Padding(4, 5, 4, 5); CountTextBox.Name = "CountTextBox"; CountTextBox.Size = new Size(472, 31); CountTextBox.TabIndex = 2; // // SaveButton // SaveButton.Location = new Point(152, 200); SaveButton.Margin = new Padding(4, 5, 4, 5); SaveButton.Name = "SaveButton"; SaveButton.Size = new Size(157, 52); SaveButton.TabIndex = 3; SaveButton.Text = "Сохранить"; SaveButton.UseVisualStyleBackColor = true; SaveButton.Click += SaveButton_Click; // // CancelButton // CancelButton.Location = new Point(338, 200); CancelButton.Margin = new Padding(4, 5, 4, 5); CancelButton.Name = "CancelButton"; CancelButton.Size = new Size(157, 52); CancelButton.TabIndex = 4; CancelButton.Text = "Отмена"; CancelButton.UseVisualStyleBackColor = true; CancelButton.Click += CancelButton_Click; // // SupplyForm // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(508, 266); Controls.Add(CancelButton); Controls.Add(SaveButton); Controls.Add(CountTextBox); Controls.Add(GiftComboBox); Controls.Add(ShopComboBox); Margin = new Padding(4, 5, 4, 5); Name = "SupplyForm"; Text = "Форма поставок"; ResumeLayout(false); PerformLayout(); } #endregion private ComboBox ShopComboBox; private ComboBox GiftComboBox; private TextBox CountTextBox; private Button SaveButton; private Button CancelButton; } }