UsrExportData.Designer.cs 15.7 KB

namespace SmartScan
{
    partial class UsrExportData
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.facePanel1 = new Asa.FaceControl.FacePanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.ChkRecursive = new Asa.FaceControl.FaceCheckBox();
            this.groupBox_lblkey = new System.Windows.Forms.GroupBox();
            this.txtkey = new System.Windows.Forms.TextBox();
            this.BtnSelectFile = new Asa.FaceControl.FaceButton();
            this.faceLabel2 = new Asa.FaceControl.FaceLabel();
            this.faceLabel1 = new Asa.FaceControl.FaceLabel();
            this.LblFilestatus = new Asa.FaceControl.FaceLabel();
            this.CboDataTitle = new Asa.FaceControl.FaceComboBox();
            this.CboDataKey = new Asa.FaceControl.FaceComboBox();
            this.TxtDataSource = new Asa.FaceControl.FaceTextBox();
            this.LblContent = new Asa.FaceControl.FaceLabel();
            this.CboDataType = new Asa.FaceControl.FaceComboBox();
            this.facePanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox_lblkey.SuspendLayout();
            this.SuspendLayout();
            // 
            // facePanel1
            // 
            this.facePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.facePanel1.BorderWidth = 2;
            this.facePanel1.Controls.Add(this.panel1);
            this.facePanel1.Controls.Add(this.LblContent);
            this.facePanel1.Controls.Add(this.CboDataType);
            this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.facePanel1.Location = new System.Drawing.Point(3, 3);
            this.facePanel1.Name = "facePanel1";
            this.facePanel1.Padding = new System.Windows.Forms.Padding(3);
            this.facePanel1.ShowText = false;
            this.facePanel1.Size = new System.Drawing.Size(870, 534);
            this.facePanel1.TabIndex = 1;
            this.facePanel1.Text = "facePanel1";
            this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.ChkRecursive);
            this.panel1.Controls.Add(this.groupBox_lblkey);
            this.panel1.Controls.Add(this.BtnSelectFile);
            this.panel1.Controls.Add(this.faceLabel2);
            this.panel1.Controls.Add(this.faceLabel1);
            this.panel1.Controls.Add(this.LblFilestatus);
            this.panel1.Controls.Add(this.CboDataTitle);
            this.panel1.Controls.Add(this.CboDataKey);
            this.panel1.Controls.Add(this.TxtDataSource);
            this.panel1.Location = new System.Drawing.Point(6, 76);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(858, 452);
            this.panel1.TabIndex = 22;
            // 
            // ChkRecursive
            // 
            this.ChkRecursive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.ChkRecursive.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.ChkRecursive.BorderWidth = 0;
            this.ChkRecursive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.ChkRecursive.Location = new System.Drawing.Point(638, 23);
            this.ChkRecursive.Name = "ChkRecursive";
            this.ChkRecursive.Padding = new System.Windows.Forms.Padding(3);
            this.ChkRecursive.Size = new System.Drawing.Size(217, 45);
            this.ChkRecursive.TabIndex = 23;
            this.ChkRecursive.Text = "遍历同目录";
            // 
            // groupBox_lblkey
            // 
            this.groupBox_lblkey.Controls.Add(this.txtkey);
            this.groupBox_lblkey.ForeColor = System.Drawing.Color.White;
            this.groupBox_lblkey.Location = new System.Drawing.Point(388, 115);
            this.groupBox_lblkey.Name = "groupBox_lblkey";
            this.groupBox_lblkey.Size = new System.Drawing.Size(300, 231);
            this.groupBox_lblkey.TabIndex = 22;
            this.groupBox_lblkey.TabStop = false;
            this.groupBox_lblkey.Text = "标签可用字段";
            // 
            // txtkey
            // 
            this.txtkey.BackColor = System.Drawing.Color.Black;
            this.txtkey.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtkey.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtkey.ForeColor = System.Drawing.Color.White;
            this.txtkey.Location = new System.Drawing.Point(3, 17);
            this.txtkey.Multiline = true;
            this.txtkey.Name = "txtkey";
            this.txtkey.ReadOnly = true;
            this.txtkey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtkey.Size = new System.Drawing.Size(294, 211);
            this.txtkey.TabIndex = 0;
            this.txtkey.Tag = "not";
            // 
            // BtnSelectFile
            // 
            this.BtnSelectFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnSelectFile.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnSelectFile.BorderWidth = 2;
            this.BtnSelectFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnSelectFile.HoldPress = false;
            this.BtnSelectFile.Location = new System.Drawing.Point(542, 23);
            this.BtnSelectFile.Name = "BtnSelectFile";
            this.BtnSelectFile.Padding = new System.Windows.Forms.Padding(3);
            this.BtnSelectFile.Size = new System.Drawing.Size(90, 45);
            this.BtnSelectFile.TabIndex = 1;
            this.BtnSelectFile.Text = "选择文件";
            this.BtnSelectFile.Click += new System.EventHandler(this.BtnSelectFile_Click);
            // 
            // faceLabel2
            // 
            this.faceLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceLabel2.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.faceLabel2.BorderWidth = 0;
            this.faceLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceLabel2.Location = new System.Drawing.Point(18, 228);
            this.faceLabel2.Name = "faceLabel2";
            this.faceLabel2.Padding = new System.Windows.Forms.Padding(3);
            this.faceLabel2.Size = new System.Drawing.Size(300, 45);
            this.faceLabel2.TabIndex = 21;
            this.faceLabel2.Text = "关键字匹配数据标题";
            this.faceLabel2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // faceLabel1
            // 
            this.faceLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceLabel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.faceLabel1.BorderWidth = 0;
            this.faceLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceLabel1.Location = new System.Drawing.Point(18, 115);
            this.faceLabel1.Name = "faceLabel1";
            this.faceLabel1.Padding = new System.Windows.Forms.Padding(3);
            this.faceLabel1.Size = new System.Drawing.Size(334, 45);
            this.faceLabel1.TabIndex = 21;
            this.faceLabel1.Text = "识别关键词";
            this.faceLabel1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
            // 
            // LblFilestatus
            // 
            this.LblFilestatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblFilestatus.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblFilestatus.BorderWidth = 0;
            this.LblFilestatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblFilestatus.Location = new System.Drawing.Point(23, 74);
            this.LblFilestatus.Name = "LblFilestatus";
            this.LblFilestatus.Padding = new System.Windows.Forms.Padding(3);
            this.LblFilestatus.Size = new System.Drawing.Size(411, 35);
            this.LblFilestatus.TabIndex = 21;
            this.LblFilestatus.Text = "文件状态:";
            this.LblFilestatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // CboDataTitle
            // 
            this.CboDataTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.CboDataTitle.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.CboDataTitle.BorderWidth = 2;
            this.CboDataTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.CboDataTitle.Location = new System.Drawing.Point(23, 279);
            this.CboDataTitle.Name = "CboDataTitle";
            this.CboDataTitle.Padding = new System.Windows.Forms.Padding(3);
            this.CboDataTitle.SelectedIndex = -1;
            this.CboDataTitle.SelectedText = "";
            this.CboDataTitle.Size = new System.Drawing.Size(239, 45);
            this.CboDataTitle.TabIndex = 0;
            this.CboDataTitle.Tag = "not";
            // 
            // CboDataKey
            // 
            this.CboDataKey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.CboDataKey.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.CboDataKey.BorderWidth = 2;
            this.CboDataKey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.CboDataKey.Location = new System.Drawing.Point(23, 166);
            this.CboDataKey.Name = "CboDataKey";
            this.CboDataKey.Padding = new System.Windows.Forms.Padding(3);
            this.CboDataKey.SelectedIndex = -1;
            this.CboDataKey.SelectedText = "";
            this.CboDataKey.Size = new System.Drawing.Size(239, 45);
            this.CboDataKey.TabIndex = 0;
            this.CboDataKey.Tag = "not";
            // 
            // TxtDataSource
            // 
            this.TxtDataSource.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.TxtDataSource.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.TxtDataSource.BorderWidth = 2;
            this.TxtDataSource.Location = new System.Drawing.Point(23, 23);
            this.TxtDataSource.MaxLength = 32767;
            this.TxtDataSource.Name = "TxtDataSource";
            this.TxtDataSource.Padding = new System.Windows.Forms.Padding(3);
            this.TxtDataSource.SelectedText = "";
            this.TxtDataSource.SelectionLength = 0;
            this.TxtDataSource.SelectionStart = 0;
            this.TxtDataSource.ShowDel = false;
            this.TxtDataSource.ShowQuery = false;
            this.TxtDataSource.Size = new System.Drawing.Size(513, 45);
            this.TxtDataSource.TabIndex = 0;
            this.TxtDataSource.Tag = "not";
            this.TxtDataSource.Text = "faceTextBox1";
            // 
            // LblContent
            // 
            this.LblContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblContent.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblContent.BorderWidth = 0;
            this.LblContent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblContent.Location = new System.Drawing.Point(6, 16);
            this.LblContent.Name = "LblContent";
            this.LblContent.Padding = new System.Windows.Forms.Padding(3);
            this.LblContent.Size = new System.Drawing.Size(121, 35);
            this.LblContent.TabIndex = 21;
            this.LblContent.Text = "导出数据类型";
            this.LblContent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // CboDataType
            // 
            this.CboDataType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.CboDataType.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.CboDataType.BorderWidth = 2;
            this.CboDataType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.CboDataType.Location = new System.Drawing.Point(133, 10);
            this.CboDataType.Name = "CboDataType";
            this.CboDataType.Padding = new System.Windows.Forms.Padding(3);
            this.CboDataType.SelectedIndex = -1;
            this.CboDataType.SelectedText = "";
            this.CboDataType.Size = new System.Drawing.Size(150, 45);
            this.CboDataType.TabIndex = 0;
            this.CboDataType.Tag = "not";
            this.CboDataType.Text = "CboDataType";
            // 
            // UsrExportData
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.facePanel1);
            this.Name = "UsrExportData";
            this.Size = new System.Drawing.Size(905, 553);
            this.facePanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.groupBox_lblkey.ResumeLayout(false);
            this.groupBox_lblkey.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FacePanel facePanel1;
        private Asa.FaceControl.FaceComboBox CboDataType;
        private Asa.FaceControl.FaceLabel LblContent;
        private System.Windows.Forms.Panel panel1;
        private Asa.FaceControl.FaceTextBox TxtDataSource;
        private Asa.FaceControl.FaceButton BtnSelectFile;
        private Asa.FaceControl.FaceLabel LblFilestatus;
        private Asa.FaceControl.FaceLabel faceLabel2;
        private Asa.FaceControl.FaceLabel faceLabel1;
        private Asa.FaceControl.FaceComboBox CboDataTitle;
        private Asa.FaceControl.FaceComboBox CboDataKey;
        private System.Windows.Forms.GroupBox groupBox_lblkey;
        private System.Windows.Forms.TextBox txtkey;
        private Asa.FaceControl.FaceCheckBox ChkRecursive;
    }
}