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

Skip to content
Snippets Groups Projects
VectoJobForm.Designer.vb 51.7 KiB
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()
		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()
		Me.Label9 = New System.Windows.Forms.Label()
		Me.TbAuxPAdd = New System.Windows.Forms.TextBox()
		Me.Label8 = New System.Windows.Forms.Label()
		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()
		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()
		Me.CbLookAhead = New System.Windows.Forms.CheckBox()
		Me.GroupBox1 = New System.Windows.Forms.GroupBox()
		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()
		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()
		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()
		Me.PnEcoRoll.SuspendLayout()
		Me.StatusStrip1.SuspendLayout()
		Me.ToolStrip1.SuspendLayout()
		CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
		Me.CmOpenFile.SuspendLayout()
		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)
		Me.TabPgGen.Location = New System.Drawing.Point(4, 22)
		Me.TabPgGen.Name = "TabPgGen"
		Me.TabPgGen.Padding = New System.Windows.Forms.Padding(3)
		Me.TabPgGen.Size = New System.Drawing.Size(527, 487)
		Me.TabPgGen.TabIndex = 0
		Me.TabPgGen.Text = "General"
		Me.TabPgGen.UseVisualStyleBackColor = True
		'
		'GrCycles
		'
		Me.GrCycles.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
			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)
		Me.GrCycles.Location = New System.Drawing.Point(6, 338)
		Me.GrCycles.Name = "GrCycles"
		Me.GrCycles.Size = New System.Drawing.Size(515, 138)
		Me.GrCycles.TabIndex = 10
		Me.GrCycles.TabStop = False
		Me.GrCycles.Text = "Cycles"
		'
		'Label2
		'
		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.Location = New System.Drawing.Point(391, 109)
		Me.Label2.Size = New System.Drawing.Size(118, 13)
		Me.LvCycles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
			Or System.Windows.Forms.AnchorStyles.Left) _
			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
		Me.LvCycles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
		Me.LvCycles.HideSelection = False
		Me.LvCycles.LabelEdit = True
		Me.LvCycles.Location = New System.Drawing.Point(6, 19)
		Me.LvCycles.MultiSelect = False
		Me.LvCycles.Name = "LvCycles"
		Me.LvCycles.Size = New System.Drawing.Size(503, 89)
		Me.LvCycles.TabIndex = 0
		Me.LvCycles.TabStop = False
		Me.LvCycles.UseCompatibleStateImageBehavior = False
		Me.LvCycles.View = System.Windows.Forms.View.Details
		'
		'ColumnHeader1
		'
		Me.ColumnHeader1.Text = "Cycle path"
		Me.ColumnHeader1.Width = 470
		'
		'BtDRIrem
		'
		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)
		Me.BtDRIrem.Image = Global.TUGraz.VECTO.My.Resources.Resources.minus_circle_icon
		Me.BtDRIrem.Location = New System.Drawing.Point(29, 109)
		Me.BtDRIrem.Name = "BtDRIrem"
		Me.BtDRIrem.Size = New System.Drawing.Size(24, 24)
		Me.BtDRIrem.TabIndex = 2
		Me.BtDRIrem.UseVisualStyleBackColor = True
		'
		'BtDRIadd
		'
		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)
		Me.BtDRIadd.Image = Global.TUGraz.VECTO.My.Resources.Resources.plus_circle_icon
		Me.BtDRIadd.Location = New System.Drawing.Point(5, 109)
		Me.BtDRIadd.Name = "BtDRIadd"
		Me.BtDRIadd.Size = New System.Drawing.Size(24, 24)
		Me.BtDRIadd.TabIndex = 1
		Me.BtDRIadd.UseVisualStyleBackColor = True
		'
		'GrAux
		'
		Me.GrAux.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
			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)
		Me.GrAux.Location = New System.Drawing.Point(6, 87)
		Me.GrAux.TabIndex = 9
		Me.GrAux.TabStop = False
		Me.GrAux.Text = "Auxiliaries"
		'
		Me.Label9.Location = New System.Drawing.Point(191, 74)
		Me.Label9.Name = "Label9"
		Me.Label9.Size = New System.Drawing.Size(24, 13)
		Me.Label9.TabIndex = 44
		Me.Label9.Text = "[W]"
		'
		'TbAuxPAdd
		'
		Me.TbAuxPAdd.Location = New System.Drawing.Point(109, 71)
		Me.TbAuxPAdd.Size = New System.Drawing.Size(76, 20)
		Me.Label8.Location = New System.Drawing.Point(7, 74)
		Me.Label8.Name = "Label8"
		Me.Label8.Size = New System.Drawing.Size(97, 13)
		Me.Label8.TabIndex = 42
		Me.Label8.Text = "Constant Aux Load"
		'
		Me.btnAAUXOpen.Image = Global.TUGraz.VECTO.My.Resources.Resources.application_export_icon_small
		Me.btnAAUXOpen.Location = New System.Drawing.Point(485, 43)
		Me.btnAAUXOpen.Name = "btnAAUXOpen"
		Me.btnAAUXOpen.Size = New System.Drawing.Size(24, 24)
		Me.btnAAUXOpen.TabIndex = 41
		Me.btnAAUXOpen.UseVisualStyleBackColor = True
		'
		'Label1
		'
		Me.Label1.AutoSize = True
		Me.Label1.Location = New System.Drawing.Point(8, 48)
		Me.Label1.Size = New System.Drawing.Size(96, 13)
		Me.Label1.TabIndex = 40
		Me.Label1.Text = "Advanced Aux File"
		'
		'btnBrowseAAUXFile
		'
		Me.btnBrowseAAUXFile.Image = Global.TUGraz.VECTO.My.Resources.Resources.Open_icon
		Me.btnBrowseAAUXFile.Location = New System.Drawing.Point(461, 43)
		Me.btnBrowseAAUXFile.Name = "btnBrowseAAUXFile"
		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
		'
		Me.txtAdvancedAuxiliaryFile.Location = New System.Drawing.Point(109, 45)
		Me.txtAdvancedAuxiliaryFile.Name = "txtAdvancedAuxiliaryFile"
		Me.txtAdvancedAuxiliaryFile.Size = New System.Drawing.Size(351, 20)
		Me.txtAdvancedAuxiliaryFile.TabIndex = 38
		'
		'picAuxInfo
		'
		Me.picAuxInfo.Image = Global.TUGraz.VECTO.My.Resources.Resources.Information_icon
		Me.picAuxInfo.InitialImage = Global.TUGraz.VECTO.My.Resources.Resources.Information_icon
		Me.picAuxInfo.Location = New System.Drawing.Point(463, 19)
		Me.picAuxInfo.Name = "picAuxInfo"
		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
		Me.cboAdvancedAuxiliaries.Location = New System.Drawing.Point(109, 18)
		Me.cboAdvancedAuxiliaries.Name = "cboAdvancedAuxiliaries"
		Me.cboAdvancedAuxiliaries.Size = New System.Drawing.Size(351, 21)
		Me.cboAdvancedAuxiliaries.TabIndex = 36
		'
		'lbAdvancedAuxiliaries
		'
		Me.lbAdvancedAuxiliaries.AutoSize = True
		Me.lbAdvancedAuxiliaries.Location = New System.Drawing.Point(32, 21)
		Me.lbAdvancedAuxiliaries.Name = "lbAdvancedAuxiliaries"
		Me.lbAdvancedAuxiliaries.Size = New System.Drawing.Size(72, 13)
		Me.lbAdvancedAuxiliaries.TabIndex = 35
		Me.lbAdvancedAuxiliaries.Text = "Auxiliary Type"
		'
		'Label32
		'
		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
		Me.Label32.Location = New System.Drawing.Point(403, 217)
		Me.Label32.Name = "Label32"
		Me.Label32.Size = New System.Drawing.Size(106, 13)
		Me.Label32.TabIndex = 3
		Me.Label32.Text = "(Double-Click to Edit)"
		'
		'LvAux
		'
		Me.LvAux.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
			Or System.Windows.Forms.AnchorStyles.Left) _
			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"
		Me.LvAux.TabIndex = 0
		Me.LvAux.TabStop = False
		Me.LvAux.UseCompatibleStateImageBehavior = False
		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
		'
		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)
		Me.ButAuxRem.Image = Global.TUGraz.VECTO.My.Resources.Resources.minus_circle_icon
		Me.ButAuxRem.Location = New System.Drawing.Point(29, 217)
		Me.ButAuxRem.Name = "ButAuxRem"
		Me.ButAuxRem.Size = New System.Drawing.Size(24, 24)
		Me.ButAuxRem.TabIndex = 2
		Me.ButAuxRem.UseVisualStyleBackColor = True
		'
		'ButAuxAdd
		'
		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)
		Me.ButAuxAdd.Image = Global.TUGraz.VECTO.My.Resources.Resources.plus_circle_icon
		Me.ButAuxAdd.Location = New System.Drawing.Point(5, 217)
		Me.ButAuxAdd.Name = "ButAuxAdd"
		Me.ButAuxAdd.Size = New System.Drawing.Size(24, 24)
		Me.ButAuxAdd.TabIndex = 1
		Me.ButAuxAdd.UseVisualStyleBackColor = True
		'
		'TbGBX
		'
		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.Size = New System.Drawing.Size(411, 20)
		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.Size = New System.Drawing.Size(411, 20)
		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.Size = New System.Drawing.Size(411, 20)
		Me.ButOpenGBX.Location = New System.Drawing.Point(6, 60)
		Me.ButOpenGBX.Name = "ButOpenGBX"
		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
		'
		Me.ButOpenENG.Location = New System.Drawing.Point(6, 33)
		Me.ButOpenENG.Name = "ButOpenENG"
		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
		'
		Me.ButOpenVEH.Location = New System.Drawing.Point(6, 6)
		Me.ButOpenVEH.Name = "ButOpenVEH"
		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
		'
		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"
		Me.ButtonVEH.Size = New System.Drawing.Size(24, 24)
		Me.ButtonVEH.TabIndex = 2
		Me.ButtonVEH.TabStop = False
		Me.ButtonVEH.UseVisualStyleBackColor = True
		'
		'ButtonGBX
		'
		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"
		Me.ButtonGBX.Size = New System.Drawing.Size(24, 24)
		Me.ButtonGBX.TabIndex = 8
		Me.ButtonGBX.TabStop = False
		Me.ButtonGBX.UseVisualStyleBackColor = True
		'
		'ButtonMAP
		'
		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"
		Me.ButtonMAP.Size = New System.Drawing.Size(24, 24)
		Me.ButtonMAP.TabIndex = 5
		Me.ButtonMAP.TabStop = False
		Me.ButtonMAP.UseVisualStyleBackColor = True
		'
		'TabControl1
		'
		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)
		Me.TabControl1.Location = New System.Drawing.Point(1, 107)
		Me.TabControl1.Name = "TabControl1"
		Me.TabControl1.SelectedIndex = 0
		Me.TabControl1.Size = New System.Drawing.Size(535, 513)
		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)
		Me.TabPgDriver.Location = New System.Drawing.Point(4, 22)
		Me.TabPgDriver.Name = "TabPgDriver"
		Me.TabPgDriver.Padding = New System.Windows.Forms.Padding(3)
		Me.TabPgDriver.Size = New System.Drawing.Size(527, 487)
		Me.TabPgDriver.TabIndex = 7
		Me.TabPgDriver.Text = "Driver Model"
		Me.TabPgDriver.UseVisualStyleBackColor = True
		'
		'GrVACC
		'
		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.TabIndex = 3
		Me.GrVACC.TabStop = False
		Me.GrVACC.Text = "Max. acceleration and brake curves"
		'
		'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):"
		'
		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)
		Me.TbDesMaxFile.Location = New System.Drawing.Point(6, 36)
		Me.TbDesMaxFile.Name = "TbDesMaxFile"
		Me.TbDesMaxFile.Size = New System.Drawing.Size(450, 20)
		Me.TbDesMaxFile.TabIndex = 0
		'
		'BtDesMaxBr
		'
		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
		Me.BtDesMaxBr.Location = New System.Drawing.Point(457, 34)
		Me.BtDesMaxBr.Name = "BtDesMaxBr"
		Me.BtDesMaxBr.Size = New System.Drawing.Size(24, 24)
		Me.BtDesMaxBr.TabIndex = 1
		Me.BtDesMaxBr.UseVisualStyleBackColor = True
		'
		'BtAccOpen
		'
		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
		Me.BtAccOpen.Location = New System.Drawing.Point(481, 34)
		Me.BtAccOpen.Name = "BtAccOpen"
		Me.BtAccOpen.Size = New System.Drawing.Size(24, 24)
		Me.BtAccOpen.TabIndex = 2
		Me.BtAccOpen.TabStop = False
		Me.BtAccOpen.UseVisualStyleBackColor = True
		'
		'GrLAC
		'
		Me.GrLAC.Controls.Add(Me.pnLookAheadCoasting)
		Me.GrLAC.Controls.Add(Me.CbLookAhead)
		Me.GrLAC.Location = New System.Drawing.Point(9, 92)
		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)
		Me.pnLookAheadCoasting.Location = New System.Drawing.Point(15, 19)
		Me.pnLookAheadCoasting.Name = "pnLookAheadCoasting"
		Me.pnLookAheadCoasting.Size = New System.Drawing.Size(493, 129)
		Me.pnLookAheadCoasting.TabIndex = 20
		'
		'Label7
		'
		Me.Label7.AutoSize = True
		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
		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
		'
		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)
		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
		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
		'
		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
		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
		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
		'
		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)
		Me.tbLacDfTargetSpeedFile.Location = New System.Drawing.Point(179, 54)
		Me.tbLacDfTargetSpeedFile.Name = "tbLacDfTargetSpeedFile"
		Me.tbLacDfTargetSpeedFile.Size = New System.Drawing.Size(286, 20)
		Me.tbLacDfTargetSpeedFile.TabIndex = 22
		'
		'Label10
		'
		Me.Label10.AutoSize = True
		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
		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
		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)
		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
		'
		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)
		Me.tbLacDfVelocityDropFile.Location = New System.Drawing.Point(179, 81)
		Me.tbLacDfVelocityDropFile.Name = "tbLacDfVelocityDropFile"
		Me.tbLacDfVelocityDropFile.Size = New System.Drawing.Size(286, 20)
		Me.tbLacDfVelocityDropFile.TabIndex = 25
		'
		'CbLookAhead
		'
		Me.CbLookAhead.AutoSize = True
		Me.CbLookAhead.Checked = True
		Me.CbLookAhead.CheckState = System.Windows.Forms.CheckState.Checked
		Me.CbLookAhead.Location = New System.Drawing.Point(16, 21)
		Me.CbLookAhead.Name = "CbLookAhead"
		Me.CbLookAhead.Size = New System.Drawing.Size(65, 17)
		Me.CbLookAhead.TabIndex = 0
		Me.CbLookAhead.Text = "Enabled"
		Me.CbLookAhead.UseVisualStyleBackColor = True
		'
		'GroupBox1
		'
		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"
		Me.GroupBox1.Size = New System.Drawing.Size(515, 77)
		Me.GroupBox1.TabIndex = 1
		Me.GroupBox1.TabStop = False
		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)
		Me.PnEcoRoll.Location = New System.Drawing.Point(91, 17)
		Me.PnEcoRoll.Name = "PnEcoRoll"
		Me.PnEcoRoll.Size = New System.Drawing.Size(232, 54)
		Me.PnEcoRoll.TabIndex = 3
		'
		'Label21
		'
		Me.Label21.AutoSize = True
		Me.Label21.Location = New System.Drawing.Point(170, 31)
		Me.Label21.Name = "Label21"
		Me.Label21.Size = New System.Drawing.Size(38, 13)
		Me.Label21.TabIndex = 3
		Me.Label21.Text = "[km/h]"
		'
		'Label14
		'
		Me.Label14.AutoSize = True
		Me.Label14.Location = New System.Drawing.Point(170, 5)
		Me.Label14.Name = "Label14"
		Me.Label14.Size = New System.Drawing.Size(38, 13)
		Me.Label14.TabIndex = 3
		Me.Label14.Text = "[km/h]"
		'
		'TbVmin
		'
		Me.TbVmin.Location = New System.Drawing.Point(104, 28)
		Me.TbVmin.Size = New System.Drawing.Size(64, 20)
		Me.TbVmin.TabIndex = 2
		'
		'TbOverspeed
		'
		Me.TbOverspeed.Location = New System.Drawing.Point(104, 2)
		Me.TbOverspeed.Name = "TbOverspeed"
		Me.TbOverspeed.Size = New System.Drawing.Size(64, 20)
		Me.TbOverspeed.TabIndex = 0
		'
		'Label23
		'
		Me.Label23.AutoSize = True
		Me.Label23.Location = New System.Drawing.Point(18, 31)
		Me.Label23.Name = "Label23"
		Me.Label23.Size = New System.Drawing.Size(80, 13)
		Me.Label23.TabIndex = 1
		Me.Label23.Text = "Minimum speed"
		'
		'Label13
		'
		Me.Label13.AutoSize = True
		Me.Label13.Location = New System.Drawing.Point(13, 5)
		Me.Label13.Name = "Label13"
		Me.Label13.Size = New System.Drawing.Size(85, 13)
		Me.Label13.TabIndex = 1
		Me.Label13.Text = "Max. Overspeed"
		'
		'RdOverspeed
		'
		Me.RdOverspeed.AutoSize = True
		Me.RdOverspeed.Checked = True
		Me.RdOverspeed.Location = New System.Drawing.Point(16, 44)
		Me.RdOverspeed.Name = "RdOverspeed"
		Me.RdOverspeed.Size = New System.Drawing.Size(77, 17)
		Me.RdOverspeed.TabIndex = 1
		Me.RdOverspeed.Text = "Overspeed"
		Me.RdOverspeed.UseVisualStyleBackColor = True
		'
		'RdOff
		'
		Me.RdOff.AutoSize = True
		Me.RdOff.Location = New System.Drawing.Point(16, 21)
		Me.RdOff.Size = New System.Drawing.Size(39, 17)
		Me.RdOff.TabIndex = 0
		Me.RdOff.Text = "Off"
		Me.RdOff.UseVisualStyleBackColor = True
		'
		'StatusStrip1
		'
		Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabelGEN})
		Me.StatusStrip1.Location = New System.Drawing.Point(0, 624)
		Me.StatusStrip1.Name = "StatusStrip1"
		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"
		Me.ToolStripStatusLabelGEN.Size = New System.Drawing.Size(121, 17)
		Me.ToolStripStatusLabelGEN.Text = "ToolStripStatusLabel1"
		'
		'ButOK
		'
		Me.ButOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
		Me.ButOK.Location = New System.Drawing.Point(778, 597)
		Me.ButOK.Size = New System.Drawing.Size(75, 23)
		Me.ButOK.TabIndex = 0
		Me.ButOK.Text = "Save"
		Me.ButOK.UseVisualStyleBackColor = True
		'
		'ButCancel
		'
		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
		Me.ButCancel.Location = New System.Drawing.Point(859, 597)
		Me.ButCancel.Name = "ButCancel"
		Me.ButCancel.Size = New System.Drawing.Size(75, 23)
		Me.ButCancel.TabIndex = 1
		Me.ButCancel.Text = "Cancel"
		Me.ButCancel.UseVisualStyleBackColor = True
		'
		'ToolStrip1
		'
		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"
		Me.ToolStrip1.Size = New System.Drawing.Size(944, 25)
		Me.ToolStrip1.TabIndex = 20
		Me.ToolStrip1.Text = "ToolStrip1"
		'
		'ToolStripBtNew
		'
		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"
		Me.ToolStripBtNew.Size = New System.Drawing.Size(23, 22)
		Me.ToolStripBtNew.Text = "New"
		Me.ToolStripBtNew.ToolTipText = "New"
		'
		'ToolStripBtOpen
		'
		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"
		Me.ToolStripBtOpen.Size = New System.Drawing.Size(23, 22)
		Me.ToolStripBtOpen.Text = "Open"
		Me.ToolStripBtOpen.ToolTipText = "Open..."
		'
		'ToolStripBtSave
		'
		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"
		Me.ToolStripBtSave.Size = New System.Drawing.Size(23, 22)
		Me.ToolStripBtSave.Text = "Save"
		Me.ToolStripBtSave.ToolTipText = "Save"
		'
		'ToolStripBtSaveAs