namespace Volian.Controls.Library { partial class DisplayRO { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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, 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.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.Name = "panelValue"; this.panelValue.Size = new System.Drawing.Size(226, 53); 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, 25); this.pnlROButtons.Name = "pnlROButtons"; this.pnlROButtons.Size = new System.Drawing.Size(226, 28); this.pnlROButtons.TabIndex = 9; // // btnCancelRO // this.btnCancelRO.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancelRO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancelRO.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancelRO.Location = new System.Drawing.Point(142, 0); this.btnCancelRO.Name = "btnCancelRO"; this.btnCancelRO.Size = new System.Drawing.Size(84, 27); 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.Name = "btnSaveRO"; this.btnSaveRO.Size = new System.Drawing.Size(78, 28); 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.Name = "panelRoValue"; this.panelRoValue.Size = new System.Drawing.Size(226, 25); 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(59, 0); this.tbROValue.Name = "tbROValue"; this.tbROValue.Size = new System.Drawing.Size(167, 20); 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:"; // // 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.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; } }