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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user