namespace LYFZ.Software.MainBusiness.MultipleFileImport { partial class frmFTPFileImprot { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFTPFileImprot)); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("数据加载中..."); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.btn_Start = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.btn_Stop = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.radio_fiveRef = new LYFZ.ComponentLibrary.RadioButtonEx(); this.radio_thirdRef = new LYFZ.ComponentLibrary.RadioButtonEx(); this.radio_None = new LYFZ.ComponentLibrary.RadioButtonEx(); this.btn_Refresh = new LYFZ.ComponentLibrary.ButtonEx(); this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.lv_StatusList = new LYFZ.ComponentLibrary.ListViewEx(); this.ch_Name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ch_Process = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ch_Status = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tabPage2 = new System.Windows.Forms.TabPage(); this.lvComplete = new LYFZ.ComponentLibrary.ListViewEx(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.tabControlEx1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.tabControlEx1); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(980, 545); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(980, 545); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(921, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(948, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(894, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.btn_Start); this.panelEx1.Controls.Add(this.panelEx3); this.panelEx1.Controls.Add(this.btn_Stop); this.panelEx1.Controls.Add(this.panelEx2); this.panelEx1.Controls.Add(this.radio_fiveRef); this.panelEx1.Controls.Add(this.radio_thirdRef); this.panelEx1.Controls.Add(this.radio_None); this.panelEx1.Controls.Add(this.btn_Refresh); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(10); this.panelEx1.Size = new System.Drawing.Size(980, 56); this.panelEx1.TabIndex = 0; // // btn_Start // this.btn_Start.BackColor = System.Drawing.Color.Transparent; this.btn_Start.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Start.BackImg"))); this.btn_Start.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Start.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Start.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Start.ForeColor = System.Drawing.Color.White; this.btn_Start.IsCustomBackImg = false; this.btn_Start.IsShowText = true; this.btn_Start.Location = new System.Drawing.Point(722, 10); this.btn_Start.Name = "btn_Start"; this.btn_Start.Size = new System.Drawing.Size(76, 36); this.btn_Start.TabIndex = 5; this.btn_Start.Tag = "1"; this.btn_Start.Text = "开始"; this.btn_Start.UseVisualStyleBackColor = false; // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx3.BorderWidth = 1; this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx3.Location = new System.Drawing.Point(798, 10); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(10, 36); this.panelEx3.TabIndex = 4; // // btn_Stop // this.btn_Stop.BackColor = System.Drawing.Color.Transparent; this.btn_Stop.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Stop.BackImg"))); this.btn_Stop.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Stop.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Stop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Stop.ForeColor = System.Drawing.Color.White; this.btn_Stop.IsCustomBackImg = false; this.btn_Stop.IsShowText = true; this.btn_Stop.Location = new System.Drawing.Point(808, 10); this.btn_Stop.Name = "btn_Stop"; this.btn_Stop.Size = new System.Drawing.Size(76, 36); this.btn_Stop.TabIndex = 3; this.btn_Stop.Tag = "0"; this.btn_Stop.Text = "暂停"; this.btn_Stop.UseVisualStyleBackColor = false; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx2.BorderWidth = 1; this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx2.Location = new System.Drawing.Point(884, 10); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(10, 36); this.panelEx2.TabIndex = 2; // // radio_fiveRef // this.radio_fiveRef.AutoSize = true; this.radio_fiveRef.BackColor = System.Drawing.Color.Transparent; this.radio_fiveRef.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.radio_fiveRef.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.radio_fiveRef.Location = new System.Drawing.Point(156, 17); this.radio_fiveRef.Name = "radio_fiveRef"; this.radio_fiveRef.Size = new System.Drawing.Size(69, 21); this.radio_fiveRef.TabIndex = 1; this.radio_fiveRef.Text = "5秒刷新"; this.radio_fiveRef.UseVisualStyleBackColor = false; this.radio_fiveRef.Visible = false; // // radio_thirdRef // this.radio_thirdRef.AutoSize = true; this.radio_thirdRef.BackColor = System.Drawing.Color.Transparent; this.radio_thirdRef.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.radio_thirdRef.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.radio_thirdRef.Location = new System.Drawing.Point(87, 17); this.radio_thirdRef.Name = "radio_thirdRef"; this.radio_thirdRef.Size = new System.Drawing.Size(69, 21); this.radio_thirdRef.TabIndex = 1; this.radio_thirdRef.Text = "3秒刷新"; this.radio_thirdRef.UseVisualStyleBackColor = false; this.radio_thirdRef.Visible = false; // // radio_None // this.radio_None.AutoSize = true; this.radio_None.BackColor = System.Drawing.Color.Transparent; this.radio_None.Checked = true; this.radio_None.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.radio_None.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.radio_None.Location = new System.Drawing.Point(13, 17); this.radio_None.Name = "radio_None"; this.radio_None.Size = new System.Drawing.Size(74, 21); this.radio_None.TabIndex = 1; this.radio_None.TabStop = true; this.radio_None.Text = "手动刷新"; this.radio_None.UseVisualStyleBackColor = false; this.radio_None.Visible = false; // // btn_Refresh // this.btn_Refresh.BackColor = System.Drawing.Color.Transparent; this.btn_Refresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Refresh.BackImg"))); this.btn_Refresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_Refresh.Dock = System.Windows.Forms.DockStyle.Right; this.btn_Refresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_Refresh.ForeColor = System.Drawing.Color.White; this.btn_Refresh.IsCustomBackImg = false; this.btn_Refresh.IsShowText = true; this.btn_Refresh.Location = new System.Drawing.Point(894, 10); this.btn_Refresh.Name = "btn_Refresh"; this.btn_Refresh.Size = new System.Drawing.Size(76, 36); this.btn_Refresh.TabIndex = 0; this.btn_Refresh.Text = "刷新"; this.btn_Refresh.UseVisualStyleBackColor = false; // // tabControlEx1 // this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.Controls.Add(this.tabPage1); this.tabControlEx1.Controls.Add(this.tabPage2); this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlEx1.ItemSize = new System.Drawing.Size(70, 36); this.tabControlEx1.Location = new System.Drawing.Point(0, 56); this.tabControlEx1.Name = "tabControlEx1"; this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.SelectedIndex = 0; this.tabControlEx1.Size = new System.Drawing.Size(980, 489); this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlEx1.TabIndex = 2; this.tabControlEx1.SelectedIndexChanged += new System.EventHandler(this.tabControlEx1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage1.Controls.Add(this.lv_StatusList); this.tabPage1.Location = new System.Drawing.Point(4, 40); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(972, 445); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "下载队列"; // // lv_StatusList // this.lv_StatusList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.ch_Name, this.ch_Process, this.ch_Status}); this.lv_StatusList.Dock = System.Windows.Forms.DockStyle.Fill; this.lv_StatusList.GridLines = true; this.lv_StatusList.IsDefaultShowGroups = false; this.lv_StatusList.Location = new System.Drawing.Point(3, 3); this.lv_StatusList.MultiSelect = false; this.lv_StatusList.Name = "lv_StatusList"; this.lv_StatusList.Size = new System.Drawing.Size(966, 439); this.lv_StatusList.TabIndex = 2; this.lv_StatusList.UseCompatibleStateImageBehavior = false; this.lv_StatusList.View = System.Windows.Forms.View.Details; // // ch_Name // this.ch_Name.Text = "名称"; this.ch_Name.Width = 795; // // ch_Process // this.ch_Process.Text = "进度"; this.ch_Process.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // ch_Status // this.ch_Status.Text = "状态"; this.ch_Status.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.ch_Status.Width = 95; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage2.Controls.Add(this.lvComplete); this.tabPage2.Location = new System.Drawing.Point(4, 40); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(972, 445); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "已完成"; // // lvComplete // this.lvComplete.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3}); this.lvComplete.Dock = System.Windows.Forms.DockStyle.Fill; this.lvComplete.GridLines = true; this.lvComplete.IsDefaultShowGroups = false; this.lvComplete.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem2}); this.lvComplete.Location = new System.Drawing.Point(3, 3); this.lvComplete.Name = "lvComplete"; this.lvComplete.Size = new System.Drawing.Size(966, 439); this.lvComplete.TabIndex = 0; this.lvComplete.UseCompatibleStateImageBehavior = false; this.lvComplete.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "任务描述"; this.columnHeader1.Width = 700; // // columnHeader2 // this.columnHeader2.Text = "开始时间"; this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader2.Width = 129; // // columnHeader3 // this.columnHeader3.Text = "完成时间"; this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader3.Width = 124; // // frmFTPFileImprot // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(980, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmFTPFileImprot"; this.Text = "FTP上传队列"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.tabControlEx1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.ButtonEx btn_Refresh; private ComponentLibrary.RadioButtonEx radio_fiveRef; private ComponentLibrary.RadioButtonEx radio_thirdRef; private ComponentLibrary.RadioButtonEx radio_None; private ComponentLibrary.ButtonEx btn_Start; private ComponentLibrary.PanelEx panelEx3; private ComponentLibrary.ButtonEx btn_Stop; private ComponentLibrary.PanelEx panelEx2; private ComponentLibrary.TabControlEx tabControlEx1; private System.Windows.Forms.TabPage tabPage1; private ComponentLibrary.ListViewEx lv_StatusList; private System.Windows.Forms.ColumnHeader ch_Name; private System.Windows.Forms.ColumnHeader ch_Process; private System.Windows.Forms.ColumnHeader ch_Status; private System.Windows.Forms.TabPage tabPage2; private ComponentLibrary.ListViewEx lvComplete; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; } }