namespace ProjectAirline.Forms { partial class FormFlight { /// /// 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(); label3 = new Label(); textBox1 = new TextBox(); label4 = new Label(); numericUpDown1 = new NumericUpDown(); buttonFlightSave = new Button(); buttonFlightCancel = new Button(); ((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(32, 35); label1.Name = "label1"; label1.Size = new Size(74, 15); label1.TabIndex = 0; label1.Text = "Дата вылета"; // // label2 // label2.AutoSize = true; label2.Location = new Point(32, 71); label2.Name = "label2"; label2.Size = new Size(90, 15); label2.TabIndex = 1; label2.Text = "Дата прибытия"; // // label3 // label3.AutoSize = true; label3.Location = new Point(32, 109); label3.Name = "label3"; label3.Size = new Size(100, 15); label3.TabIndex = 2; label3.Text = "Место прибытия"; // // textBox1 // textBox1.Location = new Point(145, 106); textBox1.Name = "textBox1"; textBox1.Size = new Size(100, 23); textBox1.TabIndex = 3; // // label4 // label4.AutoSize = true; label4.Location = new Point(32, 148); label4.Name = "label4"; label4.Size = new Size(76, 15); label4.TabIndex = 4; label4.Text = "Цена билета"; // // numericUpDown1 // numericUpDown1.Location = new Point(145, 146); numericUpDown1.Name = "numericUpDown1"; numericUpDown1.Size = new Size(100, 23); numericUpDown1.TabIndex = 5; // // buttonFlightSave // buttonFlightSave.Location = new Point(30, 223); buttonFlightSave.Name = "buttonFlightSave"; buttonFlightSave.Size = new Size(75, 23); buttonFlightSave.TabIndex = 6; buttonFlightSave.Text = "Сохранить"; buttonFlightSave.UseVisualStyleBackColor = true; // // buttonFlightCancel // buttonFlightCancel.Location = new Point(152, 223); buttonFlightCancel.Name = "buttonFlightCancel"; buttonFlightCancel.Size = new Size(75, 23); buttonFlightCancel.TabIndex = 7; buttonFlightCancel.Text = "Отмена"; buttonFlightCancel.UseVisualStyleBackColor = true; // // FormFlight // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(273, 282); Controls.Add(buttonFlightCancel); Controls.Add(buttonFlightSave); Controls.Add(numericUpDown1); Controls.Add(label4); Controls.Add(textBox1); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Name = "FormFlight"; StartPosition = FormStartPosition.CenterParent; Text = "Полет"; ((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private Label label2; private Label label3; private TextBox textBox1; private Label label4; private NumericUpDown numericUpDown1; private Button buttonFlightSave; private Button buttonFlightCancel; } }