Added logic so that FormatUpdate doesn’t work in production mode

Added Folder Browser to select Format Folder
Added FormatFolder setting to update formats
This commit is contained in:
Rich
2012-04-20 15:17:38 +00:00
parent ed896b70c1
commit 31b5ba8c7b
5 changed files with 40 additions and 3 deletions

View File

@@ -114,6 +114,7 @@ namespace VEPROMS
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tc = new Volian.Controls.Library.DisplayTabControl();
this.fbd = new System.Windows.Forms.FolderBrowserDialog();
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
this.bottomBar.SuspendLayout();
this.epAnnotations.SuspendLayout();
@@ -1434,6 +1435,7 @@ namespace VEPROMS
private DevComponents.DotNetBar.TabItem infotabHistory;
private Volian.Controls.Library.DisplayHistory displayHistory;
private DevComponents.DotNetBar.ButtonItem btnUpdateFormats;
private System.Windows.Forms.FolderBrowserDialog fbd;
}
}