frmMultipleFileImport.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  1. namespace LYFZ.Software.MainBusiness.MultipleFileImport
  2. {
  3. partial class frmMultipleFileImport
  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(frmMultipleFileImport));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btn_AllStop = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btn_AllStart = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.cb_AutoShutDown = new LYFZ.ComponentLibrary.CheckBoxEx();
  35. this.cb_AutoCheck = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.btn_Stop = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btn_Start = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.btn_Faild = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.btn_Detail = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.btn_Delete = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.listViewEx1 = new LYFZ.ComponentLibrary.ListViewEx();
  47. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.tb_LogInfo = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.plExMainContainer.SuspendLayout();
  53. this.plFormMainContent.SuspendLayout();
  54. this.panelEx1.SuspendLayout();
  55. this.panelEx2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.panelEx2);
  61. this.plExMainContainer.Controls.Add(this.panelEx1);
  62. this.plExMainContainer.Size = new System.Drawing.Size(980, 685);
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.Size = new System.Drawing.Size(980, 685);
  67. //
  68. // btnAppFormMaximize
  69. //
  70. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  71. this.btnAppFormMaximize.Location = new System.Drawing.Point(921, 0);
  72. //
  73. // btnAppFormExit
  74. //
  75. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  76. this.btnAppFormExit.Location = new System.Drawing.Point(948, 0);
  77. //
  78. // btnAppFormMinimize
  79. //
  80. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  81. this.btnAppFormMinimize.Location = new System.Drawing.Point(894, 0);
  82. //
  83. // panelEx1
  84. //
  85. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  86. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  87. this.panelEx1.BorderWidth = 1;
  88. this.panelEx1.Controls.Add(this.btn_AllStop);
  89. this.panelEx1.Controls.Add(this.panelEx6);
  90. this.panelEx1.Controls.Add(this.btn_AllStart);
  91. this.panelEx1.Controls.Add(this.panelEx7);
  92. this.panelEx1.Controls.Add(this.cb_AutoShutDown);
  93. this.panelEx1.Controls.Add(this.cb_AutoCheck);
  94. this.panelEx1.Controls.Add(this.btn_Stop);
  95. this.panelEx1.Controls.Add(this.panelEx5);
  96. this.panelEx1.Controls.Add(this.btn_Start);
  97. this.panelEx1.Controls.Add(this.panelEx4);
  98. this.panelEx1.Controls.Add(this.btn_Faild);
  99. this.panelEx1.Controls.Add(this.panelEx3);
  100. this.panelEx1.Controls.Add(this.btn_Detail);
  101. this.panelEx1.Controls.Add(this.panelEx8);
  102. this.panelEx1.Controls.Add(this.btn_Delete);
  103. this.panelEx1.Controls.Add(this.panelEx9);
  104. this.panelEx1.Controls.Add(this.tb_LogInfo);
  105. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  106. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  107. this.panelEx1.Name = "panelEx1";
  108. this.panelEx1.Padding = new System.Windows.Forms.Padding(0, 15, 15, 15);
  109. this.panelEx1.Size = new System.Drawing.Size(980, 69);
  110. this.panelEx1.TabIndex = 0;
  111. //
  112. // btn_AllStop
  113. //
  114. this.btn_AllStop.BackColor = System.Drawing.Color.Transparent;
  115. this.btn_AllStop.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AllStop.BackImg")));
  116. this.btn_AllStop.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  117. this.btn_AllStop.Dock = System.Windows.Forms.DockStyle.Right;
  118. this.btn_AllStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  119. this.btn_AllStop.ForeColor = System.Drawing.Color.White;
  120. this.btn_AllStop.IsCustomBackImg = false;
  121. this.btn_AllStop.IsShowText = true;
  122. this.btn_AllStop.Location = new System.Drawing.Point(418, 15);
  123. this.btn_AllStop.Name = "btn_AllStop";
  124. this.btn_AllStop.Size = new System.Drawing.Size(64, 39);
  125. this.btn_AllStop.TabIndex = 9;
  126. this.btn_AllStop.Tag = "AllStop";
  127. this.btn_AllStop.Text = "暂停";
  128. this.btn_AllStop.UseVisualStyleBackColor = false;
  129. //
  130. // panelEx6
  131. //
  132. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  133. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  134. this.panelEx6.BorderWidth = 1;
  135. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Right;
  136. this.panelEx6.Location = new System.Drawing.Point(482, 15);
  137. this.panelEx6.Name = "panelEx6";
  138. this.panelEx6.Size = new System.Drawing.Size(5, 39);
  139. this.panelEx6.TabIndex = 10;
  140. //
  141. // btn_AllStart
  142. //
  143. this.btn_AllStart.BackColor = System.Drawing.Color.Transparent;
  144. this.btn_AllStart.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_AllStart.BackImg")));
  145. this.btn_AllStart.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  146. this.btn_AllStart.Dock = System.Windows.Forms.DockStyle.Right;
  147. this.btn_AllStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  148. this.btn_AllStart.ForeColor = System.Drawing.Color.White;
  149. this.btn_AllStart.IsCustomBackImg = false;
  150. this.btn_AllStart.IsShowText = true;
  151. this.btn_AllStart.Location = new System.Drawing.Point(487, 15);
  152. this.btn_AllStart.Name = "btn_AllStart";
  153. this.btn_AllStart.Size = new System.Drawing.Size(64, 39);
  154. this.btn_AllStart.TabIndex = 7;
  155. this.btn_AllStart.Tag = "AllStart";
  156. this.btn_AllStart.Text = "开始";
  157. this.btn_AllStart.UseVisualStyleBackColor = false;
  158. //
  159. // panelEx7
  160. //
  161. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  162. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  163. this.panelEx7.BorderWidth = 1;
  164. this.panelEx7.Dock = System.Windows.Forms.DockStyle.Right;
  165. this.panelEx7.Location = new System.Drawing.Point(551, 15);
  166. this.panelEx7.Name = "panelEx7";
  167. this.panelEx7.Size = new System.Drawing.Size(5, 39);
  168. this.panelEx7.TabIndex = 8;
  169. //
  170. // cb_AutoShutDown
  171. //
  172. this.cb_AutoShutDown.AutoSize = true;
  173. this.cb_AutoShutDown.BackColor = System.Drawing.Color.Transparent;
  174. this.cb_AutoShutDown.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  175. this.cb_AutoShutDown.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  176. this.cb_AutoShutDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  177. this.cb_AutoShutDown.Fourstates = false;
  178. this.cb_AutoShutDown.IsGreenTick = false;
  179. this.cb_AutoShutDown.Location = new System.Drawing.Point(19, 25);
  180. this.cb_AutoShutDown.Name = "cb_AutoShutDown";
  181. this.cb_AutoShutDown.Size = new System.Drawing.Size(87, 21);
  182. this.cb_AutoShutDown.TabIndex = 6;
  183. this.cb_AutoShutDown.Text = "完成后关机";
  184. this.cb_AutoShutDown.UseVisualStyleBackColor = false;
  185. //
  186. // cb_AutoCheck
  187. //
  188. this.cb_AutoCheck.AutoSize = true;
  189. this.cb_AutoCheck.BackColor = System.Drawing.Color.Transparent;
  190. this.cb_AutoCheck.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  191. this.cb_AutoCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  192. this.cb_AutoCheck.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  193. this.cb_AutoCheck.Fourstates = false;
  194. this.cb_AutoCheck.IsGreenTick = false;
  195. this.cb_AutoCheck.Location = new System.Drawing.Point(19, 25);
  196. this.cb_AutoCheck.Name = "cb_AutoCheck";
  197. this.cb_AutoCheck.Size = new System.Drawing.Size(75, 21);
  198. this.cb_AutoCheck.TabIndex = 6;
  199. this.cb_AutoCheck.Text = "自动上传";
  200. this.cb_AutoCheck.UseVisualStyleBackColor = false;
  201. this.cb_AutoCheck.Visible = false;
  202. //
  203. // btn_Stop
  204. //
  205. this.btn_Stop.BackColor = System.Drawing.Color.Transparent;
  206. this.btn_Stop.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Stop.BackImg")));
  207. this.btn_Stop.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  208. this.btn_Stop.Dock = System.Windows.Forms.DockStyle.Right;
  209. this.btn_Stop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  210. this.btn_Stop.ForeColor = System.Drawing.Color.White;
  211. this.btn_Stop.IsCustomBackImg = false;
  212. this.btn_Stop.IsShowText = true;
  213. this.btn_Stop.Location = new System.Drawing.Point(556, 15);
  214. this.btn_Stop.Name = "btn_Stop";
  215. this.btn_Stop.Size = new System.Drawing.Size(64, 39);
  216. this.btn_Stop.TabIndex = 4;
  217. this.btn_Stop.Tag = "Stop";
  218. this.btn_Stop.Text = "暂停";
  219. this.btn_Stop.UseVisualStyleBackColor = false;
  220. this.btn_Stop.Visible = false;
  221. //
  222. // panelEx5
  223. //
  224. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  225. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  226. this.panelEx5.BorderWidth = 1;
  227. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Right;
  228. this.panelEx5.Location = new System.Drawing.Point(620, 15);
  229. this.panelEx5.Name = "panelEx5";
  230. this.panelEx5.Size = new System.Drawing.Size(5, 39);
  231. this.panelEx5.TabIndex = 5;
  232. //
  233. // btn_Start
  234. //
  235. this.btn_Start.BackColor = System.Drawing.Color.Transparent;
  236. this.btn_Start.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Start.BackImg")));
  237. this.btn_Start.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  238. this.btn_Start.Dock = System.Windows.Forms.DockStyle.Right;
  239. this.btn_Start.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  240. this.btn_Start.ForeColor = System.Drawing.Color.White;
  241. this.btn_Start.IsCustomBackImg = false;
  242. this.btn_Start.IsShowText = true;
  243. this.btn_Start.Location = new System.Drawing.Point(625, 15);
  244. this.btn_Start.Name = "btn_Start";
  245. this.btn_Start.Size = new System.Drawing.Size(64, 39);
  246. this.btn_Start.TabIndex = 2;
  247. this.btn_Start.Tag = "Start";
  248. this.btn_Start.Text = "开始";
  249. this.btn_Start.UseVisualStyleBackColor = false;
  250. this.btn_Start.Visible = false;
  251. //
  252. // panelEx4
  253. //
  254. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  255. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  256. this.panelEx4.BorderWidth = 1;
  257. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Right;
  258. this.panelEx4.Location = new System.Drawing.Point(689, 15);
  259. this.panelEx4.Name = "panelEx4";
  260. this.panelEx4.Size = new System.Drawing.Size(5, 39);
  261. this.panelEx4.TabIndex = 3;
  262. this.panelEx4.Visible = false;
  263. //
  264. // btn_Faild
  265. //
  266. this.btn_Faild.BackColor = System.Drawing.Color.Transparent;
  267. this.btn_Faild.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Faild.BackImg")));
  268. this.btn_Faild.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  269. this.btn_Faild.Dock = System.Windows.Forms.DockStyle.Right;
  270. this.btn_Faild.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  271. this.btn_Faild.ForeColor = System.Drawing.Color.White;
  272. this.btn_Faild.IsCustomBackImg = false;
  273. this.btn_Faild.IsShowText = true;
  274. this.btn_Faild.Location = new System.Drawing.Point(694, 15);
  275. this.btn_Faild.Name = "btn_Faild";
  276. this.btn_Faild.Size = new System.Drawing.Size(64, 39);
  277. this.btn_Faild.TabIndex = 0;
  278. this.btn_Faild.Tag = "Error";
  279. this.btn_Faild.Text = "清空错误";
  280. this.btn_Faild.UseVisualStyleBackColor = false;
  281. //
  282. // panelEx3
  283. //
  284. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  285. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  286. this.panelEx3.BorderWidth = 1;
  287. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
  288. this.panelEx3.Location = new System.Drawing.Point(758, 15);
  289. this.panelEx3.Name = "panelEx3";
  290. this.panelEx3.Size = new System.Drawing.Size(5, 39);
  291. this.panelEx3.TabIndex = 1;
  292. //
  293. // btn_Detail
  294. //
  295. this.btn_Detail.BackColor = System.Drawing.Color.Transparent;
  296. this.btn_Detail.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Detail.BackImg")));
  297. this.btn_Detail.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  298. this.btn_Detail.Dock = System.Windows.Forms.DockStyle.Right;
  299. this.btn_Detail.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  300. this.btn_Detail.ForeColor = System.Drawing.Color.White;
  301. this.btn_Detail.IsCustomBackImg = false;
  302. this.btn_Detail.IsShowText = true;
  303. this.btn_Detail.Location = new System.Drawing.Point(763, 15);
  304. this.btn_Detail.Name = "btn_Detail";
  305. this.btn_Detail.Size = new System.Drawing.Size(64, 39);
  306. this.btn_Detail.TabIndex = 0;
  307. this.btn_Detail.Tag = "Detail";
  308. this.btn_Detail.Text = "详情";
  309. this.btn_Detail.UseVisualStyleBackColor = false;
  310. //
  311. // panelEx8
  312. //
  313. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  314. this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  315. this.panelEx8.BorderWidth = 1;
  316. this.panelEx8.Dock = System.Windows.Forms.DockStyle.Right;
  317. this.panelEx8.Location = new System.Drawing.Point(827, 15);
  318. this.panelEx8.Name = "panelEx8";
  319. this.panelEx8.Size = new System.Drawing.Size(5, 39);
  320. this.panelEx8.TabIndex = 12;
  321. //
  322. // btn_Delete
  323. //
  324. this.btn_Delete.BackColor = System.Drawing.Color.Transparent;
  325. this.btn_Delete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Delete.BackImg")));
  326. this.btn_Delete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  327. this.btn_Delete.Dock = System.Windows.Forms.DockStyle.Right;
  328. this.btn_Delete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  329. this.btn_Delete.ForeColor = System.Drawing.Color.White;
  330. this.btn_Delete.IsCustomBackImg = false;
  331. this.btn_Delete.IsShowText = true;
  332. this.btn_Delete.Location = new System.Drawing.Point(832, 15);
  333. this.btn_Delete.Name = "btn_Delete";
  334. this.btn_Delete.Size = new System.Drawing.Size(64, 39);
  335. this.btn_Delete.TabIndex = 11;
  336. this.btn_Delete.Tag = "Delete";
  337. this.btn_Delete.Text = "删除";
  338. this.btn_Delete.UseVisualStyleBackColor = false;
  339. //
  340. // panelEx2
  341. //
  342. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  343. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  344. this.panelEx2.BorderWidth = 1;
  345. this.panelEx2.Controls.Add(this.listViewEx1);
  346. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  347. this.panelEx2.Location = new System.Drawing.Point(0, 69);
  348. this.panelEx2.Name = "panelEx2";
  349. this.panelEx2.Size = new System.Drawing.Size(980, 616);
  350. this.panelEx2.TabIndex = 1;
  351. //
  352. // listViewEx1
  353. //
  354. this.listViewEx1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  355. this.columnHeader1,
  356. this.columnHeader2,
  357. this.columnHeader3});
  358. this.listViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  359. this.listViewEx1.Font = new System.Drawing.Font("黑体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.listViewEx1.FullRowSelect = true;
  361. this.listViewEx1.GridLines = true;
  362. this.listViewEx1.IsDefaultShowGroups = false;
  363. this.listViewEx1.Location = new System.Drawing.Point(0, 0);
  364. this.listViewEx1.Name = "listViewEx1";
  365. this.listViewEx1.Size = new System.Drawing.Size(980, 616);
  366. this.listViewEx1.TabIndex = 0;
  367. this.listViewEx1.UseCompatibleStateImageBehavior = false;
  368. this.listViewEx1.View = System.Windows.Forms.View.Details;
  369. //
  370. // columnHeader1
  371. //
  372. this.columnHeader1.Text = "导片名称";
  373. this.columnHeader1.Width = 670;
  374. //
  375. // columnHeader2
  376. //
  377. this.columnHeader2.Text = "状态";
  378. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  379. //
  380. // columnHeader3
  381. //
  382. this.columnHeader3.Text = "备注";
  383. this.columnHeader3.Width = 243;
  384. //
  385. // tb_LogInfo
  386. //
  387. this.tb_LogInfo.BackColor = System.Drawing.Color.Transparent;
  388. this.tb_LogInfo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("tb_LogInfo.BackImg")));
  389. this.tb_LogInfo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  390. this.tb_LogInfo.Dock = System.Windows.Forms.DockStyle.Right;
  391. this.tb_LogInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  392. this.tb_LogInfo.ForeColor = System.Drawing.Color.White;
  393. this.tb_LogInfo.IsCustomBackImg = false;
  394. this.tb_LogInfo.IsShowText = true;
  395. this.tb_LogInfo.Location = new System.Drawing.Point(901, 15);
  396. this.tb_LogInfo.Name = "tb_LogInfo";
  397. this.tb_LogInfo.Size = new System.Drawing.Size(64, 39);
  398. this.tb_LogInfo.TabIndex = 13;
  399. this.tb_LogInfo.Tag = "Delete";
  400. this.tb_LogInfo.Text = "日志";
  401. this.tb_LogInfo.UseVisualStyleBackColor = false;
  402. this.tb_LogInfo.Click += new System.EventHandler(this.tb_LogInfo_Click);
  403. //
  404. // panelEx9
  405. //
  406. this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  407. this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  408. this.panelEx9.BorderWidth = 1;
  409. this.panelEx9.Dock = System.Windows.Forms.DockStyle.Right;
  410. this.panelEx9.Location = new System.Drawing.Point(896, 15);
  411. this.panelEx9.Name = "panelEx9";
  412. this.panelEx9.Size = new System.Drawing.Size(5, 39);
  413. this.panelEx9.TabIndex = 14;
  414. //
  415. // frmMultipleFileImport
  416. //
  417. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  419. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  420. this.ClientSize = new System.Drawing.Size(980, 750);
  421. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  422. this.Name = "frmMultipleFileImport";
  423. this.Text = "导片队列";
  424. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  425. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  426. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  427. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  428. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  429. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  430. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  431. this.plExMainContainer.ResumeLayout(false);
  432. this.plFormMainContent.ResumeLayout(false);
  433. this.panelEx1.ResumeLayout(false);
  434. this.panelEx1.PerformLayout();
  435. this.panelEx2.ResumeLayout(false);
  436. this.ResumeLayout(false);
  437. }
  438. #endregion
  439. private ComponentLibrary.PanelEx panelEx2;
  440. private ComponentLibrary.ListViewEx listViewEx1;
  441. private System.Windows.Forms.ColumnHeader columnHeader1;
  442. private System.Windows.Forms.ColumnHeader columnHeader2;
  443. private System.Windows.Forms.ColumnHeader columnHeader3;
  444. private ComponentLibrary.PanelEx panelEx1;
  445. private ComponentLibrary.ButtonEx btn_Faild;
  446. private ComponentLibrary.ButtonEx btn_Detail;
  447. private ComponentLibrary.PanelEx panelEx3;
  448. private ComponentLibrary.ButtonEx btn_Stop;
  449. private ComponentLibrary.PanelEx panelEx5;
  450. private ComponentLibrary.ButtonEx btn_Start;
  451. private ComponentLibrary.PanelEx panelEx4;
  452. private ComponentLibrary.CheckBoxEx cb_AutoCheck;
  453. private ComponentLibrary.ButtonEx btn_AllStop;
  454. private ComponentLibrary.PanelEx panelEx6;
  455. private ComponentLibrary.ButtonEx btn_AllStart;
  456. private ComponentLibrary.PanelEx panelEx7;
  457. private ComponentLibrary.PanelEx panelEx8;
  458. private ComponentLibrary.ButtonEx btn_Delete;
  459. protected internal ComponentLibrary.CheckBoxEx cb_AutoShutDown;
  460. private ComponentLibrary.PanelEx panelEx9;
  461. private ComponentLibrary.ButtonEx tb_LogInfo;
  462. }
  463. }