|
@@ -0,0 +1,192 @@
|
|
|
+namespace testkonkurs1
|
|
|
+{
|
|
|
+ partial class Form4
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.last_name = new System.Windows.Forms.TextBox();
|
|
|
+ this.name = new System.Windows.Forms.MaskedTextBox();
|
|
|
+ this.surname = new System.Windows.Forms.TextBox();
|
|
|
+ this.data_zaezda = new System.Windows.Forms.TextBox();
|
|
|
+ this.data_broni = new System.Windows.Forms.TextBox();
|
|
|
+ this.coldays = new System.Windows.Forms.TextBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.nomerComnati = new System.Windows.Forms.TextBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // last_name
|
|
|
+ //
|
|
|
+ this.last_name.Location = new System.Drawing.Point(63, 35);
|
|
|
+ this.last_name.Name = "last_name";
|
|
|
+ this.last_name.Size = new System.Drawing.Size(157, 20);
|
|
|
+ this.last_name.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // name
|
|
|
+ //
|
|
|
+ this.name.Location = new System.Drawing.Point(63, 61);
|
|
|
+ this.name.Name = "name";
|
|
|
+ this.name.Size = new System.Drawing.Size(157, 20);
|
|
|
+ this.name.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // surname
|
|
|
+ //
|
|
|
+ this.surname.Location = new System.Drawing.Point(63, 87);
|
|
|
+ this.surname.Name = "surname";
|
|
|
+ this.surname.Size = new System.Drawing.Size(157, 20);
|
|
|
+ this.surname.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // data_zaezda
|
|
|
+ //
|
|
|
+ this.data_zaezda.Location = new System.Drawing.Point(334, 35);
|
|
|
+ this.data_zaezda.Name = "data_zaezda";
|
|
|
+ this.data_zaezda.Size = new System.Drawing.Size(81, 20);
|
|
|
+ this.data_zaezda.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // data_broni
|
|
|
+ //
|
|
|
+ this.data_broni.Location = new System.Drawing.Point(334, 175);
|
|
|
+ this.data_broni.Name = "data_broni";
|
|
|
+ this.data_broni.Size = new System.Drawing.Size(81, 20);
|
|
|
+ this.data_broni.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // coldays
|
|
|
+ //
|
|
|
+ this.coldays.Location = new System.Drawing.Point(334, 87);
|
|
|
+ this.coldays.Name = "coldays";
|
|
|
+ this.coldays.Size = new System.Drawing.Size(81, 20);
|
|
|
+ this.coldays.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(60, 9);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(78, 13);
|
|
|
+ this.label1.TabIndex = 6;
|
|
|
+ this.label1.Text = "введите ФИО";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(331, 9);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(112, 13);
|
|
|
+ this.label2.TabIndex = 7;
|
|
|
+ this.label2.Text = "введите дату заезда";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(331, 68);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(136, 13);
|
|
|
+ this.label3.TabIndex = 8;
|
|
|
+ this.label3.Text = "введите количество дней";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(331, 146);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(148, 13);
|
|
|
+ this.label4.TabIndex = 9;
|
|
|
+ this.label4.Text = "введите дату бронирования";
|
|
|
+ //
|
|
|
+ // nomerComnati
|
|
|
+ //
|
|
|
+ this.nomerComnati.Location = new System.Drawing.Point(63, 175);
|
|
|
+ this.nomerComnati.Name = "nomerComnati";
|
|
|
+ this.nomerComnati.Size = new System.Drawing.Size(81, 20);
|
|
|
+ this.nomerComnati.TabIndex = 10;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(60, 146);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(131, 13);
|
|
|
+ this.label5.TabIndex = 11;
|
|
|
+ this.label5.Text = "введите номер комнаты";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(173, 260);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(162, 36);
|
|
|
+ this.button1.TabIndex = 12;
|
|
|
+ this.button1.Text = "забронировать";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // Form4
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(528, 373);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.nomerComnati);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.coldays);
|
|
|
+ this.Controls.Add(this.data_broni);
|
|
|
+ this.Controls.Add(this.data_zaezda);
|
|
|
+ this.Controls.Add(this.surname);
|
|
|
+ this.Controls.Add(this.name);
|
|
|
+ this.Controls.Add(this.last_name);
|
|
|
+ this.Name = "Form4";
|
|
|
+ this.Text = "бронирование";
|
|
|
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form4_FormClosed);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.TextBox last_name;
|
|
|
+ private System.Windows.Forms.MaskedTextBox name;
|
|
|
+ private System.Windows.Forms.TextBox surname;
|
|
|
+ private System.Windows.Forms.TextBox data_zaezda;
|
|
|
+ private System.Windows.Forms.TextBox data_broni;
|
|
|
+ private System.Windows.Forms.TextBox coldays;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.TextBox nomerComnati;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ }
|
|
|
+}
|