1、添加2个自定义控件:chartTC、TreeViewTc; 2、修复了一些bug,完善了功能;3、更新了gitignore,将bin等目录忽略;
This commit is contained in:
58
mainProgram/NewProjectWindow.Designer.cs
generated
58
mainProgram/NewProjectWindow.Designer.cs
generated
@ -45,7 +45,7 @@
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(36, 41);
|
||||
this.label1.Location = new System.Drawing.Point(25, 30);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||||
this.label1.TabIndex = 0;
|
||||
@ -53,7 +53,8 @@
|
||||
//
|
||||
// ProjectPathTextBox
|
||||
//
|
||||
this.ProjectPathTextBox.Location = new System.Drawing.Point(115, 37);
|
||||
this.ProjectPathTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.ProjectPathTextBox.Location = new System.Drawing.Point(104, 26);
|
||||
this.ProjectPathTextBox.Name = "ProjectPathTextBox";
|
||||
this.ProjectPathTextBox.ReadOnly = true;
|
||||
this.ProjectPathTextBox.Size = new System.Drawing.Size(205, 21);
|
||||
@ -62,7 +63,7 @@
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(36, 154);
|
||||
this.label2.Location = new System.Drawing.Point(25, 143);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(53, 12);
|
||||
this.label2.TabIndex = 2;
|
||||
@ -70,27 +71,32 @@
|
||||
//
|
||||
// CreateProjectBtn
|
||||
//
|
||||
this.CreateProjectBtn.Location = new System.Drawing.Point(96, 217);
|
||||
this.CreateProjectBtn.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.CreateProjectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.CreateProjectBtn.Location = new System.Drawing.Point(234, 206);
|
||||
this.CreateProjectBtn.Name = "CreateProjectBtn";
|
||||
this.CreateProjectBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.CreateProjectBtn.TabIndex = 3;
|
||||
this.CreateProjectBtn.Text = "创建工程";
|
||||
this.CreateProjectBtn.UseVisualStyleBackColor = true;
|
||||
this.CreateProjectBtn.Text = "创建";
|
||||
this.CreateProjectBtn.UseVisualStyleBackColor = false;
|
||||
this.CreateProjectBtn.Click += new System.EventHandler(this.CreateProjectBtn_Click);
|
||||
//
|
||||
// Cancel
|
||||
//
|
||||
this.Cancel.Location = new System.Drawing.Point(314, 217);
|
||||
this.Cancel.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.Cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.Cancel.Location = new System.Drawing.Point(324, 206);
|
||||
this.Cancel.Name = "Cancel";
|
||||
this.Cancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.Cancel.TabIndex = 4;
|
||||
this.Cancel.Text = "取消";
|
||||
this.Cancel.UseVisualStyleBackColor = true;
|
||||
this.Cancel.UseVisualStyleBackColor = false;
|
||||
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
|
||||
//
|
||||
// DataPathTextBox
|
||||
//
|
||||
this.DataPathTextBox.Location = new System.Drawing.Point(115, 150);
|
||||
this.DataPathTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.DataPathTextBox.Location = new System.Drawing.Point(104, 139);
|
||||
this.DataPathTextBox.Name = "DataPathTextBox";
|
||||
this.DataPathTextBox.ReadOnly = true;
|
||||
this.DataPathTextBox.Size = new System.Drawing.Size(205, 21);
|
||||
@ -98,27 +104,32 @@
|
||||
//
|
||||
// SelectDataPathBtn
|
||||
//
|
||||
this.SelectDataPathBtn.Location = new System.Drawing.Point(374, 149);
|
||||
this.SelectDataPathBtn.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.SelectDataPathBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.SelectDataPathBtn.Location = new System.Drawing.Point(324, 137);
|
||||
this.SelectDataPathBtn.Name = "SelectDataPathBtn";
|
||||
this.SelectDataPathBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.SelectDataPathBtn.TabIndex = 4;
|
||||
this.SelectDataPathBtn.Text = "选择";
|
||||
this.SelectDataPathBtn.UseVisualStyleBackColor = true;
|
||||
this.SelectDataPathBtn.Text = "浏览...";
|
||||
this.SelectDataPathBtn.UseVisualStyleBackColor = false;
|
||||
this.SelectDataPathBtn.Click += new System.EventHandler(this.SelectDataPathBtn_Click);
|
||||
//
|
||||
// SelectProjectPathBtn
|
||||
//
|
||||
this.SelectProjectPathBtn.Location = new System.Drawing.Point(374, 36);
|
||||
this.SelectProjectPathBtn.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.SelectProjectPathBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.SelectProjectPathBtn.Location = new System.Drawing.Point(324, 24);
|
||||
this.SelectProjectPathBtn.Name = "SelectProjectPathBtn";
|
||||
this.SelectProjectPathBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.SelectProjectPathBtn.TabIndex = 5;
|
||||
this.SelectProjectPathBtn.Text = "选择";
|
||||
this.SelectProjectPathBtn.UseVisualStyleBackColor = true;
|
||||
this.SelectProjectPathBtn.Text = "浏览...";
|
||||
this.SelectProjectPathBtn.UseVisualStyleBackColor = false;
|
||||
this.SelectProjectPathBtn.Click += new System.EventHandler(this.SelectProjectPathBtn_Click);
|
||||
//
|
||||
// CalFilePathTextBox
|
||||
//
|
||||
this.CalFilePathTextBox.Location = new System.Drawing.Point(115, 91);
|
||||
this.CalFilePathTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.CalFilePathTextBox.Location = new System.Drawing.Point(104, 80);
|
||||
this.CalFilePathTextBox.Name = "CalFilePathTextBox";
|
||||
this.CalFilePathTextBox.ReadOnly = true;
|
||||
this.CalFilePathTextBox.Size = new System.Drawing.Size(205, 21);
|
||||
@ -126,18 +137,20 @@
|
||||
//
|
||||
// SelectCalFilePathBtn
|
||||
//
|
||||
this.SelectCalFilePathBtn.Location = new System.Drawing.Point(374, 90);
|
||||
this.SelectCalFilePathBtn.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.SelectCalFilePathBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.SelectCalFilePathBtn.Location = new System.Drawing.Point(324, 78);
|
||||
this.SelectCalFilePathBtn.Name = "SelectCalFilePathBtn";
|
||||
this.SelectCalFilePathBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.SelectCalFilePathBtn.TabIndex = 8;
|
||||
this.SelectCalFilePathBtn.Text = "选择";
|
||||
this.SelectCalFilePathBtn.UseVisualStyleBackColor = true;
|
||||
this.SelectCalFilePathBtn.Text = "浏览...";
|
||||
this.SelectCalFilePathBtn.UseVisualStyleBackColor = false;
|
||||
this.SelectCalFilePathBtn.Click += new System.EventHandler(this.SelectCalFilePathBtn_Click);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(36, 95);
|
||||
this.label3.Location = new System.Drawing.Point(25, 84);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(53, 12);
|
||||
this.label3.TabIndex = 9;
|
||||
@ -147,7 +160,8 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(490, 271);
|
||||
this.BackColor = System.Drawing.Color.White;
|
||||
this.ClientSize = new System.Drawing.Size(429, 249);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.SelectCalFilePathBtn);
|
||||
this.Controls.Add(this.CalFilePathTextBox);
|
||||
@ -163,7 +177,7 @@
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "NewProjectWindow";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "创建工程";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
Reference in New Issue
Block a user