FormPotrebPredlKlient.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. namespace СУБД_Агентство
  2. {
  3. partial class FormPotrebPredlKlient
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
  33. this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
  34. this.bsPotrebnost = new System.Windows.Forms.BindingSource(this.components);
  35. this.bsPredlozhenie = new System.Windows.Forms.BindingSource(this.components);
  36. this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
  37. this.potrebnostTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.PotrebnostTableAdapter();
  38. this.predlozhenieTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.predlozhenieTableAdapter();
  39. this.tabControl1 = new System.Windows.Forms.TabControl();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  42. this.minploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.maxploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.minetazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.maxetazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.minkomnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.maxkomnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.mincenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.maxcenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.zavershenoDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  51. this.tabPage2 = new System.Windows.Forms.TabPage();
  52. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  53. this.adresDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.etazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.komnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.cenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.zavershenoDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  59. this.cbxHideZaversh = new System.Windows.Forms.CheckBox();
  60. this.label4 = new System.Windows.Forms.Label();
  61. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  62. this.panel1 = new System.Windows.Forms.Panel();
  63. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.bsPotrebnost)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.bsPredlozhenie)).BeginInit();
  67. this.tabControl1.SuspendLayout();
  68. this.tabPage1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  70. this.tabPage2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  73. this.panel1.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // dbAgentstvoDataSet1
  77. //
  78. this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
  79. this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  80. //
  81. // bsUsers
  82. //
  83. this.bsUsers.DataMember = "Users";
  84. this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
  85. //
  86. // bsPotrebnost
  87. //
  88. this.bsPotrebnost.DataMember = "FK_Potrebnost_Users";
  89. this.bsPotrebnost.DataSource = this.bsUsers;
  90. //
  91. // bsPredlozhenie
  92. //
  93. this.bsPredlozhenie.DataMember = "FK_predlozhenie_Users";
  94. this.bsPredlozhenie.DataSource = this.bsUsers;
  95. //
  96. // usersTableAdapter
  97. //
  98. this.usersTableAdapter.ClearBeforeFill = true;
  99. //
  100. // potrebnostTableAdapter
  101. //
  102. this.potrebnostTableAdapter.ClearBeforeFill = true;
  103. //
  104. // predlozhenieTableAdapter
  105. //
  106. this.predlozhenieTableAdapter.ClearBeforeFill = true;
  107. //
  108. // tabControl1
  109. //
  110. this.tabControl1.Controls.Add(this.tabPage1);
  111. this.tabControl1.Controls.Add(this.tabPage2);
  112. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  113. this.tabControl1.Location = new System.Drawing.Point(0, 161);
  114. this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
  115. this.tabControl1.Name = "tabControl1";
  116. this.tabControl1.SelectedIndex = 0;
  117. this.tabControl1.Size = new System.Drawing.Size(1004, 444);
  118. this.tabControl1.TabIndex = 0;
  119. //
  120. // tabPage1
  121. //
  122. this.tabPage1.Controls.Add(this.dataGridView1);
  123. this.tabPage1.Location = new System.Drawing.Point(4, 29);
  124. this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
  125. this.tabPage1.Name = "tabPage1";
  126. this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
  127. this.tabPage1.Size = new System.Drawing.Size(996, 411);
  128. this.tabPage1.TabIndex = 0;
  129. this.tabPage1.Text = "Потребности";
  130. this.tabPage1.UseVisualStyleBackColor = true;
  131. //
  132. // dataGridView1
  133. //
  134. this.dataGridView1.AllowUserToAddRows = false;
  135. this.dataGridView1.AllowUserToDeleteRows = false;
  136. this.dataGridView1.AutoGenerateColumns = false;
  137. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  138. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  139. this.minploshDataGridViewTextBoxColumn,
  140. this.maxploshDataGridViewTextBoxColumn,
  141. this.minetazhDataGridViewTextBoxColumn,
  142. this.maxetazhDataGridViewTextBoxColumn,
  143. this.minkomnatDataGridViewTextBoxColumn,
  144. this.maxkomnatDataGridViewTextBoxColumn,
  145. this.mincenaDataGridViewTextBoxColumn,
  146. this.maxcenaDataGridViewTextBoxColumn,
  147. this.zavershenoDataGridViewCheckBoxColumn});
  148. this.dataGridView1.DataSource = this.bsPotrebnost;
  149. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.dataGridView1.Location = new System.Drawing.Point(4, 4);
  151. this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
  152. this.dataGridView1.Name = "dataGridView1";
  153. this.dataGridView1.ReadOnly = true;
  154. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  155. this.dataGridView1.Size = new System.Drawing.Size(988, 403);
  156. this.dataGridView1.TabIndex = 0;
  157. //
  158. // minploshDataGridViewTextBoxColumn
  159. //
  160. this.minploshDataGridViewTextBoxColumn.DataPropertyName = "minplosh";
  161. this.minploshDataGridViewTextBoxColumn.HeaderText = "Мин. площадь";
  162. this.minploshDataGridViewTextBoxColumn.Name = "minploshDataGridViewTextBoxColumn";
  163. this.minploshDataGridViewTextBoxColumn.ReadOnly = true;
  164. //
  165. // maxploshDataGridViewTextBoxColumn
  166. //
  167. this.maxploshDataGridViewTextBoxColumn.DataPropertyName = "maxplosh";
  168. this.maxploshDataGridViewTextBoxColumn.HeaderText = "Макс. площадь";
  169. this.maxploshDataGridViewTextBoxColumn.Name = "maxploshDataGridViewTextBoxColumn";
  170. this.maxploshDataGridViewTextBoxColumn.ReadOnly = true;
  171. //
  172. // minetazhDataGridViewTextBoxColumn
  173. //
  174. this.minetazhDataGridViewTextBoxColumn.DataPropertyName = "minetazh";
  175. this.minetazhDataGridViewTextBoxColumn.HeaderText = "Мин. этаж";
  176. this.minetazhDataGridViewTextBoxColumn.Name = "minetazhDataGridViewTextBoxColumn";
  177. this.minetazhDataGridViewTextBoxColumn.ReadOnly = true;
  178. //
  179. // maxetazhDataGridViewTextBoxColumn
  180. //
  181. this.maxetazhDataGridViewTextBoxColumn.DataPropertyName = "maxetazh";
  182. this.maxetazhDataGridViewTextBoxColumn.HeaderText = "Макс. этаж";
  183. this.maxetazhDataGridViewTextBoxColumn.Name = "maxetazhDataGridViewTextBoxColumn";
  184. this.maxetazhDataGridViewTextBoxColumn.ReadOnly = true;
  185. //
  186. // minkomnatDataGridViewTextBoxColumn
  187. //
  188. this.minkomnatDataGridViewTextBoxColumn.DataPropertyName = "minkomnat";
  189. this.minkomnatDataGridViewTextBoxColumn.HeaderText = "Мин. комнат";
  190. this.minkomnatDataGridViewTextBoxColumn.Name = "minkomnatDataGridViewTextBoxColumn";
  191. this.minkomnatDataGridViewTextBoxColumn.ReadOnly = true;
  192. //
  193. // maxkomnatDataGridViewTextBoxColumn
  194. //
  195. this.maxkomnatDataGridViewTextBoxColumn.DataPropertyName = "maxkomnat";
  196. this.maxkomnatDataGridViewTextBoxColumn.HeaderText = "Макс. комнат";
  197. this.maxkomnatDataGridViewTextBoxColumn.Name = "maxkomnatDataGridViewTextBoxColumn";
  198. this.maxkomnatDataGridViewTextBoxColumn.ReadOnly = true;
  199. //
  200. // mincenaDataGridViewTextBoxColumn
  201. //
  202. this.mincenaDataGridViewTextBoxColumn.DataPropertyName = "mincena";
  203. dataGridViewCellStyle13.Format = "C2";
  204. dataGridViewCellStyle13.NullValue = null;
  205. this.mincenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle13;
  206. this.mincenaDataGridViewTextBoxColumn.HeaderText = "Мин. цена";
  207. this.mincenaDataGridViewTextBoxColumn.Name = "mincenaDataGridViewTextBoxColumn";
  208. this.mincenaDataGridViewTextBoxColumn.ReadOnly = true;
  209. //
  210. // maxcenaDataGridViewTextBoxColumn
  211. //
  212. this.maxcenaDataGridViewTextBoxColumn.DataPropertyName = "maxcena";
  213. dataGridViewCellStyle14.Format = "C2";
  214. dataGridViewCellStyle14.NullValue = null;
  215. this.maxcenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle14;
  216. this.maxcenaDataGridViewTextBoxColumn.HeaderText = "Макс. цена";
  217. this.maxcenaDataGridViewTextBoxColumn.Name = "maxcenaDataGridViewTextBoxColumn";
  218. this.maxcenaDataGridViewTextBoxColumn.ReadOnly = true;
  219. //
  220. // zavershenoDataGridViewCheckBoxColumn
  221. //
  222. this.zavershenoDataGridViewCheckBoxColumn.DataPropertyName = "zaversheno";
  223. this.zavershenoDataGridViewCheckBoxColumn.HeaderText = "Завершено";
  224. this.zavershenoDataGridViewCheckBoxColumn.Name = "zavershenoDataGridViewCheckBoxColumn";
  225. this.zavershenoDataGridViewCheckBoxColumn.ReadOnly = true;
  226. //
  227. // tabPage2
  228. //
  229. this.tabPage2.Controls.Add(this.dataGridView2);
  230. this.tabPage2.Location = new System.Drawing.Point(4, 29);
  231. this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
  232. this.tabPage2.Name = "tabPage2";
  233. this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
  234. this.tabPage2.Size = new System.Drawing.Size(996, 411);
  235. this.tabPage2.TabIndex = 1;
  236. this.tabPage2.Text = "Предложения";
  237. this.tabPage2.UseVisualStyleBackColor = true;
  238. //
  239. // dataGridView2
  240. //
  241. this.dataGridView2.AllowUserToAddRows = false;
  242. this.dataGridView2.AllowUserToDeleteRows = false;
  243. this.dataGridView2.AutoGenerateColumns = false;
  244. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  245. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  246. this.adresDataGridViewTextBoxColumn,
  247. this.ploshDataGridViewTextBoxColumn,
  248. this.etazhDataGridViewTextBoxColumn,
  249. this.komnatDataGridViewTextBoxColumn,
  250. this.cenaDataGridViewTextBoxColumn,
  251. this.zavershenoDataGridViewCheckBoxColumn1});
  252. this.dataGridView2.DataSource = this.bsPredlozhenie;
  253. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.dataGridView2.Location = new System.Drawing.Point(4, 4);
  255. this.dataGridView2.Margin = new System.Windows.Forms.Padding(4);
  256. this.dataGridView2.Name = "dataGridView2";
  257. this.dataGridView2.ReadOnly = true;
  258. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  259. this.dataGridView2.Size = new System.Drawing.Size(988, 403);
  260. this.dataGridView2.TabIndex = 0;
  261. //
  262. // adresDataGridViewTextBoxColumn
  263. //
  264. this.adresDataGridViewTextBoxColumn.DataPropertyName = "adres";
  265. this.adresDataGridViewTextBoxColumn.HeaderText = "Адрес";
  266. this.adresDataGridViewTextBoxColumn.Name = "adresDataGridViewTextBoxColumn";
  267. this.adresDataGridViewTextBoxColumn.ReadOnly = true;
  268. this.adresDataGridViewTextBoxColumn.Width = 200;
  269. //
  270. // ploshDataGridViewTextBoxColumn
  271. //
  272. this.ploshDataGridViewTextBoxColumn.DataPropertyName = "plosh";
  273. this.ploshDataGridViewTextBoxColumn.HeaderText = "Площадь";
  274. this.ploshDataGridViewTextBoxColumn.Name = "ploshDataGridViewTextBoxColumn";
  275. this.ploshDataGridViewTextBoxColumn.ReadOnly = true;
  276. //
  277. // etazhDataGridViewTextBoxColumn
  278. //
  279. this.etazhDataGridViewTextBoxColumn.DataPropertyName = "etazh";
  280. this.etazhDataGridViewTextBoxColumn.HeaderText = "Этаж";
  281. this.etazhDataGridViewTextBoxColumn.Name = "etazhDataGridViewTextBoxColumn";
  282. this.etazhDataGridViewTextBoxColumn.ReadOnly = true;
  283. //
  284. // komnatDataGridViewTextBoxColumn
  285. //
  286. this.komnatDataGridViewTextBoxColumn.DataPropertyName = "komnat";
  287. this.komnatDataGridViewTextBoxColumn.HeaderText = "Комнат";
  288. this.komnatDataGridViewTextBoxColumn.Name = "komnatDataGridViewTextBoxColumn";
  289. this.komnatDataGridViewTextBoxColumn.ReadOnly = true;
  290. //
  291. // cenaDataGridViewTextBoxColumn
  292. //
  293. this.cenaDataGridViewTextBoxColumn.DataPropertyName = "cena";
  294. dataGridViewCellStyle15.Format = "C2";
  295. dataGridViewCellStyle15.NullValue = null;
  296. this.cenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle15;
  297. this.cenaDataGridViewTextBoxColumn.HeaderText = "Цена";
  298. this.cenaDataGridViewTextBoxColumn.Name = "cenaDataGridViewTextBoxColumn";
  299. this.cenaDataGridViewTextBoxColumn.ReadOnly = true;
  300. //
  301. // zavershenoDataGridViewCheckBoxColumn1
  302. //
  303. this.zavershenoDataGridViewCheckBoxColumn1.DataPropertyName = "zaversheno";
  304. this.zavershenoDataGridViewCheckBoxColumn1.HeaderText = "Завершено";
  305. this.zavershenoDataGridViewCheckBoxColumn1.Name = "zavershenoDataGridViewCheckBoxColumn1";
  306. this.zavershenoDataGridViewCheckBoxColumn1.ReadOnly = true;
  307. //
  308. // cbxHideZaversh
  309. //
  310. this.cbxHideZaversh.AutoSize = true;
  311. this.cbxHideZaversh.Location = new System.Drawing.Point(4, 126);
  312. this.cbxHideZaversh.Margin = new System.Windows.Forms.Padding(4);
  313. this.cbxHideZaversh.Name = "cbxHideZaversh";
  314. this.cbxHideZaversh.Size = new System.Drawing.Size(470, 27);
  315. this.cbxHideZaversh.TabIndex = 1;
  316. this.cbxHideZaversh.Text = "Не показывать завершенные потребности и предложения";
  317. this.cbxHideZaversh.UseVisualStyleBackColor = true;
  318. this.cbxHideZaversh.CheckedChanged += new System.EventHandler(this.cbxHideZaversh_CheckedChanged);
  319. //
  320. // label4
  321. //
  322. this.label4.AutoSize = true;
  323. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
  324. this.label4.Location = new System.Drawing.Point(178, 34);
  325. this.label4.Name = "label4";
  326. this.label4.Size = new System.Drawing.Size(527, 39);
  327. this.label4.TabIndex = 1;
  328. this.label4.Text = "Потребности и предложения клиента";
  329. //
  330. // pictureBox1
  331. //
  332. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  333. this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
  334. this.pictureBox1.Location = new System.Drawing.Point(832, 0);
  335. this.pictureBox1.Name = "pictureBox1";
  336. this.pictureBox1.Size = new System.Drawing.Size(172, 119);
  337. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  338. this.pictureBox1.TabIndex = 0;
  339. this.pictureBox1.TabStop = false;
  340. //
  341. // panel1
  342. //
  343. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
  344. this.panel1.Controls.Add(this.label4);
  345. this.panel1.Controls.Add(this.pictureBox1);
  346. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  347. this.panel1.Location = new System.Drawing.Point(0, 0);
  348. this.panel1.Name = "panel1";
  349. this.panel1.Size = new System.Drawing.Size(1004, 119);
  350. this.panel1.TabIndex = 10;
  351. //
  352. // FormPotrebPredlKlient
  353. //
  354. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  355. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  356. this.BackColor = System.Drawing.Color.White;
  357. this.ClientSize = new System.Drawing.Size(1004, 605);
  358. this.Controls.Add(this.panel1);
  359. this.Controls.Add(this.cbxHideZaversh);
  360. this.Controls.Add(this.tabControl1);
  361. this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
  362. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  363. this.Margin = new System.Windows.Forms.Padding(4);
  364. this.MaximizeBox = false;
  365. this.MinimizeBox = false;
  366. this.Name = "FormPotrebPredlKlient";
  367. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  368. this.Text = "СУБД \"Агентство недвижимости\"";
  369. this.Load += new System.EventHandler(this.FormPotrebPredlKlient_Load);
  370. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.bsPotrebnost)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.bsPredlozhenie)).EndInit();
  374. this.tabControl1.ResumeLayout(false);
  375. this.tabPage1.ResumeLayout(false);
  376. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  377. this.tabPage2.ResumeLayout(false);
  378. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  380. this.panel1.ResumeLayout(false);
  381. this.panel1.PerformLayout();
  382. this.ResumeLayout(false);
  383. this.PerformLayout();
  384. }
  385. #endregion
  386. private DBAgentstvoDataSet dbAgentstvoDataSet1;
  387. private System.Windows.Forms.BindingSource bsPotrebnost;
  388. private System.Windows.Forms.BindingSource bsPredlozhenie;
  389. private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  390. private DBAgentstvoDataSetTableAdapters.PotrebnostTableAdapter potrebnostTableAdapter;
  391. private DBAgentstvoDataSetTableAdapters.predlozhenieTableAdapter predlozhenieTableAdapter;
  392. private System.Windows.Forms.TabControl tabControl1;
  393. private System.Windows.Forms.TabPage tabPage1;
  394. private System.Windows.Forms.DataGridView dataGridView1;
  395. private System.Windows.Forms.TabPage tabPage2;
  396. private System.Windows.Forms.DataGridView dataGridView2;
  397. public System.Windows.Forms.BindingSource bsUsers;
  398. private System.Windows.Forms.CheckBox cbxHideZaversh;
  399. private System.Windows.Forms.DataGridViewTextBoxColumn minploshDataGridViewTextBoxColumn;
  400. private System.Windows.Forms.DataGridViewTextBoxColumn maxploshDataGridViewTextBoxColumn;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn minetazhDataGridViewTextBoxColumn;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn maxetazhDataGridViewTextBoxColumn;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn minkomnatDataGridViewTextBoxColumn;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn maxkomnatDataGridViewTextBoxColumn;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn mincenaDataGridViewTextBoxColumn;
  406. private System.Windows.Forms.DataGridViewTextBoxColumn maxcenaDataGridViewTextBoxColumn;
  407. private System.Windows.Forms.DataGridViewCheckBoxColumn zavershenoDataGridViewCheckBoxColumn;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn adresDataGridViewTextBoxColumn;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn ploshDataGridViewTextBoxColumn;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn etazhDataGridViewTextBoxColumn;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn komnatDataGridViewTextBoxColumn;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn cenaDataGridViewTextBoxColumn;
  413. private System.Windows.Forms.DataGridViewCheckBoxColumn zavershenoDataGridViewCheckBoxColumn1;
  414. private System.Windows.Forms.Label label4;
  415. private System.Windows.Forms.PictureBox pictureBox1;
  416. private System.Windows.Forms.Panel panel1;
  417. }
  418. }