123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406 |
- namespace LYFZ.Software.UI.DoorCityProcess
- {
- partial class FTPUpFileForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FTPUpFileForm));
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.cb_ExistCheck = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.radioButtonEx2 = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.tb_ = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.cb_Scene = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_FuncType = new LYFZ.ComponentLibrary.LabelEx();
- this.lab_OrderNumber = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btn_Upfile = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.btn_cancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.gb_FTPInfo = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.lab_FtpInfo = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.gb_FTPInfo.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.groupBoxEx1);
- this.plExMainContainer.Controls.Add(this.panelEx3);
- this.plExMainContainer.Controls.Add(this.gb_FTPInfo);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10, 10, 10, 0);
- this.plExMainContainer.Size = new System.Drawing.Size(296, 324);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(296, 324);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(397, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(264, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(397, 0);
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Controls.Add(this.cb_ExistCheck);
- this.groupBoxEx1.Controls.Add(this.radioButtonEx2);
- this.groupBoxEx1.Controls.Add(this.tb_);
- this.groupBoxEx1.Controls.Add(this.labelEx6);
- this.groupBoxEx1.Controls.Add(this.labelEx4);
- this.groupBoxEx1.Controls.Add(this.cb_Scene);
- this.groupBoxEx1.Controls.Add(this.labelEx3);
- this.groupBoxEx1.Controls.Add(this.labelEx2);
- this.groupBoxEx1.Controls.Add(this.lab_FuncType);
- this.groupBoxEx1.Controls.Add(this.lab_OrderNumber);
- this.groupBoxEx1.Controls.Add(this.labelEx1);
- this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBoxEx1.Location = new System.Drawing.Point(10, 10);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(276, 172);
- this.groupBoxEx1.TabIndex = 0;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "订单信息";
- //
- // cb_ExistCheck
- //
- this.cb_ExistCheck.AutoSize = true;
- this.cb_ExistCheck.BackColor = System.Drawing.Color.Transparent;
- this.cb_ExistCheck.Checked = true;
- this.cb_ExistCheck.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cb_ExistCheck.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cb_ExistCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cb_ExistCheck.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cb_ExistCheck.Fourstates = false;
- this.cb_ExistCheck.IsGreenTick = false;
- this.cb_ExistCheck.Location = new System.Drawing.Point(82, 103);
- this.cb_ExistCheck.Name = "cb_ExistCheck";
- this.cb_ExistCheck.Size = new System.Drawing.Size(51, 21);
- this.cb_ExistCheck.TabIndex = 8;
- this.cb_ExistCheck.Text = "覆盖";
- this.cb_ExistCheck.UseVisualStyleBackColor = false;
- //
- // radioButtonEx2
- //
- this.radioButtonEx2.AutoSize = true;
- this.radioButtonEx2.BackColor = System.Drawing.Color.Transparent;
- this.radioButtonEx2.Checked = true;
- this.radioButtonEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.radioButtonEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.radioButtonEx2.Location = new System.Drawing.Point(151, 77);
- this.radioButtonEx2.Name = "radioButtonEx2";
- this.radioButtonEx2.Size = new System.Drawing.Size(50, 21);
- this.radioButtonEx2.TabIndex = 7;
- this.radioButtonEx2.TabStop = true;
- this.radioButtonEx2.Text = "上传";
- this.radioButtonEx2.UseVisualStyleBackColor = false;
- //
- // tb_
- //
- this.tb_.AutoSize = true;
- this.tb_.BackColor = System.Drawing.Color.Transparent;
- this.tb_.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.tb_.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.tb_.Location = new System.Drawing.Point(83, 77);
- this.tb_.Name = "tb_";
- this.tb_.Size = new System.Drawing.Size(62, 21);
- this.tb_.TabIndex = 7;
- this.tb_.Text = "不上传";
- this.tb_.UseVisualStyleBackColor = false;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.labelEx6.Location = new System.Drawing.Point(18, 105);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(68, 17);
- this.labelEx6.TabIndex = 6;
- this.labelEx6.Text = "重复检测:";
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.labelEx4.Location = new System.Drawing.Point(18, 79);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 6;
- this.labelEx4.Text = "原始照片:";
- //
- // cb_Scene
- //
- this.cb_Scene.AutoSize = true;
- this.cb_Scene.BackColor = System.Drawing.Color.Transparent;
- this.cb_Scene.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cb_Scene.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cb_Scene.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cb_Scene.Fourstates = false;
- this.cb_Scene.IsGreenTick = false;
- this.cb_Scene.Location = new System.Drawing.Point(82, 130);
- this.cb_Scene.Name = "cb_Scene";
- this.cb_Scene.Size = new System.Drawing.Size(51, 21);
- this.cb_Scene.TabIndex = 4;
- this.cb_Scene.Tag = "All";
- this.cb_Scene.Text = "全部";
- this.cb_Scene.UseVisualStyleBackColor = false;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.labelEx3.Location = new System.Drawing.Point(18, 132);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 3;
- this.labelEx3.Text = "拍摄场景:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.labelEx2.Location = new System.Drawing.Point(18, 54);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 2;
- this.labelEx2.Text = "所属类型:";
- //
- // lab_FuncType
- //
- this.lab_FuncType.AutoSize = true;
- this.lab_FuncType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_FuncType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lab_FuncType.Location = new System.Drawing.Point(82, 53);
- this.lab_FuncType.Name = "lab_FuncType";
- this.lab_FuncType.Size = new System.Drawing.Size(56, 17);
- this.lab_FuncType.TabIndex = 1;
- this.lab_FuncType.Text = "labelEx2";
- //
- // lab_OrderNumber
- //
- this.lab_OrderNumber.AutoSize = true;
- this.lab_OrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_OrderNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lab_OrderNumber.Location = new System.Drawing.Point(82, 29);
- this.lab_OrderNumber.Name = "lab_OrderNumber";
- this.lab_OrderNumber.Size = new System.Drawing.Size(56, 17);
- this.lab_OrderNumber.TabIndex = 1;
- this.lab_OrderNumber.Text = "labelEx2";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.labelEx1.Location = new System.Drawing.Point(18, 29);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "订单编号:";
- //
- // 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_Upfile);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Controls.Add(this.btn_cancel);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx1.Location = new System.Drawing.Point(10, 274);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
- this.panelEx1.Size = new System.Drawing.Size(276, 50);
- this.panelEx1.TabIndex = 1;
- //
- // btn_Upfile
- //
- this.btn_Upfile.BackColor = System.Drawing.Color.Transparent;
- this.btn_Upfile.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Upfile.BackImg")));
- this.btn_Upfile.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Upfile.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_Upfile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Upfile.ForeColor = System.Drawing.Color.White;
- this.btn_Upfile.IsCustomBackImg = false;
- this.btn_Upfile.IsShowText = true;
- this.btn_Upfile.Location = new System.Drawing.Point(140, 5);
- this.btn_Upfile.Name = "btn_Upfile";
- this.btn_Upfile.Size = new System.Drawing.Size(63, 40);
- this.btn_Upfile.TabIndex = 0;
- this.btn_Upfile.Text = "上传";
- this.btn_Upfile.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(203, 5);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(10, 40);
- this.panelEx2.TabIndex = 1;
- //
- // btn_cancel
- //
- this.btn_cancel.BackColor = System.Drawing.Color.Transparent;
- this.btn_cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_cancel.BackImg")));
- this.btn_cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_cancel.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_cancel.ForeColor = System.Drawing.Color.White;
- this.btn_cancel.IsCustomBackImg = false;
- this.btn_cancel.IsShowText = true;
- this.btn_cancel.Location = new System.Drawing.Point(213, 5);
- this.btn_cancel.Name = "btn_cancel";
- this.btn_cancel.Size = new System.Drawing.Size(63, 40);
- this.btn_cancel.TabIndex = 0;
- this.btn_cancel.Text = "取消";
- this.btn_cancel.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.Bottom;
- this.panelEx3.Location = new System.Drawing.Point(10, 182);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(276, 10);
- this.panelEx3.TabIndex = 2;
- //
- // gb_FTPInfo
- //
- this.gb_FTPInfo.Controls.Add(this.lab_FtpInfo);
- this.gb_FTPInfo.Controls.Add(this.labelEx5);
- this.gb_FTPInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.gb_FTPInfo.Location = new System.Drawing.Point(10, 192);
- this.gb_FTPInfo.Name = "gb_FTPInfo";
- this.gb_FTPInfo.Size = new System.Drawing.Size(276, 82);
- this.gb_FTPInfo.TabIndex = 3;
- this.gb_FTPInfo.TabStop = false;
- this.gb_FTPInfo.Text = "FTP信息";
- //
- // lab_FtpInfo
- //
- this.lab_FtpInfo.AutoSize = true;
- this.lab_FtpInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_FtpInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.lab_FtpInfo.Location = new System.Drawing.Point(18, 50);
- this.lab_FtpInfo.Name = "lab_FtpInfo";
- this.lab_FtpInfo.Size = new System.Drawing.Size(56, 17);
- this.lab_FtpInfo.TabIndex = 1;
- this.lab_FtpInfo.Text = "labelEx6";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.labelEx5.Location = new System.Drawing.Point(18, 23);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(44, 17);
- this.labelEx5.TabIndex = 0;
- this.labelEx5.Text = "上传至";
- //
- // FTPUpFileForm
- //
- 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(296, 389);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FTPUpFileForm";
- this.Text = "FTP上传";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Load += new System.EventHandler(this.FTPUpFileForm_Load);
- 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.groupBoxEx1.ResumeLayout(false);
- this.groupBoxEx1.PerformLayout();
- this.panelEx1.ResumeLayout(false);
- this.gb_FTPInfo.ResumeLayout(false);
- this.gb_FTPInfo.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- protected ComponentLibrary.LabelEx lab_OrderNumber;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.LabelEx lab_FuncType;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.CheckBoxEx cb_Scene;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.ButtonEx btn_Upfile;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.ButtonEx btn_cancel;
- private ComponentLibrary.PanelEx panelEx3;
- protected ComponentLibrary.LabelEx lab_FtpInfo;
- private ComponentLibrary.LabelEx labelEx5;
- protected ComponentLibrary.CheckBoxEx cb_ExistCheck;
- protected ComponentLibrary.GroupBoxEx gb_FTPInfo;
- public ComponentLibrary.LabelEx labelEx4;
- public ComponentLibrary.LabelEx labelEx6;
- public ComponentLibrary.RadioButtonEx tb_;
- public ComponentLibrary.RadioButtonEx radioButtonEx2;
- }
- }
|