BuyTools.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. namespace proba
  2. {
  3. partial class BuyTools
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BuyTools));
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.button_back = new System.Windows.Forms.Button();
  31. this.button_buy = new System.Windows.Forms.Button();
  32. this.text_description = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.text_country = new System.Windows.Forms.TextBox();
  35. this.text_name = new System.Windows.Forms.TextBox();
  36. this.id_supplier = new System.Windows.Forms.Label();
  37. this.description = new System.Windows.Forms.Label();
  38. this.id_country = new System.Windows.Forms.Label();
  39. this.id_view_tools = new System.Windows.Forms.Label();
  40. this.text_input = new System.Windows.Forms.TextBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.text_performer = new System.Windows.Forms.TextBox();
  44. this.text_genre = new System.Windows.Forms.TextBox();
  45. this.text_edition = new System.Windows.Forms.TextBox();
  46. this.label_id_performer = new System.Windows.Forms.Label();
  47. this.label_id_genre = new System.Windows.Forms.Label();
  48. this.label_id_edition = new System.Windows.Forms.Label();
  49. this.textBox_year_publishing = new System.Windows.Forms.TextBox();
  50. this.label_year_publishing = new System.Windows.Forms.Label();
  51. this.text_price = new System.Windows.Forms.TextBox();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.text_id_suplier = new System.Windows.Forms.TextBox();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.text_output = new System.Windows.Forms.TextBox();
  56. this.label_output1 = new System.Windows.Forms.Label();
  57. this.label_discount = new System.Windows.Forms.Label();
  58. this.text_discount = new System.Windows.Forms.TextBox();
  59. this.button_discount = new System.Windows.Forms.Button();
  60. this.label_percent = new System.Windows.Forms.Label();
  61. this.showDiscount = new System.Windows.Forms.Label();
  62. this.label5 = new System.Windows.Forms.Label();
  63. this.label_output2 = new System.Windows.Forms.Label();
  64. this.panel1.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // label2
  68. //
  69. this.label2.AutoSize = true;
  70. this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
  71. this.label2.Location = new System.Drawing.Point(222, 9);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(331, 26);
  74. this.label2.TabIndex = 4;
  75. this.label2.Text = "ОФОРМЛЕНИЕ ПОКУПКИ";
  76. //
  77. // button_back
  78. //
  79. this.button_back.BackColor = System.Drawing.Color.Gray;
  80. this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
  81. this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  82. this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  83. this.button_back.Location = new System.Drawing.Point(36, 436);
  84. this.button_back.Name = "button_back";
  85. this.button_back.Size = new System.Drawing.Size(111, 30);
  86. this.button_back.TabIndex = 20;
  87. this.button_back.Text = "Назад";
  88. this.button_back.UseVisualStyleBackColor = false;
  89. this.button_back.Click += new System.EventHandler(this.button_back_Click);
  90. //
  91. // button_buy
  92. //
  93. this.button_buy.BackColor = System.Drawing.Color.Gray;
  94. this.button_buy.Cursor = System.Windows.Forms.Cursors.Hand;
  95. this.button_buy.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  96. this.button_buy.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  97. this.button_buy.Location = new System.Drawing.Point(614, 436);
  98. this.button_buy.Name = "button_buy";
  99. this.button_buy.Size = new System.Drawing.Size(111, 30);
  100. this.button_buy.TabIndex = 21;
  101. this.button_buy.Text = "Оформить";
  102. this.button_buy.UseVisualStyleBackColor = false;
  103. this.button_buy.Click += new System.EventHandler(this.button_buy_Click);
  104. //
  105. // text_description
  106. //
  107. this.text_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  108. this.text_description.Location = new System.Drawing.Point(13, 157);
  109. this.text_description.MaxLength = 100;
  110. this.text_description.Multiline = true;
  111. this.text_description.Name = "text_description";
  112. this.text_description.ReadOnly = true;
  113. this.text_description.Size = new System.Drawing.Size(372, 70);
  114. this.text_description.TabIndex = 49;
  115. //
  116. // label1
  117. //
  118. this.label1.AutoSize = true;
  119. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.label1.Location = new System.Drawing.Point(15, 8);
  121. this.label1.Name = "label1";
  122. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  123. this.label1.Size = new System.Drawing.Size(144, 24);
  124. this.label1.TabIndex = 46;
  125. this.label1.Text = "Наименование";
  126. //
  127. // text_country
  128. //
  129. this.text_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.text_country.Location = new System.Drawing.Point(565, 8);
  131. this.text_country.MaxLength = 15;
  132. this.text_country.Name = "text_country";
  133. this.text_country.ReadOnly = true;
  134. this.text_country.Size = new System.Drawing.Size(210, 26);
  135. this.text_country.TabIndex = 42;
  136. //
  137. // text_name
  138. //
  139. this.text_name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  140. this.text_name.Location = new System.Drawing.Point(175, 8);
  141. this.text_name.MaxLength = 50;
  142. this.text_name.Name = "text_name";
  143. this.text_name.ReadOnly = true;
  144. this.text_name.Size = new System.Drawing.Size(210, 26);
  145. this.text_name.TabIndex = 44;
  146. //
  147. // id_supplier
  148. //
  149. this.id_supplier.AutoSize = true;
  150. this.id_supplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  151. this.id_supplier.Location = new System.Drawing.Point(401, 190);
  152. this.id_supplier.Name = "id_supplier";
  153. this.id_supplier.RightToLeft = System.Windows.Forms.RightToLeft.No;
  154. this.id_supplier.Size = new System.Drawing.Size(108, 24);
  155. this.id_supplier.TabIndex = 37;
  156. this.id_supplier.Text = "Поставщик";
  157. //
  158. // description
  159. //
  160. this.description.AutoSize = true;
  161. this.description.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  162. this.description.Location = new System.Drawing.Point(9, 130);
  163. this.description.Name = "description";
  164. this.description.RightToLeft = System.Windows.Forms.RightToLeft.No;
  165. this.description.Size = new System.Drawing.Size(100, 24);
  166. this.description.TabIndex = 38;
  167. this.description.Text = "Описание";
  168. //
  169. // id_country
  170. //
  171. this.id_country.AutoSize = true;
  172. this.id_country.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  173. this.id_country.Location = new System.Drawing.Point(401, 8);
  174. this.id_country.Name = "id_country";
  175. this.id_country.RightToLeft = System.Windows.Forms.RightToLeft.No;
  176. this.id_country.Size = new System.Drawing.Size(139, 48);
  177. this.id_country.TabIndex = 39;
  178. this.id_country.Text = "Страна\r\nпроизводства";
  179. //
  180. // id_view_tools
  181. //
  182. this.id_view_tools.AutoSize = true;
  183. this.id_view_tools.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  184. this.id_view_tools.Location = new System.Drawing.Point(22, 57);
  185. this.id_view_tools.Name = "id_view_tools";
  186. this.id_view_tools.RightToLeft = System.Windows.Forms.RightToLeft.No;
  187. this.id_view_tools.Size = new System.Drawing.Size(0, 24);
  188. this.id_view_tools.TabIndex = 41;
  189. //
  190. // text_input
  191. //
  192. this.text_input.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  193. this.text_input.Location = new System.Drawing.Point(261, 305);
  194. this.text_input.MaxLength = 25;
  195. this.text_input.Name = "text_input";
  196. this.text_input.Size = new System.Drawing.Size(202, 26);
  197. this.text_input.TabIndex = 50;
  198. this.text_input.TextChanged += new System.EventHandler(this.text_input_TextChanged);
  199. this.text_input.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.text_input_KeyPress);
  200. //
  201. // label3
  202. //
  203. this.label3.AutoSize = true;
  204. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  205. this.label3.Location = new System.Drawing.Point(22, 305);
  206. this.label3.Name = "label3";
  207. this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
  208. this.label3.Size = new System.Drawing.Size(233, 48);
  209. this.label3.TabIndex = 51;
  210. this.label3.Text = "Сумма предоставленная\r\nклиентом";
  211. //
  212. // panel1
  213. //
  214. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  215. this.panel1.Controls.Add(this.text_performer);
  216. this.panel1.Controls.Add(this.text_genre);
  217. this.panel1.Controls.Add(this.text_edition);
  218. this.panel1.Controls.Add(this.label_id_performer);
  219. this.panel1.Controls.Add(this.label_id_genre);
  220. this.panel1.Controls.Add(this.label_id_edition);
  221. this.panel1.Controls.Add(this.textBox_year_publishing);
  222. this.panel1.Controls.Add(this.label_year_publishing);
  223. this.panel1.Controls.Add(this.text_price);
  224. this.panel1.Controls.Add(this.label6);
  225. this.panel1.Controls.Add(this.text_id_suplier);
  226. this.panel1.Controls.Add(this.text_country);
  227. this.panel1.Controls.Add(this.text_description);
  228. this.panel1.Controls.Add(this.label1);
  229. this.panel1.Controls.Add(this.id_country);
  230. this.panel1.Controls.Add(this.id_supplier);
  231. this.panel1.Controls.Add(this.text_name);
  232. this.panel1.Controls.Add(this.description);
  233. this.panel1.Location = new System.Drawing.Point(12, 48);
  234. this.panel1.Name = "panel1";
  235. this.panel1.Size = new System.Drawing.Size(783, 242);
  236. this.panel1.TabIndex = 52;
  237. //
  238. // text_performer
  239. //
  240. this.text_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  241. this.text_performer.Location = new System.Drawing.Point(563, 152);
  242. this.text_performer.MaxLength = 30;
  243. this.text_performer.Name = "text_performer";
  244. this.text_performer.ReadOnly = true;
  245. this.text_performer.Size = new System.Drawing.Size(210, 26);
  246. this.text_performer.TabIndex = 66;
  247. //
  248. // text_genre
  249. //
  250. this.text_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  251. this.text_genre.Location = new System.Drawing.Point(563, 109);
  252. this.text_genre.MaxLength = 30;
  253. this.text_genre.Name = "text_genre";
  254. this.text_genre.ReadOnly = true;
  255. this.text_genre.Size = new System.Drawing.Size(210, 26);
  256. this.text_genre.TabIndex = 65;
  257. //
  258. // text_edition
  259. //
  260. this.text_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  261. this.text_edition.Location = new System.Drawing.Point(563, 66);
  262. this.text_edition.MaxLength = 30;
  263. this.text_edition.Name = "text_edition";
  264. this.text_edition.ReadOnly = true;
  265. this.text_edition.Size = new System.Drawing.Size(210, 26);
  266. this.text_edition.TabIndex = 64;
  267. //
  268. // label_id_performer
  269. //
  270. this.label_id_performer.AutoSize = true;
  271. this.label_id_performer.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  272. this.label_id_performer.Location = new System.Drawing.Point(402, 152);
  273. this.label_id_performer.Name = "label_id_performer";
  274. this.label_id_performer.RightToLeft = System.Windows.Forms.RightToLeft.No;
  275. this.label_id_performer.Size = new System.Drawing.Size(129, 24);
  276. this.label_id_performer.TabIndex = 63;
  277. this.label_id_performer.Text = "Исполнитель";
  278. //
  279. // label_id_genre
  280. //
  281. this.label_id_genre.AutoSize = true;
  282. this.label_id_genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  283. this.label_id_genre.Location = new System.Drawing.Point(402, 109);
  284. this.label_id_genre.Name = "label_id_genre";
  285. this.label_id_genre.RightToLeft = System.Windows.Forms.RightToLeft.No;
  286. this.label_id_genre.Size = new System.Drawing.Size(58, 24);
  287. this.label_id_genre.TabIndex = 62;
  288. this.label_id_genre.Text = "Жанр";
  289. //
  290. // label_id_edition
  291. //
  292. this.label_id_edition.AutoSize = true;
  293. this.label_id_edition.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  294. this.label_id_edition.Location = new System.Drawing.Point(402, 66);
  295. this.label_id_edition.Name = "label_id_edition";
  296. this.label_id_edition.RightToLeft = System.Windows.Forms.RightToLeft.No;
  297. this.label_id_edition.Size = new System.Drawing.Size(139, 24);
  298. this.label_id_edition.TabIndex = 61;
  299. this.label_id_edition.Text = "Издательство";
  300. //
  301. // textBox_year_publishing
  302. //
  303. this.textBox_year_publishing.BackColor = System.Drawing.SystemColors.Control;
  304. this.textBox_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  305. this.textBox_year_publishing.Location = new System.Drawing.Point(175, 96);
  306. this.textBox_year_publishing.MaxLength = 10;
  307. this.textBox_year_publishing.Name = "textBox_year_publishing";
  308. this.textBox_year_publishing.ShortcutsEnabled = false;
  309. this.textBox_year_publishing.Size = new System.Drawing.Size(210, 26);
  310. this.textBox_year_publishing.TabIndex = 60;
  311. //
  312. // label_year_publishing
  313. //
  314. this.label_year_publishing.AutoSize = true;
  315. this.label_year_publishing.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  316. this.label_year_publishing.Location = new System.Drawing.Point(10, 89);
  317. this.label_year_publishing.Name = "label_year_publishing";
  318. this.label_year_publishing.RightToLeft = System.Windows.Forms.RightToLeft.No;
  319. this.label_year_publishing.Size = new System.Drawing.Size(124, 24);
  320. this.label_year_publishing.TabIndex = 59;
  321. this.label_year_publishing.Text = "Год издания";
  322. //
  323. // text_price
  324. //
  325. this.text_price.BackColor = System.Drawing.SystemColors.Control;
  326. this.text_price.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  327. this.text_price.Location = new System.Drawing.Point(175, 54);
  328. this.text_price.MaxLength = 9;
  329. this.text_price.Name = "text_price";
  330. this.text_price.ReadOnly = true;
  331. this.text_price.ShortcutsEnabled = false;
  332. this.text_price.Size = new System.Drawing.Size(210, 26);
  333. this.text_price.TabIndex = 58;
  334. //
  335. // label6
  336. //
  337. this.label6.AutoSize = true;
  338. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  339. this.label6.Location = new System.Drawing.Point(12, 45);
  340. this.label6.Name = "label6";
  341. this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
  342. this.label6.Size = new System.Drawing.Size(54, 24);
  343. this.label6.TabIndex = 57;
  344. this.label6.Text = "Цена";
  345. //
  346. // text_id_suplier
  347. //
  348. this.text_id_suplier.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  349. this.text_id_suplier.Location = new System.Drawing.Point(563, 192);
  350. this.text_id_suplier.MaxLength = 30;
  351. this.text_id_suplier.Name = "text_id_suplier";
  352. this.text_id_suplier.ReadOnly = true;
  353. this.text_id_suplier.Size = new System.Drawing.Size(210, 26);
  354. this.text_id_suplier.TabIndex = 56;
  355. //
  356. // label4
  357. //
  358. this.label4.AutoSize = true;
  359. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  360. this.label4.Location = new System.Drawing.Point(9, 39);
  361. this.label4.Name = "label4";
  362. this.label4.Size = new System.Drawing.Size(156, 17);
  363. this.label4.TabIndex = 53;
  364. this.label4.Text = "Информация о товаре";
  365. //
  366. // text_output
  367. //
  368. this.text_output.BackColor = System.Drawing.SystemColors.Window;
  369. this.text_output.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  370. this.text_output.Location = new System.Drawing.Point(261, 357);
  371. this.text_output.MaxLength = 20;
  372. this.text_output.Name = "text_output";
  373. this.text_output.ReadOnly = true;
  374. this.text_output.Size = new System.Drawing.Size(202, 26);
  375. this.text_output.TabIndex = 54;
  376. //
  377. // label_output1
  378. //
  379. this.label_output1.AutoSize = true;
  380. this.label_output1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  381. this.label_output1.Location = new System.Drawing.Point(73, 359);
  382. this.label_output1.Name = "label_output1";
  383. this.label_output1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  384. this.label_output1.Size = new System.Drawing.Size(186, 24);
  385. this.label_output1.TabIndex = 55;
  386. this.label_output1.Text = "Осталось оплатить";
  387. //
  388. // label_discount
  389. //
  390. this.label_discount.AutoSize = true;
  391. this.label_discount.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  392. this.label_discount.Location = new System.Drawing.Point(486, 333);
  393. this.label_discount.Name = "label_discount";
  394. this.label_discount.RightToLeft = System.Windows.Forms.RightToLeft.No;
  395. this.label_discount.Size = new System.Drawing.Size(74, 24);
  396. this.label_discount.TabIndex = 56;
  397. this.label_discount.Text = "Скидка";
  398. //
  399. // text_discount
  400. //
  401. this.text_discount.BackColor = System.Drawing.SystemColors.Window;
  402. this.text_discount.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  403. this.text_discount.Location = new System.Drawing.Point(566, 319);
  404. this.text_discount.MaxLength = 20;
  405. this.text_discount.Name = "text_discount";
  406. this.text_discount.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  407. this.text_discount.Size = new System.Drawing.Size(132, 26);
  408. this.text_discount.TabIndex = 57;
  409. this.text_discount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  410. this.text_discount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.text_discount_KeyPress);
  411. //
  412. // button_discount
  413. //
  414. this.button_discount.BackColor = System.Drawing.Color.Gray;
  415. this.button_discount.Cursor = System.Windows.Forms.Cursors.Hand;
  416. this.button_discount.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  417. this.button_discount.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  418. this.button_discount.Location = new System.Drawing.Point(566, 351);
  419. this.button_discount.Name = "button_discount";
  420. this.button_discount.Size = new System.Drawing.Size(132, 30);
  421. this.button_discount.TabIndex = 58;
  422. this.button_discount.Text = "Применить";
  423. this.button_discount.UseVisualStyleBackColor = false;
  424. this.button_discount.Click += new System.EventHandler(this.button_discount_Click);
  425. //
  426. // label_percent
  427. //
  428. this.label_percent.AutoSize = true;
  429. this.label_percent.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  430. this.label_percent.Location = new System.Drawing.Point(699, 320);
  431. this.label_percent.Name = "label_percent";
  432. this.label_percent.RightToLeft = System.Windows.Forms.RightToLeft.No;
  433. this.label_percent.Size = new System.Drawing.Size(26, 24);
  434. this.label_percent.TabIndex = 59;
  435. this.label_percent.Text = "%";
  436. //
  437. // showDiscount
  438. //
  439. this.showDiscount.AutoSize = true;
  440. this.showDiscount.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  441. this.showDiscount.ForeColor = System.Drawing.Color.DarkRed;
  442. this.showDiscount.Location = new System.Drawing.Point(255, 402);
  443. this.showDiscount.Name = "showDiscount";
  444. this.showDiscount.RightToLeft = System.Windows.Forms.RightToLeft.No;
  445. this.showDiscount.Size = new System.Drawing.Size(267, 24);
  446. this.showDiscount.TabIndex = 60;
  447. this.showDiscount.Text = "На товар применена скидка ";
  448. this.showDiscount.Visible = false;
  449. //
  450. // label5
  451. //
  452. this.label5.AutoSize = true;
  453. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  454. this.label5.Location = new System.Drawing.Point(0, 0);
  455. this.label5.Name = "label5";
  456. this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
  457. this.label5.Size = new System.Drawing.Size(0, 24);
  458. this.label5.TabIndex = 55;
  459. //
  460. // label_output2
  461. //
  462. this.label_output2.AutoSize = true;
  463. this.label_output2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  464. this.label_output2.Location = new System.Drawing.Point(190, 359);
  465. this.label_output2.Name = "label_output2";
  466. this.label_output2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  467. this.label_output2.Size = new System.Drawing.Size(65, 24);
  468. this.label_output2.TabIndex = 61;
  469. this.label_output2.Text = "Сдача";
  470. this.label_output2.Visible = false;
  471. //
  472. // BuyTools
  473. //
  474. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  475. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  476. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
  477. this.ClientSize = new System.Drawing.Size(800, 478);
  478. this.Controls.Add(this.label_output2);
  479. this.Controls.Add(this.showDiscount);
  480. this.Controls.Add(this.label_percent);
  481. this.Controls.Add(this.button_discount);
  482. this.Controls.Add(this.text_discount);
  483. this.Controls.Add(this.label_discount);
  484. this.Controls.Add(this.label5);
  485. this.Controls.Add(this.label_output1);
  486. this.Controls.Add(this.text_output);
  487. this.Controls.Add(this.label4);
  488. this.Controls.Add(this.label3);
  489. this.Controls.Add(this.text_input);
  490. this.Controls.Add(this.id_view_tools);
  491. this.Controls.Add(this.button_buy);
  492. this.Controls.Add(this.button_back);
  493. this.Controls.Add(this.label2);
  494. this.Controls.Add(this.panel1);
  495. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  496. this.MaximumSize = new System.Drawing.Size(816, 517);
  497. this.MinimumSize = new System.Drawing.Size(816, 517);
  498. this.Name = "BuyTools";
  499. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  500. this.Text = "Оформление покупки";
  501. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed);
  502. this.panel1.ResumeLayout(false);
  503. this.panel1.PerformLayout();
  504. this.ResumeLayout(false);
  505. this.PerformLayout();
  506. }
  507. #endregion
  508. private System.Windows.Forms.Label label2;
  509. private System.Windows.Forms.Button button_back;
  510. private System.Windows.Forms.Button button_buy;
  511. private System.Windows.Forms.TextBox text_description;
  512. private System.Windows.Forms.Label label1;
  513. private System.Windows.Forms.TextBox text_country;
  514. private System.Windows.Forms.TextBox text_name;
  515. private System.Windows.Forms.Label id_supplier;
  516. private System.Windows.Forms.Label description;
  517. private System.Windows.Forms.Label id_country;
  518. private System.Windows.Forms.Label id_view_tools;
  519. private System.Windows.Forms.TextBox text_input;
  520. private System.Windows.Forms.Label label3;
  521. private System.Windows.Forms.Panel panel1;
  522. private System.Windows.Forms.Label label4;
  523. private System.Windows.Forms.TextBox text_output;
  524. private System.Windows.Forms.Label label_output1;
  525. private System.Windows.Forms.TextBox text_id_suplier;
  526. private System.Windows.Forms.TextBox textBox_year_publishing;
  527. private System.Windows.Forms.Label label_year_publishing;
  528. private System.Windows.Forms.TextBox text_price;
  529. private System.Windows.Forms.Label label6;
  530. private System.Windows.Forms.TextBox text_performer;
  531. private System.Windows.Forms.TextBox text_genre;
  532. private System.Windows.Forms.TextBox text_edition;
  533. private System.Windows.Forms.Label label_id_performer;
  534. private System.Windows.Forms.Label label_id_genre;
  535. private System.Windows.Forms.Label label_id_edition;
  536. private System.Windows.Forms.Label label_discount;
  537. private System.Windows.Forms.TextBox text_discount;
  538. private System.Windows.Forms.Button button_discount;
  539. private System.Windows.Forms.Label label_percent;
  540. private System.Windows.Forms.Label showDiscount;
  541. private System.Windows.Forms.Label label5;
  542. private System.Windows.Forms.Label label_output2;
  543. }
  544. }