可用版本1
This commit is contained in:
11
mainProgram/NewProjectWindow.Designer.cs
generated
11
mainProgram/NewProjectWindow.Designer.cs
generated
@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewProjectWindow));
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.ProjectPathTextBox = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
@ -69,7 +70,7 @@
|
||||
//
|
||||
// CreateProjectBtn
|
||||
//
|
||||
this.CreateProjectBtn.Location = new System.Drawing.Point(77, 217);
|
||||
this.CreateProjectBtn.Location = new System.Drawing.Point(96, 217);
|
||||
this.CreateProjectBtn.Name = "CreateProjectBtn";
|
||||
this.CreateProjectBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.CreateProjectBtn.TabIndex = 3;
|
||||
@ -79,7 +80,7 @@
|
||||
//
|
||||
// Cancel
|
||||
//
|
||||
this.Cancel.Location = new System.Drawing.Point(310, 217);
|
||||
this.Cancel.Location = new System.Drawing.Point(314, 217);
|
||||
this.Cancel.Name = "Cancel";
|
||||
this.Cancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.Cancel.TabIndex = 4;
|
||||
@ -146,7 +147,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(494, 292);
|
||||
this.ClientSize = new System.Drawing.Size(490, 271);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.SelectCalFilePathBtn);
|
||||
this.Controls.Add(this.CalFilePathTextBox);
|
||||
@ -158,7 +159,11 @@
|
||||
this.Controls.Add(this.DataPathTextBox);
|
||||
this.Controls.Add(this.ProjectPathTextBox);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "NewProjectWindow";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "创建工程";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
Reference in New Issue
Block a user