Form5.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. namespace BBrovki1Z
  2. {
  3. partial class Form5
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  36. this.bBrovkiZDataSet = new BBrovki1Z.BBrovkiZDataSet();
  37. this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.clientTableAdapter = new BBrovki1Z.BBrovkiZDataSetTableAdapters.ClientTableAdapter();
  39. this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.фамилияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.имяDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.отчествоDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.полDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.телефонDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.датарожденияDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.датарегистрацииDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.groupBox2 = new System.Windows.Forms.GroupBox();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.comboBox1 = new System.Windows.Forms.ComboBox();
  52. this.button2 = new System.Windows.Forms.Button();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.comboBox2 = new System.Windows.Forms.ComboBox();
  56. this.button4 = new System.Windows.Forms.Button();
  57. this.button5 = new System.Windows.Forms.Button();
  58. this.button6 = new System.Windows.Forms.Button();
  59. this.button7 = new System.Windows.Forms.Button();
  60. this.button8 = new System.Windows.Forms.Button();
  61. this.button9 = new System.Windows.Forms.Button();
  62. this.panel1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.bBrovkiZDataSet)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
  67. this.groupBox1.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // panel1
  72. //
  73. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  74. this.panel1.Controls.Add(this.button1);
  75. this.panel1.Controls.Add(this.label1);
  76. this.panel1.Location = new System.Drawing.Point(116, -6);
  77. this.panel1.Name = "panel1";
  78. this.panel1.Size = new System.Drawing.Size(873, 56);
  79. this.panel1.TabIndex = 6;
  80. //
  81. // button1
  82. //
  83. this.button1.ForeColor = System.Drawing.Color.Black;
  84. this.button1.Location = new System.Drawing.Point(842, 8);
  85. this.button1.Name = "button1";
  86. this.button1.Size = new System.Drawing.Size(22, 23);
  87. this.button1.TabIndex = 3;
  88. this.button1.Text = "X";
  89. this.button1.UseVisualStyleBackColor = true;
  90. this.button1.Click += new System.EventHandler(this.button1_Click);
  91. //
  92. // label1
  93. //
  94. this.label1.AutoSize = true;
  95. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.label1.ForeColor = System.Drawing.Color.White;
  97. this.label1.Location = new System.Drawing.Point(293, 15);
  98. this.label1.Name = "label1";
  99. this.label1.Size = new System.Drawing.Size(194, 33);
  100. this.label1.TabIndex = 3;
  101. this.label1.Text = "..::Клиенты::..";
  102. //
  103. // panel2
  104. //
  105. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  106. this.panel2.Location = new System.Drawing.Point(-152, -9);
  107. this.panel2.Name = "panel2";
  108. this.panel2.Size = new System.Drawing.Size(200, 59);
  109. this.panel2.TabIndex = 8;
  110. //
  111. // pictureBox1
  112. //
  113. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  114. this.pictureBox1.Location = new System.Drawing.Point(32, 0);
  115. this.pictureBox1.Name = "pictureBox1";
  116. this.pictureBox1.Size = new System.Drawing.Size(100, 50);
  117. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  118. this.pictureBox1.TabIndex = 7;
  119. this.pictureBox1.TabStop = false;
  120. //
  121. // dataGridView1
  122. //
  123. this.dataGridView1.AutoGenerateColumns = false;
  124. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  125. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  126. this.iDDataGridViewTextBoxColumn,
  127. this.фамилияDataGridViewTextBoxColumn,
  128. this.имяDataGridViewTextBoxColumn,
  129. this.отчествоDataGridViewTextBoxColumn,
  130. this.полDataGridViewTextBoxColumn,
  131. this.телефонDataGridViewTextBoxColumn,
  132. this.датарожденияDataGridViewTextBoxColumn,
  133. this.emailDataGridViewTextBoxColumn,
  134. this.датарегистрацииDataGridViewTextBoxColumn});
  135. this.dataGridView1.DataSource = this.clientBindingSource;
  136. this.dataGridView1.Location = new System.Drawing.Point(12, 67);
  137. this.dataGridView1.Name = "dataGridView1";
  138. this.dataGridView1.Size = new System.Drawing.Size(957, 150);
  139. this.dataGridView1.TabIndex = 9;
  140. //
  141. // bBrovkiZDataSet
  142. //
  143. this.bBrovkiZDataSet.DataSetName = "BBrovkiZDataSet";
  144. this.bBrovkiZDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  145. //
  146. // clientBindingSource
  147. //
  148. this.clientBindingSource.DataMember = "Client";
  149. this.clientBindingSource.DataSource = this.bBrovkiZDataSet;
  150. //
  151. // clientTableAdapter
  152. //
  153. this.clientTableAdapter.ClearBeforeFill = true;
  154. //
  155. // iDDataGridViewTextBoxColumn
  156. //
  157. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  158. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  159. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  160. //
  161. // фамилияDataGridViewTextBoxColumn
  162. //
  163. this.фамилияDataGridViewTextBoxColumn.DataPropertyName = "Фамилия";
  164. this.фамилияDataGridViewTextBoxColumn.HeaderText = "Фамилия";
  165. this.фамилияDataGridViewTextBoxColumn.Name = "фамилияDataGridViewTextBoxColumn";
  166. //
  167. // имяDataGridViewTextBoxColumn
  168. //
  169. this.имяDataGridViewTextBoxColumn.DataPropertyName = "Имя";
  170. this.имяDataGridViewTextBoxColumn.HeaderText = "Имя";
  171. this.имяDataGridViewTextBoxColumn.Name = "имяDataGridViewTextBoxColumn";
  172. //
  173. // отчествоDataGridViewTextBoxColumn
  174. //
  175. this.отчествоDataGridViewTextBoxColumn.DataPropertyName = "Отчество";
  176. this.отчествоDataGridViewTextBoxColumn.HeaderText = "Отчество";
  177. this.отчествоDataGridViewTextBoxColumn.Name = "отчествоDataGridViewTextBoxColumn";
  178. //
  179. // полDataGridViewTextBoxColumn
  180. //
  181. this.полDataGridViewTextBoxColumn.DataPropertyName = "Пол";
  182. this.полDataGridViewTextBoxColumn.HeaderText = "Пол";
  183. this.полDataGridViewTextBoxColumn.Name = "полDataGridViewTextBoxColumn";
  184. //
  185. // телефонDataGridViewTextBoxColumn
  186. //
  187. this.телефонDataGridViewTextBoxColumn.DataPropertyName = "Телефон";
  188. this.телефонDataGridViewTextBoxColumn.HeaderText = "Телефон";
  189. this.телефонDataGridViewTextBoxColumn.Name = "телефонDataGridViewTextBoxColumn";
  190. //
  191. // датарожденияDataGridViewTextBoxColumn
  192. //
  193. this.датарожденияDataGridViewTextBoxColumn.DataPropertyName = "Дата_рождения";
  194. this.датарожденияDataGridViewTextBoxColumn.HeaderText = "Дата_рождения";
  195. this.датарожденияDataGridViewTextBoxColumn.Name = "датарожденияDataGridViewTextBoxColumn";
  196. //
  197. // emailDataGridViewTextBoxColumn
  198. //
  199. this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
  200. this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
  201. this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
  202. //
  203. // датарегистрацииDataGridViewTextBoxColumn
  204. //
  205. this.датарегистрацииDataGridViewTextBoxColumn.DataPropertyName = "Дата_регистрации";
  206. this.датарегистрацииDataGridViewTextBoxColumn.HeaderText = "Дата_регистрации";
  207. this.датарегистрацииDataGridViewTextBoxColumn.Name = "датарегистрацииDataGridViewTextBoxColumn";
  208. //
  209. // groupBox1
  210. //
  211. this.groupBox1.Controls.Add(this.button5);
  212. this.groupBox1.Controls.Add(this.button4);
  213. this.groupBox1.Controls.Add(this.comboBox2);
  214. this.groupBox1.Controls.Add(this.label3);
  215. this.groupBox1.Controls.Add(this.button3);
  216. this.groupBox1.Controls.Add(this.button2);
  217. this.groupBox1.Controls.Add(this.comboBox1);
  218. this.groupBox1.Controls.Add(this.label2);
  219. this.groupBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  220. this.groupBox1.Location = new System.Drawing.Point(12, 223);
  221. this.groupBox1.Name = "groupBox1";
  222. this.groupBox1.Size = new System.Drawing.Size(468, 170);
  223. this.groupBox1.TabIndex = 10;
  224. this.groupBox1.TabStop = false;
  225. this.groupBox1.Text = "Сортировка";
  226. //
  227. // groupBox2
  228. //
  229. this.groupBox2.Controls.Add(this.button8);
  230. this.groupBox2.Controls.Add(this.button7);
  231. this.groupBox2.Controls.Add(this.button6);
  232. this.groupBox2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  233. this.groupBox2.Location = new System.Drawing.Point(517, 223);
  234. this.groupBox2.Name = "groupBox2";
  235. this.groupBox2.Size = new System.Drawing.Size(272, 170);
  236. this.groupBox2.TabIndex = 11;
  237. this.groupBox2.TabStop = false;
  238. this.groupBox2.Text = "Редактирование";
  239. //
  240. // label2
  241. //
  242. this.label2.AutoSize = true;
  243. this.label2.Location = new System.Drawing.Point(6, 34);
  244. this.label2.Name = "label2";
  245. this.label2.Size = new System.Drawing.Size(66, 16);
  246. this.label2.TabIndex = 0;
  247. this.label2.Text = "Фамилия:";
  248. //
  249. // comboBox1
  250. //
  251. this.comboBox1.DataSource = this.clientBindingSource;
  252. this.comboBox1.DisplayMember = "Фамилия";
  253. this.comboBox1.FormattingEnabled = true;
  254. this.comboBox1.Location = new System.Drawing.Point(74, 28);
  255. this.comboBox1.Name = "comboBox1";
  256. this.comboBox1.Size = new System.Drawing.Size(139, 24);
  257. this.comboBox1.TabIndex = 1;
  258. //
  259. // button2
  260. //
  261. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  262. this.button2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  263. this.button2.ForeColor = System.Drawing.Color.White;
  264. this.button2.Location = new System.Drawing.Point(219, 24);
  265. this.button2.Name = "button2";
  266. this.button2.Size = new System.Drawing.Size(98, 30);
  267. this.button2.TabIndex = 2;
  268. this.button2.Text = "Применить";
  269. this.button2.UseVisualStyleBackColor = false;
  270. this.button2.Click += new System.EventHandler(this.button2_Click);
  271. //
  272. // button3
  273. //
  274. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  275. this.button3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  276. this.button3.ForeColor = System.Drawing.Color.White;
  277. this.button3.Location = new System.Drawing.Point(323, 24);
  278. this.button3.Name = "button3";
  279. this.button3.Size = new System.Drawing.Size(98, 30);
  280. this.button3.TabIndex = 3;
  281. this.button3.Text = "Сбросить";
  282. this.button3.UseVisualStyleBackColor = false;
  283. this.button3.Click += new System.EventHandler(this.button3_Click);
  284. //
  285. // label3
  286. //
  287. this.label3.AutoSize = true;
  288. this.label3.Location = new System.Drawing.Point(6, 75);
  289. this.label3.Name = "label3";
  290. this.label3.Size = new System.Drawing.Size(35, 16);
  291. this.label3.TabIndex = 4;
  292. this.label3.Text = "Пол:";
  293. //
  294. // comboBox2
  295. //
  296. this.comboBox2.DataSource = this.clientBindingSource;
  297. this.comboBox2.DisplayMember = "Пол";
  298. this.comboBox2.FormattingEnabled = true;
  299. this.comboBox2.Location = new System.Drawing.Point(74, 72);
  300. this.comboBox2.Name = "comboBox2";
  301. this.comboBox2.Size = new System.Drawing.Size(139, 24);
  302. this.comboBox2.TabIndex = 5;
  303. //
  304. // button4
  305. //
  306. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  307. this.button4.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  308. this.button4.ForeColor = System.Drawing.Color.White;
  309. this.button4.Location = new System.Drawing.Point(219, 68);
  310. this.button4.Name = "button4";
  311. this.button4.Size = new System.Drawing.Size(98, 31);
  312. this.button4.TabIndex = 6;
  313. this.button4.Text = "Применить";
  314. this.button4.UseVisualStyleBackColor = false;
  315. this.button4.Click += new System.EventHandler(this.button4_Click);
  316. //
  317. // button5
  318. //
  319. this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  320. this.button5.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  321. this.button5.ForeColor = System.Drawing.Color.White;
  322. this.button5.Location = new System.Drawing.Point(324, 68);
  323. this.button5.Name = "button5";
  324. this.button5.Size = new System.Drawing.Size(97, 31);
  325. this.button5.TabIndex = 7;
  326. this.button5.Text = "Сбросить";
  327. this.button5.UseVisualStyleBackColor = false;
  328. this.button5.Click += new System.EventHandler(this.button5_Click);
  329. //
  330. // button6
  331. //
  332. this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  333. this.button6.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  334. this.button6.ForeColor = System.Drawing.Color.White;
  335. this.button6.Location = new System.Drawing.Point(11, 26);
  336. this.button6.Name = "button6";
  337. this.button6.Size = new System.Drawing.Size(252, 31);
  338. this.button6.TabIndex = 0;
  339. this.button6.Text = "Добавить новую строку";
  340. this.button6.UseVisualStyleBackColor = false;
  341. this.button6.Click += new System.EventHandler(this.button6_Click);
  342. //
  343. // button7
  344. //
  345. this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  346. this.button7.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  347. this.button7.ForeColor = System.Drawing.Color.White;
  348. this.button7.Location = new System.Drawing.Point(11, 65);
  349. this.button7.Name = "button7";
  350. this.button7.Size = new System.Drawing.Size(252, 31);
  351. this.button7.TabIndex = 1;
  352. this.button7.Text = "Удалить существующую строку";
  353. this.button7.UseVisualStyleBackColor = false;
  354. this.button7.Click += new System.EventHandler(this.button7_Click);
  355. //
  356. // button8
  357. //
  358. this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  359. this.button8.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  360. this.button8.Location = new System.Drawing.Point(11, 123);
  361. this.button8.Name = "button8";
  362. this.button8.Size = new System.Drawing.Size(252, 31);
  363. this.button8.TabIndex = 2;
  364. this.button8.Text = "Сохранить внесенные изменения";
  365. this.button8.UseVisualStyleBackColor = false;
  366. this.button8.Click += new System.EventHandler(this.button8_Click);
  367. //
  368. // button9
  369. //
  370. this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  371. this.button9.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  372. this.button9.ForeColor = System.Drawing.Color.White;
  373. this.button9.Location = new System.Drawing.Point(12, 453);
  374. this.button9.Name = "button9";
  375. this.button9.Size = new System.Drawing.Size(92, 33);
  376. this.button9.TabIndex = 12;
  377. this.button9.Text = "Назад";
  378. this.button9.UseVisualStyleBackColor = false;
  379. this.button9.Click += new System.EventHandler(this.button9_Click);
  380. //
  381. // Form5
  382. //
  383. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  384. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  385. this.ClientSize = new System.Drawing.Size(981, 498);
  386. this.Controls.Add(this.button9);
  387. this.Controls.Add(this.groupBox2);
  388. this.Controls.Add(this.groupBox1);
  389. this.Controls.Add(this.dataGridView1);
  390. this.Controls.Add(this.panel1);
  391. this.Controls.Add(this.panel2);
  392. this.Controls.Add(this.pictureBox1);
  393. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  394. this.Name = "Form5";
  395. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  396. this.Text = "Клиенты";
  397. this.Load += new System.EventHandler(this.Form5_Load);
  398. this.panel1.ResumeLayout(false);
  399. this.panel1.PerformLayout();
  400. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.bBrovkiZDataSet)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
  404. this.groupBox1.ResumeLayout(false);
  405. this.groupBox1.PerformLayout();
  406. this.groupBox2.ResumeLayout(false);
  407. this.ResumeLayout(false);
  408. }
  409. #endregion
  410. private System.Windows.Forms.Panel panel1;
  411. private System.Windows.Forms.Button button1;
  412. private System.Windows.Forms.Label label1;
  413. private System.Windows.Forms.Panel panel2;
  414. private System.Windows.Forms.PictureBox pictureBox1;
  415. private System.Windows.Forms.DataGridView dataGridView1;
  416. private BBrovkiZDataSet bBrovkiZDataSet;
  417. private System.Windows.Forms.BindingSource clientBindingSource;
  418. private BBrovkiZDataSetTableAdapters.ClientTableAdapter clientTableAdapter;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn фамилияDataGridViewTextBoxColumn;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn имяDataGridViewTextBoxColumn;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn отчествоDataGridViewTextBoxColumn;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn полDataGridViewTextBoxColumn;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn телефонDataGridViewTextBoxColumn;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn датарожденияDataGridViewTextBoxColumn;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn датарегистрацииDataGridViewTextBoxColumn;
  428. private System.Windows.Forms.GroupBox groupBox1;
  429. private System.Windows.Forms.GroupBox groupBox2;
  430. private System.Windows.Forms.Label label2;
  431. private System.Windows.Forms.Button button3;
  432. private System.Windows.Forms.Button button2;
  433. private System.Windows.Forms.ComboBox comboBox1;
  434. private System.Windows.Forms.Button button5;
  435. private System.Windows.Forms.Button button4;
  436. private System.Windows.Forms.ComboBox comboBox2;
  437. private System.Windows.Forms.Label label3;
  438. private System.Windows.Forms.Button button8;
  439. private System.Windows.Forms.Button button7;
  440. private System.Windows.Forms.Button button6;
  441. private System.Windows.Forms.Button button9;
  442. }
  443. }