170 lines
6.7 KiB
C#
170 lines
6.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.pnlROButtons = new System.Windows.Forms.Panel();
|
|
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.panelValue.SuspendLayout();
|
|
this.pnlROButtons.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.HideSelection = false;
|
|
this.tvROFST.Location = new System.Drawing.Point(0, 64);
|
|
this.tvROFST.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tvROFST.Name = "tvROFST";
|
|
this.tvROFST.Size = new System.Drawing.Size(300, 559);
|
|
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.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.TabIndex = 7;
|
|
//
|
|
// pnlROButtons
|
|
//
|
|
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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pnlROButtons.Name = "pnlROButtons";
|
|
this.pnlROButtons.Size = new System.Drawing.Size(301, 33);
|
|
this.pnlROButtons.TabIndex = 9;
|
|
//
|
|
// 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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCancelRO.Name = "btnCancelRO";
|
|
this.btnCancelRO.Size = new System.Drawing.Size(90, 33);
|
|
this.btnCancelRO.TabIndex = 9;
|
|
this.btnCancelRO.Text = "Cancel";
|
|
this.btnCancelRO.Click += new System.EventHandler(this.btnCancelRO_Click);
|
|
//
|
|
// btnSaveRO
|
|
//
|
|
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.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.TabIndex = 8;
|
|
this.btnSaveRO.Text = "Save RO";
|
|
this.btnSaveRO.Click += new System.EventHandler(this.btnSaveRO_Click);
|
|
//
|
|
// 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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panelRoValue.Name = "panelRoValue";
|
|
this.panelRoValue.Size = new System.Drawing.Size(301, 32);
|
|
this.panelRoValue.TabIndex = 8;
|
|
//
|
|
// tbROValue
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.tbROValue.Border.Class = "TextBoxBorder";
|
|
this.tbROValue.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbROValue.Location = new System.Drawing.Point(67, 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.TabIndex = 7;
|
|
//
|
|
// lblROValue
|
|
//
|
|
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.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.TabIndex = 6;
|
|
this.lblROValue.Text = "RO Value:";
|
|
this.lblROValue.TextLineAlignment = System.Drawing.StringAlignment.Near;
|
|
//
|
|
// 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.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "DisplayRO";
|
|
this.Size = new System.Drawing.Size(301, 624);
|
|
this.panelValue.ResumeLayout(false);
|
|
this.pnlROButtons.ResumeLayout(false);
|
|
this.panelRoValue.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TreeView tvROFST;
|
|
private System.Windows.Forms.Panel panelValue;
|
|
private System.Windows.Forms.Panel panelRoValue;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX tbROValue;
|
|
private DevComponents.DotNetBar.LabelX lblROValue;
|
|
private System.Windows.Forms.Panel pnlROButtons;
|
|
private DevComponents.DotNetBar.ButtonX btnCancelRO;
|
|
private DevComponents.DotNetBar.ButtonX btnSaveRO;
|
|
}
|
|
}
|