B2022-083: Support Conditional RO Values (v2.1) [Part-2]

This commit is contained in:
Jake
2022-07-28 10:03:07 +00:00
parent bcbc52c774
commit 6dff9463ad
10 changed files with 2722 additions and 735 deletions

View File

@@ -47,7 +47,7 @@ namespace VEPROMS
this.lblStatus.Location = new System.Drawing.Point(9, 17);
this.lblStatus.Margin = new System.Windows.Forms.Padding(2);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(228, 19);
this.lblStatus.Size = new System.Drawing.Size(542, 19);
this.lblStatus.TabIndex = 0;
this.lblStatus.Text = "Ready";
//
@@ -60,7 +60,7 @@ namespace VEPROMS
this.pb.Location = new System.Drawing.Point(9, 53);
this.pb.Margin = new System.Windows.Forms.Padding(2);
this.pb.Name = "pb";
this.pb.Size = new System.Drawing.Size(541, 19);
this.pb.Size = new System.Drawing.Size(716, 19);
this.pb.TabIndex = 1;
this.pb.TextVisible = true;
//
@@ -72,7 +72,7 @@ namespace VEPROMS
//
this.btnOpenFolder.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnOpenFolder.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnOpenFolder.Location = new System.Drawing.Point(473, 23);
this.btnOpenFolder.Location = new System.Drawing.Point(643, 17);
this.btnOpenFolder.Margin = new System.Windows.Forms.Padding(2);
this.btnOpenFolder.Name = "btnOpenFolder";
this.btnOpenFolder.Size = new System.Drawing.Size(77, 19);
@@ -86,7 +86,7 @@ namespace VEPROMS
//
this.btnOpenPDF.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnOpenPDF.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnOpenPDF.Location = new System.Drawing.Point(394, 23);
this.btnOpenPDF.Location = new System.Drawing.Point(564, 17);
this.btnOpenPDF.Margin = new System.Windows.Forms.Padding(2);
this.btnOpenPDF.Name = "btnOpenPDF";
this.btnOpenPDF.Size = new System.Drawing.Size(75, 19);
@@ -100,7 +100,7 @@ namespace VEPROMS
//
this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnCancel.Location = new System.Drawing.Point(453, 21);
this.btnCancel.Location = new System.Drawing.Point(623, 17);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(77, 19);
@@ -114,7 +114,7 @@ namespace VEPROMS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(559, 84);
this.ClientSize = new System.Drawing.Size(736, 84);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOpenPDF);
this.Controls.Add(this.btnOpenFolder);