Newer
Older
Imports System.ComponentModel
Imports Microsoft.VisualBasic.CompilerServices
<DesignerGenerated()> _
Partial Class VectoJobForm
Inherits Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<DebuggerStepThrough()> _
Private Sub InitializeComponent()

Markus Quaritsch
committed
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(VectoJobForm))
Me.TabPgGen = New System.Windows.Forms.TabPage()
Me.GrCycles = New System.Windows.Forms.GroupBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.LvCycles = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.BtDRIrem = New System.Windows.Forms.Button()
Me.BtDRIadd = New System.Windows.Forms.Button()
Me.GrAux = New System.Windows.Forms.GroupBox()

Markus Quaritsch
committed
Me.Label9 = New System.Windows.Forms.Label()
Me.TbAuxPAdd = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()

Markus Quaritsch
committed
Me.btnAAUXOpen = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.btnBrowseAAUXFile = New System.Windows.Forms.Button()
Me.txtAdvancedAuxiliaryFile = New System.Windows.Forms.TextBox()
Me.picAuxInfo = New System.Windows.Forms.PictureBox()
Me.cboAdvancedAuxiliaries = New System.Windows.Forms.ComboBox()
Me.lbAdvancedAuxiliaries = New System.Windows.Forms.Label()
Me.Label32 = New System.Windows.Forms.Label()
Me.LvAux = New System.Windows.Forms.ListView()
Me.ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader5 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader6 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ButAuxRem = New System.Windows.Forms.Button()
Me.ButAuxAdd = New System.Windows.Forms.Button()
Me.TbGBX = New System.Windows.Forms.TextBox()
Me.TbENG = New System.Windows.Forms.TextBox()
Me.TbVEH = New System.Windows.Forms.TextBox()
Me.ButOpenGBX = New System.Windows.Forms.Button()
Me.ButOpenENG = New System.Windows.Forms.Button()
Me.ButOpenVEH = New System.Windows.Forms.Button()
Me.ButtonVEH = New System.Windows.Forms.Button()
Me.ButtonGBX = New System.Windows.Forms.Button()
Me.ButtonMAP = New System.Windows.Forms.Button()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPgDriver = New System.Windows.Forms.TabPage()
Me.GrVACC = New System.Windows.Forms.GroupBox()

Michael KRISPER
committed
Me.Label15 = New System.Windows.Forms.Label()

Markus Quaritsch
committed
Me.TbDesMaxFile = New System.Windows.Forms.TextBox()
Me.BtDesMaxBr = New System.Windows.Forms.Button()
Me.BtAccOpen = New System.Windows.Forms.Button()
Me.GrLAC = New System.Windows.Forms.GroupBox()
Me.pnLookAheadCoasting = New System.Windows.Forms.Panel()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.tbLacMinSpeed = New System.Windows.Forms.TextBox()
Me.btnDfVelocityDrop = New System.Windows.Forms.Button()
Me.Label12 = New System.Windows.Forms.Label()
Me.tbDfCoastingScale = New System.Windows.Forms.TextBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.tbDfCoastingOffset = New System.Windows.Forms.TextBox()
Me.tbLacDfTargetSpeedFile = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.btnDfTargetSpeed = New System.Windows.Forms.Button()
Me.tbLacPreviewFactor = New System.Windows.Forms.TextBox()
Me.tbLacDfVelocityDropFile = New System.Windows.Forms.TextBox()

Markus Quaritsch
committed
Me.CbLookAhead = New System.Windows.Forms.CheckBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()

Michael KRISPER
committed
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Label22 = New System.Windows.Forms.Label()
Me.TbUnderSpeed = New System.Windows.Forms.TextBox()
Me.Label20 = New System.Windows.Forms.Label()

Markus Quaritsch
committed
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Me.PnEcoRoll = New System.Windows.Forms.Panel()
Me.Label21 = New System.Windows.Forms.Label()
Me.Label14 = New System.Windows.Forms.Label()
Me.TbVmin = New System.Windows.Forms.TextBox()
Me.TbOverspeed = New System.Windows.Forms.TextBox()
Me.Label23 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.RdOverspeed = New System.Windows.Forms.RadioButton()
Me.RdOff = New System.Windows.Forms.RadioButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.ToolStripStatusLabelGEN = New System.Windows.Forms.ToolStripStatusLabel()
Me.ButOK = New System.Windows.Forms.Button()
Me.ButCancel = New System.Windows.Forms.Button()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.ToolStripBtNew = New System.Windows.Forms.ToolStripButton()
Me.ToolStripBtOpen = New System.Windows.Forms.ToolStripButton()
Me.ToolStripBtSave = New System.Windows.Forms.ToolStripButton()
Me.ToolStripBtSaveAs = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripBtSendTo = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.CbEngOnly = New System.Windows.Forms.CheckBox()
Me.CmOpenFile = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.OpenWithToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ShowInFolderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.PicVehicle = New System.Windows.Forms.PictureBox()
Me.PicBox = New System.Windows.Forms.PictureBox()
Me.TbEngTxt = New System.Windows.Forms.TextBox()
Me.TbVehCat = New System.Windows.Forms.TextBox()
Me.TbAxleConf = New System.Windows.Forms.TextBox()
Me.TbHVCclass = New System.Windows.Forms.TextBox()
Me.TbGbxTxt = New System.Windows.Forms.TextBox()
Me.TbMass = New System.Windows.Forms.TextBox()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.lblEngineCharacteristics = New System.Windows.Forms.Label()
Me.TabPgGen.SuspendLayout()
Me.GrCycles.SuspendLayout()
Me.GrAux.SuspendLayout()

