FaceInputBox.Designer.cs 7.3 KB

namespace Asa.FaceControl
{
    partial class FaceInputBox
    {
        /// <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.ctlClose = new Asa.FaceControl.CtlClose();
            this.BtnOK = new Asa.FaceControl.FaceButton();
            this.BtnCancel = new Asa.FaceControl.FaceButton();
            this.faceTextBox1 = new Asa.FaceControl.FaceTextBox();
            this.faceLabel1 = new Asa.FaceControl.FaceLabel();
            this.SuspendLayout();
            // 
            // ctlClose
            // 
            this.ctlClose.Location = new System.Drawing.Point(67, 11);
            this.ctlClose.Name = "ctlClose";
            this.ctlClose.Size = new System.Drawing.Size(80, 23);
            this.ctlClose.TabIndex = 4;
            // 
            // 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.Font = new System.Drawing.Font("宋体", 12F);
            this.BtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnOK.Location = new System.Drawing.Point(251, 270);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Padding = new System.Windows.Forms.Padding(3);
            this.BtnOK.Size = new System.Drawing.Size(90, 45);
            this.BtnOK.TabIndex = 1;
            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.Font = new System.Drawing.Font("宋体", 12F);
            this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnCancel.Location = new System.Drawing.Point(347, 270);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
            this.BtnCancel.Size = new System.Drawing.Size(90, 45);
            this.BtnCancel.TabIndex = 2;
            this.BtnCancel.Text = "Cancel";
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // 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.Font = new System.Drawing.Font("宋体", 12F);
            this.faceTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceTextBox1.Location = new System.Drawing.Point(11, 159);
            this.faceTextBox1.MaxLength = 32767;
            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(426, 45);
            this.faceTextBox1.TabIndex = 0;
            this.faceTextBox1.Text = "faceTextBox1";
            // 
            // faceLabel1
            // 
            this.faceLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            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.Font = new System.Drawing.Font("宋体", 12F);
            this.faceLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceLabel1.Location = new System.Drawing.Point(11, 55);
            this.faceLabel1.Name = "faceLabel1";
            this.faceLabel1.Padding = new System.Windows.Forms.Padding(3);
            this.faceLabel1.Size = new System.Drawing.Size(426, 98);
            this.faceLabel1.TabIndex = 11;
            this.faceLabel1.Text = "faceLabel1";
            this.faceLabel1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            // 
            // FaceInputBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(448, 326);
            this.Controls.Add(this.faceLabel1);
            this.Controls.Add(this.faceTextBox1);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.ctlClose);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FaceInputBox";
            this.Text = "FaceInputBox";
            this.TitleFont = new System.Drawing.Font("宋体", 18F);
            this.TitleHeight = 45;
            this.Load += new System.EventHandler(this.FaceInputBox_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private CtlClose ctlClose;
        private FaceButton BtnOK;
        private FaceButton BtnCancel;
        private FaceTextBox faceTextBox1;
        private FaceLabel faceLabel1;
    }
}