This commit is contained in:
parent
91153d41bd
commit
c48def9b46
508
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
508
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@ -229,6 +229,22 @@ namespace VEPROMS
|
||||
this.tv = new Volian.Controls.Library.vlnTreeView();
|
||||
this.infoPanel = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.infoTabs = new DevComponents.DotNetBar.TabControl();
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.lbxBookMarks = new System.Windows.Forms.ListBox();
|
||||
this.btnClrBookMrks = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnRmvCurBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnSetBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.infotabBookMarks = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.navpaneResults = new DevComponents.DotNetBar.NavigationPane();
|
||||
this.navpanSrchRslts = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.lbResults = new System.Windows.Forms.ListBox();
|
||||
this.cbAnnoType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.btnSrchRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.btnSimStpsRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.infotabResults = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
@ -243,28 +259,12 @@ namespace VEPROMS
|
||||
this.txbChgMsg2 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.infotabTags = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.navpaneResults = new DevComponents.DotNetBar.NavigationPane();
|
||||
this.navpanSrchRslts = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.lbResults = new System.Windows.Forms.ListBox();
|
||||
this.cbAnnoType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.btnSrchRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.btnSimStpsRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.infotabResults = 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.infotabControlPanelTransitions = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.displayTransition = new Volian.Controls.Library.DisplayTransition();
|
||||
this.infotabTransition = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.btnClrBookMrks = new DevComponents.DotNetBar.ButtonX();
|
||||
this.lbxBookMarks = new System.Windows.Forms.ListBox();
|
||||
this.btnRmvCurBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnSetBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.infotabBookMarks = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
|
||||
this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
|
||||
this.expandableSplitter3 = new DevComponents.DotNetBar.ExpandableSplitter();
|
||||
@ -284,19 +284,19 @@ namespace VEPROMS
|
||||
this.infoPanel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).BeginInit();
|
||||
this.infoTabs.SuspendLayout();
|
||||
this.tabControlPanel2.SuspendLayout();
|
||||
this.panelEx4.SuspendLayout();
|
||||
this.tabControlPanel3.SuspendLayout();
|
||||
this.navpaneResults.SuspendLayout();
|
||||
this.navpanSrchRslts.SuspendLayout();
|
||||
this.tabControlPanel1.SuspendLayout();
|
||||
this.panelEx1.SuspendLayout();
|
||||
this.groupPanel4.SuspendLayout();
|
||||
this.groupPanel3.SuspendLayout();
|
||||
this.groupPanel2.SuspendLayout();
|
||||
this.groupPanel1.SuspendLayout();
|
||||
this.tabControlPanel3.SuspendLayout();
|
||||
this.navpaneResults.SuspendLayout();
|
||||
this.navpanSrchRslts.SuspendLayout();
|
||||
this.infotabControlPanelRO.SuspendLayout();
|
||||
this.infotabControlPanelTransitions.SuspendLayout();
|
||||
this.tabControlPanel2.SuspendLayout();
|
||||
this.panelEx4.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ribbonControl1
|
||||
@ -2347,6 +2347,234 @@ namespace VEPROMS
|
||||
this.infoTabs.Tabs.Add(this.infotabTransition);
|
||||
this.infoTabs.Text = "tabControl1";
|
||||
//
|
||||
// tabControlPanel2
|
||||
//
|
||||
this.tabControlPanel2.Controls.Add(this.panelEx4);
|
||||
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(204, 548);
|
||||
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
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.infotabBookMarks;
|
||||
//
|
||||
// panelEx4
|
||||
//
|
||||
this.panelEx4.AutoScroll = true;
|
||||
this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.panelEx4.Controls.Add(this.lbxBookMarks);
|
||||
this.panelEx4.Controls.Add(this.btnClrBookMrks);
|
||||
this.panelEx4.Controls.Add(this.btnRmvCurBookMrk);
|
||||
this.panelEx4.Controls.Add(this.btnSetBookMrk);
|
||||
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelEx4.Location = new System.Drawing.Point(1, 1);
|
||||
this.panelEx4.Name = "panelEx4";
|
||||
this.panelEx4.Size = new System.Drawing.Size(202, 546);
|
||||
this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.panelEx4.Style.BackColor1.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
|
||||
this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.panelEx4.Style.BorderColor.Color = System.Drawing.Color.Gray;
|
||||
this.panelEx4.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.TabIndex = 3;
|
||||
//
|
||||
// lbxBookMarks
|
||||
//
|
||||
this.lbxBookMarks.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbxBookMarks.FormattingEnabled = true;
|
||||
this.lbxBookMarks.HorizontalScrollbar = true;
|
||||
this.lbxBookMarks.ItemHeight = 16;
|
||||
this.lbxBookMarks.Location = new System.Drawing.Point(0, 87);
|
||||
this.lbxBookMarks.Name = "lbxBookMarks";
|
||||
this.lbxBookMarks.Size = new System.Drawing.Size(202, 452);
|
||||
this.lbxBookMarks.TabIndex = 3;
|
||||
this.lbxBookMarks.Click += new System.EventHandler(this.lbxBookMarks_Click);
|
||||
//
|
||||
// btnClrBookMrks
|
||||
//
|
||||
this.btnClrBookMrks.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnClrBookMrks.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnClrBookMrks.Location = new System.Drawing.Point(0, 58);
|
||||
this.btnClrBookMrks.Name = "btnClrBookMrks";
|
||||
this.btnClrBookMrks.Size = new System.Drawing.Size(202, 29);
|
||||
this.btnClrBookMrks.TabIndex = 2;
|
||||
this.btnClrBookMrks.Text = "Clear ALL Bookmarks";
|
||||
this.btnClrBookMrks.ThemeAware = true;
|
||||
this.btnClrBookMrks.Click += new System.EventHandler(this.btnClrBookMrks_Click);
|
||||
//
|
||||
// btnRmvCurBookMrk
|
||||
//
|
||||
this.btnRmvCurBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnRmvCurBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnRmvCurBookMrk.Location = new System.Drawing.Point(0, 29);
|
||||
this.btnRmvCurBookMrk.Name = "btnRmvCurBookMrk";
|
||||
this.btnRmvCurBookMrk.Size = new System.Drawing.Size(202, 29);
|
||||
this.btnRmvCurBookMrk.TabIndex = 1;
|
||||
this.btnRmvCurBookMrk.Text = "Remove Bookmark";
|
||||
this.btnRmvCurBookMrk.ThemeAware = true;
|
||||
this.btnRmvCurBookMrk.Click += new System.EventHandler(this.btnRmvCurBookMrk_Click);
|
||||
//
|
||||
// btnSetBookMrk
|
||||
//
|
||||
this.btnSetBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnSetBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnSetBookMrk.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnSetBookMrk.Name = "btnSetBookMrk";
|
||||
this.btnSetBookMrk.Size = new System.Drawing.Size(202, 29);
|
||||
this.btnSetBookMrk.TabIndex = 0;
|
||||
this.btnSetBookMrk.Text = "Set Bookmark";
|
||||
this.btnSetBookMrk.ThemeAware = true;
|
||||
this.btnSetBookMrk.Click += new System.EventHandler(this.btnSetBookMrk_Click);
|
||||
//
|
||||
// infotabBookMarks
|
||||
//
|
||||
this.infotabBookMarks.AttachedControl = this.tabControlPanel2;
|
||||
this.infotabBookMarks.Name = "infotabBookMarks";
|
||||
this.infotabBookMarks.Text = "BookMarks";
|
||||
//
|
||||
// tabControlPanel3
|
||||
//
|
||||
this.tabControlPanel3.Controls.Add(this.navpaneResults);
|
||||
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(204, 548);
|
||||
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
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 = 3;
|
||||
this.tabControlPanel3.TabItem = this.infotabResults;
|
||||
//
|
||||
// navpaneResults
|
||||
//
|
||||
this.navpaneResults.Controls.Add(this.navpanSrchRslts);
|
||||
this.navpaneResults.Controls.Add(this.navigationPanePanel2);
|
||||
this.navpaneResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpaneResults.ItemPaddingBottom = 2;
|
||||
this.navpaneResults.ItemPaddingTop = 2;
|
||||
this.navpaneResults.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnSrchRslt,
|
||||
this.btnSimStpsRslt});
|
||||
this.navpaneResults.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.Name = "navpaneResults";
|
||||
this.navpaneResults.NavigationBarHeight = 33;
|
||||
this.navpaneResults.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.navpaneResults.Size = new System.Drawing.Size(202, 546);
|
||||
this.navpaneResults.TabIndex = 0;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.navpaneResults.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.navpaneResults.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.navpaneResults.TitlePanel.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.TitlePanel.Name = "panelTitle";
|
||||
this.navpaneResults.TitlePanel.Size = new System.Drawing.Size(200, 24);
|
||||
this.navpaneResults.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.navpaneResults.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.navpaneResults.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.navpaneResults.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpaneResults.TitlePanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
|
||||
this.navpaneResults.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.navpaneResults.TitlePanel.Style.GradientAngle = 90;
|
||||
this.navpaneResults.TitlePanel.Style.MarginLeft = 4;
|
||||
this.navpaneResults.TitlePanel.TabIndex = 0;
|
||||
this.navpaneResults.TitlePanel.Text = "Search Results";
|
||||
//
|
||||
// navpanSrchRslts
|
||||
//
|
||||
this.navpanSrchRslts.Controls.Add(this.lbResults);
|
||||
this.navpanSrchRslts.Controls.Add(this.cbAnnoType);
|
||||
this.navpanSrchRslts.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpanSrchRslts.Location = new System.Drawing.Point(1, 25);
|
||||
this.navpanSrchRslts.Name = "navpanSrchRslts";
|
||||
this.navpanSrchRslts.ParentItem = this.btnSrchRslt;
|
||||
this.navpanSrchRslts.Size = new System.Drawing.Size(200, 487);
|
||||
this.navpanSrchRslts.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.navpanSrchRslts.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.navpanSrchRslts.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
||||
this.navpanSrchRslts.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpanSrchRslts.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
||||
this.navpanSrchRslts.Style.GradientAngle = 90;
|
||||
this.navpanSrchRslts.TabIndex = 2;
|
||||
//
|
||||
// lbResults
|
||||
//
|
||||
this.lbResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbResults.FormattingEnabled = true;
|
||||
this.lbResults.ItemHeight = 16;
|
||||
this.lbResults.Location = new System.Drawing.Point(0, 23);
|
||||
this.lbResults.Name = "lbResults";
|
||||
this.lbResults.Size = new System.Drawing.Size(200, 452);
|
||||
this.lbResults.TabIndex = 1;
|
||||
this.lbResults.SelectedValueChanged += new System.EventHandler(this.lbResults_SelectedValueChanged);
|
||||
//
|
||||
// cbAnnoType
|
||||
//
|
||||
this.cbAnnoType.DisplayMember = "Text";
|
||||
this.cbAnnoType.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.cbAnnoType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.cbAnnoType.FormattingEnabled = true;
|
||||
this.cbAnnoType.ItemHeight = 17;
|
||||
this.cbAnnoType.Location = new System.Drawing.Point(0, 0);
|
||||
this.cbAnnoType.Name = "cbAnnoType";
|
||||
this.cbAnnoType.Size = new System.Drawing.Size(200, 23);
|
||||
this.cbAnnoType.TabIndex = 0;
|
||||
this.cbAnnoType.SelectedValueChanged += new System.EventHandler(this.cbAnnoType_SelectedValueChanged);
|
||||
//
|
||||
// btnSrchRslt
|
||||
//
|
||||
this.btnSrchRslt.Checked = true;
|
||||
this.btnSrchRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSrchRslt.Image")));
|
||||
this.btnSrchRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSrchRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSrchRslt.Name = "btnSrchRslt";
|
||||
this.btnSrchRslt.OptionGroup = "navBar";
|
||||
this.superTooltip1.SetSuperTooltip(this.btnSrchRslt, new DevComponents.DotNetBar.SuperTooltipInfo("Search Results", "", "Display the results from the last search", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.btnSrchRslt.Text = "Search Results";
|
||||
//
|
||||
// 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 = this.btnSimStpsRslt;
|
||||
this.navigationPanePanel2.Size = new System.Drawing.Size(200, 511);
|
||||
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;
|
||||
//
|
||||
// btnSimStpsRslt
|
||||
//
|
||||
this.btnSimStpsRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSimStpsRslt.Image")));
|
||||
this.btnSimStpsRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSimStpsRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSimStpsRslt.Name = "btnSimStpsRslt";
|
||||
this.btnSimStpsRslt.OptionGroup = "navBar";
|
||||
this.btnSimStpsRslt.Text = "Similar Steps";
|
||||
//
|
||||
// infotabResults
|
||||
//
|
||||
this.infotabResults.AttachedControl = this.tabControlPanel3;
|
||||
this.infotabResults.Name = "infotabResults";
|
||||
this.infotabResults.Text = "Results";
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.Controls.Add(this.panelEx1);
|
||||
@ -2604,141 +2832,6 @@ namespace VEPROMS
|
||||
this.infotabTags.Name = "infotabTags";
|
||||
this.infotabTags.Text = "Tags";
|
||||
//
|
||||
// tabControlPanel3
|
||||
//
|
||||
this.tabControlPanel3.Controls.Add(this.navpaneResults);
|
||||
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(204, 548);
|
||||
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
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 = 3;
|
||||
this.tabControlPanel3.TabItem = this.infotabResults;
|
||||
//
|
||||
// navpaneResults
|
||||
//
|
||||
this.navpaneResults.Controls.Add(this.navpanSrchRslts);
|
||||
this.navpaneResults.Controls.Add(this.navigationPanePanel2);
|
||||
this.navpaneResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpaneResults.ItemPaddingBottom = 2;
|
||||
this.navpaneResults.ItemPaddingTop = 2;
|
||||
this.navpaneResults.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnSrchRslt,
|
||||
this.btnSimStpsRslt});
|
||||
this.navpaneResults.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.Name = "navpaneResults";
|
||||
this.navpaneResults.NavigationBarHeight = 33;
|
||||
this.navpaneResults.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.navpaneResults.Size = new System.Drawing.Size(202, 546);
|
||||
this.navpaneResults.TabIndex = 0;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.navpaneResults.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.navpaneResults.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.navpaneResults.TitlePanel.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.TitlePanel.Name = "panelTitle";
|
||||
this.navpaneResults.TitlePanel.Size = new System.Drawing.Size(200, 24);
|
||||
this.navpaneResults.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.navpaneResults.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.navpaneResults.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.navpaneResults.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpaneResults.TitlePanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
|
||||
this.navpaneResults.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.navpaneResults.TitlePanel.Style.GradientAngle = 90;
|
||||
this.navpaneResults.TitlePanel.Style.MarginLeft = 4;
|
||||
this.navpaneResults.TitlePanel.TabIndex = 0;
|
||||
this.navpaneResults.TitlePanel.Text = "Search Results";
|
||||
//
|
||||
// navpanSrchRslts
|
||||
//
|
||||
this.navpanSrchRslts.Controls.Add(this.lbResults);
|
||||
this.navpanSrchRslts.Controls.Add(this.cbAnnoType);
|
||||
this.navpanSrchRslts.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpanSrchRslts.Location = new System.Drawing.Point(1, 25);
|
||||
this.navpanSrchRslts.Name = "navpanSrchRslts";
|
||||
this.navpanSrchRslts.ParentItem = this.btnSrchRslt;
|
||||
this.navpanSrchRslts.Size = new System.Drawing.Size(200, 487);
|
||||
this.navpanSrchRslts.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.navpanSrchRslts.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.navpanSrchRslts.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
||||
this.navpanSrchRslts.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpanSrchRslts.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
||||
this.navpanSrchRslts.Style.GradientAngle = 90;
|
||||
this.navpanSrchRslts.TabIndex = 2;
|
||||
//
|
||||
// lbResults
|
||||
//
|
||||
this.lbResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbResults.FormattingEnabled = true;
|
||||
this.lbResults.ItemHeight = 16;
|
||||
this.lbResults.Location = new System.Drawing.Point(0, 23);
|
||||
this.lbResults.Name = "lbResults";
|
||||
this.lbResults.Size = new System.Drawing.Size(200, 452);
|
||||
this.lbResults.TabIndex = 1;
|
||||
this.lbResults.SelectedValueChanged += new System.EventHandler(this.lbResults_SelectedValueChanged);
|
||||
//
|
||||
// cbAnnoType
|
||||
//
|
||||
this.cbAnnoType.DisplayMember = "Text";
|
||||
this.cbAnnoType.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.cbAnnoType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.cbAnnoType.FormattingEnabled = true;
|
||||
this.cbAnnoType.ItemHeight = 17;
|
||||
this.cbAnnoType.Location = new System.Drawing.Point(0, 0);
|
||||
this.cbAnnoType.Name = "cbAnnoType";
|
||||
this.cbAnnoType.Size = new System.Drawing.Size(200, 23);
|
||||
this.cbAnnoType.TabIndex = 0;
|
||||
this.cbAnnoType.SelectedValueChanged += new System.EventHandler(this.cbAnnoType_SelectedValueChanged);
|
||||
//
|
||||
// btnSrchRslt
|
||||
//
|
||||
this.btnSrchRslt.Checked = true;
|
||||
this.btnSrchRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSrchRslt.Image")));
|
||||
this.btnSrchRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSrchRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSrchRslt.Name = "btnSrchRslt";
|
||||
this.btnSrchRslt.OptionGroup = "navBar";
|
||||
this.superTooltip1.SetSuperTooltip(this.btnSrchRslt, new DevComponents.DotNetBar.SuperTooltipInfo("Search Results", "", "Display the results from the last search", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.btnSrchRslt.Text = "Search Results";
|
||||
//
|
||||
// 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 = this.btnSimStpsRslt;
|
||||
this.navigationPanePanel2.Size = new System.Drawing.Size(200, 511);
|
||||
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;
|
||||
//
|
||||
// btnSimStpsRslt
|
||||
//
|
||||
this.btnSimStpsRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSimStpsRslt.Image")));
|
||||
this.btnSimStpsRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSimStpsRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSimStpsRslt.Name = "btnSimStpsRslt";
|
||||
this.btnSimStpsRslt.OptionGroup = "navBar";
|
||||
this.btnSimStpsRslt.Text = "Similar Steps";
|
||||
//
|
||||
// infotabResults
|
||||
//
|
||||
this.infotabResults.AttachedControl = this.tabControlPanel3;
|
||||
this.infotabResults.Name = "infotabResults";
|
||||
this.infotabResults.Text = "Results";
|
||||
//
|
||||
// infotabControlPanelRO
|
||||
//
|
||||
this.infotabControlPanelRO.Controls.Add(this.displayRO);
|
||||
@ -2817,99 +2910,6 @@ namespace VEPROMS
|
||||
this.infotabTransition.Text = "Transition";
|
||||
this.infotabTransition.Click += new System.EventHandler(this.infotabTransition_Click);
|
||||
//
|
||||
// tabControlPanel2
|
||||
//
|
||||
this.tabControlPanel2.Controls.Add(this.panelEx4);
|
||||
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(204, 548);
|
||||
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
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.infotabBookMarks;
|
||||
//
|
||||
// panelEx4
|
||||
//
|
||||
this.panelEx4.AutoScroll = true;
|
||||
this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.panelEx4.Controls.Add(this.btnClrBookMrks);
|
||||
this.panelEx4.Controls.Add(this.lbxBookMarks);
|
||||
this.panelEx4.Controls.Add(this.btnRmvCurBookMrk);
|
||||
this.panelEx4.Controls.Add(this.btnSetBookMrk);
|
||||
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelEx4.Location = new System.Drawing.Point(1, 1);
|
||||
this.panelEx4.Name = "panelEx4";
|
||||
this.panelEx4.Size = new System.Drawing.Size(202, 546);
|
||||
this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.panelEx4.Style.BackColor1.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
|
||||
this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.panelEx4.Style.BorderColor.Color = System.Drawing.Color.Gray;
|
||||
this.panelEx4.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.TabIndex = 3;
|
||||
//
|
||||
// btnClrBookMrks
|
||||
//
|
||||
this.btnClrBookMrks.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnClrBookMrks.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnClrBookMrks.Location = new System.Drawing.Point(0, 58);
|
||||
this.btnClrBookMrks.Name = "btnClrBookMrks";
|
||||
this.btnClrBookMrks.Size = new System.Drawing.Size(181, 29);
|
||||
this.btnClrBookMrks.TabIndex = 3;
|
||||
this.btnClrBookMrks.Text = "Clear ALL Bookmarks";
|
||||
this.btnClrBookMrks.ThemeAware = true;
|
||||
this.btnClrBookMrks.Click += new System.EventHandler(this.btnClrBookMrks_Click);
|
||||
//
|
||||
// lbxBookMarks
|
||||
//
|
||||
this.lbxBookMarks.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.lbxBookMarks.FormattingEnabled = true;
|
||||
this.lbxBookMarks.HorizontalScrollbar = true;
|
||||
this.lbxBookMarks.ItemHeight = 16;
|
||||
this.lbxBookMarks.Location = new System.Drawing.Point(0, 87);
|
||||
this.lbxBookMarks.Name = "lbxBookMarks";
|
||||
this.lbxBookMarks.Size = new System.Drawing.Size(181, 596);
|
||||
this.lbxBookMarks.TabIndex = 2;
|
||||
this.lbxBookMarks.Click += new System.EventHandler(this.lbxBookMarks_Click);
|
||||
//
|
||||
// btnRmvCurBookMrk
|
||||
//
|
||||
this.btnRmvCurBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnRmvCurBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnRmvCurBookMrk.Location = new System.Drawing.Point(0, 29);
|
||||
this.btnRmvCurBookMrk.Name = "btnRmvCurBookMrk";
|
||||
this.btnRmvCurBookMrk.Size = new System.Drawing.Size(181, 29);
|
||||
this.btnRmvCurBookMrk.TabIndex = 1;
|
||||
this.btnRmvCurBookMrk.Text = "Remove Bookmark";
|
||||
this.btnRmvCurBookMrk.ThemeAware = true;
|
||||
this.btnRmvCurBookMrk.Click += new System.EventHandler(this.btnRmvCurBookMrk_Click);
|
||||
//
|
||||
// btnSetBookMrk
|
||||
//
|
||||
this.btnSetBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnSetBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnSetBookMrk.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnSetBookMrk.Name = "btnSetBookMrk";
|
||||
this.btnSetBookMrk.Size = new System.Drawing.Size(181, 29);
|
||||
this.btnSetBookMrk.TabIndex = 0;
|
||||
this.btnSetBookMrk.Text = "Set Bookmark";
|
||||
this.btnSetBookMrk.ThemeAware = true;
|
||||
this.btnSetBookMrk.Click += new System.EventHandler(this.btnSetBookMrk_Click);
|
||||
//
|
||||
// infotabBookMarks
|
||||
//
|
||||
this.infotabBookMarks.AttachedControl = this.tabControlPanel2;
|
||||
this.infotabBookMarks.Name = "infotabBookMarks";
|
||||
this.infotabBookMarks.Text = "BookMarks";
|
||||
//
|
||||
// expandableSplitter1
|
||||
//
|
||||
this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
|
||||
@ -3056,20 +3056,20 @@ namespace VEPROMS
|
||||
this.infoPanel.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).EndInit();
|
||||
this.infoTabs.ResumeLayout(false);
|
||||
this.tabControlPanel2.ResumeLayout(false);
|
||||
this.panelEx4.ResumeLayout(false);
|
||||
this.tabControlPanel3.ResumeLayout(false);
|
||||
this.navpaneResults.ResumeLayout(false);
|
||||
this.navpanSrchRslts.ResumeLayout(false);
|
||||
this.tabControlPanel1.ResumeLayout(false);
|
||||
this.panelEx1.ResumeLayout(false);
|
||||
this.groupPanel4.ResumeLayout(false);
|
||||
this.groupPanel3.ResumeLayout(false);
|
||||
this.groupPanel2.ResumeLayout(false);
|
||||
this.groupPanel1.ResumeLayout(false);
|
||||
this.tabControlPanel3.ResumeLayout(false);
|
||||
this.navpaneResults.ResumeLayout(false);
|
||||
this.navpanSrchRslts.ResumeLayout(false);
|
||||
this.infotabControlPanelRO.ResumeLayout(false);
|
||||
this.infotabControlPanelTransitions.ResumeLayout(false);
|
||||
this.infotabControlPanelTransitions.PerformLayout();
|
||||
this.tabControlPanel2.ResumeLayout(false);
|
||||
this.panelEx4.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
@ -122,10 +122,10 @@
|
||||
<value>
|
||||
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
|
||||
gP8AgAD/AICA/4AAAP+AAID/gIAA/8DAwP+AgID/AAD//wD/AP8A/////wAA//8A/////wD//////3d3
|
||||
d3d3d3d3d3ezPnd3d3d3d3d3d3ezPnd3d3d3d3d3d3ezPnd3d3R3d3d3d3ezPnd3d0RHd3d3d3ezPnd3
|
||||
dERHd3d3d3ezPnd3REdEd3d3d3ezPnd0RHd0R3d3d3ezPnd3R3d3R3d3d3ezPnd3d3d3dHd3d3ezPnd3
|
||||
d3d3d0d3d3ezPnd3d3d3d3R3d3ezPndwcHAHdwBHd3ezPndwcHBwcHd0d3ezPndwAHAHcHd3R3ezPndw
|
||||
cHBwcHd3d3ezPnd3B3AHdwB3d3ezPnd3d3d3d3d3d3ezPnd3d3d3d3d3d3ezPnd3d3d3d3d3d3ezPg==
|
||||
d3d3d3d3d3cBAXd3d3d3d3d3d3cBAXd3d3d3d3d3d3cBAXd3d3R3d3d3d3cBAXd3d0RHd3d3d3cBAXd3
|
||||
dERHd3d3d3cBAXd3REdEd3d3d3cBAXd0RHd0R3d3d3cBAXd3R3d3R3d3d3cBAXd3d3d3dHd3d3cBAXd3
|
||||
d3d3d0d3d3cBAXd3d3d3d3R3d3cBAXdwcHAHdwBHd3cBAXdwcHBwcHd0d3cBAXdwAHAHcHd3R3cBAXdw
|
||||
cHBwcHd3d3cBAXd3B3AHdwB3d3cBAXd3d3d3d3d3d3cBAXd3d3d3d3d3d3cBAXd3d3d3d3d3d3cBAQ==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
@ -990,30 +990,30 @@
|
||||
<value>
|
||||
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
|
||||
gP8AgAD/AICA/4AAAP+AAID/gIAA/4CAgP/AwMD/AAD//wD/AP8A/////wAA//8A/////wD//////4iI
|
||||
iIiIiIiIiIizPoiId4iIiIiIh3izPoiHAIiIiIiIcAizPohw8IiIiIiHDwizPocP8IiIiIhw+wizPoD/
|
||||
8IiIiIgPvwizPoDw8IiIiIgLCwizPoAP8IiICIgAvwizPoD/8IiIAIgL+wizPoAA8IAAAAgADwizPoD/
|
||||
8IAAAAgL+wizPoAA8IiIAIgADwizPoD/8IiICIgL+wizPoAP8IiIiIgAvwizPoDw8IiIiIgPCwizPogP
|
||||
8IiIiIiAvwizPoiA8IiIiIiICwizPoiIAIiIiIiIgAizPoiIh4iIiIiIiHizPoiIiIiIiIiIiIizPg==
|
||||
iIiIiIiIiIgBAYiId4iIiIiIh3gBAYiHAIiIiIiIcAgBAYhw8IiIiIiHDwgBAYcP8IiIiIhw+wgBAYD/
|
||||
8IiIiIgPvwgBAYDw8IiIiIgLCwgBAYAP8IiICIgAvwgBAYD/8IiIAIgL+wgBAYAA8IAAAAgADwgBAYD/
|
||||
8IAAAAgL+wgBAYAA8IiIAIgADwgBAYD/8IiICIgL+wgBAYAP8IiIiIgAvwgBAYDw8IiIiIgPCwgBAYgP
|
||||
8IiIiIiAvwgBAYiA8IiIiIiICwgBAYiIAIiIiIiIgAgBAYiIh4iIiIiIiHgBAYiIiIiIiIiIiIgBAQ==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnClpBrdCut.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
|
||||
gP8AgAD/AICA/4AAAP+AAID/gIAA/4CAgP/AwMD/AAD//wD/AP8A/////wAA//8A/////wD//////4iI
|
||||
iIiIiIiIiIizPoiEREiIiIRESIizPoh0/0SIiET/R4izPoh0iPSIiE+IR4izPoh0iISIiEiIR4izPoiH
|
||||
SIRIh0iEeIizPoiIdERHdERHiIizPoiIiERERESIiIizPoiIiIRP9EiIiIizPoiIiIcERHiIiIizPoiI
|
||||
iHD/DweIiIizPoiIhw/wT/B4iIizPoiIcP8IgP8HiIizPoiHD/CIiA/weIizPohw/wiIiID/B4izPocP
|
||||
8IiIiIgP8HizPoD/CIiIiIiA/wizPoDwiIiIiIiIDwizPoAIiIiIiIiIgAizPoiIiIiIiIiIiIizPg==
|
||||
iIiIiIiIiIgBAYiEREiIiIRESIgBAYh0/0SIiET/R4gBAYh0iPSIiE+IR4gBAYh0iISIiEiIR4gBAYiH
|
||||
SIRIh0iEeIgBAYiIdERHdERHiIgBAYiIiERERESIiIgBAYiIiIRP9EiIiIgBAYiIiIcERHiIiIgBAYiI
|
||||
iHD/DweIiIgBAYiIhw/wT/B4iIgBAYiIcP8IgP8HiIgBAYiHD/CIiA/weIgBAYhw/wiIiID/B4gBAYcP
|
||||
8IiIiIgP8HgBAYD/CIiIiIiA/wgBAYDwiIiIiIiIDwgBAYAIiIiIiIiIgAgBAYiIiIiIiIiIiIgBAQ==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnClpBrdPaste.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
|
||||
gP8AgAD/AICA/4AAAP+AAID/gIAA/4CAgP/AwMD/AAD//wD/AP8A/////wAA//8A/////wD//////4iI
|
||||
iIiIiIiIiIizPoiIiIiIgAAAAAizPoiHd3d3cO/v7wizPogAAAAAAPRETgizPoD4iIiIgO/v7wizPoD4
|
||||
iIiIgPRETgizPoD4iIiIgO/v7wizPoD4iAAAgPROAAizPoD4iIAAgO/vAIizPoD4iAAAgAAACIizPoD4
|
||||
gACAiAeIiIizPoD4AAiIiAeIiIizPoD4gIiIiAeIiIizPoD4iIiIiAeIiIizPoD4iIiIiAeIiIizPoD/
|
||||
AAAA/wiIiIizPogATExAAIiIiIizPoiIxMTAiIiIiIizPoiIjEwIiIiIiIizPoiIiIiIiIiIiIizPg==
|
||||
iIiIiIiIiIgBAYiIiIiIgAAAAAgBAYiHd3d3cO/v7wgBAYgAAAAAAPRETggBAYD4iIiIgO/v7wgBAYD4
|
||||
iIiIgPRETggBAYD4iIiIgO/v7wgBAYD4iAAAgPROAAgBAYD4iIAAgO/vAIgBAYD4iAAAgAAACIgBAYD4
|
||||
gACAiAeIiIgBAYD4AAiIiAeIiIgBAYD4gIiIiAeIiIgBAYD4iIiIiAeIiIgBAYD4iIiIiAeIiIgBAYD/
|
||||
AAAA/wiIiIgBAYgATExAAIiIiIgBAYiIxMTAiIiIiIgBAYiIjEwIiIiIiIgBAYiIiIiIiIiIiIgBAQ==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnRepaginate.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
Loading…
x
Reference in New Issue
Block a user