完成调用丰的sif python算法 → 所有数据处理功能完成
This commit is contained in:
20
mainProgram/OpenProjectWindow.Designer.cs
generated
20
mainProgram/OpenProjectWindow.Designer.cs
generated
@ -37,17 +37,17 @@
|
||||
//
|
||||
// ProjectPathTextBox
|
||||
//
|
||||
this.ProjectPathTextBox.Location = new System.Drawing.Point(246, 133);
|
||||
this.ProjectPathTextBox.Location = new System.Drawing.Point(219, 81);
|
||||
this.ProjectPathTextBox.Name = "ProjectPathTextBox";
|
||||
this.ProjectPathTextBox.ReadOnly = true;
|
||||
this.ProjectPathTextBox.Size = new System.Drawing.Size(163, 21);
|
||||
this.ProjectPathTextBox.Size = new System.Drawing.Size(162, 21);
|
||||
this.ProjectPathTextBox.TabIndex = 0;
|
||||
//
|
||||
// OpenProjectPathBtn
|
||||
//
|
||||
this.OpenProjectPathBtn.Location = new System.Drawing.Point(206, 228);
|
||||
this.OpenProjectPathBtn.Location = new System.Drawing.Point(133, 196);
|
||||
this.OpenProjectPathBtn.Name = "OpenProjectPathBtn";
|
||||
this.OpenProjectPathBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.OpenProjectPathBtn.Size = new System.Drawing.Size(135, 23);
|
||||
this.OpenProjectPathBtn.TabIndex = 2;
|
||||
this.OpenProjectPathBtn.Text = "打开工程";
|
||||
this.OpenProjectPathBtn.UseVisualStyleBackColor = true;
|
||||
@ -56,7 +56,7 @@
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(162, 133);
|
||||
this.label1.Location = new System.Drawing.Point(131, 81);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||||
this.label1.TabIndex = 3;
|
||||
@ -64,9 +64,9 @@
|
||||
//
|
||||
// SelectProjectPathBtn
|
||||
//
|
||||
this.SelectProjectPathBtn.Location = new System.Drawing.Point(432, 130);
|
||||
this.SelectProjectPathBtn.Location = new System.Drawing.Point(401, 81);
|
||||
this.SelectProjectPathBtn.Name = "SelectProjectPathBtn";
|
||||
this.SelectProjectPathBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.SelectProjectPathBtn.Size = new System.Drawing.Size(135, 23);
|
||||
this.SelectProjectPathBtn.TabIndex = 4;
|
||||
this.SelectProjectPathBtn.Text = "选择";
|
||||
this.SelectProjectPathBtn.UseVisualStyleBackColor = true;
|
||||
@ -74,9 +74,9 @@
|
||||
//
|
||||
// CancelBtn
|
||||
//
|
||||
this.CancelBtn.Location = new System.Drawing.Point(444, 227);
|
||||
this.CancelBtn.Location = new System.Drawing.Point(401, 196);
|
||||
this.CancelBtn.Name = "CancelBtn";
|
||||
this.CancelBtn.Size = new System.Drawing.Size(75, 23);
|
||||
this.CancelBtn.Size = new System.Drawing.Size(135, 23);
|
||||
this.CancelBtn.TabIndex = 5;
|
||||
this.CancelBtn.Text = "取消";
|
||||
this.CancelBtn.UseVisualStyleBackColor = true;
|
||||
@ -86,7 +86,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.ClientSize = new System.Drawing.Size(738, 390);
|
||||
this.Controls.Add(this.CancelBtn);
|
||||
this.Controls.Add(this.SelectProjectPathBtn);
|
||||
this.Controls.Add(this.label1);
|
||||
|
Reference in New Issue
Block a user