MS10082016
This commit is contained in:
8
app/DD-Record-Organiser/frmAbout.Designer.vb
generated
8
app/DD-Record-Organiser/frmAbout.Designer.vb
generated
@@ -35,6 +35,7 @@ Partial Class frmAbout
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||||
Me.lbldatabase = New System.Windows.Forms.Label()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
@@ -98,11 +99,17 @@ Partial Class frmAbout
|
||||
Me.PictureBox2.Name = "PictureBox2"
|
||||
Me.PictureBox2.TabStop = False
|
||||
'
|
||||
'lbldatabase
|
||||
'
|
||||
resources.ApplyResources(Me.lbldatabase, "lbldatabase")
|
||||
Me.lbldatabase.Name = "lbldatabase"
|
||||
'
|
||||
'frmAbout
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.CancelButton = Me.OKButton
|
||||
Me.Controls.Add(Me.lbldatabase)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.PictureBox2)
|
||||
Me.Controls.Add(Me.LinkLabel2)
|
||||
@@ -134,5 +141,6 @@ Partial Class frmAbout
|
||||
Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
||||
Friend WithEvents lbldatabase As System.Windows.Forms.Label
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user