namespace Cyberpipe.PAS_Forms { partial class F_PASProjedit { /// <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(217, 98); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(75, 23); this.Cancel.TabIndex = 7; this.Cancel.Text = "取消"; this.Cancel.UseVisualStyleBackColor = true; this.Cancel.Click += new System.EventHandler(this.Cancel_Click); // // OK // this.OK.Location = new System.Drawing.Point(54, 98); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 6; 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(174, 38); this.TB_ProjName.Name = "TB_ProjName"; this.TB_ProjName.Size = new System.Drawing.Size(118, 21); this.TB_ProjName.TabIndex = 5; // // LB_ProjName // this.LB_ProjName.AutoSize = true; this.LB_ProjName.Location = new System.Drawing.Point(64, 41); this.LB_ProjName.Name = "LB_ProjName"; this.LB_ProjName.Size = new System.Drawing.Size(65, 12); this.LB_ProjName.TabIndex = 4; this.LB_ProjName.Text = "项目名称:"; // // F_PASProjedit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(349, 145); this.Controls.Add(this.Cancel); this.Controls.Add(this.OK); this.Controls.Add(this.TB_ProjName); this.Controls.Add(this.LB_ProjName); this.Name = "F_PASProjedit"; this.Text = "F_PASProjedit"; this.Load += new System.EventHandler(this.F_PASProjedit_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.F_PASProjedit_KeyPress); 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; } }