FlatInput.Designer.cs 5.6 KB
namespace Asa.Theme
{
    partial class FlatInput
    {
        /// <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.flatText1 = new Asa.Theme.FlatText();
            this.flatLabel1 = new Asa.Theme.FlatLabel();
            this.flatButton1 = new Asa.Theme.FlatButton();
            this.flatButton2 = new Asa.Theme.FlatButton();
            this.SuspendLayout();
            // 
            // flatText1
            // 
            this.flatText1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatText1.Font = new System.Drawing.Font("宋体", 11F);
            this.flatText1.Inside = false;
            this.flatText1.Location = new System.Drawing.Point(15, 93);
            this.flatText1.Name = "flatText1";
            this.flatText1.Size = new System.Drawing.Size(523, 35);
            this.flatText1.TabIndex = 0;
            this.flatText1.Text = "flatText1";
            // 
            // flatLabel1
            // 
            this.flatLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatLabel1.Font = new System.Drawing.Font("宋体", 11F);
            this.flatLabel1.Inside = false;
            this.flatLabel1.Location = new System.Drawing.Point(15, 57);
            this.flatLabel1.Name = "flatLabel1";
            this.flatLabel1.Size = new System.Drawing.Size(523, 30);
            this.flatLabel1.TabIndex = 1;
            this.flatLabel1.Text = "flatLabel1";
            this.flatLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // flatButton1
            // 
            this.flatButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.flatButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatButton1.Font = new System.Drawing.Font("宋体", 11F);
            this.flatButton1.ImageSize = new System.Drawing.Size(0, 0);
            this.flatButton1.Inside = false;
            this.flatButton1.Location = new System.Drawing.Point(372, 169);
            this.flatButton1.Name = "flatButton1";
            this.flatButton1.Size = new System.Drawing.Size(80, 35);
            this.flatButton1.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatButton1.TabIndex = 2;
            this.flatButton1.Text = "OK";
            this.flatButton1.Click += new System.EventHandler(this.FlatButton1_Click);
            // 
            // flatButton2
            // 
            this.flatButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.flatButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatButton2.Font = new System.Drawing.Font("宋体", 11F);
            this.flatButton2.ImageSize = new System.Drawing.Size(0, 0);
            this.flatButton2.Inside = false;
            this.flatButton2.Location = new System.Drawing.Point(458, 169);
            this.flatButton2.Name = "flatButton2";
            this.flatButton2.Size = new System.Drawing.Size(80, 35);
            this.flatButton2.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatButton2.TabIndex = 3;
            this.flatButton2.Text = "Cancel";
            this.flatButton2.Click += new System.EventHandler(this.FlatButton2_Click);
            // 
            // FlatInputBox
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(553, 219);
            this.Controls.Add(this.flatButton2);
            this.Controls.Add(this.flatButton1);
            this.Controls.Add(this.flatLabel1);
            this.Controls.Add(this.flatText1);
            this.Location = new System.Drawing.Point(0, 0);
            this.Minimized = false;
            this.Name = "FlatInputBox";
            this.Padding = new System.Windows.Forms.Padding(6, 48, 6, 6);
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "输入";
            this.TitleFont = new System.Drawing.Font("宋体", 16F);
            this.TitleHeight = 42;
            this.TopMost = true;
            this.Load += new System.EventHandler(this.FlatInputBox_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private FlatText flatText1;
        private FlatLabel flatLabel1;
        private FlatButton flatButton1;
        private FlatButton flatButton2;
    }
}