分析模块重新调整

This commit is contained in:
2026-03-26 06:50:22 +08:00
parent 8cd16929a3
commit 8c105c5068
62 changed files with 447 additions and 949 deletions

View File

@@ -33,8 +33,6 @@
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.NodeId = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -65,8 +63,6 @@
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.toolStripComboBox1,
this.toolStripLabel2,
this.toolStripTextBox1,
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
@@ -83,21 +79,7 @@
// toolStripComboBox1
//
this.toolStripComboBox1.Name = "toolStripComboBox1";
this.toolStripComboBox1.Size = new System.Drawing.Size(121, 28);
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(69, 25);
this.toolStripLabel2.Text = "曲面集:";
//
// toolStripTextBox1
//
this.toolStripTextBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.toolStripTextBox1.Name = "toolStripTextBox1";
this.toolStripTextBox1.ReadOnly = true;
this.toolStripTextBox1.Size = new System.Drawing.Size(100, 28);
this.toolStripComboBox1.Size = new System.Drawing.Size(480, 28);
//
// toolStripButton1
//
@@ -219,7 +201,6 @@
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.DataGridViewTextBoxColumn NodeId;
private System.Windows.Forms.DataGridViewTextBoxColumn X;
@@ -230,6 +211,5 @@
private System.Windows.Forms.DataGridViewTextBoxColumn W;
private System.Windows.Forms.DataGridViewTextBoxColumn Starin;
private System.Windows.Forms.DataGridViewTextBoxColumn Stress;
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
}
}