|
@ -40,6 +40,7 @@ Partial Class Form1
|
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
|
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
|
|
Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
|
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
|
Me.Panel1.SuspendLayout()
|
|
|
Me.SuspendLayout()
|
|
|
'
|
|
@ -192,11 +193,20 @@ Partial Class Form1
|
|
|
Me.ImageList2.ImageSize = New System.Drawing.Size(16, 16)
|
|
|
Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
|
|
|
'
|
|
|
'Label2
|
|
|
'
|
|
|
Me.Label2.AutoSize = True
|
|
|
Me.Label2.Location = New System.Drawing.Point(73, 337)
|
|
|
Me.Label2.Name = "Label2"
|
|
|
Me.Label2.Size = New System.Drawing.Size(0, 12)
|
|
|
Me.Label2.TabIndex = 1
|
|
|
'
|
|
|
'Form1
|
|
|
'
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
|
Me.ClientSize = New System.Drawing.Size(284, 401)
|
|
|
Me.Controls.Add(Me.Label2)
|
|
|
Me.Controls.Add(Me.Panel1)
|
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
|
Me.MaximizeBox = False
|
|
@ -205,6 +215,7 @@ Partial Class Form1
|
|
|
Me.Panel1.ResumeLayout(False)
|
|
|
Me.Panel1.PerformLayout()
|
|
|
Me.ResumeLayout(False)
|
|
|
Me.PerformLayout()
|
|
|
|
|
|
End Sub
|
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
@ -223,5 +234,6 @@ Partial Class Form1
|
|
|
Friend WithEvents Button12 As System.Windows.Forms.Button
|
|
|
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
|
|
Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
|
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
|
|
|
|
End Class
|