Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 749a5d6c authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Pull request #257: deactivate XML export in GUI

Merge in VECTO/vecto-dev from VECTO/mq_vecto-dev:bugfix/VECTO-1658-xml-export-for-dual-fuel-don-t-work-properly to develop

* commit 'fed55cf1':
  deactivate XML export in GUI
parents 2423b903 fed55cf1
No related branches found
No related tags found
No related merge requests found
......@@ -1079,6 +1079,7 @@ Partial Class GearboxForm
Me.btnExportXML.TabIndex = 9
Me.btnExportXML.Text = "Exp. Gearbox as XML"
Me.btnExportXML.UseVisualStyleBackColor = true
Me.btnExportXML.Visible = false
'
'btnExportAxlGearXML
'
......@@ -1088,6 +1089,7 @@ Partial Class GearboxForm
Me.btnExportAxlGearXML.TabIndex = 10
Me.btnExportAxlGearXML.Text = "Exp. AxlGear as XML"
Me.btnExportAxlGearXML.UseVisualStyleBackColor = true
Me.btnExportAxlGearXML.Visible = false
'
'GearboxForm
'
......
......@@ -238,6 +238,7 @@ Partial Class MainForm
Me.btnExportXML.TabIndex = 22
Me.btnExportXML.Text = "Export as XML"
Me.btnExportXML.UseVisualStyleBackColor = True
Me.btnExportXML.Visible = false
'
'Label6
'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment