diff --git a/VECTO/File Browser/FB_Dialog.designer.vb b/VECTO/File Browser/FB_Dialog.designer.vb index 2fbb34e59191552a3dfd86dcdf1f749181ac0064..6a0cb29cbb2ac642e9bc4ece26b37858a6c34be7 100644 --- a/VECTO/File Browser/FB_Dialog.designer.vb +++ b/VECTO/File Browser/FB_Dialog.designer.vb @@ -118,9 +118,9 @@ Partial Class FB_Dialog 'ButtonNewDir ' Me.ButtonNewDir.Image = Global.VECTO.My.Resources.Resources.new_dir - Me.ButtonNewDir.Location = New System.Drawing.Point(139, 2) + Me.ButtonNewDir.Location = New System.Drawing.Point(141, 1) Me.ButtonNewDir.Name = "ButtonNewDir" - Me.ButtonNewDir.Size = New System.Drawing.Size(24, 24) + Me.ButtonNewDir.Size = New System.Drawing.Size(26, 25) Me.ButtonNewDir.TabIndex = 21 Me.ButtonNewDir.TabStop = False Me.ToolTip1.SetToolTip(Me.ButtonNewDir, "Create new Directory") @@ -129,9 +129,9 @@ Partial Class FB_Dialog 'ButtonDesktop ' Me.ButtonDesktop.Image = Global.VECTO.My.Resources.Resources.desktop - Me.ButtonDesktop.Location = New System.Drawing.Point(86, 2) + Me.ButtonDesktop.Location = New System.Drawing.Point(87, 1) Me.ButtonDesktop.Name = "ButtonDesktop" - Me.ButtonDesktop.Size = New System.Drawing.Size(24, 24) + Me.ButtonDesktop.Size = New System.Drawing.Size(26, 25) Me.ButtonDesktop.TabIndex = 22 Me.ButtonDesktop.TabStop = False Me.ToolTip1.SetToolTip(Me.ButtonDesktop, "Go to Desktop") @@ -140,9 +140,9 @@ Partial Class FB_Dialog 'ButtonHisFolder ' Me.ButtonHisFolder.Image = Global.VECTO.My.Resources.Resources.favorites - Me.ButtonHisFolder.Location = New System.Drawing.Point(112, 2) + Me.ButtonHisFolder.Location = New System.Drawing.Point(114, 1) Me.ButtonHisFolder.Name = "ButtonHisFolder" - Me.ButtonHisFolder.Size = New System.Drawing.Size(24, 24) + Me.ButtonHisFolder.Size = New System.Drawing.Size(26, 25) Me.ButtonHisFolder.TabIndex = 24 Me.ButtonHisFolder.TabStop = False Me.ToolTip1.SetToolTip(Me.ButtonHisFolder, "Select from recent directories / favorites") @@ -151,9 +151,9 @@ Partial Class FB_Dialog 'ButtonFolderBack ' Me.ButtonFolderBack.Image = CType(resources.GetObject("ButtonFolderBack.Image"), System.Drawing.Image) - Me.ButtonFolderBack.Location = New System.Drawing.Point(60, 2) + Me.ButtonFolderBack.Location = New System.Drawing.Point(60, 1) Me.ButtonFolderBack.Name = "ButtonFolderBack" - Me.ButtonFolderBack.Size = New System.Drawing.Size(24, 24) + Me.ButtonFolderBack.Size = New System.Drawing.Size(26, 25) Me.ButtonFolderBack.TabIndex = 20 Me.ButtonFolderBack.TabStop = False Me.ToolTip1.SetToolTip(Me.ButtonFolderBack, "Move up one directory level") @@ -230,7 +230,7 @@ Partial Class FB_Dialog ' Me.ButtonAll.Location = New System.Drawing.Point(25, 2) Me.ButtonAll.Name = "ButtonAll" - Me.ButtonAll.Size = New System.Drawing.Size(71, 24) + Me.ButtonAll.Size = New System.Drawing.Size(71, 23) Me.ButtonAll.TabIndex = 19 Me.ButtonAll.Text = "Select All" Me.ToolTip1.SetToolTip(Me.ButtonAll, "Select All Files") @@ -248,9 +248,9 @@ Partial Class FB_Dialog 'ButtonHisFile ' Me.ButtonHisFile.Image = Global.VECTO.My.Resources.Resources.file_history - Me.ButtonHisFile.Location = New System.Drawing.Point(-1, 2) + Me.ButtonHisFile.Location = New System.Drawing.Point(-1, 1) Me.ButtonHisFile.Name = "ButtonHisFile" - Me.ButtonHisFile.Size = New System.Drawing.Size(24, 24) + Me.ButtonHisFile.Size = New System.Drawing.Size(26, 25) Me.ButtonHisFile.TabIndex = 24 Me.ButtonHisFile.TabStop = False Me.ToolTip1.SetToolTip(Me.ButtonHisFile, "Select from recent files") diff --git a/VECTO/GUI/F_MAINForm.Designer.vb b/VECTO/GUI/F_MAINForm.Designer.vb index faf7450a18be6db9d7566fa8ceaac0441c42e195..8f1600aa8aa84db04467d683f726e0321ecde240 100644 --- a/VECTO/GUI/F_MAINForm.Designer.vb +++ b/VECTO/GUI/F_MAINForm.Designer.vb @@ -1,37 +1,37 @@ -' Copyright 2014 European Union. -' Licensed under the EUPL (the 'Licence'); -' -' * You may not use this work except in compliance with the Licence. -' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl -' * Unless required by applicable law or agreed to in writing, -' software distributed under the Licence is distributed on an "AS IS" basis, -' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -' -' See the LICENSE.txt for the specific language governing permissions and limitations. -<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ -Partial Class F_MAINForm - Inherits System.Windows.Forms.Form - - 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. - <System.Diagnostics.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 System.ComponentModel.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. - <System.Diagnostics.DebuggerStepThrough()> _ - Private Sub InitializeComponent() +' Copyright 2014 European Union. +' Licensed under the EUPL (the 'Licence'); +' +' * You may not use this work except in compliance with the Licence. +' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl +' * Unless required by applicable law or agreed to in writing, +' software distributed under the Licence is distributed on an "AS IS" basis, +' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +' +' See the LICENSE.txt for the specific language governing permissions and limitations. +<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ +Partial Class F_MAINForm + Inherits System.Windows.Forms.Form + + 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. + <System.Diagnostics.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 System.ComponentModel.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. + <System.Diagnostics.DebuggerStepThrough()> _ + Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(F_MAINForm)) Me.StatusBAR = New System.Windows.Forms.StatusStrip() @@ -148,6 +148,7 @@ Partial Class F_MAINForm Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() + Me.ToolStrip1.SuspendLayout() Me.CmOpenFile.SuspendLayout() Me.SuspendLayout() ' @@ -273,7 +274,7 @@ Partial Class F_MAINForm ' Me.BtGENdown.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.BtGENdown.Image = Global.VECTO.My.Resources.Resources.Actions_arrow_down_icon - Me.BtGENdown.Location = New System.Drawing.Point(294, 247) + Me.BtGENdown.Location = New System.Drawing.Point(307, 247) Me.BtGENdown.Name = "BtGENdown" Me.BtGENdown.Size = New System.Drawing.Size(30, 30) Me.BtGENdown.TabIndex = 6 @@ -284,7 +285,7 @@ Partial Class F_MAINForm ' Me.BtGENup.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.BtGENup.Image = Global.VECTO.My.Resources.Resources.Actions_arrow_up_icon - Me.BtGENup.Location = New System.Drawing.Point(262, 247) + Me.BtGENup.Location = New System.Drawing.Point(276, 247) Me.BtGENup.Name = "BtGENup" Me.BtGENup.Size = New System.Drawing.Size(30, 30) Me.BtGENup.TabIndex = 4 @@ -308,7 +309,7 @@ Partial Class F_MAINForm ' Me.ChBoxAllGEN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.ChBoxAllGEN.AutoSize = True - Me.ChBoxAllGEN.Location = New System.Drawing.Point(186, 255) + Me.ChBoxAllGEN.Location = New System.Drawing.Point(195, 254) Me.ChBoxAllGEN.Name = "ChBoxAllGEN" Me.ChBoxAllGEN.Size = New System.Drawing.Size(70, 17) Me.ChBoxAllGEN.TabIndex = 16 @@ -351,9 +352,9 @@ Partial Class F_MAINForm Me.ButtonGENremove.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.ButtonGENremove.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ButtonGENremove.Image = Global.VECTO.My.Resources.Resources.minus_circle_icon - Me.ButtonGENremove.Location = New System.Drawing.Point(145, 247) + Me.ButtonGENremove.Location = New System.Drawing.Point(147, 247) Me.ButtonGENremove.Name = "ButtonGENremove" - Me.ButtonGENremove.Size = New System.Drawing.Size(30, 30) + Me.ButtonGENremove.Size = New System.Drawing.Size(33, 30) Me.ButtonGENremove.TabIndex = 2 Me.ToolTip1.SetToolTip(Me.ButtonGENremove, "Remove selected entries") Me.ButtonGENremove.UseVisualStyleBackColor = True @@ -378,7 +379,7 @@ Partial Class F_MAINForm Me.ButtonGENadd.Image = Global.VECTO.My.Resources.Resources.plus_circle_icon Me.ButtonGENadd.Location = New System.Drawing.Point(113, 247) Me.ButtonGENadd.Name = "ButtonGENadd" - Me.ButtonGENadd.Size = New System.Drawing.Size(30, 30) + Me.ButtonGENadd.Size = New System.Drawing.Size(33, 30) Me.ButtonGENadd.TabIndex = 1 Me.ToolTip1.SetToolTip(Me.ButtonGENadd, "Add Job File") Me.ButtonGENadd.UseVisualStyleBackColor = True @@ -395,7 +396,7 @@ Partial Class F_MAINForm Me.TabPageDRI.Location = New System.Drawing.Point(4, 22) Me.TabPageDRI.Name = "TabPageDRI" Me.TabPageDRI.Padding = New System.Windows.Forms.Padding(3) - Me.TabPageDRI.Size = New System.Drawing.Size(1058, 256) + Me.TabPageDRI.Size = New System.Drawing.Size(1058, 282) Me.TabPageDRI.TabIndex = 1 Me.TabPageDRI.Text = "Driving Cycles" Me.TabPageDRI.UseVisualStyleBackColor = True @@ -404,7 +405,7 @@ Partial Class F_MAINForm ' Me.BtDRIdown.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtDRIdown.Image = Global.VECTO.My.Resources.Resources.Actions_arrow_down_icon - Me.BtDRIdown.Location = New System.Drawing.Point(940, 222) + Me.BtDRIdown.Location = New System.Drawing.Point(940, 248) Me.BtDRIdown.Name = "BtDRIdown" Me.BtDRIdown.Size = New System.Drawing.Size(30, 24) Me.BtDRIdown.TabIndex = 3 @@ -414,7 +415,7 @@ Partial Class F_MAINForm ' Me.BtDRIup.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtDRIup.Image = Global.VECTO.My.Resources.Resources.Actions_arrow_up_icon - Me.BtDRIup.Location = New System.Drawing.Point(910, 222) + Me.BtDRIup.Location = New System.Drawing.Point(910, 248) Me.BtDRIup.Name = "BtDRIup" Me.BtDRIup.Size = New System.Drawing.Size(30, 24) Me.BtDRIup.TabIndex = 2 @@ -424,7 +425,7 @@ Partial Class F_MAINForm ' Me.ChBoxAllDRI.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.ChBoxAllDRI.AutoSize = True - Me.ChBoxAllDRI.Location = New System.Drawing.Point(74, 226) + Me.ChBoxAllDRI.Location = New System.Drawing.Point(74, 252) Me.ChBoxAllDRI.Name = "ChBoxAllDRI" Me.ChBoxAllDRI.Size = New System.Drawing.Size(70, 17) Me.ChBoxAllDRI.TabIndex = 7 @@ -446,7 +447,7 @@ Partial Class F_MAINForm Me.LvDRI.LabelEdit = True Me.LvDRI.Location = New System.Drawing.Point(6, 6) Me.LvDRI.Name = "LvDRI" - Me.LvDRI.Size = New System.Drawing.Size(1046, 215) + Me.LvDRI.Size = New System.Drawing.Size(1046, 241) Me.LvDRI.TabIndex = 6 Me.LvDRI.UseCompatibleStateImageBehavior = False Me.LvDRI.View = System.Windows.Forms.View.Details @@ -464,7 +465,7 @@ Partial Class F_MAINForm 'ButtonDRIedit ' Me.ButtonDRIedit.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.ButtonDRIedit.Location = New System.Drawing.Point(972, 222) + Me.ButtonDRIedit.Location = New System.Drawing.Point(972, 248) Me.ButtonDRIedit.Name = "ButtonDRIedit" Me.ButtonDRIedit.Size = New System.Drawing.Size(80, 23) Me.ButtonDRIedit.TabIndex = 4 @@ -476,7 +477,7 @@ Partial Class F_MAINForm Me.ButtonDRIremove.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ButtonDRIremove.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ButtonDRIremove.Image = Global.VECTO.My.Resources.Resources.minus_circle_icon - Me.ButtonDRIremove.Location = New System.Drawing.Point(-26, 222) + Me.ButtonDRIremove.Location = New System.Drawing.Point(-26, 248) Me.ButtonDRIremove.Name = "ButtonDRIremove" Me.ButtonDRIremove.Size = New System.Drawing.Size(30, 24) Me.ButtonDRIremove.TabIndex = 1 @@ -487,7 +488,7 @@ Partial Class F_MAINForm Me.ButtonDRIadd.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ButtonDRIadd.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ButtonDRIadd.Image = Global.VECTO.My.Resources.Resources.plus_circle_icon - Me.ButtonDRIadd.Location = New System.Drawing.Point(-57, 222) + Me.ButtonDRIadd.Location = New System.Drawing.Point(-57, 248) Me.ButtonDRIadd.Name = "ButtonDRIadd" Me.ButtonDRIadd.Size = New System.Drawing.Size(30, 24) Me.ButtonDRIadd.TabIndex = 0 @@ -502,7 +503,7 @@ Partial Class F_MAINForm Me.TabPgOptions.Location = New System.Drawing.Point(4, 22) Me.TabPgOptions.Name = "TabPgOptions" Me.TabPgOptions.Padding = New System.Windows.Forms.Padding(3) - Me.TabPgOptions.Size = New System.Drawing.Size(1058, 256) + Me.TabPgOptions.Size = New System.Drawing.Size(1058, 282) Me.TabPgOptions.TabIndex = 2 Me.TabPgOptions.Text = "Options" Me.TabPgOptions.UseVisualStyleBackColor = True @@ -519,7 +520,7 @@ Partial Class F_MAINForm Me.GrBoxBATCH.Controls.Add(Me.TbBOpath) Me.GrBoxBATCH.Location = New System.Drawing.Point(6, 224) Me.GrBoxBATCH.Name = "GrBoxBATCH" - Me.GrBoxBATCH.Size = New System.Drawing.Size(1046, 26) + Me.GrBoxBATCH.Size = New System.Drawing.Size(1046, 52) Me.GrBoxBATCH.TabIndex = 5 Me.GrBoxBATCH.TabStop = False Me.GrBoxBATCH.Text = "Batch Options" @@ -579,7 +580,7 @@ Partial Class F_MAINForm Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GrBoxSTD.Location = New System.Drawing.Point(6, 224) Me.GrBoxSTD.Name = "GrBoxSTD" - Me.GrBoxSTD.Size = New System.Drawing.Size(1046, 26) + Me.GrBoxSTD.Size = New System.Drawing.Size(1046, 52) Me.GrBoxSTD.TabIndex = 14 Me.GrBoxSTD.TabStop = False Me.GrBoxSTD.Text = "Standard Options" @@ -709,7 +710,7 @@ Partial Class F_MAINForm Me.TabPageDEV.Location = New System.Drawing.Point(4, 22) Me.TabPageDEV.Name = "TabPageDEV" Me.TabPageDEV.Padding = New System.Windows.Forms.Padding(3) - Me.TabPageDEV.Size = New System.Drawing.Size(1058, 256) + Me.TabPageDEV.Size = New System.Drawing.Size(1058, 282) Me.TabPageDEV.TabIndex = 3 Me.TabPageDEV.Text = "Test" Me.TabPageDEV.UseVisualStyleBackColor = True @@ -718,7 +719,7 @@ Partial Class F_MAINForm ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(1012, 237) + Me.Label1.Location = New System.Drawing.Point(1012, 263) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(106, 13) Me.Label1.TabIndex = 1 @@ -735,7 +736,7 @@ Partial Class F_MAINForm Me.LvDEVoptions.Location = New System.Drawing.Point(6, 6) Me.LvDEVoptions.MultiSelect = False Me.LvDEVoptions.Name = "LvDEVoptions" - Me.LvDEVoptions.Size = New System.Drawing.Size(1046, 231) + Me.LvDEVoptions.Size = New System.Drawing.Size(1046, 257) Me.LvDEVoptions.TabIndex = 0 Me.LvDEVoptions.UseCompatibleStateImageBehavior = False Me.LvDEVoptions.View = System.Windows.Forms.View.Details @@ -864,6 +865,7 @@ Partial Class F_MAINForm ' Me.ToolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden + Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripBtNew, Me.ToolStripBtOpen, Me.ToolStripSeparator2, Me.ToolStripDrDnBtTools, Me.ToolStripDrDnBtInfo}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1073, 25) @@ -1083,108 +1085,120 @@ Partial Class F_MAINForm Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) + Me.ToolStrip1.ResumeLayout(False) + Me.ToolStrip1.PerformLayout() Me.CmOpenFile.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() - End Sub - Friend WithEvents Button1 As System.Windows.Forms.Button - Friend WithEvents StatusBAR As System.Windows.Forms.StatusStrip - Friend WithEvents ToolStripLbStatus As System.Windows.Forms.ToolStripStatusLabel - Friend WithEvents TabControl1 As System.Windows.Forms.TabControl - Friend WithEvents TabPageGEN As System.Windows.Forms.TabPage - Friend WithEvents TabPageDRI As System.Windows.Forms.TabPage - Friend WithEvents ButtonGENadd As System.Windows.Forms.Button - Friend WithEvents ButtonGENremove As System.Windows.Forms.Button - Friend WithEvents ButtonDRIremove As System.Windows.Forms.Button - Friend WithEvents ButtonDRIadd As System.Windows.Forms.Button - Friend WithEvents ButtonDRIedit As System.Windows.Forms.Button - Friend WithEvents ConMenFilelist As System.Windows.Forms.ContextMenuStrip - Friend WithEvents SaveListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents LoadListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents LoadDefaultListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ClearListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker - Friend WithEvents ToolStripProgBarOverall As System.Windows.Forms.ToolStripProgressBar - Friend WithEvents LvGEN As System.Windows.Forms.ListView - Friend WithEvents ColGENpath As System.Windows.Forms.ColumnHeader - Friend WithEvents ColGENstatus As System.Windows.Forms.ColumnHeader - Friend WithEvents LvDRI As System.Windows.Forms.ListView - Friend WithEvents ColDRIpath As System.Windows.Forms.ColumnHeader - Friend WithEvents ColDRIstatus As System.Windows.Forms.ColumnHeader - Friend WithEvents ChBoxAllGEN As System.Windows.Forms.CheckBox - Friend WithEvents ChBoxAllDRI As System.Windows.Forms.CheckBox - Friend WithEvents TabPgOptions As System.Windows.Forms.TabPage - Friend WithEvents ChBoxModOut As System.Windows.Forms.CheckBox - Friend WithEvents ChBoxUseGears As System.Windows.Forms.CheckBox - Friend WithEvents ChBoxCyclDistCor As System.Windows.Forms.CheckBox - Friend WithEvents PanelOptAllg As System.Windows.Forms.Panel - Friend WithEvents LbAutoShDown As System.Windows.Forms.Label - Friend WithEvents ChBoxAutoSD As System.Windows.Forms.CheckBox - Friend WithEvents TbBOpath As System.Windows.Forms.TextBox - Friend WithEvents CbBOmode As System.Windows.Forms.ComboBox - Friend WithEvents Label2 As System.Windows.Forms.Label - Friend WithEvents ButBObrowse As System.Windows.Forms.Button - Friend WithEvents ChBoxBatchSubD As System.Windows.Forms.CheckBox - Friend WithEvents LvMsg As System.Windows.Forms.ListView - Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader - Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer - Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader - Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader - Friend WithEvents GrBoxBATCH As System.Windows.Forms.GroupBox - Friend WithEvents TabPageDEV As System.Windows.Forms.TabPage - Friend WithEvents LvDEVoptions As System.Windows.Forms.ListView - Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader - Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader - Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader - Friend WithEvents CmDEV As System.Windows.Forms.ContextMenuStrip - Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader - Friend WithEvents BtGENup As System.Windows.Forms.Button - Friend WithEvents BtGENdown As System.Windows.Forms.Button - Friend WithEvents BtDRIdown As System.Windows.Forms.Button - Friend WithEvents BtDRIup As System.Windows.Forms.Button - Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip - Friend WithEvents ToolStripBtNew As System.Windows.Forms.ToolStripButton - Friend WithEvents ToolStripBtOpen As System.Windows.Forms.ToolStripButton - Friend WithEvents ToolStripDrDnBtTools As System.Windows.Forms.ToolStripDropDownButton - Friend WithEvents GENEditorToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents VEHEditorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator - Friend WithEvents OpenLogToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents SettingsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ToolStripDrDnBtInfo As System.Windows.Forms.ToolStripDropDownButton - Friend WithEvents CreateActivationFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents AboutVECTOToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator - Friend WithEvents ToolStripProgBarJob As System.Windows.Forms.ToolStripProgressBar - Friend WithEvents TmProgSec As System.Windows.Forms.Timer - Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox - Friend WithEvents EngineEditorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents GearboxEditorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents UserManualToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator - Friend WithEvents CmOpenFile As System.Windows.Forms.ContextMenuStrip - Friend WithEvents OpenWithToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ShowInFolderToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader - Friend WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader - Friend WithEvents UpdateNotesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents SignOrVerifyFilesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator - Friend WithEvents GrBoxSTD As System.Windows.Forms.GroupBox - Friend WithEvents PnDeclOpt As System.Windows.Forms.Panel - Friend WithEvents LbDecl As System.Windows.Forms.Label - Friend WithEvents GraphToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents OpenInGraphWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents CbBatch As System.Windows.Forms.CheckBox - Friend WithEvents RbDev As System.Windows.Forms.RadioButton - Friend WithEvents RbDecl As System.Windows.Forms.RadioButton - Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox - Friend WithEvents Label1 As System.Windows.Forms.Label - Friend WithEvents ReportBugViaCITnetToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem - Friend WithEvents btStartV3 As System.Windows.Forms.Button - Friend WithEvents ChBoxMod1Hz As System.Windows.Forms.CheckBox + End Sub + Friend WithEvents Button1 As System.Windows.Forms.Button + Friend WithEvents StatusBAR As System.Windows.Forms.StatusStrip + Friend WithEvents ToolStripLbStatus As System.Windows.Forms.ToolStripStatusLabel + Friend WithEvents TabControl1 As System.Windows.Forms.TabControl + Friend WithEvents TabPageGEN As System.Windows.Forms.TabPage + Friend WithEvents TabPageDRI As System.Windows.Forms.TabPage + Friend WithEvents ButtonGENadd As System.Windows.Forms.Button + Friend WithEvents ButtonGENremove As System.Windows.Forms.Button + Friend WithEvents ButtonDRIremove As System.Windows.Forms.Button + Friend WithEvents ButtonDRIadd As System.Windows.Forms.Button + Friend WithEvents ButtonDRIedit As System.Windows.Forms.Button + Friend WithEvents ConMenFilelist As System.Windows.Forms.ContextMenuStrip + Friend WithEvents SaveListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents LoadListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents LoadDefaultListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ClearListToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker + Friend WithEvents ToolStripProgBarOverall As System.Windows.Forms.ToolStripProgressBar + Friend WithEvents LvGEN As System.Windows.Forms.ListView + Friend WithEvents ColGENpath As System.Windows.Forms.ColumnHeader + Friend WithEvents ColGENstatus As System.Windows.Forms.ColumnHeader + Friend WithEvents LvDRI As System.Windows.Forms.ListView + Friend WithEvents ColDRIpath As System.Windows.Forms.ColumnHeader + Friend WithEvents ColDRIstatus As System.Windows.Forms.ColumnHeader + Friend WithEvents ChBoxAllGEN As System.Windows.Forms.CheckBox + Friend WithEvents ChBoxAllDRI As System.Windows.Forms.CheckBox + Friend WithEvents TabPgOptions As System.Windows.Forms.TabPage + Friend WithEvents ChBoxModOut As System.Windows.Forms.CheckBox + Friend WithEvents ChBoxUseGears As System.Windows.Forms.CheckBox + Friend WithEvents ChBoxCyclDistCor As System.Windows.Forms.CheckBox + Friend WithEvents PanelOptAllg As System.Windows.Forms.Panel + Friend WithEvents LbAutoShDown As System.Windows.Forms.Label + Friend WithEvents ChBoxAutoSD As System.Windows.Forms.CheckBox + Friend WithEvents TbBOpath As System.Windows.Forms.TextBox + Friend WithEvents CbBOmode As System.Windows.Forms.ComboBox + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents ButBObrowse As System.Windows.Forms.Button + Friend WithEvents ChBoxBatchSubD As System.Windows.Forms.CheckBox + Friend WithEvents LvMsg As System.Windows.Forms.ListView + Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader + Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer + Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader + Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader + Friend WithEvents GrBoxBATCH As System.Windows.Forms.GroupBox + Friend WithEvents TabPageDEV As System.Windows.Forms.TabPage + Friend WithEvents LvDEVoptions As System.Windows.Forms.ListView + Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader + Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader + Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader + Friend WithEvents CmDEV As System.Windows.Forms.ContextMenuStrip + Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader + Friend WithEvents BtGENup As System.Windows.Forms.Button + Friend WithEvents BtGENdown As System.Windows.Forms.Button + Friend WithEvents BtDRIdown As System.Windows.Forms.Button + Friend WithEvents BtDRIup As System.Windows.Forms.Button + Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip + Friend WithEvents ToolStripBtNew As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripBtOpen As System.Windows.Forms.ToolStripButton + Friend WithEvents ToolStripDrDnBtTools As System.Windows.Forms.ToolStripDropDownButton + Friend WithEvents GENEditorToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents VEHEditorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents OpenLogToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents SettingsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolStripDrDnBtInfo As System.Windows.Forms.ToolStripDropDownButton + Friend WithEvents CreateActivationFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents AboutVECTOToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents ToolStripProgBarJob As System.Windows.Forms.ToolStripProgressBar + Friend WithEvents TmProgSec As System.Windows.Forms.Timer + Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox + Friend WithEvents EngineEditorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents GearboxEditorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents UserManualToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents CmOpenFile As System.Windows.Forms.ContextMenuStrip + Friend WithEvents OpenWithToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ShowInFolderToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader + Friend WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader + Friend WithEvents UpdateNotesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents SignOrVerifyFilesToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents GrBoxSTD As System.Windows.Forms.GroupBox + Friend WithEvents PnDeclOpt As System.Windows.Forms.Panel + Friend WithEvents LbDecl As System.Windows.Forms.Label + Friend WithEvents GraphToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents OpenInGraphWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents CbBatch As System.Windows.Forms.CheckBox + Friend WithEvents RbDev As System.Windows.Forms.RadioButton + Friend WithEvents RbDecl As System.Windows.Forms.RadioButton + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents ReportBugViaCITnetToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem + Friend WithEvents btStartV3 As System.Windows.Forms.Button + Friend WithEvents ChBoxMod1Hz As System.Windows.Forms.CheckBox Friend WithEvents Label6 As System.Windows.Forms.Label - Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip - -End Class + Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip + Friend WithEvents NewToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents OpenToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents SaveToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents PrintToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents toolStripSeparator As System.Windows.Forms.ToolStripSeparator + Friend WithEvents CutToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents CopyToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents PasteToolStripButton As System.Windows.Forms.ToolStripButton + Friend WithEvents toolStripSeparator1 As System.Windows.Forms.ToolStripSeparator + Friend WithEvents HelpToolStripButton As System.Windows.Forms.ToolStripButton + +End Class diff --git a/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb b/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb index cf6d0d8ab566f9c8dbd086538d27fbb931d5fefd..e7dbd864e9da6c499899bdf8afbcdced66c94ad9 100644 --- a/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb +++ b/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.Designer.vb @@ -23,18 +23,18 @@ Partial Class frmAuxiliaryConfig <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() - Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() + Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuxiliaryConfig)) Me.pnlMain = New System.Windows.Forms.Panel() Me.btnCancel = New System.Windows.Forms.Button() @@ -68,9 +68,12 @@ Partial Class frmAuxiliaryConfig Me.lblAlternatorGearEfficiency = New System.Windows.Forms.Label() Me.lblAlternatormapPath = New System.Windows.Forms.Label() Me.lblPowerNetVoltage = New System.Windows.Forms.Label() + Me.btnAALTOpen = New System.Windows.Forms.Button() Me.tabPneumaticConfig = New System.Windows.Forms.TabPage() Me.Label3 = New System.Windows.Forms.Label() Me.pnlPneumaticsUserInput = New System.Windows.Forms.Panel() + Me.btnOpenAPAC = New System.Windows.Forms.Button() + Me.btnOpenACMP = New System.Windows.Forms.Button() Me.btnActuationsMap = New System.Windows.Forms.Button() Me.btnCompressorMap = New System.Windows.Forms.Button() Me.lblPneumaticsVariablesTitle = New System.Windows.Forms.Label() @@ -128,6 +131,8 @@ Partial Class frmAuxiliaryConfig Me.lblSSMFilePath = New System.Windows.Forms.Label() Me.txtSSMFilePath = New System.Windows.Forms.TextBox() Me.lblHVACTitle = New System.Windows.Forms.Label() + Me.btnOpenABDB = New System.Windows.Forms.Button() + Me.btnOpenAHSM = New System.Windows.Forms.Button() Me.resultCardContextMenu = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ErrorProvider = New System.Windows.Forms.ErrorProvider(Me.components) @@ -135,11 +140,6 @@ Partial Class frmAuxiliaryConfig Me.CmFiles = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.OpenWithToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ShowInFolderToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.btnAALTOpen = New System.Windows.Forms.Button() - Me.btnOpenAPAC = New System.Windows.Forms.Button() - Me.btnOpenACMP = New System.Windows.Forms.Button() - Me.btnOpenABDB = New System.Windows.Forms.Button() - Me.btnOpenAHSM = New System.Windows.Forms.Button() Me.pnlMain.SuspendLayout() Me.tabMain.SuspendLayout() Me.tabGeneralConfig.SuspendLayout() @@ -231,7 +231,7 @@ Partial Class frmAuxiliaryConfig 'btnFuelMap ' Me.btnFuelMap.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon - Me.btnFuelMap.Location = New System.Drawing.Point(785, 202) + Me.btnFuelMap.Location = New System.Drawing.Point(800, 202) Me.btnFuelMap.Name = "btnFuelMap" Me.btnFuelMap.Size = New System.Drawing.Size(24, 24) Me.btnFuelMap.TabIndex = 9 @@ -326,7 +326,7 @@ Partial Class frmAuxiliaryConfig 'btnAlternatorMapPath ' Me.btnAlternatorMapPath.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon - Me.btnAlternatorMapPath.Location = New System.Drawing.Point(482, 41) + Me.btnAlternatorMapPath.Location = New System.Drawing.Point(498, 41) Me.btnAlternatorMapPath.Name = "btnAlternatorMapPath" Me.btnAlternatorMapPath.Size = New System.Drawing.Size(24, 24) Me.btnAlternatorMapPath.TabIndex = 19 @@ -334,97 +334,97 @@ Partial Class frmAuxiliaryConfig ' 'gvResultsCardOverrun ' - DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardOverrun.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 + DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardOverrun.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle13 Me.gvResultsCardOverrun.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvResultsCardOverrun.DefaultCellStyle = DataGridViewCellStyle2 + DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvResultsCardOverrun.DefaultCellStyle = DataGridViewCellStyle14 Me.gvResultsCardOverrun.Location = New System.Drawing.Point(613, 451) Me.gvResultsCardOverrun.Name = "gvResultsCardOverrun" - DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardOverrun.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 + DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardOverrun.RowHeadersDefaultCellStyle = DataGridViewCellStyle15 Me.gvResultsCardOverrun.Size = New System.Drawing.Size(246, 125) Me.gvResultsCardOverrun.TabIndex = 18 ' 'gvResultsCardTraction ' - DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardTraction.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 + DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardTraction.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle16 Me.gvResultsCardTraction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvResultsCardTraction.DefaultCellStyle = DataGridViewCellStyle5 + DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvResultsCardTraction.DefaultCellStyle = DataGridViewCellStyle17 Me.gvResultsCardTraction.Location = New System.Drawing.Point(325, 451) Me.gvResultsCardTraction.Name = "gvResultsCardTraction" - DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardTraction.RowHeadersDefaultCellStyle = DataGridViewCellStyle6 + DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardTraction.RowHeadersDefaultCellStyle = DataGridViewCellStyle18 Me.gvResultsCardTraction.Size = New System.Drawing.Size(258, 125) Me.gvResultsCardTraction.TabIndex = 17 ' 'gvResultsCardIdle ' - DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardIdle.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7 + DataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardIdle.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle19 Me.gvResultsCardIdle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvResultsCardIdle.DefaultCellStyle = DataGridViewCellStyle8 + DataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvResultsCardIdle.DefaultCellStyle = DataGridViewCellStyle20 Me.gvResultsCardIdle.Location = New System.Drawing.Point(35, 451) Me.gvResultsCardIdle.Name = "gvResultsCardIdle" - DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvResultsCardIdle.RowHeadersDefaultCellStyle = DataGridViewCellStyle9 + DataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvResultsCardIdle.RowHeadersDefaultCellStyle = DataGridViewCellStyle21 Me.gvResultsCardIdle.Size = New System.Drawing.Size(256, 125) Me.gvResultsCardIdle.TabIndex = 16 ' @@ -476,33 +476,33 @@ Partial Class frmAuxiliaryConfig ' 'gvElectricalConsumables ' - DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvElectricalConsumables.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10 + DataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvElectricalConsumables.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle22 Me.gvElectricalConsumables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize - DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window - DataGridViewCellStyle11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText - DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] - Me.gvElectricalConsumables.DefaultCellStyle = DataGridViewCellStyle11 + DataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window + DataGridViewCellStyle23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText + DataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] + Me.gvElectricalConsumables.DefaultCellStyle = DataGridViewCellStyle23 Me.gvElectricalConsumables.Location = New System.Drawing.Point(33, 200) Me.gvElectricalConsumables.Name = "gvElectricalConsumables" - DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft - DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control - DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText - DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight - DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText - DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] - Me.gvElectricalConsumables.RowHeadersDefaultCellStyle = DataGridViewCellStyle12 + DataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft + DataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control + DataGridViewCellStyle24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + DataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText + DataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight + DataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText + DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] + Me.gvElectricalConsumables.RowHeadersDefaultCellStyle = DataGridViewCellStyle24 Me.gvElectricalConsumables.Size = New System.Drawing.Size(830, 220) Me.gvElectricalConsumables.TabIndex = 10 ' @@ -573,6 +573,15 @@ Partial Class frmAuxiliaryConfig Me.lblPowerNetVoltage.TabIndex = 3 Me.lblPowerNetVoltage.Text = "Powernet Voltage" ' + 'btnAALTOpen + ' + Me.btnAALTOpen.Image = CType(resources.GetObject("btnAALTOpen.Image"), System.Drawing.Image) + Me.btnAALTOpen.Location = New System.Drawing.Point(522, 41) + Me.btnAALTOpen.Name = "btnAALTOpen" + Me.btnAALTOpen.Size = New System.Drawing.Size(24, 24) + Me.btnAALTOpen.TabIndex = 20 + Me.btnAALTOpen.UseVisualStyleBackColor = True + ' 'tabPneumaticConfig ' Me.tabPneumaticConfig.Controls.Add(Me.Label3) @@ -626,10 +635,28 @@ Partial Class frmAuxiliaryConfig Me.pnlPneumaticsUserInput.Size = New System.Drawing.Size(491, 536) Me.pnlPneumaticsUserInput.TabIndex = 53 ' + 'btnOpenAPAC + ' + Me.btnOpenAPAC.Image = CType(resources.GetObject("btnOpenAPAC.Image"), System.Drawing.Image) + Me.btnOpenAPAC.Location = New System.Drawing.Point(445, 343) + Me.btnOpenAPAC.Name = "btnOpenAPAC" + Me.btnOpenAPAC.Size = New System.Drawing.Size(24, 24) + Me.btnOpenAPAC.TabIndex = 54 + Me.btnOpenAPAC.UseVisualStyleBackColor = True + ' + 'btnOpenACMP + ' + Me.btnOpenACMP.Image = CType(resources.GetObject("btnOpenACMP.Image"), System.Drawing.Image) + Me.btnOpenACMP.Location = New System.Drawing.Point(445, 58) + Me.btnOpenACMP.Name = "btnOpenACMP" + Me.btnOpenACMP.Size = New System.Drawing.Size(24, 24) + Me.btnOpenACMP.TabIndex = 53 + Me.btnOpenACMP.UseVisualStyleBackColor = True + ' 'btnActuationsMap ' Me.btnActuationsMap.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon - Me.btnActuationsMap.Location = New System.Drawing.Point(403, 343) + Me.btnActuationsMap.Location = New System.Drawing.Point(421, 343) Me.btnActuationsMap.Name = "btnActuationsMap" Me.btnActuationsMap.Size = New System.Drawing.Size(24, 24) Me.btnActuationsMap.TabIndex = 21 @@ -638,7 +665,7 @@ Partial Class frmAuxiliaryConfig 'btnCompressorMap ' Me.btnCompressorMap.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon - Me.btnCompressorMap.Location = New System.Drawing.Point(403, 58) + Me.btnCompressorMap.Location = New System.Drawing.Point(421, 58) Me.btnCompressorMap.Name = "btnCompressorMap" Me.btnCompressorMap.Size = New System.Drawing.Size(24, 24) Me.btnCompressorMap.TabIndex = 13 @@ -1106,7 +1133,7 @@ Partial Class frmAuxiliaryConfig 'btnBusDatabaseSource ' Me.btnBusDatabaseSource.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon - Me.btnBusDatabaseSource.Location = New System.Drawing.Point(696, 159) + Me.btnBusDatabaseSource.Location = New System.Drawing.Point(713, 159) Me.btnBusDatabaseSource.Name = "btnBusDatabaseSource" Me.btnBusDatabaseSource.Size = New System.Drawing.Size(24, 24) Me.btnBusDatabaseSource.TabIndex = 58 @@ -1131,7 +1158,7 @@ Partial Class frmAuxiliaryConfig 'btnSSMBSource ' Me.btnSSMBSource.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon - Me.btnSSMBSource.Location = New System.Drawing.Point(696, 106) + Me.btnSSMBSource.Location = New System.Drawing.Point(713, 106) Me.btnSSMBSource.Name = "btnSSMBSource" Me.btnSSMBSource.Size = New System.Drawing.Size(24, 24) Me.btnSSMBSource.TabIndex = 28 @@ -1164,6 +1191,24 @@ Partial Class frmAuxiliaryConfig Me.lblHVACTitle.TabIndex = 25 Me.lblHVACTitle.Text = "Steady State Output Values" ' + 'btnOpenABDB + ' + Me.btnOpenABDB.Image = CType(resources.GetObject("btnOpenABDB.Image"), System.Drawing.Image) + Me.btnOpenABDB.Location = New System.Drawing.Point(737, 159) + Me.btnOpenABDB.Name = "btnOpenABDB" + Me.btnOpenABDB.Size = New System.Drawing.Size(24, 24) + Me.btnOpenABDB.TabIndex = 59 + Me.btnOpenABDB.UseVisualStyleBackColor = True + ' + 'btnOpenAHSM + ' + Me.btnOpenAHSM.Image = CType(resources.GetObject("btnOpenAHSM.Image"), System.Drawing.Image) + Me.btnOpenAHSM.Location = New System.Drawing.Point(737, 106) + Me.btnOpenAHSM.Name = "btnOpenAHSM" + Me.btnOpenAHSM.Size = New System.Drawing.Size(24, 24) + Me.btnOpenAHSM.TabIndex = 55 + Me.btnOpenAHSM.UseVisualStyleBackColor = True + ' 'resultCardContextMenu ' Me.resultCardContextMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DeleteToolStripMenuItem}) @@ -1202,51 +1247,6 @@ Partial Class frmAuxiliaryConfig Me.ShowInFolderToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.ShowInFolderToolStripMenuItem.Text = "Open In Folder" ' - 'btnAALTOpen - ' - Me.btnAALTOpen.Image = CType(resources.GetObject("btnAALTOpen.Image"), System.Drawing.Image) - Me.btnAALTOpen.Location = New System.Drawing.Point(506, 41) - Me.btnAALTOpen.Name = "btnAALTOpen" - Me.btnAALTOpen.Size = New System.Drawing.Size(24, 24) - Me.btnAALTOpen.TabIndex = 20 - Me.btnAALTOpen.UseVisualStyleBackColor = True - ' - 'btnOpenAPAC - ' - Me.btnOpenAPAC.Image = CType(resources.GetObject("btnOpenAPAC.Image"), System.Drawing.Image) - Me.btnOpenAPAC.Location = New System.Drawing.Point(427, 343) - Me.btnOpenAPAC.Name = "btnOpenAPAC" - Me.btnOpenAPAC.Size = New System.Drawing.Size(24, 24) - Me.btnOpenAPAC.TabIndex = 54 - Me.btnOpenAPAC.UseVisualStyleBackColor = True - ' - 'btnOpenACMP - ' - Me.btnOpenACMP.Image = CType(resources.GetObject("btnOpenACMP.Image"), System.Drawing.Image) - Me.btnOpenACMP.Location = New System.Drawing.Point(427, 58) - Me.btnOpenACMP.Name = "btnOpenACMP" - Me.btnOpenACMP.Size = New System.Drawing.Size(24, 24) - Me.btnOpenACMP.TabIndex = 53 - Me.btnOpenACMP.UseVisualStyleBackColor = True - ' - 'btnOpenABDB - ' - Me.btnOpenABDB.Image = CType(resources.GetObject("btnOpenABDB.Image"), System.Drawing.Image) - Me.btnOpenABDB.Location = New System.Drawing.Point(720, 159) - Me.btnOpenABDB.Name = "btnOpenABDB" - Me.btnOpenABDB.Size = New System.Drawing.Size(24, 24) - Me.btnOpenABDB.TabIndex = 59 - Me.btnOpenABDB.UseVisualStyleBackColor = True - ' - 'btnOpenAHSM - ' - Me.btnOpenAHSM.Image = CType(resources.GetObject("btnOpenAHSM.Image"), System.Drawing.Image) - Me.btnOpenAHSM.Location = New System.Drawing.Point(720, 106) - Me.btnOpenAHSM.Name = "btnOpenAHSM" - Me.btnOpenAHSM.Size = New System.Drawing.Size(24, 24) - Me.btnOpenAHSM.TabIndex = 55 - Me.btnOpenAHSM.UseVisualStyleBackColor = True - ' 'frmAuxiliaryConfig ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) diff --git a/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.resx b/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.resx index b830c6d447e37d88d0003194e70dea46fd3ad3d5..b8d3f1182d75f2bb026072574e6526b19a05b4d5 100644 --- a/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.resx +++ b/VECTOAux/VectoAuxiliaries/UI/frmAuxiliaryConfig.resx @@ -118,7 +118,7 @@ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> - <data name="btnAALTOpen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <data name="btnOpenABDB.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL DAAACwwBP0AiyAAAAAd0SU1FB90DDwobMP/PsTcAAAIsSURBVDhPY6AKCAwMZDKyDmfXNw9mN7AMZTe0 @@ -134,7 +134,7 @@ AElFTkSuQmCC </value> </data> - <data name="btnOpenAPAC.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <data name="btnOpenAHSM.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL DAAACwwBP0AiyAAAAAd0SU1FB90DDwobMP/PsTcAAAIsSURBVDhPY6AKCAwMZDKyDmfXNw9mN7AMZTe0 @@ -150,7 +150,7 @@ AElFTkSuQmCC </value> </data> - <data name="btnOpenACMP.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <data name="btnAALTOpen.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL DAAACwwBP0AiyAAAAAd0SU1FB90DDwobMP/PsTcAAAIsSURBVDhPY6AKCAwMZDKyDmfXNw9mN7AMZTe0 @@ -166,7 +166,7 @@ AElFTkSuQmCC </value> </data> - <data name="btnOpenABDB.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <data name="btnOpenAPAC.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL DAAACwwBP0AiyAAAAAd0SU1FB90DDwobMP/PsTcAAAIsSURBVDhPY6AKCAwMZDKyDmfXNw9mN7AMZTe0 @@ -182,7 +182,7 @@ AElFTkSuQmCC </value> </data> - <data name="btnOpenAHSM.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <data name="btnOpenACMP.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAL DAAACwwBP0AiyAAAAAd0SU1FB90DDwobMP/PsTcAAAIsSURBVDhPY6AKCAwMZDKyDmfXNw9mN7AMZTe0 @@ -204,9 +204,6 @@ <metadata name="ErrorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>168, 17</value> </metadata> - <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <value>35</value> - </metadata> <metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>543, 19</value> </metadata> diff --git a/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb b/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb index eac134f6862f717c00697fc217192001b1ac47e9..f632fb15a1dc637f0d5a4eac513d4197f866b61a 100644 --- a/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb +++ b/VECTOAux/VectoAuxiliaries/UI/frmHVACTool.Designer.vb @@ -1777,7 +1777,7 @@ Partial Class frmHVACTool 'btnOpenAenv ' Me.btnOpenAenv.Image = CType(resources.GetObject("btnOpenAenv.Image"), System.Drawing.Image) - Me.btnOpenAenv.Location = New System.Drawing.Point(728, 122) + Me.btnOpenAenv.Location = New System.Drawing.Point(745, 122) Me.btnOpenAenv.Name = "btnOpenAenv" Me.btnOpenAenv.Size = New System.Drawing.Size(24, 24) Me.btnOpenAenv.TabIndex = 62 @@ -1786,7 +1786,7 @@ Partial Class frmHVACTool 'btnEnvironmentConditionsSource ' Me.btnEnvironmentConditionsSource.Image = Global.VectoAuxiliaries.My.Resources.Resources.Open_icon - Me.btnEnvironmentConditionsSource.Location = New System.Drawing.Point(704, 122) + Me.btnEnvironmentConditionsSource.Location = New System.Drawing.Point(721, 122) Me.btnEnvironmentConditionsSource.Name = "btnEnvironmentConditionsSource" Me.btnEnvironmentConditionsSource.Size = New System.Drawing.Size(24, 24) Me.btnEnvironmentConditionsSource.TabIndex = 61