This commit is contained in:
17
PROMS/DataLoader/frmLoader.Designer.cs
generated
17
PROMS/DataLoader/frmLoader.Designer.cs
generated
@@ -73,6 +73,7 @@ namespace DataLoader
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.tsslError = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||
this.sc.Panel1.SuspendLayout();
|
||||
this.sc.Panel2.SuspendLayout();
|
||||
this.sc.SuspendLayout();
|
||||
@@ -89,6 +90,7 @@ namespace DataLoader
|
||||
//
|
||||
// sc.Panel1
|
||||
//
|
||||
this.sc.Panel1.Controls.Add(this.checkBox1);
|
||||
this.sc.Panel1.Controls.Add(this.tbxBackupFileName);
|
||||
this.sc.Panel1.Controls.Add(this.lblBackupName);
|
||||
this.sc.Panel1.Controls.Add(this.lblProms16BitLoc);
|
||||
@@ -585,6 +587,20 @@ namespace DataLoader
|
||||
this.tsslError.Text = "No Errors";
|
||||
this.tsslError.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
//
|
||||
// checkBox1
|
||||
//
|
||||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.Checked = true;
|
||||
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.checkBox1.Location = new System.Drawing.Point(716, 95);
|
||||
this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(87, 21);
|
||||
this.checkBox1.TabIndex = 85;
|
||||
this.checkBox1.Text = "Red PDF";
|
||||
this.checkBox1.UseVisualStyleBackColor = true;
|
||||
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||||
//
|
||||
// frmLoader
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
@@ -653,5 +669,6 @@ namespace DataLoader
|
||||
private System.Windows.Forms.Label lblProms16BitLoc;
|
||||
private System.Windows.Forms.TextBox tbxBackupFileName;
|
||||
private System.Windows.Forms.Label lblBackupName;
|
||||
private System.Windows.Forms.CheckBox checkBox1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user