Клиенты.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. 
  2. namespace Услуги_салона_красоты_Тураев
  3. {
  4. partial class Клиенты
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label iD_clientLabel;
  31. System.Windows.Forms.Label firstNameLabel;
  32. System.Windows.Forms.Label lastNameLabel;
  33. System.Windows.Forms.Label patronymicLabel;
  34. System.Windows.Forms.Label genderCodeLabel;
  35. System.Windows.Forms.Label phoneLabel;
  36. System.Windows.Forms.Label birthdayLabel;
  37. System.Windows.Forms.Label emailLabel;
  38. System.Windows.Forms.Label registrationDateLabel;
  39. System.Windows.Forms.Label label2;
  40. System.Windows.Forms.Label label3;
  41. System.Windows.Forms.Label label4;
  42. System.Windows.Forms.Label label5;
  43. System.Windows.Forms.Label label6;
  44. System.Windows.Forms.Label label7;
  45. System.Windows.Forms.Label label8;
  46. System.Windows.Forms.Label label9;
  47. System.Windows.Forms.Label label10;
  48. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Клиенты));
  49. this.groupBox5 = new System.Windows.Forms.GroupBox();
  50. this.button5 = new System.Windows.Forms.Button();
  51. this.groupBox4 = new System.Windows.Forms.GroupBox();
  52. this.button3 = new System.Windows.Forms.Button();
  53. this.button4 = new System.Windows.Forms.Button();
  54. this.groupBox3 = new System.Windows.Forms.GroupBox();
  55. this.button2 = new System.Windows.Forms.Button();
  56. this.button1 = new System.Windows.Forms.Button();
  57. this.groupBox2 = new System.Windows.Forms.GroupBox();
  58. this.groupBox1 = new System.Windows.Forms.GroupBox();
  59. this.label1 = new System.Windows.Forms.Label();
  60. this.dB_Turaev_V2DataSet = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSet();
  61. this.клиентBindingSource = new System.Windows.Forms.BindingSource(this.components);
  62. this.клиентTableAdapter = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.КлиентTableAdapter();
  63. this.tableAdapterManager = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager();
  64. this.клиентDataGridView = new System.Windows.Forms.DataGridView();
  65. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.iD_clientTextBox = new System.Windows.Forms.TextBox();
  75. this.firstNameTextBox = new System.Windows.Forms.TextBox();
  76. this.lastNameTextBox = new System.Windows.Forms.TextBox();
  77. this.patronymicTextBox = new System.Windows.Forms.TextBox();
  78. this.genderCodeTextBox = new System.Windows.Forms.TextBox();
  79. this.phoneTextBox = new System.Windows.Forms.TextBox();
  80. this.birthdayDateTimePicker = new System.Windows.Forms.DateTimePicker();
  81. this.emailTextBox = new System.Windows.Forms.TextBox();
  82. this.registrationDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
  83. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  84. this.textBox1 = new System.Windows.Forms.TextBox();
  85. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  86. this.textBox2 = new System.Windows.Forms.TextBox();
  87. this.textBox3 = new System.Windows.Forms.TextBox();
  88. this.textBox4 = new System.Windows.Forms.TextBox();
  89. this.textBox5 = new System.Windows.Forms.TextBox();
  90. this.textBox6 = new System.Windows.Forms.TextBox();
  91. this.textBox7 = new System.Windows.Forms.TextBox();
  92. this.button8 = new System.Windows.Forms.Button();
  93. this.button6 = new System.Windows.Forms.Button();
  94. this.button7 = new System.Windows.Forms.Button();
  95. this.button9 = new System.Windows.Forms.Button();
  96. iD_clientLabel = new System.Windows.Forms.Label();
  97. firstNameLabel = new System.Windows.Forms.Label();
  98. lastNameLabel = new System.Windows.Forms.Label();
  99. patronymicLabel = new System.Windows.Forms.Label();
  100. genderCodeLabel = new System.Windows.Forms.Label();
  101. phoneLabel = new System.Windows.Forms.Label();
  102. birthdayLabel = new System.Windows.Forms.Label();
  103. emailLabel = new System.Windows.Forms.Label();
  104. registrationDateLabel = new System.Windows.Forms.Label();
  105. label2 = new System.Windows.Forms.Label();
  106. label3 = new System.Windows.Forms.Label();
  107. label4 = new System.Windows.Forms.Label();
  108. label5 = new System.Windows.Forms.Label();
  109. label6 = new System.Windows.Forms.Label();
  110. label7 = new System.Windows.Forms.Label();
  111. label8 = new System.Windows.Forms.Label();
  112. label9 = new System.Windows.Forms.Label();
  113. label10 = new System.Windows.Forms.Label();
  114. this.groupBox5.SuspendLayout();
  115. this.groupBox4.SuspendLayout();
  116. this.groupBox3.SuspendLayout();
  117. this.groupBox2.SuspendLayout();
  118. this.groupBox1.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).BeginInit();
  122. this.SuspendLayout();
  123. //
  124. // groupBox5
  125. //
  126. this.groupBox5.Controls.Add(this.button5);
  127. this.groupBox5.Location = new System.Drawing.Point(638, 171);
  128. this.groupBox5.Name = "groupBox5";
  129. this.groupBox5.Size = new System.Drawing.Size(472, 145);
  130. this.groupBox5.TabIndex = 19;
  131. this.groupBox5.TabStop = false;
  132. this.groupBox5.Text = "Удалить клиента";
  133. //
  134. // button5
  135. //
  136. this.button5.Location = new System.Drawing.Point(172, 49);
  137. this.button5.Name = "button5";
  138. this.button5.Size = new System.Drawing.Size(128, 52);
  139. this.button5.TabIndex = 2;
  140. this.button5.Text = "Удалить";
  141. this.button5.UseVisualStyleBackColor = true;
  142. this.button5.Click += new System.EventHandler(this.button5_Click);
  143. //
  144. // groupBox4
  145. //
  146. this.groupBox4.Controls.Add(this.button3);
  147. this.groupBox4.Controls.Add(this.button4);
  148. this.groupBox4.Location = new System.Drawing.Point(958, 58);
  149. this.groupBox4.Name = "groupBox4";
  150. this.groupBox4.Size = new System.Drawing.Size(152, 107);
  151. this.groupBox4.TabIndex = 18;
  152. this.groupBox4.TabStop = false;
  153. this.groupBox4.Text = "Элементы навигации (по записям)";
  154. //
  155. // button3
  156. //
  157. this.button3.Location = new System.Drawing.Point(38, 66);
  158. this.button3.Name = "button3";
  159. this.button3.Size = new System.Drawing.Size(75, 23);
  160. this.button3.TabIndex = 1;
  161. this.button3.Text = "Вниз";
  162. this.button3.UseVisualStyleBackColor = true;
  163. this.button3.Click += new System.EventHandler(this.button3_Click);
  164. //
  165. // button4
  166. //
  167. this.button4.Location = new System.Drawing.Point(38, 36);
  168. this.button4.Name = "button4";
  169. this.button4.Size = new System.Drawing.Size(75, 23);
  170. this.button4.TabIndex = 0;
  171. this.button4.Text = "Вверх";
  172. this.button4.UseVisualStyleBackColor = true;
  173. this.button4.Click += new System.EventHandler(this.button4_Click);
  174. //
  175. // groupBox3
  176. //
  177. this.groupBox3.Controls.Add(this.button2);
  178. this.groupBox3.Controls.Add(this.button1);
  179. this.groupBox3.Location = new System.Drawing.Point(638, 58);
  180. this.groupBox3.Name = "groupBox3";
  181. this.groupBox3.Size = new System.Drawing.Size(152, 107);
  182. this.groupBox3.TabIndex = 17;
  183. this.groupBox3.TabStop = false;
  184. this.groupBox3.Text = "Элементы навигации (по таблицам)";
  185. //
  186. // button2
  187. //
  188. this.button2.Location = new System.Drawing.Point(38, 66);
  189. this.button2.Name = "button2";
  190. this.button2.Size = new System.Drawing.Size(75, 23);
  191. this.button2.TabIndex = 1;
  192. this.button2.Text = "Пред.";
  193. this.button2.UseVisualStyleBackColor = true;
  194. //
  195. // button1
  196. //
  197. this.button1.Location = new System.Drawing.Point(38, 36);
  198. this.button1.Name = "button1";
  199. this.button1.Size = new System.Drawing.Size(75, 23);
  200. this.button1.TabIndex = 0;
  201. this.button1.Text = "След.";
  202. this.button1.UseVisualStyleBackColor = true;
  203. //
  204. // groupBox2
  205. //
  206. this.groupBox2.Controls.Add(this.button7);
  207. this.groupBox2.Controls.Add(label2);
  208. this.groupBox2.Controls.Add(this.dateTimePicker1);
  209. this.groupBox2.Controls.Add(label3);
  210. this.groupBox2.Controls.Add(this.textBox1);
  211. this.groupBox2.Controls.Add(label4);
  212. this.groupBox2.Controls.Add(this.dateTimePicker2);
  213. this.groupBox2.Controls.Add(label5);
  214. this.groupBox2.Controls.Add(this.textBox2);
  215. this.groupBox2.Controls.Add(label6);
  216. this.groupBox2.Controls.Add(this.textBox3);
  217. this.groupBox2.Controls.Add(label7);
  218. this.groupBox2.Controls.Add(this.textBox4);
  219. this.groupBox2.Controls.Add(label8);
  220. this.groupBox2.Controls.Add(this.textBox5);
  221. this.groupBox2.Controls.Add(label9);
  222. this.groupBox2.Controls.Add(this.textBox6);
  223. this.groupBox2.Controls.Add(label10);
  224. this.groupBox2.Controls.Add(this.textBox7);
  225. this.groupBox2.Location = new System.Drawing.Point(325, 50);
  226. this.groupBox2.Name = "groupBox2";
  227. this.groupBox2.Size = new System.Drawing.Size(307, 266);
  228. this.groupBox2.TabIndex = 16;
  229. this.groupBox2.TabStop = false;
  230. this.groupBox2.Text = "Редактировать клиента";
  231. //
  232. // groupBox1
  233. //
  234. this.groupBox1.Controls.Add(this.button8);
  235. this.groupBox1.Controls.Add(this.button6);
  236. this.groupBox1.Controls.Add(registrationDateLabel);
  237. this.groupBox1.Controls.Add(this.registrationDateDateTimePicker);
  238. this.groupBox1.Controls.Add(emailLabel);
  239. this.groupBox1.Controls.Add(this.emailTextBox);
  240. this.groupBox1.Controls.Add(birthdayLabel);
  241. this.groupBox1.Controls.Add(this.birthdayDateTimePicker);
  242. this.groupBox1.Controls.Add(phoneLabel);
  243. this.groupBox1.Controls.Add(this.phoneTextBox);
  244. this.groupBox1.Controls.Add(genderCodeLabel);
  245. this.groupBox1.Controls.Add(this.genderCodeTextBox);
  246. this.groupBox1.Controls.Add(patronymicLabel);
  247. this.groupBox1.Controls.Add(this.patronymicTextBox);
  248. this.groupBox1.Controls.Add(lastNameLabel);
  249. this.groupBox1.Controls.Add(this.lastNameTextBox);
  250. this.groupBox1.Controls.Add(firstNameLabel);
  251. this.groupBox1.Controls.Add(this.firstNameTextBox);
  252. this.groupBox1.Controls.Add(iD_clientLabel);
  253. this.groupBox1.Controls.Add(this.iD_clientTextBox);
  254. this.groupBox1.Location = new System.Drawing.Point(12, 45);
  255. this.groupBox1.Name = "groupBox1";
  256. this.groupBox1.Size = new System.Drawing.Size(307, 271);
  257. this.groupBox1.TabIndex = 15;
  258. this.groupBox1.TabStop = false;
  259. this.groupBox1.Text = "Добавить клиента";
  260. //
  261. // label1
  262. //
  263. this.label1.AutoSize = true;
  264. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  265. this.label1.Location = new System.Drawing.Point(12, 9);
  266. this.label1.Name = "label1";
  267. this.label1.Size = new System.Drawing.Size(122, 33);
  268. this.label1.TabIndex = 14;
  269. this.label1.Text = "Клиенты";
  270. //
  271. // dB_Turaev_V2DataSet
  272. //
  273. this.dB_Turaev_V2DataSet.DataSetName = "DB_Turaev_V2DataSet";
  274. this.dB_Turaev_V2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  275. //
  276. // клиентBindingSource
  277. //
  278. this.клиентBindingSource.DataMember = "Клиент";
  279. this.клиентBindingSource.DataSource = this.dB_Turaev_V2DataSet;
  280. //
  281. // клиентTableAdapter
  282. //
  283. this.клиентTableAdapter.ClearBeforeFill = true;
  284. //
  285. // tableAdapterManager
  286. //
  287. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  288. this.tableAdapterManager.UpdateOrder = Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  289. this.tableAdapterManager.Клиент_СервисTableAdapter = null;
  290. this.tableAdapterManager.КлиентTableAdapter = this.клиентTableAdapter;
  291. this.tableAdapterManager.ПоставщикиTableAdapter = null;
  292. this.tableAdapterManager.СервисTableAdapter = null;
  293. this.tableAdapterManager.ТоварыTableAdapter = null;
  294. //
  295. // клиентDataGridView
  296. //
  297. this.клиентDataGridView.AutoGenerateColumns = false;
  298. this.клиентDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  299. this.клиентDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  300. this.клиентDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  301. this.dataGridViewTextBoxColumn1,
  302. this.dataGridViewTextBoxColumn2,
  303. this.dataGridViewTextBoxColumn3,
  304. this.dataGridViewTextBoxColumn4,
  305. this.dataGridViewTextBoxColumn5,
  306. this.dataGridViewTextBoxColumn6,
  307. this.dataGridViewTextBoxColumn7,
  308. this.dataGridViewTextBoxColumn8,
  309. this.dataGridViewTextBoxColumn9});
  310. this.клиентDataGridView.DataSource = this.клиентBindingSource;
  311. this.клиентDataGridView.Location = new System.Drawing.Point(12, 322);
  312. this.клиентDataGridView.Name = "клиентDataGridView";
  313. this.клиентDataGridView.Size = new System.Drawing.Size(1098, 324);
  314. this.клиентDataGridView.TabIndex = 20;
  315. //
  316. // dataGridViewTextBoxColumn1
  317. //
  318. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID_client";
  319. this.dataGridViewTextBoxColumn1.HeaderText = "ID_client";
  320. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  321. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  322. //
  323. // dataGridViewTextBoxColumn2
  324. //
  325. this.dataGridViewTextBoxColumn2.DataPropertyName = "FirstName";
  326. this.dataGridViewTextBoxColumn2.HeaderText = "FirstName";
  327. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  328. //
  329. // dataGridViewTextBoxColumn3
  330. //
  331. this.dataGridViewTextBoxColumn3.DataPropertyName = "LastName";
  332. this.dataGridViewTextBoxColumn3.HeaderText = "LastName";
  333. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  334. //
  335. // dataGridViewTextBoxColumn4
  336. //
  337. this.dataGridViewTextBoxColumn4.DataPropertyName = "Patronymic";
  338. this.dataGridViewTextBoxColumn4.HeaderText = "Patronymic";
  339. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  340. //
  341. // dataGridViewTextBoxColumn5
  342. //
  343. this.dataGridViewTextBoxColumn5.DataPropertyName = "GenderCode";
  344. this.dataGridViewTextBoxColumn5.HeaderText = "GenderCode";
  345. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  346. //
  347. // dataGridViewTextBoxColumn6
  348. //
  349. this.dataGridViewTextBoxColumn6.DataPropertyName = "Phone";
  350. this.dataGridViewTextBoxColumn6.HeaderText = "Phone";
  351. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  352. //
  353. // dataGridViewTextBoxColumn7
  354. //
  355. this.dataGridViewTextBoxColumn7.DataPropertyName = "Birthday";
  356. this.dataGridViewTextBoxColumn7.HeaderText = "Birthday";
  357. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  358. //
  359. // dataGridViewTextBoxColumn8
  360. //
  361. this.dataGridViewTextBoxColumn8.DataPropertyName = "Email";
  362. this.dataGridViewTextBoxColumn8.HeaderText = "Email";
  363. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  364. //
  365. // dataGridViewTextBoxColumn9
  366. //
  367. this.dataGridViewTextBoxColumn9.DataPropertyName = "RegistrationDate";
  368. this.dataGridViewTextBoxColumn9.HeaderText = "RegistrationDate";
  369. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  370. //
  371. // iD_clientLabel
  372. //
  373. iD_clientLabel.AutoSize = true;
  374. iD_clientLabel.Location = new System.Drawing.Point(6, 16);
  375. iD_clientLabel.Name = "iD_clientLabel";
  376. iD_clientLabel.Size = new System.Drawing.Size(49, 13);
  377. iD_clientLabel.TabIndex = 0;
  378. iD_clientLabel.Text = "ID client:";
  379. //
  380. // iD_clientTextBox
  381. //
  382. this.iD_clientTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "ID_client", true));
  383. this.iD_clientTextBox.Location = new System.Drawing.Point(99, 13);
  384. this.iD_clientTextBox.Name = "iD_clientTextBox";
  385. this.iD_clientTextBox.Size = new System.Drawing.Size(100, 20);
  386. this.iD_clientTextBox.TabIndex = 1;
  387. //
  388. // firstNameLabel
  389. //
  390. firstNameLabel.AutoSize = true;
  391. firstNameLabel.Location = new System.Drawing.Point(6, 42);
  392. firstNameLabel.Name = "firstNameLabel";
  393. firstNameLabel.Size = new System.Drawing.Size(60, 13);
  394. firstNameLabel.TabIndex = 2;
  395. firstNameLabel.Text = "First Name:";
  396. //
  397. // firstNameTextBox
  398. //
  399. this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "FirstName", true));
  400. this.firstNameTextBox.Location = new System.Drawing.Point(99, 39);
  401. this.firstNameTextBox.Name = "firstNameTextBox";
  402. this.firstNameTextBox.Size = new System.Drawing.Size(100, 20);
  403. this.firstNameTextBox.TabIndex = 3;
  404. //
  405. // lastNameLabel
  406. //
  407. lastNameLabel.AutoSize = true;
  408. lastNameLabel.Location = new System.Drawing.Point(6, 68);
  409. lastNameLabel.Name = "lastNameLabel";
  410. lastNameLabel.Size = new System.Drawing.Size(61, 13);
  411. lastNameLabel.TabIndex = 4;
  412. lastNameLabel.Text = "Last Name:";
  413. //
  414. // lastNameTextBox
  415. //
  416. this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "LastName", true));
  417. this.lastNameTextBox.Location = new System.Drawing.Point(99, 65);
  418. this.lastNameTextBox.Name = "lastNameTextBox";
  419. this.lastNameTextBox.Size = new System.Drawing.Size(100, 20);
  420. this.lastNameTextBox.TabIndex = 5;
  421. //
  422. // patronymicLabel
  423. //
  424. patronymicLabel.AutoSize = true;
  425. patronymicLabel.Location = new System.Drawing.Point(6, 94);
  426. patronymicLabel.Name = "patronymicLabel";
  427. patronymicLabel.Size = new System.Drawing.Size(62, 13);
  428. patronymicLabel.TabIndex = 6;
  429. patronymicLabel.Text = "Patronymic:";
  430. //
  431. // patronymicTextBox
  432. //
  433. this.patronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Patronymic", true));
  434. this.patronymicTextBox.Location = new System.Drawing.Point(99, 91);
  435. this.patronymicTextBox.Name = "patronymicTextBox";
  436. this.patronymicTextBox.Size = new System.Drawing.Size(100, 20);
  437. this.patronymicTextBox.TabIndex = 7;
  438. //
  439. // genderCodeLabel
  440. //
  441. genderCodeLabel.AutoSize = true;
  442. genderCodeLabel.Location = new System.Drawing.Point(6, 120);
  443. genderCodeLabel.Name = "genderCodeLabel";
  444. genderCodeLabel.Size = new System.Drawing.Size(73, 13);
  445. genderCodeLabel.TabIndex = 8;
  446. genderCodeLabel.Text = "Gender Code:";
  447. //
  448. // genderCodeTextBox
  449. //
  450. this.genderCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "GenderCode", true));
  451. this.genderCodeTextBox.Location = new System.Drawing.Point(99, 117);
  452. this.genderCodeTextBox.Name = "genderCodeTextBox";
  453. this.genderCodeTextBox.Size = new System.Drawing.Size(100, 20);
  454. this.genderCodeTextBox.TabIndex = 9;
  455. //
  456. // phoneLabel
  457. //
  458. phoneLabel.AutoSize = true;
  459. phoneLabel.Location = new System.Drawing.Point(6, 146);
  460. phoneLabel.Name = "phoneLabel";
  461. phoneLabel.Size = new System.Drawing.Size(41, 13);
  462. phoneLabel.TabIndex = 10;
  463. phoneLabel.Text = "Phone:";
  464. //
  465. // phoneTextBox
  466. //
  467. this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Phone", true));
  468. this.phoneTextBox.Location = new System.Drawing.Point(99, 143);
  469. this.phoneTextBox.Name = "phoneTextBox";
  470. this.phoneTextBox.Size = new System.Drawing.Size(100, 20);
  471. this.phoneTextBox.TabIndex = 11;
  472. //
  473. // birthdayLabel
  474. //
  475. birthdayLabel.AutoSize = true;
  476. birthdayLabel.Location = new System.Drawing.Point(7, 175);
  477. birthdayLabel.Name = "birthdayLabel";
  478. birthdayLabel.Size = new System.Drawing.Size(48, 13);
  479. birthdayLabel.TabIndex = 12;
  480. birthdayLabel.Text = "Birthday:";
  481. //
  482. // birthdayDateTimePicker
  483. //
  484. this.birthdayDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.клиентBindingSource, "Birthday", true));
  485. this.birthdayDateTimePicker.Location = new System.Drawing.Point(99, 169);
  486. this.birthdayDateTimePicker.Name = "birthdayDateTimePicker";
  487. this.birthdayDateTimePicker.Size = new System.Drawing.Size(200, 20);
  488. this.birthdayDateTimePicker.TabIndex = 13;
  489. //
  490. // emailLabel
  491. //
  492. emailLabel.AutoSize = true;
  493. emailLabel.Location = new System.Drawing.Point(7, 198);
  494. emailLabel.Name = "emailLabel";
  495. emailLabel.Size = new System.Drawing.Size(35, 13);
  496. emailLabel.TabIndex = 14;
  497. emailLabel.Text = "Email:";
  498. //
  499. // emailTextBox
  500. //
  501. this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Email", true));
  502. this.emailTextBox.Location = new System.Drawing.Point(99, 195);
  503. this.emailTextBox.Name = "emailTextBox";
  504. this.emailTextBox.Size = new System.Drawing.Size(100, 20);
  505. this.emailTextBox.TabIndex = 15;
  506. //
  507. // registrationDateLabel
  508. //
  509. registrationDateLabel.AutoSize = true;
  510. registrationDateLabel.Location = new System.Drawing.Point(7, 227);
  511. registrationDateLabel.Name = "registrationDateLabel";
  512. registrationDateLabel.Size = new System.Drawing.Size(92, 13);
  513. registrationDateLabel.TabIndex = 16;
  514. registrationDateLabel.Text = "Registration Date:";
  515. //
  516. // registrationDateDateTimePicker
  517. //
  518. this.registrationDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.клиентBindingSource, "RegistrationDate", true));
  519. this.registrationDateDateTimePicker.Location = new System.Drawing.Point(99, 221);
  520. this.registrationDateDateTimePicker.Name = "registrationDateDateTimePicker";
  521. this.registrationDateDateTimePicker.Size = new System.Drawing.Size(200, 20);
  522. this.registrationDateDateTimePicker.TabIndex = 17;
  523. //
  524. // label2
  525. //
  526. label2.AutoSize = true;
  527. label2.Location = new System.Drawing.Point(7, 227);
  528. label2.Name = "label2";
  529. label2.Size = new System.Drawing.Size(92, 13);
  530. label2.TabIndex = 34;
  531. label2.Text = "Registration Date:";
  532. //
  533. // dateTimePicker1
  534. //
  535. this.dateTimePicker1.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.клиентBindingSource, "RegistrationDate", true));
  536. this.dateTimePicker1.Location = new System.Drawing.Point(99, 221);
  537. this.dateTimePicker1.Name = "dateTimePicker1";
  538. this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
  539. this.dateTimePicker1.TabIndex = 35;
  540. //
  541. // label3
  542. //
  543. label3.AutoSize = true;
  544. label3.Location = new System.Drawing.Point(7, 198);
  545. label3.Name = "label3";
  546. label3.Size = new System.Drawing.Size(35, 13);
  547. label3.TabIndex = 32;
  548. label3.Text = "Email:";
  549. //
  550. // textBox1
  551. //
  552. this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Email", true));
  553. this.textBox1.Location = new System.Drawing.Point(99, 195);
  554. this.textBox1.Name = "textBox1";
  555. this.textBox1.Size = new System.Drawing.Size(100, 20);
  556. this.textBox1.TabIndex = 33;
  557. //
  558. // label4
  559. //
  560. label4.AutoSize = true;
  561. label4.Location = new System.Drawing.Point(7, 175);
  562. label4.Name = "label4";
  563. label4.Size = new System.Drawing.Size(48, 13);
  564. label4.TabIndex = 30;
  565. label4.Text = "Birthday:";
  566. //
  567. // dateTimePicker2
  568. //
  569. this.dateTimePicker2.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.клиентBindingSource, "Birthday", true));
  570. this.dateTimePicker2.Location = new System.Drawing.Point(99, 169);
  571. this.dateTimePicker2.Name = "dateTimePicker2";
  572. this.dateTimePicker2.Size = new System.Drawing.Size(200, 20);
  573. this.dateTimePicker2.TabIndex = 31;
  574. //
  575. // label5
  576. //
  577. label5.AutoSize = true;
  578. label5.Location = new System.Drawing.Point(6, 146);
  579. label5.Name = "label5";
  580. label5.Size = new System.Drawing.Size(41, 13);
  581. label5.TabIndex = 28;
  582. label5.Text = "Phone:";
  583. //
  584. // textBox2
  585. //
  586. this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Phone", true));
  587. this.textBox2.Location = new System.Drawing.Point(99, 143);
  588. this.textBox2.Name = "textBox2";
  589. this.textBox2.Size = new System.Drawing.Size(100, 20);
  590. this.textBox2.TabIndex = 29;
  591. //
  592. // label6
  593. //
  594. label6.AutoSize = true;
  595. label6.Location = new System.Drawing.Point(6, 120);
  596. label6.Name = "label6";
  597. label6.Size = new System.Drawing.Size(73, 13);
  598. label6.TabIndex = 26;
  599. label6.Text = "Gender Code:";
  600. //
  601. // textBox3
  602. //
  603. this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "GenderCode", true));
  604. this.textBox3.Location = new System.Drawing.Point(99, 117);
  605. this.textBox3.Name = "textBox3";
  606. this.textBox3.Size = new System.Drawing.Size(100, 20);
  607. this.textBox3.TabIndex = 27;
  608. //
  609. // label7
  610. //
  611. label7.AutoSize = true;
  612. label7.Location = new System.Drawing.Point(6, 94);
  613. label7.Name = "label7";
  614. label7.Size = new System.Drawing.Size(62, 13);
  615. label7.TabIndex = 24;
  616. label7.Text = "Patronymic:";
  617. //
  618. // textBox4
  619. //
  620. this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "Patronymic", true));
  621. this.textBox4.Location = new System.Drawing.Point(99, 91);
  622. this.textBox4.Name = "textBox4";
  623. this.textBox4.Size = new System.Drawing.Size(100, 20);
  624. this.textBox4.TabIndex = 25;
  625. //
  626. // label8
  627. //
  628. label8.AutoSize = true;
  629. label8.Location = new System.Drawing.Point(6, 68);
  630. label8.Name = "label8";
  631. label8.Size = new System.Drawing.Size(61, 13);
  632. label8.TabIndex = 22;
  633. label8.Text = "Last Name:";
  634. //
  635. // textBox5
  636. //
  637. this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "LastName", true));
  638. this.textBox5.Location = new System.Drawing.Point(99, 65);
  639. this.textBox5.Name = "textBox5";
  640. this.textBox5.Size = new System.Drawing.Size(100, 20);
  641. this.textBox5.TabIndex = 23;
  642. //
  643. // label9
  644. //
  645. label9.AutoSize = true;
  646. label9.Location = new System.Drawing.Point(6, 42);
  647. label9.Name = "label9";
  648. label9.Size = new System.Drawing.Size(60, 13);
  649. label9.TabIndex = 20;
  650. label9.Text = "First Name:";
  651. //
  652. // textBox6
  653. //
  654. this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "FirstName", true));
  655. this.textBox6.Location = new System.Drawing.Point(99, 39);
  656. this.textBox6.Name = "textBox6";
  657. this.textBox6.Size = new System.Drawing.Size(100, 20);
  658. this.textBox6.TabIndex = 21;
  659. //
  660. // label10
  661. //
  662. label10.AutoSize = true;
  663. label10.Location = new System.Drawing.Point(6, 16);
  664. label10.Name = "label10";
  665. label10.Size = new System.Drawing.Size(49, 13);
  666. label10.TabIndex = 18;
  667. label10.Text = "ID client:";
  668. //
  669. // textBox7
  670. //
  671. this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиентBindingSource, "ID_client", true));
  672. this.textBox7.Location = new System.Drawing.Point(99, 13);
  673. this.textBox7.Name = "textBox7";
  674. this.textBox7.Size = new System.Drawing.Size(100, 20);
  675. this.textBox7.TabIndex = 19;
  676. //
  677. // button8
  678. //
  679. this.button8.Location = new System.Drawing.Point(211, 242);
  680. this.button8.Name = "button8";
  681. this.button8.Size = new System.Drawing.Size(88, 23);
  682. this.button8.TabIndex = 19;
  683. this.button8.Text = "Сохранить";
  684. this.button8.UseVisualStyleBackColor = true;
  685. this.button8.Click += new System.EventHandler(this.button8_Click);
  686. //
  687. // button6
  688. //
  689. this.button6.Location = new System.Drawing.Point(5, 242);
  690. this.button6.Name = "button6";
  691. this.button6.Size = new System.Drawing.Size(88, 23);
  692. this.button6.TabIndex = 18;
  693. this.button6.Text = "Добавить";
  694. this.button6.UseVisualStyleBackColor = true;
  695. this.button6.Click += new System.EventHandler(this.button6_Click);
  696. //
  697. // button7
  698. //
  699. this.button7.Location = new System.Drawing.Point(0, 243);
  700. this.button7.Name = "button7";
  701. this.button7.Size = new System.Drawing.Size(188, 23);
  702. this.button7.TabIndex = 36;
  703. this.button7.Text = "Редактировать";
  704. this.button7.UseVisualStyleBackColor = true;
  705. this.button7.Click += new System.EventHandler(this.button7_Click);
  706. //
  707. // button9
  708. //
  709. this.button9.Location = new System.Drawing.Point(810, 103);
  710. this.button9.Name = "button9";
  711. this.button9.Size = new System.Drawing.Size(128, 23);
  712. this.button9.TabIndex = 21;
  713. this.button9.Text = "Выйти";
  714. this.button9.UseVisualStyleBackColor = true;
  715. this.button9.Click += new System.EventHandler(this.button9_Click);
  716. //
  717. // Клиенты
  718. //
  719. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  720. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  721. this.ClientSize = new System.Drawing.Size(1119, 658);
  722. this.Controls.Add(this.button9);
  723. this.Controls.Add(this.клиентDataGridView);
  724. this.Controls.Add(this.groupBox5);
  725. this.Controls.Add(this.groupBox4);
  726. this.Controls.Add(this.groupBox3);
  727. this.Controls.Add(this.groupBox2);
  728. this.Controls.Add(this.groupBox1);
  729. this.Controls.Add(this.label1);
  730. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  731. this.Name = "Клиенты";
  732. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  733. this.Text = "Клиенты";
  734. this.Load += new System.EventHandler(this.Клиенты_Load);
  735. this.groupBox5.ResumeLayout(false);
  736. this.groupBox4.ResumeLayout(false);
  737. this.groupBox3.ResumeLayout(false);
  738. this.groupBox2.ResumeLayout(false);
  739. this.groupBox2.PerformLayout();
  740. this.groupBox1.ResumeLayout(false);
  741. this.groupBox1.PerformLayout();
  742. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).EndInit();
  743. ((System.ComponentModel.ISupportInitialize)(this.клиентBindingSource)).EndInit();
  744. ((System.ComponentModel.ISupportInitialize)(this.клиентDataGridView)).EndInit();
  745. this.ResumeLayout(false);
  746. this.PerformLayout();
  747. }
  748. #endregion
  749. private System.Windows.Forms.GroupBox groupBox5;
  750. private System.Windows.Forms.Button button5;
  751. private System.Windows.Forms.GroupBox groupBox4;
  752. private System.Windows.Forms.Button button3;
  753. private System.Windows.Forms.Button button4;
  754. private System.Windows.Forms.GroupBox groupBox3;
  755. private System.Windows.Forms.Button button2;
  756. private System.Windows.Forms.Button button1;
  757. private System.Windows.Forms.GroupBox groupBox2;
  758. private System.Windows.Forms.GroupBox groupBox1;
  759. private System.Windows.Forms.Label label1;
  760. private DB_Turaev_V2DataSet dB_Turaev_V2DataSet;
  761. private System.Windows.Forms.BindingSource клиентBindingSource;
  762. private DB_Turaev_V2DataSetTableAdapters.КлиентTableAdapter клиентTableAdapter;
  763. private DB_Turaev_V2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  764. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  765. private System.Windows.Forms.TextBox textBox1;
  766. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  767. private System.Windows.Forms.TextBox textBox2;
  768. private System.Windows.Forms.TextBox textBox3;
  769. private System.Windows.Forms.TextBox textBox4;
  770. private System.Windows.Forms.TextBox textBox5;
  771. private System.Windows.Forms.TextBox textBox6;
  772. private System.Windows.Forms.TextBox textBox7;
  773. private System.Windows.Forms.DateTimePicker registrationDateDateTimePicker;
  774. private System.Windows.Forms.TextBox emailTextBox;
  775. private System.Windows.Forms.DateTimePicker birthdayDateTimePicker;
  776. private System.Windows.Forms.TextBox phoneTextBox;
  777. private System.Windows.Forms.TextBox genderCodeTextBox;
  778. private System.Windows.Forms.TextBox patronymicTextBox;
  779. private System.Windows.Forms.TextBox lastNameTextBox;
  780. private System.Windows.Forms.TextBox firstNameTextBox;
  781. private System.Windows.Forms.TextBox iD_clientTextBox;
  782. private System.Windows.Forms.DataGridView клиентDataGridView;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  787. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  790. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  791. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  792. private System.Windows.Forms.Button button8;
  793. private System.Windows.Forms.Button button6;
  794. private System.Windows.Forms.Button button7;
  795. private System.Windows.Forms.Button button9;
  796. }
  797. }