ДобавлениеКлиентов.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. 
  2. namespace _02Trade
  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 iDLabel;
  31. System.Windows.Forms.Label firstNameLabel;
  32. System.Windows.Forms.Label lastNameLabel;
  33. System.Windows.Forms.Label patronymicLabel;
  34. System.Windows.Forms.Label birthdayLabel;
  35. System.Windows.Forms.Label registrationDateLabel;
  36. System.Windows.Forms.Label emailLabel;
  37. System.Windows.Forms.Label phoneLabel;
  38. System.Windows.Forms.Label genderCodeLabel;
  39. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ДобавлениеКлиентов));
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. this.panel4 = new System.Windows.Forms.Panel();
  44. this.button3 = new System.Windows.Forms.Button();
  45. this.button2 = new System.Windows.Forms.Button();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.button4 = new System.Windows.Forms.Button();
  48. this._02TradeDataSet = new _02Trade._02TradeDataSet();
  49. this.clientTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
  50. this.clientTableTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ClientTableTableAdapter();
  51. this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
  52. this.iDTextBox = new System.Windows.Forms.TextBox();
  53. this.firstNameTextBox = new System.Windows.Forms.TextBox();
  54. this.lastNameTextBox = new System.Windows.Forms.TextBox();
  55. this.patronymicTextBox = new System.Windows.Forms.TextBox();
  56. this.birthdayDateTimePicker = new System.Windows.Forms.DateTimePicker();
  57. this.registrationDateDateTimePicker = new System.Windows.Forms.DateTimePicker();
  58. this.emailTextBox = new System.Windows.Forms.TextBox();
  59. this.phoneTextBox = new System.Windows.Forms.TextBox();
  60. this.genderCodeTextBox = new System.Windows.Forms.TextBox();
  61. iDLabel = new System.Windows.Forms.Label();
  62. firstNameLabel = new System.Windows.Forms.Label();
  63. lastNameLabel = new System.Windows.Forms.Label();
  64. patronymicLabel = new System.Windows.Forms.Label();
  65. birthdayLabel = new System.Windows.Forms.Label();
  66. registrationDateLabel = new System.Windows.Forms.Label();
  67. emailLabel = new System.Windows.Forms.Label();
  68. phoneLabel = new System.Windows.Forms.Label();
  69. genderCodeLabel = new System.Windows.Forms.Label();
  70. this.panel2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  72. this.panel4.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // iDLabel
  78. //
  79. iDLabel.AutoSize = true;
  80. iDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  81. iDLabel.Location = new System.Drawing.Point(275, 115);
  82. iDLabel.Name = "iDLabel";
  83. iDLabel.Size = new System.Drawing.Size(37, 23);
  84. iDLabel.TabIndex = 39;
  85. iDLabel.Text = "ID:";
  86. //
  87. // firstNameLabel
  88. //
  89. firstNameLabel.AutoSize = true;
  90. firstNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. firstNameLabel.Location = new System.Drawing.Point(216, 161);
  92. firstNameLabel.Name = "firstNameLabel";
  93. firstNameLabel.Size = new System.Drawing.Size(96, 23);
  94. firstNameLabel.TabIndex = 40;
  95. firstNameLabel.Text = "Фамилия:";
  96. //
  97. // lastNameLabel
  98. //
  99. lastNameLabel.AutoSize = true;
  100. lastNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  101. lastNameLabel.Location = new System.Drawing.Point(260, 202);
  102. lastNameLabel.Name = "lastNameLabel";
  103. lastNameLabel.Size = new System.Drawing.Size(52, 23);
  104. lastNameLabel.TabIndex = 41;
  105. lastNameLabel.Text = "Имя:";
  106. //
  107. // patronymicLabel
  108. //
  109. patronymicLabel.AutoSize = true;
  110. patronymicLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  111. patronymicLabel.Location = new System.Drawing.Point(215, 242);
  112. patronymicLabel.Name = "patronymicLabel";
  113. patronymicLabel.Size = new System.Drawing.Size(97, 23);
  114. patronymicLabel.TabIndex = 42;
  115. patronymicLabel.Text = "Отчество:";
  116. //
  117. // birthdayLabel
  118. //
  119. birthdayLabel.AutoSize = true;
  120. birthdayLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  121. birthdayLabel.Location = new System.Drawing.Point(159, 290);
  122. birthdayLabel.Name = "birthdayLabel";
  123. birthdayLabel.Size = new System.Drawing.Size(153, 23);
  124. birthdayLabel.TabIndex = 43;
  125. birthdayLabel.Text = "Дата рождения:";
  126. //
  127. // registrationDateLabel
  128. //
  129. registrationDateLabel.AutoSize = true;
  130. registrationDateLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  131. registrationDateLabel.Location = new System.Drawing.Point(135, 333);
  132. registrationDateLabel.Name = "registrationDateLabel";
  133. registrationDateLabel.Size = new System.Drawing.Size(177, 23);
  134. registrationDateLabel.TabIndex = 44;
  135. registrationDateLabel.Text = "Дата регистрации:";
  136. //
  137. // emailLabel
  138. //
  139. emailLabel.AutoSize = true;
  140. emailLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  141. emailLabel.Location = new System.Drawing.Point(250, 370);
  142. emailLabel.Name = "emailLabel";
  143. emailLabel.Size = new System.Drawing.Size(62, 23);
  144. emailLabel.TabIndex = 45;
  145. emailLabel.Text = "Email:";
  146. //
  147. // phoneLabel
  148. //
  149. phoneLabel.AutoSize = true;
  150. phoneLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  151. phoneLabel.Location = new System.Drawing.Point(218, 408);
  152. phoneLabel.Name = "phoneLabel";
  153. phoneLabel.Size = new System.Drawing.Size(94, 23);
  154. phoneLabel.TabIndex = 46;
  155. phoneLabel.Text = "Телефон:";
  156. //
  157. // genderCodeLabel
  158. //
  159. genderCodeLabel.AutoSize = true;
  160. genderCodeLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  161. genderCodeLabel.Location = new System.Drawing.Point(261, 445);
  162. genderCodeLabel.Name = "genderCodeLabel";
  163. genderCodeLabel.Size = new System.Drawing.Size(51, 23);
  164. genderCodeLabel.TabIndex = 47;
  165. genderCodeLabel.Text = "Пол:";
  166. //
  167. // panel2
  168. //
  169. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  170. this.panel2.Controls.Add(this.label1);
  171. this.panel2.Controls.Add(this.pictureBox1);
  172. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  173. this.panel2.Location = new System.Drawing.Point(0, 0);
  174. this.panel2.Name = "panel2";
  175. this.panel2.Size = new System.Drawing.Size(834, 91);
  176. this.panel2.TabIndex = 4;
  177. //
  178. // label1
  179. //
  180. this.label1.AutoSize = true;
  181. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  182. this.label1.Location = new System.Drawing.Point(272, 28);
  183. this.label1.Name = "label1";
  184. this.label1.Size = new System.Drawing.Size(342, 39);
  185. this.label1.TabIndex = 1;
  186. this.label1.Text = "Добавление клиентов";
  187. //
  188. // pictureBox1
  189. //
  190. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  191. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  192. this.pictureBox1.Name = "pictureBox1";
  193. this.pictureBox1.Size = new System.Drawing.Size(153, 85);
  194. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  195. this.pictureBox1.TabIndex = 0;
  196. this.pictureBox1.TabStop = false;
  197. //
  198. // panel4
  199. //
  200. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  201. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  202. this.panel4.Controls.Add(this.button3);
  203. this.panel4.Controls.Add(this.button2);
  204. this.panel4.Controls.Add(this.button1);
  205. this.panel4.Location = new System.Drawing.Point(543, 479);
  206. this.panel4.Name = "panel4";
  207. this.panel4.Size = new System.Drawing.Size(279, 204);
  208. this.panel4.TabIndex = 38;
  209. //
  210. // button3
  211. //
  212. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  213. this.button3.Location = new System.Drawing.Point(40, 127);
  214. this.button3.Name = "button3";
  215. this.button3.Size = new System.Drawing.Size(190, 34);
  216. this.button3.TabIndex = 2;
  217. this.button3.Text = "Сохранить запись";
  218. this.button3.UseVisualStyleBackColor = true;
  219. this.button3.Click += new System.EventHandler(this.button3_Click);
  220. //
  221. // button2
  222. //
  223. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  224. this.button2.Location = new System.Drawing.Point(51, 77);
  225. this.button2.Name = "button2";
  226. this.button2.Size = new System.Drawing.Size(172, 34);
  227. this.button2.TabIndex = 1;
  228. this.button2.Text = "Удалить запись";
  229. this.button2.UseVisualStyleBackColor = true;
  230. this.button2.Click += new System.EventHandler(this.button2_Click);
  231. //
  232. // button1
  233. //
  234. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  235. this.button1.Location = new System.Drawing.Point(17, 29);
  236. this.button1.Name = "button1";
  237. this.button1.Size = new System.Drawing.Size(239, 34);
  238. this.button1.TabIndex = 0;
  239. this.button1.Text = "Добавить новую запись";
  240. this.button1.UseVisualStyleBackColor = true;
  241. this.button1.Click += new System.EventHandler(this.button1_Click);
  242. //
  243. // button4
  244. //
  245. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  246. this.button4.Location = new System.Drawing.Point(12, 649);
  247. this.button4.Name = "button4";
  248. this.button4.Size = new System.Drawing.Size(190, 34);
  249. this.button4.TabIndex = 37;
  250. this.button4.Text = "Данные клиента";
  251. this.button4.UseVisualStyleBackColor = true;
  252. this.button4.Click += new System.EventHandler(this.button4_Click);
  253. //
  254. // _02TradeDataSet
  255. //
  256. this._02TradeDataSet.DataSetName = "_02TradeDataSet";
  257. this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  258. //
  259. // clientTableBindingSource
  260. //
  261. this.clientTableBindingSource.DataMember = "ClientTable";
  262. this.clientTableBindingSource.DataSource = this._02TradeDataSet;
  263. //
  264. // clientTableTableAdapter
  265. //
  266. this.clientTableTableAdapter.ClearBeforeFill = true;
  267. //
  268. // tableAdapterManager
  269. //
  270. this.tableAdapterManager.AttachedProductTableAdapter = null;
  271. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  272. this.tableAdapterManager.ClientServiceTableAdapter = null;
  273. this.tableAdapterManager.ClientTableTableAdapter = this.clientTableTableAdapter;
  274. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  275. this.tableAdapterManager.GenderTableAdapter = null;
  276. this.tableAdapterManager.ManufacturerTableAdapter = null;
  277. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  278. this.tableAdapterManager.ProductSaleTableAdapter = null;
  279. this.tableAdapterManager.ProductTableAdapter = null;
  280. this.tableAdapterManager.RoleTableTableAdapter = null;
  281. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  282. this.tableAdapterManager.ServiceTableAdapter = null;
  283. this.tableAdapterManager.TagOfClientTableAdapter = null;
  284. this.tableAdapterManager.TagTableAdapter = null;
  285. this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  286. this.tableAdapterManager.UserTableTableAdapter = null;
  287. //
  288. // iDTextBox
  289. //
  290. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "ID", true));
  291. this.iDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  292. this.iDTextBox.Location = new System.Drawing.Point(543, 112);
  293. this.iDTextBox.Name = "iDTextBox";
  294. this.iDTextBox.Size = new System.Drawing.Size(139, 30);
  295. this.iDTextBox.TabIndex = 40;
  296. //
  297. // firstNameTextBox
  298. //
  299. this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "FirstName", true));
  300. this.firstNameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  301. this.firstNameTextBox.Location = new System.Drawing.Point(543, 158);
  302. this.firstNameTextBox.Name = "firstNameTextBox";
  303. this.firstNameTextBox.Size = new System.Drawing.Size(139, 30);
  304. this.firstNameTextBox.TabIndex = 41;
  305. //
  306. // lastNameTextBox
  307. //
  308. this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "LastName", true));
  309. this.lastNameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  310. this.lastNameTextBox.Location = new System.Drawing.Point(543, 199);
  311. this.lastNameTextBox.Name = "lastNameTextBox";
  312. this.lastNameTextBox.Size = new System.Drawing.Size(139, 30);
  313. this.lastNameTextBox.TabIndex = 42;
  314. //
  315. // patronymicTextBox
  316. //
  317. this.patronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "Patronymic", true));
  318. this.patronymicTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  319. this.patronymicTextBox.Location = new System.Drawing.Point(543, 239);
  320. this.patronymicTextBox.Name = "patronymicTextBox";
  321. this.patronymicTextBox.Size = new System.Drawing.Size(139, 30);
  322. this.patronymicTextBox.TabIndex = 43;
  323. //
  324. // birthdayDateTimePicker
  325. //
  326. this.birthdayDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientTableBindingSource, "Birthday", true));
  327. this.birthdayDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  328. this.birthdayDateTimePicker.Location = new System.Drawing.Point(543, 284);
  329. this.birthdayDateTimePicker.Name = "birthdayDateTimePicker";
  330. this.birthdayDateTimePicker.Size = new System.Drawing.Size(139, 30);
  331. this.birthdayDateTimePicker.TabIndex = 44;
  332. //
  333. // registrationDateDateTimePicker
  334. //
  335. this.registrationDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientTableBindingSource, "RegistrationDate", true));
  336. this.registrationDateDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  337. this.registrationDateDateTimePicker.Location = new System.Drawing.Point(543, 327);
  338. this.registrationDateDateTimePicker.Name = "registrationDateDateTimePicker";
  339. this.registrationDateDateTimePicker.Size = new System.Drawing.Size(139, 30);
  340. this.registrationDateDateTimePicker.TabIndex = 45;
  341. //
  342. // emailTextBox
  343. //
  344. this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "Email", true));
  345. this.emailTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  346. this.emailTextBox.Location = new System.Drawing.Point(543, 367);
  347. this.emailTextBox.Name = "emailTextBox";
  348. this.emailTextBox.Size = new System.Drawing.Size(139, 30);
  349. this.emailTextBox.TabIndex = 46;
  350. //
  351. // phoneTextBox
  352. //
  353. this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "Phone", true));
  354. this.phoneTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  355. this.phoneTextBox.Location = new System.Drawing.Point(543, 405);
  356. this.phoneTextBox.Name = "phoneTextBox";
  357. this.phoneTextBox.Size = new System.Drawing.Size(139, 30);
  358. this.phoneTextBox.TabIndex = 47;
  359. //
  360. // genderCodeTextBox
  361. //
  362. this.genderCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientTableBindingSource, "GenderCode", true));
  363. this.genderCodeTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  364. this.genderCodeTextBox.Location = new System.Drawing.Point(543, 442);
  365. this.genderCodeTextBox.Name = "genderCodeTextBox";
  366. this.genderCodeTextBox.Size = new System.Drawing.Size(139, 30);
  367. this.genderCodeTextBox.TabIndex = 48;
  368. //
  369. // ДобавлениеКлиентов
  370. //
  371. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  372. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  373. this.ClientSize = new System.Drawing.Size(834, 695);
  374. this.Controls.Add(genderCodeLabel);
  375. this.Controls.Add(this.genderCodeTextBox);
  376. this.Controls.Add(phoneLabel);
  377. this.Controls.Add(this.phoneTextBox);
  378. this.Controls.Add(emailLabel);
  379. this.Controls.Add(this.emailTextBox);
  380. this.Controls.Add(registrationDateLabel);
  381. this.Controls.Add(this.registrationDateDateTimePicker);
  382. this.Controls.Add(birthdayLabel);
  383. this.Controls.Add(this.birthdayDateTimePicker);
  384. this.Controls.Add(patronymicLabel);
  385. this.Controls.Add(this.patronymicTextBox);
  386. this.Controls.Add(lastNameLabel);
  387. this.Controls.Add(this.lastNameTextBox);
  388. this.Controls.Add(firstNameLabel);
  389. this.Controls.Add(this.firstNameTextBox);
  390. this.Controls.Add(iDLabel);
  391. this.Controls.Add(this.iDTextBox);
  392. this.Controls.Add(this.button4);
  393. this.Controls.Add(this.panel4);
  394. this.Controls.Add(this.panel2);
  395. this.Name = "ДобавлениеКлиентов";
  396. this.Text = "ДобавлениеКлиентов";
  397. this.Load += new System.EventHandler(this.ДобавлениеКлиентов_Load);
  398. this.panel2.ResumeLayout(false);
  399. this.panel2.PerformLayout();
  400. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  401. this.panel4.ResumeLayout(false);
  402. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.clientTableBindingSource)).EndInit();
  404. this.ResumeLayout(false);
  405. this.PerformLayout();
  406. }
  407. #endregion
  408. private System.Windows.Forms.Panel panel2;
  409. private System.Windows.Forms.Label label1;
  410. private System.Windows.Forms.PictureBox pictureBox1;
  411. private System.Windows.Forms.Panel panel4;
  412. private System.Windows.Forms.Button button3;
  413. private System.Windows.Forms.Button button2;
  414. private System.Windows.Forms.Button button1;
  415. private System.Windows.Forms.Button button4;
  416. private _02TradeDataSet _02TradeDataSet;
  417. private System.Windows.Forms.BindingSource clientTableBindingSource;
  418. private _02TradeDataSetTableAdapters.ClientTableTableAdapter clientTableTableAdapter;
  419. private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  420. private System.Windows.Forms.TextBox iDTextBox;
  421. private System.Windows.Forms.TextBox firstNameTextBox;
  422. private System.Windows.Forms.TextBox lastNameTextBox;
  423. private System.Windows.Forms.TextBox patronymicTextBox;
  424. private System.Windows.Forms.DateTimePicker birthdayDateTimePicker;
  425. private System.Windows.Forms.DateTimePicker registrationDateDateTimePicker;
  426. private System.Windows.Forms.TextBox emailTextBox;
  427. private System.Windows.Forms.TextBox phoneTextBox;
  428. private System.Windows.Forms.TextBox genderCodeTextBox;
  429. }
  430. }