Markus Quaritsch
committed
CType(Me.picAuxInfo, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControl1.SuspendLayout()
Me.TabPgDriver.SuspendLayout()
Me.GrVACC.SuspendLayout()
Me.GrLAC.SuspendLayout()
Me.pnLookAheadCoasting.SuspendLayout()
Me.GroupBox1.SuspendLayout()

Michael KRISPER
committed
Me.GroupBox2.SuspendLayout()
Me.PnEcoRoll.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()

Markus Quaritsch
committed
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.CmOpenFile.SuspendLayout()

Markus Quaritsch
committed
CType(Me.PicVehicle, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PicBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TabPgGen
'
Me.TabPgGen.Controls.Add(Me.GrCycles)
Me.TabPgGen.Controls.Add(Me.GrAux)
Me.TabPgGen.Controls.Add(Me.TbGBX)
Me.TabPgGen.Controls.Add(Me.TbENG)
Me.TabPgGen.Controls.Add(Me.TbVEH)
Me.TabPgGen.Controls.Add(Me.ButOpenGBX)
Me.TabPgGen.Controls.Add(Me.ButOpenENG)
Me.TabPgGen.Controls.Add(Me.ButOpenVEH)
Me.TabPgGen.Controls.Add(Me.ButtonVEH)
Me.TabPgGen.Controls.Add(Me.ButtonGBX)
Me.TabPgGen.Controls.Add(Me.ButtonMAP)

Markus Quaritsch
committed
Me.TabPgGen.Location = New System.Drawing.Point(4, 22)
Me.TabPgGen.Name = "TabPgGen"

Markus Quaritsch
committed
Me.TabPgGen.Padding = New System.Windows.Forms.Padding(3)

Michael KRISPER
committed
Me.TabPgGen.Size = New System.Drawing.Size(527, 487)
Me.TabPgGen.TabIndex = 0
Me.TabPgGen.Text = "General"
Me.TabPgGen.UseVisualStyleBackColor = True
'
'GrCycles
'

Michael KRISPER
committed
Me.GrCycles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _

Markus Quaritsch
committed
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GrCycles.Controls.Add(Me.Label2)
Me.GrCycles.Controls.Add(Me.LvCycles)
Me.GrCycles.Controls.Add(Me.BtDRIrem)
Me.GrCycles.Controls.Add(Me.BtDRIadd)

Michael KRISPER
committed
Me.GrCycles.Location = New System.Drawing.Point(6, 338)
Me.GrCycles.Name = "GrCycles"

Michael KRISPER
committed
Me.GrCycles.Size = New System.Drawing.Size(515, 138)
Me.GrCycles.TabIndex = 10
Me.GrCycles.TabStop = False
Me.GrCycles.Text = "Cycles"
'
'Label2
'

Michael KRISPER
committed
Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label2.AutoSize = True

Michael KRISPER
committed
Me.Label2.Location = New System.Drawing.Point(391, 109)
Me.Label2.Name = "Label2"

Michael KRISPER
committed
Me.Label2.Size = New System.Drawing.Size(118, 13)
Me.Label2.TabIndex = 3

Michael KRISPER
committed
Me.Label2.Text = "(Right-Click for Options)"
'
'LvCycles
'

Michael KRISPER
committed
Me.LvCycles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _

Markus Quaritsch
committed
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LvCycles.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1})
Me.LvCycles.FullRowSelect = True
Me.LvCycles.GridLines = True

Markus Quaritsch
committed
Me.LvCycles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
Me.LvCycles.HideSelection = False
Me.LvCycles.LabelEdit = True

Michael KRISPER
committed
Me.LvCycles.Location = New System.Drawing.Point(6, 19)
Me.LvCycles.MultiSelect = False
Me.LvCycles.Name = "LvCycles"

Michael KRISPER
committed
Me.LvCycles.Size = New System.Drawing.Size(503, 89)
Me.LvCycles.TabIndex = 0
Me.LvCycles.TabStop = False
Me.LvCycles.UseCompatibleStateImageBehavior = False

Markus Quaritsch
committed
Me.LvCycles.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "Cycle path"
Me.ColumnHeader1.Width = 470
'
'BtDRIrem
'

Michael KRISPER
committed
Me.BtDRIrem.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Markus Quaritsch
committed
Me.BtDRIrem.Image = Global.TUGraz.VECTO.My.Resources.Resources.minus_circle_icon

Michael KRISPER
committed
Me.BtDRIrem.Location = New System.Drawing.Point(29, 109)
Me.BtDRIrem.Name = "BtDRIrem"

Markus Quaritsch
committed
Me.BtDRIrem.Size = New System.Drawing.Size(24, 24)
Me.BtDRIrem.TabIndex = 2
Me.BtDRIrem.UseVisualStyleBackColor = True
'
'BtDRIadd
'

Michael KRISPER
committed
Me.BtDRIadd.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Markus Quaritsch
committed
Me.BtDRIadd.Image = Global.TUGraz.VECTO.My.Resources.Resources.plus_circle_icon

Michael KRISPER
committed
Me.BtDRIadd.Location = New System.Drawing.Point(5, 109)
Me.BtDRIadd.Name = "BtDRIadd"

Markus Quaritsch
committed
Me.BtDRIadd.Size = New System.Drawing.Size(24, 24)
Me.BtDRIadd.TabIndex = 1
Me.BtDRIadd.UseVisualStyleBackColor = True
'
'GrAux
'

Michael KRISPER
committed
Me.GrAux.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _

Markus Quaritsch
committed
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GrAux.Controls.Add(Me.Label9)
Me.GrAux.Controls.Add(Me.TbAuxPAdd)
Me.GrAux.Controls.Add(Me.Label8)
Me.GrAux.Controls.Add(Me.btnAAUXOpen)
Me.GrAux.Controls.Add(Me.Label1)
Me.GrAux.Controls.Add(Me.btnBrowseAAUXFile)
Me.GrAux.Controls.Add(Me.txtAdvancedAuxiliaryFile)
Me.GrAux.Controls.Add(Me.picAuxInfo)
Me.GrAux.Controls.Add(Me.cboAdvancedAuxiliaries)
Me.GrAux.Controls.Add(Me.lbAdvancedAuxiliaries)
Me.GrAux.Controls.Add(Me.Label32)
Me.GrAux.Controls.Add(Me.LvAux)
Me.GrAux.Controls.Add(Me.ButAuxRem)
Me.GrAux.Controls.Add(Me.ButAuxAdd)

