Клиент_сервис.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  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 iDLabel;
  31. System.Windows.Forms.Label clientLabel;
  32. System.Windows.Forms.Label serviceLabel;
  33. System.Windows.Forms.Label startTimeLabel;
  34. System.Windows.Forms.Label label2;
  35. System.Windows.Forms.Label label3;
  36. System.Windows.Forms.Label label4;
  37. System.Windows.Forms.Label label5;
  38. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Клиент_сервис));
  39. this.groupBox5 = new System.Windows.Forms.GroupBox();
  40. this.button5 = new System.Windows.Forms.Button();
  41. this.groupBox4 = new System.Windows.Forms.GroupBox();
  42. this.button3 = new System.Windows.Forms.Button();
  43. this.button4 = new System.Windows.Forms.Button();
  44. this.groupBox3 = new System.Windows.Forms.GroupBox();
  45. this.button2 = new System.Windows.Forms.Button();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.groupBox2 = new System.Windows.Forms.GroupBox();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.dB_Turaev_V2DataSet = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSet();
  51. this.клиент_СервисBindingSource = new System.Windows.Forms.BindingSource(this.components);
  52. this.клиент_СервисTableAdapter = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.Клиент_СервисTableAdapter();
  53. this.tableAdapterManager = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager();
  54. this.клиент_СервисDataGridView = new System.Windows.Forms.DataGridView();
  55. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.iDTextBox = new System.Windows.Forms.TextBox();
  60. this.clientTextBox = new System.Windows.Forms.TextBox();
  61. this.serviceTextBox = new System.Windows.Forms.TextBox();
  62. this.startTimeTextBox = new System.Windows.Forms.TextBox();
  63. this.textBox1 = new System.Windows.Forms.TextBox();
  64. this.textBox2 = new System.Windows.Forms.TextBox();
  65. this.textBox3 = new System.Windows.Forms.TextBox();
  66. this.textBox4 = new System.Windows.Forms.TextBox();
  67. this.button8 = new System.Windows.Forms.Button();
  68. this.button6 = new System.Windows.Forms.Button();
  69. this.button7 = new System.Windows.Forms.Button();
  70. this.button9 = new System.Windows.Forms.Button();
  71. iDLabel = new System.Windows.Forms.Label();
  72. clientLabel = new System.Windows.Forms.Label();
  73. serviceLabel = new System.Windows.Forms.Label();
  74. startTimeLabel = new System.Windows.Forms.Label();
  75. label2 = new System.Windows.Forms.Label();
  76. label3 = new System.Windows.Forms.Label();
  77. label4 = new System.Windows.Forms.Label();
  78. label5 = new System.Windows.Forms.Label();
  79. this.groupBox5.SuspendLayout();
  80. this.groupBox4.SuspendLayout();
  81. this.groupBox3.SuspendLayout();
  82. this.groupBox2.SuspendLayout();
  83. this.groupBox1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.клиент_СервисBindingSource)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.клиент_СервисDataGridView)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // groupBox5
  90. //
  91. this.groupBox5.Controls.Add(this.button5);
  92. this.groupBox5.Location = new System.Drawing.Point(424, 158);
  93. this.groupBox5.Name = "groupBox5";
  94. this.groupBox5.Size = new System.Drawing.Size(472, 66);
  95. this.groupBox5.TabIndex = 19;
  96. this.groupBox5.TabStop = false;
  97. this.groupBox5.Text = "Удалить поставщика";
  98. //
  99. // button5
  100. //
  101. this.button5.Location = new System.Drawing.Point(172, 25);
  102. this.button5.Name = "button5";
  103. this.button5.Size = new System.Drawing.Size(128, 23);
  104. this.button5.TabIndex = 2;
  105. this.button5.Text = "Удалить";
  106. this.button5.UseVisualStyleBackColor = true;
  107. this.button5.Click += new System.EventHandler(this.button5_Click);
  108. //
  109. // groupBox4
  110. //
  111. this.groupBox4.Controls.Add(this.button3);
  112. this.groupBox4.Controls.Add(this.button4);
  113. this.groupBox4.Location = new System.Drawing.Point(744, 45);
  114. this.groupBox4.Name = "groupBox4";
  115. this.groupBox4.Size = new System.Drawing.Size(152, 107);
  116. this.groupBox4.TabIndex = 18;
  117. this.groupBox4.TabStop = false;
  118. this.groupBox4.Text = "Элементы навигации (по записям)";
  119. //
  120. // button3
  121. //
  122. this.button3.Location = new System.Drawing.Point(38, 66);
  123. this.button3.Name = "button3";
  124. this.button3.Size = new System.Drawing.Size(75, 23);
  125. this.button3.TabIndex = 1;
  126. this.button3.Text = "Вниз";
  127. this.button3.UseVisualStyleBackColor = true;
  128. this.button3.Click += new System.EventHandler(this.button3_Click);
  129. //
  130. // button4
  131. //
  132. this.button4.Location = new System.Drawing.Point(38, 36);
  133. this.button4.Name = "button4";
  134. this.button4.Size = new System.Drawing.Size(75, 23);
  135. this.button4.TabIndex = 0;
  136. this.button4.Text = "Вверх";
  137. this.button4.UseVisualStyleBackColor = true;
  138. this.button4.Click += new System.EventHandler(this.button4_Click);
  139. //
  140. // groupBox3
  141. //
  142. this.groupBox3.Controls.Add(this.button2);
  143. this.groupBox3.Controls.Add(this.button1);
  144. this.groupBox3.Location = new System.Drawing.Point(424, 45);
  145. this.groupBox3.Name = "groupBox3";
  146. this.groupBox3.Size = new System.Drawing.Size(152, 107);
  147. this.groupBox3.TabIndex = 17;
  148. this.groupBox3.TabStop = false;
  149. this.groupBox3.Text = "Элементы навигации (по таблицам)";
  150. //
  151. // button2
  152. //
  153. this.button2.Location = new System.Drawing.Point(38, 66);
  154. this.button2.Name = "button2";
  155. this.button2.Size = new System.Drawing.Size(75, 23);
  156. this.button2.TabIndex = 1;
  157. this.button2.Text = "Пред.";
  158. this.button2.UseVisualStyleBackColor = true;
  159. //
  160. // button1
  161. //
  162. this.button1.Location = new System.Drawing.Point(38, 36);
  163. this.button1.Name = "button1";
  164. this.button1.Size = new System.Drawing.Size(75, 23);
  165. this.button1.TabIndex = 0;
  166. this.button1.Text = "След.";
  167. this.button1.UseVisualStyleBackColor = true;
  168. //
  169. // groupBox2
  170. //
  171. this.groupBox2.Controls.Add(this.button7);
  172. this.groupBox2.Controls.Add(label2);
  173. this.groupBox2.Controls.Add(this.textBox1);
  174. this.groupBox2.Controls.Add(label3);
  175. this.groupBox2.Controls.Add(this.textBox2);
  176. this.groupBox2.Controls.Add(label4);
  177. this.groupBox2.Controls.Add(this.textBox3);
  178. this.groupBox2.Controls.Add(label5);
  179. this.groupBox2.Controls.Add(this.textBox4);
  180. this.groupBox2.Location = new System.Drawing.Point(218, 45);
  181. this.groupBox2.Name = "groupBox2";
  182. this.groupBox2.Size = new System.Drawing.Size(200, 179);
  183. this.groupBox2.TabIndex = 16;
  184. this.groupBox2.TabStop = false;
  185. this.groupBox2.Text = "Редактировать";
  186. //
  187. // groupBox1
  188. //
  189. this.groupBox1.Controls.Add(this.button8);
  190. this.groupBox1.Controls.Add(this.button6);
  191. this.groupBox1.Controls.Add(startTimeLabel);
  192. this.groupBox1.Controls.Add(this.startTimeTextBox);
  193. this.groupBox1.Controls.Add(serviceLabel);
  194. this.groupBox1.Controls.Add(this.serviceTextBox);
  195. this.groupBox1.Controls.Add(clientLabel);
  196. this.groupBox1.Controls.Add(this.clientTextBox);
  197. this.groupBox1.Controls.Add(iDLabel);
  198. this.groupBox1.Controls.Add(this.iDTextBox);
  199. this.groupBox1.Location = new System.Drawing.Point(12, 45);
  200. this.groupBox1.Name = "groupBox1";
  201. this.groupBox1.Size = new System.Drawing.Size(200, 179);
  202. this.groupBox1.TabIndex = 15;
  203. this.groupBox1.TabStop = false;
  204. this.groupBox1.Text = "Добавить";
  205. //
  206. // label1
  207. //
  208. this.label1.AutoSize = true;
  209. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  210. this.label1.Location = new System.Drawing.Point(12, 9);
  211. this.label1.Name = "label1";
  212. this.label1.Size = new System.Drawing.Size(195, 33);
  213. this.label1.TabIndex = 14;
  214. this.label1.Text = "Клиент-сервис";
  215. //
  216. // dB_Turaev_V2DataSet
  217. //
  218. this.dB_Turaev_V2DataSet.DataSetName = "DB_Turaev_V2DataSet";
  219. this.dB_Turaev_V2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  220. //
  221. // клиент_СервисBindingSource
  222. //
  223. this.клиент_СервисBindingSource.DataMember = "Клиент_Сервис";
  224. this.клиент_СервисBindingSource.DataSource = this.dB_Turaev_V2DataSet;
  225. //
  226. // клиент_СервисTableAdapter
  227. //
  228. this.клиент_СервисTableAdapter.ClearBeforeFill = true;
  229. //
  230. // tableAdapterManager
  231. //
  232. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  233. this.tableAdapterManager.UpdateOrder = Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  234. this.tableAdapterManager.Клиент_СервисTableAdapter = this.клиент_СервисTableAdapter;
  235. this.tableAdapterManager.КлиентTableAdapter = null;
  236. this.tableAdapterManager.ПоставщикиTableAdapter = null;
  237. this.tableAdapterManager.СервисTableAdapter = null;
  238. this.tableAdapterManager.ТоварыTableAdapter = null;
  239. //
  240. // клиент_СервисDataGridView
  241. //
  242. this.клиент_СервисDataGridView.AutoGenerateColumns = false;
  243. this.клиент_СервисDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  244. this.клиент_СервисDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  245. this.клиент_СервисDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  246. this.dataGridViewTextBoxColumn1,
  247. this.dataGridViewTextBoxColumn2,
  248. this.dataGridViewTextBoxColumn3,
  249. this.dataGridViewTextBoxColumn4});
  250. this.клиент_СервисDataGridView.DataSource = this.клиент_СервисBindingSource;
  251. this.клиент_СервисDataGridView.Location = new System.Drawing.Point(12, 230);
  252. this.клиент_СервисDataGridView.Name = "клиент_СервисDataGridView";
  253. this.клиент_СервисDataGridView.Size = new System.Drawing.Size(884, 324);
  254. this.клиент_СервисDataGridView.TabIndex = 20;
  255. //
  256. // dataGridViewTextBoxColumn1
  257. //
  258. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
  259. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  260. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  261. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  262. //
  263. // dataGridViewTextBoxColumn2
  264. //
  265. this.dataGridViewTextBoxColumn2.DataPropertyName = "Client";
  266. this.dataGridViewTextBoxColumn2.HeaderText = "Client";
  267. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  268. //
  269. // dataGridViewTextBoxColumn3
  270. //
  271. this.dataGridViewTextBoxColumn3.DataPropertyName = "Service";
  272. this.dataGridViewTextBoxColumn3.HeaderText = "Service";
  273. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  274. //
  275. // dataGridViewTextBoxColumn4
  276. //
  277. this.dataGridViewTextBoxColumn4.DataPropertyName = "StartTime";
  278. this.dataGridViewTextBoxColumn4.HeaderText = "StartTime";
  279. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  280. //
  281. // iDLabel
  282. //
  283. iDLabel.AutoSize = true;
  284. iDLabel.Location = new System.Drawing.Point(6, 16);
  285. iDLabel.Name = "iDLabel";
  286. iDLabel.Size = new System.Drawing.Size(21, 13);
  287. iDLabel.TabIndex = 0;
  288. iDLabel.Text = "ID:";
  289. //
  290. // iDTextBox
  291. //
  292. this.iDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "ID", true));
  293. this.iDTextBox.Location = new System.Drawing.Point(69, 13);
  294. this.iDTextBox.Name = "iDTextBox";
  295. this.iDTextBox.Size = new System.Drawing.Size(100, 20);
  296. this.iDTextBox.TabIndex = 1;
  297. //
  298. // clientLabel
  299. //
  300. clientLabel.AutoSize = true;
  301. clientLabel.Location = new System.Drawing.Point(6, 41);
  302. clientLabel.Name = "clientLabel";
  303. clientLabel.Size = new System.Drawing.Size(36, 13);
  304. clientLabel.TabIndex = 2;
  305. clientLabel.Text = "Client:";
  306. //
  307. // clientTextBox
  308. //
  309. this.clientTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "Client", true));
  310. this.clientTextBox.Location = new System.Drawing.Point(69, 39);
  311. this.clientTextBox.Name = "clientTextBox";
  312. this.clientTextBox.Size = new System.Drawing.Size(100, 20);
  313. this.clientTextBox.TabIndex = 3;
  314. //
  315. // serviceLabel
  316. //
  317. serviceLabel.AutoSize = true;
  318. serviceLabel.Location = new System.Drawing.Point(6, 68);
  319. serviceLabel.Name = "serviceLabel";
  320. serviceLabel.Size = new System.Drawing.Size(46, 13);
  321. serviceLabel.TabIndex = 4;
  322. serviceLabel.Text = "Service:";
  323. //
  324. // serviceTextBox
  325. //
  326. this.serviceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "Service", true));
  327. this.serviceTextBox.Location = new System.Drawing.Point(69, 65);
  328. this.serviceTextBox.Name = "serviceTextBox";
  329. this.serviceTextBox.Size = new System.Drawing.Size(100, 20);
  330. this.serviceTextBox.TabIndex = 5;
  331. //
  332. // startTimeLabel
  333. //
  334. startTimeLabel.AutoSize = true;
  335. startTimeLabel.Location = new System.Drawing.Point(6, 94);
  336. startTimeLabel.Name = "startTimeLabel";
  337. startTimeLabel.Size = new System.Drawing.Size(58, 13);
  338. startTimeLabel.TabIndex = 6;
  339. startTimeLabel.Text = "Start Time:";
  340. //
  341. // startTimeTextBox
  342. //
  343. this.startTimeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "StartTime", true));
  344. this.startTimeTextBox.Location = new System.Drawing.Point(69, 91);
  345. this.startTimeTextBox.Name = "startTimeTextBox";
  346. this.startTimeTextBox.Size = new System.Drawing.Size(100, 20);
  347. this.startTimeTextBox.TabIndex = 7;
  348. //
  349. // label2
  350. //
  351. label2.AutoSize = true;
  352. label2.Location = new System.Drawing.Point(7, 100);
  353. label2.Name = "label2";
  354. label2.Size = new System.Drawing.Size(58, 13);
  355. label2.TabIndex = 14;
  356. label2.Text = "Start Time:";
  357. //
  358. // textBox1
  359. //
  360. this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "StartTime", true));
  361. this.textBox1.Location = new System.Drawing.Point(70, 97);
  362. this.textBox1.Name = "textBox1";
  363. this.textBox1.Size = new System.Drawing.Size(100, 20);
  364. this.textBox1.TabIndex = 15;
  365. //
  366. // label3
  367. //
  368. label3.AutoSize = true;
  369. label3.Location = new System.Drawing.Point(7, 74);
  370. label3.Name = "label3";
  371. label3.Size = new System.Drawing.Size(46, 13);
  372. label3.TabIndex = 12;
  373. label3.Text = "Service:";
  374. //
  375. // textBox2
  376. //
  377. this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "Service", true));
  378. this.textBox2.Location = new System.Drawing.Point(70, 71);
  379. this.textBox2.Name = "textBox2";
  380. this.textBox2.Size = new System.Drawing.Size(100, 20);
  381. this.textBox2.TabIndex = 13;
  382. //
  383. // label4
  384. //
  385. label4.AutoSize = true;
  386. label4.Location = new System.Drawing.Point(7, 47);
  387. label4.Name = "label4";
  388. label4.Size = new System.Drawing.Size(36, 13);
  389. label4.TabIndex = 10;
  390. label4.Text = "Client:";
  391. //
  392. // textBox3
  393. //
  394. this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "Client", true));
  395. this.textBox3.Location = new System.Drawing.Point(70, 45);
  396. this.textBox3.Name = "textBox3";
  397. this.textBox3.Size = new System.Drawing.Size(100, 20);
  398. this.textBox3.TabIndex = 11;
  399. //
  400. // label5
  401. //
  402. label5.AutoSize = true;
  403. label5.Location = new System.Drawing.Point(7, 22);
  404. label5.Name = "label5";
  405. label5.Size = new System.Drawing.Size(21, 13);
  406. label5.TabIndex = 8;
  407. label5.Text = "ID:";
  408. //
  409. // textBox4
  410. //
  411. this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.клиент_СервисBindingSource, "ID", true));
  412. this.textBox4.Location = new System.Drawing.Point(70, 19);
  413. this.textBox4.Name = "textBox4";
  414. this.textBox4.Size = new System.Drawing.Size(100, 20);
  415. this.textBox4.TabIndex = 9;
  416. //
  417. // button8
  418. //
  419. this.button8.Location = new System.Drawing.Point(107, 150);
  420. this.button8.Name = "button8";
  421. this.button8.Size = new System.Drawing.Size(88, 23);
  422. this.button8.TabIndex = 17;
  423. this.button8.Text = "Сохранить";
  424. this.button8.UseVisualStyleBackColor = true;
  425. this.button8.Click += new System.EventHandler(this.button8_Click);
  426. //
  427. // button6
  428. //
  429. this.button6.Location = new System.Drawing.Point(7, 150);
  430. this.button6.Name = "button6";
  431. this.button6.Size = new System.Drawing.Size(88, 23);
  432. this.button6.TabIndex = 16;
  433. this.button6.Text = "Добавить";
  434. this.button6.UseVisualStyleBackColor = true;
  435. this.button6.Click += new System.EventHandler(this.button6_Click);
  436. //
  437. // button7
  438. //
  439. this.button7.Location = new System.Drawing.Point(6, 150);
  440. this.button7.Name = "button7";
  441. this.button7.Size = new System.Drawing.Size(188, 23);
  442. this.button7.TabIndex = 16;
  443. this.button7.Text = "Редактировать";
  444. this.button7.UseVisualStyleBackColor = true;
  445. this.button7.Click += new System.EventHandler(this.button7_Click);
  446. //
  447. // button9
  448. //
  449. this.button9.Location = new System.Drawing.Point(596, 92);
  450. this.button9.Name = "button9";
  451. this.button9.Size = new System.Drawing.Size(128, 23);
  452. this.button9.TabIndex = 3;
  453. this.button9.Text = "Выйти";
  454. this.button9.UseVisualStyleBackColor = true;
  455. this.button9.Click += new System.EventHandler(this.button9_Click);
  456. //
  457. // Клиент_сервис
  458. //
  459. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  460. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  461. this.ClientSize = new System.Drawing.Size(909, 566);
  462. this.Controls.Add(this.button9);
  463. this.Controls.Add(this.клиент_СервисDataGridView);
  464. this.Controls.Add(this.groupBox5);
  465. this.Controls.Add(this.groupBox4);
  466. this.Controls.Add(this.groupBox3);
  467. this.Controls.Add(this.groupBox2);
  468. this.Controls.Add(this.groupBox1);
  469. this.Controls.Add(this.label1);
  470. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  471. this.Name = "Клиент_сервис";
  472. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  473. this.Text = "Клиент-сервис";
  474. this.Load += new System.EventHandler(this.Клиент_сервис_Load);
  475. this.groupBox5.ResumeLayout(false);
  476. this.groupBox4.ResumeLayout(false);
  477. this.groupBox3.ResumeLayout(false);
  478. this.groupBox2.ResumeLayout(false);
  479. this.groupBox2.PerformLayout();
  480. this.groupBox1.ResumeLayout(false);
  481. this.groupBox1.PerformLayout();
  482. ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).EndInit();
  483. ((System.ComponentModel.ISupportInitialize)(this.клиент_СервисBindingSource)).EndInit();
  484. ((System.ComponentModel.ISupportInitialize)(this.клиент_СервисDataGridView)).EndInit();
  485. this.ResumeLayout(false);
  486. this.PerformLayout();
  487. }
  488. #endregion
  489. private System.Windows.Forms.GroupBox groupBox5;
  490. private System.Windows.Forms.Button button5;
  491. private System.Windows.Forms.GroupBox groupBox4;
  492. private System.Windows.Forms.Button button3;
  493. private System.Windows.Forms.Button button4;
  494. private System.Windows.Forms.GroupBox groupBox3;
  495. private System.Windows.Forms.Button button2;
  496. private System.Windows.Forms.Button button1;
  497. private System.Windows.Forms.GroupBox groupBox2;
  498. private System.Windows.Forms.GroupBox groupBox1;
  499. private System.Windows.Forms.Label label1;
  500. private DB_Turaev_V2DataSet dB_Turaev_V2DataSet;
  501. private System.Windows.Forms.BindingSource клиент_СервисBindingSource;
  502. private DB_Turaev_V2DataSetTableAdapters.Клиент_СервисTableAdapter клиент_СервисTableAdapter;
  503. private DB_Turaev_V2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  504. private System.Windows.Forms.TextBox textBox1;
  505. private System.Windows.Forms.TextBox textBox2;
  506. private System.Windows.Forms.TextBox textBox3;
  507. private System.Windows.Forms.TextBox textBox4;
  508. private System.Windows.Forms.TextBox startTimeTextBox;
  509. private System.Windows.Forms.TextBox serviceTextBox;
  510. private System.Windows.Forms.TextBox clientTextBox;
  511. private System.Windows.Forms.TextBox iDTextBox;
  512. private System.Windows.Forms.DataGridView клиент_СервисDataGridView;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  517. private System.Windows.Forms.Button button8;
  518. private System.Windows.Forms.Button button6;
  519. private System.Windows.Forms.Button button7;
  520. private System.Windows.Forms.Button button9;
  521. }
  522. }