1
0

FormAddPotrebnost.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace СУБД_Агентство
  2. {
  3. partial class FormAddPotrebnost
  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.label1 = new System.Windows.Forms.Label();
  30. this.cbxRielter = new System.Windows.Forms.ComboBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.label7 = new System.Windows.Forms.Label();
  37. this.tbxMinPlosh = new System.Windows.Forms.TextBox();
  38. this.tbxMinKomnat = new System.Windows.Forms.TextBox();
  39. this.tbxMinEtag = new System.Windows.Forms.TextBox();
  40. this.tbxMinCena = new System.Windows.Forms.TextBox();
  41. this.tbxMaxCena = new System.Windows.Forms.TextBox();
  42. this.tbxMaxEtag = new System.Windows.Forms.TextBox();
  43. this.tbxMaxKomnat = new System.Windows.Forms.TextBox();
  44. this.tbxMaxPlosh = new System.Windows.Forms.TextBox();
  45. this.btnAdd = new System.Windows.Forms.Button();
  46. this.btnCancel = new System.Windows.Forms.Button();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  49. this.panel1 = new System.Windows.Forms.Panel();
  50. this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
  51. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  52. this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
  53. this.LblIdClient = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  55. this.panel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Location = new System.Drawing.Point(56, 153);
  64. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(343, 23);
  67. this.label1.TabIndex = 0;
  68. this.label1.Text = "Выберите риелтера для вашей потребности";
  69. //
  70. // cbxRielter
  71. //
  72. this.cbxRielter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  73. this.cbxRielter.FormattingEnabled = true;
  74. this.cbxRielter.Location = new System.Drawing.Point(409, 148);
  75. this.cbxRielter.Margin = new System.Windows.Forms.Padding(4);
  76. this.cbxRielter.Name = "cbxRielter";
  77. this.cbxRielter.Size = new System.Drawing.Size(180, 28);
  78. this.cbxRielter.TabIndex = 1;
  79. //
  80. // label2
  81. //
  82. this.label2.AutoSize = true;
  83. this.label2.Location = new System.Drawing.Point(273, 210);
  84. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(87, 23);
  87. this.label2.TabIndex = 2;
  88. this.label2.Text = "Минимум";
  89. //
  90. // label3
  91. //
  92. this.label3.AutoSize = true;
  93. this.label3.Location = new System.Drawing.Point(450, 210);
  94. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.label3.Name = "label3";
  96. this.label3.Size = new System.Drawing.Size(92, 23);
  97. this.label3.TabIndex = 3;
  98. this.label3.Text = "Максимум";
  99. //
  100. // label4
  101. //
  102. this.label4.AutoSize = true;
  103. this.label4.Location = new System.Drawing.Point(143, 269);
  104. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label4.Name = "label4";
  106. this.label4.Size = new System.Drawing.Size(87, 23);
  107. this.label4.TabIndex = 4;
  108. this.label4.Text = "Площадь:";
  109. //
  110. // label5
  111. //
  112. this.label5.AutoSize = true;
  113. this.label5.Location = new System.Drawing.Point(65, 310);
  114. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.label5.Name = "label5";
  116. this.label5.Size = new System.Drawing.Size(163, 23);
  117. this.label5.TabIndex = 5;
  118. this.label5.Text = "Количество комнат:";
  119. //
  120. // label6
  121. //
  122. this.label6.AutoSize = true;
  123. this.label6.Location = new System.Drawing.Point(174, 350);
  124. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  125. this.label6.Name = "label6";
  126. this.label6.Size = new System.Drawing.Size(52, 23);
  127. this.label6.TabIndex = 6;
  128. this.label6.Text = "Этаж:";
  129. //
  130. // label7
  131. //
  132. this.label7.AutoSize = true;
  133. this.label7.Location = new System.Drawing.Point(174, 389);
  134. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.label7.Name = "label7";
  136. this.label7.Size = new System.Drawing.Size(52, 23);
  137. this.label7.TabIndex = 7;
  138. this.label7.Text = "Цена:";
  139. //
  140. // tbxMinPlosh
  141. //
  142. this.tbxMinPlosh.Location = new System.Drawing.Point(237, 265);
  143. this.tbxMinPlosh.Margin = new System.Windows.Forms.Padding(4);
  144. this.tbxMinPlosh.Name = "tbxMinPlosh";
  145. this.tbxMinPlosh.Size = new System.Drawing.Size(148, 29);
  146. this.tbxMinPlosh.TabIndex = 8;
  147. //
  148. // tbxMinKomnat
  149. //
  150. this.tbxMinKomnat.Location = new System.Drawing.Point(237, 305);
  151. this.tbxMinKomnat.Margin = new System.Windows.Forms.Padding(4);
  152. this.tbxMinKomnat.Name = "tbxMinKomnat";
  153. this.tbxMinKomnat.Size = new System.Drawing.Size(148, 29);
  154. this.tbxMinKomnat.TabIndex = 9;
  155. //
  156. // tbxMinEtag
  157. //
  158. this.tbxMinEtag.Location = new System.Drawing.Point(237, 345);
  159. this.tbxMinEtag.Margin = new System.Windows.Forms.Padding(4);
  160. this.tbxMinEtag.Name = "tbxMinEtag";
  161. this.tbxMinEtag.Size = new System.Drawing.Size(148, 29);
  162. this.tbxMinEtag.TabIndex = 10;
  163. //
  164. // tbxMinCena
  165. //
  166. this.tbxMinCena.Location = new System.Drawing.Point(237, 385);
  167. this.tbxMinCena.Margin = new System.Windows.Forms.Padding(4);
  168. this.tbxMinCena.Name = "tbxMinCena";
  169. this.tbxMinCena.Size = new System.Drawing.Size(148, 29);
  170. this.tbxMinCena.TabIndex = 11;
  171. //
  172. // tbxMaxCena
  173. //
  174. this.tbxMaxCena.Location = new System.Drawing.Point(417, 385);
  175. this.tbxMaxCena.Margin = new System.Windows.Forms.Padding(4);
  176. this.tbxMaxCena.Name = "tbxMaxCena";
  177. this.tbxMaxCena.Size = new System.Drawing.Size(148, 29);
  178. this.tbxMaxCena.TabIndex = 15;
  179. //
  180. // tbxMaxEtag
  181. //
  182. this.tbxMaxEtag.Location = new System.Drawing.Point(417, 345);
  183. this.tbxMaxEtag.Margin = new System.Windows.Forms.Padding(4);
  184. this.tbxMaxEtag.Name = "tbxMaxEtag";
  185. this.tbxMaxEtag.Size = new System.Drawing.Size(148, 29);
  186. this.tbxMaxEtag.TabIndex = 14;
  187. //
  188. // tbxMaxKomnat
  189. //
  190. this.tbxMaxKomnat.Location = new System.Drawing.Point(417, 305);
  191. this.tbxMaxKomnat.Margin = new System.Windows.Forms.Padding(4);
  192. this.tbxMaxKomnat.Name = "tbxMaxKomnat";
  193. this.tbxMaxKomnat.Size = new System.Drawing.Size(148, 29);
  194. this.tbxMaxKomnat.TabIndex = 13;
  195. //
  196. // tbxMaxPlosh
  197. //
  198. this.tbxMaxPlosh.Location = new System.Drawing.Point(417, 265);
  199. this.tbxMaxPlosh.Margin = new System.Windows.Forms.Padding(4);
  200. this.tbxMaxPlosh.Name = "tbxMaxPlosh";
  201. this.tbxMaxPlosh.Size = new System.Drawing.Size(148, 29);
  202. this.tbxMaxPlosh.TabIndex = 12;
  203. //
  204. // btnAdd
  205. //
  206. this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  207. this.btnAdd.DialogResult = System.Windows.Forms.DialogResult.OK;
  208. this.btnAdd.Location = new System.Drawing.Point(131, 455);
  209. this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
  210. this.btnAdd.Name = "btnAdd";
  211. this.btnAdd.Size = new System.Drawing.Size(112, 36);
  212. this.btnAdd.TabIndex = 16;
  213. this.btnAdd.Text = "Добавить";
  214. this.btnAdd.UseVisualStyleBackColor = false;
  215. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  216. //
  217. // btnCancel
  218. //
  219. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  220. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  221. this.btnCancel.Location = new System.Drawing.Point(417, 455);
  222. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  223. this.btnCancel.Name = "btnCancel";
  224. this.btnCancel.Size = new System.Drawing.Size(112, 36);
  225. this.btnCancel.TabIndex = 17;
  226. this.btnCancel.Text = "Отменить";
  227. this.btnCancel.UseVisualStyleBackColor = false;
  228. //
  229. // label8
  230. //
  231. this.label8.AutoSize = true;
  232. this.label8.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
  233. this.label8.Location = new System.Drawing.Point(53, 40);
  234. this.label8.Name = "label8";
  235. this.label8.Size = new System.Drawing.Size(360, 39);
  236. this.label8.TabIndex = 1;
  237. this.label8.Text = "Добавление потребности";
  238. //
  239. // pictureBox1
  240. //
  241. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  242. this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
  243. this.pictureBox1.Location = new System.Drawing.Point(474, 0);
  244. this.pictureBox1.Name = "pictureBox1";
  245. this.pictureBox1.Size = new System.Drawing.Size(172, 119);
  246. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  247. this.pictureBox1.TabIndex = 0;
  248. this.pictureBox1.TabStop = false;
  249. //
  250. // panel1
  251. //
  252. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
  253. this.panel1.Controls.Add(this.label8);
  254. this.panel1.Controls.Add(this.pictureBox1);
  255. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  256. this.panel1.Location = new System.Drawing.Point(0, 0);
  257. this.panel1.Name = "panel1";
  258. this.panel1.Size = new System.Drawing.Size(646, 119);
  259. this.panel1.TabIndex = 18;
  260. //
  261. // dbAgentstvoDataSet1
  262. //
  263. this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
  264. this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  265. //
  266. // BsUsers
  267. //
  268. this.BsUsers.DataMember = "Users";
  269. this.BsUsers.DataSource = this.dbAgentstvoDataSet1;
  270. //
  271. // usersTableAdapter
  272. //
  273. this.usersTableAdapter.ClearBeforeFill = true;
  274. //
  275. // LblIdClient
  276. //
  277. this.LblIdClient.AutoSize = true;
  278. this.LblIdClient.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "idusers", true));
  279. this.LblIdClient.Location = new System.Drawing.Point(817, 303);
  280. this.LblIdClient.Name = "LblIdClient";
  281. this.LblIdClient.Size = new System.Drawing.Size(95, 23);
  282. this.LblIdClient.TabIndex = 19;
  283. this.LblIdClient.Text = "LblIdClient";
  284. //
  285. // FormAddPotrebnost
  286. //
  287. this.AcceptButton = this.btnAdd;
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.BackColor = System.Drawing.Color.White;
  291. this.CancelButton = this.btnCancel;
  292. this.ClientSize = new System.Drawing.Size(646, 507);
  293. this.Controls.Add(this.LblIdClient);
  294. this.Controls.Add(this.panel1);
  295. this.Controls.Add(this.btnCancel);
  296. this.Controls.Add(this.btnAdd);
  297. this.Controls.Add(this.tbxMaxCena);
  298. this.Controls.Add(this.tbxMaxEtag);
  299. this.Controls.Add(this.tbxMaxKomnat);
  300. this.Controls.Add(this.tbxMaxPlosh);
  301. this.Controls.Add(this.tbxMinCena);
  302. this.Controls.Add(this.tbxMinEtag);
  303. this.Controls.Add(this.tbxMinKomnat);
  304. this.Controls.Add(this.tbxMinPlosh);
  305. this.Controls.Add(this.label7);
  306. this.Controls.Add(this.label6);
  307. this.Controls.Add(this.label5);
  308. this.Controls.Add(this.label4);
  309. this.Controls.Add(this.label3);
  310. this.Controls.Add(this.label2);
  311. this.Controls.Add(this.cbxRielter);
  312. this.Controls.Add(this.label1);
  313. this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
  314. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  315. this.Margin = new System.Windows.Forms.Padding(4);
  316. this.MaximizeBox = false;
  317. this.MinimizeBox = false;
  318. this.Name = "FormAddPotrebnost";
  319. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  320. this.Text = "СУБД \"Агентство недвижимости\"";
  321. this.Load += new System.EventHandler(this.FormAddPotrebnost_Load);
  322. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  323. this.panel1.ResumeLayout(false);
  324. this.panel1.PerformLayout();
  325. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  327. this.ResumeLayout(false);
  328. this.PerformLayout();
  329. }
  330. #endregion
  331. private System.Windows.Forms.Label label1;
  332. private System.Windows.Forms.ComboBox cbxRielter;
  333. private System.Windows.Forms.Label label2;
  334. private System.Windows.Forms.Label label3;
  335. private System.Windows.Forms.Label label4;
  336. private System.Windows.Forms.Label label5;
  337. private System.Windows.Forms.Label label6;
  338. private System.Windows.Forms.Label label7;
  339. private System.Windows.Forms.TextBox tbxMinPlosh;
  340. private System.Windows.Forms.TextBox tbxMinKomnat;
  341. private System.Windows.Forms.TextBox tbxMinEtag;
  342. private System.Windows.Forms.TextBox tbxMinCena;
  343. private System.Windows.Forms.TextBox tbxMaxCena;
  344. private System.Windows.Forms.TextBox tbxMaxEtag;
  345. private System.Windows.Forms.TextBox tbxMaxKomnat;
  346. private System.Windows.Forms.TextBox tbxMaxPlosh;
  347. private System.Windows.Forms.Button btnAdd;
  348. private System.Windows.Forms.Button btnCancel;
  349. private System.Windows.Forms.Label label8;
  350. private System.Windows.Forms.PictureBox pictureBox1;
  351. private System.Windows.Forms.Panel panel1;
  352. private DBAgentstvoDataSet dbAgentstvoDataSet1;
  353. private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  354. public System.Windows.Forms.BindingSource BsUsers;
  355. private System.Windows.Forms.Label LblIdClient;
  356. }
  357. }