MS
This commit is contained in:
19
app/DD-Record-Organiser/frmAbout.Designer.vb
generated
19
app/DD-Record-Organiser/frmAbout.Designer.vb
generated
@@ -29,13 +29,13 @@ Partial Class frmAbout
|
||||
Me.lblProduktname = New System.Windows.Forms.Label()
|
||||
Me.lblVersion = New System.Windows.Forms.Label()
|
||||
Me.lblCompanyName = New System.Windows.Forms.Label()
|
||||
Me.txtDescription = New System.Windows.Forms.TextBox()
|
||||
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
||||
Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
|
||||
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()
|
||||
Me.LinkLabel3 = New System.Windows.Forms.LinkLabel()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
@@ -61,13 +61,6 @@ Partial Class frmAbout
|
||||
resources.ApplyResources(Me.lblCompanyName, "lblCompanyName")
|
||||
Me.lblCompanyName.Name = "lblCompanyName"
|
||||
'
|
||||
'txtDescription
|
||||
'
|
||||
Me.txtDescription.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
resources.ApplyResources(Me.txtDescription, "txtDescription")
|
||||
Me.txtDescription.Name = "txtDescription"
|
||||
'
|
||||
'LinkLabel1
|
||||
'
|
||||
resources.ApplyResources(Me.LinkLabel1, "LinkLabel1")
|
||||
@@ -104,17 +97,23 @@ Partial Class frmAbout
|
||||
resources.ApplyResources(Me.lbldatabase, "lbldatabase")
|
||||
Me.lbldatabase.Name = "lbldatabase"
|
||||
'
|
||||
'LinkLabel3
|
||||
'
|
||||
resources.ApplyResources(Me.LinkLabel3, "LinkLabel3")
|
||||
Me.LinkLabel3.Name = "LinkLabel3"
|
||||
Me.LinkLabel3.TabStop = True
|
||||
'
|
||||
'frmAbout
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.CancelButton = Me.OKButton
|
||||
Me.Controls.Add(Me.LinkLabel3)
|
||||
Me.Controls.Add(Me.lbldatabase)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.PictureBox2)
|
||||
Me.Controls.Add(Me.LinkLabel2)
|
||||
Me.Controls.Add(Me.LinkLabel1)
|
||||
Me.Controls.Add(Me.txtDescription)
|
||||
Me.Controls.Add(Me.lblCompanyName)
|
||||
Me.Controls.Add(Me.lblVersion)
|
||||
Me.Controls.Add(Me.lblProduktname)
|
||||
@@ -136,11 +135,11 @@ Partial Class frmAbout
|
||||
Friend WithEvents lblProduktname As System.Windows.Forms.Label
|
||||
Friend WithEvents lblVersion As System.Windows.Forms.Label
|
||||
Friend WithEvents lblCompanyName As System.Windows.Forms.Label
|
||||
Friend WithEvents txtDescription As System.Windows.Forms.TextBox
|
||||
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
||||
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
|
||||
Friend WithEvents LinkLabel3 As System.Windows.Forms.LinkLabel
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user