ФормаАдмин.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  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 productCostLabel;
  31. System.Windows.Forms.Label label10;
  32. System.Windows.Forms.Label label11;
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ФормаАдмин));
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.button10 = new System.Windows.Forms.Button();
  36. this.button9 = new System.Windows.Forms.Button();
  37. this.panel8 = new System.Windows.Forms.Panel();
  38. this.titleTextBox = new System.Windows.Forms.TextBox();
  39. this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this._02TradeDataSet = new _02Trade._02TradeDataSet();
  41. this.button8 = new System.Windows.Forms.Button();
  42. this.panel7 = new System.Windows.Forms.Panel();
  43. this.button7 = new System.Windows.Forms.Button();
  44. this.panel6 = new System.Windows.Forms.Panel();
  45. this.discountComboBox = new System.Windows.Forms.ComboBox();
  46. this.button6 = new System.Windows.Forms.Button();
  47. this.panel5 = new System.Windows.Forms.Panel();
  48. this.button5 = new System.Windows.Forms.Button();
  49. this.button4 = new System.Windows.Forms.Button();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.panel4 = new System.Windows.Forms.Panel();
  52. this.button3 = new System.Windows.Forms.Button();
  53. this.button2 = new System.Windows.Forms.Button();
  54. this.button1 = new System.Windows.Forms.Button();
  55. this.panel3 = new System.Windows.Forms.Panel();
  56. this.textBox6 = new System.Windows.Forms.TextBox();
  57. this.textBox5 = new System.Windows.Forms.TextBox();
  58. this.textBox4 = new System.Windows.Forms.TextBox();
  59. this.textBox3 = new System.Windows.Forms.TextBox();
  60. this.textBox2 = new System.Windows.Forms.TextBox();
  61. this.textBox1 = new System.Windows.Forms.TextBox();
  62. this.label7 = new System.Windows.Forms.Label();
  63. this.label6 = new System.Windows.Forms.Label();
  64. this.label5 = new System.Windows.Forms.Label();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.label3 = new System.Windows.Forms.Label();
  67. this.label2 = new System.Windows.Forms.Label();
  68. this.label8 = new System.Windows.Forms.Label();
  69. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  70. this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.costDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.durationInSecondsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.discountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.mainImagePathDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.panel2 = new System.Windows.Forms.Panel();
  77. this.label1 = new System.Windows.Forms.Label();
  78. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  79. this.serviceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ServiceTableAdapter();
  80. this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager();
  81. productCostLabel = new System.Windows.Forms.Label();
  82. label10 = new System.Windows.Forms.Label();
  83. label11 = new System.Windows.Forms.Label();
  84. this.panel1.SuspendLayout();
  85. this.panel8.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit();
  88. this.panel7.SuspendLayout();
  89. this.panel6.SuspendLayout();
  90. this.panel5.SuspendLayout();
  91. this.panel4.SuspendLayout();
  92. this.panel3.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  94. this.panel2.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  96. this.SuspendLayout();
  97. //
  98. // productCostLabel
  99. //
  100. productCostLabel.AutoSize = true;
  101. productCostLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. productCostLabel.Location = new System.Drawing.Point(68, 15);
  103. productCostLabel.Name = "productCostLabel";
  104. productCostLabel.Size = new System.Drawing.Size(130, 23);
  105. productCostLabel.TabIndex = 11;
  106. productCostLabel.Text = "Список услуг:";
  107. //
  108. // label10
  109. //
  110. label10.AutoSize = true;
  111. label10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  112. label10.Location = new System.Drawing.Point(3, 15);
  113. label10.Name = "label10";
  114. label10.Size = new System.Drawing.Size(78, 23);
  115. label10.TabIndex = 11;
  116. label10.Text = "Скидка:";
  117. //
  118. // label11
  119. //
  120. label11.AutoSize = true;
  121. label11.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  122. label11.Location = new System.Drawing.Point(34, 20);
  123. label11.Name = "label11";
  124. label11.Size = new System.Drawing.Size(164, 23);
  125. label11.TabIndex = 11;
  126. label11.Text = "Название услуги:";
  127. //
  128. // panel1
  129. //
  130. this.panel1.Controls.Add(this.button10);
  131. this.panel1.Controls.Add(this.button9);
  132. this.panel1.Controls.Add(this.panel8);
  133. this.panel1.Controls.Add(this.panel7);
  134. this.panel1.Controls.Add(this.panel6);
  135. this.panel1.Controls.Add(this.panel5);
  136. this.panel1.Controls.Add(this.label9);
  137. this.panel1.Controls.Add(this.panel4);
  138. this.panel1.Controls.Add(this.panel3);
  139. this.panel1.Controls.Add(this.dataGridView1);
  140. this.panel1.Controls.Add(this.panel2);
  141. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.panel1.Location = new System.Drawing.Point(0, 0);
  143. this.panel1.Name = "panel1";
  144. this.panel1.Size = new System.Drawing.Size(1044, 818);
  145. this.panel1.TabIndex = 0;
  146. //
  147. // button10
  148. //
  149. this.button10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  150. this.button10.Location = new System.Drawing.Point(812, 656);
  151. this.button10.Name = "button10";
  152. this.button10.Size = new System.Drawing.Size(225, 37);
  153. this.button10.TabIndex = 40;
  154. this.button10.Text = "Добавление клиента";
  155. this.button10.UseVisualStyleBackColor = true;
  156. this.button10.Click += new System.EventHandler(this.button10_Click);
  157. //
  158. // button9
  159. //
  160. this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  161. this.button9.Location = new System.Drawing.Point(812, 778);
  162. this.button9.Name = "button9";
  163. this.button9.Size = new System.Drawing.Size(225, 37);
  164. this.button9.TabIndex = 39;
  165. this.button9.Text = "Авторизация";
  166. this.button9.UseVisualStyleBackColor = true;
  167. this.button9.Click += new System.EventHandler(this.button9_Click);
  168. //
  169. // panel8
  170. //
  171. this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  172. this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  173. this.panel8.Controls.Add(this.titleTextBox);
  174. this.panel8.Controls.Add(this.button8);
  175. this.panel8.Controls.Add(label11);
  176. this.panel8.Location = new System.Drawing.Point(812, 446);
  177. this.panel8.Name = "panel8";
  178. this.panel8.Size = new System.Drawing.Size(225, 204);
  179. this.panel8.TabIndex = 38;
  180. this.panel8.Paint += new System.Windows.Forms.PaintEventHandler(this.panel8_Paint);
  181. //
  182. // titleTextBox
  183. //
  184. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
  185. this.titleTextBox.Location = new System.Drawing.Point(19, 61);
  186. this.titleTextBox.Name = "titleTextBox";
  187. this.titleTextBox.Size = new System.Drawing.Size(191, 20);
  188. this.titleTextBox.TabIndex = 16;
  189. //
  190. // serviceBindingSource
  191. //
  192. this.serviceBindingSource.DataMember = "Service";
  193. this.serviceBindingSource.DataSource = this._02TradeDataSet;
  194. //
  195. // _02TradeDataSet
  196. //
  197. this._02TradeDataSet.DataSetName = "_02TradeDataSet";
  198. this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  199. //
  200. // button8
  201. //
  202. this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  203. this.button8.Location = new System.Drawing.Point(33, 132);
  204. this.button8.Name = "button8";
  205. this.button8.Size = new System.Drawing.Size(172, 37);
  206. this.button8.TabIndex = 15;
  207. this.button8.Text = "Поиск";
  208. this.button8.UseVisualStyleBackColor = true;
  209. this.button8.Click += new System.EventHandler(this.button8_Click);
  210. //
  211. // panel7
  212. //
  213. this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  214. this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  215. this.panel7.Controls.Add(this.button7);
  216. this.panel7.Location = new System.Drawing.Point(527, 656);
  217. this.panel7.Name = "panel7";
  218. this.panel7.Size = new System.Drawing.Size(279, 159);
  219. this.panel7.TabIndex = 37;
  220. //
  221. // button7
  222. //
  223. this.button7.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  224. this.button7.Location = new System.Drawing.Point(51, 63);
  225. this.button7.Name = "button7";
  226. this.button7.Size = new System.Drawing.Size(172, 37);
  227. this.button7.TabIndex = 15;
  228. this.button7.Text = "Отобразить все";
  229. this.button7.UseVisualStyleBackColor = true;
  230. this.button7.Click += new System.EventHandler(this.button7_Click);
  231. //
  232. // panel6
  233. //
  234. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  235. this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  236. this.panel6.Controls.Add(this.discountComboBox);
  237. this.panel6.Controls.Add(this.button6);
  238. this.panel6.Controls.Add(label10);
  239. this.panel6.Location = new System.Drawing.Point(281, 656);
  240. this.panel6.Name = "panel6";
  241. this.panel6.Size = new System.Drawing.Size(240, 159);
  242. this.panel6.TabIndex = 36;
  243. //
  244. // discountComboBox
  245. //
  246. this.discountComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
  247. this.discountComboBox.DataSource = this.serviceBindingSource;
  248. this.discountComboBox.DisplayMember = "Discount";
  249. this.discountComboBox.FormattingEnabled = true;
  250. this.discountComboBox.Location = new System.Drawing.Point(87, 15);
  251. this.discountComboBox.Name = "discountComboBox";
  252. this.discountComboBox.Size = new System.Drawing.Size(148, 21);
  253. this.discountComboBox.TabIndex = 16;
  254. //
  255. // button6
  256. //
  257. this.button6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  258. this.button6.Location = new System.Drawing.Point(38, 73);
  259. this.button6.Name = "button6";
  260. this.button6.Size = new System.Drawing.Size(172, 37);
  261. this.button6.TabIndex = 15;
  262. this.button6.Text = "Фильтровать";
  263. this.button6.UseVisualStyleBackColor = true;
  264. this.button6.Click += new System.EventHandler(this.button6_Click);
  265. //
  266. // panel5
  267. //
  268. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  269. this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.panel5.Controls.Add(productCostLabel);
  271. this.panel5.Controls.Add(this.button5);
  272. this.panel5.Controls.Add(this.button4);
  273. this.panel5.Location = new System.Drawing.Point(3, 656);
  274. this.panel5.Name = "panel5";
  275. this.panel5.Size = new System.Drawing.Size(272, 159);
  276. this.panel5.TabIndex = 35;
  277. //
  278. // button5
  279. //
  280. this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  281. this.button5.Location = new System.Drawing.Point(48, 103);
  282. this.button5.Name = "button5";
  283. this.button5.Size = new System.Drawing.Size(172, 37);
  284. this.button5.TabIndex = 13;
  285. this.button5.Text = "По убыванию";
  286. this.button5.UseVisualStyleBackColor = true;
  287. this.button5.Click += new System.EventHandler(this.button5_Click);
  288. //
  289. // button4
  290. //
  291. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  292. this.button4.Location = new System.Drawing.Point(48, 51);
  293. this.button4.Name = "button4";
  294. this.button4.Size = new System.Drawing.Size(172, 37);
  295. this.button4.TabIndex = 12;
  296. this.button4.Text = "По возрастанию";
  297. this.button4.UseVisualStyleBackColor = true;
  298. this.button4.Click += new System.EventHandler(this.button4_Click);
  299. //
  300. // label9
  301. //
  302. this.label9.AutoSize = true;
  303. this.label9.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  304. this.label9.Location = new System.Drawing.Point(521, 409);
  305. this.label9.Name = "label9";
  306. this.label9.Size = new System.Drawing.Size(302, 29);
  307. this.label9.TabIndex = 34;
  308. this.label9.Text = "Управление записями:";
  309. //
  310. // panel4
  311. //
  312. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  313. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  314. this.panel4.Controls.Add(this.button3);
  315. this.panel4.Controls.Add(this.button2);
  316. this.panel4.Controls.Add(this.button1);
  317. this.panel4.Location = new System.Drawing.Point(527, 446);
  318. this.panel4.Name = "panel4";
  319. this.panel4.Size = new System.Drawing.Size(279, 204);
  320. this.panel4.TabIndex = 33;
  321. //
  322. // button3
  323. //
  324. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  325. this.button3.Location = new System.Drawing.Point(40, 127);
  326. this.button3.Name = "button3";
  327. this.button3.Size = new System.Drawing.Size(190, 34);
  328. this.button3.TabIndex = 2;
  329. this.button3.Text = "Сохранить запись";
  330. this.button3.UseVisualStyleBackColor = true;
  331. this.button3.Click += new System.EventHandler(this.button3_Click);
  332. //
  333. // button2
  334. //
  335. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  336. this.button2.Location = new System.Drawing.Point(51, 77);
  337. this.button2.Name = "button2";
  338. this.button2.Size = new System.Drawing.Size(172, 34);
  339. this.button2.TabIndex = 1;
  340. this.button2.Text = "Удалить запись";
  341. this.button2.UseVisualStyleBackColor = true;
  342. this.button2.Click += new System.EventHandler(this.button2_Click);
  343. //
  344. // button1
  345. //
  346. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  347. this.button1.Location = new System.Drawing.Point(17, 29);
  348. this.button1.Name = "button1";
  349. this.button1.Size = new System.Drawing.Size(239, 34);
  350. this.button1.TabIndex = 0;
  351. this.button1.Text = "Добавить новую запись";
  352. this.button1.UseVisualStyleBackColor = true;
  353. this.button1.Click += new System.EventHandler(this.button1_Click);
  354. //
  355. // panel3
  356. //
  357. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  358. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  359. this.panel3.Controls.Add(this.textBox6);
  360. this.panel3.Controls.Add(this.textBox5);
  361. this.panel3.Controls.Add(this.textBox4);
  362. this.panel3.Controls.Add(this.textBox3);
  363. this.panel3.Controls.Add(this.textBox2);
  364. this.panel3.Controls.Add(this.textBox1);
  365. this.panel3.Controls.Add(this.label7);
  366. this.panel3.Controls.Add(this.label6);
  367. this.panel3.Controls.Add(this.label5);
  368. this.panel3.Controls.Add(this.label4);
  369. this.panel3.Controls.Add(this.label3);
  370. this.panel3.Controls.Add(this.label2);
  371. this.panel3.Controls.Add(this.label8);
  372. this.panel3.ForeColor = System.Drawing.Color.Black;
  373. this.panel3.Location = new System.Drawing.Point(3, 409);
  374. this.panel3.Name = "panel3";
  375. this.panel3.Size = new System.Drawing.Size(518, 241);
  376. this.panel3.TabIndex = 3;
  377. //
  378. // textBox6
  379. //
  380. this.textBox6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  381. this.textBox6.Location = new System.Drawing.Point(272, 207);
  382. this.textBox6.Name = "textBox6";
  383. this.textBox6.Size = new System.Drawing.Size(241, 21);
  384. this.textBox6.TabIndex = 12;
  385. //
  386. // textBox5
  387. //
  388. this.textBox5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  389. this.textBox5.Location = new System.Drawing.Point(272, 175);
  390. this.textBox5.Name = "textBox5";
  391. this.textBox5.Size = new System.Drawing.Size(241, 21);
  392. this.textBox5.TabIndex = 11;
  393. //
  394. // textBox4
  395. //
  396. this.textBox4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  397. this.textBox4.Location = new System.Drawing.Point(272, 142);
  398. this.textBox4.Name = "textBox4";
  399. this.textBox4.Size = new System.Drawing.Size(241, 21);
  400. this.textBox4.TabIndex = 10;
  401. //
  402. // textBox3
  403. //
  404. this.textBox3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  405. this.textBox3.Location = new System.Drawing.Point(272, 104);
  406. this.textBox3.Name = "textBox3";
  407. this.textBox3.Size = new System.Drawing.Size(241, 21);
  408. this.textBox3.TabIndex = 9;
  409. //
  410. // textBox2
  411. //
  412. this.textBox2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  413. this.textBox2.Location = new System.Drawing.Point(272, 72);
  414. this.textBox2.Name = "textBox2";
  415. this.textBox2.Size = new System.Drawing.Size(241, 21);
  416. this.textBox2.TabIndex = 8;
  417. //
  418. // textBox1
  419. //
  420. this.textBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  421. this.textBox1.Location = new System.Drawing.Point(272, 42);
  422. this.textBox1.Name = "textBox1";
  423. this.textBox1.Size = new System.Drawing.Size(241, 21);
  424. this.textBox1.TabIndex = 7;
  425. //
  426. // label7
  427. //
  428. this.label7.AutoSize = true;
  429. this.label7.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  430. this.label7.Location = new System.Drawing.Point(8, 201);
  431. this.label7.Name = "label7";
  432. this.label7.Size = new System.Drawing.Size(136, 23);
  433. this.label7.TabIndex = 6;
  434. this.label7.Text = "Изображение:";
  435. //
  436. // label6
  437. //
  438. this.label6.AutoSize = true;
  439. this.label6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  440. this.label6.Location = new System.Drawing.Point(8, 169);
  441. this.label6.Name = "label6";
  442. this.label6.Size = new System.Drawing.Size(78, 23);
  443. this.label6.TabIndex = 5;
  444. this.label6.Text = "Скидка:";
  445. //
  446. // label5
  447. //
  448. this.label5.AutoSize = true;
  449. this.label5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  450. this.label5.Location = new System.Drawing.Point(8, 136);
  451. this.label5.Name = "label5";
  452. this.label5.Size = new System.Drawing.Size(103, 23);
  453. this.label5.TabIndex = 4;
  454. this.label5.Text = "Описание:";
  455. //
  456. // label4
  457. //
  458. this.label4.AutoSize = true;
  459. this.label4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  460. this.label4.Location = new System.Drawing.Point(8, 98);
  461. this.label4.Name = "label4";
  462. this.label4.Size = new System.Drawing.Size(241, 23);
  463. this.label4.TabIndex = 3;
  464. this.label4.Text = "Длительность в секундах:";
  465. //
  466. // label3
  467. //
  468. this.label3.AutoSize = true;
  469. this.label3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  470. this.label3.Location = new System.Drawing.Point(8, 66);
  471. this.label3.Name = "label3";
  472. this.label3.Size = new System.Drawing.Size(108, 23);
  473. this.label3.TabIndex = 2;
  474. this.label3.Text = "Стоимость:";
  475. //
  476. // label2
  477. //
  478. this.label2.AutoSize = true;
  479. this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  480. this.label2.Location = new System.Drawing.Point(8, 36);
  481. this.label2.Name = "label2";
  482. this.label2.Size = new System.Drawing.Size(101, 23);
  483. this.label2.TabIndex = 1;
  484. this.label2.Text = "Название:";
  485. //
  486. // label8
  487. //
  488. this.label8.AutoSize = true;
  489. this.label8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  490. this.label8.Location = new System.Drawing.Point(3, 9);
  491. this.label8.Name = "label8";
  492. this.label8.Size = new System.Drawing.Size(85, 23);
  493. this.label8.TabIndex = 0;
  494. this.label8.Text = "Запись:";
  495. //
  496. // dataGridView1
  497. //
  498. this.dataGridView1.AllowUserToOrderColumns = true;
  499. this.dataGridView1.AutoGenerateColumns = false;
  500. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  501. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  502. this.titleDataGridViewTextBoxColumn,
  503. this.costDataGridViewTextBoxColumn,
  504. this.durationInSecondsDataGridViewTextBoxColumn,
  505. this.descriptionDataGridViewTextBoxColumn,
  506. this.discountDataGridViewTextBoxColumn,
  507. this.mainImagePathDataGridViewTextBoxColumn});
  508. this.dataGridView1.DataSource = this.serviceBindingSource;
  509. this.dataGridView1.Location = new System.Drawing.Point(3, 94);
  510. this.dataGridView1.Name = "dataGridView1";
  511. this.dataGridView1.Size = new System.Drawing.Size(1034, 309);
  512. this.dataGridView1.TabIndex = 2;
  513. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  514. //
  515. // titleDataGridViewTextBoxColumn
  516. //
  517. this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
  518. this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
  519. this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
  520. //
  521. // costDataGridViewTextBoxColumn
  522. //
  523. this.costDataGridViewTextBoxColumn.DataPropertyName = "Cost";
  524. this.costDataGridViewTextBoxColumn.HeaderText = "Стоимость";
  525. this.costDataGridViewTextBoxColumn.Name = "costDataGridViewTextBoxColumn";
  526. //
  527. // durationInSecondsDataGridViewTextBoxColumn
  528. //
  529. this.durationInSecondsDataGridViewTextBoxColumn.DataPropertyName = "DurationInSeconds";
  530. this.durationInSecondsDataGridViewTextBoxColumn.HeaderText = "Длительность в секундах";
  531. this.durationInSecondsDataGridViewTextBoxColumn.Name = "durationInSecondsDataGridViewTextBoxColumn";
  532. //
  533. // descriptionDataGridViewTextBoxColumn
  534. //
  535. this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
  536. this.descriptionDataGridViewTextBoxColumn.HeaderText = "Описание";
  537. this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
  538. //
  539. // discountDataGridViewTextBoxColumn
  540. //
  541. this.discountDataGridViewTextBoxColumn.DataPropertyName = "Discount";
  542. this.discountDataGridViewTextBoxColumn.HeaderText = "Скидка";
  543. this.discountDataGridViewTextBoxColumn.Name = "discountDataGridViewTextBoxColumn";
  544. //
  545. // mainImagePathDataGridViewTextBoxColumn
  546. //
  547. this.mainImagePathDataGridViewTextBoxColumn.DataPropertyName = "ServicePhoto";
  548. this.mainImagePathDataGridViewTextBoxColumn.HeaderText = "Изображение";
  549. this.mainImagePathDataGridViewTextBoxColumn.Name = "mainImagePathDataGridViewTextBoxColumn";
  550. //
  551. // panel2
  552. //
  553. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  554. this.panel2.Controls.Add(this.label1);
  555. this.panel2.Controls.Add(this.pictureBox1);
  556. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  557. this.panel2.Location = new System.Drawing.Point(0, 0);
  558. this.panel2.Name = "panel2";
  559. this.panel2.Size = new System.Drawing.Size(1044, 91);
  560. this.panel2.TabIndex = 1;
  561. //
  562. // label1
  563. //
  564. this.label1.AutoSize = true;
  565. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  566. this.label1.Location = new System.Drawing.Point(424, 27);
  567. this.label1.Name = "label1";
  568. this.label1.Size = new System.Drawing.Size(208, 39);
  569. this.label1.TabIndex = 1;
  570. this.label1.Text = "Список услуг";
  571. //
  572. // pictureBox1
  573. //
  574. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  575. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  576. this.pictureBox1.Name = "pictureBox1";
  577. this.pictureBox1.Size = new System.Drawing.Size(153, 85);
  578. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  579. this.pictureBox1.TabIndex = 0;
  580. this.pictureBox1.TabStop = false;
  581. //
  582. // serviceTableAdapter
  583. //
  584. this.serviceTableAdapter.ClearBeforeFill = true;
  585. //
  586. // tableAdapterManager
  587. //
  588. this.tableAdapterManager.AttachedProductTableAdapter = null;
  589. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  590. this.tableAdapterManager.ClientServiceTableAdapter = null;
  591. this.tableAdapterManager.ClientTableTableAdapter = null;
  592. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  593. this.tableAdapterManager.GenderTableAdapter = null;
  594. this.tableAdapterManager.ManufacturerTableAdapter = null;
  595. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  596. this.tableAdapterManager.ProductSaleTableAdapter = null;
  597. this.tableAdapterManager.ProductTableAdapter = null;
  598. this.tableAdapterManager.RoleTableTableAdapter = null;
  599. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  600. this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter;
  601. this.tableAdapterManager.TagOfClientTableAdapter = null;
  602. this.tableAdapterManager.TagTableAdapter = null;
  603. this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  604. this.tableAdapterManager.UserTableTableAdapter = null;
  605. //
  606. // ФормаАдмин
  607. //
  608. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  609. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  610. this.ClientSize = new System.Drawing.Size(1044, 818);
  611. this.Controls.Add(this.panel1);
  612. this.Name = "ФормаАдмин";
  613. this.Text = "Главное_меню";
  614. this.Load += new System.EventHandler(this.ФормаАдмин_Load);
  615. this.panel1.ResumeLayout(false);
  616. this.panel1.PerformLayout();
  617. this.panel8.ResumeLayout(false);
  618. this.panel8.PerformLayout();
  619. ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
  620. ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit();
  621. this.panel7.ResumeLayout(false);
  622. this.panel6.ResumeLayout(false);
  623. this.panel6.PerformLayout();
  624. this.panel5.ResumeLayout(false);
  625. this.panel5.PerformLayout();
  626. this.panel4.ResumeLayout(false);
  627. this.panel3.ResumeLayout(false);
  628. this.panel3.PerformLayout();
  629. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  630. this.panel2.ResumeLayout(false);
  631. this.panel2.PerformLayout();
  632. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  633. this.ResumeLayout(false);
  634. }
  635. #endregion
  636. private System.Windows.Forms.Panel panel1;
  637. private System.Windows.Forms.Panel panel2;
  638. private System.Windows.Forms.Label label1;
  639. private System.Windows.Forms.PictureBox pictureBox1;
  640. private System.Windows.Forms.DataGridView dataGridView1;
  641. private _02TradeDataSet _02TradeDataSet;
  642. private System.Windows.Forms.BindingSource serviceBindingSource;
  643. private _02TradeDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter;
  644. private System.Windows.Forms.Panel panel3;
  645. private System.Windows.Forms.TextBox textBox6;
  646. private System.Windows.Forms.TextBox textBox5;
  647. private System.Windows.Forms.TextBox textBox4;
  648. private System.Windows.Forms.TextBox textBox3;
  649. private System.Windows.Forms.TextBox textBox2;
  650. private System.Windows.Forms.TextBox textBox1;
  651. private System.Windows.Forms.Label label7;
  652. private System.Windows.Forms.Label label6;
  653. private System.Windows.Forms.Label label5;
  654. private System.Windows.Forms.Label label4;
  655. private System.Windows.Forms.Label label3;
  656. private System.Windows.Forms.Label label2;
  657. private System.Windows.Forms.Label label8;
  658. private System.Windows.Forms.Label label9;
  659. private System.Windows.Forms.Panel panel4;
  660. private System.Windows.Forms.Button button3;
  661. private System.Windows.Forms.Button button2;
  662. private System.Windows.Forms.Button button1;
  663. private System.Windows.Forms.Panel panel5;
  664. private System.Windows.Forms.Button button5;
  665. private System.Windows.Forms.Button button4;
  666. private System.Windows.Forms.Panel panel6;
  667. private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  668. private System.Windows.Forms.Button button6;
  669. private System.Windows.Forms.ComboBox discountComboBox;
  670. private System.Windows.Forms.Panel panel7;
  671. private System.Windows.Forms.Button button7;
  672. private System.Windows.Forms.Panel panel8;
  673. private System.Windows.Forms.TextBox titleTextBox;
  674. private System.Windows.Forms.Button button8;
  675. private System.Windows.Forms.Button button9;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn costDataGridViewTextBoxColumn;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn durationInSecondsDataGridViewTextBoxColumn;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn discountDataGridViewTextBoxColumn;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn mainImagePathDataGridViewTextBoxColumn;
  682. private System.Windows.Forms.Button button10;
  683. }
  684. }