FrmMethodName.Designer.cs 4.4 KB
namespace AccAOI
{
    partial class FrmMethodName
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMethodName));
            this.txtName = new Asa.Theme.FlatText();
            this.btnCancel = new Asa.Theme.FlatButton();
            this.btnOk = new Asa.Theme.FlatButton();
            this.SuspendLayout();
            // 
            // txtName
            // 
            this.txtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.txtName.Font = new System.Drawing.Font("宋体", 9F);
            this.txtName.Inside = false;
            this.txtName.Location = new System.Drawing.Point(66, 80);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(219, 30);
            this.txtName.TabIndex = 0;
            // 
            // btnCancel
            // 
            this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
            this.btnCancel.ImageSize = new System.Drawing.Size(0, 0);
            this.btnCancel.Inside = false;
            this.btnCancel.Location = new System.Drawing.Point(66, 144);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(95, 30);
            this.btnCancel.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "取消";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOk
            // 
            this.btnOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnOk.Font = new System.Drawing.Font("宋体", 9F);
            this.btnOk.ImageSize = new System.Drawing.Size(0, 0);
            this.btnOk.Inside = false;
            this.btnOk.Location = new System.Drawing.Point(190, 144);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(95, 30);
            this.btnOk.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnOk.TabIndex = 2;
            this.btnOk.Text = "确定";
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // FrmMethodName
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(366, 223);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.txtName);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Minimized = false;
            this.Name = "FrmMethodName";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "请输入方法名称";
            this.Load += new System.EventHandler(this.FrmMethodName_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.Theme.FlatText txtName;
        private Asa.Theme.FlatButton btnCancel;
        private Asa.Theme.FlatButton btnOk;
    }
}