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

Skip to content
Snippets Groups Projects
Commit 6467074d authored by Michael KRISPER's avatar Michael KRISPER
Browse files

JobEditor: BusAux-Panel is disabled by default

parent f8b87adc
No related branches found
No related tags found
No related merge requests found
......@@ -830,6 +830,7 @@ Partial Class VectoJobForm
Me.pnBusAux.Controls.Add(Me.tbBusAuxParams)
Me.pnBusAux.Controls.Add(Me.btnBrowsBusAuxParams)
Me.pnBusAux.Location = New System.Drawing.Point(6, 40)
Me.pnBusAux.Enabled = false
Me.pnBusAux.Name = "pnBusAux"
Me.pnBusAux.Size = New System.Drawing.Size(503, 26)
Me.pnBusAux.TabIndex = 16
......
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