- 설정 업데이트 (창크기, Column 체크)
- 로딩 중 마우스 포인터
This commit is contained in:
43
MainForm.Designer.cs
generated
43
MainForm.Designer.cs
generated
@@ -36,6 +36,7 @@
|
||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButtonResult = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButtonAnalysis = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButtonMap = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButtonRadarGraph = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButtonTrendGraph = new System.Windows.Forms.ToolStripButton();
|
||||
@@ -49,6 +50,7 @@
|
||||
this.tableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.resultTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.analysisTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.materialCompatibilityMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.graphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.radarGraphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.trendGraphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -57,8 +59,6 @@
|
||||
this.aToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
||||
this.materialCompatibilityMapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripButtonMap = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripMain.SuspendLayout();
|
||||
this.statusStrip.SuspendLayout();
|
||||
this.menuStrip.SuspendLayout();
|
||||
@@ -139,6 +139,17 @@
|
||||
this.toolStripButtonAnalysis.ToolTipText = "Analysis Table (Ctrl+A)";
|
||||
this.toolStripButtonAnalysis.Click += new System.EventHandler(this.toolStripButtonAnalysis_Click);
|
||||
//
|
||||
// toolStripButtonMap
|
||||
//
|
||||
this.toolStripButtonMap.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonMap.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonMap.Image")));
|
||||
this.toolStripButtonMap.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonMap.Name = "toolStripButtonMap";
|
||||
this.toolStripButtonMap.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonMap.Text = "toolStripButton1";
|
||||
this.toolStripButtonMap.ToolTipText = "Material Compatibility Map";
|
||||
this.toolStripButtonMap.Click += new System.EventHandler(this.toolStripButtonMap_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
@@ -251,6 +262,13 @@
|
||||
this.analysisTableToolStripMenuItem.Text = "Analysis Table";
|
||||
this.analysisTableToolStripMenuItem.Click += new System.EventHandler(this.analysisTableToolStripMenuItem_Click);
|
||||
//
|
||||
// materialCompatibilityMapToolStripMenuItem
|
||||
//
|
||||
this.materialCompatibilityMapToolStripMenuItem.Name = "materialCompatibilityMapToolStripMenuItem";
|
||||
this.materialCompatibilityMapToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
|
||||
this.materialCompatibilityMapToolStripMenuItem.Text = "Material Compatibility Map";
|
||||
this.materialCompatibilityMapToolStripMenuItem.Click += new System.EventHandler(this.materialCompatibilityMapToolStripMenuItem_Click);
|
||||
//
|
||||
// graphToolStripMenuItem
|
||||
//
|
||||
this.graphToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
@@ -286,7 +304,7 @@
|
||||
// allToolStripMenuItem
|
||||
//
|
||||
this.allToolStripMenuItem.Name = "allToolStripMenuItem";
|
||||
this.allToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.allToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
|
||||
this.allToolStripMenuItem.Text = "All";
|
||||
this.allToolStripMenuItem.Click += new System.EventHandler(this.allToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -314,24 +332,6 @@
|
||||
this.dockPanel.Size = new System.Drawing.Size(1184, 690);
|
||||
this.dockPanel.TabIndex = 2;
|
||||
//
|
||||
// materialCompatibilityMapToolStripMenuItem
|
||||
//
|
||||
this.materialCompatibilityMapToolStripMenuItem.Name = "materialCompatibilityMapToolStripMenuItem";
|
||||
this.materialCompatibilityMapToolStripMenuItem.Size = new System.Drawing.Size(221, 22);
|
||||
this.materialCompatibilityMapToolStripMenuItem.Text = "Material Compatibility Map";
|
||||
this.materialCompatibilityMapToolStripMenuItem.Click += new System.EventHandler(this.materialCompatibilityMapToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripButtonMap
|
||||
//
|
||||
this.toolStripButtonMap.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonMap.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonMap.Image")));
|
||||
this.toolStripButtonMap.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonMap.Name = "toolStripButtonMap";
|
||||
this.toolStripButtonMap.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonMap.Text = "toolStripButton1";
|
||||
this.toolStripButtonMap.ToolTipText = "Material Compatibility Map";
|
||||
this.toolStripButtonMap.Click += new System.EventHandler(this.toolStripButtonMap_Click);
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -346,6 +346,7 @@
|
||||
this.MinimumSize = new System.Drawing.Size(800, 600);
|
||||
this.Name = "MainForm";
|
||||
this.Text = "Material Stick-Slip Analysis";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
||||
this.toolStripMain.ResumeLayout(false);
|
||||
this.toolStripMain.PerformLayout();
|
||||
this.statusStrip.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user