Markus Quaritsch
committed
Me.GrAux.Location = New System.Drawing.Point(6, 87)
Me.GrAux.Name = "GrAux"

Michael KRISPER
committed
Me.GrAux.Size = New System.Drawing.Size(515, 245)
Me.GrAux.TabIndex = 9
Me.GrAux.TabStop = False
Me.GrAux.Text = "Auxiliaries"
'

Markus Quaritsch
committed
'Label9
'
Me.Label9.AutoSize = True

Michael KRISPER
committed
Me.Label9.Location = New System.Drawing.Point(191, 74)

Markus Quaritsch
committed
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(24, 13)
Me.Label9.TabIndex = 44
Me.Label9.Text = "[W]"
'
'TbAuxPAdd
'

Michael KRISPER
committed
Me.TbAuxPAdd.Location = New System.Drawing.Point(109, 71)

Markus Quaritsch
committed
Me.TbAuxPAdd.Name = "TbAuxPAdd"

Michael KRISPER
committed
Me.TbAuxPAdd.Size = New System.Drawing.Size(76, 20)

Markus Quaritsch
committed
Me.TbAuxPAdd.TabIndex = 43
'
'Label8
'
Me.Label8.AutoSize = True

Michael KRISPER
committed
Me.Label8.Location = New System.Drawing.Point(7, 74)

Markus Quaritsch
committed
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(97, 13)
Me.Label8.TabIndex = 42
Me.Label8.Text = "Constant Aux Load"
'
'btnAAUXOpen
'

Markus Quaritsch
committed
Me.btnAAUXOpen.Image = Global.TUGraz.VECTO.My.Resources.Resources.application_export_icon_small

Michael KRISPER
committed
Me.btnAAUXOpen.Location = New System.Drawing.Point(485, 43)
Me.btnAAUXOpen.Name = "btnAAUXOpen"

Markus Quaritsch
committed
Me.btnAAUXOpen.Size = New System.Drawing.Size(24, 24)
Me.btnAAUXOpen.TabIndex = 41
Me.btnAAUXOpen.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True

Michael KRISPER
committed
Me.Label1.Location = New System.Drawing.Point(8, 48)
Me.Label1.Name = "Label1"

Markus Quaritsch
committed
Me.Label1.Size = New System.Drawing.Size(96, 13)
Me.Label1.TabIndex = 40
Me.Label1.Text = "Advanced Aux File"
'
'btnBrowseAAUXFile
'

Markus Quaritsch
committed
Me.btnBrowseAAUXFile.Image = Global.TUGraz.VECTO.My.Resources.Resources.Open_icon

Michael KRISPER
committed
Me.btnBrowseAAUXFile.Location = New System.Drawing.Point(461, 43)
Me.btnBrowseAAUXFile.Name = "btnBrowseAAUXFile"

Markus Quaritsch
committed
Me.btnBrowseAAUXFile.Size = New System.Drawing.Size(24, 24)
Me.btnBrowseAAUXFile.TabIndex = 39
Me.ToolTip1.SetToolTip(Me.btnBrowseAAUXFile, "Configure/Browser Advanced Auxiliary Files")
Me.btnBrowseAAUXFile.UseVisualStyleBackColor = True
'
'txtAdvancedAuxiliaryFile
'

Michael KRISPER
committed
Me.txtAdvancedAuxiliaryFile.Location = New System.Drawing.Point(109, 45)
Me.txtAdvancedAuxiliaryFile.Name = "txtAdvancedAuxiliaryFile"

Michael KRISPER
committed
Me.txtAdvancedAuxiliaryFile.Size = New System.Drawing.Size(351, 20)
Me.txtAdvancedAuxiliaryFile.TabIndex = 38
'
'picAuxInfo
'

Markus Quaritsch
committed
Me.picAuxInfo.Image = Global.TUGraz.VECTO.My.Resources.Resources.Information_icon
Me.picAuxInfo.InitialImage = Global.TUGraz.VECTO.My.Resources.Resources.Information_icon

Michael KRISPER
committed
Me.picAuxInfo.Location = New System.Drawing.Point(463, 19)
Me.picAuxInfo.Name = "picAuxInfo"

Markus Quaritsch
committed
Me.picAuxInfo.Size = New System.Drawing.Size(16, 16)
Me.picAuxInfo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
Me.picAuxInfo.TabIndex = 37
Me.picAuxInfo.TabStop = False
'
'cboAdvancedAuxiliaries
'
Me.cboAdvancedAuxiliaries.FormattingEnabled = True

Michael KRISPER
committed
Me.cboAdvancedAuxiliaries.Location = New System.Drawing.Point(109, 18)
Me.cboAdvancedAuxiliaries.Name = "cboAdvancedAuxiliaries"

Michael KRISPER
committed
Me.cboAdvancedAuxiliaries.Size = New System.Drawing.Size(351, 21)
Me.cboAdvancedAuxiliaries.TabIndex = 36
'
'lbAdvancedAuxiliaries
'
Me.lbAdvancedAuxiliaries.AutoSize = True

Michael KRISPER
committed
Me.lbAdvancedAuxiliaries.Location = New System.Drawing.Point(32, 21)
Me.lbAdvancedAuxiliaries.Name = "lbAdvancedAuxiliaries"

Markus Quaritsch
committed
Me.lbAdvancedAuxiliaries.Size = New System.Drawing.Size(72, 13)
Me.lbAdvancedAuxiliaries.TabIndex = 35
Me.lbAdvancedAuxiliaries.Text = "Auxiliary Type"
'
'Label32
'

Michael KRISPER
committed
Me.Label32.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label32.AutoSize = True

Michael KRISPER
committed
Me.Label32.Location = New System.Drawing.Point(403, 217)
Me.Label32.Name = "Label32"

Markus Quaritsch
committed
Me.Label32.Size = New System.Drawing.Size(106, 13)
Me.Label32.TabIndex = 3
Me.Label32.Text = "(Double-Click to Edit)"
'
'LvAux
'

Michael KRISPER
committed
Me.LvAux.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _

Markus Quaritsch
committed
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LvAux.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader4, Me.ColumnHeader5, Me.ColumnHeader6})
Me.LvAux.FullRowSelect = True
Me.LvAux.GridLines = True
Me.LvAux.HideSelection = False
Me.LvAux.Location = New System.Drawing.Point(6, 103)
Me.LvAux.MultiSelect = False
Me.LvAux.Name = "LvAux"

Michael KRISPER
committed
Me.LvAux.Size = New System.Drawing.Size(503, 113)
Me.LvAux.TabIndex = 0
Me.LvAux.TabStop = False
Me.LvAux.UseCompatibleStateImageBehavior = False

Markus Quaritsch
committed
Me.LvAux.View = System.Windows.Forms.View.Details
'
'ColumnHeader4
'
Me.ColumnHeader4.Text = "ID"
Me.ColumnHeader4.Width = 45
'
'ColumnHeader5
'
Me.ColumnHeader5.Text = "Type"
Me.ColumnHeader5.Width = 108
'
'ColumnHeader6
'
Me.ColumnHeader6.Text = "Input File"
Me.ColumnHeader6.Width = 331
'
'ButAuxRem
'

Michael KRISPER
committed
Me.ButAuxRem.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Markus Quaritsch
committed
Me.ButAuxRem.Image = Global.TUGraz.VECTO.My.Resources.Resources.minus_circle_icon

Michael KRISPER
committed
Me.ButAuxRem.Location = New System.Drawing.Point(29, 217)
Me.ButAuxRem.Name = "ButAuxRem"

Markus Quaritsch
committed
Me.ButAuxRem.Size = New System.Drawing.Size(24, 24)
Me.ButAuxRem.TabIndex = 2
Me.ButAuxRem.UseVisualStyleBackColor = True
'
'ButAuxAdd
'

Michael KRISPER
committed
Me.ButAuxAdd.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Markus Quaritsch
committed
Me.ButAuxAdd.Image = Global.TUGraz.VECTO.My.Resources.Resources.plus_circle_icon

Michael KRISPER
committed
Me.ButAuxAdd.Location = New System.Drawing.Point(5, 217)
Me.ButAuxAdd.Name = "ButAuxAdd"

Markus Quaritsch
committed
Me.ButAuxAdd.Size = New System.Drawing.Size(24, 24)
Me.ButAuxAdd.TabIndex = 1
Me.ButAuxAdd.UseVisualStyleBackColor = True
'
'TbGBX
'

Markus Quaritsch
committed
Me.TbGBX.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TbGBX.Location = New System.Drawing.Point(84, 60)
Me.TbGBX.Name = "TbGBX"

Markus Quaritsch
committed
Me.TbGBX.Size = New System.Drawing.Size(411, 20)
Me.TbGBX.TabIndex = 7
'
'TbENG
'

Markus Quaritsch
committed
Me.TbENG.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TbENG.Location = New System.Drawing.Point(84, 33)
Me.TbENG.Name = "TbENG"

Markus Quaritsch
committed
Me.TbENG.Size = New System.Drawing.Size(411, 20)
Me.TbENG.TabIndex = 4
'
'TbVEH
'

Markus Quaritsch
committed
Me.TbVEH.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TbVEH.Location = New System.Drawing.Point(84, 7)
Me.TbVEH.Name = "TbVEH"

Markus Quaritsch
committed
Me.TbVEH.Size = New System.Drawing.Size(411, 20)
Me.TbVEH.TabIndex = 1
'
'ButOpenGBX
'

Markus Quaritsch
committed
Me.ButOpenGBX.Location = New System.Drawing.Point(6, 60)
Me.ButOpenGBX.Name = "ButOpenGBX"

Markus Quaritsch
committed
Me.ButOpenGBX.Size = New System.Drawing.Size(72, 21)
Me.ButOpenGBX.TabIndex = 6
Me.ButOpenGBX.TabStop = False
Me.ButOpenGBX.Text = "Gearbox"
Me.ButOpenGBX.UseVisualStyleBackColor = True
'
'ButOpenENG
'

Markus Quaritsch
committed
Me.ButOpenENG.Location = New System.Drawing.Point(6, 33)
Me.ButOpenENG.Name = "ButOpenENG"

Markus Quaritsch
committed
Me.ButOpenENG.Size = New System.Drawing.Size(72, 21)
Me.ButOpenENG.TabIndex = 3
Me.ButOpenENG.TabStop = False
Me.ButOpenENG.Text = "Engine"
Me.ButOpenENG.UseVisualStyleBackColor = True
'
'ButOpenVEH
'

Markus Quaritsch
committed
Me.ButOpenVEH.Location = New System.Drawing.Point(6, 6)
Me.ButOpenVEH.Name = "ButOpenVEH"

Markus Quaritsch
committed
Me.ButOpenVEH.Size = New System.Drawing.Size(72, 21)
Me.ButOpenVEH.TabIndex = 0
Me.ButOpenVEH.TabStop = False
Me.ButOpenVEH.Text = "Vehicle"
Me.ButOpenVEH.UseVisualStyleBackColor = True
'
'ButtonVEH
'

Markus Quaritsch
committed
Me.ButtonVEH.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ButtonVEH.Image = CType(resources.GetObject("ButtonVEH.Image"), System.Drawing.Image)
Me.ButtonVEH.Location = New System.Drawing.Point(496, 5)
Me.ButtonVEH.Name = "ButtonVEH"

Markus Quaritsch
committed
Me.ButtonVEH.Size = New System.Drawing.Size(24, 24)
Me.ButtonVEH.TabIndex = 2
Me.ButtonVEH.TabStop = False
Me.ButtonVEH.UseVisualStyleBackColor = True
'
'ButtonGBX
'

Markus Quaritsch
committed
Me.ButtonGBX.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ButtonGBX.Image = CType(resources.GetObject("ButtonGBX.Image"), System.Drawing.Image)
Me.ButtonGBX.Location = New System.Drawing.Point(496, 58)
Me.ButtonGBX.Name = "ButtonGBX"

Markus Quaritsch
committed
Me.ButtonGBX.Size = New System.Drawing.Size(24, 24)
Me.ButtonGBX.TabIndex = 8
Me.ButtonGBX.TabStop = False
Me.ButtonGBX.UseVisualStyleBackColor = True
'
'ButtonMAP
'

Markus Quaritsch
committed
Me.ButtonMAP.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ButtonMAP.Image = CType(resources.GetObject("ButtonMAP.Image"), System.Drawing.Image)
Me.ButtonMAP.Location = New System.Drawing.Point(496, 31)
Me.ButtonMAP.Name = "ButtonMAP"

Markus Quaritsch
committed
Me.ButtonMAP.Size = New System.Drawing.Size(24, 24)
Me.ButtonMAP.TabIndex = 5
Me.ButtonMAP.TabStop = False
Me.ButtonMAP.UseVisualStyleBackColor = True
'
'TabControl1
'

Markus Quaritsch
committed
Me.TabControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TabControl1.Controls.Add(Me.TabPgGen)
Me.TabControl1.Controls.Add(Me.TabPgDriver)

Markus Quaritsch
committed
Me.TabControl1.Location = New System.Drawing.Point(1, 107)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0

Michael KRISPER
committed
Me.TabControl1.Size = New System.Drawing.Size(535, 513)

Markus Quaritsch
committed
Me.TabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed
Me.TabControl1.TabIndex = 0
'
'TabPgDriver
'
Me.TabPgDriver.Controls.Add(Me.GrVACC)
Me.TabPgDriver.Controls.Add(Me.GrLAC)
Me.TabPgDriver.Controls.Add(Me.GroupBox1)

Markus Quaritsch
committed
Me.TabPgDriver.Location = New System.Drawing.Point(4, 22)
Me.TabPgDriver.Name = "TabPgDriver"

Markus Quaritsch
committed
Me.TabPgDriver.Padding = New System.Windows.Forms.Padding(3)

Michael KRISPER
committed
Me.TabPgDriver.Size = New System.Drawing.Size(527, 487)
Me.TabPgDriver.TabIndex = 7
Me.TabPgDriver.Text = "Driver Model"
Me.TabPgDriver.UseVisualStyleBackColor = True
'
'GrVACC
'

Michael KRISPER
committed
Me.GrVACC.Controls.Add(Me.Label15)
Me.GrVACC.Controls.Add(Me.TbDesMaxFile)
Me.GrVACC.Controls.Add(Me.BtDesMaxBr)
Me.GrVACC.Controls.Add(Me.BtAccOpen)
Me.GrVACC.Location = New System.Drawing.Point(9, 271)
Me.GrVACC.Name = "GrVACC"

Michael KRISPER
committed
Me.GrVACC.Size = New System.Drawing.Size(515, 69)
Me.GrVACC.TabIndex = 3
Me.GrVACC.TabStop = False
Me.GrVACC.Text = "Max. acceleration and brake curves"
'

Michael KRISPER
committed
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(3, 20)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(220, 13)
Me.Label15.TabIndex = 4
Me.Label15.Text = "Driver Acceleration/Deceleration File (.vacc):"
'
'TbDesMaxFile
'

Markus Quaritsch
committed
Me.TbDesMaxFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Michael KRISPER
committed
Me.TbDesMaxFile.Location = New System.Drawing.Point(6, 36)
Me.TbDesMaxFile.Name = "TbDesMaxFile"

Michael KRISPER
committed
Me.TbDesMaxFile.Size = New System.Drawing.Size(450, 20)
Me.TbDesMaxFile.TabIndex = 0
'
'BtDesMaxBr
'

Markus Quaritsch
committed
Me.BtDesMaxBr.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BtDesMaxBr.Image = Global.TUGraz.VECTO.My.Resources.Resources.Open_icon

Michael KRISPER
committed
Me.BtDesMaxBr.Location = New System.Drawing.Point(457, 34)
Me.BtDesMaxBr.Name = "BtDesMaxBr"

Markus Quaritsch
committed
Me.BtDesMaxBr.Size = New System.Drawing.Size(24, 24)
Me.BtDesMaxBr.TabIndex = 1
Me.BtDesMaxBr.UseVisualStyleBackColor = True
'
'BtAccOpen
'

Markus Quaritsch
committed
Me.BtAccOpen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BtAccOpen.Image = Global.TUGraz.VECTO.My.Resources.Resources.application_export_icon_small

Michael KRISPER
committed
Me.BtAccOpen.Location = New System.Drawing.Point(481, 34)
Me.BtAccOpen.Name = "BtAccOpen"

Markus Quaritsch
committed
Me.BtAccOpen.Size = New System.Drawing.Size(24, 24)
Me.BtAccOpen.TabIndex = 2
Me.BtAccOpen.TabStop = False
Me.BtAccOpen.UseVisualStyleBackColor = True
'
'GrLAC
'

Markus Quaritsch
committed
Me.GrLAC.Controls.Add(Me.pnLookAheadCoasting)
Me.GrLAC.Controls.Add(Me.CbLookAhead)
Me.GrLAC.Location = New System.Drawing.Point(9, 92)
Me.GrLAC.Name = "GrLAC"

Markus Quaritsch
committed
Me.GrLAC.Size = New System.Drawing.Size(514, 173)
Me.GrLAC.TabIndex = 2
Me.GrLAC.TabStop = False
Me.GrLAC.Text = "Look-Ahead Coasting"
'
'pnLookAheadCoasting
'
Me.pnLookAheadCoasting.Controls.Add(Me.Label7)
Me.pnLookAheadCoasting.Controls.Add(Me.Label6)
Me.pnLookAheadCoasting.Controls.Add(Me.tbLacMinSpeed)
Me.pnLookAheadCoasting.Controls.Add(Me.btnDfVelocityDrop)
Me.pnLookAheadCoasting.Controls.Add(Me.Label12)
Me.pnLookAheadCoasting.Controls.Add(Me.tbDfCoastingScale)
Me.pnLookAheadCoasting.Controls.Add(Me.Label11)
Me.pnLookAheadCoasting.Controls.Add(Me.Label3)
Me.pnLookAheadCoasting.Controls.Add(Me.tbDfCoastingOffset)
Me.pnLookAheadCoasting.Controls.Add(Me.tbLacDfTargetSpeedFile)
Me.pnLookAheadCoasting.Controls.Add(Me.Label10)
Me.pnLookAheadCoasting.Controls.Add(Me.Label4)
Me.pnLookAheadCoasting.Controls.Add(Me.Label5)
Me.pnLookAheadCoasting.Controls.Add(Me.btnDfTargetSpeed)
Me.pnLookAheadCoasting.Controls.Add(Me.tbLacPreviewFactor)
Me.pnLookAheadCoasting.Controls.Add(Me.tbLacDfVelocityDropFile)

