From 9b54691feee9f9f88b0dfcaa8ccb57b88b95d22c Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 27 Oct 2015 16:17:17 +0000 Subject: [PATCH] Remove options to save and restore with Audit History --- PROMS/VEPROMS User Interface/dlgExportImport.designer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PROMS/VEPROMS User Interface/dlgExportImport.designer.cs b/PROMS/VEPROMS User Interface/dlgExportImport.designer.cs index 292d6320..50a0369c 100644 --- a/PROMS/VEPROMS User Interface/dlgExportImport.designer.cs +++ b/PROMS/VEPROMS User Interface/dlgExportImport.designer.cs @@ -367,6 +367,8 @@ namespace VEPROMS this.cbxExportAudits.TabIndex = 13; this.cbxExportAudits.Text = "Include Audit History"; this.cbxExportAudits.UseVisualStyleBackColor = true; + this.cbxExportAudits.Checked = false; + this.cbxExportAudits.Visible = false; // // cbxImportAudits // @@ -377,6 +379,8 @@ namespace VEPROMS this.cbxImportAudits.TabIndex = 19; this.cbxImportAudits.Text = "Include Audit History (if available)"; this.cbxImportAudits.UseVisualStyleBackColor = true; + this.cbxImportAudits.Checked = false; + this.cbxImportAudits.Visible = false; // // dlgExportImport //