increase PSI labels width
Add argument to fmrPDFStatusForm call for pagenum transition processing (B2015-053) Add argument for pagenum transition processing (B2015-053) Add panel/scroll bar for PSI that has many fields (on larger font display, could not access bottommost) (B2015-051) Add property for tracking of pagenum transitions (B2015-053) For section list, use section default (procedure steps) if transition format has user interface of ‘SectDefault’. (B2015-052) Pagenum transition processing – add 3rd pass for fix. (B2015-053)
This commit is contained in:
29
PROMS/VEPROMS User Interface/frmPSI.Designer.cs
generated
29
PROMS/VEPROMS User Interface/frmPSI.Designer.cs
generated
@@ -30,15 +30,16 @@ namespace VEPROMS
|
||||
{
|
||||
this.btnOk = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.panelPSI = new System.Windows.Forms.Panel();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnOk
|
||||
//
|
||||
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btnOk.Location = new System.Drawing.Point(9, 180);
|
||||
this.btnOk.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnOk.Location = new System.Drawing.Point(12, 222);
|
||||
this.btnOk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnOk.Name = "btnOk";
|
||||
this.btnOk.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOk.TabIndex = 0;
|
||||
this.btnOk.Text = "Ok";
|
||||
this.btnOk.UseVisualStyleBackColor = true;
|
||||
@@ -46,24 +47,33 @@ namespace VEPROMS
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.Location = new System.Drawing.Point(82, 180);
|
||||
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.btnCancel.Location = new System.Drawing.Point(109, 222);
|
||||
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(56, 19);
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnCancel.TabIndex = 1;
|
||||
this.btnCancel.Text = "Cancel";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
//
|
||||
// panelPSI
|
||||
//
|
||||
this.panelPSI.AutoScroll = true;
|
||||
this.panelPSI.Location = new System.Drawing.Point(12, 12);
|
||||
this.panelPSI.Name = "panelPSI";
|
||||
this.panelPSI.Size = new System.Drawing.Size(349, 205);
|
||||
this.panelPSI.TabIndex = 2;
|
||||
//
|
||||
// frmPSI
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoSize = true;
|
||||
this.ClientSize = new System.Drawing.Size(280, 209);
|
||||
this.ClientSize = new System.Drawing.Size(373, 257);
|
||||
this.Controls.Add(this.panelPSI);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnOk);
|
||||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "frmPSI";
|
||||
this.Text = "frmPSI";
|
||||
this.TopMost = true;
|
||||
@@ -75,5 +85,6 @@ namespace VEPROMS
|
||||
|
||||
private System.Windows.Forms.Button btnOk;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
private System.Windows.Forms.Panel panelPSI;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user