1、添加2个自定义控件:chartTC、TreeViewTc; 2、修复了一些bug,完善了功能;3、更新了gitignore,将bin等目录忽略;

This commit is contained in:
tangchao0503
2022-06-16 13:26:55 +08:00
parent b43227dc58
commit f36c5eaa39
50 changed files with 13043 additions and 3770 deletions

View File

@ -44,7 +44,8 @@
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(341, 76);
this.textBox1.BackColor = System.Drawing.Color.WhiteSmoke;
this.textBox1.Location = new System.Drawing.Point(239, 82);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 1;
@ -53,6 +54,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(547, 236);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
@ -60,7 +62,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ProjectManagerWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ProjectManagerWindow";
this.ResumeLayout(false);
this.PerformLayout();