FormInput.Designer.cs 6.9 KB

namespace FaceControl
{
    partial class FormInput
    {
        /// <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()
        {
            FaceControl.Theme.DarkTheme darkTheme2 = new FaceControl.Theme.DarkTheme();
            this.formControlBox1 = new FaceControl.FormControlBox();
            this.faceButtonGroup1 = new FaceControl.FaceButtonGroup();
            this.faceLabel1 = new FaceControl.FaceLabel();
            this.faceText1 = new FaceControl.FaceText();
            this.SuspendLayout();
            // 
            // formControlBox1
            // 
            this.formControlBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.formControlBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.formControlBox1.FaceColor = darkTheme2;
            this.formControlBox1.Location = new System.Drawing.Point(401, 2);
            this.formControlBox1.Name = "formControlBox1";
            this.formControlBox1.ShowButtonSize = 12F;
            this.formControlBox1.ShowMaxButton = false;
            this.formControlBox1.ShowMinButton = false;
            this.formControlBox1.Size = new System.Drawing.Size(57, 41);
            this.formControlBox1.TabIndex = 2;
            // 
            // faceButtonGroup1
            // 
            this.faceButtonGroup1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.faceButtonGroup1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceButtonGroup1.CursorInside = false;
            this.faceButtonGroup1.Font = new System.Drawing.Font("宋体", 12F);
            this.faceButtonGroup1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceButtonGroup1.Location = new System.Drawing.Point(268, 193);
            this.faceButtonGroup1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.faceButtonGroup1.Name = "faceButtonGroup1";
            this.faceButtonGroup1.SelectedIndex = -1;
            this.faceButtonGroup1.Size = new System.Drawing.Size(180, 45);
            this.faceButtonGroup1.TabIndex = 1;
            this.faceButtonGroup1.Text = "OK,Cancel";
            this.faceButtonGroup1.Click += new System.EventHandler(this.faceButtonGroup1_Click);
            // 
            // 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.BorderWidth = 0;
            this.faceLabel1.CursorInside = false;
            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.ImageSize = new System.Drawing.Size(0, 0);
            this.faceLabel1.Location = new System.Drawing.Point(12, 50);
            this.faceLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.faceLabel1.Name = "faceLabel1";
            this.faceLabel1.Size = new System.Drawing.Size(436, 45);
            this.faceLabel1.TabIndex = 6;
            this.faceLabel1.Text = "faceLabel1";
            this.faceLabel1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            // 
            // faceText1
            // 
            this.faceText1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.faceText1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.faceText1.CursorInside = false;
            this.faceText1.Font = new System.Drawing.Font("宋体", 12F);
            this.faceText1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.faceText1.Location = new System.Drawing.Point(12, 101);
            this.faceText1.MaxLength = 32767;
            this.faceText1.Name = "faceText1";
            this.faceText1.SelectedText = "";
            this.faceText1.SelectionLength = 0;
            this.faceText1.SelectionStart = 0;
            this.faceText1.Size = new System.Drawing.Size(436, 45);
            this.faceText1.TabIndex = 0;
            this.faceText1.KeyEnterPress += new System.EventHandler(this.faceText1_KeyEnterPress);
            // 
            // FormInput
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(460, 250);
            this.Controls.Add(this.faceButtonGroup1);
            this.Controls.Add(this.faceLabel1);
            this.Controls.Add(this.faceText1);
            this.Controls.Add(this.formControlBox1);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FormInput";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "FormInput";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.FormInput_Load);
            this.Controls.SetChildIndex(this.formControlBox1, 0);
            this.Controls.SetChildIndex(this.faceText1, 0);
            this.Controls.SetChildIndex(this.faceLabel1, 0);
            this.Controls.SetChildIndex(this.faceButtonGroup1, 0);
            this.ResumeLayout(false);

        }

        #endregion

        private FormControlBox formControlBox1;
        private FaceButtonGroup faceButtonGroup1;
        private FaceLabel faceLabel1;
        private FaceText faceText1;
    }
}