frmFTPFileImprot.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. namespace LYFZ.Software.MainBusiness.MultipleFileImport
  2. {
  3. partial class frmFTPFileImprot
  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(frmFTPFileImprot));
  29. System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("数据加载中...");
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.btn_Start = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btn_Stop = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.radio_fiveRef = new LYFZ.ComponentLibrary.RadioButtonEx();
  36. this.radio_thirdRef = new LYFZ.ComponentLibrary.RadioButtonEx();
  37. this.radio_None = new LYFZ.ComponentLibrary.RadioButtonEx();
  38. this.btn_Refresh = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.lv_StatusList = new LYFZ.ComponentLibrary.ListViewEx();
  42. this.ch_Name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.ch_Process = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.ch_Status = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  45. this.tabPage2 = new System.Windows.Forms.TabPage();
  46. this.lvComplete = 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.plExMainContainer.SuspendLayout();
  51. this.plFormMainContent.SuspendLayout();
  52. this.panelEx1.SuspendLayout();
  53. this.tabControlEx1.SuspendLayout();
  54. this.tabPage1.SuspendLayout();
  55. this.tabPage2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  61. this.plExMainContainer.Controls.Add(this.panelEx1);
  62. this.plExMainContainer.Size = new System.Drawing.Size(980, 545);
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.Size = new System.Drawing.Size(980, 545);
  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_Start);
  89. this.panelEx1.Controls.Add(this.panelEx3);
  90. this.panelEx1.Controls.Add(this.btn_Stop);
  91. this.panelEx1.Controls.Add(this.panelEx2);
  92. this.panelEx1.Controls.Add(this.radio_fiveRef);
  93. this.panelEx1.Controls.Add(this.radio_thirdRef);
  94. this.panelEx1.Controls.Add(this.radio_None);
  95. this.panelEx1.Controls.Add(this.btn_Refresh);
  96. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  98. this.panelEx1.Name = "panelEx1";
  99. this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
  100. this.panelEx1.Size = new System.Drawing.Size(980, 56);
  101. this.panelEx1.TabIndex = 0;
  102. //
  103. // btn_Start
  104. //
  105. this.btn_Start.BackColor = System.Drawing.Color.Transparent;
  106. this.btn_Start.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Start.BackImg")));
  107. this.btn_Start.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  108. this.btn_Start.Dock = System.Windows.Forms.DockStyle.Right;
  109. this.btn_Start.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  110. this.btn_Start.ForeColor = System.Drawing.Color.White;
  111. this.btn_Start.IsCustomBackImg = false;
  112. this.btn_Start.IsShowText = true;
  113. this.btn_Start.Location = new System.Drawing.Point(722, 10);
  114. this.btn_Start.Name = "btn_Start";
  115. this.btn_Start.Size = new System.Drawing.Size(76, 36);
  116. this.btn_Start.TabIndex = 5;
  117. this.btn_Start.Tag = "1";
  118. this.btn_Start.Text = "开始";
  119. this.btn_Start.UseVisualStyleBackColor = false;
  120. //
  121. // panelEx3
  122. //
  123. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  124. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  125. this.panelEx3.BorderWidth = 1;
  126. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
  127. this.panelEx3.Location = new System.Drawing.Point(798, 10);
  128. this.panelEx3.Name = "panelEx3";
  129. this.panelEx3.Size = new System.Drawing.Size(10, 36);
  130. this.panelEx3.TabIndex = 4;
  131. //
  132. // btn_Stop
  133. //
  134. this.btn_Stop.BackColor = System.Drawing.Color.Transparent;
  135. this.btn_Stop.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Stop.BackImg")));
  136. this.btn_Stop.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  137. this.btn_Stop.Dock = System.Windows.Forms.DockStyle.Right;
  138. this.btn_Stop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  139. this.btn_Stop.ForeColor = System.Drawing.Color.White;
  140. this.btn_Stop.IsCustomBackImg = false;
  141. this.btn_Stop.IsShowText = true;
  142. this.btn_Stop.Location = new System.Drawing.Point(808, 10);
  143. this.btn_Stop.Name = "btn_Stop";
  144. this.btn_Stop.Size = new System.Drawing.Size(76, 36);
  145. this.btn_Stop.TabIndex = 3;
  146. this.btn_Stop.Tag = "0";
  147. this.btn_Stop.Text = "暂停";
  148. this.btn_Stop.UseVisualStyleBackColor = false;
  149. //
  150. // panelEx2
  151. //
  152. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  153. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  154. this.panelEx2.BorderWidth = 1;
  155. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
  156. this.panelEx2.Location = new System.Drawing.Point(884, 10);
  157. this.panelEx2.Name = "panelEx2";
  158. this.panelEx2.Size = new System.Drawing.Size(10, 36);
  159. this.panelEx2.TabIndex = 2;
  160. //
  161. // radio_fiveRef
  162. //
  163. this.radio_fiveRef.AutoSize = true;
  164. this.radio_fiveRef.BackColor = System.Drawing.Color.Transparent;
  165. this.radio_fiveRef.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  166. this.radio_fiveRef.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  167. this.radio_fiveRef.Location = new System.Drawing.Point(156, 17);
  168. this.radio_fiveRef.Name = "radio_fiveRef";
  169. this.radio_fiveRef.Size = new System.Drawing.Size(69, 21);
  170. this.radio_fiveRef.TabIndex = 1;
  171. this.radio_fiveRef.Text = "5秒刷新";
  172. this.radio_fiveRef.UseVisualStyleBackColor = false;
  173. this.radio_fiveRef.Visible = false;
  174. //
  175. // radio_thirdRef
  176. //
  177. this.radio_thirdRef.AutoSize = true;
  178. this.radio_thirdRef.BackColor = System.Drawing.Color.Transparent;
  179. this.radio_thirdRef.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  180. this.radio_thirdRef.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  181. this.radio_thirdRef.Location = new System.Drawing.Point(87, 17);
  182. this.radio_thirdRef.Name = "radio_thirdRef";
  183. this.radio_thirdRef.Size = new System.Drawing.Size(69, 21);
  184. this.radio_thirdRef.TabIndex = 1;
  185. this.radio_thirdRef.Text = "3秒刷新";
  186. this.radio_thirdRef.UseVisualStyleBackColor = false;
  187. this.radio_thirdRef.Visible = false;
  188. //
  189. // radio_None
  190. //
  191. this.radio_None.AutoSize = true;
  192. this.radio_None.BackColor = System.Drawing.Color.Transparent;
  193. this.radio_None.Checked = true;
  194. this.radio_None.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  195. this.radio_None.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  196. this.radio_None.Location = new System.Drawing.Point(13, 17);
  197. this.radio_None.Name = "radio_None";
  198. this.radio_None.Size = new System.Drawing.Size(74, 21);
  199. this.radio_None.TabIndex = 1;
  200. this.radio_None.TabStop = true;
  201. this.radio_None.Text = "手动刷新";
  202. this.radio_None.UseVisualStyleBackColor = false;
  203. this.radio_None.Visible = false;
  204. //
  205. // btn_Refresh
  206. //
  207. this.btn_Refresh.BackColor = System.Drawing.Color.Transparent;
  208. this.btn_Refresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Refresh.BackImg")));
  209. this.btn_Refresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  210. this.btn_Refresh.Dock = System.Windows.Forms.DockStyle.Right;
  211. this.btn_Refresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  212. this.btn_Refresh.ForeColor = System.Drawing.Color.White;
  213. this.btn_Refresh.IsCustomBackImg = false;
  214. this.btn_Refresh.IsShowText = true;
  215. this.btn_Refresh.Location = new System.Drawing.Point(894, 10);
  216. this.btn_Refresh.Name = "btn_Refresh";
  217. this.btn_Refresh.Size = new System.Drawing.Size(76, 36);
  218. this.btn_Refresh.TabIndex = 0;
  219. this.btn_Refresh.Text = "刷新";
  220. this.btn_Refresh.UseVisualStyleBackColor = false;
  221. //
  222. // tabControlEx1
  223. //
  224. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  225. this.tabControlEx1.Controls.Add(this.tabPage1);
  226. this.tabControlEx1.Controls.Add(this.tabPage2);
  227. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  228. this.tabControlEx1.ItemSize = new System.Drawing.Size(70, 36);
  229. this.tabControlEx1.Location = new System.Drawing.Point(0, 56);
  230. this.tabControlEx1.Name = "tabControlEx1";
  231. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  232. this.tabControlEx1.SelectedIndex = 0;
  233. this.tabControlEx1.Size = new System.Drawing.Size(980, 489);
  234. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  235. this.tabControlEx1.TabIndex = 2;
  236. this.tabControlEx1.SelectedIndexChanged += new System.EventHandler(this.tabControlEx1_SelectedIndexChanged);
  237. //
  238. // tabPage1
  239. //
  240. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  241. this.tabPage1.Controls.Add(this.lv_StatusList);
  242. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  243. this.tabPage1.Name = "tabPage1";
  244. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  245. this.tabPage1.Size = new System.Drawing.Size(972, 445);
  246. this.tabPage1.TabIndex = 0;
  247. this.tabPage1.Text = "下载队列";
  248. //
  249. // lv_StatusList
  250. //
  251. this.lv_StatusList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  252. this.ch_Name,
  253. this.ch_Process,
  254. this.ch_Status});
  255. this.lv_StatusList.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.lv_StatusList.GridLines = true;
  257. this.lv_StatusList.IsDefaultShowGroups = false;
  258. this.lv_StatusList.Location = new System.Drawing.Point(3, 3);
  259. this.lv_StatusList.MultiSelect = false;
  260. this.lv_StatusList.Name = "lv_StatusList";
  261. this.lv_StatusList.Size = new System.Drawing.Size(966, 439);
  262. this.lv_StatusList.TabIndex = 2;
  263. this.lv_StatusList.UseCompatibleStateImageBehavior = false;
  264. this.lv_StatusList.View = System.Windows.Forms.View.Details;
  265. //
  266. // ch_Name
  267. //
  268. this.ch_Name.Text = "名称";
  269. this.ch_Name.Width = 795;
  270. //
  271. // ch_Process
  272. //
  273. this.ch_Process.Text = "进度";
  274. this.ch_Process.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  275. //
  276. // ch_Status
  277. //
  278. this.ch_Status.Text = "状态";
  279. this.ch_Status.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  280. this.ch_Status.Width = 95;
  281. //
  282. // tabPage2
  283. //
  284. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  285. this.tabPage2.Controls.Add(this.lvComplete);
  286. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  287. this.tabPage2.Name = "tabPage2";
  288. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  289. this.tabPage2.Size = new System.Drawing.Size(972, 445);
  290. this.tabPage2.TabIndex = 1;
  291. this.tabPage2.Text = "已完成";
  292. //
  293. // lvComplete
  294. //
  295. this.lvComplete.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  296. this.columnHeader1,
  297. this.columnHeader2,
  298. this.columnHeader3});
  299. this.lvComplete.Dock = System.Windows.Forms.DockStyle.Fill;
  300. this.lvComplete.GridLines = true;
  301. this.lvComplete.IsDefaultShowGroups = false;
  302. this.lvComplete.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  303. listViewItem2});
  304. this.lvComplete.Location = new System.Drawing.Point(3, 3);
  305. this.lvComplete.Name = "lvComplete";
  306. this.lvComplete.Size = new System.Drawing.Size(966, 439);
  307. this.lvComplete.TabIndex = 0;
  308. this.lvComplete.UseCompatibleStateImageBehavior = false;
  309. this.lvComplete.View = System.Windows.Forms.View.Details;
  310. //
  311. // columnHeader1
  312. //
  313. this.columnHeader1.Text = "任务描述";
  314. this.columnHeader1.Width = 700;
  315. //
  316. // columnHeader2
  317. //
  318. this.columnHeader2.Text = "开始时间";
  319. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  320. this.columnHeader2.Width = 129;
  321. //
  322. // columnHeader3
  323. //
  324. this.columnHeader3.Text = "完成时间";
  325. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  326. this.columnHeader3.Width = 124;
  327. //
  328. // frmFTPFileImprot
  329. //
  330. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  331. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  332. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  333. this.ClientSize = new System.Drawing.Size(980, 610);
  334. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  335. this.Name = "frmFTPFileImprot";
  336. this.Text = "FTP上传队列";
  337. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  338. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  339. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  340. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  341. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  342. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  343. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  344. this.plExMainContainer.ResumeLayout(false);
  345. this.plFormMainContent.ResumeLayout(false);
  346. this.panelEx1.ResumeLayout(false);
  347. this.panelEx1.PerformLayout();
  348. this.tabControlEx1.ResumeLayout(false);
  349. this.tabPage1.ResumeLayout(false);
  350. this.tabPage2.ResumeLayout(false);
  351. this.ResumeLayout(false);
  352. }
  353. #endregion
  354. private ComponentLibrary.PanelEx panelEx1;
  355. private ComponentLibrary.ButtonEx btn_Refresh;
  356. private ComponentLibrary.RadioButtonEx radio_fiveRef;
  357. private ComponentLibrary.RadioButtonEx radio_thirdRef;
  358. private ComponentLibrary.RadioButtonEx radio_None;
  359. private ComponentLibrary.ButtonEx btn_Start;
  360. private ComponentLibrary.PanelEx panelEx3;
  361. private ComponentLibrary.ButtonEx btn_Stop;
  362. private ComponentLibrary.PanelEx panelEx2;
  363. private ComponentLibrary.TabControlEx tabControlEx1;
  364. private System.Windows.Forms.TabPage tabPage1;
  365. private ComponentLibrary.ListViewEx lv_StatusList;
  366. private System.Windows.Forms.ColumnHeader ch_Name;
  367. private System.Windows.Forms.ColumnHeader ch_Process;
  368. private System.Windows.Forms.ColumnHeader ch_Status;
  369. private System.Windows.Forms.TabPage tabPage2;
  370. private ComponentLibrary.ListViewEx lvComplete;
  371. private System.Windows.Forms.ColumnHeader columnHeader1;
  372. private System.Windows.Forms.ColumnHeader columnHeader2;
  373. private System.Windows.Forms.ColumnHeader columnHeader3;
  374. }
  375. }