Michael KRISPER
committed
Me.pnLookAheadCoasting.Location = New System.Drawing.Point(15, 19)
Me.pnLookAheadCoasting.Name = "pnLookAheadCoasting"

Michael KRISPER
committed
Me.pnLookAheadCoasting.Size = New System.Drawing.Size(493, 129)
Me.pnLookAheadCoasting.TabIndex = 20
'
'Label7
'
Me.Label7.AutoSize = True

Michael KRISPER
committed
Me.Label7.Location = New System.Drawing.Point(245, 6)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(38, 13)
Me.Label7.TabIndex = 4
Me.Label7.Text = "[km/h]"
'
'Label6
'
Me.Label6.AutoSize = True

Michael KRISPER
committed
Me.Label6.Location = New System.Drawing.Point(106, 5)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(67, 13)
Me.Label6.TabIndex = 33
Me.Label6.Text = "Min. Velocity"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'tbLacMinSpeed
'

Michael KRISPER
committed
Me.tbLacMinSpeed.Location = New System.Drawing.Point(179, 3)
Me.tbLacMinSpeed.Name = "tbLacMinSpeed"
Me.tbLacMinSpeed.Size = New System.Drawing.Size(64, 20)
Me.tbLacMinSpeed.TabIndex = 34
'
'btnDfVelocityDrop
'
Me.btnDfVelocityDrop.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnDfVelocityDrop.Image = CType(resources.GetObject("btnDfVelocityDrop.Image"), System.Drawing.Image)

Michael KRISPER
committed
Me.btnDfVelocityDrop.Location = New System.Drawing.Point(466, 78)
Me.btnDfVelocityDrop.Name = "btnDfVelocityDrop"
Me.btnDfVelocityDrop.Size = New System.Drawing.Size(24, 24)
Me.btnDfVelocityDrop.TabIndex = 32
Me.btnDfVelocityDrop.TabStop = False
Me.btnDfVelocityDrop.UseVisualStyleBackColor = True
'
'Label12
'
Me.Label12.AutoSize = True

Michael KRISPER
committed
Me.Label12.Location = New System.Drawing.Point(284, 110)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(130, 13)
Me.Label12.TabIndex = 31
Me.Label12.Text = "* DF_vTarget * DF_vDrop"
'
'tbDfCoastingScale
'

Michael KRISPER
committed
Me.tbDfCoastingScale.Location = New System.Drawing.Point(241, 107)
Me.tbDfCoastingScale.Name = "tbDfCoastingScale"
Me.tbDfCoastingScale.Size = New System.Drawing.Size(37, 20)
Me.tbDfCoastingScale.TabIndex = 30
'
'Label11
'
Me.Label11.AutoSize = True

Michael KRISPER
committed
Me.Label11.Location = New System.Drawing.Point(224, 109)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(13, 13)
Me.Label11.TabIndex = 29
Me.Label11.Text = "- "
'
'Label3
'
Me.Label3.AutoSize = True

Michael KRISPER
committed
Me.Label3.Location = New System.Drawing.Point(55, 30)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(118, 13)
Me.Label3.TabIndex = 20
Me.Label3.Text = "Preview distance factor"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'tbDfCoastingOffset
'

Michael KRISPER
committed
Me.tbDfCoastingOffset.Location = New System.Drawing.Point(180, 107)
Me.tbDfCoastingOffset.Name = "tbDfCoastingOffset"
Me.tbDfCoastingOffset.Size = New System.Drawing.Size(37, 20)
Me.tbDfCoastingOffset.TabIndex = 28
'
'tbLacDfTargetSpeedFile
'
Me.tbLacDfTargetSpeedFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Michael KRISPER
committed
Me.tbLacDfTargetSpeedFile.Location = New System.Drawing.Point(179, 54)
Me.tbLacDfTargetSpeedFile.Name = "tbLacDfTargetSpeedFile"

Michael KRISPER
committed
Me.tbLacDfTargetSpeedFile.Size = New System.Drawing.Size(286, 20)
Me.tbLacDfTargetSpeedFile.TabIndex = 22
'
'Label10
'
Me.Label10.AutoSize = True

Michael KRISPER
committed
Me.Label10.Location = New System.Drawing.Point(94, 109)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(79, 13)
Me.Label10.TabIndex = 27
Me.Label10.Text = "DF_coasting = "
'
'Label4
'
Me.Label4.AutoSize = True

Michael KRISPER
committed
Me.Label4.Location = New System.Drawing.Point(18, 56)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(155, 13)
Me.Label4.TabIndex = 24
Me.Label4.Text = "Decision Factor - Target Speed"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label5
'
Me.Label5.AutoSize = True

Michael KRISPER
committed
Me.Label5.Location = New System.Drawing.Point(20, 83)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(153, 13)
Me.Label5.TabIndex = 26
Me.Label5.Text = "Decision Factor - Velocity Drop"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'btnDfTargetSpeed
'
Me.btnDfTargetSpeed.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnDfTargetSpeed.Image = CType(resources.GetObject("btnDfTargetSpeed.Image"), System.Drawing.Image)

