This commit is contained in:
parent
40dcb9a2a3
commit
f8e5ccbea8
2
PROMS/DataLoader/frmLoader.Designer.cs
generated
2
PROMS/DataLoader/frmLoader.Designer.cs
generated
@ -154,7 +154,7 @@ namespace DataLoader
|
|||||||
this.tbVesamPath.Name = "tbVesamPath";
|
this.tbVesamPath.Name = "tbVesamPath";
|
||||||
this.tbVesamPath.Size = new System.Drawing.Size(469, 22);
|
this.tbVesamPath.Size = new System.Drawing.Size(469, 22);
|
||||||
this.tbVesamPath.TabIndex = 66;
|
this.tbVesamPath.TabIndex = 66;
|
||||||
this.tbVesamPath.Text = "c:\\16bit\\ve-proms\\vesam.opt";
|
this.tbVesamPath.Text = @"C:\16bit\Ve-proms\vesam.opt";
|
||||||
//
|
//
|
||||||
// btnVesam
|
// btnVesam
|
||||||
//
|
//
|
||||||
|
@ -91,7 +91,11 @@ namespace DataLoader
|
|||||||
tbSource.Text = @"G:\PROMSDAT\vehlp\procs";// South Texas EOPS
|
tbSource.Text = @"G:\PROMSDAT\vehlp\procs";// South Texas EOPS
|
||||||
//tbSource.Text = @"G:\PromsDat\VEHP1B\SAMGS.PRC";// South Texas STPNOC
|
//tbSource.Text = @"G:\PromsDat\VEHP1B\SAMGS.PRC";// South Texas STPNOC
|
||||||
break;
|
break;
|
||||||
default:
|
case "JOHN-VISTA":
|
||||||
|
tbSource.Text = @"C:\16bit\PROMSDAT\vehlp\procs";// South Texas EOPS
|
||||||
|
//tbSource.Text = @"G:\PromsDat\VEHP1B\SAMGS.PRC";// South Texas STPNOC
|
||||||
|
break;
|
||||||
|
default:
|
||||||
throw new Exception("Not configured for " + SystemInformation.ComputerName);
|
throw new Exception("Not configured for " + SystemInformation.ComputerName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user