
Added SessionInfo property to DlgPrintProcedure and added checks to print routines to notify user that another user has procedure checked out with a confirmation to continue printing. Added code to support multiuser and security including initializing security, creating user if user does not exist in database, checking in and out DocVersions, Procedures and Documents and keeping the database notified that user is still active. Added label to bottom of PROMS main form to indicate who user is and what security they have on open objects.
1632 lines
90 KiB
C#
1632 lines
90 KiB
C#
namespace VEPROMS
|
|
{
|
|
partial class frmVEPROMS
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVEPROMS));
|
|
this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
|
|
this.btnHelp = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnHelpManual = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnHelpAbout = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnHelpVWeb = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnShortCuts = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnSendErrorLog = new DevComponents.DotNetBar.ButtonItem();
|
|
this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton();
|
|
this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer();
|
|
this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer();
|
|
this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
|
|
this.btnNew = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnOpen = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnPrint = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnPrepare = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnAdmin = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnUpdateFormats = new DevComponents.DotNetBar.ButtonItem();
|
|
this.icRecentDocs = new DevComponents.DotNetBar.ItemContainer();
|
|
this.labelItem8 = new DevComponents.DotNetBar.LabelItem();
|
|
this.itemContainer5 = new DevComponents.DotNetBar.ItemContainer();
|
|
this.btnOptions = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnExit = new DevComponents.DotNetBar.ButtonItem();
|
|
this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
|
|
this.galleryGroup1 = new DevComponents.DotNetBar.GalleryGroup();
|
|
this.galleryGroup2 = new DevComponents.DotNetBar.GalleryGroup();
|
|
this.galleryGroup3 = new DevComponents.DotNetBar.GalleryGroup();
|
|
this.Common = new DevComponents.DotNetBar.GalleryGroup();
|
|
this.Math = new DevComponents.DotNetBar.GalleryGroup();
|
|
this.Misc = new DevComponents.DotNetBar.GalleryGroup();
|
|
this.bottomBar = new DevComponents.DotNetBar.Bar();
|
|
this.cmbFont = new System.Windows.Forms.ComboBox();
|
|
this.labelItem10 = new DevComponents.DotNetBar.LabelItem();
|
|
this.bottomProgBar = new DevComponents.DotNetBar.ProgressBarItem();
|
|
this.labelItem20 = new DevComponents.DotNetBar.LabelItem();
|
|
this.lblLocked = new DevComponents.DotNetBar.LabelItem();
|
|
this.labelItem9 = new DevComponents.DotNetBar.LabelItem();
|
|
this.lblEditView = new DevComponents.DotNetBar.LabelItem();
|
|
this.labelItem11 = new DevComponents.DotNetBar.LabelItem();
|
|
this.btnItemInfo = new DevComponents.DotNetBar.ButtonItem();
|
|
this.lblItemID = new DevComponents.DotNetBar.LabelItem();
|
|
this.lblResolution = new DevComponents.DotNetBar.LabelItem();
|
|
this.lblUser = new DevComponents.DotNetBar.LabelItem();
|
|
this.btnEditItem = new DevComponents.DotNetBar.ButtonItem();
|
|
this.btnFixMSWord = new DevComponents.DotNetBar.ButtonItem();
|
|
this.epAnnotations = new DevComponents.DotNetBar.ExpandablePanel();
|
|
this.ctrlAnnotationDetails = new Volian.Controls.Library.AnnotationDetails();
|
|
this.btnAnnoDetailsPushPin = new DevComponents.DotNetBar.ButtonX();
|
|
this.epProcedures = new DevComponents.DotNetBar.ExpandablePanel();
|
|
this.tv = new Volian.Controls.Library.vlnTreeView();
|
|
this.infoPanel = new DevComponents.DotNetBar.ExpandablePanel();
|
|
this.infoTabs = new DevComponents.DotNetBar.TabControl();
|
|
this.infotabControlPanelTags = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
|
this.displayTags = new Volian.Controls.Library.DisplayTags();
|
|
this.infotabTags = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.tcpApplicability = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displayApplicability = new Volian.Controls.Library.DisplayApplicability();
|
|
this.infotabApplicability = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.tcpFoldoutMaint = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displayFoldoutMaint = new Volian.Controls.Library.DisplayFoldoutMaint();
|
|
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displayHistory = new Volian.Controls.Library.DisplayHistory();
|
|
this.infotabHistory = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.infotabControlPanelTransitions = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displayTransition = new Volian.Controls.Library.DisplayTransition();
|
|
this.infotabTransition = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.infotabControlPanelRO = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displayRO = new Volian.Controls.Library.DisplayRO();
|
|
this.infotabRO = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.infotabFoldoutMaint = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
|
|
this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
|
|
this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
|
|
this.expandableSplitter3 = new DevComponents.DotNetBar.ExpandableSplitter();
|
|
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.tmrTreeView = new System.Windows.Forms.Timer(this.components);
|
|
this.tmrAutomatic = new System.Windows.Forms.Timer(this.components);
|
|
this.toolsPanel = new DevComponents.DotNetBar.ExpandablePanel();
|
|
this.toolsTabs = new DevComponents.DotNetBar.TabControl();
|
|
this.annotationSearch = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displaySearch1 = new Volian.Controls.Library.DisplaySearch();
|
|
this.toolstabResults = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
|
|
this.displayBookMarks = new Volian.Controls.Library.DisplayBookMarks();
|
|
this.toolsTabBookMarks = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displayReports = new Volian.Controls.Library.DisplayReports();
|
|
this.toosTabReports = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.tabControlPanelLD = new DevComponents.DotNetBar.TabControlPanel();
|
|
this.displayLibDocs = new Volian.Controls.Library.DisplayLibDocs();
|
|
this.tabItemLibDocs = new DevComponents.DotNetBar.TabItem(this.components);
|
|
this.expandableSplitter4 = new DevComponents.DotNetBar.ExpandableSplitter();
|
|
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
|
|
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.tc = new Volian.Controls.Library.DisplayTabControl();
|
|
this.fbd = new System.Windows.Forms.FolderBrowserDialog();
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
|
|
this.bottomBar.SuspendLayout();
|
|
this.epAnnotations.SuspendLayout();
|
|
this.epProcedures.SuspendLayout();
|
|
this.infoPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).BeginInit();
|
|
this.infoTabs.SuspendLayout();
|
|
this.infotabControlPanelTags.SuspendLayout();
|
|
this.panelEx1.SuspendLayout();
|
|
this.tcpApplicability.SuspendLayout();
|
|
this.tcpFoldoutMaint.SuspendLayout();
|
|
this.tabControlPanel1.SuspendLayout();
|
|
this.infotabControlPanelTransitions.SuspendLayout();
|
|
this.infotabControlPanelRO.SuspendLayout();
|
|
this.toolsPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.toolsTabs)).BeginInit();
|
|
this.toolsTabs.SuspendLayout();
|
|
this.annotationSearch.SuspendLayout();
|
|
this.tabControlPanel2.SuspendLayout();
|
|
this.panelEx3.SuspendLayout();
|
|
this.tabControlPanel3.SuspendLayout();
|
|
this.tabControlPanelLD.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ribbonControl1
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.ribbonControl1.CaptionVisible = true;
|
|
this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.btnHelp});
|
|
this.ribbonControl1.KeyTipsEnabled = false;
|
|
this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
|
|
this.ribbonControl1.Location = new System.Drawing.Point(5, 1);
|
|
this.ribbonControl1.Name = "ribbonControl1";
|
|
this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
|
|
this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.office2007StartButton1,
|
|
this.qatCustomizeItem1});
|
|
this.ribbonControl1.Size = new System.Drawing.Size(1185, 56);
|
|
this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
|
|
this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
|
|
this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
|
|
this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
|
|
this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
|
|
this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>";
|
|
this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel";
|
|
this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
|
|
this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
|
|
this.ribbonControl1.SystemText.QatDialogOkButton = "OK";
|
|
this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
|
|
this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove";
|
|
this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
|
|
this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
|
|
this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
|
|
this.ribbonControl1.TabGroupHeight = 14;
|
|
this.ribbonControl1.TabIndex = 0;
|
|
this.ribbonControl1.Text = "ribbonControl1";
|
|
//
|
|
// btnHelp
|
|
//
|
|
this.btnHelp.AutoExpandOnClick = true;
|
|
this.btnHelp.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnHelp.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.Image")));
|
|
this.btnHelp.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
|
|
this.btnHelp.KeyTips = "?";
|
|
this.btnHelp.Name = "btnHelp";
|
|
this.btnHelp.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.btnHelpManual,
|
|
this.btnHelpAbout,
|
|
this.btnHelpVWeb,
|
|
this.btnShortCuts,
|
|
this.btnSendErrorLog});
|
|
this.btnHelp.Text = "Help";
|
|
//
|
|
// btnHelpManual
|
|
//
|
|
this.btnHelpManual.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnHelpManual.Image = ((System.Drawing.Image)(resources.GetObject("btnHelpManual.Image")));
|
|
this.btnHelpManual.Name = "btnHelpManual";
|
|
this.btnHelpManual.Text = "User Manual";
|
|
this.btnHelpManual.Visible = false;
|
|
//
|
|
// btnHelpAbout
|
|
//
|
|
this.btnHelpAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnHelpAbout.Image = ((System.Drawing.Image)(resources.GetObject("btnHelpAbout.Image")));
|
|
this.btnHelpAbout.Name = "btnHelpAbout";
|
|
this.btnHelpAbout.Text = "About";
|
|
this.btnHelpAbout.Click += new System.EventHandler(this.btnAbout_Click);
|
|
//
|
|
// btnHelpVWeb
|
|
//
|
|
this.btnHelpVWeb.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnHelpVWeb.Image = ((System.Drawing.Image)(resources.GetObject("btnHelpVWeb.Image")));
|
|
this.btnHelpVWeb.Name = "btnHelpVWeb";
|
|
this.btnHelpVWeb.Text = "Volian Web";
|
|
this.btnHelpVWeb.Click += new System.EventHandler(this.btnVlnWeb_Click);
|
|
//
|
|
// btnShortCuts
|
|
//
|
|
this.btnShortCuts.Image = global::VEPROMS.Properties.Resources.GotoShortcutsHS;
|
|
this.btnShortCuts.Name = "btnShortCuts";
|
|
this.btnShortCuts.Text = "Shortcut List";
|
|
this.btnShortCuts.Click += new System.EventHandler(this.btnShortCuts_Click);
|
|
//
|
|
// btnSendErrorLog
|
|
//
|
|
this.btnSendErrorLog.Image = global::VEPROMS.Properties.Resources.EnvelopeHS;
|
|
this.btnSendErrorLog.Name = "btnSendErrorLog";
|
|
this.btnSendErrorLog.Text = "Send Error Log";
|
|
this.btnSendErrorLog.Click += new System.EventHandler(this.btnSendErrorLog_Click);
|
|
//
|
|
// office2007StartButton1
|
|
//
|
|
this.office2007StartButton1.AutoExpandOnClick = true;
|
|
this.office2007StartButton1.CanCustomize = false;
|
|
this.office2007StartButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
|
|
this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image")));
|
|
this.office2007StartButton1.ImagePaddingHorizontal = 2;
|
|
this.office2007StartButton1.ImagePaddingVertical = 2;
|
|
this.office2007StartButton1.KeyTips = "V";
|
|
this.office2007StartButton1.Name = "office2007StartButton1";
|
|
this.office2007StartButton1.ShowSubItems = false;
|
|
this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.itemContainer1});
|
|
this.office2007StartButton1.Text = "&File";
|
|
this.office2007StartButton1.Click += new System.EventHandler(this.office2007StartButton1_Click);
|
|
//
|
|
// itemContainer1
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer";
|
|
this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
|
|
this.itemContainer1.Name = "itemContainer1";
|
|
this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.itemContainer2,
|
|
this.itemContainer5});
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
// itemContainer2
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer";
|
|
this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.itemContainer2.ItemSpacing = 0;
|
|
this.itemContainer2.Name = "itemContainer2";
|
|
this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.itemContainer3,
|
|
this.icRecentDocs});
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
// itemContainer3
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer";
|
|
this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
|
|
this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0);
|
|
this.itemContainer3.Name = "itemContainer3";
|
|
this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.btnNew,
|
|
this.btnOpen,
|
|
this.btnPrint,
|
|
this.btnPrepare,
|
|
this.btnAdmin});
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
// btnNew
|
|
//
|
|
this.btnNew.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
|
|
this.btnNew.Name = "btnNew";
|
|
this.btnNew.SubItemsExpandWidth = 24;
|
|
this.btnNew.Text = "&New";
|
|
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
|
|
//
|
|
// btnOpen
|
|
//
|
|
this.btnOpen.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnOpen.Image = ((System.Drawing.Image)(resources.GetObject("btnOpen.Image")));
|
|
this.btnOpen.Name = "btnOpen";
|
|
this.btnOpen.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlO);
|
|
this.btnOpen.SubItemsExpandWidth = 24;
|
|
this.btnOpen.Text = "&Open...";
|
|
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnPrint.Enabled = false;
|
|
this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.SubItemsExpandWidth = 24;
|
|
this.btnPrint.Text = "Create &PDF";
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
|
|
//
|
|
// btnPrepare
|
|
//
|
|
this.btnPrepare.BeginGroup = true;
|
|
this.btnPrepare.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnPrepare.CanCustomize = false;
|
|
this.btnPrepare.Image = ((System.Drawing.Image)(resources.GetObject("btnPrepare.Image")));
|
|
this.btnPrepare.Name = "btnPrepare";
|
|
this.btnPrepare.SubItemsExpandWidth = 24;
|
|
this.btnPrepare.Text = "Pr&epare";
|
|
this.btnPrepare.Visible = false;
|
|
//
|
|
// btnAdmin
|
|
//
|
|
this.btnAdmin.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnAdmin.CanCustomize = false;
|
|
this.btnAdmin.Image = global::VEPROMS.Properties.Resources.Admin;
|
|
this.btnAdmin.Name = "btnAdmin";
|
|
this.btnAdmin.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.btnUpdateFormats});
|
|
this.btnAdmin.Text = "A&dministration";
|
|
//
|
|
// btnUpdateFormats
|
|
//
|
|
this.btnUpdateFormats.Name = "btnUpdateFormats";
|
|
this.btnUpdateFormats.Text = "Update Formats";
|
|
this.btnUpdateFormats.Click += new System.EventHandler(this.btnUpdateFormat_Click);
|
|
//
|
|
// icRecentDocs
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.icRecentDocs.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer";
|
|
this.icRecentDocs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.icRecentDocs.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
|
|
this.icRecentDocs.MinimumSize = new System.Drawing.Size(180, 0);
|
|
this.icRecentDocs.Name = "icRecentDocs";
|
|
this.icRecentDocs.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.labelItem8});
|
|
//
|
|
//
|
|
//
|
|
this.icRecentDocs.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
// labelItem8
|
|
//
|
|
this.labelItem8.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
|
|
this.labelItem8.BorderType = DevComponents.DotNetBar.eBorderType.Etched;
|
|
this.labelItem8.CanCustomize = false;
|
|
this.labelItem8.Name = "labelItem8";
|
|
this.labelItem8.PaddingBottom = 2;
|
|
this.labelItem8.PaddingTop = 2;
|
|
this.labelItem8.Stretch = true;
|
|
this.labelItem8.Text = "Recent Documents";
|
|
//
|
|
// itemContainer5
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer5.BackgroundStyle.Class = "RibbonFileMenuBottomContainer";
|
|
this.itemContainer5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.itemContainer5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right;
|
|
this.itemContainer5.Name = "itemContainer5";
|
|
this.itemContainer5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.btnOptions,
|
|
this.btnExit});
|
|
//
|
|
//
|
|
//
|
|
this.itemContainer5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
//
|
|
// btnOptions
|
|
//
|
|
this.btnOptions.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnOptions.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btnOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOptions.Image")));
|
|
this.btnOptions.Name = "btnOptions";
|
|
this.btnOptions.SubItemsExpandWidth = 24;
|
|
this.btnOptions.Text = "Opt&ions";
|
|
this.btnOptions.Click += new System.EventHandler(this.btnOptions_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
|
|
this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.SubItemsExpandWidth = 24;
|
|
this.btnExit.Text = "E&xit";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// qatCustomizeItem1
|
|
//
|
|
this.qatCustomizeItem1.Name = "qatCustomizeItem1";
|
|
//
|
|
// galleryGroup1
|
|
//
|
|
this.galleryGroup1.Name = "galleryGroup1";
|
|
this.galleryGroup1.Text = "Common";
|
|
//
|
|
// galleryGroup2
|
|
//
|
|
this.galleryGroup2.DisplayOrder = 1;
|
|
this.galleryGroup2.Name = "galleryGroup2";
|
|
this.galleryGroup2.Text = "Math";
|
|
//
|
|
// galleryGroup3
|
|
//
|
|
this.galleryGroup3.DisplayOrder = 2;
|
|
this.galleryGroup3.Name = "galleryGroup3";
|
|
this.galleryGroup3.Text = "Misc.";
|
|
//
|
|
// Common
|
|
//
|
|
this.Common.DisplayOrder = 1;
|
|
this.Common.Name = "Common";
|
|
this.Common.Text = "Common Symbols";
|
|
//
|
|
// Math
|
|
//
|
|
this.Math.DisplayOrder = 2;
|
|
this.Math.Name = "Math";
|
|
this.Math.Text = "Math";
|
|
//
|
|
// Misc
|
|
//
|
|
this.Misc.DisplayOrder = 3;
|
|
this.Misc.Name = "Misc";
|
|
this.Misc.Text = "Misc.";
|
|
//
|
|
// bottomBar
|
|
//
|
|
this.bottomBar.Controls.Add(this.cmbFont);
|
|
this.bottomBar.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bottomBar.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.bottomBar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.labelItem10,
|
|
this.bottomProgBar,
|
|
this.labelItem20,
|
|
this.lblLocked,
|
|
this.labelItem9,
|
|
this.lblEditView,
|
|
this.labelItem11,
|
|
this.btnItemInfo,
|
|
this.lblItemID,
|
|
this.lblResolution,
|
|
this.btnEditItem,
|
|
this.lblUser,
|
|
this.btnFixMSWord});
|
|
this.bottomBar.Location = new System.Drawing.Point(5, 569);
|
|
this.bottomBar.Name = "bottomBar";
|
|
this.bottomBar.Size = new System.Drawing.Size(1185, 29);
|
|
this.bottomBar.Stretch = true;
|
|
this.bottomBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.bottomBar.TabIndex = 1;
|
|
this.bottomBar.TabStop = false;
|
|
this.bottomBar.Text = "bar1";
|
|
//
|
|
// cmbFont
|
|
//
|
|
this.cmbFont.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.cmbFont.FormattingEnabled = true;
|
|
this.cmbFont.Location = new System.Drawing.Point(1013, 0);
|
|
this.cmbFont.Name = "cmbFont";
|
|
this.cmbFont.Size = new System.Drawing.Size(172, 28);
|
|
this.cmbFont.TabIndex = 0;
|
|
this.cmbFont.SelectedIndexChanged += new System.EventHandler(this.cmbFont_SelectedIndexChanged);
|
|
//
|
|
// labelItem10
|
|
//
|
|
this.labelItem10.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
|
|
this.labelItem10.BorderType = DevComponents.DotNetBar.eBorderType.Bump;
|
|
this.labelItem10.Name = "labelItem10";
|
|
//
|
|
// bottomProgBar
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.bottomProgBar.BackStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.bottomProgBar.ChunkGradientAngle = 0F;
|
|
this.bottomProgBar.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
|
|
this.bottomProgBar.Name = "bottomProgBar";
|
|
this.bottomProgBar.RecentlyUsed = false;
|
|
this.bottomProgBar.Width = 150;
|
|
//
|
|
// labelItem20
|
|
//
|
|
this.labelItem20.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
|
|
this.labelItem20.BorderType = DevComponents.DotNetBar.eBorderType.Bump;
|
|
this.labelItem20.Name = "labelItem20";
|
|
//
|
|
// lblLocked
|
|
//
|
|
this.lblLocked.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblLocked.ForeColor = System.Drawing.SystemColors.MenuText;
|
|
this.lblLocked.Image = global::VEPROMS.Properties.Resources.UnProtectFormHS;
|
|
this.lblLocked.Name = "lblLocked";
|
|
this.lblLocked.Text = "Unlocked";
|
|
//
|
|
// labelItem9
|
|
//
|
|
this.labelItem9.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
|
|
this.labelItem9.BorderType = DevComponents.DotNetBar.eBorderType.Bump;
|
|
this.labelItem9.Name = "labelItem9";
|
|
//
|
|
// lblEditView
|
|
//
|
|
this.lblEditView.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblEditView.ForeColor = System.Drawing.SystemColors.MenuText;
|
|
this.lblEditView.Name = "lblEditView";
|
|
this.lblEditView.Text = "Edit";
|
|
//
|
|
// labelItem11
|
|
//
|
|
this.labelItem11.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
|
|
this.labelItem11.BorderType = DevComponents.DotNetBar.eBorderType.Bump;
|
|
this.labelItem11.Name = "labelItem11";
|
|
//
|
|
// btnItemInfo
|
|
//
|
|
this.btnItemInfo.ForeColor = System.Drawing.Color.Blue;
|
|
this.btnItemInfo.Name = "btnItemInfo";
|
|
this.btnItemInfo.Text = "ItemInfo";
|
|
this.btnItemInfo.Click += new System.EventHandler(this.btnItemInfo_Click);
|
|
//
|
|
// lblItemID
|
|
//
|
|
this.lblItemID.Name = "lblItemID";
|
|
this.lblItemID.Text = "ItemID=\"\"";
|
|
//
|
|
// lblResolution
|
|
//
|
|
this.lblResolution.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblResolution.ForeColor = System.Drawing.SystemColors.MenuText;
|
|
this.lblResolution.Name = "lblResolution";
|
|
this.lblResolution.Text = "Edit";
|
|
this.lblResolution.Click += new System.EventHandler(this.lblResolution_Click);
|
|
//
|
|
// lblUser
|
|
//
|
|
this.lblUser.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblUser.ForeColor = System.Drawing.SystemColors.MenuText;
|
|
this.lblUser.Name = "lblUser";
|
|
this.lblUser.Text = "User";
|
|
//
|
|
// btnEditItem
|
|
//
|
|
this.btnEditItem.ForeColor = System.Drawing.Color.Blue;
|
|
this.btnEditItem.Name = "btnEditItem";
|
|
this.btnEditItem.Text = "EditItem";
|
|
this.btnEditItem.Click += new System.EventHandler(this.btnEditItem_Click);
|
|
//
|
|
// btnFixMSWord
|
|
//
|
|
this.btnFixMSWord.ForeColor = System.Drawing.Color.Black;
|
|
this.btnFixMSWord.Name = "btnFixMSWord";
|
|
this.btnFixMSWord.Text = "Fix Symbol Fonts";
|
|
this.btnFixMSWord.Visible = false;
|
|
this.btnFixMSWord.Click += new System.EventHandler(this.btnFixMSWord_Click);
|
|
//
|
|
// epAnnotations
|
|
//
|
|
this.epAnnotations.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.epAnnotations.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.TopToBottom;
|
|
this.epAnnotations.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.epAnnotations.Controls.Add(this.ctrlAnnotationDetails);
|
|
this.epAnnotations.Controls.Add(this.btnAnnoDetailsPushPin);
|
|
this.epAnnotations.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.epAnnotations.Expanded = false;
|
|
this.epAnnotations.ExpandedBounds = new System.Drawing.Rectangle(4, 544, 1187, 202);
|
|
this.epAnnotations.ExpandOnTitleClick = true;
|
|
this.epAnnotations.Location = new System.Drawing.Point(5, 543);
|
|
this.epAnnotations.Name = "epAnnotations";
|
|
this.epAnnotations.Size = new System.Drawing.Size(1185, 26);
|
|
this.epAnnotations.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.epAnnotations.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.epAnnotations.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.epAnnotations.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.epAnnotations.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.epAnnotations.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.epAnnotations.Style.GradientAngle = 90;
|
|
this.epAnnotations.TabIndex = 2;
|
|
this.epAnnotations.ThemeAware = true;
|
|
this.epAnnotations.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.epAnnotations.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.epAnnotations.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.epAnnotations.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
|
|
this.epAnnotations.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.epAnnotations.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.epAnnotations.TitleStyle.GradientAngle = 90;
|
|
this.epAnnotations.TitleText = "Annotation Details";
|
|
this.epAnnotations.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.epAnnotations_ExpandedChanged);
|
|
this.epAnnotations.Resize += new System.EventHandler(this.epAnnotations_Resize);
|
|
this.epAnnotations.ExpandedChanging += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandPanelExpandedChanging);
|
|
//
|
|
// ctrlAnnotationDetails
|
|
//
|
|
this.ctrlAnnotationDetails.AnnotationRTFText = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
|
|
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20\\par\r\n}\r\n";
|
|
this.ctrlAnnotationDetails.Annotations = null;
|
|
this.ctrlAnnotationDetails.AnnotationText = "";
|
|
this.ctrlAnnotationDetails.CurrentAnnotation = null;
|
|
this.ctrlAnnotationDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ctrlAnnotationDetails.Location = new System.Drawing.Point(0, 26);
|
|
this.ctrlAnnotationDetails.Margin = new System.Windows.Forms.Padding(2);
|
|
this.ctrlAnnotationDetails.Name = "ctrlAnnotationDetails";
|
|
this.ctrlAnnotationDetails.Size = new System.Drawing.Size(1185, 0);
|
|
this.ctrlAnnotationDetails.TabIndex = 15;
|
|
//
|
|
// btnAnnoDetailsPushPin
|
|
//
|
|
this.btnAnnoDetailsPushPin.AccessibleRole = System.Windows.Forms.AccessibleRole.CheckButton;
|
|
this.btnAnnoDetailsPushPin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAnnoDetailsPushPin.AutoCheckOnClick = true;
|
|
this.btnAnnoDetailsPushPin.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnAnnoDetailsPushPin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAnnoDetailsPushPin.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
|
|
this.btnAnnoDetailsPushPin.FocusCuesEnabled = false;
|
|
this.btnAnnoDetailsPushPin.Image = ((System.Drawing.Image)(resources.GetObject("btnAnnoDetailsPushPin.Image")));
|
|
this.btnAnnoDetailsPushPin.Location = new System.Drawing.Point(1130, 1);
|
|
this.btnAnnoDetailsPushPin.Name = "btnAnnoDetailsPushPin";
|
|
this.btnAnnoDetailsPushPin.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnAnnoDetailsPushPin.PressedImage")));
|
|
this.btnAnnoDetailsPushPin.ShowSubItems = false;
|
|
this.btnAnnoDetailsPushPin.Size = new System.Drawing.Size(27, 23);
|
|
this.superTooltip1.SetSuperTooltip(this.btnAnnoDetailsPushPin, new DevComponents.DotNetBar.SuperTooltipInfo("Annotation Details Push Pin", "", "This will toggle between keeping the Annotation Details window opened or to open/" +
|
|
"close automatically.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.btnAnnoDetailsPushPin.TabIndex = 14;
|
|
this.btnAnnoDetailsPushPin.ThemeAware = true;
|
|
//
|
|
// epProcedures
|
|
//
|
|
this.epProcedures.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.epProcedures.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.RightToLeft;
|
|
this.epProcedures.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.epProcedures.Controls.Add(this.tv);
|
|
this.epProcedures.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.epProcedures.ExpandOnTitleClick = true;
|
|
this.epProcedures.Location = new System.Drawing.Point(5, 57);
|
|
this.epProcedures.Name = "epProcedures";
|
|
this.epProcedures.Size = new System.Drawing.Size(326, 486);
|
|
this.epProcedures.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.epProcedures.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.epProcedures.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.epProcedures.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.epProcedures.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.epProcedures.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.epProcedures.Style.GradientAngle = 90;
|
|
this.epProcedures.TabIndex = 3;
|
|
this.epProcedures.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.epProcedures.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.epProcedures.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.epProcedures.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
|
|
this.epProcedures.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.epProcedures.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.epProcedures.TitleStyle.GradientAngle = 90;
|
|
this.epProcedures.TitleText = "Procedures";
|
|
this.epProcedures.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.epProcedures_ExpandedChanged);
|
|
this.epProcedures.Resize += new System.EventHandler(this.resizeVerticalExpandedPanel);
|
|
this.epProcedures.ExpandedChanging += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandPanelExpandedChanging);
|
|
//
|
|
// tv
|
|
//
|
|
this.tv.AllowDrop = true;
|
|
this.tv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tv.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tv.HideSelection = false;
|
|
this.tv.Location = new System.Drawing.Point(0, 26);
|
|
this.tv.Name = "tv";
|
|
this.tv.Size = new System.Drawing.Size(326, 460);
|
|
this.tv.TabIndex = 1;
|
|
this.tv.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tv_MouseUp);
|
|
this.tv.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tv_MouseDown);
|
|
this.tv.SectionShouldClose += new Volian.Controls.Library.vlnTreeViewSectionInfoEvent(this.tv_SectionShouldClose);
|
|
this.tv.WordSectionDeleted += new Volian.Controls.Library.WordSectionDeletedEvent(this.tv_WordSectionDeleted);
|
|
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
|
//
|
|
// infoPanel
|
|
//
|
|
this.infoPanel.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.infoPanel.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight;
|
|
this.infoPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.infoPanel.Controls.Add(this.infoTabs);
|
|
this.infoPanel.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.infoPanel.ExpandOnTitleClick = true;
|
|
this.infoPanel.Location = new System.Drawing.Point(614, 57);
|
|
this.infoPanel.Name = "infoPanel";
|
|
this.infoPanel.Size = new System.Drawing.Size(230, 486);
|
|
this.infoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.infoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.infoPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.infoPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.infoPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.infoPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.infoPanel.Style.GradientAngle = 90;
|
|
this.infoPanel.TabIndex = 4;
|
|
this.infoPanel.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.infoPanel.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.infoPanel.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.infoPanel.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
|
|
this.infoPanel.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.infoPanel.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.infoPanel.TitleStyle.GradientAngle = 90;
|
|
this.infoPanel.TitleText = "Step Properties";
|
|
this.infoPanel.Click += new System.EventHandler(this.infoPanel_Click);
|
|
this.infoPanel.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.infoPanel_ExpandedChanged);
|
|
this.infoPanel.Resize += new System.EventHandler(this.resizeVerticalExpandedPanel);
|
|
this.infoPanel.ExpandedChanging += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandPanelExpandedChanging);
|
|
//
|
|
// infoTabs
|
|
//
|
|
this.infoTabs.BackColor = System.Drawing.Color.Transparent;
|
|
this.infoTabs.CanReorderTabs = true;
|
|
this.infoTabs.Controls.Add(this.infotabControlPanelTags);
|
|
this.infoTabs.Controls.Add(this.tcpApplicability);
|
|
this.infoTabs.Controls.Add(this.tcpFoldoutMaint);
|
|
this.infoTabs.Controls.Add(this.tabControlPanel1);
|
|
this.infoTabs.Controls.Add(this.infotabControlPanelTransitions);
|
|
this.infoTabs.Controls.Add(this.infotabControlPanelRO);
|
|
this.infoTabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.infoTabs.Location = new System.Drawing.Point(0, 26);
|
|
this.infoTabs.Name = "infoTabs";
|
|
this.infoTabs.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
|
this.infoTabs.SelectedTabIndex = 0;
|
|
this.infoTabs.Size = new System.Drawing.Size(230, 460);
|
|
this.infoTabs.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Right;
|
|
this.infoTabs.TabIndex = 1;
|
|
this.infoTabs.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
|
this.infoTabs.Tabs.Add(this.infotabTags);
|
|
this.infoTabs.Tabs.Add(this.infotabRO);
|
|
this.infoTabs.Tabs.Add(this.infotabTransition);
|
|
this.infoTabs.Tabs.Add(this.infotabHistory);
|
|
this.infoTabs.Tabs.Add(this.infotabApplicability);
|
|
this.infoTabs.Tabs.Add(this.infotabFoldoutMaint);
|
|
this.infoTabs.Text = "tabControl1";
|
|
this.infoTabs.ThemeAware = true;
|
|
//
|
|
// infotabControlPanelTags
|
|
//
|
|
this.infotabControlPanelTags.Controls.Add(this.panelEx1);
|
|
this.infotabControlPanelTags.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.infotabControlPanelTags.Location = new System.Drawing.Point(0, 0);
|
|
this.infotabControlPanelTags.Name = "infotabControlPanelTags";
|
|
this.infotabControlPanelTags.Padding = new System.Windows.Forms.Padding(1);
|
|
this.infotabControlPanelTags.Size = new System.Drawing.Size(203, 460);
|
|
this.infotabControlPanelTags.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.infotabControlPanelTags.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.infotabControlPanelTags.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.infotabControlPanelTags.Style.GradientAngle = 180;
|
|
this.infotabControlPanelTags.TabIndex = 1;
|
|
this.infotabControlPanelTags.TabItem = this.infotabTags;
|
|
this.infotabControlPanelTags.ThemeAware = true;
|
|
//
|
|
// panelEx1
|
|
//
|
|
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.panelEx1.Controls.Add(this.displayTags);
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEx1.Location = new System.Drawing.Point(1, 1);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(201, 458);
|
|
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.Transparent;
|
|
this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
|
|
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx1.Style.BorderColor.Color = System.Drawing.Color.Gray;
|
|
this.panelEx1.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
|
this.panelEx1.TabIndex = 1;
|
|
//
|
|
// displayTags
|
|
//
|
|
this.displayTags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.displayTags.CurItemInfo = null;
|
|
this.displayTags.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.displayTags.IsVisible = false;
|
|
this.displayTags.Location = new System.Drawing.Point(0, 0);
|
|
this.displayTags.Margin = new System.Windows.Forms.Padding(2);
|
|
this.displayTags.MinimumSize = new System.Drawing.Size(100, 630);
|
|
this.displayTags.MyEditItem = null;
|
|
this.displayTags.Name = "displayTags";
|
|
this.displayTags.NotVisibleEditItem = null;
|
|
this.displayTags.Size = new System.Drawing.Size(201, 630);
|
|
this.displayTags.TabIndex = 0;
|
|
//
|
|
// infotabTags
|
|
//
|
|
this.infotabTags.AttachedControl = this.infotabControlPanelTags;
|
|
this.infotabTags.Name = "infotabTags";
|
|
this.infotabTags.Text = "Tags";
|
|
this.infotabTags.Visible = false;
|
|
this.infotabTags.Click += new System.EventHandler(this.infotabTags_Click);
|
|
//
|
|
// tcpApplicability
|
|
//
|
|
this.tcpApplicability.Controls.Add(this.displayApplicability);
|
|
this.tcpApplicability.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tcpApplicability.Location = new System.Drawing.Point(0, 0);
|
|
this.tcpApplicability.Name = "tcpApplicability";
|
|
this.tcpApplicability.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tcpApplicability.Size = new System.Drawing.Size(203, 460);
|
|
this.tcpApplicability.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.tcpApplicability.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tcpApplicability.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tcpApplicability.Style.GradientAngle = 180;
|
|
this.tcpApplicability.TabIndex = 7;
|
|
this.tcpApplicability.TabItem = this.infotabApplicability;
|
|
this.tcpApplicability.ThemeAware = true;
|
|
//
|
|
// displayApplicability
|
|
//
|
|
this.displayApplicability.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayApplicability.Location = new System.Drawing.Point(1, 1);
|
|
this.displayApplicability.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.displayApplicability.MyApplicability = "";
|
|
this.displayApplicability.MyDisplayTabItem = null;
|
|
this.displayApplicability.MyItemInfo = null;
|
|
this.displayApplicability.Name = "displayApplicability";
|
|
this.displayApplicability.Size = new System.Drawing.Size(201, 458);
|
|
this.displayApplicability.TabIndex = 2;
|
|
//
|
|
// infotabApplicability
|
|
//
|
|
this.infotabApplicability.AttachedControl = this.tcpApplicability;
|
|
this.infotabApplicability.Name = "infotabApplicability";
|
|
this.infotabApplicability.Text = "Applicability";
|
|
this.infotabApplicability.Visible = false;
|
|
//
|
|
// tcpFoldoutMaint
|
|
//
|
|
this.tcpFoldoutMaint.Controls.Add(this.displayFoldoutMaint);
|
|
this.tcpFoldoutMaint.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tcpFoldoutMaint.Location = new System.Drawing.Point(0, 0);
|
|
this.tcpFoldoutMaint.Name = "tcpFoldoutMaint";
|
|
this.tcpFoldoutMaint.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tcpFoldoutMaint.Size = new System.Drawing.Size(203, 460);
|
|
this.tcpFoldoutMaint.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.tcpFoldoutMaint.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tcpFoldoutMaint.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tcpFoldoutMaint.Style.GradientAngle = 180;
|
|
this.tcpFoldoutMaint.TabIndex = 7;
|
|
this.tcpFoldoutMaint.TabItem = this.infotabApplicability;
|
|
this.tcpFoldoutMaint.ThemeAware = true;
|
|
//
|
|
// displayFoldoutMaint
|
|
//
|
|
this.displayFoldoutMaint.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayFoldoutMaint.Location = new System.Drawing.Point(1, 1);
|
|
this.displayFoldoutMaint.Margin = new System.Windows.Forms.Padding(4);
|
|
this.displayFoldoutMaint.MyItemInfo = null;
|
|
this.displayFoldoutMaint.Name = "displayFoldoutMaint";
|
|
this.displayFoldoutMaint.Size = new System.Drawing.Size(201, 458);
|
|
this.displayFoldoutMaint.TabIndex = 2;
|
|
//
|
|
// tabControlPanel1
|
|
//
|
|
this.tabControlPanel1.Controls.Add(this.displayHistory);
|
|
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControlPanel1.Name = "tabControlPanel1";
|
|
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tabControlPanel1.Size = new System.Drawing.Size(203, 460);
|
|
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tabControlPanel1.Style.GradientAngle = 180;
|
|
this.tabControlPanel1.TabIndex = 6;
|
|
this.tabControlPanel1.TabItem = this.infotabHistory;
|
|
this.tabControlPanel1.ThemeAware = true;
|
|
//
|
|
// displayHistory
|
|
//
|
|
this.displayHistory.ApplDisplayMode = -1;
|
|
this.displayHistory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayHistory.Location = new System.Drawing.Point(1, 1);
|
|
this.displayHistory.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.displayHistory.MyEditItem = null;
|
|
this.displayHistory.MyItemInfo = null;
|
|
this.displayHistory.MyProcedureInfo = null;
|
|
this.displayHistory.MyRevDate = new System.DateTime(((long)(0)));
|
|
this.displayHistory.Name = "displayHistory";
|
|
this.displayHistory.Size = new System.Drawing.Size(1, 509);
|
|
this.displayHistory.TabIndex = 0;
|
|
//
|
|
// infotabHistory
|
|
//
|
|
this.infotabHistory.AttachedControl = this.tabControlPanel1;
|
|
this.infotabHistory.Name = "infotabHistory";
|
|
this.infotabHistory.Text = "History";
|
|
this.infotabHistory.Visible = false;
|
|
//
|
|
// infotabControlPanelTransitions
|
|
//
|
|
this.infotabControlPanelTransitions.Controls.Add(this.displayTransition);
|
|
this.infotabControlPanelTransitions.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.infotabControlPanelTransitions.Location = new System.Drawing.Point(0, 0);
|
|
this.infotabControlPanelTransitions.Name = "infotabControlPanelTransitions";
|
|
this.infotabControlPanelTransitions.Padding = new System.Windows.Forms.Padding(1);
|
|
this.infotabControlPanelTransitions.Size = new System.Drawing.Size(203, 460);
|
|
this.infotabControlPanelTransitions.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.infotabControlPanelTransitions.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.infotabControlPanelTransitions.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.infotabControlPanelTransitions.Style.GradientAngle = 180;
|
|
this.infotabControlPanelTransitions.TabIndex = 5;
|
|
this.infotabControlPanelTransitions.TabItem = this.infotabTransition;
|
|
this.infotabControlPanelTransitions.ThemeAware = true;
|
|
this.infotabControlPanelTransitions.Click += new System.EventHandler(this.infotabTransition_Click);
|
|
//
|
|
// displayTransition
|
|
//
|
|
this.displayTransition.AutoSize = true;
|
|
this.displayTransition.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.displayTransition.CurTrans = null;
|
|
this.displayTransition.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayTransition.Location = new System.Drawing.Point(1, 1);
|
|
this.displayTransition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.displayTransition.MyRTB = null;
|
|
this.displayTransition.Name = "displayTransition";
|
|
this.displayTransition.RangeColor = System.Drawing.Color.LightGray;
|
|
this.displayTransition.Size = new System.Drawing.Size(201, 458);
|
|
this.displayTransition.TabIndex = 0;
|
|
//
|
|
// infotabTransition
|
|
//
|
|
this.infotabTransition.AttachedControl = this.infotabControlPanelTransitions;
|
|
this.infotabTransition.Name = "infotabTransition";
|
|
this.infotabTransition.Text = "Transition";
|
|
this.infotabTransition.Visible = false;
|
|
this.infotabTransition.Click += new System.EventHandler(this.infotabTransition_Click);
|
|
//
|
|
// infotabControlPanelRO
|
|
//
|
|
this.infotabControlPanelRO.Controls.Add(this.displayRO);
|
|
this.infotabControlPanelRO.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.infotabControlPanelRO.Location = new System.Drawing.Point(0, 0);
|
|
this.infotabControlPanelRO.Name = "infotabControlPanelRO";
|
|
this.infotabControlPanelRO.Padding = new System.Windows.Forms.Padding(1);
|
|
this.infotabControlPanelRO.Size = new System.Drawing.Size(203, 460);
|
|
this.infotabControlPanelRO.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.infotabControlPanelRO.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.infotabControlPanelRO.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.infotabControlPanelRO.Style.GradientAngle = 180;
|
|
this.infotabControlPanelRO.TabIndex = 4;
|
|
this.infotabControlPanelRO.TabItem = this.infotabRO;
|
|
this.infotabControlPanelRO.ThemeAware = true;
|
|
//
|
|
// displayRO
|
|
//
|
|
this.displayRO.CurROLink = null;
|
|
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayRO.Location = new System.Drawing.Point(1, 1);
|
|
this.displayRO.Margin = new System.Windows.Forms.Padding(4);
|
|
this.displayRO.Mydvi = null;
|
|
this.displayRO.MyROFST = null;
|
|
this.displayRO.MyRTB = null;
|
|
this.displayRO.Name = "displayRO";
|
|
this.displayRO.ProgressBar = null;
|
|
this.displayRO.ROTypeFilter = VEPROMS.CSLA.Library.E_ROValueType.All;
|
|
this.displayRO.Size = new System.Drawing.Size(201, 458);
|
|
this.displayRO.TabControl = null;
|
|
this.displayRO.TabIndex = 0;
|
|
//
|
|
// infotabRO
|
|
//
|
|
this.infotabRO.AttachedControl = this.infotabControlPanelRO;
|
|
this.infotabRO.Name = "infotabRO";
|
|
this.infotabRO.Text = "RO";
|
|
this.infotabRO.Visible = false;
|
|
this.infotabRO.Click += new System.EventHandler(this.infotabRO_Click);
|
|
//
|
|
// infotabFoldoutMaint
|
|
//
|
|
this.infotabFoldoutMaint.AttachedControl = this.tcpFoldoutMaint;
|
|
this.infotabFoldoutMaint.Name = "infotabFoldoutMaint";
|
|
this.infotabFoldoutMaint.Text = "Foldout Maintenance";
|
|
this.infotabFoldoutMaint.Visible = false;
|
|
//
|
|
// navigationPanePanel2
|
|
//
|
|
this.navigationPanePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.navigationPanePanel2.Location = new System.Drawing.Point(1, 1);
|
|
this.navigationPanePanel2.Name = "navigationPanePanel2";
|
|
this.navigationPanePanel2.ParentItem = null;
|
|
this.navigationPanePanel2.Size = new System.Drawing.Size(199, 401);
|
|
this.navigationPanePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.navigationPanePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.navigationPanePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
|
this.navigationPanePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.navigationPanePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.navigationPanePanel2.Style.GradientAngle = 90;
|
|
this.navigationPanePanel2.TabIndex = 3;
|
|
//
|
|
// expandableSplitter1
|
|
//
|
|
this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.expandableSplitter1.Enabled = false;
|
|
this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
|
|
this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
|
|
this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
|
|
this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
|
|
this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter1.Location = new System.Drawing.Point(331, 57);
|
|
this.expandableSplitter1.Name = "expandableSplitter1";
|
|
this.expandableSplitter1.Size = new System.Drawing.Size(3, 486);
|
|
this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
|
this.expandableSplitter1.TabIndex = 5;
|
|
this.expandableSplitter1.TabStop = false;
|
|
//
|
|
// expandableSplitter2
|
|
//
|
|
this.expandableSplitter2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.expandableSplitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.expandableSplitter2.Enabled = false;
|
|
this.expandableSplitter2.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter2.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter2.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter2.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter2.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
|
|
this.expandableSplitter2.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
|
|
this.expandableSplitter2.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
|
|
this.expandableSplitter2.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
|
|
this.expandableSplitter2.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter2.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter2.Location = new System.Drawing.Point(334, 540);
|
|
this.expandableSplitter2.Name = "expandableSplitter2";
|
|
this.expandableSplitter2.Size = new System.Drawing.Size(280, 3);
|
|
this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
|
this.expandableSplitter2.TabIndex = 6;
|
|
this.expandableSplitter2.TabStop = false;
|
|
//
|
|
// expandableSplitter3
|
|
//
|
|
this.expandableSplitter3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter3.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter3.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.expandableSplitter3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.expandableSplitter3.Enabled = false;
|
|
this.expandableSplitter3.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter3.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter3.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter3.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter3.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter3.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter3.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter3.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter3.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
|
|
this.expandableSplitter3.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
|
|
this.expandableSplitter3.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
|
|
this.expandableSplitter3.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
|
|
this.expandableSplitter3.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter3.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter3.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter3.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter3.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter3.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter3.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter3.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter3.Location = new System.Drawing.Point(611, 57);
|
|
this.expandableSplitter3.Name = "expandableSplitter3";
|
|
this.expandableSplitter3.Size = new System.Drawing.Size(3, 483);
|
|
this.expandableSplitter3.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
|
this.expandableSplitter3.TabIndex = 7;
|
|
this.expandableSplitter3.TabStop = false;
|
|
//
|
|
// superTooltip1
|
|
//
|
|
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
//
|
|
// tmrTreeView
|
|
//
|
|
this.tmrTreeView.Interval = 10;
|
|
this.tmrTreeView.Tick += new System.EventHandler(this.tmrTreeView_Tick);
|
|
//
|
|
// tmrAutomatic
|
|
//
|
|
this.tmrAutomatic.Tick += new System.EventHandler(this.tmrAutomatic_Tick);
|
|
//
|
|
// toolsPanel
|
|
//
|
|
this.toolsPanel.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.toolsPanel.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight;
|
|
this.toolsPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.toolsPanel.Controls.Add(this.toolsTabs);
|
|
this.toolsPanel.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.toolsPanel.ExpandOnTitleClick = true;
|
|
this.toolsPanel.Location = new System.Drawing.Point(847, 57);
|
|
this.toolsPanel.Name = "toolsPanel";
|
|
this.toolsPanel.Size = new System.Drawing.Size(343, 486);
|
|
this.toolsPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.toolsPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.toolsPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.toolsPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.toolsPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
|
this.toolsPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.toolsPanel.Style.GradientAngle = 90;
|
|
this.toolsPanel.TabIndex = 9;
|
|
this.toolsPanel.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.toolsPanel.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.toolsPanel.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.toolsPanel.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
|
|
this.toolsPanel.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.toolsPanel.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.toolsPanel.TitleStyle.GradientAngle = 90;
|
|
this.toolsPanel.TitleText = "Tools";
|
|
this.toolsPanel.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.toolsPanel_ExpandedChanged);
|
|
this.toolsPanel.Resize += new System.EventHandler(this.resizeVerticalExpandedPanel);
|
|
this.toolsPanel.ExpandedChanging += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandPanelExpandedChanging);
|
|
//
|
|
// toolsTabs
|
|
//
|
|
this.toolsTabs.BackColor = System.Drawing.Color.Transparent;
|
|
this.toolsTabs.CanReorderTabs = true;
|
|
this.toolsTabs.Controls.Add(this.annotationSearch);
|
|
this.toolsTabs.Controls.Add(this.tabControlPanel2);
|
|
this.toolsTabs.Controls.Add(this.tabControlPanel3);
|
|
this.toolsTabs.Controls.Add(this.tabControlPanelLD);
|
|
this.toolsTabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.toolsTabs.Location = new System.Drawing.Point(0, 26);
|
|
this.toolsTabs.Name = "toolsTabs";
|
|
this.toolsTabs.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
|
this.toolsTabs.SelectedTabIndex = 0;
|
|
this.toolsTabs.Size = new System.Drawing.Size(343, 460);
|
|
this.toolsTabs.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Right;
|
|
this.toolsTabs.TabIndex = 1;
|
|
this.toolsTabs.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
|
this.toolsTabs.Tabs.Add(this.toolstabResults);
|
|
this.toolsTabs.Tabs.Add(this.toolsTabBookMarks);
|
|
this.toolsTabs.Tabs.Add(this.tabItemLibDocs);
|
|
this.toolsTabs.Tabs.Add(this.toosTabReports);
|
|
this.toolsTabs.Text = "tabControl1";
|
|
this.toolsTabs.ThemeAware = true;
|
|
//
|
|
// annotationSearch
|
|
//
|
|
this.annotationSearch.Controls.Add(this.displaySearch1);
|
|
this.annotationSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.annotationSearch.Location = new System.Drawing.Point(0, 0);
|
|
this.annotationSearch.Name = "annotationSearch";
|
|
this.annotationSearch.Padding = new System.Windows.Forms.Padding(1);
|
|
this.annotationSearch.Size = new System.Drawing.Size(316, 460);
|
|
this.annotationSearch.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.annotationSearch.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.annotationSearch.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.annotationSearch.Style.GradientAngle = 180;
|
|
this.annotationSearch.TabIndex = 3;
|
|
this.annotationSearch.TabItem = this.toolstabResults;
|
|
this.annotationSearch.ThemeAware = true;
|
|
//
|
|
// displaySearch1
|
|
//
|
|
this.displaySearch1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displaySearch1.LoadingList = false;
|
|
this.displaySearch1.Location = new System.Drawing.Point(1, 1);
|
|
this.displaySearch1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.displaySearch1.Mydocversion = null;
|
|
this.displaySearch1.MyROFSTLookup = null;
|
|
this.displaySearch1.Name = "displaySearch1";
|
|
this.displaySearch1.ProgressBar = null;
|
|
this.displaySearch1.ReportTitle = null;
|
|
this.displaySearch1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.displaySearch1.SearchResults = null;
|
|
this.displaySearch1.SearchString = null;
|
|
this.displaySearch1.Size = new System.Drawing.Size(314, 458);
|
|
this.displaySearch1.TabIndex = 0;
|
|
this.displaySearch1.TypesSelected = null;
|
|
//
|
|
// toolstabResults
|
|
//
|
|
this.toolstabResults.AttachedControl = this.annotationSearch;
|
|
this.toolstabResults.Name = "toolstabResults";
|
|
this.toolstabResults.Text = "Search";
|
|
this.toolstabResults.Click += new System.EventHandler(this.infotabResults_Click);
|
|
//
|
|
// tabControlPanel2
|
|
//
|
|
this.tabControlPanel2.Controls.Add(this.panelEx3);
|
|
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControlPanel2.Name = "tabControlPanel2";
|
|
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tabControlPanel2.Size = new System.Drawing.Size(316, 460);
|
|
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tabControlPanel2.Style.GradientAngle = 180;
|
|
this.tabControlPanel2.TabIndex = 2;
|
|
this.tabControlPanel2.TabItem = this.toolsTabBookMarks;
|
|
this.tabControlPanel2.ThemeAware = true;
|
|
//
|
|
// panelEx3
|
|
//
|
|
this.panelEx3.AutoScroll = true;
|
|
this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
|
this.panelEx3.Controls.Add(this.displayBookMarks);
|
|
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEx3.Location = new System.Drawing.Point(1, 1);
|
|
this.panelEx3.Name = "panelEx3";
|
|
this.panelEx3.Size = new System.Drawing.Size(314, 458);
|
|
this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx3.Style.BackColor1.Color = System.Drawing.Color.Transparent;
|
|
this.panelEx3.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
|
|
this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx3.Style.BorderColor.Color = System.Drawing.Color.Gray;
|
|
this.panelEx3.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
|
this.panelEx3.TabIndex = 3;
|
|
//
|
|
// displayBookMarks
|
|
//
|
|
this.displayBookMarks.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayBookMarks.Location = new System.Drawing.Point(0, 0);
|
|
this.displayBookMarks.Margin = new System.Windows.Forms.Padding(2);
|
|
this.displayBookMarks.MyDisplayTabControl = null;
|
|
this.displayBookMarks.MyEditItem = null;
|
|
this.displayBookMarks.Name = "displayBookMarks";
|
|
this.displayBookMarks.Size = new System.Drawing.Size(314, 458);
|
|
this.displayBookMarks.TabIndex = 0;
|
|
//
|
|
// toolsTabBookMarks
|
|
//
|
|
this.toolsTabBookMarks.AttachedControl = this.tabControlPanel2;
|
|
this.toolsTabBookMarks.Name = "toolsTabBookMarks";
|
|
this.toolsTabBookMarks.Text = "Bookmarks";
|
|
//
|
|
// tabControlPanel3
|
|
//
|
|
this.tabControlPanel3.Controls.Add(this.displayReports);
|
|
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlPanel3.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControlPanel3.Name = "tabControlPanel3";
|
|
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tabControlPanel3.Size = new System.Drawing.Size(316, 460);
|
|
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tabControlPanel3.Style.GradientAngle = 180;
|
|
this.tabControlPanel3.TabIndex = 5;
|
|
this.tabControlPanel3.TabItem = this.toosTabReports;
|
|
this.tabControlPanel3.ThemeAware = true;
|
|
//
|
|
// displayReports
|
|
//
|
|
this.displayReports.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayReports.Location = new System.Drawing.Point(1, 1);
|
|
this.displayReports.Margin = new System.Windows.Forms.Padding(2);
|
|
this.displayReports.Mydocversion = null;
|
|
this.displayReports.MyROFSTLookup = null;
|
|
this.displayReports.Name = "displayReports";
|
|
this.displayReports.ReportResult = null;
|
|
this.displayReports.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.displayReports.Size = new System.Drawing.Size(314, 458);
|
|
this.displayReports.TabIndex = 0;
|
|
//
|
|
// toosTabReports
|
|
//
|
|
this.toosTabReports.AttachedControl = this.tabControlPanel3;
|
|
this.toosTabReports.Name = "toosTabReports";
|
|
this.toosTabReports.Text = "Reports";
|
|
this.toosTabReports.Click += new System.EventHandler(this.toosTabReports_Click);
|
|
//
|
|
// tabControlPanelLD
|
|
//
|
|
this.tabControlPanelLD.Controls.Add(this.displayLibDocs);
|
|
this.tabControlPanelLD.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControlPanelLD.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControlPanelLD.Name = "tabControlPanelLD";
|
|
this.tabControlPanelLD.Padding = new System.Windows.Forms.Padding(1);
|
|
this.tabControlPanelLD.Size = new System.Drawing.Size(316, 460);
|
|
this.tabControlPanelLD.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
|
this.tabControlPanelLD.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.tabControlPanelLD.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
|
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
|
this.tabControlPanelLD.Style.GradientAngle = 180;
|
|
this.tabControlPanelLD.TabIndex = 4;
|
|
this.tabControlPanelLD.TabItem = this.tabItemLibDocs;
|
|
this.tabControlPanelLD.ThemeAware = true;
|
|
//
|
|
// displayLibDocs
|
|
//
|
|
this.displayLibDocs.AutoScroll = true;
|
|
this.displayLibDocs.CurLibDoc = null;
|
|
this.displayLibDocs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.displayLibDocs.LibDocList = null;
|
|
this.displayLibDocs.Location = new System.Drawing.Point(1, 1);
|
|
this.displayLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.displayLibDocs.Name = "displayLibDocs";
|
|
this.displayLibDocs.Size = new System.Drawing.Size(314, 458);
|
|
this.displayLibDocs.TabIndex = 0;
|
|
//
|
|
// tabItemLibDocs
|
|
//
|
|
this.tabItemLibDocs.AttachedControl = this.tabControlPanelLD;
|
|
this.tabItemLibDocs.Name = "tabItemLibDocs";
|
|
this.tabItemLibDocs.Text = "Library Documents";
|
|
this.tabItemLibDocs.Click += new System.EventHandler(this.tabItemLibDocs_Click);
|
|
//
|
|
// expandableSplitter4
|
|
//
|
|
this.expandableSplitter4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter4.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter4.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.expandableSplitter4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.expandableSplitter4.Enabled = false;
|
|
this.expandableSplitter4.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter4.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter4.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter4.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter4.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter4.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter4.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter4.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter4.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
|
|
this.expandableSplitter4.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
|
|
this.expandableSplitter4.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
|
|
this.expandableSplitter4.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
|
|
this.expandableSplitter4.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter4.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter4.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter4.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter4.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter4.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter4.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter4.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter4.Location = new System.Drawing.Point(844, 57);
|
|
this.expandableSplitter4.Name = "expandableSplitter4";
|
|
this.expandableSplitter4.Size = new System.Drawing.Size(3, 486);
|
|
this.expandableSplitter4.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
|
this.expandableSplitter4.TabIndex = 3;
|
|
this.expandableSplitter4.TabStop = false;
|
|
//
|
|
// buttonItem1
|
|
//
|
|
this.buttonItem1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem1.Image")));
|
|
this.buttonItem1.Name = "buttonItem1";
|
|
this.buttonItem1.Text = "buttonItem19";
|
|
this.buttonItem1.Tooltip = "Degree";
|
|
//
|
|
// itemAnnotationsBindingSource
|
|
//
|
|
this.itemAnnotationsBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ItemAnnotation);
|
|
//
|
|
// tc
|
|
//
|
|
this.tc.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tc.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.tc.Location = new System.Drawing.Point(334, 57);
|
|
this.tc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tc.MyCopyStep = null;
|
|
this.tc.Name = "tc";
|
|
this.tc.RibbonExpanded = true;
|
|
this.tc.SelectedDisplayTabItem = null;
|
|
this.tc.Size = new System.Drawing.Size(277, 483);
|
|
this.tc.TabIndex = 8;
|
|
this.tc.PanelTabDisplay += new Volian.Controls.Library.StepPanelTabDisplayEvent(this.tc_PanelTabDisplay);
|
|
this.tc.WordSectionClose += new Volian.Controls.Library.StepPanelWordSectionCloseEvent(this.tc_WordSectionClose);
|
|
this.tc.SelectedDisplayTabItemChanged += new Volian.Controls.Library.DisplayTabControlEvent(this.tc_SelectedDisplayTabItemChanged);
|
|
this.tc.ModeChange += new Volian.Controls.Library.StepPanelModeChangeEvent(this.tc_StepPanelModeChange);
|
|
this.tc.LinkModifyTran += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyTran);
|
|
this.tc.WordSectionDeleted += new Volian.Controls.Library.StepPanelWordSectionDeletedEvent(this.tc_WordSectionDeleted);
|
|
this.tc.ItemSelectedChanged += new Volian.Controls.Library.ItemSelectedChangedEvent(this.tc_ItemSelectedChanged);
|
|
this.tc.LinkModifyRO += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyRO);
|
|
//
|
|
// frmVEPROMS
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(1195, 600);
|
|
this.Controls.Add(this.tc);
|
|
this.Controls.Add(this.expandableSplitter3);
|
|
this.Controls.Add(this.expandableSplitter2);
|
|
this.Controls.Add(this.expandableSplitter1);
|
|
this.Controls.Add(this.infoPanel);
|
|
this.Controls.Add(this.expandableSplitter4);
|
|
this.Controls.Add(this.toolsPanel);
|
|
this.Controls.Add(this.epProcedures);
|
|
this.Controls.Add(this.epAnnotations);
|
|
this.Controls.Add(this.bottomBar);
|
|
this.Controls.Add(this.ribbonControl1);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "frmVEPROMS";
|
|
this.Text = "Proms";
|
|
this.Load += new System.EventHandler(this.frmVEPROMS_Load);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmVEPROMS_FormClosed);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmVEPROMS_FormClosing);
|
|
this.Resize += new System.EventHandler(this.frmVEPROMS_Resize);
|
|
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).EndInit();
|
|
this.bottomBar.ResumeLayout(false);
|
|
this.epAnnotations.ResumeLayout(false);
|
|
this.epProcedures.ResumeLayout(false);
|
|
this.infoPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).EndInit();
|
|
this.infoTabs.ResumeLayout(false);
|
|
this.infotabControlPanelTags.ResumeLayout(false);
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.tcpApplicability.ResumeLayout(false);
|
|
this.tcpFoldoutMaint.ResumeLayout(false);
|
|
this.tabControlPanel1.ResumeLayout(false);
|
|
this.infotabControlPanelTransitions.ResumeLayout(false);
|
|
this.infotabControlPanelTransitions.PerformLayout();
|
|
this.infotabControlPanelRO.ResumeLayout(false);
|
|
this.toolsPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.toolsTabs)).EndInit();
|
|
this.toolsTabs.ResumeLayout(false);
|
|
this.annotationSearch.ResumeLayout(false);
|
|
this.tabControlPanel2.ResumeLayout(false);
|
|
this.panelEx3.ResumeLayout(false);
|
|
this.tabControlPanel3.ResumeLayout(false);
|
|
this.tabControlPanelLD.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.RibbonControl ribbonControl1;
|
|
private DevComponents.DotNetBar.Office2007StartButton office2007StartButton1;
|
|
private DevComponents.DotNetBar.ItemContainer itemContainer1;
|
|
private DevComponents.DotNetBar.ItemContainer itemContainer2;
|
|
private DevComponents.DotNetBar.ItemContainer itemContainer3;
|
|
private DevComponents.DotNetBar.ButtonItem btnNew;
|
|
private DevComponents.DotNetBar.ButtonItem btnOpen;
|
|
private DevComponents.DotNetBar.ButtonItem btnPrepare;
|
|
private DevComponents.DotNetBar.ButtonItem btnPrint;
|
|
private DevComponents.DotNetBar.ItemContainer icRecentDocs;
|
|
private DevComponents.DotNetBar.LabelItem labelItem8;
|
|
private DevComponents.DotNetBar.ItemContainer itemContainer5;
|
|
private DevComponents.DotNetBar.ButtonItem btnOptions;
|
|
private DevComponents.DotNetBar.ButtonItem btnExit;
|
|
private DevComponents.DotNetBar.QatCustomizeItem qatCustomizeItem1;
|
|
private DevComponents.DotNetBar.Bar bottomBar;
|
|
private DevComponents.DotNetBar.ProgressBarItem bottomProgBar;
|
|
private DevComponents.DotNetBar.ExpandablePanel epAnnotations;
|
|
private DevComponents.DotNetBar.ExpandablePanel epProcedures;
|
|
private DevComponents.DotNetBar.ExpandablePanel infoPanel;
|
|
private Volian.Controls.Library.vlnTreeView tv;
|
|
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter1;
|
|
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter2;
|
|
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter3;
|
|
private DevComponents.DotNetBar.TabControl infoTabs;
|
|
private DevComponents.DotNetBar.TabControlPanel infotabControlPanelTags;
|
|
private DevComponents.DotNetBar.TabItem infotabTags;
|
|
private DevComponents.DotNetBar.PanelEx panelEx1;
|
|
|
|
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
|
|
private System.Windows.Forms.CheckedListBox checkedListBox1;
|
|
|
|
//private System.Windows.Forms.PropertyGrid pg;
|
|
private DevComponents.DotNetBar.LabelItem labelItem9;
|
|
private DevComponents.DotNetBar.LabelItem labelItem10;
|
|
private DevComponents.DotNetBar.LabelItem labelItem11;
|
|
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
|
private System.Windows.Forms.BindingSource itemAnnotationsBindingSource;
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
//private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
|
|
//private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
|
|
//private DevComponents.DotNetBar.Controls.GroupPanel groupPanel3;
|
|
|
|
private DevComponents.DotNetBar.LabelItem labelItem20;
|
|
private DevComponents.DotNetBar.GalleryGroup Common;
|
|
private DevComponents.DotNetBar.GalleryGroup Math;
|
|
private DevComponents.DotNetBar.GalleryGroup Misc;
|
|
private DevComponents.DotNetBar.GalleryGroup galleryGroup1;
|
|
private DevComponents.DotNetBar.GalleryGroup galleryGroup2;
|
|
private DevComponents.DotNetBar.GalleryGroup galleryGroup3;
|
|
|
|
//private DevComponents.DotNetBar.Controls.GroupPanel groupPanel4;
|
|
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
|
|
private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel2;
|
|
private DevComponents.DotNetBar.TabControlPanel infotabControlPanelRO;
|
|
private DevComponents.DotNetBar.TabItem infotabRO;
|
|
private DevComponents.DotNetBar.TabControlPanel infotabControlPanelTransitions;
|
|
private DevComponents.DotNetBar.TabItem infotabTransition;
|
|
private Volian.Controls.Library.DisplayTabControl tc;
|
|
private Volian.Controls.Library.DisplayTransition displayTransition;
|
|
private Volian.Controls.Library.DisplayRO displayRO;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
//private System.Windows.Forms.ComboBox cbGridAnnoType;
|
|
private DevComponents.DotNetBar.ButtonX btnAnnoDetailsPushPin;
|
|
private DevComponents.DotNetBar.ButtonItem buttonItem1;
|
|
private System.Windows.Forms.Timer tmrTreeView;
|
|
private System.Windows.Forms.Timer tmrAutomatic;
|
|
private Volian.Controls.Library.AnnotationDetails ctrlAnnotationDetails;
|
|
private DevComponents.DotNetBar.ButtonItem btnHelp;
|
|
private DevComponents.DotNetBar.ButtonItem btnHelpManual;
|
|
private DevComponents.DotNetBar.ButtonItem btnHelpAbout;
|
|
private DevComponents.DotNetBar.ButtonItem btnHelpVWeb;
|
|
private DevComponents.DotNetBar.ButtonItem btnAdmin;
|
|
|
|
//private DevComponents.DotNetBar.ExpandablePanel searchPanel;
|
|
//private DevComponents.DotNetBar.TabControl searchTabControl;
|
|
private DevComponents.DotNetBar.ExpandablePanel toolsPanel;
|
|
private DevComponents.DotNetBar.TabControl toolsTabs;
|
|
|
|
private DevComponents.DotNetBar.TabControlPanel annotationSearch;
|
|
//private DevComponents.DotNetBar.NavigationPane navpaneResults;
|
|
//private DevComponents.DotNetBar.NavigationPanePanel navpanSrchRslts;
|
|
//private Volian.Controls.Library.AnnotationSearch CtrlAnnotationSearch;
|
|
//private DevComponents.DotNetBar.ButtonItem btnSrchRslt;
|
|
//private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel3;
|
|
//private DevComponents.DotNetBar.ButtonItem btnSimStpsRslt;
|
|
private DevComponents.DotNetBar.TabItem toolstabResults;
|
|
private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
|
|
private DevComponents.DotNetBar.PanelEx panelEx3;
|
|
private DevComponents.DotNetBar.TabItem toolsTabBookMarks;
|
|
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter4;
|
|
private DevComponents.DotNetBar.TabControlPanel tabControlPanelLD;
|
|
private Volian.Controls.Library.DisplayLibDocs displayLibDocs;
|
|
private DevComponents.DotNetBar.TabItem tabItemLibDocs;
|
|
private Volian.Controls.Library.DisplayTags displayTags;
|
|
private Volian.Controls.Library.DisplaySearch displaySearch1;
|
|
private DevComponents.DotNetBar.LabelItem lblEditView;
|
|
private DevComponents.DotNetBar.ButtonItem btnItemInfo;
|
|
private DevComponents.DotNetBar.ButtonItem btnFixMSWord;
|
|
private Volian.Controls.Library.DisplayBookMarks displayBookMarks;
|
|
private DevComponents.DotNetBar.LabelItem lblLocked;
|
|
private DevComponents.DotNetBar.ButtonItem btnShortCuts;
|
|
private DevComponents.DotNetBar.LabelItem lblItemID;
|
|
private System.Windows.Forms.ComboBox cmbFont;
|
|
private DevComponents.DotNetBar.LabelItem lblResolution;
|
|
private DevComponents.DotNetBar.LabelItem lblUser;
|
|
private DevComponents.DotNetBar.ButtonItem btnEditItem;
|
|
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
|
|
private DevComponents.DotNetBar.TabItem infotabHistory;
|
|
private Volian.Controls.Library.DisplayHistory displayHistory;
|
|
private DevComponents.DotNetBar.ButtonItem btnUpdateFormats;
|
|
private System.Windows.Forms.FolderBrowserDialog fbd;
|
|
private DevComponents.DotNetBar.TabControlPanel tcpApplicability;
|
|
private DevComponents.DotNetBar.TabItem infotabApplicability;
|
|
private Volian.Controls.Library.DisplayApplicability displayApplicability;
|
|
private DevComponents.DotNetBar.TabControlPanel tcpFoldoutMaint;
|
|
private DevComponents.DotNetBar.TabItem infotabFoldoutMaint;
|
|
private Volian.Controls.Library.DisplayFoldoutMaint displayFoldoutMaint;
|
|
private DevComponents.DotNetBar.ButtonItem btnSendErrorLog;
|
|
private DevComponents.DotNetBar.TabControlPanel tabControlPanel3;
|
|
private DevComponents.DotNetBar.TabItem toosTabReports;
|
|
private Volian.Controls.Library.DisplayReports displayReports;
|
|
}
|
|
}
|
|
|