130 lines
4.7 KiB
C#
130 lines
4.7 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class DisplayRO
|
|
{
|
|
/// <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 Component 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.tvROFST = new System.Windows.Forms.TreeView();
|
|
this.panelValue = new System.Windows.Forms.Panel();
|
|
this.panelRoValue = new System.Windows.Forms.Panel();
|
|
this.tbROValue = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.lblROValue = new DevComponents.DotNetBar.LabelX();
|
|
this.btnInsertRO = new DevComponents.DotNetBar.ButtonX();
|
|
this.panelValue.SuspendLayout();
|
|
this.panelRoValue.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.Location = new System.Drawing.Point(0, 52);
|
|
this.tvROFST.Name = "tvROFST";
|
|
this.tvROFST.Size = new System.Drawing.Size(226, 455);
|
|
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.panelRoValue);
|
|
this.panelValue.Controls.Add(this.btnInsertRO);
|
|
this.panelValue.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelValue.Location = new System.Drawing.Point(0, 0);
|
|
this.panelValue.Name = "panelValue";
|
|
this.panelValue.Size = new System.Drawing.Size(226, 53);
|
|
this.panelValue.TabIndex = 7;
|
|
//
|
|
// panelRoValue
|
|
//
|
|
this.panelRoValue.Controls.Add(this.tbROValue);
|
|
this.panelRoValue.Controls.Add(this.lblROValue);
|
|
this.panelRoValue.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelRoValue.Location = new System.Drawing.Point(0, 0);
|
|
this.panelRoValue.Name = "panelRoValue";
|
|
this.panelRoValue.Size = new System.Drawing.Size(226, 25);
|
|
this.panelRoValue.TabIndex = 8;
|
|
//
|
|
// tbROValue
|
|
//
|
|
this.tbROValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
//
|
|
//
|
|
//
|
|
this.tbROValue.Border.Class = "TextBoxBorder";
|
|
this.tbROValue.Location = new System.Drawing.Point(54, 0);
|
|
this.tbROValue.Name = "tbROValue";
|
|
this.tbROValue.Size = new System.Drawing.Size(167, 25);
|
|
this.tbROValue.TabIndex = 7;
|
|
//
|
|
// lblROValue
|
|
//
|
|
this.lblROValue.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.lblROValue.Location = new System.Drawing.Point(0, 0);
|
|
this.lblROValue.Name = "lblROValue";
|
|
this.lblROValue.Size = new System.Drawing.Size(59, 25);
|
|
this.lblROValue.TabIndex = 6;
|
|
this.lblROValue.Text = "RO Value:";
|
|
//
|
|
// btnInsertRO
|
|
//
|
|
this.btnInsertRO.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnInsertRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btnInsertRO.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.btnInsertRO.Location = new System.Drawing.Point(0, 27);
|
|
this.btnInsertRO.Name = "btnInsertRO";
|
|
this.btnInsertRO.Size = new System.Drawing.Size(226, 26);
|
|
this.btnInsertRO.TabIndex = 7;
|
|
this.btnInsertRO.Text = "Select RO";
|
|
//
|
|
// DisplayRO
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panelValue);
|
|
this.Controls.Add(this.tvROFST);
|
|
this.Name = "DisplayRO";
|
|
this.Size = new System.Drawing.Size(226, 507);
|
|
this.panelValue.ResumeLayout(false);
|
|
this.panelRoValue.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TreeView tvROFST;
|
|
private System.Windows.Forms.Panel panelValue;
|
|
private DevComponents.DotNetBar.ButtonX btnInsertRO;
|
|
private System.Windows.Forms.Panel panelRoValue;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX tbROValue;
|
|
private DevComponents.DotNetBar.LabelX lblROValue;
|
|
}
|
|
}
|