Form3.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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.listBox1 = new System.Windows.Forms.ListBox();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.konkursDataSet = new testkonkurs1.konkursDataSet();
  38. this.konkursDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.konkursDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  40. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // directorySearcher1
  48. //
  49. this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01");
  50. this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01");
  51. this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01");
  52. //
  53. // dateTimePicker1
  54. //
  55. this.dateTimePicker1.Location = new System.Drawing.Point(40, 37);
  56. this.dateTimePicker1.Name = "dateTimePicker1";
  57. this.dateTimePicker1.Size = new System.Drawing.Size(184, 20);
  58. this.dateTimePicker1.TabIndex = 0;
  59. //
  60. // textBox1
  61. //
  62. this.textBox1.Location = new System.Drawing.Point(271, 37);
  63. this.textBox1.Name = "textBox1";
  64. this.textBox1.Size = new System.Drawing.Size(125, 20);
  65. this.textBox1.TabIndex = 1;
  66. //
  67. // comboBox1
  68. //
  69. this.comboBox1.FormattingEnabled = true;
  70. this.comboBox1.Items.AddRange(new object[] {
  71. "1-комнатный",
  72. "2-комнатный"});
  73. this.comboBox1.Location = new System.Drawing.Point(438, 36);
  74. this.comboBox1.Name = "comboBox1";
  75. this.comboBox1.Size = new System.Drawing.Size(133, 21);
  76. this.comboBox1.TabIndex = 2;
  77. this.comboBox1.Text = "1-комнатный";
  78. //
  79. // button1
  80. //
  81. this.button1.Location = new System.Drawing.Point(438, 95);
  82. this.button1.Name = "button1";
  83. this.button1.Size = new System.Drawing.Size(133, 50);
  84. this.button1.TabIndex = 3;
  85. this.button1.Text = "d";
  86. this.button1.UseVisualStyleBackColor = true;
  87. this.button1.Click += new System.EventHandler(this.button1_Click);
  88. //
  89. // listBox1
  90. //
  91. this.listBox1.FormattingEnabled = true;
  92. this.listBox1.Location = new System.Drawing.Point(43, 158);
  93. this.listBox1.Name = "listBox1";
  94. this.listBox1.Size = new System.Drawing.Size(365, 212);
  95. this.listBox1.TabIndex = 4;
  96. //
  97. // dataGridView1
  98. //
  99. this.dataGridView1.AutoGenerateColumns = false;
  100. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  101. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  102. this.Column1});
  103. this.dataGridView1.DataSource = this.konkursDataSetBindingSource1;
  104. this.dataGridView1.Location = new System.Drawing.Point(528, 219);
  105. this.dataGridView1.Name = "dataGridView1";
  106. this.dataGridView1.Size = new System.Drawing.Size(196, 98);
  107. this.dataGridView1.TabIndex = 5;
  108. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  109. //
  110. // konkursDataSet
  111. //
  112. this.konkursDataSet.DataSetName = "konkursDataSet";
  113. this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  114. //
  115. // konkursDataSetBindingSource
  116. //
  117. this.konkursDataSetBindingSource.DataSource = this.konkursDataSet;
  118. this.konkursDataSetBindingSource.Position = 0;
  119. //
  120. // konkursDataSetBindingSource1
  121. //
  122. this.konkursDataSetBindingSource1.DataSource = this.konkursDataSet;
  123. this.konkursDataSetBindingSource1.Position = 0;
  124. //
  125. // Column1
  126. //
  127. this.Column1.HeaderText = "Column1";
  128. this.Column1.Name = "Column1";
  129. //
  130. // Form3
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.ClientSize = new System.Drawing.Size(800, 450);
  135. this.Controls.Add(this.dataGridView1);
  136. this.Controls.Add(this.listBox1);
  137. this.Controls.Add(this.button1);
  138. this.Controls.Add(this.comboBox1);
  139. this.Controls.Add(this.textBox1);
  140. this.Controls.Add(this.dateTimePicker1);
  141. this.Name = "Form3";
  142. this.Text = "Form3";
  143. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
  144. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).EndInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).EndInit();
  148. this.ResumeLayout(false);
  149. this.PerformLayout();
  150. }
  151. #endregion
  152. private System.DirectoryServices.DirectorySearcher directorySearcher1;
  153. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  154. private System.Windows.Forms.TextBox textBox1;
  155. private System.Windows.Forms.ComboBox comboBox1;
  156. private System.Windows.Forms.Button button1;
  157. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  158. private System.Windows.Forms.ListBox listBox1;
  159. private System.Windows.Forms.DataGridView dataGridView1;
  160. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  161. private System.Windows.Forms.BindingSource konkursDataSetBindingSource1;
  162. private konkursDataSet konkursDataSet;
  163. private System.Windows.Forms.BindingSource konkursDataSetBindingSource;
  164. }
  165. }