This commit is contained in:
106
PROMS/Volian.Controls.Library/DisplayRO.Designer.cs
generated
106
PROMS/Volian.Controls.Library/DisplayRO.Designer.cs
generated
@@ -28,14 +28,19 @@ namespace Volian.Controls.Library
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplayRO));
|
||||
this.tvROFST = new System.Windows.Forms.TreeView();
|
||||
this.panelValue = new System.Windows.Forms.Panel();
|
||||
this.lbROId = new DevComponents.DotNetBar.LabelX();
|
||||
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
||||
this.pnlROButtons = new System.Windows.Forms.Panel();
|
||||
this.btnPreviewRO = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnCancelRO = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnSaveRO = new DevComponents.DotNetBar.ButtonX();
|
||||
this.panelRoValue = new System.Windows.Forms.Panel();
|
||||
this.tbROValue = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.lblROValue = new DevComponents.DotNetBar.LabelX();
|
||||
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
||||
this.panelValue.SuspendLayout();
|
||||
this.pnlROButtons.SuspendLayout();
|
||||
this.panelRoValue.SuspendLayout();
|
||||
@@ -43,49 +48,88 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// tvROFST
|
||||
//
|
||||
this.tvROFST.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tvROFST.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tvROFST.HideSelection = false;
|
||||
this.tvROFST.Location = new System.Drawing.Point(0, 64);
|
||||
this.tvROFST.Location = new System.Drawing.Point(0, 122);
|
||||
this.tvROFST.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tvROFST.Name = "tvROFST";
|
||||
this.tvROFST.Size = new System.Drawing.Size(300, 559);
|
||||
this.tvROFST.Size = new System.Drawing.Size(311, 502);
|
||||
this.tvROFST.TabIndex = 5;
|
||||
this.tvROFST.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvROFST_BeforeExpand);
|
||||
this.tvROFST.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvROFST_AfterSelect);
|
||||
//
|
||||
// panelValue
|
||||
//
|
||||
this.panelValue.Controls.Add(this.lbROId);
|
||||
this.panelValue.Controls.Add(this.labelX1);
|
||||
this.panelValue.Controls.Add(this.pnlROButtons);
|
||||
this.panelValue.Controls.Add(this.panelRoValue);
|
||||
this.panelValue.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panelValue.Location = new System.Drawing.Point(0, 0);
|
||||
this.panelValue.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.panelValue.Name = "panelValue";
|
||||
this.panelValue.Size = new System.Drawing.Size(301, 65);
|
||||
this.panelValue.Size = new System.Drawing.Size(311, 122);
|
||||
this.panelValue.TabIndex = 7;
|
||||
//
|
||||
// lbROId
|
||||
//
|
||||
this.lbROId.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.lbROId.ForeColor = System.Drawing.SystemColors.Highlight;
|
||||
this.lbROId.Location = new System.Drawing.Point(61, 27);
|
||||
this.lbROId.Name = "lbROId";
|
||||
this.lbROId.Size = new System.Drawing.Size(244, 28);
|
||||
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.lbROId.TabIndex = 11;
|
||||
//
|
||||
// labelX1
|
||||
//
|
||||
this.labelX1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.labelX1.Location = new System.Drawing.Point(0, 27);
|
||||
this.labelX1.Name = "labelX1";
|
||||
this.labelX1.Size = new System.Drawing.Size(61, 28);
|
||||
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.Text = "RO ID:";
|
||||
this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
|
||||
//
|
||||
// pnlROButtons
|
||||
//
|
||||
this.pnlROButtons.Controls.Add(this.btnPreviewRO);
|
||||
this.pnlROButtons.Controls.Add(this.btnCancelRO);
|
||||
this.pnlROButtons.Controls.Add(this.btnSaveRO);
|
||||
this.pnlROButtons.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pnlROButtons.Location = new System.Drawing.Point(0, 32);
|
||||
this.pnlROButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pnlROButtons.Location = new System.Drawing.Point(0, 55);
|
||||
this.pnlROButtons.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.pnlROButtons.Name = "pnlROButtons";
|
||||
this.pnlROButtons.Size = new System.Drawing.Size(301, 33);
|
||||
this.pnlROButtons.Size = new System.Drawing.Size(311, 67);
|
||||
this.pnlROButtons.TabIndex = 9;
|
||||
//
|
||||
// btnPreviewRO
|
||||
//
|
||||
this.btnPreviewRO.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnPreviewRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnPreviewRO.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnPreviewRO.Enabled = false;
|
||||
this.btnPreviewRO.Location = new System.Drawing.Point(0, 45);
|
||||
this.btnPreviewRO.Name = "btnPreviewRO";
|
||||
this.btnPreviewRO.Size = new System.Drawing.Size(311, 23);
|
||||
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.Text = "Preview";
|
||||
this.btnPreviewRO.Click += new System.EventHandler(this.btnPreviewRO_Click);
|
||||
//
|
||||
// btnCancelRO
|
||||
//
|
||||
this.btnCancelRO.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnCancelRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnCancelRO.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.btnCancelRO.Location = new System.Drawing.Point(211, 0);
|
||||
this.btnCancelRO.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnCancelRO.Enabled = false;
|
||||
this.btnCancelRO.Location = new System.Drawing.Point(0, 22);
|
||||
this.btnCancelRO.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnCancelRO.Name = "btnCancelRO";
|
||||
this.btnCancelRO.Size = new System.Drawing.Size(90, 33);
|
||||
this.btnCancelRO.Size = new System.Drawing.Size(311, 23);
|
||||
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)));
|
||||
this.btnCancelRO.TabIndex = 9;
|
||||
this.btnCancelRO.Text = "Cancel";
|
||||
this.btnCancelRO.Click += new System.EventHandler(this.btnCancelRO_Click);
|
||||
@@ -94,11 +138,13 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.btnSaveRO.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnSaveRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnSaveRO.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.btnSaveRO.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnSaveRO.Enabled = false;
|
||||
this.btnSaveRO.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnSaveRO.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnSaveRO.Name = "btnSaveRO";
|
||||
this.btnSaveRO.Size = new System.Drawing.Size(92, 33);
|
||||
this.btnSaveRO.Size = new System.Drawing.Size(311, 22);
|
||||
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.Text = "Save RO";
|
||||
this.btnSaveRO.Click += new System.EventHandler(this.btnSaveRO_Click);
|
||||
@@ -111,21 +157,28 @@ namespace Volian.Controls.Library
|
||||
this.panelRoValue.Location = new System.Drawing.Point(0, 0);
|
||||
this.panelRoValue.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.panelRoValue.Name = "panelRoValue";
|
||||
this.panelRoValue.Size = new System.Drawing.Size(301, 32);
|
||||
this.panelRoValue.Size = new System.Drawing.Size(311, 27);
|
||||
this.panelRoValue.TabIndex = 8;
|
||||
//
|
||||
// tbROValue
|
||||
//
|
||||
this.tbROValue.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.tbROValue.Border.Class = "TextBoxBorder";
|
||||
this.tbROValue.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tbROValue.Location = new System.Drawing.Point(67, 0);
|
||||
this.tbROValue.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.tbROValue.Location = new System.Drawing.Point(64, 0);
|
||||
this.tbROValue.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbROValue.Name = "tbROValue";
|
||||
this.tbROValue.Size = new System.Drawing.Size(234, 22);
|
||||
this.tbROValue.ReadOnly = true;
|
||||
this.tbROValue.Size = new System.Drawing.Size(247, 22);
|
||||
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" +
|
||||
"lue.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 135)));
|
||||
this.tbROValue.TabIndex = 7;
|
||||
this.tbROValue.WatermarkText = "Select RO Below";
|
||||
this.tbROValue.WordWrap = false;
|
||||
//
|
||||
// lblROValue
|
||||
//
|
||||
@@ -134,20 +187,27 @@ namespace Volian.Controls.Library
|
||||
this.lblROValue.Location = new System.Drawing.Point(0, 0);
|
||||
this.lblROValue.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.lblROValue.Name = "lblROValue";
|
||||
this.lblROValue.Size = new System.Drawing.Size(67, 32);
|
||||
this.lblROValue.Size = new System.Drawing.Size(64, 27);
|
||||
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" +
|
||||
"lue.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 135)));
|
||||
this.lblROValue.TabIndex = 6;
|
||||
this.lblROValue.Text = "RO Value:";
|
||||
this.lblROValue.TextLineAlignment = System.Drawing.StringAlignment.Near;
|
||||
//
|
||||
// superTooltip1
|
||||
//
|
||||
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
||||
//
|
||||
// DisplayRO
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.panelValue);
|
||||
this.Controls.Add(this.tvROFST);
|
||||
this.Controls.Add(this.panelValue);
|
||||
this.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.Name = "DisplayRO";
|
||||
this.Size = new System.Drawing.Size(301, 624);
|
||||
this.Size = new System.Drawing.Size(311, 624);
|
||||
this.panelValue.ResumeLayout(false);
|
||||
this.pnlROButtons.ResumeLayout(false);
|
||||
this.panelRoValue.ResumeLayout(false);
|
||||
@@ -165,5 +225,9 @@ namespace Volian.Controls.Library
|
||||
private System.Windows.Forms.Panel pnlROButtons;
|
||||
private DevComponents.DotNetBar.ButtonX btnCancelRO;
|
||||
private DevComponents.DotNetBar.ButtonX btnSaveRO;
|
||||
private DevComponents.DotNetBar.ButtonX btnPreviewRO;
|
||||
private DevComponents.DotNetBar.LabelX labelX1;
|
||||
private DevComponents.DotNetBar.LabelX lbROId;
|
||||
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user