This commit is contained in:
45
PROMS/Volian.Controls.Library/DisplayRO.Designer.cs
generated
45
PROMS/Volian.Controls.Library/DisplayRO.Designer.cs
generated
@@ -44,12 +44,13 @@ 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)));
|
||||
| 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.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(226, 455);
|
||||
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);
|
||||
@@ -60,8 +61,9 @@ namespace Volian.Controls.Library
|
||||
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(226, 53);
|
||||
this.panelValue.Size = new System.Drawing.Size(301, 65);
|
||||
this.panelValue.TabIndex = 7;
|
||||
//
|
||||
// pnlROButtons
|
||||
@@ -69,19 +71,21 @@ namespace Volian.Controls.Library
|
||||
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.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(226, 28);
|
||||
this.pnlROButtons.Size = new System.Drawing.Size(301, 33);
|
||||
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.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(84, 27);
|
||||
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);
|
||||
@@ -92,8 +96,9 @@ namespace Volian.Controls.Library
|
||||
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(78, 28);
|
||||
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);
|
||||
@@ -104,8 +109,9 @@ namespace Volian.Controls.Library
|
||||
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(226, 25);
|
||||
this.panelRoValue.Size = new System.Drawing.Size(301, 32);
|
||||
this.panelRoValue.TabIndex = 8;
|
||||
//
|
||||
// tbROValue
|
||||
@@ -115,28 +121,33 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
this.tbROValue.Border.Class = "TextBoxBorder";
|
||||
this.tbROValue.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tbROValue.Location = new System.Drawing.Point(59, 0);
|
||||
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(167, 20);
|
||||
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(59, 25);
|
||||
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(6F, 13F);
|
||||
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(226, 507);
|
||||
this.Size = new System.Drawing.Size(301, 624);
|
||||
this.panelValue.ResumeLayout(false);
|
||||
this.pnlROButtons.ResumeLayout(false);
|
||||
this.panelRoValue.ResumeLayout(false);
|
||||
|
Reference in New Issue
Block a user