diff --git a/App1.vbproj b/App1.vbproj index 4abe32b..50fabe9 100644 --- a/App1.vbproj +++ b/App1.vbproj @@ -97,9 +97,6 @@ - - Form1.vb - VbMyResourcesResXFileCodeGenerator Resources.Designer.vb diff --git a/Form1.Designer.vb b/Form1.Designer.vb index 500403f..a418df0 100644 --- a/Form1.Designer.vb +++ b/Form1.Designer.vb @@ -22,29 +22,10 @@ Partial Class Form1 'Do not modify it using the code editor. _ Private Sub InitializeComponent() - Me.Button1 = New System.Windows.Forms.Button() - Me.SuspendLayout() - ' - 'Button1 - ' - Me.Button1.Location = New System.Drawing.Point(376, 285) - Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(107, 39) - Me.Button1.TabIndex = 0 - Me.Button1.Text = "OK" - Me.Button1.UseVisualStyleBackColor = True - ' - 'Form1 - ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + components = New System.ComponentModel.Container() Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) - Me.Controls.Add(Me.Button1) - Me.Name = "Form1" Me.Text = "Form1" - Me.ResumeLayout(False) - End Sub - Friend WithEvents Button1 As Button End Class diff --git a/Form1.resx b/Form1.resx deleted file mode 100644 index 1af7de1..0000000 --- a/Form1.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file