From 4ded7bee915873704d29a5a42aa6380f3bd24659 Mon Sep 17 00:00:00 2001 From: Ben Nicholson Date: Wed, 26 Jun 2024 23:35:45 +1000 Subject: [PATCH] Delete HelloWorld/Form2.Designer.vb --- HelloWorld/Form2.Designer.vb | 58 ------------------------------------ 1 file changed, 58 deletions(-) delete mode 100644 HelloWorld/Form2.Designer.vb diff --git a/HelloWorld/Form2.Designer.vb b/HelloWorld/Form2.Designer.vb deleted file mode 100644 index effe9c7..0000000 --- a/HelloWorld/Form2.Designer.vb +++ /dev/null @@ -1,58 +0,0 @@ - -Partial Class About - Inherits System.Windows.Forms.Form - - 'Form overrides dispose to clean up the component list. - - 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 - - 'Required by the Windows Form Designer - Private components As System.ComponentModel.IContainer - - 'NOTE: The following procedure is required by the Windows Form Designer - 'It can be modified using the Windows Form Designer. - 'Do not modify it using the code editor. - - Private Sub InitializeComponent() - Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(About)) - Me.Label1 = New System.Windows.Forms.Label() - Me.SuspendLayout() - ' - 'Label1 - ' - Me.Label1.AutoSize = True - 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.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 - ' - 'About - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) - Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(248, 80) - Me.Controls.Add(Me.Label1) - Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) - Me.MaximizeBox = False - Me.MinimizeBox = False - Me.Name = "About" - Me.Text = "About" - Me.UseWaitCursor = True - Me.ResumeLayout(False) - Me.PerformLayout() - - End Sub - - Friend WithEvents Label1 As Label -End Class