Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 37384985 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

moving around GUI elements

parent 3910262f
Branches
Tags
No related merge requests found
......@@ -32,6 +32,7 @@ Partial Class F_VECTO
Me.BtDRIrem = New System.Windows.Forms.Button()
Me.BtDRIadd = New System.Windows.Forms.Button()
Me.GrAux = New System.Windows.Forms.GroupBox()
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()
......@@ -122,27 +123,26 @@ Partial Class F_VECTO
Me.TbGbxTxt = New System.Windows.Forms.TextBox()
Me.TbMass = New System.Windows.Forms.TextBox()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.btnAAUXOpen = New System.Windows.Forms.Button()
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.PnLookAhead.SuspendLayout
Me.GroupBox1.SuspendLayout
Me.PnEcoRoll.SuspendLayout
Me.GrStartStop.SuspendLayout
Me.PnStartStop.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
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.PnLookAhead.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.PnEcoRoll.SuspendLayout()
Me.GrStartStop.SuspendLayout()
Me.PnStartStop.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
'
......@@ -160,7 +160,7 @@ Partial Class F_VECTO
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, 491)
Me.TabPgGen.Size = New System.Drawing.Size(527, 542)
Me.TabPgGen.TabIndex = 0
Me.TabPgGen.Text = "General"
Me.TabPgGen.UseVisualStyleBackColor = True
......@@ -174,9 +174,9 @@ Partial Class F_VECTO
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(7, 271)
Me.GrCycles.Location = New System.Drawing.Point(6, 322)
Me.GrCycles.Name = "GrCycles"
Me.GrCycles.Size = New System.Drawing.Size(515, 208)
Me.GrCycles.Size = New System.Drawing.Size(515, 186)
Me.GrCycles.TabIndex = 10
Me.GrCycles.TabStop = False
Me.GrCycles.Text = "Cycles"
......@@ -184,8 +184,8 @@ Partial Class F_VECTO
'Label2
'
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label2.AutoSize = true
Me.Label2.Location = New System.Drawing.Point(387, 188)
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(386, 162)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(122, 13)
Me.Label2.TabIndex = 3
......@@ -199,10 +199,10 @@ Partial Class F_VECTO
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.HideSelection = False
Me.LvCycles.LabelEdit = True
Me.LvCycles.Location = New System.Drawing.Point(6, 25)
Me.LvCycles.MultiSelect = false
Me.LvCycles.MultiSelect = False
Me.LvCycles.Name = "LvCycles"
Me.LvCycles.Size = New System.Drawing.Size(503, 123)
Me.LvCycles.TabIndex = 0
......@@ -219,7 +219,7 @@ Partial Class F_VECTO
'
Me.BtDRIrem.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.BtDRIrem.Image = Global.VECTO.My.Resources.Resources.minus_circle_icon
Me.BtDRIrem.Location = New System.Drawing.Point(41, 156)
Me.BtDRIrem.Location = New System.Drawing.Point(41, 157)
Me.BtDRIrem.Name = "BtDRIrem"
Me.BtDRIrem.Size = New System.Drawing.Size(29, 23)
Me.BtDRIrem.TabIndex = 2
......@@ -229,7 +229,7 @@ Partial Class F_VECTO
'
Me.BtDRIadd.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.BtDRIadd.Image = Global.VECTO.My.Resources.Resources.plus_circle_icon
Me.BtDRIadd.Location = New System.Drawing.Point(6, 156)
Me.BtDRIadd.Location = New System.Drawing.Point(6, 157)
Me.BtDRIadd.Name = "BtDRIadd"
Me.BtDRIadd.Size = New System.Drawing.Size(29, 23)
Me.BtDRIadd.TabIndex = 1
......@@ -253,14 +253,23 @@ Partial Class F_VECTO
Me.GrAux.Controls.Add(Me.ButAuxAdd)
Me.GrAux.Location = New System.Drawing.Point(6, 87)
Me.GrAux.Name = "GrAux"
Me.GrAux.Size = New System.Drawing.Size(515, 260)
Me.GrAux.Size = New System.Drawing.Size(515, 229)
Me.GrAux.TabIndex = 9
Me.GrAux.TabStop = False
Me.GrAux.Text = "Auxiliaries"
'
'btnAAUXOpen
'
Me.btnAAUXOpen.Image = Global.VECTO.My.Resources.Resources.application_export_icon_small
Me.btnAAUXOpen.Location = New System.Drawing.Point(486, 45)
Me.btnAAUXOpen.Name = "btnAAUXOpen"
Me.btnAAUXOpen.Size = New System.Drawing.Size(26, 23)
Me.btnAAUXOpen.TabIndex = 41
Me.btnAAUXOpen.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = true
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(7, 52)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(96, 13)
......@@ -275,7 +284,7 @@ Partial Class F_VECTO
Me.btnBrowseAAUXFile.TabIndex = 39
Me.btnBrowseAAUXFile.Text = ". . ."
Me.ToolTip1.SetToolTip(Me.btnBrowseAAUXFile, "Configure/Browser Advanced Auxiliary Files")
Me.btnBrowseAAUXFile.UseVisualStyleBackColor = true
Me.btnBrowseAAUXFile.UseVisualStyleBackColor = True
'
'txtAdvancedAuxiliaryFile
'
......@@ -293,11 +302,11 @@ Partial Class F_VECTO
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
Me.picAuxInfo.TabStop = False
'
'cboAdvancedAuxiliaries
'
Me.cboAdvancedAuxiliaries.FormattingEnabled = true
Me.cboAdvancedAuxiliaries.FormattingEnabled = True
Me.cboAdvancedAuxiliaries.Location = New System.Drawing.Point(119, 18)
Me.cboAdvancedAuxiliaries.Name = "cboAdvancedAuxiliaries"
Me.cboAdvancedAuxiliaries.Size = New System.Drawing.Size(321, 21)
......@@ -305,7 +314,7 @@ Partial Class F_VECTO
'
'lbAdvancedAuxiliaries
'
Me.lbAdvancedAuxiliaries.AutoSize = true
Me.lbAdvancedAuxiliaries.AutoSize = True
Me.lbAdvancedAuxiliaries.Location = New System.Drawing.Point(7, 21)
Me.lbAdvancedAuxiliaries.Name = "lbAdvancedAuxiliaries"
Me.lbAdvancedAuxiliaries.Size = New System.Drawing.Size(72, 13)
......@@ -315,8 +324,8 @@ Partial Class F_VECTO
'Label32
'
Me.Label32.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label32.AutoSize = true
Me.Label32.Location = New System.Drawing.Point(369, 200)
Me.Label32.AutoSize = True
Me.Label32.Location = New System.Drawing.Point(369, 205)
Me.Label32.Name = "Label32"
Me.Label32.Size = New System.Drawing.Size(139, 13)
Me.Label32.TabIndex = 3
......@@ -327,11 +336,11 @@ Partial Class F_VECTO
Me.LvAux.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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.FullRowSelect = True
Me.LvAux.GridLines = True
Me.LvAux.HideSelection = False
Me.LvAux.Location = New System.Drawing.Point(6, 72)
Me.LvAux.MultiSelect = false
Me.LvAux.MultiSelect = False
Me.LvAux.Name = "LvAux"
Me.LvAux.Size = New System.Drawing.Size(503, 117)
Me.LvAux.TabIndex = 0
......@@ -1007,7 +1016,7 @@ Partial Class F_VECTO
'
Me.CmOpenFile.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenWithToolStripMenuItem, Me.ShowInFolderToolStripMenuItem})
Me.CmOpenFile.Name = "CmOpenFile"
Me.CmOpenFile.Size = New System.Drawing.Size(153, 70)
Me.CmOpenFile.Size = New System.Drawing.Size(153, 48)
'
'OpenWithToolStripMenuItem
'
......@@ -1087,15 +1096,6 @@ Partial Class F_VECTO
Me.TbMass.ReadOnly = True
Me.TbMass.Size = New System.Drawing.Size(50, 20)
Me.TbMass.TabIndex = 3
'
'btnAAUXOpen
'
Me.btnAAUXOpen.Image = Global.VECTO.My.Resources.Resources.application_export_icon_small
Me.btnAAUXOpen.Location = New System.Drawing.Point(486, 45)
Me.btnAAUXOpen.Name = "btnAAUXOpen"
Me.btnAAUXOpen.Size = New System.Drawing.Size(26, 23)
Me.btnAAUXOpen.TabIndex = 41
Me.btnAAUXOpen.UseVisualStyleBackColor = true
'
'F_VECTO
'
......@@ -1125,39 +1125,39 @@ Partial Class F_VECTO
Me.Name = "F_VECTO"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Job Editor"
Me.TabPgGen.ResumeLayout(false)
Me.TabPgGen.PerformLayout
Me.GrCycles.ResumeLayout(false)
Me.GrCycles.PerformLayout
Me.GrAux.ResumeLayout(false)
Me.GrAux.PerformLayout
CType(Me.picAuxInfo,System.ComponentModel.ISupportInitialize).EndInit
Me.TabControl1.ResumeLayout(false)
Me.TabPgDriver.ResumeLayout(false)
Me.GrVACC.ResumeLayout(false)
Me.GrVACC.PerformLayout
Me.GrLAC.ResumeLayout(false)
Me.GrLAC.PerformLayout
Me.PnLookAhead.ResumeLayout(false)
Me.PnLookAhead.PerformLayout
Me.GroupBox1.ResumeLayout(false)
Me.GroupBox1.PerformLayout
Me.PnEcoRoll.ResumeLayout(false)
Me.PnEcoRoll.PerformLayout
Me.GrStartStop.ResumeLayout(false)
Me.GrStartStop.PerformLayout
Me.PnStartStop.ResumeLayout(false)
Me.PnStartStop.PerformLayout
Me.StatusStrip1.ResumeLayout(false)
Me.StatusStrip1.PerformLayout
Me.ToolStrip1.ResumeLayout(false)
Me.ToolStrip1.PerformLayout
CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).EndInit
Me.CmOpenFile.ResumeLayout(false)
CType(Me.PicVehicle,System.ComponentModel.ISupportInitialize).EndInit
CType(Me.PicBox,System.ComponentModel.ISupportInitialize).EndInit
Me.ResumeLayout(false)
Me.PerformLayout
Me.TabPgGen.ResumeLayout(False)
Me.TabPgGen.PerformLayout()
Me.GrCycles.ResumeLayout(False)
Me.GrCycles.PerformLayout()
Me.GrAux.ResumeLayout(False)
Me.GrAux.PerformLayout()
CType(Me.picAuxInfo, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabControl1.ResumeLayout(False)
Me.TabPgDriver.ResumeLayout(False)
Me.GrVACC.ResumeLayout(False)
Me.GrVACC.PerformLayout()
Me.GrLAC.ResumeLayout(False)
Me.GrLAC.PerformLayout()
Me.PnLookAhead.ResumeLayout(False)
Me.PnLookAhead.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.PnEcoRoll.ResumeLayout(False)
Me.PnEcoRoll.PerformLayout()
Me.GrStartStop.ResumeLayout(False)
Me.GrStartStop.PerformLayout()
Me.PnStartStop.ResumeLayout(False)
Me.PnStartStop.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.CmOpenFile.ResumeLayout(False)
CType(Me.PicVehicle, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PicBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TabPgGen As System.Windows.Forms.TabPage
......
......@@ -129,9 +129,6 @@
<metadata name="CmOpenFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>350, 15</value>
</metadata>
<metadata name="ToolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>468, 15</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>49</value>
</metadata>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment