SurMessage.Designer.cs 6.4 KB
namespace Asa.Face
{
    partial class SurMessage
    {
        /// <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.surLabel1 = new Asa.Face.SurLabel();
            this.surButton1 = new Asa.Face.SurButton();
            this.surButton2 = new Asa.Face.SurButton();
            this.surButton3 = new Asa.Face.SurButton();
            this.SuspendLayout();
            // 
            // surLabel1
            // 
            this.surLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.surLabel1.BorderRect = new System.Drawing.Rectangle(0, 0, 326, 78);
            this.surLabel1.BorderWidth = 0;
            this.surLabel1.Font = new System.Drawing.Font("宋体", 12F);
            this.surLabel1.Inside = false;
            this.surLabel1.Location = new System.Drawing.Point(12, 54);
            this.surLabel1.Margin = new System.Windows.Forms.Padding(4);
            this.surLabel1.Name = "surLabel1";
            this.surLabel1.Size = new System.Drawing.Size(326, 78);
            this.surLabel1.TabIndex = 0;
            this.surLabel1.Text = "surLabel1";
            this.surLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // surButton1
            // 
            this.surButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.surButton1.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
            this.surButton1.Font = new System.Drawing.Font("宋体", 12F);
            this.surButton1.ImageSize = new System.Drawing.Size(0, 0);
            this.surButton1.Inside = false;
            this.surButton1.Location = new System.Drawing.Point(86, 138);
            this.surButton1.Margin = new System.Windows.Forms.Padding(4);
            this.surButton1.Name = "surButton1";
            this.surButton1.Size = new System.Drawing.Size(80, 40);
            this.surButton1.StateColor = System.Drawing.Color.Empty;
            this.surButton1.TabIndex = 1;
            this.surButton1.Text = "surButton1";
            this.surButton1.Click += new Asa.Face.MyEvent.Click(this.SurButton1_Click);
            // 
            // surButton2
            // 
            this.surButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.surButton2.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
            this.surButton2.Font = new System.Drawing.Font("宋体", 12F);
            this.surButton2.ImageSize = new System.Drawing.Size(0, 0);
            this.surButton2.Inside = false;
            this.surButton2.Location = new System.Drawing.Point(172, 138);
            this.surButton2.Margin = new System.Windows.Forms.Padding(4);
            this.surButton2.Name = "surButton2";
            this.surButton2.Size = new System.Drawing.Size(80, 40);
            this.surButton2.StateColor = System.Drawing.Color.Empty;
            this.surButton2.TabIndex = 2;
            this.surButton2.Text = "surButton2";
            this.surButton2.Click += new Asa.Face.MyEvent.Click(this.SurButton2_Click);
            // 
            // surButton3
            // 
            this.surButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.surButton3.BorderRect = new System.Drawing.Rectangle(1, 1, 78, 38);
            this.surButton3.Font = new System.Drawing.Font("宋体", 12F);
            this.surButton3.ImageSize = new System.Drawing.Size(0, 0);
            this.surButton3.Inside = false;
            this.surButton3.Location = new System.Drawing.Point(258, 138);
            this.surButton3.Margin = new System.Windows.Forms.Padding(4);
            this.surButton3.Name = "surButton3";
            this.surButton3.Size = new System.Drawing.Size(80, 40);
            this.surButton3.StateColor = System.Drawing.Color.Empty;
            this.surButton3.TabIndex = 3;
            this.surButton3.Text = "surButton3";
            this.surButton3.Click += new Asa.Face.MyEvent.Click(this.SurButton3_Click);
            // 
            // SurMessage
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(350, 190);
            this.Controls.Add(this.surButton3);
            this.Controls.Add(this.surButton2);
            this.Controls.Add(this.surButton1);
            this.Controls.Add(this.surLabel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Location = new System.Drawing.Point(0, 0);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SurMessage";
            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 = "SurMessage";
            this.TitleFont = new System.Drawing.Font("宋体", 16F);
            this.TitleHeight = 42;
            this.TopMost = true;
            this.Load += new System.EventHandler(this.SurMessage_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private SurLabel surLabel1;
        private SurButton surButton1;
        private SurButton surButton2;
        private SurButton surButton3;
    }
}