1
0

FormAddPredlozhenie.Designer.cs 15 KB

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