Michael KRISPER
committed
Me.btnDfTargetSpeed.Location = New System.Drawing.Point(466, 52)
Me.btnDfTargetSpeed.Name = "btnDfTargetSpeed"
Me.btnDfTargetSpeed.Size = New System.Drawing.Size(24, 24)
Me.btnDfTargetSpeed.TabIndex = 23
Me.btnDfTargetSpeed.TabStop = False
Me.btnDfTargetSpeed.UseVisualStyleBackColor = True
'
'tbLacPreviewFactor
'

Michael KRISPER
committed
Me.tbLacPreviewFactor.Location = New System.Drawing.Point(179, 28)
Me.tbLacPreviewFactor.Name = "tbLacPreviewFactor"
Me.tbLacPreviewFactor.Size = New System.Drawing.Size(64, 20)
Me.tbLacPreviewFactor.TabIndex = 21
'
'tbLacDfVelocityDropFile
'
Me.tbLacDfVelocityDropFile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Michael KRISPER
committed
Me.tbLacDfVelocityDropFile.Location = New System.Drawing.Point(179, 81)
Me.tbLacDfVelocityDropFile.Name = "tbLacDfVelocityDropFile"

Michael KRISPER
committed
Me.tbLacDfVelocityDropFile.Size = New System.Drawing.Size(286, 20)
Me.tbLacDfVelocityDropFile.TabIndex = 25
'
'CbLookAhead
'
Me.CbLookAhead.AutoSize = True
Me.CbLookAhead.Checked = True

Markus Quaritsch
committed
Me.CbLookAhead.CheckState = System.Windows.Forms.CheckState.Checked
Me.CbLookAhead.Location = New System.Drawing.Point(16, 21)
Me.CbLookAhead.Name = "CbLookAhead"

Markus Quaritsch
committed
Me.CbLookAhead.Size = New System.Drawing.Size(65, 17)
Me.CbLookAhead.TabIndex = 0
Me.CbLookAhead.Text = "Enabled"
Me.CbLookAhead.UseVisualStyleBackColor = True
'
'GroupBox1
'

Michael KRISPER
committed
Me.GroupBox1.Controls.Add(Me.GroupBox2)
Me.GroupBox1.Controls.Add(Me.PnEcoRoll)
Me.GroupBox1.Controls.Add(Me.RdOverspeed)
Me.GroupBox1.Controls.Add(Me.RdOff)
Me.GroupBox1.Location = New System.Drawing.Point(9, 9)
Me.GroupBox1.Name = "GroupBox1"

Michael KRISPER
committed
Me.GroupBox1.Size = New System.Drawing.Size(515, 77)
Me.GroupBox1.TabIndex = 1
Me.GroupBox1.TabStop = False

Michael KRISPER
committed
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
Me.GroupBox1.Text = "Overspeed"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Label22)
Me.GroupBox2.Controls.Add(Me.TbUnderSpeed)
Me.GroupBox2.Controls.Add(Me.Label20)
Me.GroupBox2.Enabled = False
Me.GroupBox2.Location = New System.Drawing.Point(338, 14)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(168, 57)
Me.GroupBox2.TabIndex = 37
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "!! hidden !!"
Me.GroupBox2.Visible = False
'
'Label22
'
Me.Label22.AutoSize = True
Me.Label22.Location = New System.Drawing.Point(6, 16)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(91, 13)
Me.Label22.TabIndex = 1
Me.Label22.Text = "Max. Underspeed"
Me.Label22.Visible = False
'
'TbUnderSpeed
'
Me.TbUnderSpeed.Location = New System.Drawing.Point(9, 32)
Me.TbUnderSpeed.Name = "TbUnderSpeed"
Me.TbUnderSpeed.Size = New System.Drawing.Size(64, 20)
Me.TbUnderSpeed.TabIndex = 1
Me.TbUnderSpeed.Visible = False
'
'Label20
'
Me.Label20.AutoSize = True
Me.Label20.Location = New System.Drawing.Point(75, 36)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(38, 13)
Me.Label20.TabIndex = 3
Me.Label20.Text = "[km/h]"
Me.Label20.Visible = False
'
'PnEcoRoll
'
Me.PnEcoRoll.Controls.Add(Me.Label21)
Me.PnEcoRoll.Controls.Add(Me.Label14)
Me.PnEcoRoll.Controls.Add(Me.TbVmin)
Me.PnEcoRoll.Controls.Add(Me.TbOverspeed)
Me.PnEcoRoll.Controls.Add(Me.Label23)
Me.PnEcoRoll.Controls.Add(Me.Label13)

Michael KRISPER
committed
Me.PnEcoRoll.Location = New System.Drawing.Point(91, 17)
Me.PnEcoRoll.Name = "PnEcoRoll"

Michael KRISPER
committed
Me.PnEcoRoll.Size = New System.Drawing.Size(232, 54)
Me.PnEcoRoll.TabIndex = 3
'
'Label21
'
Me.Label21.AutoSize = True

Michael KRISPER
committed
Me.Label21.Location = New System.Drawing.Point(170, 31)
Me.Label21.Name = "Label21"

Markus Quaritsch
committed
Me.Label21.Size = New System.Drawing.Size(38, 13)
Me.Label21.TabIndex = 3
Me.Label21.Text = "[km/h]"
'
'Label14
'
Me.Label14.AutoSize = True

Michael KRISPER
committed
Me.Label14.Location = New System.Drawing.Point(170, 5)
Me.Label14.Name = "Label14"

Markus Quaritsch
committed
Me.Label14.Size = New System.Drawing.Size(38, 13)
Me.Label14.TabIndex = 3
Me.Label14.Text = "[km/h]"
'
'TbVmin
'

Michael KRISPER
committed
Me.TbVmin.Location = New System.Drawing.Point(104, 28)
Me.TbVmin.Name = "TbVmin"

Markus Quaritsch
committed
Me.TbVmin.Size = New System.Drawing.Size(64, 20)
Me.TbVmin.TabIndex = 2
'
'TbOverspeed
'

Michael KRISPER
committed
Me.TbOverspeed.Location = New System.Drawing.Point(104, 2)
Me.TbOverspeed.Name = "TbOverspeed"

