EditKlientForm.Designer.cs 26 KB

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