Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

deactivate XML export in GUI

parent 2423b903
Branches
Tags
No related merge requests found
...@@ -1079,6 +1079,7 @@ Partial Class GearboxForm ...@@ -1079,6 +1079,7 @@ Partial Class GearboxForm
Me.btnExportXML.TabIndex = 9 Me.btnExportXML.TabIndex = 9
Me.btnExportXML.Text = "Exp. Gearbox as XML" Me.btnExportXML.Text = "Exp. Gearbox as XML"
Me.btnExportXML.UseVisualStyleBackColor = true Me.btnExportXML.UseVisualStyleBackColor = true
Me.btnExportXML.Visible = false
' '
'btnExportAxlGearXML 'btnExportAxlGearXML
' '
...@@ -1088,6 +1089,7 @@ Partial Class GearboxForm ...@@ -1088,6 +1089,7 @@ Partial Class GearboxForm
Me.btnExportAxlGearXML.TabIndex = 10 Me.btnExportAxlGearXML.TabIndex = 10
Me.btnExportAxlGearXML.Text = "Exp. AxlGear as XML" Me.btnExportAxlGearXML.Text = "Exp. AxlGear as XML"
Me.btnExportAxlGearXML.UseVisualStyleBackColor = true Me.btnExportAxlGearXML.UseVisualStyleBackColor = true
Me.btnExportAxlGearXML.Visible = false
' '
'GearboxForm 'GearboxForm
' '
......
...@@ -238,6 +238,7 @@ Partial Class MainForm ...@@ -238,6 +238,7 @@ Partial Class MainForm
Me.btnExportXML.TabIndex = 22 Me.btnExportXML.TabIndex = 22
Me.btnExportXML.Text = "Export as XML" Me.btnExportXML.Text = "Export as XML"
Me.btnExportXML.UseVisualStyleBackColor = True Me.btnExportXML.UseVisualStyleBackColor = True
Me.btnExportXML.Visible = false
' '
'Label6 'Label6
' '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment