Open RO Editor from ROID label
This commit is contained in:
parent
9da4d68c7b
commit
bb9a9c1d09
56
PROMS/Volian.Controls.Library/DisplayRO.Designer.cs
generated
56
PROMS/Volian.Controls.Library/DisplayRO.Designer.cs
generated
@ -50,10 +50,9 @@ namespace Volian.Controls.Library
|
|||||||
//
|
//
|
||||||
this.tvROFST.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tvROFST.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.tvROFST.HideSelection = false;
|
this.tvROFST.HideSelection = false;
|
||||||
this.tvROFST.Location = new System.Drawing.Point(0, 122);
|
this.tvROFST.Location = new System.Drawing.Point(0, 99);
|
||||||
this.tvROFST.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.tvROFST.Name = "tvROFST";
|
this.tvROFST.Name = "tvROFST";
|
||||||
this.tvROFST.Size = new System.Drawing.Size(311, 502);
|
this.tvROFST.Size = new System.Drawing.Size(233, 408);
|
||||||
this.tvROFST.TabIndex = 5;
|
this.tvROFST.TabIndex = 5;
|
||||||
this.tvROFST.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvROFST_BeforeExpand);
|
this.tvROFST.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvROFST_BeforeExpand);
|
||||||
this.tvROFST.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvROFST_AfterSelect);
|
this.tvROFST.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvROFST_AfterSelect);
|
||||||
@ -66,27 +65,30 @@ namespace Volian.Controls.Library
|
|||||||
this.panelValue.Controls.Add(this.panelRoValue);
|
this.panelValue.Controls.Add(this.panelRoValue);
|
||||||
this.panelValue.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelValue.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.panelValue.Location = new System.Drawing.Point(0, 0);
|
this.panelValue.Location = new System.Drawing.Point(0, 0);
|
||||||
this.panelValue.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.panelValue.Name = "panelValue";
|
this.panelValue.Name = "panelValue";
|
||||||
this.panelValue.Size = new System.Drawing.Size(311, 122);
|
this.panelValue.Size = new System.Drawing.Size(233, 99);
|
||||||
this.panelValue.TabIndex = 7;
|
this.panelValue.TabIndex = 7;
|
||||||
//
|
//
|
||||||
// lbROId
|
// lbROId
|
||||||
//
|
//
|
||||||
this.lbROId.Dock = System.Windows.Forms.DockStyle.Left;
|
this.lbROId.Dock = System.Windows.Forms.DockStyle.Left;
|
||||||
this.lbROId.ForeColor = System.Drawing.SystemColors.Highlight;
|
this.lbROId.ForeColor = System.Drawing.SystemColors.Highlight;
|
||||||
this.lbROId.Location = new System.Drawing.Point(61, 27);
|
this.lbROId.Location = new System.Drawing.Point(46, 22);
|
||||||
|
this.lbROId.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
this.lbROId.Name = "lbROId";
|
this.lbROId.Name = "lbROId";
|
||||||
this.lbROId.Size = new System.Drawing.Size(244, 28);
|
this.lbROId.Size = new System.Drawing.Size(183, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.lbROId, new DevComponents.DotNetBar.SuperTooltipInfo("RO ID", "", "The RO ID for the selected RO Value will be displayed here.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
this.superTooltip1.SetSuperTooltip(this.lbROId, new DevComponents.DotNetBar.SuperTooltipInfo("RO ID", "", "The RO ID for the selected RO Value will be displayed here. Double-Click to open" +
|
||||||
|
" the RO Editor.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
||||||
this.lbROId.TabIndex = 11;
|
this.lbROId.TabIndex = 11;
|
||||||
|
this.lbROId.DoubleClick += new System.EventHandler(this.lbROId_DoubleClick);
|
||||||
//
|
//
|
||||||
// labelX1
|
// labelX1
|
||||||
//
|
//
|
||||||
this.labelX1.Dock = System.Windows.Forms.DockStyle.Left;
|
this.labelX1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||||
this.labelX1.Location = new System.Drawing.Point(0, 27);
|
this.labelX1.Location = new System.Drawing.Point(0, 22);
|
||||||
|
this.labelX1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
this.labelX1.Name = "labelX1";
|
this.labelX1.Name = "labelX1";
|
||||||
this.labelX1.Size = new System.Drawing.Size(61, 28);
|
this.labelX1.Size = new System.Drawing.Size(46, 23);
|
||||||
this.superTooltip1.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("RO ID", "", "The RO ID for the selected RO Value will be displayed here.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
this.superTooltip1.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("RO ID", "", "The RO ID for the selected RO Value will be displayed here.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
||||||
this.labelX1.TabIndex = 10;
|
this.labelX1.TabIndex = 10;
|
||||||
this.labelX1.Text = "RO ID:";
|
this.labelX1.Text = "RO ID:";
|
||||||
@ -98,10 +100,9 @@ namespace Volian.Controls.Library
|
|||||||
this.pnlROButtons.Controls.Add(this.btnCancelRO);
|
this.pnlROButtons.Controls.Add(this.btnCancelRO);
|
||||||
this.pnlROButtons.Controls.Add(this.btnSaveRO);
|
this.pnlROButtons.Controls.Add(this.btnSaveRO);
|
||||||
this.pnlROButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.pnlROButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.pnlROButtons.Location = new System.Drawing.Point(0, 55);
|
this.pnlROButtons.Location = new System.Drawing.Point(0, 45);
|
||||||
this.pnlROButtons.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.pnlROButtons.Name = "pnlROButtons";
|
this.pnlROButtons.Name = "pnlROButtons";
|
||||||
this.pnlROButtons.Size = new System.Drawing.Size(311, 67);
|
this.pnlROButtons.Size = new System.Drawing.Size(233, 54);
|
||||||
this.pnlROButtons.TabIndex = 9;
|
this.pnlROButtons.TabIndex = 9;
|
||||||
//
|
//
|
||||||
// btnPreviewRO
|
// btnPreviewRO
|
||||||
@ -110,9 +111,10 @@ namespace Volian.Controls.Library
|
|||||||
this.btnPreviewRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnPreviewRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnPreviewRO.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnPreviewRO.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnPreviewRO.Enabled = false;
|
this.btnPreviewRO.Enabled = false;
|
||||||
this.btnPreviewRO.Location = new System.Drawing.Point(0, 45);
|
this.btnPreviewRO.Location = new System.Drawing.Point(0, 37);
|
||||||
|
this.btnPreviewRO.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
this.btnPreviewRO.Name = "btnPreviewRO";
|
this.btnPreviewRO.Name = "btnPreviewRO";
|
||||||
this.btnPreviewRO.Size = new System.Drawing.Size(311, 23);
|
this.btnPreviewRO.Size = new System.Drawing.Size(233, 19);
|
||||||
this.superTooltip1.SetSuperTooltip(this.btnPreviewRO, new DevComponents.DotNetBar.SuperTooltipInfo("Preview", "", "This will Preview the selected RO Table, X/Y Plot, or Image.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
this.superTooltip1.SetSuperTooltip(this.btnPreviewRO, new DevComponents.DotNetBar.SuperTooltipInfo("Preview", "", "This will Preview the selected RO Table, X/Y Plot, or Image.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
|
||||||
this.btnPreviewRO.TabIndex = 10;
|
this.btnPreviewRO.TabIndex = 10;
|
||||||
this.btnPreviewRO.Text = "Preview";
|
this.btnPreviewRO.Text = "Preview";
|
||||||
@ -124,10 +126,9 @@ namespace Volian.Controls.Library
|
|||||||
this.btnCancelRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnCancelRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||||
this.btnCancelRO.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnCancelRO.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnCancelRO.Enabled = false;
|
this.btnCancelRO.Enabled = false;
|
||||||
this.btnCancelRO.Location = new System.Drawing.Point(0, 22);
|
this.btnCancelRO.Location = new System.Drawing.Point(0, 18);
|
||||||
this.btnCancelRO.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.btnCancelRO.Name = "btnCancelRO";
|
this.btnCancelRO.Name = "btnCancelRO";
|
||||||
this.btnCancelRO.Size = new System.Drawing.Size(311, 23);
|
this.btnCancelRO.Size = new System.Drawing.Size(233, 19);
|
||||||
this.superTooltip1.SetSuperTooltip(this.btnCancelRO, new DevComponents.DotNetBar.SuperTooltipInfo("Cancel", "", "This become active when you about to replace an existing RO link in you procedure" +
|
this.superTooltip1.SetSuperTooltip(this.btnCancelRO, new DevComponents.DotNetBar.SuperTooltipInfo("Cancel", "", "This become active when you about to replace an existing RO link in you procedure" +
|
||||||
".\r\n\r\nNOTE: This willL NOT un-do after you select the Save RO button.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(195, 145)));
|
".\r\n\r\nNOTE: This willL NOT un-do after you select the Save RO button.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(195, 145)));
|
||||||
this.btnCancelRO.TabIndex = 9;
|
this.btnCancelRO.TabIndex = 9;
|
||||||
@ -141,9 +142,8 @@ namespace Volian.Controls.Library
|
|||||||
this.btnSaveRO.Dock = System.Windows.Forms.DockStyle.Top;
|
this.btnSaveRO.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.btnSaveRO.Enabled = false;
|
this.btnSaveRO.Enabled = false;
|
||||||
this.btnSaveRO.Location = new System.Drawing.Point(0, 0);
|
this.btnSaveRO.Location = new System.Drawing.Point(0, 0);
|
||||||
this.btnSaveRO.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.btnSaveRO.Name = "btnSaveRO";
|
this.btnSaveRO.Name = "btnSaveRO";
|
||||||
this.btnSaveRO.Size = new System.Drawing.Size(311, 22);
|
this.btnSaveRO.Size = new System.Drawing.Size(233, 18);
|
||||||
this.superTooltip1.SetSuperTooltip(this.btnSaveRO, new DevComponents.DotNetBar.SuperTooltipInfo("Save RO", "", resources.GetString("btnSaveRO.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(340, 125)));
|
this.superTooltip1.SetSuperTooltip(this.btnSaveRO, new DevComponents.DotNetBar.SuperTooltipInfo("Save RO", "", resources.GetString("btnSaveRO.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(340, 125)));
|
||||||
this.btnSaveRO.TabIndex = 8;
|
this.btnSaveRO.TabIndex = 8;
|
||||||
this.btnSaveRO.Text = "Save RO";
|
this.btnSaveRO.Text = "Save RO";
|
||||||
@ -155,9 +155,8 @@ namespace Volian.Controls.Library
|
|||||||
this.panelRoValue.Controls.Add(this.lblROValue);
|
this.panelRoValue.Controls.Add(this.lblROValue);
|
||||||
this.panelRoValue.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panelRoValue.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.panelRoValue.Location = new System.Drawing.Point(0, 0);
|
this.panelRoValue.Location = new System.Drawing.Point(0, 0);
|
||||||
this.panelRoValue.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.panelRoValue.Name = "panelRoValue";
|
this.panelRoValue.Name = "panelRoValue";
|
||||||
this.panelRoValue.Size = new System.Drawing.Size(311, 27);
|
this.panelRoValue.Size = new System.Drawing.Size(233, 22);
|
||||||
this.panelRoValue.TabIndex = 8;
|
this.panelRoValue.TabIndex = 8;
|
||||||
//
|
//
|
||||||
// tbROValue
|
// tbROValue
|
||||||
@ -168,11 +167,10 @@ namespace Volian.Controls.Library
|
|||||||
//
|
//
|
||||||
this.tbROValue.Border.Class = "TextBoxBorder";
|
this.tbROValue.Border.Class = "TextBoxBorder";
|
||||||
this.tbROValue.Dock = System.Windows.Forms.DockStyle.Top;
|
this.tbROValue.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.tbROValue.Location = new System.Drawing.Point(64, 0);
|
this.tbROValue.Location = new System.Drawing.Point(48, 0);
|
||||||
this.tbROValue.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.tbROValue.Name = "tbROValue";
|
this.tbROValue.Name = "tbROValue";
|
||||||
this.tbROValue.ReadOnly = true;
|
this.tbROValue.ReadOnly = true;
|
||||||
this.tbROValue.Size = new System.Drawing.Size(247, 22);
|
this.tbROValue.Size = new System.Drawing.Size(185, 20);
|
||||||
this.superTooltip1.SetSuperTooltip(this.tbROValue, new DevComponents.DotNetBar.SuperTooltipInfo("RO Value", "", "The value of selected RO will be displayed here.\r\n\r\nExceptions:\r\n- Tables, X/Y Pl" +
|
this.superTooltip1.SetSuperTooltip(this.tbROValue, new DevComponents.DotNetBar.SuperTooltipInfo("RO Value", "", "The value of selected RO will be displayed here.\r\n\r\nExceptions:\r\n- Tables, X/Y Pl" +
|
||||||
"ots, and Images will state what they are. The Preview button will display the va" +
|
"ots, and Images will state what they are. The Preview button will display the va" +
|
||||||
"lue.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 135)));
|
"lue.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 135)));
|
||||||
@ -185,9 +183,8 @@ namespace Volian.Controls.Library
|
|||||||
this.lblROValue.Dock = System.Windows.Forms.DockStyle.Left;
|
this.lblROValue.Dock = System.Windows.Forms.DockStyle.Left;
|
||||||
this.lblROValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.lblROValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.lblROValue.Location = new System.Drawing.Point(0, 0);
|
this.lblROValue.Location = new System.Drawing.Point(0, 0);
|
||||||
this.lblROValue.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.lblROValue.Name = "lblROValue";
|
this.lblROValue.Name = "lblROValue";
|
||||||
this.lblROValue.Size = new System.Drawing.Size(64, 27);
|
this.lblROValue.Size = new System.Drawing.Size(48, 22);
|
||||||
this.superTooltip1.SetSuperTooltip(this.lblROValue, new DevComponents.DotNetBar.SuperTooltipInfo("RO Value", "", "The value of selected RO will be displayed here.\r\n\r\nExceptions:\r\n- Tables, X/Y Pl" +
|
this.superTooltip1.SetSuperTooltip(this.lblROValue, new DevComponents.DotNetBar.SuperTooltipInfo("RO Value", "", "The value of selected RO will be displayed here.\r\n\r\nExceptions:\r\n- Tables, X/Y Pl" +
|
||||||
"ots, and Images will state what they are. The Preview button will display the va" +
|
"ots, and Images will state what they are. The Preview button will display the va" +
|
||||||
"lue.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 135)));
|
"lue.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 135)));
|
||||||
@ -201,13 +198,12 @@ namespace Volian.Controls.Library
|
|||||||
//
|
//
|
||||||
// DisplayRO
|
// DisplayRO
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.Controls.Add(this.tvROFST);
|
this.Controls.Add(this.tvROFST);
|
||||||
this.Controls.Add(this.panelValue);
|
this.Controls.Add(this.panelValue);
|
||||||
this.Margin = new System.Windows.Forms.Padding(4);
|
|
||||||
this.Name = "DisplayRO";
|
this.Name = "DisplayRO";
|
||||||
this.Size = new System.Drawing.Size(311, 624);
|
this.Size = new System.Drawing.Size(233, 507);
|
||||||
this.panelValue.ResumeLayout(false);
|
this.panelValue.ResumeLayout(false);
|
||||||
this.pnlROButtons.ResumeLayout(false);
|
this.pnlROButtons.ResumeLayout(false);
|
||||||
this.panelRoValue.ResumeLayout(false);
|
this.panelRoValue.ResumeLayout(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user