diff --git a/HelloWorld/Form1.Designer.vb b/HelloWorld/Form1.Designer.vb index 334f30e..e61686e 100644 --- a/HelloWorld/Form1.Designer.vb +++ b/HelloWorld/Form1.Designer.vb @@ -102,6 +102,7 @@ Partial Class Form1 ' 'MenuStrip1 ' + Me.MenuStrip1.Enabled = False Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OptionsToolStripMenuItem, Me.AboutToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" @@ -120,6 +121,7 @@ Partial Class Form1 'AboutToolStripMenuItem ' Me.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem" + Me.AboutToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.D6), System.Windows.Forms.Keys) Me.AboutToolStripMenuItem.Size = New System.Drawing.Size(52, 20) Me.AboutToolStripMenuItem.Text = "About" ' @@ -154,7 +156,7 @@ Partial Class Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(687, 245) + Me.ClientSize = New System.Drawing.Size(687, 213) Me.Controls.Add(Me.btnFedexShipping) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.btnEditBaseUrl) @@ -171,7 +173,7 @@ Partial Class Form1 Me.MainMenuStrip = Me.MenuStrip1 Me.MaximizeBox = False Me.Name = "Form1" - Me.Text = "TNT Tacking Link Creator" + Me.Text = "TNT & FexEx Tacking Link Creator" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ResumeLayout(False) diff --git a/HelloWorld/Form2.Designer.vb b/HelloWorld/Form2.Designer.vb index c887885..effe9c7 100644 --- a/HelloWorld/Form2.Designer.vb +++ b/HelloWorld/Form2.Designer.vb @@ -29,11 +29,11 @@ Partial Class About 'Label1 ' Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 18) + Me.Label1.Location = New System.Drawing.Point(13, 20) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(222, 39) Me.Label1.TabIndex = 0 - Me.Label1.Text = "Verson 1.0" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Made by Ben Nicholson - All Rights Reserved" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) + Me.Label1.Text = "Verson 1.0.2.0" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Made by Ben Nicholson - All Rights Reserved" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.Label1.UseWaitCursor = True ' diff --git a/HelloWorld/Form2.vb b/HelloWorld/Form2.vb index 9594344..bde19c3 100644 --- a/HelloWorld/Form2.vb +++ b/HelloWorld/Form2.vb @@ -2,8 +2,4 @@ Private Sub About_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub - - Private Sub Label1_Click(sender As Object, e As EventArgs) Handles Label1.Click - - End Sub End Class \ No newline at end of file diff --git a/HelloWorld/My Project/app.manifest b/HelloWorld/My Project/app.manifest new file mode 100644 index 0000000..b55972c --- /dev/null +++ b/HelloWorld/My Project/app.manifest @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/HelloWorld/TNT Tracking Link.vbproj b/HelloWorld/TNT Tracking Link.vbproj index 690d541..f61eb4e 100644 --- a/HelloWorld/TNT Tracking Link.vbproj +++ b/HelloWorld/TNT Tracking Link.vbproj @@ -15,6 +15,23 @@ true true + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + true + 1 + 1.0.2.%2a + false + true + true AnyCPU @@ -35,6 +52,7 @@ bin\Release\ TNTTracking.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false On @@ -78,6 +96,24 @@ TNT.ico + + 8554AC84A54BCC1E4841E3D21647B2A493B26F4E + + + TNT Tracking Link_TemporaryKey.pfx + + + true + + + LocalIntranet + + + My Project\app.manifest + + + true + @@ -152,6 +188,7 @@ + MyApplicationCodeGenerator Application.Designer.vb @@ -162,9 +199,22 @@ Settings.Designer.vb + + + + False + Microsoft .NET Framework 4.8 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + \ No newline at end of file