Added code to handle importing a procedure with different RO folder
Added code to sort Administrative Tools Added code to improve how the controls align when using a lower DPI screen resolution Added code to refresh progress bar when updating RO's
This commit is contained in:
@@ -119,7 +119,7 @@ namespace VEPROMS
|
||||
this.lblWarning.Location = new System.Drawing.Point(5, 175);
|
||||
this.lblWarning.Name = "lblWarning";
|
||||
this.lblWarning.Size = new System.Drawing.Size(290, 38);
|
||||
this.lblWarning.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||
this.lblWarning.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
||||
this.lblWarning.TabIndex = 4;
|
||||
this.lblWarning.Visible = false;
|
||||
//
|
||||
@@ -128,7 +128,7 @@ namespace VEPROMS
|
||||
this.lblDescription.Location = new System.Drawing.Point(5, 66);
|
||||
this.lblDescription.Name = "lblDescription";
|
||||
this.lblDescription.Size = new System.Drawing.Size(290, 109);
|
||||
this.lblDescription.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||
this.lblDescription.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right | System.Windows.Forms.AnchorStyles.Bottom;
|
||||
this.lblDescription.TabIndex = 3;
|
||||
//
|
||||
// lblCaption
|
||||
@@ -137,7 +137,7 @@ namespace VEPROMS
|
||||
this.lblCaption.Location = new System.Drawing.Point(5, 48);
|
||||
this.lblCaption.Name = "lblCaption";
|
||||
this.lblCaption.Size = new System.Drawing.Size(290, 19);
|
||||
this.lblCaption.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||
this.lblCaption.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||
this.lblCaption.TabIndex = 2;
|
||||
this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
@@ -283,7 +283,7 @@ namespace VEPROMS
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(155, 15);
|
||||
this.label5.Location = new System.Drawing.Point(105, 15);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(18, 13);
|
||||
this.label5.TabIndex = 5;
|
||||
@@ -293,10 +293,11 @@ namespace VEPROMS
|
||||
//
|
||||
this.dtpTime.CustomFormat = "HH:mm";
|
||||
this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.dtpTime.Location = new System.Drawing.Point(179, 9);
|
||||
this.dtpTime.Location = new System.Drawing.Point(129, 9);
|
||||
this.dtpTime.Name = "dtpTime";
|
||||
this.dtpTime.ShowUpDown = true;
|
||||
this.dtpTime.Size = new System.Drawing.Size(98, 20);
|
||||
this.dtpTime.Size = new System.Drawing.Size(140, 20);
|
||||
this.dtpTime.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||
this.dtpTime.TabIndex = 4;
|
||||
//
|
||||
// dtpDate
|
||||
@@ -304,7 +305,7 @@ namespace VEPROMS
|
||||
this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
||||
this.dtpDate.Location = new System.Drawing.Point(9, 9);
|
||||
this.dtpDate.Name = "dtpDate";
|
||||
this.dtpDate.Size = new System.Drawing.Size(140, 20);
|
||||
this.dtpDate.Size = new System.Drawing.Size(90, 20);
|
||||
this.dtpDate.TabIndex = 3;
|
||||
//
|
||||
// btnRefresh
|
||||
|
Reference in New Issue
Block a user