FormKlient.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. namespace СУБД_Агентство
  2. {
  3. partial class FormKlient
  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.Label nameLabel;
  30. System.Windows.Forms.Label famLabel;
  31. this.nameLabel1 = new System.Windows.Forms.Label();
  32. this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
  33. this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
  34. this.famLabel1 = new System.Windows.Forms.Label();
  35. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  36. this.famDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.bsAllKlient = new System.Windows.Forms.BindingSource(this.components);
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.tbxFamFind = new System.Windows.Forms.TextBox();
  42. this.btnFindLeven = new System.Windows.Forms.Button();
  43. this.btnAddPredl = new System.Windows.Forms.Button();
  44. this.btnAddPotreb = new System.Windows.Forms.Button();
  45. this.btnPotrebPredlKlient = new System.Windows.Forms.Button();
  46. this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  49. this.panel1 = new System.Windows.Forms.Panel();
  50. nameLabel = new System.Windows.Forms.Label();
  51. famLabel = new System.Windows.Forms.Label();
  52. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.bsAllKlient)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  57. this.panel1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // nameLabel
  61. //
  62. nameLabel.AutoSize = true;
  63. nameLabel.Location = new System.Drawing.Point(61, 154);
  64. nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  65. nameLabel.Name = "nameLabel";
  66. nameLabel.Size = new System.Drawing.Size(44, 20);
  67. nameLabel.TabIndex = 6;
  68. nameLabel.Text = "Имя:";
  69. //
  70. // famLabel
  71. //
  72. famLabel.AutoSize = true;
  73. famLabel.Location = new System.Drawing.Point(20, 117);
  74. famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  75. famLabel.Name = "famLabel";
  76. famLabel.Size = new System.Drawing.Size(85, 20);
  77. famLabel.TabIndex = 4;
  78. famLabel.Text = "Фамилия:";
  79. //
  80. // nameLabel1
  81. //
  82. this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "name", true));
  83. this.nameLabel1.Location = new System.Drawing.Point(118, 154);
  84. this.nameLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.nameLabel1.Name = "nameLabel1";
  86. this.nameLabel1.Size = new System.Drawing.Size(150, 32);
  87. this.nameLabel1.TabIndex = 7;
  88. this.nameLabel1.Text = "label1";
  89. //
  90. // bsUsers
  91. //
  92. this.bsUsers.DataMember = "Users";
  93. this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
  94. //
  95. // dbAgentstvoDataSet1
  96. //
  97. this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
  98. this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  99. //
  100. // famLabel1
  101. //
  102. this.famLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));
  103. this.famLabel1.Location = new System.Drawing.Point(118, 117);
  104. this.famLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.famLabel1.Name = "famLabel1";
  106. this.famLabel1.Size = new System.Drawing.Size(150, 32);
  107. this.famLabel1.TabIndex = 5;
  108. this.famLabel1.Text = "label1";
  109. //
  110. // dataGridView1
  111. //
  112. this.dataGridView1.AllowUserToAddRows = false;
  113. this.dataGridView1.AllowUserToDeleteRows = false;
  114. this.dataGridView1.AllowUserToResizeRows = false;
  115. this.dataGridView1.AutoGenerateColumns = false;
  116. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  117. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  118. this.famDataGridViewTextBoxColumn,
  119. this.nameDataGridViewTextBoxColumn});
  120. this.dataGridView1.DataSource = this.bsAllKlient;
  121. this.dataGridView1.Location = new System.Drawing.Point(25, 327);
  122. this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  123. this.dataGridView1.Name = "dataGridView1";
  124. this.dataGridView1.ReadOnly = true;
  125. this.dataGridView1.RowHeadersWidth = 20;
  126. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  127. this.dataGridView1.Size = new System.Drawing.Size(500, 294);
  128. this.dataGridView1.TabIndex = 8;
  129. //
  130. // famDataGridViewTextBoxColumn
  131. //
  132. this.famDataGridViewTextBoxColumn.DataPropertyName = "fam";
  133. this.famDataGridViewTextBoxColumn.HeaderText = "Фамилия";
  134. this.famDataGridViewTextBoxColumn.Name = "famDataGridViewTextBoxColumn";
  135. this.famDataGridViewTextBoxColumn.ReadOnly = true;
  136. this.famDataGridViewTextBoxColumn.Width = 120;
  137. //
  138. // nameDataGridViewTextBoxColumn
  139. //
  140. this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
  141. this.nameDataGridViewTextBoxColumn.HeaderText = "Имя";
  142. this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
  143. this.nameDataGridViewTextBoxColumn.ReadOnly = true;
  144. this.nameDataGridViewTextBoxColumn.Width = 120;
  145. //
  146. // bsAllKlient
  147. //
  148. this.bsAllKlient.DataMember = "Users";
  149. this.bsAllKlient.DataSource = this.dbAgentstvoDataSet1;
  150. this.bsAllKlient.Filter = "type = 1";
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Location = new System.Drawing.Point(26, 302);
  156. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  157. this.label1.Name = "label1";
  158. this.label1.Size = new System.Drawing.Size(180, 20);
  159. this.label1.TabIndex = 9;
  160. this.label1.Text = "Список всех клиентов:";
  161. //
  162. // label2
  163. //
  164. this.label2.AutoSize = true;
  165. this.label2.Location = new System.Drawing.Point(26, 260);
  166. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  167. this.label2.Name = "label2";
  168. this.label2.Size = new System.Drawing.Size(157, 20);
  169. this.label2.TabIndex = 10;
  170. this.label2.Text = "Поиск по фамилии:";
  171. //
  172. // tbxFamFind
  173. //
  174. this.tbxFamFind.Location = new System.Drawing.Point(195, 255);
  175. this.tbxFamFind.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  176. this.tbxFamFind.Name = "tbxFamFind";
  177. this.tbxFamFind.Size = new System.Drawing.Size(148, 25);
  178. this.tbxFamFind.TabIndex = 11;
  179. this.tbxFamFind.TextChanged += new System.EventHandler(this.tbxFamFind_TextChanged);
  180. //
  181. // btnFindLeven
  182. //
  183. this.btnFindLeven.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  184. this.btnFindLeven.Location = new System.Drawing.Point(367, 255);
  185. this.btnFindLeven.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  186. this.btnFindLeven.Name = "btnFindLeven";
  187. this.btnFindLeven.Size = new System.Drawing.Size(158, 32);
  188. this.btnFindLeven.TabIndex = 12;
  189. this.btnFindLeven.Text = "Нечеткий поиск";
  190. this.btnFindLeven.UseVisualStyleBackColor = false;
  191. this.btnFindLeven.Click += new System.EventHandler(this.btnFindLeven_Click);
  192. //
  193. // btnAddPredl
  194. //
  195. this.btnAddPredl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  196. this.btnAddPredl.Location = new System.Drawing.Point(282, 119);
  197. this.btnAddPredl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  198. this.btnAddPredl.Name = "btnAddPredl";
  199. this.btnAddPredl.Size = new System.Drawing.Size(243, 32);
  200. this.btnAddPredl.TabIndex = 13;
  201. this.btnAddPredl.Text = "Добавить предложение";
  202. this.btnAddPredl.UseVisualStyleBackColor = false;
  203. this.btnAddPredl.Click += new System.EventHandler(this.btnAddPredl_Click);
  204. //
  205. // btnAddPotreb
  206. //
  207. this.btnAddPotreb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  208. this.btnAddPotreb.Location = new System.Drawing.Point(282, 161);
  209. this.btnAddPotreb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  210. this.btnAddPotreb.Name = "btnAddPotreb";
  211. this.btnAddPotreb.Size = new System.Drawing.Size(243, 32);
  212. this.btnAddPotreb.TabIndex = 14;
  213. this.btnAddPotreb.Text = "Добавить потребность";
  214. this.btnAddPotreb.UseVisualStyleBackColor = false;
  215. this.btnAddPotreb.Click += new System.EventHandler(this.btnAddPotreb_Click);
  216. //
  217. // btnPotrebPredlKlient
  218. //
  219. this.btnPotrebPredlKlient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  220. this.btnPotrebPredlKlient.Location = new System.Drawing.Point(282, 202);
  221. this.btnPotrebPredlKlient.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  222. this.btnPotrebPredlKlient.Name = "btnPotrebPredlKlient";
  223. this.btnPotrebPredlKlient.Size = new System.Drawing.Size(243, 32);
  224. this.btnPotrebPredlKlient.TabIndex = 15;
  225. this.btnPotrebPredlKlient.Text = "Потребности и предложения";
  226. this.btnPotrebPredlKlient.UseVisualStyleBackColor = false;
  227. this.btnPotrebPredlKlient.Click += new System.EventHandler(this.btnPotrebPredlKlient_Click);
  228. //
  229. // usersTableAdapter
  230. //
  231. this.usersTableAdapter.ClearBeforeFill = true;
  232. //
  233. // label4
  234. //
  235. this.label4.AutoSize = true;
  236. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
  237. this.label4.Location = new System.Drawing.Point(23, 36);
  238. this.label4.Name = "label4";
  239. this.label4.Size = new System.Drawing.Size(327, 39);
  240. this.label4.TabIndex = 1;
  241. this.label4.Text = "Рабочее место клиента";
  242. //
  243. // pictureBox1
  244. //
  245. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  246. this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
  247. this.pictureBox1.Location = new System.Drawing.Point(375, 0);
  248. this.pictureBox1.Name = "pictureBox1";
  249. this.pictureBox1.Size = new System.Drawing.Size(172, 107);
  250. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  251. this.pictureBox1.TabIndex = 0;
  252. this.pictureBox1.TabStop = false;
  253. //
  254. // panel1
  255. //
  256. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
  257. this.panel1.Controls.Add(this.label4);
  258. this.panel1.Controls.Add(this.pictureBox1);
  259. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  260. this.panel1.Location = new System.Drawing.Point(0, 0);
  261. this.panel1.Name = "panel1";
  262. this.panel1.Size = new System.Drawing.Size(547, 107);
  263. this.panel1.TabIndex = 16;
  264. //
  265. // FormKlient
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.BackColor = System.Drawing.Color.White;
  270. this.ClientSize = new System.Drawing.Size(547, 631);
  271. this.Controls.Add(this.panel1);
  272. this.Controls.Add(this.btnPotrebPredlKlient);
  273. this.Controls.Add(this.btnAddPotreb);
  274. this.Controls.Add(this.btnAddPredl);
  275. this.Controls.Add(this.btnFindLeven);
  276. this.Controls.Add(this.tbxFamFind);
  277. this.Controls.Add(this.label2);
  278. this.Controls.Add(this.label1);
  279. this.Controls.Add(this.dataGridView1);
  280. this.Controls.Add(nameLabel);
  281. this.Controls.Add(this.nameLabel1);
  282. this.Controls.Add(famLabel);
  283. this.Controls.Add(this.famLabel1);
  284. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.2F);
  285. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  286. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  287. this.MaximizeBox = false;
  288. this.MinimizeBox = false;
  289. this.Name = "FormKlient";
  290. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  291. this.Text = "СУБД \"Агентство недвижимости\"";
  292. this.Load += new System.EventHandler(this.FormKlient_Load);
  293. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.bsAllKlient)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  298. this.panel1.ResumeLayout(false);
  299. this.panel1.PerformLayout();
  300. this.ResumeLayout(false);
  301. this.PerformLayout();
  302. }
  303. #endregion
  304. private DBAgentstvoDataSet dbAgentstvoDataSet1;
  305. private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  306. public System.Windows.Forms.BindingSource bsUsers;
  307. private System.Windows.Forms.Label nameLabel1;
  308. private System.Windows.Forms.Label famLabel1;
  309. private System.Windows.Forms.BindingSource bsAllKlient;
  310. private System.Windows.Forms.DataGridView dataGridView1;
  311. private System.Windows.Forms.DataGridViewTextBoxColumn famDataGridViewTextBoxColumn;
  312. private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
  313. private System.Windows.Forms.Label label1;
  314. private System.Windows.Forms.Label label2;
  315. private System.Windows.Forms.TextBox tbxFamFind;
  316. private System.Windows.Forms.Button btnFindLeven;
  317. private System.Windows.Forms.Button btnAddPredl;
  318. private System.Windows.Forms.Button btnAddPotreb;
  319. private System.Windows.Forms.Button btnPotrebPredlKlient;
  320. private System.Windows.Forms.Label label4;
  321. private System.Windows.Forms.PictureBox pictureBox1;
  322. private System.Windows.Forms.Panel panel1;
  323. }
  324. }