Каталог.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. namespace Демо
  2. {
  3. partial class Каталог
  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(Каталог));
  29. this.tLP1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.button5 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.button10 = new System.Windows.Forms.Button();
  35. this.button9 = new System.Windows.Forms.Button();
  36. this.strNum = new System.Windows.Forms.TextBox();
  37. this.strLab = new System.Windows.Forms.Label();
  38. this.buttonNext = new System.Windows.Forms.Button();
  39. this.buttonBack = new System.Windows.Forms.Button();
  40. this.Sorts = new System.Windows.Forms.ComboBox();
  41. this.textBox1 = new System.Windows.Forms.TextBox();
  42. this.tLP2 = new System.Windows.Forms.TableLayoutPanel();
  43. this.button2 = new System.Windows.Forms.Button();
  44. this.button6 = new System.Windows.Forms.Button();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.tLP3 = new System.Windows.Forms.TableLayoutPanel();
  47. this.button3 = new System.Windows.Forms.Button();
  48. this.button7 = new System.Windows.Forms.Button();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.tLP4 = new System.Windows.Forms.TableLayoutPanel();
  51. this.button4 = new System.Windows.Forms.Button();
  52. this.button8 = new System.Windows.Forms.Button();
  53. this.label4 = new System.Windows.Forms.Label();
  54. this.comboBox1 = new System.Windows.Forms.ComboBox();
  55. this.pic4 = new System.Windows.Forms.PictureBox();
  56. this.pic3 = new System.Windows.Forms.PictureBox();
  57. this.pic2 = new System.Windows.Forms.PictureBox();
  58. this.pic1 = new System.Windows.Forms.PictureBox();
  59. this.tLP1.SuspendLayout();
  60. this.panel1.SuspendLayout();
  61. this.tLP2.SuspendLayout();
  62. this.tLP3.SuspendLayout();
  63. this.tLP4.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.pic4)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.pic3)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.pic2)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // tLP1
  71. //
  72. this.tLP1.ColumnCount = 2;
  73. this.tLP1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  74. this.tLP1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  75. this.tLP1.Controls.Add(this.button5, 1, 1);
  76. this.tLP1.Controls.Add(this.pic1, 0, 0);
  77. this.tLP1.Controls.Add(this.label1, 1, 0);
  78. this.tLP1.Controls.Add(this.button1, 0, 1);
  79. this.tLP1.Location = new System.Drawing.Point(9, 54);
  80. this.tLP1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  81. this.tLP1.Name = "tLP1";
  82. this.tLP1.RowCount = 2;
  83. this.tLP1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
  84. this.tLP1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  85. this.tLP1.Size = new System.Drawing.Size(590, 124);
  86. this.tLP1.TabIndex = 0;
  87. //
  88. // button5
  89. //
  90. this.button5.BackColor = System.Drawing.Color.LimeGreen;
  91. this.button5.Dock = System.Windows.Forms.DockStyle.Right;
  92. this.button5.FlatAppearance.BorderSize = 0;
  93. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.button5.Location = new System.Drawing.Point(498, 95);
  95. this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  96. this.button5.Name = "button5";
  97. this.button5.Size = new System.Drawing.Size(90, 27);
  98. this.button5.TabIndex = 9;
  99. this.button5.Text = "Удалить";
  100. this.button5.UseVisualStyleBackColor = false;
  101. this.button5.Click += new System.EventHandler(this.button5_Click);
  102. //
  103. // label1
  104. //
  105. this.label1.AutoSize = true;
  106. this.label1.Location = new System.Drawing.Point(142, 15);
  107. this.label1.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(35, 13);
  110. this.label1.TabIndex = 7;
  111. this.label1.Text = "label1";
  112. //
  113. // button1
  114. //
  115. this.button1.BackColor = System.Drawing.Color.LimeGreen;
  116. this.button1.Dock = System.Windows.Forms.DockStyle.Left;
  117. this.button1.FlatAppearance.BorderSize = 0;
  118. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  119. this.button1.Location = new System.Drawing.Point(2, 95);
  120. this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  121. this.button1.Name = "button1";
  122. this.button1.Size = new System.Drawing.Size(92, 27);
  123. this.button1.TabIndex = 8;
  124. this.button1.Text = "Редактировать";
  125. this.button1.UseVisualStyleBackColor = false;
  126. this.button1.Click += new System.EventHandler(this.button1_Click);
  127. //
  128. // panel1
  129. //
  130. this.panel1.Controls.Add(this.button10);
  131. this.panel1.Controls.Add(this.button9);
  132. this.panel1.Controls.Add(this.strNum);
  133. this.panel1.Controls.Add(this.strLab);
  134. this.panel1.Controls.Add(this.buttonNext);
  135. this.panel1.Controls.Add(this.buttonBack);
  136. this.panel1.Location = new System.Drawing.Point(9, 600);
  137. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  138. this.panel1.Name = "panel1";
  139. this.panel1.Size = new System.Drawing.Size(592, 37);
  140. this.panel1.TabIndex = 1;
  141. //
  142. // button10
  143. //
  144. this.button10.BackColor = System.Drawing.Color.LimeGreen;
  145. this.button10.FlatAppearance.BorderSize = 0;
  146. this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  147. this.button10.Location = new System.Drawing.Point(2, 6);
  148. this.button10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  149. this.button10.Name = "button10";
  150. this.button10.Size = new System.Drawing.Size(70, 27);
  151. this.button10.TabIndex = 12;
  152. this.button10.Text = "Выход";
  153. this.button10.UseVisualStyleBackColor = false;
  154. this.button10.Click += new System.EventHandler(this.button10_Click);
  155. //
  156. // button9
  157. //
  158. this.button9.BackColor = System.Drawing.Color.LimeGreen;
  159. this.button9.FlatAppearance.BorderSize = 0;
  160. this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  161. this.button9.Location = new System.Drawing.Point(126, 2);
  162. this.button9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  163. this.button9.Name = "button9";
  164. this.button9.Size = new System.Drawing.Size(112, 33);
  165. this.button9.TabIndex = 11;
  166. this.button9.Text = "Добавить";
  167. this.button9.UseVisualStyleBackColor = false;
  168. this.button9.Click += new System.EventHandler(this.btn_add_Click);
  169. //
  170. // strNum
  171. //
  172. this.strNum.Location = new System.Drawing.Point(314, 9);
  173. this.strNum.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  174. this.strNum.Name = "strNum";
  175. this.strNum.Size = new System.Drawing.Size(32, 20);
  176. this.strNum.TabIndex = 3;
  177. this.strNum.Text = "1";
  178. this.strNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.strNum_KeyDown);
  179. //
  180. // strLab
  181. //
  182. this.strLab.AutoSize = true;
  183. this.strLab.Location = new System.Drawing.Point(350, 11);
  184. this.strLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  185. this.strLab.Name = "strLab";
  186. this.strLab.Size = new System.Drawing.Size(21, 13);
  187. this.strLab.TabIndex = 2;
  188. this.strLab.Text = "/ 0";
  189. //
  190. // buttonNext
  191. //
  192. this.buttonNext.BackColor = System.Drawing.Color.LimeGreen;
  193. this.buttonNext.FlatAppearance.BorderSize = 0;
  194. this.buttonNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  195. this.buttonNext.Location = new System.Drawing.Point(502, 2);
  196. this.buttonNext.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  197. this.buttonNext.Name = "buttonNext";
  198. this.buttonNext.Size = new System.Drawing.Size(87, 32);
  199. this.buttonNext.TabIndex = 1;
  200. this.buttonNext.Text = "-------->";
  201. this.buttonNext.UseVisualStyleBackColor = false;
  202. this.buttonNext.Click += new System.EventHandler(this.buttonNextAndBackGrid_Click);
  203. //
  204. // buttonBack
  205. //
  206. this.buttonBack.BackColor = System.Drawing.Color.LimeGreen;
  207. this.buttonBack.FlatAppearance.BorderSize = 0;
  208. this.buttonBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  209. this.buttonBack.Location = new System.Drawing.Point(411, 2);
  210. this.buttonBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  211. this.buttonBack.Name = "buttonBack";
  212. this.buttonBack.Size = new System.Drawing.Size(87, 32);
  213. this.buttonBack.TabIndex = 0;
  214. this.buttonBack.Text = "<--------";
  215. this.buttonBack.UseVisualStyleBackColor = false;
  216. this.buttonBack.Click += new System.EventHandler(this.buttonNextAndBackGrid_Click);
  217. //
  218. // Sorts
  219. //
  220. this.Sorts.FormattingEnabled = true;
  221. this.Sorts.Items.AddRange(new object[] {
  222. "Цена +",
  223. "Цена -",
  224. "Наименование +",
  225. "Наименование -",
  226. "Длительность +",
  227. "Длительность -"});
  228. this.Sorts.Location = new System.Drawing.Point(252, 8);
  229. this.Sorts.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  230. this.Sorts.Name = "Sorts";
  231. this.Sorts.Size = new System.Drawing.Size(133, 21);
  232. this.Sorts.TabIndex = 2;
  233. this.Sorts.Text = "Сортировка";
  234. this.Sorts.SelectedIndexChanged += new System.EventHandler(this.Sorts_SelectedIndexChanged);
  235. //
  236. // textBox1
  237. //
  238. this.textBox1.Location = new System.Drawing.Point(9, 8);
  239. this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  240. this.textBox1.Name = "textBox1";
  241. this.textBox1.Size = new System.Drawing.Size(227, 20);
  242. this.textBox1.TabIndex = 3;
  243. this.textBox1.Text = "Поиск";
  244. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  245. this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
  246. this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
  247. //
  248. // tLP2
  249. //
  250. this.tLP2.ColumnCount = 2;
  251. this.tLP2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  252. this.tLP2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  253. this.tLP2.Controls.Add(this.button2, 0, 1);
  254. this.tLP2.Controls.Add(this.button6, 0, 1);
  255. this.tLP2.Controls.Add(this.pic2, 0, 0);
  256. this.tLP2.Controls.Add(this.label2, 1, 0);
  257. this.tLP2.Location = new System.Drawing.Point(9, 191);
  258. this.tLP2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  259. this.tLP2.Name = "tLP2";
  260. this.tLP2.RowCount = 2;
  261. this.tLP2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
  262. this.tLP2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  263. this.tLP2.Size = new System.Drawing.Size(590, 124);
  264. this.tLP2.TabIndex = 4;
  265. //
  266. // button2
  267. //
  268. this.button2.BackColor = System.Drawing.Color.LimeGreen;
  269. this.button2.Dock = System.Windows.Forms.DockStyle.Left;
  270. this.button2.FlatAppearance.BorderSize = 0;
  271. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  272. this.button2.Location = new System.Drawing.Point(2, 95);
  273. this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  274. this.button2.Name = "button2";
  275. this.button2.Size = new System.Drawing.Size(92, 27);
  276. this.button2.TabIndex = 10;
  277. this.button2.Text = "Редактировать";
  278. this.button2.UseVisualStyleBackColor = false;
  279. this.button2.Click += new System.EventHandler(this.button1_Click);
  280. //
  281. // button6
  282. //
  283. this.button6.BackColor = System.Drawing.Color.LimeGreen;
  284. this.button6.Dock = System.Windows.Forms.DockStyle.Right;
  285. this.button6.FlatAppearance.BorderSize = 0;
  286. this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  287. this.button6.Location = new System.Drawing.Point(498, 95);
  288. this.button6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  289. this.button6.Name = "button6";
  290. this.button6.Size = new System.Drawing.Size(90, 27);
  291. this.button6.TabIndex = 9;
  292. this.button6.Text = "Удалить";
  293. this.button6.UseVisualStyleBackColor = false;
  294. this.button6.Click += new System.EventHandler(this.button5_Click);
  295. //
  296. // label2
  297. //
  298. this.label2.AutoSize = true;
  299. this.label2.Location = new System.Drawing.Point(142, 15);
  300. this.label2.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
  301. this.label2.Name = "label2";
  302. this.label2.Size = new System.Drawing.Size(35, 13);
  303. this.label2.TabIndex = 7;
  304. this.label2.Text = "label2";
  305. //
  306. // tLP3
  307. //
  308. this.tLP3.ColumnCount = 2;
  309. this.tLP3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  310. this.tLP3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  311. this.tLP3.Controls.Add(this.button3, 0, 1);
  312. this.tLP3.Controls.Add(this.button7, 0, 1);
  313. this.tLP3.Controls.Add(this.pic3, 0, 0);
  314. this.tLP3.Controls.Add(this.label3, 1, 0);
  315. this.tLP3.Location = new System.Drawing.Point(9, 330);
  316. this.tLP3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  317. this.tLP3.Name = "tLP3";
  318. this.tLP3.RowCount = 2;
  319. this.tLP3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
  320. this.tLP3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  321. this.tLP3.Size = new System.Drawing.Size(590, 124);
  322. this.tLP3.TabIndex = 5;
  323. //
  324. // button3
  325. //
  326. this.button3.BackColor = System.Drawing.Color.LimeGreen;
  327. this.button3.Dock = System.Windows.Forms.DockStyle.Left;
  328. this.button3.FlatAppearance.BorderSize = 0;
  329. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  330. this.button3.Location = new System.Drawing.Point(2, 95);
  331. this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  332. this.button3.Name = "button3";
  333. this.button3.Size = new System.Drawing.Size(92, 27);
  334. this.button3.TabIndex = 11;
  335. this.button3.Text = "Редактировать";
  336. this.button3.UseVisualStyleBackColor = false;
  337. this.button3.Click += new System.EventHandler(this.button1_Click);
  338. //
  339. // button7
  340. //
  341. this.button7.BackColor = System.Drawing.Color.LimeGreen;
  342. this.button7.Dock = System.Windows.Forms.DockStyle.Right;
  343. this.button7.FlatAppearance.BorderSize = 0;
  344. this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  345. this.button7.Location = new System.Drawing.Point(498, 95);
  346. this.button7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  347. this.button7.Name = "button7";
  348. this.button7.Size = new System.Drawing.Size(90, 27);
  349. this.button7.TabIndex = 10;
  350. this.button7.Text = "Удалить";
  351. this.button7.UseVisualStyleBackColor = false;
  352. this.button7.Click += new System.EventHandler(this.button5_Click);
  353. //
  354. // label3
  355. //
  356. this.label3.AutoSize = true;
  357. this.label3.Location = new System.Drawing.Point(142, 15);
  358. this.label3.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
  359. this.label3.Name = "label3";
  360. this.label3.Size = new System.Drawing.Size(35, 13);
  361. this.label3.TabIndex = 7;
  362. this.label3.Text = "label3";
  363. //
  364. // tLP4
  365. //
  366. this.tLP4.ColumnCount = 2;
  367. this.tLP4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  368. this.tLP4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  369. this.tLP4.Controls.Add(this.button4, 0, 1);
  370. this.tLP4.Controls.Add(this.button8, 0, 1);
  371. this.tLP4.Controls.Add(this.pic4, 0, 0);
  372. this.tLP4.Controls.Add(this.label4, 1, 0);
  373. this.tLP4.Location = new System.Drawing.Point(9, 468);
  374. this.tLP4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  375. this.tLP4.Name = "tLP4";
  376. this.tLP4.RowCount = 2;
  377. this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
  378. this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  379. this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
  380. this.tLP4.Size = new System.Drawing.Size(590, 124);
  381. this.tLP4.TabIndex = 6;
  382. //
  383. // button4
  384. //
  385. this.button4.BackColor = System.Drawing.Color.LimeGreen;
  386. this.button4.Dock = System.Windows.Forms.DockStyle.Left;
  387. this.button4.FlatAppearance.BorderSize = 0;
  388. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  389. this.button4.Location = new System.Drawing.Point(2, 95);
  390. this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  391. this.button4.Name = "button4";
  392. this.button4.Size = new System.Drawing.Size(92, 27);
  393. this.button4.TabIndex = 11;
  394. this.button4.Text = "Редактировать";
  395. this.button4.UseVisualStyleBackColor = false;
  396. this.button4.Click += new System.EventHandler(this.button1_Click);
  397. //
  398. // button8
  399. //
  400. this.button8.BackColor = System.Drawing.Color.LimeGreen;
  401. this.button8.Dock = System.Windows.Forms.DockStyle.Right;
  402. this.button8.FlatAppearance.BorderSize = 0;
  403. this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  404. this.button8.Location = new System.Drawing.Point(498, 95);
  405. this.button8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  406. this.button8.Name = "button8";
  407. this.button8.Size = new System.Drawing.Size(90, 27);
  408. this.button8.TabIndex = 10;
  409. this.button8.Text = "Удалить";
  410. this.button8.UseVisualStyleBackColor = false;
  411. this.button8.Click += new System.EventHandler(this.button5_Click);
  412. //
  413. // label4
  414. //
  415. this.label4.AutoSize = true;
  416. this.label4.Location = new System.Drawing.Point(142, 15);
  417. this.label4.Margin = new System.Windows.Forms.Padding(15, 15, 15, 15);
  418. this.label4.Name = "label4";
  419. this.label4.Size = new System.Drawing.Size(35, 13);
  420. this.label4.TabIndex = 7;
  421. this.label4.Text = "label4";
  422. //
  423. // comboBox1
  424. //
  425. this.comboBox1.FormattingEnabled = true;
  426. this.comboBox1.Location = new System.Drawing.Point(402, 9);
  427. this.comboBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  428. this.comboBox1.Name = "comboBox1";
  429. this.comboBox1.Size = new System.Drawing.Size(133, 21);
  430. this.comboBox1.TabIndex = 7;
  431. this.comboBox1.Text = "Все элементы";
  432. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  433. //
  434. // pic4
  435. //
  436. this.pic4.Dock = System.Windows.Forms.DockStyle.Fill;
  437. this.pic4.Location = new System.Drawing.Point(2, 2);
  438. this.pic4.Margin = new System.Windows.Forms.Padding(2);
  439. this.pic4.Name = "pic4";
  440. this.pic4.Size = new System.Drawing.Size(123, 89);
  441. this.pic4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  442. this.pic4.TabIndex = 6;
  443. this.pic4.TabStop = false;
  444. //
  445. // pic3
  446. //
  447. this.pic3.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.pic3.Location = new System.Drawing.Point(2, 2);
  449. this.pic3.Margin = new System.Windows.Forms.Padding(2);
  450. this.pic3.Name = "pic3";
  451. this.pic3.Size = new System.Drawing.Size(123, 89);
  452. this.pic3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  453. this.pic3.TabIndex = 6;
  454. this.pic3.TabStop = false;
  455. //
  456. // pic2
  457. //
  458. this.pic2.Dock = System.Windows.Forms.DockStyle.Fill;
  459. this.pic2.Location = new System.Drawing.Point(2, 2);
  460. this.pic2.Margin = new System.Windows.Forms.Padding(2);
  461. this.pic2.Name = "pic2";
  462. this.pic2.Size = new System.Drawing.Size(123, 89);
  463. this.pic2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  464. this.pic2.TabIndex = 6;
  465. this.pic2.TabStop = false;
  466. //
  467. // pic1
  468. //
  469. this.pic1.Dock = System.Windows.Forms.DockStyle.Fill;
  470. this.pic1.Location = new System.Drawing.Point(2, 2);
  471. this.pic1.Margin = new System.Windows.Forms.Padding(2);
  472. this.pic1.Name = "pic1";
  473. this.pic1.Size = new System.Drawing.Size(123, 89);
  474. this.pic1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  475. this.pic1.TabIndex = 6;
  476. this.pic1.TabStop = false;
  477. //
  478. // Каталог
  479. //
  480. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  481. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  482. this.BackColor = System.Drawing.Color.White;
  483. this.ClientSize = new System.Drawing.Size(610, 647);
  484. this.Controls.Add(this.comboBox1);
  485. this.Controls.Add(this.tLP4);
  486. this.Controls.Add(this.tLP3);
  487. this.Controls.Add(this.tLP2);
  488. this.Controls.Add(this.textBox1);
  489. this.Controls.Add(this.Sorts);
  490. this.Controls.Add(this.panel1);
  491. this.Controls.Add(this.tLP1);
  492. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  493. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  494. this.MaximizeBox = false;
  495. this.MinimizeBox = false;
  496. this.Name = "Каталог";
  497. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  498. this.Text = "Каталог";
  499. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Каталог_FormClosing);
  500. this.tLP1.ResumeLayout(false);
  501. this.tLP1.PerformLayout();
  502. this.panel1.ResumeLayout(false);
  503. this.panel1.PerformLayout();
  504. this.tLP2.ResumeLayout(false);
  505. this.tLP2.PerformLayout();
  506. this.tLP3.ResumeLayout(false);
  507. this.tLP3.PerformLayout();
  508. this.tLP4.ResumeLayout(false);
  509. this.tLP4.PerformLayout();
  510. ((System.ComponentModel.ISupportInitialize)(this.pic4)).EndInit();
  511. ((System.ComponentModel.ISupportInitialize)(this.pic3)).EndInit();
  512. ((System.ComponentModel.ISupportInitialize)(this.pic2)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit();
  514. this.ResumeLayout(false);
  515. this.PerformLayout();
  516. }
  517. #endregion
  518. private System.Windows.Forms.TableLayoutPanel tLP1;
  519. private System.Windows.Forms.PictureBox pic1;
  520. private System.Windows.Forms.Panel panel1;
  521. private System.Windows.Forms.Button buttonNext;
  522. private System.Windows.Forms.Button buttonBack;
  523. private System.Windows.Forms.TextBox strNum;
  524. private System.Windows.Forms.Label strLab;
  525. private System.Windows.Forms.ComboBox Sorts;
  526. private System.Windows.Forms.TextBox textBox1;
  527. private System.Windows.Forms.TableLayoutPanel tLP2;
  528. private System.Windows.Forms.PictureBox pic2;
  529. private System.Windows.Forms.TableLayoutPanel tLP3;
  530. private System.Windows.Forms.PictureBox pic3;
  531. private System.Windows.Forms.TableLayoutPanel tLP4;
  532. private System.Windows.Forms.PictureBox pic4;
  533. private System.Windows.Forms.ComboBox comboBox1;
  534. private System.Windows.Forms.Label label1;
  535. private System.Windows.Forms.Label label2;
  536. private System.Windows.Forms.Label label3;
  537. private System.Windows.Forms.Label label4;
  538. private System.Windows.Forms.Button button5;
  539. private System.Windows.Forms.Button button1;
  540. private System.Windows.Forms.Button button9;
  541. private System.Windows.Forms.Button button2;
  542. private System.Windows.Forms.Button button6;
  543. private System.Windows.Forms.Button button3;
  544. private System.Windows.Forms.Button button7;
  545. private System.Windows.Forms.Button button4;
  546. private System.Windows.Forms.Button button8;
  547. private System.Windows.Forms.Button button10;
  548. }
  549. }