Услуги.Designer.cs 32 KB

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