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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. 
  2. namespace Демо
  3. {
  4. partial class Каталог
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Каталог));
  30. this.tLP1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.pic1 = new System.Windows.Forms.PictureBox();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.strNum = new System.Windows.Forms.TextBox();
  34. this.strLab = new System.Windows.Forms.Label();
  35. this.buttonNext = new System.Windows.Forms.Button();
  36. this.buttonBack = new System.Windows.Forms.Button();
  37. this.Sorts = new System.Windows.Forms.ComboBox();
  38. this.textBox1 = new System.Windows.Forms.TextBox();
  39. this.tLP2 = new System.Windows.Forms.TableLayoutPanel();
  40. this.pic2 = new System.Windows.Forms.PictureBox();
  41. this.tLP3 = new System.Windows.Forms.TableLayoutPanel();
  42. this.pic3 = new System.Windows.Forms.PictureBox();
  43. this.tLP4 = new System.Windows.Forms.TableLayoutPanel();
  44. this.pic4 = new System.Windows.Forms.PictureBox();
  45. this.comboBox1 = new System.Windows.Forms.ComboBox();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.tLP1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
  52. this.panel1.SuspendLayout();
  53. this.tLP2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.pic2)).BeginInit();
  55. this.tLP3.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pic3)).BeginInit();
  57. this.tLP4.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.pic4)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // tLP1
  62. //
  63. this.tLP1.ColumnCount = 2;
  64. this.tLP1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  65. this.tLP1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  66. this.tLP1.Controls.Add(this.pic1, 0, 0);
  67. this.tLP1.Controls.Add(this.label1, 1, 0);
  68. this.tLP1.Location = new System.Drawing.Point(9, 54);
  69. this.tLP1.Margin = new System.Windows.Forms.Padding(2);
  70. this.tLP1.Name = "tLP1";
  71. this.tLP1.RowCount = 1;
  72. this.tLP1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  73. this.tLP1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 124F));
  74. this.tLP1.Size = new System.Drawing.Size(590, 124);
  75. this.tLP1.TabIndex = 0;
  76. //
  77. // pic1
  78. //
  79. this.pic1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.pic1.Location = new System.Drawing.Point(2, 2);
  81. this.pic1.Margin = new System.Windows.Forms.Padding(2);
  82. this.pic1.Name = "pic1";
  83. this.pic1.Size = new System.Drawing.Size(123, 120);
  84. this.pic1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  85. this.pic1.TabIndex = 6;
  86. this.pic1.TabStop = false;
  87. //
  88. // panel1
  89. //
  90. this.panel1.Controls.Add(this.strNum);
  91. this.panel1.Controls.Add(this.strLab);
  92. this.panel1.Controls.Add(this.buttonNext);
  93. this.panel1.Controls.Add(this.buttonBack);
  94. this.panel1.Location = new System.Drawing.Point(9, 600);
  95. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  96. this.panel1.Name = "panel1";
  97. this.panel1.Size = new System.Drawing.Size(592, 37);
  98. this.panel1.TabIndex = 1;
  99. //
  100. // strNum
  101. //
  102. this.strNum.Location = new System.Drawing.Point(314, 9);
  103. this.strNum.Margin = new System.Windows.Forms.Padding(2);
  104. this.strNum.Name = "strNum";
  105. this.strNum.Size = new System.Drawing.Size(32, 20);
  106. this.strNum.TabIndex = 3;
  107. this.strNum.Text = "1";
  108. this.strNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.strNum_KeyDown);
  109. //
  110. // strLab
  111. //
  112. this.strLab.AutoSize = true;
  113. this.strLab.Location = new System.Drawing.Point(350, 11);
  114. this.strLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  115. this.strLab.Name = "strLab";
  116. this.strLab.Size = new System.Drawing.Size(21, 13);
  117. this.strLab.TabIndex = 2;
  118. this.strLab.Text = "/ 0";
  119. //
  120. // buttonNext
  121. //
  122. this.buttonNext.Location = new System.Drawing.Point(502, 2);
  123. this.buttonNext.Margin = new System.Windows.Forms.Padding(2);
  124. this.buttonNext.Name = "buttonNext";
  125. this.buttonNext.Size = new System.Drawing.Size(87, 32);
  126. this.buttonNext.TabIndex = 1;
  127. this.buttonNext.Text = "-------->";
  128. this.buttonNext.UseVisualStyleBackColor = true;
  129. this.buttonNext.Click += new System.EventHandler(this.buttonNextAndBackGrid_Click);
  130. //
  131. // buttonBack
  132. //
  133. this.buttonBack.Location = new System.Drawing.Point(411, 2);
  134. this.buttonBack.Margin = new System.Windows.Forms.Padding(2);
  135. this.buttonBack.Name = "buttonBack";
  136. this.buttonBack.Size = new System.Drawing.Size(87, 32);
  137. this.buttonBack.TabIndex = 0;
  138. this.buttonBack.Text = "<--------";
  139. this.buttonBack.UseVisualStyleBackColor = true;
  140. this.buttonBack.Click += new System.EventHandler(this.buttonNextAndBackGrid_Click);
  141. //
  142. // Sorts
  143. //
  144. this.Sorts.FormattingEnabled = true;
  145. this.Sorts.Items.AddRange(new object[] {
  146. "Цена +",
  147. "Цена -",
  148. "Наименование +",
  149. "Наименование -",
  150. "Длительность +",
  151. "Длительность -"});
  152. this.Sorts.Location = new System.Drawing.Point(252, 8);
  153. this.Sorts.Margin = new System.Windows.Forms.Padding(2);
  154. this.Sorts.Name = "Sorts";
  155. this.Sorts.Size = new System.Drawing.Size(133, 21);
  156. this.Sorts.TabIndex = 2;
  157. this.Sorts.SelectedIndexChanged += new System.EventHandler(this.Sorts_SelectedIndexChanged);
  158. //
  159. // textBox1
  160. //
  161. this.textBox1.Location = new System.Drawing.Point(9, 8);
  162. this.textBox1.Margin = new System.Windows.Forms.Padding(2);
  163. this.textBox1.Name = "textBox1";
  164. this.textBox1.Size = new System.Drawing.Size(227, 20);
  165. this.textBox1.TabIndex = 3;
  166. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  167. //
  168. // tLP2
  169. //
  170. this.tLP2.ColumnCount = 2;
  171. this.tLP2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  172. this.tLP2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  173. this.tLP2.Controls.Add(this.pic2, 0, 0);
  174. this.tLP2.Controls.Add(this.label2, 1, 0);
  175. this.tLP2.Location = new System.Drawing.Point(9, 191);
  176. this.tLP2.Margin = new System.Windows.Forms.Padding(2);
  177. this.tLP2.Name = "tLP2";
  178. this.tLP2.RowCount = 1;
  179. this.tLP2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  180. this.tLP2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 124F));
  181. this.tLP2.Size = new System.Drawing.Size(590, 124);
  182. this.tLP2.TabIndex = 4;
  183. //
  184. // pic2
  185. //
  186. this.pic2.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.pic2.Location = new System.Drawing.Point(2, 2);
  188. this.pic2.Margin = new System.Windows.Forms.Padding(2);
  189. this.pic2.Name = "pic2";
  190. this.pic2.Size = new System.Drawing.Size(123, 120);
  191. this.pic2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  192. this.pic2.TabIndex = 6;
  193. this.pic2.TabStop = false;
  194. //
  195. // tLP3
  196. //
  197. this.tLP3.ColumnCount = 2;
  198. this.tLP3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  199. this.tLP3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  200. this.tLP3.Controls.Add(this.pic3, 0, 0);
  201. this.tLP3.Controls.Add(this.label3, 1, 0);
  202. this.tLP3.Location = new System.Drawing.Point(9, 330);
  203. this.tLP3.Margin = new System.Windows.Forms.Padding(2);
  204. this.tLP3.Name = "tLP3";
  205. this.tLP3.RowCount = 1;
  206. this.tLP3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  207. this.tLP3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 124F));
  208. this.tLP3.Size = new System.Drawing.Size(590, 124);
  209. this.tLP3.TabIndex = 5;
  210. //
  211. // pic3
  212. //
  213. this.pic3.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.pic3.Location = new System.Drawing.Point(2, 2);
  215. this.pic3.Margin = new System.Windows.Forms.Padding(2);
  216. this.pic3.Name = "pic3";
  217. this.pic3.Size = new System.Drawing.Size(123, 120);
  218. this.pic3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  219. this.pic3.TabIndex = 6;
  220. this.pic3.TabStop = false;
  221. //
  222. // tLP4
  223. //
  224. this.tLP4.ColumnCount = 2;
  225. this.tLP4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.673F));
  226. this.tLP4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.327F));
  227. this.tLP4.Controls.Add(this.pic4, 0, 0);
  228. this.tLP4.Controls.Add(this.label4, 1, 0);
  229. this.tLP4.Location = new System.Drawing.Point(9, 468);
  230. this.tLP4.Margin = new System.Windows.Forms.Padding(2);
  231. this.tLP4.Name = "tLP4";
  232. this.tLP4.RowCount = 1;
  233. this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  234. this.tLP4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 124F));
  235. this.tLP4.Size = new System.Drawing.Size(590, 124);
  236. this.tLP4.TabIndex = 6;
  237. //
  238. // pic4
  239. //
  240. this.pic4.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.pic4.Location = new System.Drawing.Point(2, 2);
  242. this.pic4.Margin = new System.Windows.Forms.Padding(2);
  243. this.pic4.Name = "pic4";
  244. this.pic4.Size = new System.Drawing.Size(123, 120);
  245. this.pic4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  246. this.pic4.TabIndex = 6;
  247. this.pic4.TabStop = false;
  248. //
  249. // comboBox1
  250. //
  251. this.comboBox1.FormattingEnabled = true;
  252. this.comboBox1.Items.AddRange(new object[] {
  253. "Цена +",
  254. "Цена -",
  255. "Наименование +",
  256. "Наименование -",
  257. "Длительность +",
  258. "Длительность -"});
  259. this.comboBox1.Location = new System.Drawing.Point(400, 8);
  260. this.comboBox1.Margin = new System.Windows.Forms.Padding(2);
  261. this.comboBox1.Name = "comboBox1";
  262. this.comboBox1.Size = new System.Drawing.Size(133, 21);
  263. this.comboBox1.TabIndex = 7;
  264. //
  265. // label1
  266. //
  267. this.label1.AutoSize = true;
  268. this.label1.Location = new System.Drawing.Point(142, 15);
  269. this.label1.Margin = new System.Windows.Forms.Padding(15);
  270. this.label1.Name = "label1";
  271. this.label1.Size = new System.Drawing.Size(35, 13);
  272. this.label1.TabIndex = 7;
  273. this.label1.Text = "label1";
  274. this.label1.Click += new System.EventHandler(this.label1_Click);
  275. //
  276. // label2
  277. //
  278. this.label2.AutoSize = true;
  279. this.label2.Location = new System.Drawing.Point(142, 15);
  280. this.label2.Margin = new System.Windows.Forms.Padding(15);
  281. this.label2.Name = "label2";
  282. this.label2.Size = new System.Drawing.Size(35, 13);
  283. this.label2.TabIndex = 7;
  284. this.label2.Text = "label2";
  285. //
  286. // label3
  287. //
  288. this.label3.AutoSize = true;
  289. this.label3.Location = new System.Drawing.Point(142, 15);
  290. this.label3.Margin = new System.Windows.Forms.Padding(15);
  291. this.label3.Name = "label3";
  292. this.label3.Size = new System.Drawing.Size(35, 13);
  293. this.label3.TabIndex = 7;
  294. this.label3.Text = "label3";
  295. //
  296. // label4
  297. //
  298. this.label4.AutoSize = true;
  299. this.label4.Location = new System.Drawing.Point(142, 15);
  300. this.label4.Margin = new System.Windows.Forms.Padding(15);
  301. this.label4.Name = "label4";
  302. this.label4.Size = new System.Drawing.Size(35, 13);
  303. this.label4.TabIndex = 7;
  304. this.label4.Text = "label4";
  305. //
  306. // Каталог
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.ClientSize = new System.Drawing.Size(610, 647);
  311. this.Controls.Add(this.comboBox1);
  312. this.Controls.Add(this.tLP4);
  313. this.Controls.Add(this.tLP3);
  314. this.Controls.Add(this.tLP2);
  315. this.Controls.Add(this.textBox1);
  316. this.Controls.Add(this.Sorts);
  317. this.Controls.Add(this.panel1);
  318. this.Controls.Add(this.tLP1);
  319. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  320. this.Margin = new System.Windows.Forms.Padding(2);
  321. this.MaximizeBox = false;
  322. this.MinimizeBox = false;
  323. this.Name = "Каталог";
  324. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  325. this.Text = "Каталог";
  326. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Каталог_FormClosing);
  327. this.tLP1.ResumeLayout(false);
  328. this.tLP1.PerformLayout();
  329. ((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit();
  330. this.panel1.ResumeLayout(false);
  331. this.panel1.PerformLayout();
  332. this.tLP2.ResumeLayout(false);
  333. this.tLP2.PerformLayout();
  334. ((System.ComponentModel.ISupportInitialize)(this.pic2)).EndInit();
  335. this.tLP3.ResumeLayout(false);
  336. this.tLP3.PerformLayout();
  337. ((System.ComponentModel.ISupportInitialize)(this.pic3)).EndInit();
  338. this.tLP4.ResumeLayout(false);
  339. this.tLP4.PerformLayout();
  340. ((System.ComponentModel.ISupportInitialize)(this.pic4)).EndInit();
  341. this.ResumeLayout(false);
  342. this.PerformLayout();
  343. }
  344. #endregion
  345. private System.Windows.Forms.TableLayoutPanel tLP1;
  346. private System.Windows.Forms.PictureBox pic1;
  347. private System.Windows.Forms.Panel panel1;
  348. private System.Windows.Forms.Button buttonNext;
  349. private System.Windows.Forms.Button buttonBack;
  350. private System.Windows.Forms.TextBox strNum;
  351. private System.Windows.Forms.Label strLab;
  352. private System.Windows.Forms.ComboBox Sorts;
  353. private System.Windows.Forms.TextBox textBox1;
  354. private System.Windows.Forms.TableLayoutPanel tLP2;
  355. private System.Windows.Forms.PictureBox pic2;
  356. private System.Windows.Forms.TableLayoutPanel tLP3;
  357. private System.Windows.Forms.PictureBox pic3;
  358. private System.Windows.Forms.TableLayoutPanel tLP4;
  359. private System.Windows.Forms.PictureBox pic4;
  360. private System.Windows.Forms.ComboBox comboBox1;
  361. private System.Windows.Forms.Label label1;
  362. private System.Windows.Forms.Label label2;
  363. private System.Windows.Forms.Label label3;
  364. private System.Windows.Forms.Label label4;
  365. }
  366. }