- form 이름 변경
- UI 수정 - Result Panel Column 연동
This commit is contained in:
236
MainForm.Designer.cs
generated
236
MainForm.Designer.cs
generated
@@ -31,19 +31,49 @@
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
||||
this.toolStripMain = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButtonOpen = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButtonMaterial = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButtonResult = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButtonAnalysis = 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();
|
||||
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
||||
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
||||
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
||||
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.openDBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.recentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.tableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.resultTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.analysisTableToolStripMenuItem = 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();
|
||||
this.reportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMain.SuspendLayout();
|
||||
this.statusStrip.SuspendLayout();
|
||||
this.menuStrip.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// toolStripMain
|
||||
//
|
||||
this.toolStripMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
||||
this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripButtonOpen});
|
||||
this.toolStripMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.toolStripButtonOpen,
|
||||
this.toolStripSeparator1,
|
||||
this.toolStripButtonMaterial,
|
||||
this.toolStripSeparator3,
|
||||
this.toolStripButtonResult,
|
||||
this.toolStripButtonAnalysis,
|
||||
this.toolStripSeparator2,
|
||||
this.toolStripButtonRadarGraph,
|
||||
this.toolStripButtonTrendGraph});
|
||||
this.toolStripMain.Location = new System.Drawing.Point(0, 24);
|
||||
this.toolStripMain.Name = "toolStripMain";
|
||||
this.toolStripMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
|
||||
this.toolStripMain.Size = new System.Drawing.Size(947, 25);
|
||||
@@ -57,9 +87,80 @@
|
||||
this.toolStripButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonOpen.Name = "toolStripButtonOpen";
|
||||
this.toolStripButtonOpen.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonOpen.Text = "toolStripButton1";
|
||||
this.toolStripButtonOpen.Text = "Open DB";
|
||||
this.toolStripButtonOpen.ToolTipText = "Open DB (Ctrl+O)";
|
||||
this.toolStripButtonOpen.Click += new System.EventHandler(this.toolStripButtonOpen_Click);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// toolStripButtonMaterial
|
||||
//
|
||||
this.toolStripButtonMaterial.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonMaterial.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonMaterial.Image")));
|
||||
this.toolStripButtonMaterial.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonMaterial.Name = "toolStripButtonMaterial";
|
||||
this.toolStripButtonMaterial.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonMaterial.Text = "toolStripButton1";
|
||||
this.toolStripButtonMaterial.ToolTipText = "Material Pair (Ctrl+M)";
|
||||
this.toolStripButtonMaterial.Click += new System.EventHandler(this.toolStripButtonMaterial_Click);
|
||||
//
|
||||
// toolStripSeparator3
|
||||
//
|
||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||||
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// toolStripButtonResult
|
||||
//
|
||||
this.toolStripButtonResult.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonResult.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonResult.Image")));
|
||||
this.toolStripButtonResult.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonResult.Name = "toolStripButtonResult";
|
||||
this.toolStripButtonResult.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonResult.Text = "toolStripButton1";
|
||||
this.toolStripButtonResult.ToolTipText = "Result Table (Ctrl+R)";
|
||||
this.toolStripButtonResult.Click += new System.EventHandler(this.toolStripButtonResult_Click);
|
||||
//
|
||||
// toolStripButtonAnalysis
|
||||
//
|
||||
this.toolStripButtonAnalysis.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonAnalysis.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAnalysis.Image")));
|
||||
this.toolStripButtonAnalysis.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonAnalysis.Name = "toolStripButtonAnalysis";
|
||||
this.toolStripButtonAnalysis.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonAnalysis.Text = "toolStripButton2";
|
||||
this.toolStripButtonAnalysis.ToolTipText = "Analysis Table (Ctrl+A)";
|
||||
this.toolStripButtonAnalysis.Click += new System.EventHandler(this.toolStripButtonAnalysis_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// toolStripButtonRadarGraph
|
||||
//
|
||||
this.toolStripButtonRadarGraph.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonRadarGraph.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRadarGraph.Image")));
|
||||
this.toolStripButtonRadarGraph.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonRadarGraph.Name = "toolStripButtonRadarGraph";
|
||||
this.toolStripButtonRadarGraph.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonRadarGraph.Text = "toolStripButton3";
|
||||
this.toolStripButtonRadarGraph.ToolTipText = "Radar Graph (Ctrl+D)";
|
||||
this.toolStripButtonRadarGraph.Click += new System.EventHandler(this.toolStripButtonRadarGraph_Click);
|
||||
//
|
||||
// toolStripButtonTrendGraph
|
||||
//
|
||||
this.toolStripButtonTrendGraph.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButtonTrendGraph.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonTrendGraph.Image")));
|
||||
this.toolStripButtonTrendGraph.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButtonTrendGraph.Name = "toolStripButtonTrendGraph";
|
||||
this.toolStripButtonTrendGraph.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButtonTrendGraph.Text = "toolStripButton4";
|
||||
this.toolStripButtonTrendGraph.ToolTipText = "Trend Graph (Ctrl+T)";
|
||||
this.toolStripButtonTrendGraph.Click += new System.EventHandler(this.toolStripButtonTrendGraph_Click);
|
||||
//
|
||||
// statusStrip
|
||||
//
|
||||
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
@@ -80,12 +181,108 @@
|
||||
//
|
||||
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
|
||||
this.dockPanel.Location = new System.Drawing.Point(0, 25);
|
||||
this.dockPanel.Location = new System.Drawing.Point(0, 49);
|
||||
this.dockPanel.Name = "dockPanel";
|
||||
this.dockPanel.ShowDocumentIcon = true;
|
||||
this.dockPanel.Size = new System.Drawing.Size(947, 598);
|
||||
this.dockPanel.Size = new System.Drawing.Size(947, 574);
|
||||
this.dockPanel.TabIndex = 2;
|
||||
//
|
||||
// menuStrip
|
||||
//
|
||||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.fileToolStripMenuItem,
|
||||
this.tableToolStripMenuItem,
|
||||
this.graphToolStripMenuItem,
|
||||
this.reportToolStripMenuItem});
|
||||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip.Name = "menuStrip";
|
||||
this.menuStrip.Size = new System.Drawing.Size(947, 24);
|
||||
this.menuStrip.TabIndex = 3;
|
||||
this.menuStrip.Text = "menuStrip1";
|
||||
//
|
||||
// fileToolStripMenuItem
|
||||
//
|
||||
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.openDBToolStripMenuItem,
|
||||
this.recentToolStripMenuItem,
|
||||
this.exitToolStripMenuItem});
|
||||
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||||
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
||||
this.fileToolStripMenuItem.Text = "File";
|
||||
//
|
||||
// openDBToolStripMenuItem
|
||||
//
|
||||
this.openDBToolStripMenuItem.Name = "openDBToolStripMenuItem";
|
||||
this.openDBToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
|
||||
this.openDBToolStripMenuItem.Text = "Open DB";
|
||||
//
|
||||
// recentToolStripMenuItem
|
||||
//
|
||||
this.recentToolStripMenuItem.Name = "recentToolStripMenuItem";
|
||||
this.recentToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
|
||||
this.recentToolStripMenuItem.Text = "Recent";
|
||||
//
|
||||
// exitToolStripMenuItem
|
||||
//
|
||||
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
||||
this.exitToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
|
||||
this.exitToolStripMenuItem.Text = "Exit";
|
||||
//
|
||||
// tableToolStripMenuItem
|
||||
//
|
||||
this.tableToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.resultTableToolStripMenuItem,
|
||||
this.analysisTableToolStripMenuItem});
|
||||
this.tableToolStripMenuItem.Name = "tableToolStripMenuItem";
|
||||
this.tableToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
|
||||
this.tableToolStripMenuItem.Text = "Table";
|
||||
//
|
||||
// resultTableToolStripMenuItem
|
||||
//
|
||||
this.resultTableToolStripMenuItem.Name = "resultTableToolStripMenuItem";
|
||||
this.resultTableToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||
this.resultTableToolStripMenuItem.Text = "Result Table";
|
||||
//
|
||||
// analysisTableToolStripMenuItem
|
||||
//
|
||||
this.analysisTableToolStripMenuItem.Name = "analysisTableToolStripMenuItem";
|
||||
this.analysisTableToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||
this.analysisTableToolStripMenuItem.Text = "Analysis Table";
|
||||
//
|
||||
// graphToolStripMenuItem
|
||||
//
|
||||
this.graphToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.radarGraphToolStripMenuItem,
|
||||
this.trendGraphToolStripMenuItem});
|
||||
this.graphToolStripMenuItem.Name = "graphToolStripMenuItem";
|
||||
this.graphToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
|
||||
this.graphToolStripMenuItem.Text = "Graph";
|
||||
//
|
||||
// radarGraphToolStripMenuItem
|
||||
//
|
||||
this.radarGraphToolStripMenuItem.Name = "radarGraphToolStripMenuItem";
|
||||
this.radarGraphToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
|
||||
this.radarGraphToolStripMenuItem.Text = "Radar Graph";
|
||||
//
|
||||
// trendGraphToolStripMenuItem
|
||||
//
|
||||
this.trendGraphToolStripMenuItem.Name = "trendGraphToolStripMenuItem";
|
||||
this.trendGraphToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
|
||||
this.trendGraphToolStripMenuItem.Text = "Trend Graph";
|
||||
//
|
||||
// reportToolStripMenuItem
|
||||
//
|
||||
this.reportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.allToolStripMenuItem});
|
||||
this.reportToolStripMenuItem.Name = "reportToolStripMenuItem";
|
||||
this.reportToolStripMenuItem.Size = new System.Drawing.Size(54, 20);
|
||||
this.reportToolStripMenuItem.Text = "Report";
|
||||
//
|
||||
// allToolStripMenuItem
|
||||
//
|
||||
this.allToolStripMenuItem.Name = "allToolStripMenuItem";
|
||||
this.allToolStripMenuItem.Size = new System.Drawing.Size(88, 22);
|
||||
this.allToolStripMenuItem.Text = "All";
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -94,12 +291,16 @@
|
||||
this.Controls.Add(this.dockPanel);
|
||||
this.Controls.Add(this.statusStrip);
|
||||
this.Controls.Add(this.toolStripMain);
|
||||
this.Controls.Add(this.menuStrip);
|
||||
this.MainMenuStrip = this.menuStrip;
|
||||
this.Name = "MainForm";
|
||||
this.Text = "Form1";
|
||||
this.Text = "Material Stick-Slip Analysis";
|
||||
this.toolStripMain.ResumeLayout(false);
|
||||
this.toolStripMain.PerformLayout();
|
||||
this.statusStrip.ResumeLayout(false);
|
||||
this.statusStrip.PerformLayout();
|
||||
this.menuStrip.ResumeLayout(false);
|
||||
this.menuStrip.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -112,6 +313,27 @@
|
||||
private System.Windows.Forms.StatusStrip statusStrip;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
|
||||
private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButtonResult;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButtonAnalysis;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButtonRadarGraph;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButtonTrendGraph;
|
||||
private System.Windows.Forms.MenuStrip menuStrip;
|
||||
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem openDBToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem recentToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem tableToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem resultTableToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem analysisTableToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem graphToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem radarGraphToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem trendGraphToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem reportToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButtonMaterial;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user