namespace HotelView { partial class FormRoom { /// /// 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(); textBoxNumber = new TextBox(); buttonCancel = new Button(); buttonSave = new Button(); label3 = new Label(); label4 = new Label(); label5 = new Label(); textBoxFloor = new TextBox(); label6 = new Label(); comboBoxWorker = new ComboBox(); textBoxNumberOfBeds = new TextBox(); textBoxCondition = new TextBox(); textBoxCost = new TextBox(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(14, 27); label1.Name = "label1"; label1.Size = new Size(60, 20); label1.TabIndex = 0; label1.Text = "Номер:"; // // label2 // label2.AutoSize = true; label2.Location = new Point(14, 68); label2.Name = "label2"; label2.Size = new Size(46, 20); label2.TabIndex = 1; label2.Text = "Этаж:"; // // textBoxNumber // textBoxNumber.Location = new Point(111, 24); textBoxNumber.Margin = new Padding(3, 4, 3, 4); textBoxNumber.Name = "textBoxNumber"; textBoxNumber.Size = new Size(237, 27); textBoxNumber.TabIndex = 2; // // buttonCancel // buttonCancel.Location = new Point(260, 278); buttonCancel.Margin = new Padding(3, 4, 3, 4); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(88, 40); buttonCancel.TabIndex = 7; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // buttonSave // buttonSave.Location = new Point(159, 278); buttonSave.Margin = new Padding(3, 4, 3, 4); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(95, 40); buttonSave.TabIndex = 6; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // label3 // label3.AutoSize = true; label3.Location = new Point(14, 108); label3.Name = "label3"; label3.Size = new Size(148, 20); label3.TabIndex = 8; label3.Text = "Кол. спальных мест:"; // // label4 // label4.AutoSize = true; label4.Location = new Point(14, 150); label4.Name = "label4"; label4.Size = new Size(86, 20); label4.TabIndex = 9; label4.Text = "Состояние:"; // // label5 // label5.AutoSize = true; label5.Location = new Point(14, 190); label5.Name = "label5"; label5.Size = new Size(81, 20); label5.TabIndex = 10; label5.Text = "Цена(час):"; // // textBoxFloor // textBoxFloor.Location = new Point(111, 65); textBoxFloor.Name = "textBoxFloor"; textBoxFloor.Size = new Size(237, 27); textBoxFloor.TabIndex = 11; // // label6 // label6.AutoSize = true; label6.Location = new Point(14, 228); label6.Name = "label6"; label6.Size = new Size(77, 20); label6.TabIndex = 12; label6.Text = "Работник:"; // // comboBoxWorker // comboBoxWorker.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxWorker.FormattingEnabled = true; comboBoxWorker.Location = new Point(111, 225); comboBoxWorker.Name = "comboBoxWorker"; comboBoxWorker.Size = new Size(237, 28); comboBoxWorker.TabIndex = 13; // // textBoxNumberOfBeds // textBoxNumberOfBeds.Location = new Point(168, 108); textBoxNumberOfBeds.Name = "textBoxNumberOfBeds"; textBoxNumberOfBeds.Size = new Size(178, 27); textBoxNumberOfBeds.TabIndex = 14; // // textBoxCondition // textBoxCondition.Location = new Point(111, 147); textBoxCondition.Name = "textBoxCondition"; textBoxCondition.Size = new Size(237, 27); textBoxCondition.TabIndex = 15; // // textBoxCost // textBoxCost.Location = new Point(111, 187); textBoxCost.Name = "textBoxCost"; textBoxCost.Size = new Size(235, 27); textBoxCost.TabIndex = 16; // // FormRoom // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(368, 331); Controls.Add(textBoxCost); Controls.Add(textBoxCondition); Controls.Add(textBoxNumberOfBeds); Controls.Add(comboBoxWorker); Controls.Add(label6); Controls.Add(textBoxFloor); Controls.Add(label5); Controls.Add(label4); Controls.Add(label3); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(textBoxNumber); Controls.Add(label2); Controls.Add(label1); Margin = new Padding(3, 4, 3, 4); Name = "FormRoom"; Text = "Комнаты"; Load += FormRoom_Load; ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private Label label2; private TextBox textBoxNumber; private Button buttonCancel; private Button buttonSave; private Label label3; private Label label4; private Label label5; private TextBox textBoxFloor; private Label label6; private ComboBox comboBoxWorker; private TextBox textBoxNumberOfBeds; private TextBox textBoxCondition; private TextBox textBoxCost; } }