using System.Windows.Forms; namespace SystemX.Product.TRA.UIControl { public partial class UcTRABaseView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.contextMenuStripTest = new System.Windows.Forms.ContextMenuStrip(this.components); this.ToolStripMenuItemOverview = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.ToolStripMenuItemHistory = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItemSummary = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItemDetail = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItemFindError = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItemExplorer = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripTextBoxBeginRelDate = new System.Windows.Forms.ToolStripTextBox(); this.toolStripMenuItemBeginRelDate = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItemDetailOverview = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStripTest.SuspendLayout(); this.SuspendLayout(); // // contextMenuStripTest // this.contextMenuStripTest.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripMenuItemOverview, this.ToolStripMenuItemDetailOverview, this.toolStripSeparator1, this.ToolStripMenuItemHistory, this.ToolStripMenuItemSummary, this.ToolStripMenuItemDetail, this.ToolStripMenuItemFindError, this.toolStripSeparator2, this.toolStripMenuItemExplorer}); this.contextMenuStripTest.Name = "contextMenuStripTest"; this.contextMenuStripTest.Size = new System.Drawing.Size(260, 192); this.contextMenuStripTest.Text = "Menu"; // // ToolStripMenuItemOverview // this.ToolStripMenuItemOverview.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.Find_16x16; this.ToolStripMenuItemOverview.Name = "ToolStripMenuItemOverview"; this.ToolStripMenuItemOverview.ShortcutKeyDisplayString = "Ctrl+O"; this.ToolStripMenuItemOverview.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.ToolStripMenuItemOverview.Size = new System.Drawing.Size(259, 22); this.ToolStripMenuItemOverview.Tag = "0"; this.ToolStripMenuItemOverview.Text = "&Overview"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(256, 6); // // ToolStripMenuItemHistory // this.ToolStripMenuItemHistory.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.HistoryItem_16x16; this.ToolStripMenuItemHistory.Name = "ToolStripMenuItemHistory"; this.ToolStripMenuItemHistory.ShortcutKeyDisplayString = "Ctrl+H"; this.ToolStripMenuItemHistory.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H))); this.ToolStripMenuItemHistory.Size = new System.Drawing.Size(259, 22); this.ToolStripMenuItemHistory.Tag = "1"; this.ToolStripMenuItemHistory.Text = "Test &History"; // // ToolStripMenuItemSummary // this.ToolStripMenuItemSummary.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.Linear_16x16; this.ToolStripMenuItemSummary.Name = "ToolStripMenuItemSummary"; this.ToolStripMenuItemSummary.ShortcutKeyDisplayString = "Ctrl+S"; this.ToolStripMenuItemSummary.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.ToolStripMenuItemSummary.Size = new System.Drawing.Size(259, 22); this.ToolStripMenuItemSummary.Tag = "2"; this.ToolStripMenuItemSummary.Text = "Test &Summary"; // // ToolStripMenuItemDetail // this.ToolStripMenuItemDetail.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.ModelEditor_DetailView; this.ToolStripMenuItemDetail.Name = "ToolStripMenuItemDetail"; this.ToolStripMenuItemDetail.ShortcutKeyDisplayString = "Ctrl+D"; this.ToolStripMenuItemDetail.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); this.ToolStripMenuItemDetail.Size = new System.Drawing.Size(259, 22); this.ToolStripMenuItemDetail.Tag = "3"; this.ToolStripMenuItemDetail.Text = "Detail &Data"; // // ToolStripMenuItemFindError // this.ToolStripMenuItemFindError.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.ExplodedPie3D_16x16; this.ToolStripMenuItemFindError.Name = "ToolStripMenuItemFindError"; this.ToolStripMenuItemFindError.ShortcutKeyDisplayString = "Ctrl+E"; this.ToolStripMenuItemFindError.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.ToolStripMenuItemFindError.Size = new System.Drawing.Size(259, 22); this.ToolStripMenuItemFindError.Tag = "4"; this.ToolStripMenuItemFindError.Text = "Test-&Error/Extended Search"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(256, 6); // // toolStripMenuItemExplorer // this.toolStripMenuItemExplorer.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripTextBoxBeginRelDate, this.toolStripMenuItemBeginRelDate}); this.toolStripMenuItemExplorer.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.Find2_16x16; this.toolStripMenuItemExplorer.Name = "toolStripMenuItemExplorer"; this.toolStripMenuItemExplorer.Size = new System.Drawing.Size(259, 22); this.toolStripMenuItemExplorer.Tag = "5"; this.toolStripMenuItemExplorer.Text = "Date Explorer Parameter"; // // toolStripTextBoxBeginRelDate // this.toolStripTextBoxBeginRelDate.Font = new System.Drawing.Font("맑은 고딕", 9F); this.toolStripTextBoxBeginRelDate.Name = "toolStripTextBoxBeginRelDate"; this.toolStripTextBoxBeginRelDate.Size = new System.Drawing.Size(100, 23); this.toolStripTextBoxBeginRelDate.Tag = "6"; this.toolStripTextBoxBeginRelDate.Text = "0"; this.toolStripTextBoxBeginRelDate.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolStripTextBoxBeginRelDate.ToolTipText = "BeginRelDate"; // // toolStripMenuItemBeginRelDate // this.toolStripMenuItemBeginRelDate.DoubleClickEnabled = true; this.toolStripMenuItemBeginRelDate.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.UpdateField_16x16; this.toolStripMenuItemBeginRelDate.Name = "toolStripMenuItemBeginRelDate"; this.toolStripMenuItemBeginRelDate.ShortcutKeyDisplayString = "Ctrl+R"; this.toolStripMenuItemBeginRelDate.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); this.toolStripMenuItemBeginRelDate.Size = new System.Drawing.Size(217, 22); this.toolStripMenuItemBeginRelDate.Tag = "7"; this.toolStripMenuItemBeginRelDate.Text = "Begin &Related Date"; // // ToolStripMenuItemDetailOverview // this.ToolStripMenuItemDetailOverview.Image = global::SystemX.Product.CP.TRA.BaseView.Properties.Resources.Find_16x16; this.ToolStripMenuItemDetailOverview.Name = "ToolStripMenuItemDetailOverview"; this.ToolStripMenuItemDetailOverview.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.O))); this.ToolStripMenuItemDetailOverview.Size = new System.Drawing.Size(259, 22); this.ToolStripMenuItemDetailOverview.Tag = "8"; this.ToolStripMenuItemDetailOverview.Text = "Detail &Overview"; // // UcTRABaseView // this.Name = "UcTRABaseView"; this.contextMenuStripTest.ResumeLayout(false); this.ResumeLayout(false); } protected ContextMenuStrip contextMenuStripTest; protected ToolStripMenuItem ToolStripMenuItemHistory; protected ToolStripMenuItem ToolStripMenuItemOverview; protected ToolStripSeparator toolStripSeparator1; protected ToolStripMenuItem ToolStripMenuItemSummary; protected ToolStripMenuItem ToolStripMenuItemDetail; protected ToolStripMenuItem ToolStripMenuItemFindError; protected ToolStripSeparator toolStripSeparator2; protected ToolStripMenuItem toolStripMenuItemExplorer; protected ToolStripTextBox toolStripTextBoxBeginRelDate; protected ToolStripMenuItem toolStripMenuItemBeginRelDate; private ToolStripMenuItem ToolStripMenuItemDetailOverview; } }