Remove options to save and restore with Audit History

This commit is contained in:
Rich 2015-10-27 16:17:17 +00:00
parent a593257faa
commit 9b54691fee

View File

@ -367,6 +367,8 @@ namespace VEPROMS
this.cbxExportAudits.TabIndex = 13; this.cbxExportAudits.TabIndex = 13;
this.cbxExportAudits.Text = "Include Audit History"; this.cbxExportAudits.Text = "Include Audit History";
this.cbxExportAudits.UseVisualStyleBackColor = true; this.cbxExportAudits.UseVisualStyleBackColor = true;
this.cbxExportAudits.Checked = false;
this.cbxExportAudits.Visible = false;
// //
// cbxImportAudits // cbxImportAudits
// //
@ -377,6 +379,8 @@ namespace VEPROMS
this.cbxImportAudits.TabIndex = 19; this.cbxImportAudits.TabIndex = 19;
this.cbxImportAudits.Text = "Include Audit History (if available)"; this.cbxImportAudits.Text = "Include Audit History (if available)";
this.cbxImportAudits.UseVisualStyleBackColor = true; this.cbxImportAudits.UseVisualStyleBackColor = true;
this.cbxImportAudits.Checked = false;
this.cbxImportAudits.Visible = false;
// //
// dlgExportImport // dlgExportImport
// //