UsrDataSource.Designer.cs 17.0 KB

namespace SmartScan
{
    partial class UsrDataSource
    {
        /// <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.but_StartService = 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.but_StartService.SuspendLayout();
            this.panel1.SuspendLayout();
            this.groupBox_lblkey.SuspendLayout();
            this.SuspendLayout();
            // 
            // but_StartService
            // 
            this.but_StartService.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.but_StartService.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.but_StartService.BorderWidth = 2;
            this.but_StartService.Controls.Add(this.panel1);
            this.but_StartService.Controls.Add(this.LblContent);
            this.but_StartService.Controls.Add(this.CboDataType);
            this.but_StartService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.but_StartService.Location = new System.Drawing.Point(4, 4);
            this.but_StartService.Margin = new System.Windows.Forms.Padding(4);
            this.but_StartService.Name = "but_StartService";
            this.but_StartService.Padding = new System.Windows.Forms.Padding(4);
            this.but_StartService.ShowText = false;
            this.but_StartService.Size = new System.Drawing.Size(1160, 668);
            this.but_StartService.TabIndex = 1;
            this.but_StartService.Text = "facePanel1";
            this.but_StartService.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(8, 95);
            this.panel1.Margin = new System.Windows.Forms.Padding(4);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1144, 565);
            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(851, 29);
            this.ChkRecursive.Margin = new System.Windows.Forms.Padding(4);
            this.ChkRecursive.Name = "ChkRecursive";
            this.ChkRecursive.Padding = new System.Windows.Forms.Padding(4);
            this.ChkRecursive.Size = new System.Drawing.Size(289, 56);
            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(517, 144);
            this.groupBox_lblkey.Margin = new System.Windows.Forms.Padding(4);
            this.groupBox_lblkey.Name = "groupBox_lblkey";
            this.groupBox_lblkey.Padding = new System.Windows.Forms.Padding(4);
            this.groupBox_lblkey.Size = new System.Drawing.Size(400, 289);
            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(4, 22);
            this.txtkey.Margin = new System.Windows.Forms.Padding(4);
            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(392, 263);
            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(723, 29);
            this.BtnSelectFile.Margin = new System.Windows.Forms.Padding(4);
            this.BtnSelectFile.Name = "BtnSelectFile";
            this.BtnSelectFile.Padding = new System.Windows.Forms.Padding(4);
            this.BtnSelectFile.Size = new System.Drawing.Size(120, 56);
            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(24, 285);
            this.faceLabel2.Margin = new System.Windows.Forms.Padding(4);
            this.faceLabel2.Name = "faceLabel2";
            this.faceLabel2.Padding = new System.Windows.Forms.Padding(4);
            this.faceLabel2.Size = new System.Drawing.Size(400, 56);
            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(24, 144);
            this.faceLabel1.Margin = new System.Windows.Forms.Padding(4);
            this.faceLabel1.Name = "faceLabel1";
            this.faceLabel1.Padding = new System.Windows.Forms.Padding(4);
            this.faceLabel1.Size = new System.Drawing.Size(445, 56);
            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(31, 92);
            this.LblFilestatus.Margin = new System.Windows.Forms.Padding(4);
            this.LblFilestatus.Name = "LblFilestatus";
            this.LblFilestatus.Padding = new System.Windows.Forms.Padding(4);
            this.LblFilestatus.Size = new System.Drawing.Size(548, 44);
            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(31, 349);
            this.CboDataTitle.Margin = new System.Windows.Forms.Padding(4);
            this.CboDataTitle.Name = "CboDataTitle";
            this.CboDataTitle.Padding = new System.Windows.Forms.Padding(4);
            this.CboDataTitle.SelectedIndex = -1;
            this.CboDataTitle.SelectedText = "";
            this.CboDataTitle.Size = new System.Drawing.Size(319, 56);
            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(31, 208);
            this.CboDataKey.Margin = new System.Windows.Forms.Padding(4);
            this.CboDataKey.Name = "CboDataKey";
            this.CboDataKey.Padding = new System.Windows.Forms.Padding(4);
            this.CboDataKey.SelectedIndex = -1;
            this.CboDataKey.SelectedText = "";
            this.CboDataKey.Size = new System.Drawing.Size(319, 56);
            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(31, 29);
            this.TxtDataSource.Margin = new System.Windows.Forms.Padding(4);
            this.TxtDataSource.MaxLength = 32767;
            this.TxtDataSource.Name = "TxtDataSource";
            this.TxtDataSource.Padding = new System.Windows.Forms.Padding(4);
            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(684, 56);
            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(8, 20);
            this.LblContent.Margin = new System.Windows.Forms.Padding(4);
            this.LblContent.Name = "LblContent";
            this.LblContent.Padding = new System.Windows.Forms.Padding(4);
            this.LblContent.Size = new System.Drawing.Size(161, 44);
            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(177, 12);
            this.CboDataType.Margin = new System.Windows.Forms.Padding(4);
            this.CboDataType.Name = "CboDataType";
            this.CboDataType.Padding = new System.Windows.Forms.Padding(4);
            this.CboDataType.SelectedIndex = -1;
            this.CboDataType.SelectedText = "";
            this.CboDataType.Size = new System.Drawing.Size(200, 56);
            this.CboDataType.TabIndex = 0;
            this.CboDataType.Tag = "not";
            this.CboDataType.Text = "CboDataType";
            // 
            // UsrDataSource
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.but_StartService);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "UsrDataSource";
            this.Size = new System.Drawing.Size(1207, 691);
            this.but_StartService.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.groupBox_lblkey.ResumeLayout(false);
            this.groupBox_lblkey.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FacePanel but_StartService;
        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;
    }
}