Newer
Older
GHFX_REFACTOR / DZ_Forms / F_GKT1添加项目.designer.cs
wxn on 2 Nov 2016 3 KB 提交
namespace Cyberpipe.DZ_Forms
{
   public partial class F_GKT1添加项目
    {
        /// <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.LB1_Tjxm = new System.Windows.Forms.Label();
            this.TB_项目名称 = new System.Windows.Forms.TextBox();
            this.OK = new System.Windows.Forms.Button();
            this.Cancel = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // LB1_Tjxm
            // 
            this.LB1_Tjxm.AutoSize = true;
            this.LB1_Tjxm.Location = new System.Drawing.Point(41, 41);
            this.LB1_Tjxm.Name = "LB1_Tjxm";
            this.LB1_Tjxm.Size = new System.Drawing.Size(65, 12);
            this.LB1_Tjxm.TabIndex = 0;
            this.LB1_Tjxm.Text = "项目名称:";
            // 
            // TB_项目名称
            // 
            this.TB_项目名称.Location = new System.Drawing.Point(134, 38);
            this.TB_项目名称.Name = "TB_项目名称";
            this.TB_项目名称.Size = new System.Drawing.Size(136, 21);
            this.TB_项目名称.TabIndex = 1;
            this.TB_项目名称.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TB_项目名称_KeyPress);
            // 
            // OK
            // 
            this.OK.Location = new System.Drawing.Point(43, 87);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(75, 23);
            this.OK.TabIndex = 2;
            this.OK.Text = "确定";
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // Cancel
            // 
            this.Cancel.Location = new System.Drawing.Point(195, 87);
            this.Cancel.Name = "Cancel";
            this.Cancel.Size = new System.Drawing.Size(75, 23);
            this.Cancel.TabIndex = 3;
            this.Cancel.Text = "取消";
            this.Cancel.UseVisualStyleBackColor = true;
            this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
            // 
            // F_GKT1添加项目
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(311, 122);
            this.Controls.Add(this.Cancel);
            this.Controls.Add(this.OK);
            this.Controls.Add(this.TB_项目名称);
            this.Controls.Add(this.LB1_Tjxm);
            this.Name = "F_GKT1添加项目";
            this.Text = "添加项目";
            this.Load += new System.EventHandler(this.F_添加项目_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

       // private System.Windows.Forms.Panel F_GKT1添加项目;
        private System.Windows.Forms.Label LB1_Tjxm;
        private System.Windows.Forms.TextBox TB_项目名称;
        private System.Windows.Forms.Button OK;
        private System.Windows.Forms.Button Cancel;
    }
}