Form3.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // directorySearcher1
  49. //
  50. this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01");
  51. this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01");
  52. this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01");
  53. //
  54. // dateTimePicker1
  55. //
  56. this.dateTimePicker1.Location = new System.Drawing.Point(62, 68);
  57. this.dateTimePicker1.Name = "dateTimePicker1";
  58. this.dateTimePicker1.Size = new System.Drawing.Size(184, 20);
  59. this.dateTimePicker1.TabIndex = 0;
  60. this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
  61. //
  62. // textBox1
  63. //
  64. this.textBox1.Location = new System.Drawing.Point(279, 68);
  65. this.textBox1.Name = "textBox1";
  66. this.textBox1.Size = new System.Drawing.Size(125, 20);
  67. this.textBox1.TabIndex = 1;
  68. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  69. //
  70. // comboBox1
  71. //
  72. this.comboBox1.FormattingEnabled = true;
  73. this.comboBox1.Items.AddRange(new object[] {
  74. "1-комнатный",
  75. "2-комнатный",
  76. "показать все"});
  77. this.comboBox1.Location = new System.Drawing.Point(444, 67);
  78. this.comboBox1.Name = "comboBox1";
  79. this.comboBox1.Size = new System.Drawing.Size(133, 21);
  80. this.comboBox1.TabIndex = 2;
  81. this.comboBox1.Text = "1-комнатный";
  82. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  83. //
  84. // button1
  85. //
  86. this.button1.Location = new System.Drawing.Point(634, 93);
  87. this.button1.Name = "button1";
  88. this.button1.Size = new System.Drawing.Size(133, 50);
  89. this.button1.TabIndex = 3;
  90. this.button1.Text = "Показать список свободных номеров";
  91. this.button1.UseVisualStyleBackColor = true;
  92. this.button1.Click += new System.EventHandler(this.button1_Click);
  93. //
  94. // dataGridView1
  95. //
  96. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  97. this.dataGridView1.Location = new System.Drawing.Point(76, 181);
  98. this.dataGridView1.Name = "dataGridView1";
  99. this.dataGridView1.Size = new System.Drawing.Size(807, 276);
  100. this.dataGridView1.TabIndex = 5;
  101. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  102. //
  103. // konkursDataSetBindingSource1
  104. //
  105. this.konkursDataSetBindingSource1.DataSource = this.konkursDataSet;
  106. this.konkursDataSetBindingSource1.Position = 0;
  107. //
  108. // konkursDataSet
  109. //
  110. this.konkursDataSet.DataSetName = "konkursDataSet";
  111. this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  112. //
  113. // konkursDataSetBindingSource
  114. //
  115. this.konkursDataSetBindingSource.DataSource = this.konkursDataSet;
  116. this.konkursDataSetBindingSource.Position = 0;
  117. //
  118. // comfortBindingSource
  119. //
  120. this.comfortBindingSource.DataMember = "comfort";
  121. this.comfortBindingSource.DataSource = this.konkursDataSetBindingSource;
  122. //
  123. // comfortTableAdapter
  124. //
  125. this.comfortTableAdapter.ClearBeforeFill = true;
  126. //
  127. // Form3
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(959, 492);
  132. this.Controls.Add(this.dataGridView1);
  133. this.Controls.Add(this.button1);
  134. this.Controls.Add(this.comboBox1);
  135. this.Controls.Add(this.textBox1);
  136. this.Controls.Add(this.dateTimePicker1);
  137. this.Name = "Form3";
  138. this.Text = "Form3";
  139. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
  140. this.Load += new System.EventHandler(this.Form3_Load);
  141. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).EndInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).EndInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).EndInit();
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.DirectoryServices.DirectorySearcher directorySearcher1;
  151. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  152. private System.Windows.Forms.TextBox textBox1;
  153. private System.Windows.Forms.ComboBox comboBox1;
  154. private System.Windows.Forms.Button button1;
  155. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  156. private System.Windows.Forms.DataGridView dataGridView1;
  157. private System.Windows.Forms.BindingSource konkursDataSetBindingSource1;
  158. private konkursDataSet konkursDataSet;
  159. private System.Windows.Forms.BindingSource konkursDataSetBindingSource;
  160. private System.Windows.Forms.BindingSource comfortBindingSource;
  161. private konkursDataSetTableAdapters.comfortTableAdapter comfortTableAdapter;
  162. }
  163. }