namespace ProjectOptika.Scripts.Forms { partial class FormSpecification { /// /// 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() { labelMaterial = new Label(); textBoxMaterial = new TextBox(); textBoxAstigmatism = new TextBox(); labelAstigmatism = new Label(); textBoxDioptericity = new TextBox(); labelDioptericity = new Label(); textBoxOriginCountry = new TextBox(); labelOriginCountry = new Label(); labelTimeProduction = new Label(); numericUpDownTimeProduction = new NumericUpDown(); buttonCancel = new Button(); buttonSave = new Button(); comboBoxAccessory = new ComboBox(); labelAccessory = new Label(); ((System.ComponentModel.ISupportInitialize)numericUpDownTimeProduction).BeginInit(); SuspendLayout(); // // labelMaterial // labelMaterial.AutoSize = true; labelMaterial.Location = new Point(12, 69); labelMaterial.Name = "labelMaterial"; labelMaterial.Size = new Size(78, 20); labelMaterial.TabIndex = 0; labelMaterial.Text = "Материал"; // // textBoxMaterial // textBoxMaterial.Location = new Point(175, 66); textBoxMaterial.Name = "textBoxMaterial"; textBoxMaterial.Size = new Size(125, 27); textBoxMaterial.TabIndex = 1; // // textBoxAstigmatism // textBoxAstigmatism.Location = new Point(175, 122); textBoxAstigmatism.Name = "textBoxAstigmatism"; textBoxAstigmatism.Size = new Size(125, 27); textBoxAstigmatism.TabIndex = 3; // // labelAstigmatism // labelAstigmatism.AutoSize = true; labelAstigmatism.Location = new Point(12, 125); labelAstigmatism.Name = "labelAstigmatism"; labelAstigmatism.Size = new Size(99, 20); labelAstigmatism.TabIndex = 2; labelAstigmatism.Text = "Астигматизм"; // // textBoxDioptericity // textBoxDioptericity.Location = new Point(175, 178); textBoxDioptericity.Name = "textBoxDioptericity"; textBoxDioptericity.Size = new Size(125, 27); textBoxDioptericity.TabIndex = 5; // // labelDioptericity // labelDioptericity.AutoSize = true; labelDioptericity.Location = new Point(12, 181); labelDioptericity.Name = "labelDioptericity"; labelDioptericity.Size = new Size(118, 20); labelDioptericity.TabIndex = 4; labelDioptericity.Text = "Диоптрийность"; // // textBoxOriginCountry // textBoxOriginCountry.Location = new Point(175, 227); textBoxOriginCountry.Name = "textBoxOriginCountry"; textBoxOriginCountry.Size = new Size(125, 27); textBoxOriginCountry.TabIndex = 7; // // labelOriginCountry // labelOriginCountry.AutoSize = true; labelOriginCountry.Location = new Point(12, 230); labelOriginCountry.Name = "labelOriginCountry"; labelOriginCountry.Size = new Size(155, 20); labelOriginCountry.TabIndex = 6; labelOriginCountry.Text = "Страна изготовителя"; // // labelTimeProduction // labelTimeProduction.AutoSize = true; labelTimeProduction.Location = new Point(12, 280); labelTimeProduction.Name = "labelTimeProduction"; labelTimeProduction.Size = new Size(121, 20); labelTimeProduction.TabIndex = 8; labelTimeProduction.Text = "Время поставки"; // // numericUpDownTimeProduction // numericUpDownTimeProduction.Location = new Point(175, 278); numericUpDownTimeProduction.Name = "numericUpDownTimeProduction"; numericUpDownTimeProduction.Size = new Size(125, 27); numericUpDownTimeProduction.TabIndex = 9; // // buttonCancel // buttonCancel.Location = new Point(175, 331); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 29); buttonCancel.TabIndex = 11; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // buttonSave // buttonSave.Location = new Point(36, 331); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(94, 29); buttonSave.TabIndex = 10; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += ButtonSave_Click; // // comboBoxAccessory // comboBoxAccessory.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxAccessory.FormattingEnabled = true; comboBoxAccessory.Location = new Point(175, 12); comboBoxAccessory.Name = "comboBoxAccessory"; comboBoxAccessory.Size = new Size(125, 28); comboBoxAccessory.TabIndex = 20; // // labelAccessory // labelAccessory.AutoSize = true; labelAccessory.Location = new Point(12, 20); labelAccessory.Name = "labelAccessory"; labelAccessory.Size = new Size(79, 20); labelAccessory.TabIndex = 19; labelAccessory.Text = "Аксессуар"; // // FormSpecification // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(316, 378); Controls.Add(comboBoxAccessory); Controls.Add(labelAccessory); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(numericUpDownTimeProduction); Controls.Add(labelTimeProduction); Controls.Add(textBoxOriginCountry); Controls.Add(labelOriginCountry); Controls.Add(textBoxDioptericity); Controls.Add(labelDioptericity); Controls.Add(textBoxAstigmatism); Controls.Add(labelAstigmatism); Controls.Add(textBoxMaterial); Controls.Add(labelMaterial); Name = "FormSpecification"; StartPosition = FormStartPosition.CenterParent; Text = "Характеристика"; ((System.ComponentModel.ISupportInitialize)numericUpDownTimeProduction).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label labelMaterial; private TextBox textBoxMaterial; private TextBox textBoxAstigmatism; private Label labelAstigmatism; private TextBox textBoxDioptericity; private Label labelDioptericity; private TextBox textBoxOriginCountry; private Label labelOriginCountry; private Label labelTimeProduction; private NumericUpDown numericUpDownTimeProduction; private Button buttonCancel; private Button buttonSave; private ComboBox comboBoxAccessory; private Label labelAccessory; } }