jj 03.02 Rename RecordOrganiser to RecordOrganizer
This commit is contained in:
146
app/DD-Record-Organizer/frmLicense_User.Designer.vb
generated
Normal file
146
app/DD-Record-Organizer/frmLicense_User.Designer.vb
generated
Normal file
@@ -0,0 +1,146 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmLicense_User
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<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
|
||||
|
||||
'Wird vom Windows Form-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLicense_User))
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cmbClients = New System.Windows.Forms.ComboBox()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.lbLicenceCount = New System.Windows.Forms.Label()
|
||||
Me.lbDossierCount = New System.Windows.Forms.Label()
|
||||
Me.lbValidUntil = New System.Windows.Forms.Label()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.chkSAP = New System.Windows.Forms.CheckBox()
|
||||
Me.chkSite = New System.Windows.Forms.CheckBox()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
resources.ApplyResources(Me.Label1, "Label1")
|
||||
Me.Label1.Name = "Label1"
|
||||
'
|
||||
'cmbClients
|
||||
'
|
||||
Me.cmbClients.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.cmbClients, "cmbClients")
|
||||
Me.cmbClients.Name = "cmbClients"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
resources.ApplyResources(Me.Label2, "Label2")
|
||||
Me.Label2.Name = "Label2"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
resources.ApplyResources(Me.Label3, "Label3")
|
||||
Me.Label3.Name = "Label3"
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
resources.ApplyResources(Me.Label4, "Label4")
|
||||
Me.Label4.Name = "Label4"
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
resources.ApplyResources(Me.Label5, "Label5")
|
||||
Me.Label5.Name = "Label5"
|
||||
'
|
||||
'lbLicenceCount
|
||||
'
|
||||
resources.ApplyResources(Me.lbLicenceCount, "lbLicenceCount")
|
||||
Me.lbLicenceCount.Name = "lbLicenceCount"
|
||||
'
|
||||
'lbDossierCount
|
||||
'
|
||||
resources.ApplyResources(Me.lbDossierCount, "lbDossierCount")
|
||||
Me.lbDossierCount.Name = "lbDossierCount"
|
||||
'
|
||||
'lbValidUntil
|
||||
'
|
||||
resources.ApplyResources(Me.lbValidUntil, "lbValidUntil")
|
||||
Me.lbValidUntil.Name = "lbValidUntil"
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.BackColor = System.Drawing.SystemColors.ActiveCaptionText
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.TabStop = False
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
resources.ApplyResources(Me.Label6, "Label6")
|
||||
Me.Label6.Name = "Label6"
|
||||
'
|
||||
'chkSAP
|
||||
'
|
||||
resources.ApplyResources(Me.chkSAP, "chkSAP")
|
||||
Me.chkSAP.Name = "chkSAP"
|
||||
Me.chkSAP.UseVisualStyleBackColor = True
|
||||
'
|
||||
'chkSite
|
||||
'
|
||||
resources.ApplyResources(Me.chkSite, "chkSite")
|
||||
Me.chkSite.Name = "chkSite"
|
||||
Me.chkSite.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmLicense_User
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.chkSite)
|
||||
Me.Controls.Add(Me.chkSAP)
|
||||
Me.Controls.Add(Me.Label6)
|
||||
Me.Controls.Add(Me.GroupBox1)
|
||||
Me.Controls.Add(Me.lbValidUntil)
|
||||
Me.Controls.Add(Me.lbDossierCount)
|
||||
Me.Controls.Add(Me.lbLicenceCount)
|
||||
Me.Controls.Add(Me.Label5)
|
||||
Me.Controls.Add(Me.Label4)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.cmbClients)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Name = "frmLicense_User"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents cmbClients As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents lbLicenceCount As System.Windows.Forms.Label
|
||||
Friend WithEvents lbDossierCount As System.Windows.Forms.Label
|
||||
Friend WithEvents lbValidUntil As System.Windows.Forms.Label
|
||||
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||
Friend WithEvents chkSAP As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents chkSite As System.Windows.Forms.CheckBox
|
||||
End Class
|
||||
Reference in New Issue
Block a user