Files
wg_cpso/CPSO/Forms/92_Knowledge/FrmAnalysisResult.Designer.cs

215 lines
9.0 KiB
C#
Raw Permalink Normal View History

2026-03-25 18:20:24 +08:00
namespace CPSO.Forms._92_Knowledge
{
partial class FrmAnalysisResult
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAnalysisResult));
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.NodeId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.U = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.V = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.W = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Starin = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Stress = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip1.Location = new System.Drawing.Point(0, 593);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1179, 22);
this.statusStrip1.TabIndex = 0;
this.statusStrip1.Text = "statusStrip1";
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.toolStripComboBox1,
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1179, 28);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(84, 25);
this.toolStripLabel1.Text = "分析结果:";
//
// toolStripComboBox1
//
this.toolStripComboBox1.Name = "toolStripComboBox1";
2026-03-26 06:50:22 +08:00
this.toolStripComboBox1.Size = new System.Drawing.Size(480, 28);
2026-03-25 18:20:24 +08:00
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(43, 25);
this.toolStripButton1.Text = "提取";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.NodeId,
this.X,
this.Y,
this.Z,
this.U,
this.V,
this.W,
this.Starin,
this.Stress});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 28);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.Size = new System.Drawing.Size(1179, 565);
this.dataGridView1.TabIndex = 2;
//
// NodeId
//
this.NodeId.HeaderText = "节点ID";
this.NodeId.MinimumWidth = 6;
this.NodeId.Name = "NodeId";
this.NodeId.Width = 125;
//
// X
//
this.X.HeaderText = "坐标X";
this.X.MinimumWidth = 6;
this.X.Name = "X";
this.X.Width = 125;
//
// Y
//
this.Y.HeaderText = "坐标Y";
this.Y.MinimumWidth = 6;
this.Y.Name = "Y";
this.Y.Width = 125;
//
// Z
//
this.Z.HeaderText = "坐标Z";
this.Z.MinimumWidth = 6;
this.Z.Name = "Z";
this.Z.Width = 125;
//
// U
//
this.U.HeaderText = "位移U";
this.U.MinimumWidth = 6;
this.U.Name = "U";
this.U.Width = 125;
//
// V
//
this.V.HeaderText = "位移V";
this.V.MinimumWidth = 6;
this.V.Name = "V";
this.V.Width = 125;
//
// W
//
this.W.HeaderText = "位移W";
this.W.MinimumWidth = 6;
this.W.Name = "W";
this.W.Width = 125;
//
// Starin
//
this.Starin.HeaderText = "应变";
this.Starin.MinimumWidth = 6;
this.Starin.Name = "Starin";
this.Starin.Width = 125;
//
// Stress
//
this.Stress.HeaderText = "应力";
this.Stress.MinimumWidth = 6;
this.Stress.Name = "Stress";
this.Stress.Width = 125;
//
// FrmAnalysisResult
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1179, 615);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1);
this.Name = "FrmAnalysisResult";
this.ShowInTaskbar = false;
this.Text = "分析结果查看";
this.Load += new System.EventHandler(this.FrmAnalysisResult_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.DataGridViewTextBoxColumn NodeId;
private System.Windows.Forms.DataGridViewTextBoxColumn X;
private System.Windows.Forms.DataGridViewTextBoxColumn Y;
private System.Windows.Forms.DataGridViewTextBoxColumn Z;
private System.Windows.Forms.DataGridViewTextBoxColumn U;
private System.Windows.Forms.DataGridViewTextBoxColumn V;
private System.Windows.Forms.DataGridViewTextBoxColumn W;
private System.Windows.Forms.DataGridViewTextBoxColumn Starin;
private System.Windows.Forms.DataGridViewTextBoxColumn Stress;
}
}