|
@@ -95,7 +95,7 @@
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
this.tabPage1.Size = new System.Drawing.Size(1019, 475);
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
- this.tabPage1.Text = "tabPage1";
|
|
|
+ this.tabPage1.Text = "Номера";
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// tabPage2
|
|
@@ -106,7 +106,7 @@
|
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
this.tabPage2.Size = new System.Drawing.Size(1019, 475);
|
|
|
this.tabPage2.TabIndex = 1;
|
|
|
- this.tabPage2.Text = "tabPage2";
|
|
|
+ this.tabPage2.Text = "Бронирование";
|
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// dataGridView1
|
|
@@ -238,6 +238,7 @@
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
this.Name = "Form3";
|
|
|
this.Text = "Form3";
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Form3_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.bronirovenieBindingSource)).EndInit();
|