SurInput.Designer.cs 6.3 KB
namespace Asa.Face
{
    partial class SurInput
    {
        /// <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.BtnOK = new Asa.Face.SurButton();
            this.BtnCancel = new Asa.Face.SurButton();
            this.surTextBox1 = new Asa.Face.SurTextBox();
            this.surLabel1 = new Asa.Face.SurLabel();
            this.SuspendLayout();
            // 
            // BtnOK
            // 
            this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnOK.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
            this.BtnOK.Font = new System.Drawing.Font("宋体", 12F);
            this.BtnOK.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnOK.Inside = false;
            this.BtnOK.Location = new System.Drawing.Point(337, 201);
            this.BtnOK.Margin = new System.Windows.Forms.Padding(4);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Size = new System.Drawing.Size(80, 40);
            this.BtnOK.StateColor = System.Drawing.Color.Empty;
            this.BtnOK.TabIndex = 1;
            this.BtnOK.Text = "OK";
            this.BtnOK.Click += new Asa.Face.MyEvent.Click(this.BtnOK_Click);
            // 
            // BtnCancel
            // 
            this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnCancel.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
            this.BtnCancel.Font = new System.Drawing.Font("宋体", 12F);
            this.BtnCancel.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnCancel.Inside = false;
            this.BtnCancel.Location = new System.Drawing.Point(423, 201);
            this.BtnCancel.Margin = new System.Windows.Forms.Padding(4);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Size = new System.Drawing.Size(80, 40);
            this.BtnCancel.StateColor = System.Drawing.Color.Empty;
            this.BtnCancel.TabIndex = 2;
            this.BtnCancel.Text = "Cancel";
            this.BtnCancel.Click += new Asa.Face.MyEvent.Click(this.BtnCancel_Click);
            // 
            // surTextBox1
            // 
            this.surTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.surTextBox1.BorderRect = new System.Drawing.Rectangle(1, 1, 487, 38);
            this.surTextBox1.Font = new System.Drawing.Font("宋体", 12F);
            this.surTextBox1.Inside = false;
            this.surTextBox1.Location = new System.Drawing.Point(13, 120);
            this.surTextBox1.Margin = new System.Windows.Forms.Padding(4);
            this.surTextBox1.MaxLength = 32767;
            this.surTextBox1.Name = "surTextBox1";
            this.surTextBox1.SelectedText = "";
            this.surTextBox1.SelectionLength = 0;
            this.surTextBox1.SelectionStart = 0;
            this.surTextBox1.Size = new System.Drawing.Size(489, 40);
            this.surTextBox1.TabIndex = 0;
            this.surTextBox1.Text = "surTextBox1";
            this.surTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SurTextBox1_KeyPress);
            // 
            // surLabel1
            // 
            this.surLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.surLabel1.BorderRect = new System.Drawing.Rectangle(0, 0, 489, 30);
            this.surLabel1.BorderWidth = 0;
            this.surLabel1.Font = new System.Drawing.Font("宋体", 12F);
            this.surLabel1.Inside = false;
            this.surLabel1.Location = new System.Drawing.Point(13, 82);
            this.surLabel1.Margin = new System.Windows.Forms.Padding(4);
            this.surLabel1.Name = "surLabel1";
            this.surLabel1.Size = new System.Drawing.Size(489, 30);
            this.surLabel1.TabIndex = 3;
            this.surLabel1.Text = "surLabel1";
            // 
            // SurInput
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ChangeSize = false;
            this.ClientSize = new System.Drawing.Size(515, 253);
            this.Controls.Add(this.surLabel1);
            this.Controls.Add(this.surTextBox1);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Location = new System.Drawing.Point(0, 0);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SurInput";
            this.Padding = new System.Windows.Forms.Padding(9, 51, 9, 9);
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "SurInput";
            this.TitleFont = new System.Drawing.Font("宋体", 16F);
            this.TitleHeight = 42;
            this.TopMost = true;
            this.ResumeLayout(false);

        }

        #endregion

        private SurButton BtnOK;
        private SurButton BtnCancel;
        private SurTextBox surTextBox1;
        private SurLabel surLabel1;
    }
}