FrmFieldContent.Designer.cs 9.1 KB

namespace SmartScan
{
    partial class FrmFieldContent
    {
        /// <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.faceListBox1 = new Asa.FaceControl.FaceListBox();
            this.BtnInsert = new Asa.FaceControl.FaceButton();
            this.BtnOK = new Asa.FaceControl.FaceButton();
            this.BtnCancel = new Asa.FaceControl.FaceButton();
            this.LblContent = new Asa.FaceControl.FaceLabel();
            this.faceTextBox1 = new Asa.FaceControl.FaceTextBox();
            this.SuspendLayout();
            // 
            // faceListBox1
            // 
            this.faceListBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.faceListBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceListBox1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.faceListBox1.BorderWidth = 2;
            this.faceListBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceListBox1.Location = new System.Drawing.Point(11, 55);
            this.faceListBox1.Name = "faceListBox1";
            this.faceListBox1.Padding = new System.Windows.Forms.Padding(3);
            this.faceListBox1.SelectedIndex = -1;
            this.faceListBox1.Size = new System.Drawing.Size(170, 293);
            this.faceListBox1.TabIndex = 6;
            // 
            // BtnInsert
            // 
            this.BtnInsert.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnInsert.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnInsert.BorderWidth = 2;
            this.BtnInsert.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnInsert.HoldPress = false;
            this.BtnInsert.Location = new System.Drawing.Point(187, 187);
            this.BtnInsert.Name = "BtnInsert";
            this.BtnInsert.Padding = new System.Windows.Forms.Padding(3);
            this.BtnInsert.Size = new System.Drawing.Size(164, 45);
            this.BtnInsert.TabIndex = 7;
            this.BtnInsert.Text = "插入";
            this.BtnInsert.Click += new System.EventHandler(this.BtnInsert_Click);
            // 
            // BtnOK
            // 
            this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnOK.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnOK.BorderWidth = 2;
            this.BtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnOK.HoldPress = false;
            this.BtnOK.Location = new System.Drawing.Point(297, 308);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Padding = new System.Windows.Forms.Padding(3);
            this.BtnOK.Size = new System.Drawing.Size(120, 40);
            this.BtnOK.TabIndex = 8;
            this.BtnOK.Text = "OK";
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // BtnCancel
            // 
            this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnCancel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnCancel.BorderWidth = 2;
            this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnCancel.HoldPress = false;
            this.BtnCancel.Location = new System.Drawing.Point(423, 308);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
            this.BtnCancel.Size = new System.Drawing.Size(120, 40);
            this.BtnCancel.TabIndex = 9;
            this.BtnCancel.Text = "Cancel";
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // LblContent
            // 
            this.LblContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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(187, 55);
            this.LblContent.Name = "LblContent";
            this.LblContent.Padding = new System.Windows.Forms.Padding(3);
            this.LblContent.Size = new System.Drawing.Size(356, 35);
            this.LblContent.TabIndex = 10;
            this.LblContent.Text = "faceLabel1";
            this.LblContent.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // faceTextBox1
            // 
            this.faceTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.faceTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceTextBox1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.faceTextBox1.BorderWidth = 2;
            this.faceTextBox1.Location = new System.Drawing.Point(187, 96);
            this.faceTextBox1.MaxLength = 32767;
            this.faceTextBox1.Multiline = true;
            this.faceTextBox1.Name = "faceTextBox1";
            this.faceTextBox1.Padding = new System.Windows.Forms.Padding(3);
            this.faceTextBox1.SelectedText = "";
            this.faceTextBox1.SelectionLength = 0;
            this.faceTextBox1.SelectionStart = 0;
            this.faceTextBox1.ShowDel = true;
            this.faceTextBox1.ShowQuery = false;
            this.faceTextBox1.Size = new System.Drawing.Size(356, 85);
            this.faceTextBox1.TabIndex = 11;
            this.faceTextBox1.Text = "faceTextBox1";
            // 
            // FrmFieldContent
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(554, 359);
            this.Controls.Add(this.faceTextBox1);
            this.Controls.Add(this.LblContent);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.BtnInsert);
            this.Controls.Add(this.faceListBox1);
            this.Icon = global::SmartScan.Properties.Resources.NEO_64;
            this.Name = "FrmFieldContent";
            this.Text = "FrmFieldContent";
            this.Controls.SetChildIndex(this.faceListBox1, 0);
            this.Controls.SetChildIndex(this.BtnInsert, 0);
            this.Controls.SetChildIndex(this.BtnOK, 0);
            this.Controls.SetChildIndex(this.BtnCancel, 0);
            this.Controls.SetChildIndex(this.LblContent, 0);
            this.Controls.SetChildIndex(this.faceTextBox1, 0);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FaceListBox faceListBox1;
        private Asa.FaceControl.FaceButton BtnInsert;
        private Asa.FaceControl.FaceButton BtnOK;
        private Asa.FaceControl.FaceButton BtnCancel;
        private Asa.FaceControl.FaceLabel LblContent;
        private Asa.FaceControl.FaceTextBox faceTextBox1;
    }
}