2024-01-15 10:06:07 +01:00
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
|
|
|
|
Partial Class Form1
|
|
|
|
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
|
|
|
|
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
|
|
|
|
<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
|
|
|
|
|
|
|
|
|
|
|
|
'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.
|
|
|
|
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
|
|
|
|
Private Sub InitializeComponent()
|
2024-01-15 10:19:17 +01:00
|
|
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
2024-01-15 11:00:41 +01:00
|
|
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
2024-01-15 10:19:17 +01:00
|
|
|
|
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
|
|
|
|
|
|
'
|
2024-01-15 11:00:41 +01:00
|
|
|
|
'Button2
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.Button2.Location = New System.Drawing.Point(310, 178)
|
|
|
|
|
|
Me.Button2.Name = "Button2"
|
|
|
|
|
|
Me.Button2.Size = New System.Drawing.Size(128, 45)
|
|
|
|
|
|
Me.Button2.TabIndex = 1
|
|
|
|
|
|
Me.Button2.Text = "Action2"
|
|
|
|
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
|
|
|
|
'
|
2024-01-15 10:19:17 +01:00
|
|
|
|
'Form1
|
|
|
|
|
|
'
|
|
|
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
2024-01-15 10:06:07 +01:00
|
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
|
|
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
2024-01-15 11:00:41 +01:00
|
|
|
|
Me.Controls.Add(Me.Button2)
|
2024-01-15 10:19:17 +01:00
|
|
|
|
Me.Controls.Add(Me.Button1)
|
|
|
|
|
|
Me.Name = "Form1"
|
2024-01-15 10:06:07 +01:00
|
|
|
|
Me.Text = "Form1"
|
2024-01-15 10:19:17 +01:00
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
|
|
2024-01-15 10:06:07 +01:00
|
|
|
|
End Sub
|
|
|
|
|
|
|
2024-01-15 10:19:17 +01:00
|
|
|
|
Friend WithEvents Button1 As Button
|
2024-01-15 11:00:41 +01:00
|
|
|
|
Friend WithEvents Button2 As Button
|
2024-01-15 10:06:07 +01:00
|
|
|
|
End Class
|