349 lines
17 KiB
C#
349 lines
17 KiB
C#
namespace friction
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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(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.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.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
|
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.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(1184, 25);
|
|
this.toolStripMain.TabIndex = 0;
|
|
this.toolStripMain.Text = "toolStrip1";
|
|
//
|
|
// toolStripButtonOpen
|
|
//
|
|
this.toolStripButtonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButtonOpen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonOpen.Image")));
|
|
this.toolStripButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButtonOpen.Name = "toolStripButtonOpen";
|
|
this.toolStripButtonOpen.Size = new System.Drawing.Size(23, 22);
|
|
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[] {
|
|
this.toolStripStatusLabel});
|
|
this.statusStrip.Location = new System.Drawing.Point(0, 739);
|
|
this.statusStrip.Name = "statusStrip";
|
|
this.statusStrip.Size = new System.Drawing.Size(1184, 22);
|
|
this.statusStrip.TabIndex = 1;
|
|
this.statusStrip.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel
|
|
//
|
|
this.toolStripStatusLabel.Name = "toolStripStatusLabel";
|
|
this.toolStripStatusLabel.Size = new System.Drawing.Size(122, 17);
|
|
this.toolStripStatusLabel.Text = "Please open database";
|
|
//
|
|
// menuStrip
|
|
//
|
|
this.menuStrip.BackColor = System.Drawing.SystemColors.Control;
|
|
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(1184, 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";
|
|
this.openDBToolStripMenuItem.Click += new System.EventHandler(this.openDBToolStripMenuItem_Click);
|
|
//
|
|
// 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";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// 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";
|
|
this.resultTableToolStripMenuItem.Click += new System.EventHandler(this.resultTableToolStripMenuItem_Click);
|
|
//
|
|
// analysisTableToolStripMenuItem
|
|
//
|
|
this.analysisTableToolStripMenuItem.Name = "analysisTableToolStripMenuItem";
|
|
this.analysisTableToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
|
this.analysisTableToolStripMenuItem.Text = "Analysis Table";
|
|
this.analysisTableToolStripMenuItem.Click += new System.EventHandler(this.analysisTableToolStripMenuItem_Click);
|
|
//
|
|
// 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";
|
|
this.radarGraphToolStripMenuItem.Click += new System.EventHandler(this.radarGraphToolStripMenuItem_Click);
|
|
//
|
|
// trendGraphToolStripMenuItem
|
|
//
|
|
this.trendGraphToolStripMenuItem.Enabled = false;
|
|
this.trendGraphToolStripMenuItem.Name = "trendGraphToolStripMenuItem";
|
|
this.trendGraphToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
|
|
this.trendGraphToolStripMenuItem.Text = "Trend Graph";
|
|
this.trendGraphToolStripMenuItem.Click += new System.EventHandler(this.trendGraphToolStripMenuItem_Click);
|
|
//
|
|
// 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";
|
|
//
|
|
// dockPanel
|
|
//
|
|
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
|
|
this.dockPanel.Location = new System.Drawing.Point(0, 49);
|
|
this.dockPanel.Name = "dockPanel";
|
|
this.dockPanel.Size = new System.Drawing.Size(1184, 690);
|
|
this.dockPanel.TabIndex = 2;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1184, 761);
|
|
this.Controls.Add(this.dockPanel);
|
|
this.Controls.Add(this.statusStrip);
|
|
this.Controls.Add(this.toolStripMain);
|
|
this.Controls.Add(this.menuStrip);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip;
|
|
this.Name = "MainForm";
|
|
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();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStripMain;
|
|
private System.Windows.Forms.ToolStripButton toolStripButtonOpen;
|
|
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;
|
|
}
|
|
}
|
|
|