Newer
Older
GHFX_REFACTOR / HFS_Forms / Frm_HFSprojedits.designer.cs
wxn on 2 Nov 2016 4 KB 提交
namespace Cyberpipe.HFS_Forms
{
    partial class Frm_HFSProjedits
    {
        /// <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.Cancel = new System.Windows.Forms.Button();
            this.OK = new System.Windows.Forms.Button();
            this.TB_ProjName = new System.Windows.Forms.TextBox();
            this.LB_ProjName = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // Cancel
            // 
            this.Cancel.Location = new System.Drawing.Point(181, 95);
            this.Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Cancel.Name = "Cancel";
            this.Cancel.Size = new System.Drawing.Size(100, 29);
            this.Cancel.TabIndex = 11;
            this.Cancel.Text = "取消";
            this.Cancel.UseVisualStyleBackColor = true;
            this.Cancel.Click += new System.EventHandler(this.Cancel_Click_1);
            // 
            // OK
            // 
            this.OK.Location = new System.Drawing.Point(65, 95);
            this.OK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.OK.Name = "OK";
            this.OK.Size = new System.Drawing.Size(100, 29);
            this.OK.TabIndex = 10;
            this.OK.Text = "确定";
            this.OK.UseVisualStyleBackColor = true;
            this.OK.Click += new System.EventHandler(this.OK_Click);
            // 
            // TB_ProjName
            // 
            this.TB_ProjName.Location = new System.Drawing.Point(169, 31);
            this.TB_ProjName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.TB_ProjName.Name = "TB_ProjName";
            this.TB_ProjName.Size = new System.Drawing.Size(156, 25);
            this.TB_ProjName.TabIndex = 9;
            // 
            // LB_ProjName
            // 
            this.LB_ProjName.AutoSize = true;
            this.LB_ProjName.Location = new System.Drawing.Point(47, 35);
            this.LB_ProjName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.LB_ProjName.Name = "LB_ProjName";
            this.LB_ProjName.Size = new System.Drawing.Size(82, 15);
            this.LB_ProjName.TabIndex = 8;
            this.LB_ProjName.Text = "项目名称:";
            // 
            // Frm_HFSProjedits
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(349, 139);
            this.Controls.Add(this.Cancel);
            this.Controls.Add(this.OK);
            this.Controls.Add(this.TB_ProjName);
            this.Controls.Add(this.LB_ProjName);
            this.DoubleBuffered = true;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.MaximizeBox = false;
            this.Name = "Frm_HFSProjedits";
            this.Text = "添加项目";
            this.Load += new System.EventHandler(this.Frm_HFSProjedit_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button Cancel;
        private System.Windows.Forms.Button OK;
        private System.Windows.Forms.TextBox TB_ProjName;
        private System.Windows.Forms.Label LB_ProjName;
    }
}