Markus Quaritsch
committed
Me.TbOverspeed.Size = New System.Drawing.Size(64, 20)
Me.TbOverspeed.TabIndex = 0
'
'Label23
'
Me.Label23.AutoSize = True

Michael KRISPER
committed
Me.Label23.Location = New System.Drawing.Point(18, 31)
Me.Label23.Name = "Label23"

Markus Quaritsch
committed
Me.Label23.Size = New System.Drawing.Size(80, 13)
Me.Label23.TabIndex = 1
Me.Label23.Text = "Minimum speed"
'
'Label13
'
Me.Label13.AutoSize = True

Michael KRISPER
committed
Me.Label13.Location = New System.Drawing.Point(13, 5)
Me.Label13.Name = "Label13"

Markus Quaritsch
committed
Me.Label13.Size = New System.Drawing.Size(85, 13)
Me.Label13.TabIndex = 1
Me.Label13.Text = "Max. Overspeed"
'
'RdOverspeed
'
Me.RdOverspeed.AutoSize = True

Michael KRISPER
committed
Me.RdOverspeed.Checked = True
Me.RdOverspeed.Location = New System.Drawing.Point(16, 44)
Me.RdOverspeed.Name = "RdOverspeed"

Markus Quaritsch
committed
Me.RdOverspeed.Size = New System.Drawing.Size(77, 17)
Me.RdOverspeed.TabIndex = 1

Michael KRISPER
committed
Me.RdOverspeed.TabStop = True
Me.RdOverspeed.Text = "Overspeed"
Me.RdOverspeed.UseVisualStyleBackColor = True
'
'RdOff
'
Me.RdOff.AutoSize = True

Michael KRISPER
committed
Me.RdOff.Location = New System.Drawing.Point(16, 21)
Me.RdOff.Name = "RdOff"

Markus Quaritsch
committed
Me.RdOff.Size = New System.Drawing.Size(39, 17)
Me.RdOff.TabIndex = 0
Me.RdOff.Text = "Off"
Me.RdOff.UseVisualStyleBackColor = True
'
'StatusStrip1
'

Markus Quaritsch
committed
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabelGEN})

Michael KRISPER
committed
Me.StatusStrip1.Location = New System.Drawing.Point(0, 624)
Me.StatusStrip1.Name = "StatusStrip1"

Markus Quaritsch
committed
Me.StatusStrip1.Size = New System.Drawing.Size(944, 22)
Me.StatusStrip1.SizingGrip = False
Me.StatusStrip1.TabIndex = 6
Me.StatusStrip1.Text = "StatusStrip1"
'
'ToolStripStatusLabelGEN
'
Me.ToolStripStatusLabelGEN.Name = "ToolStripStatusLabelGEN"

Markus Quaritsch
committed
Me.ToolStripStatusLabelGEN.Size = New System.Drawing.Size(121, 17)
Me.ToolStripStatusLabelGEN.Text = "ToolStripStatusLabel1"
'
'ButOK
'

Markus Quaritsch
committed
Me.ButOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)

Michael KRISPER
committed
Me.ButOK.Location = New System.Drawing.Point(778, 597)
Me.ButOK.Name = "ButOK"

Markus Quaritsch
committed
Me.ButOK.Size = New System.Drawing.Size(75, 23)
Me.ButOK.TabIndex = 0
Me.ButOK.Text = "Save"
Me.ButOK.UseVisualStyleBackColor = True
'
'ButCancel
'

Markus Quaritsch
committed
Me.ButCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ButCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel

Michael KRISPER
committed
Me.ButCancel.Location = New System.Drawing.Point(859, 597)
Me.ButCancel.Name = "ButCancel"

Markus Quaritsch
committed
Me.ButCancel.Size = New System.Drawing.Size(75, 23)
Me.ButCancel.TabIndex = 1
Me.ButCancel.Text = "Cancel"
Me.ButCancel.UseVisualStyleBackColor = True
'
'ToolStrip1
'

Markus Quaritsch
committed
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripBtNew, Me.ToolStripBtOpen, Me.ToolStripBtSave, Me.ToolStripBtSaveAs, Me.ToolStripSeparator1, Me.ToolStripBtSendTo, Me.ToolStripSeparator2, Me.ToolStripButton1})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"

Markus Quaritsch
committed
Me.ToolStrip1.Size = New System.Drawing.Size(944, 25)
Me.ToolStrip1.TabIndex = 20
Me.ToolStrip1.Text = "ToolStrip1"
'
'ToolStripBtNew
'

Markus Quaritsch
committed
Me.ToolStripBtNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripBtNew.Image = Global.TUGraz.VECTO.My.Resources.Resources.blue_document_icon
Me.ToolStripBtNew.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripBtNew.Name = "ToolStripBtNew"

Markus Quaritsch
committed
Me.ToolStripBtNew.Size = New System.Drawing.Size(23, 22)
Me.ToolStripBtNew.Text = "New"
Me.ToolStripBtNew.ToolTipText = "New"
'
'ToolStripBtOpen
'

Markus Quaritsch
committed
Me.ToolStripBtOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripBtOpen.Image = Global.TUGraz.VECTO.My.Resources.Resources.Open_icon
Me.ToolStripBtOpen.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripBtOpen.Name = "ToolStripBtOpen"

Markus Quaritsch
committed
Me.ToolStripBtOpen.Size = New System.Drawing.Size(23, 22)
Me.ToolStripBtOpen.Text = "Open"
Me.ToolStripBtOpen.ToolTipText = "Open..."
'
'ToolStripBtSave
'

Markus Quaritsch
committed
Me.ToolStripBtSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripBtSave.Image = Global.TUGraz.VECTO.My.Resources.Resources.Actions_document_save_icon
Me.ToolStripBtSave.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripBtSave.Name = "ToolStripBtSave"

Markus Quaritsch
committed
Me.ToolStripBtSave.Size = New System.Drawing.Size(23, 22)
Me.ToolStripBtSave.Text = "Save"
Me.ToolStripBtSave.ToolTipText = "Save"
'
'ToolStripBtSaveAs