This commit is contained in:
parent
00e581bc62
commit
c5eb494668
48
PROMS/DataLoader/frmLoader.Designer.cs
generated
48
PROMS/DataLoader/frmLoader.Designer.cs
generated
@ -31,6 +31,8 @@ namespace DataLoader
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.sc = new System.Windows.Forms.SplitContainer();
|
||||
this.tbxBackupFileName = new System.Windows.Forms.TextBox();
|
||||
this.lblBackupName = new System.Windows.Forms.Label();
|
||||
this.lblProms16BitLoc = new System.Windows.Forms.Label();
|
||||
this.cbxOnlyThisSet = new System.Windows.Forms.CheckBox();
|
||||
this.btnLogLoc = new System.Windows.Forms.Button();
|
||||
@ -71,8 +73,6 @@ 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.lblBackupName = new System.Windows.Forms.Label();
|
||||
this.tbxBackupFileName = new System.Windows.Forms.TextBox();
|
||||
this.sc.Panel1.SuspendLayout();
|
||||
this.sc.Panel2.SuspendLayout();
|
||||
this.sc.SuspendLayout();
|
||||
@ -135,6 +135,28 @@ namespace DataLoader
|
||||
this.sc.SplitterDistance = 313;
|
||||
this.sc.TabIndex = 46;
|
||||
//
|
||||
// tbxBackupFileName
|
||||
//
|
||||
this.tbxBackupFileName.BackColor = System.Drawing.SystemColors.Info;
|
||||
this.tbxBackupFileName.Location = new System.Drawing.Point(137, 92);
|
||||
this.tbxBackupFileName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tbxBackupFileName.Name = "tbxBackupFileName";
|
||||
this.tbxBackupFileName.Size = new System.Drawing.Size(268, 22);
|
||||
this.tbxBackupFileName.TabIndex = 84;
|
||||
this.tbxBackupFileName.Text = "VEPROMS.bak";
|
||||
this.toolTip1.SetToolTip(this.tbxBackupFileName, "The file name that will be used in the backup and restore batch files\r\nthat will " +
|
||||
"be created in the same folder as the conversion log files.");
|
||||
//
|
||||
// lblBackupName
|
||||
//
|
||||
this.lblBackupName.AutoSize = true;
|
||||
this.lblBackupName.BackColor = System.Drawing.SystemColors.Info;
|
||||
this.lblBackupName.Location = new System.Drawing.Point(5, 95);
|
||||
this.lblBackupName.Name = "lblBackupName";
|
||||
this.lblBackupName.Size = new System.Drawing.Size(126, 17);
|
||||
this.lblBackupName.TabIndex = 83;
|
||||
this.lblBackupName.Text = "Backup File Name:";
|
||||
//
|
||||
// lblProms16BitLoc
|
||||
//
|
||||
this.lblProms16BitLoc.AutoSize = true;
|
||||
@ -563,28 +585,6 @@ namespace DataLoader
|
||||
this.tsslError.Text = "No Errors";
|
||||
this.tsslError.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||||
//
|
||||
// lblBackupName
|
||||
//
|
||||
this.lblBackupName.AutoSize = true;
|
||||
this.lblBackupName.BackColor = System.Drawing.SystemColors.Info;
|
||||
this.lblBackupName.Location = new System.Drawing.Point(5, 95);
|
||||
this.lblBackupName.Name = "lblBackupName";
|
||||
this.lblBackupName.Size = new System.Drawing.Size(126, 17);
|
||||
this.lblBackupName.TabIndex = 83;
|
||||
this.lblBackupName.Text = "Backup File Name:";
|
||||
//
|
||||
// tbxBackupFileName
|
||||
//
|
||||
this.tbxBackupFileName.BackColor = System.Drawing.SystemColors.Info;
|
||||
this.tbxBackupFileName.Location = new System.Drawing.Point(137, 92);
|
||||
this.tbxBackupFileName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tbxBackupFileName.Name = "tbxBackupFileName";
|
||||
this.tbxBackupFileName.Size = new System.Drawing.Size(268, 22);
|
||||
this.tbxBackupFileName.TabIndex = 84;
|
||||
this.tbxBackupFileName.Text = "VEPROMS.bck";
|
||||
this.toolTip1.SetToolTip(this.tbxBackupFileName, "The file name that will be used in the backup and restore batch files\r\nthat will " +
|
||||
"be created in the same folder as the conversion log files.");
|
||||
//
|
||||
// frmLoader
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
|
Loading…
x
Reference in New Issue
Block a user