Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VECTO Sim Tobia
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VECTO
Guests
VECTO Sim Tobia
Commits
99c2cc34
Commit
99c2cc34
authored
8 years ago
by
Markus QUARITSCH
Browse files
Options
Downloads
Patches
Plain Diff
fixes in gui
parent
571466ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VECTO/GUI/VectoJobForm.vb
+9
-7
9 additions, 7 deletions
VECTO/GUI/VectoJobForm.vb
VECTO/GUI/VehicleForm.vb
+2
-1
2 additions, 1 deletion
VECTO/GUI/VehicleForm.vb
with
11 additions
and
8 deletions
VECTO/GUI/VectoJobForm.vb
+
9
−
7
View file @
99c2cc34
...
...
@@ -449,13 +449,15 @@ Public Class VectoJobForm
End
If
Dim
sb
As
ICycleData
For
Each
sb
In
vectoJob
.
Cycles
Dim
lv0
As
ListViewItem
=
New
ListViewItem
lv0
.
Text
=
GetRelativePath
(
sb
.
CycleData
.
Source
,
Path
.
GetDirectoryName
(
Path
.
GetFullPath
(
file
)))
'sb.Name
LvCycles
.
Items
.
Add
(
lv0
)
Next
Try
Dim
sb
As
ICycleData
For
Each
sb
In
vectoJob
.
Cycles
Dim
lv0
As
ListViewItem
=
New
ListViewItem
lv0
.
Text
=
GetRelativePath
(
sb
.
CycleData
.
Source
,
Path
.
GetDirectoryName
(
Path
.
GetFullPath
(
file
)))
'sb.Name
LvCycles
.
Items
.
Add
(
lv0
)
Next
Catch
ex
As
Exception
End
Try
CbEngOnly
.
Checked
=
vectoJob
.
EngineOnlyMode
If
driver
.
OverSpeedEcoRoll
.
Mode
=
DriverMode
.
EcoRoll
Then
...
...
This diff is collapsed.
Click to expand it.
VECTO/GUI/VehicleForm.vb
+
2
−
1
View file @
99c2cc34
...
...
@@ -339,6 +339,7 @@ Public Class VehicleForm
End
Select
End
If
_vehFile
=
file
Dim
basePath
As
String
=
Path
.
GetDirectoryName
(
file
)
CbCat
.
SelectedValue
=
vehicle
.
VehicleCategory
CbAxleConfig
.
SelectedValue
=
vehicle
.
AxleConfiguration
...
...
@@ -396,7 +397,7 @@ Public Class VehicleForm
VehicleFileBrowser
.
UpdateHistory
(
file
)
Text
=
GetFilenameWithoutPath
(
file
,
True
)
LbStatus
.
Text
=
""
_vehFile
=
file
Activate
()
_changed
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment