FrmSelectProductPic.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. namespace LYFZ.Software.UI.InitialSet.Product
  2. {
  3. partial class FrmSelectProductPic
  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(FrmSelectProductPic));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btn_org = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btn_early = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btn_refine = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.lab_ProName = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btn_Design = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.btn_DownPage = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.lab_TotalNum = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.lab_StartNum = new LYFZ.ComponentLibrary.LabelEx();
  44. this.btn_UpPage = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.chk_ShowDesignPic = new LYFZ.ComponentLibrary.CheckBoxEx();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).BeginInit();
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. this.panelEx1.SuspendLayout();
  50. this.panelEx4.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // pictureBoxEx1
  54. //
  55. this.pictureBoxEx1.Location = new System.Drawing.Point(1, 51);
  56. this.pictureBoxEx1.Size = new System.Drawing.Size(798, 488);
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.panelEx4);
  61. this.plExMainContainer.Controls.Add(this.panelEx1);
  62. this.plExMainContainer.Size = new System.Drawing.Size(800, 590);
  63. this.plExMainContainer.Controls.SetChildIndex(this.panelEx1, 0);
  64. this.plExMainContainer.Controls.SetChildIndex(this.panelEx4, 0);
  65. this.plExMainContainer.Controls.SetChildIndex(this.pictureBoxEx1, 0);
  66. //
  67. // plFormMainContent
  68. //
  69. this.plFormMainContent.Size = new System.Drawing.Size(800, 590);
  70. //
  71. // btnAppFormMaximize
  72. //
  73. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  74. this.btnAppFormMaximize.Location = new System.Drawing.Point(741, 0);
  75. //
  76. // btnAppFormExit
  77. //
  78. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  79. this.btnAppFormExit.Location = new System.Drawing.Point(768, 0);
  80. //
  81. // btnAppFormMinimize
  82. //
  83. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  84. this.btnAppFormMinimize.Location = new System.Drawing.Point(714, 0);
  85. //
  86. // panelEx1
  87. //
  88. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  89. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  90. this.panelEx1.BorderWidth = 1;
  91. this.panelEx1.Controls.Add(this.chk_ShowDesignPic);
  92. this.panelEx1.Controls.Add(this.btn_org);
  93. this.panelEx1.Controls.Add(this.panelEx3);
  94. this.panelEx1.Controls.Add(this.btn_early);
  95. this.panelEx1.Controls.Add(this.panelEx2);
  96. this.panelEx1.Controls.Add(this.btn_refine);
  97. this.panelEx1.Controls.Add(this.lab_ProName);
  98. this.panelEx1.Controls.Add(this.labelEx1);
  99. this.panelEx1.Controls.Add(this.panelEx5);
  100. this.panelEx1.Controls.Add(this.btn_Design);
  101. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  102. this.panelEx1.Location = new System.Drawing.Point(1, 1);
  103. this.panelEx1.Name = "panelEx1";
  104. this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
  105. this.panelEx1.Size = new System.Drawing.Size(798, 50);
  106. this.panelEx1.TabIndex = 2;
  107. //
  108. // btn_org
  109. //
  110. this.btn_org.BackColor = System.Drawing.Color.Transparent;
  111. this.btn_org.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_org.BackImg")));
  112. this.btn_org.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  113. this.btn_org.Dock = System.Windows.Forms.DockStyle.Right;
  114. this.btn_org.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  115. this.btn_org.ForeColor = System.Drawing.Color.White;
  116. this.btn_org.IsCustomBackImg = false;
  117. this.btn_org.IsShowText = true;
  118. this.btn_org.Location = new System.Drawing.Point(418, 10);
  119. this.btn_org.Name = "btn_org";
  120. this.btn_org.Size = new System.Drawing.Size(85, 30);
  121. this.btn_org.TabIndex = 5;
  122. this.btn_org.Text = "原片";
  123. this.btn_org.UseVisualStyleBackColor = false;
  124. //
  125. // panelEx3
  126. //
  127. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  128. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  129. this.panelEx3.BorderWidth = 1;
  130. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
  131. this.panelEx3.Location = new System.Drawing.Point(503, 10);
  132. this.panelEx3.Name = "panelEx3";
  133. this.panelEx3.Size = new System.Drawing.Size(10, 30);
  134. this.panelEx3.TabIndex = 4;
  135. //
  136. // btn_early
  137. //
  138. this.btn_early.BackColor = System.Drawing.Color.Transparent;
  139. this.btn_early.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_early.BackImg")));
  140. this.btn_early.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  141. this.btn_early.Dock = System.Windows.Forms.DockStyle.Right;
  142. this.btn_early.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  143. this.btn_early.ForeColor = System.Drawing.Color.White;
  144. this.btn_early.IsCustomBackImg = false;
  145. this.btn_early.IsShowText = true;
  146. this.btn_early.Location = new System.Drawing.Point(513, 10);
  147. this.btn_early.Name = "btn_early";
  148. this.btn_early.Size = new System.Drawing.Size(85, 30);
  149. this.btn_early.TabIndex = 3;
  150. this.btn_early.Text = "初修";
  151. this.btn_early.UseVisualStyleBackColor = false;
  152. //
  153. // panelEx2
  154. //
  155. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  156. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  157. this.panelEx2.BorderWidth = 1;
  158. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
  159. this.panelEx2.Location = new System.Drawing.Point(598, 10);
  160. this.panelEx2.Name = "panelEx2";
  161. this.panelEx2.Size = new System.Drawing.Size(10, 30);
  162. this.panelEx2.TabIndex = 2;
  163. //
  164. // btn_refine
  165. //
  166. this.btn_refine.BackColor = System.Drawing.Color.Transparent;
  167. this.btn_refine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_refine.BackImg")));
  168. this.btn_refine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  169. this.btn_refine.Dock = System.Windows.Forms.DockStyle.Right;
  170. this.btn_refine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  171. this.btn_refine.ForeColor = System.Drawing.Color.White;
  172. this.btn_refine.IsCustomBackImg = false;
  173. this.btn_refine.IsShowText = true;
  174. this.btn_refine.Location = new System.Drawing.Point(608, 10);
  175. this.btn_refine.Name = "btn_refine";
  176. this.btn_refine.Size = new System.Drawing.Size(85, 30);
  177. this.btn_refine.TabIndex = 1;
  178. this.btn_refine.Text = "精修";
  179. this.btn_refine.UseVisualStyleBackColor = false;
  180. //
  181. // lab_ProName
  182. //
  183. this.lab_ProName.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  184. | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.lab_ProName.AutoSize = true;
  187. this.lab_ProName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  188. this.lab_ProName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  189. this.lab_ProName.Location = new System.Drawing.Point(87, 17);
  190. this.lab_ProName.Name = "lab_ProName";
  191. this.lab_ProName.Size = new System.Drawing.Size(0, 17);
  192. this.lab_ProName.TabIndex = 0;
  193. //
  194. // labelEx1
  195. //
  196. this.labelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  197. | System.Windows.Forms.AnchorStyles.Left)
  198. | System.Windows.Forms.AnchorStyles.Right)));
  199. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  200. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  201. this.labelEx1.Location = new System.Drawing.Point(13, 17);
  202. this.labelEx1.Name = "labelEx1";
  203. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  204. this.labelEx1.TabIndex = 0;
  205. this.labelEx1.Text = "产品名称:";
  206. //
  207. // panelEx5
  208. //
  209. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  210. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  211. this.panelEx5.BorderWidth = 1;
  212. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Right;
  213. this.panelEx5.Location = new System.Drawing.Point(693, 10);
  214. this.panelEx5.Name = "panelEx5";
  215. this.panelEx5.Size = new System.Drawing.Size(10, 30);
  216. this.panelEx5.TabIndex = 7;
  217. //
  218. // btn_Design
  219. //
  220. this.btn_Design.BackColor = System.Drawing.Color.Transparent;
  221. this.btn_Design.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Design.BackImg")));
  222. this.btn_Design.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  223. this.btn_Design.Dock = System.Windows.Forms.DockStyle.Right;
  224. this.btn_Design.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btn_Design.ForeColor = System.Drawing.Color.White;
  226. this.btn_Design.IsCustomBackImg = false;
  227. this.btn_Design.IsShowText = true;
  228. this.btn_Design.Location = new System.Drawing.Point(703, 10);
  229. this.btn_Design.Name = "btn_Design";
  230. this.btn_Design.Size = new System.Drawing.Size(85, 30);
  231. this.btn_Design.TabIndex = 6;
  232. this.btn_Design.Text = "设计";
  233. this.btn_Design.UseVisualStyleBackColor = false;
  234. //
  235. // panelEx4
  236. //
  237. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  238. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  239. this.panelEx4.BorderWidth = 1;
  240. this.panelEx4.Controls.Add(this.btn_DownPage);
  241. this.panelEx4.Controls.Add(this.lab_TotalNum);
  242. this.panelEx4.Controls.Add(this.labelEx3);
  243. this.panelEx4.Controls.Add(this.lab_StartNum);
  244. this.panelEx4.Controls.Add(this.btn_UpPage);
  245. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Bottom;
  246. this.panelEx4.Location = new System.Drawing.Point(1, 539);
  247. this.panelEx4.Name = "panelEx4";
  248. this.panelEx4.Padding = new System.Windows.Forms.Padding(10);
  249. this.panelEx4.Size = new System.Drawing.Size(798, 50);
  250. this.panelEx4.TabIndex = 3;
  251. //
  252. // btn_DownPage
  253. //
  254. this.btn_DownPage.BackColor = System.Drawing.Color.Transparent;
  255. this.btn_DownPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_DownPage.BackImg")));
  256. this.btn_DownPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  257. this.btn_DownPage.Dock = System.Windows.Forms.DockStyle.Left;
  258. this.btn_DownPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  259. this.btn_DownPage.ForeColor = System.Drawing.Color.White;
  260. this.btn_DownPage.IsCustomBackImg = false;
  261. this.btn_DownPage.IsShowText = true;
  262. this.btn_DownPage.Location = new System.Drawing.Point(185, 10);
  263. this.btn_DownPage.Name = "btn_DownPage";
  264. this.btn_DownPage.Size = new System.Drawing.Size(85, 30);
  265. this.btn_DownPage.TabIndex = 2;
  266. this.btn_DownPage.Text = "下一张";
  267. this.btn_DownPage.UseVisualStyleBackColor = false;
  268. //
  269. // lab_TotalNum
  270. //
  271. this.lab_TotalNum.Dock = System.Windows.Forms.DockStyle.Left;
  272. this.lab_TotalNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  273. this.lab_TotalNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  274. this.lab_TotalNum.Location = new System.Drawing.Point(146, 10);
  275. this.lab_TotalNum.Name = "lab_TotalNum";
  276. this.lab_TotalNum.Size = new System.Drawing.Size(39, 30);
  277. this.lab_TotalNum.TabIndex = 1;
  278. this.lab_TotalNum.Text = "0";
  279. this.lab_TotalNum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  280. //
  281. // labelEx3
  282. //
  283. this.labelEx3.Dock = System.Windows.Forms.DockStyle.Left;
  284. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  285. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  286. this.labelEx3.Location = new System.Drawing.Point(134, 10);
  287. this.labelEx3.Name = "labelEx3";
  288. this.labelEx3.Size = new System.Drawing.Size(12, 30);
  289. this.labelEx3.TabIndex = 1;
  290. this.labelEx3.Text = "/";
  291. this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  292. //
  293. // lab_StartNum
  294. //
  295. this.lab_StartNum.Dock = System.Windows.Forms.DockStyle.Left;
  296. this.lab_StartNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  297. this.lab_StartNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  298. this.lab_StartNum.Location = new System.Drawing.Point(95, 10);
  299. this.lab_StartNum.Name = "lab_StartNum";
  300. this.lab_StartNum.Size = new System.Drawing.Size(39, 30);
  301. this.lab_StartNum.TabIndex = 1;
  302. this.lab_StartNum.Text = "0";
  303. this.lab_StartNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  304. //
  305. // btn_UpPage
  306. //
  307. this.btn_UpPage.BackColor = System.Drawing.Color.Transparent;
  308. this.btn_UpPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_UpPage.BackImg")));
  309. this.btn_UpPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  310. this.btn_UpPage.Dock = System.Windows.Forms.DockStyle.Left;
  311. this.btn_UpPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  312. this.btn_UpPage.ForeColor = System.Drawing.Color.White;
  313. this.btn_UpPage.IsCustomBackImg = false;
  314. this.btn_UpPage.IsShowText = true;
  315. this.btn_UpPage.Location = new System.Drawing.Point(10, 10);
  316. this.btn_UpPage.Name = "btn_UpPage";
  317. this.btn_UpPage.Size = new System.Drawing.Size(85, 30);
  318. this.btn_UpPage.TabIndex = 0;
  319. this.btn_UpPage.Text = "上一张";
  320. this.btn_UpPage.UseVisualStyleBackColor = false;
  321. //
  322. // chk_ShowDesignPic
  323. //
  324. this.chk_ShowDesignPic.AutoSize = true;
  325. this.chk_ShowDesignPic.BackColor = System.Drawing.Color.Transparent;
  326. this.chk_ShowDesignPic.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  327. this.chk_ShowDesignPic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  328. this.chk_ShowDesignPic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  329. this.chk_ShowDesignPic.Fourstates = false;
  330. this.chk_ShowDesignPic.IsGreenTick = false;
  331. this.chk_ShowDesignPic.Location = new System.Drawing.Point(265, 15);
  332. this.chk_ShowDesignPic.Name = "chk_ShowDesignPic";
  333. this.chk_ShowDesignPic.Size = new System.Drawing.Size(147, 21);
  334. this.chk_ShowDesignPic.TabIndex = 8;
  335. this.chk_ShowDesignPic.Text = "按产品名查看设计图片";
  336. this.chk_ShowDesignPic.UseVisualStyleBackColor = false;
  337. //
  338. // FrmSelectProductPic
  339. //
  340. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  341. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  342. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  343. this.ClientSize = new System.Drawing.Size(800, 655);
  344. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  345. this.Name = "FrmSelectProductPic";
  346. this.Text = "选片照片浏览";
  347. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  348. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  349. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  350. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  351. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  352. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  353. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  354. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).EndInit();
  355. this.plExMainContainer.ResumeLayout(false);
  356. this.plFormMainContent.ResumeLayout(false);
  357. this.panelEx1.ResumeLayout(false);
  358. this.panelEx1.PerformLayout();
  359. this.panelEx4.ResumeLayout(false);
  360. this.ResumeLayout(false);
  361. }
  362. #endregion
  363. private ComponentLibrary.PanelEx panelEx1;
  364. private ComponentLibrary.LabelEx labelEx1;
  365. protected ComponentLibrary.ButtonEx btn_refine;
  366. protected ComponentLibrary.ButtonEx btn_org;
  367. private ComponentLibrary.PanelEx panelEx3;
  368. protected ComponentLibrary.ButtonEx btn_early;
  369. private ComponentLibrary.PanelEx panelEx2;
  370. private ComponentLibrary.PanelEx panelEx4;
  371. private ComponentLibrary.LabelEx labelEx3;
  372. protected ComponentLibrary.LabelEx lab_ProName;
  373. protected ComponentLibrary.ButtonEx btn_DownPage;
  374. protected ComponentLibrary.LabelEx lab_TotalNum;
  375. protected ComponentLibrary.LabelEx lab_StartNum;
  376. protected ComponentLibrary.ButtonEx btn_UpPage;
  377. private ComponentLibrary.PanelEx panelEx5;
  378. protected ComponentLibrary.ButtonEx btn_Design;
  379. protected ComponentLibrary.CheckBoxEx chk_ShowDesignPic;
  380. }
  381. }