Form3.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace testkonkurs1
  2. {
  3. partial class Form3
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher();
  30. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  35. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  36. this.konkursDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  37. this.konkursDataSet = new testkonkurs1.konkursDataSet();
  38. this.konkursDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.comfortBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.comfortTableAdapter = new testkonkurs1.konkursDataSetTableAdapters.comfortTableAdapter();
  41. this.button2 = new System.Windows.Forms.Button();
  42. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // directorySearcher1
  50. //
  51. this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01");
  52. this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01");
  53. this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01");
  54. //
  55. // dateTimePicker1
  56. //
  57. this.dateTimePicker1.Location = new System.Drawing.Point(130, 55);
  58. this.dateTimePicker1.Name = "dateTimePicker1";
  59. this.dateTimePicker1.Size = new System.Drawing.Size(184, 20);
  60. this.dateTimePicker1.TabIndex = 0;
  61. this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
  62. //
  63. // textBox1
  64. //
  65. this.textBox1.Location = new System.Drawing.Point(348, 54);
  66. this.textBox1.Name = "textBox1";
  67. this.textBox1.Size = new System.Drawing.Size(125, 20);
  68. this.textBox1.TabIndex = 1;
  69. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  70. //
  71. // comboBox1
  72. //
  73. this.comboBox1.FormattingEnabled = true;
  74. this.comboBox1.Items.AddRange(new object[] {
  75. "1-комнатный",
  76. "2-комнатный",
  77. "показать все"});
  78. this.comboBox1.Location = new System.Drawing.Point(520, 54);
  79. this.comboBox1.Name = "comboBox1";
  80. this.comboBox1.Size = new System.Drawing.Size(133, 21);
  81. this.comboBox1.TabIndex = 2;
  82. this.comboBox1.Text = "1-комнатный";
  83. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  84. //
  85. // button1
  86. //
  87. this.button1.Location = new System.Drawing.Point(520, 186);
  88. this.button1.Name = "button1";
  89. this.button1.Size = new System.Drawing.Size(133, 50);
  90. this.button1.TabIndex = 3;
  91. this.button1.Text = "Показать список свободных номеров";
  92. this.button1.UseVisualStyleBackColor = true;
  93. this.button1.Click += new System.EventHandler(this.button1_Click);
  94. //
  95. // dataGridView1
  96. //
  97. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  98. this.dataGridView1.Location = new System.Drawing.Point(130, 137);
  99. this.dataGridView1.Name = "dataGridView1";
  100. this.dataGridView1.Size = new System.Drawing.Size(343, 291);
  101. this.dataGridView1.TabIndex = 5;
  102. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  103. //
  104. // konkursDataSetBindingSource1
  105. //
  106. this.konkursDataSetBindingSource1.DataSource = this.konkursDataSet;
  107. this.konkursDataSetBindingSource1.Position = 0;
  108. //
  109. // konkursDataSet
  110. //
  111. this.konkursDataSet.DataSetName = "konkursDataSet";
  112. this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  113. //
  114. // konkursDataSetBindingSource
  115. //
  116. this.konkursDataSetBindingSource.DataSource = this.konkursDataSet;
  117. this.konkursDataSetBindingSource.Position = 0;
  118. //
  119. // comfortBindingSource
  120. //
  121. this.comfortBindingSource.DataMember = "comfort";
  122. this.comfortBindingSource.DataSource = this.konkursDataSetBindingSource;
  123. //
  124. // comfortTableAdapter
  125. //
  126. this.comfortTableAdapter.ClearBeforeFill = true;
  127. //
  128. // button2
  129. //
  130. this.button2.Location = new System.Drawing.Point(520, 279);
  131. this.button2.Name = "button2";
  132. this.button2.Size = new System.Drawing.Size(133, 60);
  133. this.button2.TabIndex = 6;
  134. this.button2.Text = "забронировать номер";
  135. this.button2.UseVisualStyleBackColor = true;
  136. this.button2.Click += new System.EventHandler(this.button2_Click);
  137. //
  138. // Form3
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.ClientSize = new System.Drawing.Size(685, 492);
  143. this.Controls.Add(this.button2);
  144. this.Controls.Add(this.dataGridView1);
  145. this.Controls.Add(this.button1);
  146. this.Controls.Add(this.comboBox1);
  147. this.Controls.Add(this.textBox1);
  148. this.Controls.Add(this.dateTimePicker1);
  149. this.Name = "Form3";
  150. this.Text = "Панель менеджера";
  151. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
  152. this.Load += new System.EventHandler(this.Form3_Load);
  153. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).EndInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).EndInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).EndInit();
  158. this.ResumeLayout(false);
  159. this.PerformLayout();
  160. }
  161. #endregion
  162. private System.DirectoryServices.DirectorySearcher directorySearcher1;
  163. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  164. private System.Windows.Forms.TextBox textBox1;
  165. private System.Windows.Forms.ComboBox comboBox1;
  166. private System.Windows.Forms.Button button1;
  167. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  168. private System.Windows.Forms.DataGridView dataGridView1;
  169. private System.Windows.Forms.BindingSource konkursDataSetBindingSource1;
  170. private konkursDataSet konkursDataSet;
  171. private System.Windows.Forms.BindingSource konkursDataSetBindingSource;
  172. private System.Windows.Forms.BindingSource comfortBindingSource;
  173. private konkursDataSetTableAdapters.comfortTableAdapter comfortTableAdapter;
  174. private System.Windows.Forms.Button button2;
  175. }
  176. }