FrmKeyCollection.Designer.cs 3.7 KB
namespace SmartScan.PlusSettingFrm
{
    partial class FrmKeyCollection
    {
        /// <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()
        {
            this.keyList = new Asa.FaceControl.FaceComboBox();
            this.faceButton1 = new Asa.FaceControl.FaceButton();
            this.SuspendLayout();
            // 
            // keyList
            // 
            this.keyList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.keyList.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.keyList.BorderWidth = 2;
            this.keyList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.keyList.Location = new System.Drawing.Point(70, 150);
            this.keyList.Name = "keyList";
            this.keyList.Padding = new System.Windows.Forms.Padding(3);
            this.keyList.SelectedIndex = -1;
            this.keyList.SelectedText = "";
            this.keyList.Size = new System.Drawing.Size(667, 49);
            this.keyList.TabIndex = 6;
            this.keyList.Text = "faceComboBox1";
            // 
            // faceButton1
            // 
            this.faceButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceButton1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.faceButton1.BorderWidth = 2;
            this.faceButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceButton1.HoldPress = false;
            this.faceButton1.Location = new System.Drawing.Point(279, 287);
            this.faceButton1.Name = "faceButton1";
            this.faceButton1.Padding = new System.Windows.Forms.Padding(3);
            this.faceButton1.Size = new System.Drawing.Size(201, 68);
            this.faceButton1.TabIndex = 7;
            this.faceButton1.Text = "确认";
            this.faceButton1.Click += new System.EventHandler(this.faceButton1_Click);
            // 
            // FrmKeyCollection
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.faceButton1);
            this.Controls.Add(this.keyList);
            this.Icon = global::SmartScan.Properties.Resources.App;
            this.Name = "FrmKeyCollection";
            this.Text = "选择关键字";
            this.Controls.SetChildIndex(this.keyList, 0);
            this.Controls.SetChildIndex(this.faceButton1, 0);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FaceComboBox keyList;
        private Asa.FaceControl.FaceButton faceButton1;
    }
}