This commit is contained in:
SchreiberM
2016-11-23 17:04:30 +01:00
parent fc9f391307
commit 8f457040bb
18 changed files with 2020 additions and 659 deletions

View File

@@ -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