namespace WinFormsApp { partial class FormSupplierProduct { /// /// 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() { buttonCancel = new Button(); buttonSave = new Button(); comboBoxProduct = new ComboBox(); numericUpDownCount = new NumericUpDown(); ((System.ComponentModel.ISupportInitialize)numericUpDownCount).BeginInit(); SuspendLayout(); // // buttonCancel // buttonCancel.Location = new Point(179, 77); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(75, 23); buttonCancel.TabIndex = 8; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // buttonSave // buttonSave.Location = new Point(179, 53); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(75, 23); buttonSave.TabIndex = 7; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += ButtonSave_Click; // // comboBoxProduct // comboBoxProduct.FormattingEnabled = true; comboBoxProduct.Location = new Point(12, 12); comboBoxProduct.Name = "comboBoxProduct"; comboBoxProduct.Size = new Size(121, 23); comboBoxProduct.TabIndex = 6; // // numericUpDownCount // numericUpDownCount.Location = new Point(13, 55); numericUpDownCount.Name = "numericUpDownCount"; numericUpDownCount.Size = new Size(120, 23); numericUpDownCount.TabIndex = 5; // // FormSupplierProduct // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(291, 123); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(comboBoxProduct); Controls.Add(numericUpDownCount); Name = "FormSupplierProduct"; Text = "FormSupplierProduct"; ((System.ComponentModel.ISupportInitialize)numericUpDownCount).EndInit(); ResumeLayout(false); } #endregion private Button buttonCancel; private Button buttonSave; private ComboBox comboBoxProduct; private NumericUpDown numericUpDownCount; } }