namespace mainProgram { partial class OpenProjectWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenProjectWindow)); this.ProjectPathTextBox = new System.Windows.Forms.TextBox(); this.OpenProjectPathBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SelectProjectPathBtn = new System.Windows.Forms.Button(); this.CancelBtn = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ProjectPathTextBox // this.ProjectPathTextBox.Location = new System.Drawing.Point(135, 38); this.ProjectPathTextBox.Name = "ProjectPathTextBox"; this.ProjectPathTextBox.ReadOnly = true; this.ProjectPathTextBox.Size = new System.Drawing.Size(162, 21); this.ProjectPathTextBox.TabIndex = 0; // // OpenProjectPathBtn // this.OpenProjectPathBtn.Location = new System.Drawing.Point(49, 118); this.OpenProjectPathBtn.Name = "OpenProjectPathBtn"; this.OpenProjectPathBtn.Size = new System.Drawing.Size(83, 23); this.OpenProjectPathBtn.TabIndex = 2; this.OpenProjectPathBtn.Text = "打开工程"; this.OpenProjectPathBtn.UseVisualStyleBackColor = true; this.OpenProjectPathBtn.Click += new System.EventHandler(this.OpenProjectPathBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(47, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 3; this.label1.Text = "工程路径"; // // SelectProjectPathBtn // this.SelectProjectPathBtn.Location = new System.Drawing.Point(351, 38); this.SelectProjectPathBtn.Name = "SelectProjectPathBtn"; this.SelectProjectPathBtn.Size = new System.Drawing.Size(83, 23); this.SelectProjectPathBtn.TabIndex = 4; this.SelectProjectPathBtn.Text = "选择"; this.SelectProjectPathBtn.UseVisualStyleBackColor = true; this.SelectProjectPathBtn.Click += new System.EventHandler(this.SelectProjectPathBtn_Click); // // CancelBtn // this.CancelBtn.Location = new System.Drawing.Point(351, 118); this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.Size = new System.Drawing.Size(83, 23); this.CancelBtn.TabIndex = 5; this.CancelBtn.Text = "取消"; this.CancelBtn.UseVisualStyleBackColor = true; this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); // // OpenProjectWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(485, 191); this.Controls.Add(this.CancelBtn); this.Controls.Add(this.SelectProjectPathBtn); this.Controls.Add(this.label1); this.Controls.Add(this.OpenProjectPathBtn); this.Controls.Add(this.ProjectPathTextBox); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OpenProjectWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "打开工程"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox ProjectPathTextBox; private System.Windows.Forms.Button OpenProjectPathBtn; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button SelectProjectPathBtn; private System.Windows.Forms.Button CancelBtn; } }