This commit is contained in:
Digital Data - Marlon Schreiber
2017-04-12 13:48:22 +02:00
parent 8c901be00c
commit 292b241fd1
38 changed files with 1445 additions and 1114 deletions

View File

@@ -27,10 +27,15 @@ Partial Class frmLicense
Me.txtPW = New System.Windows.Forms.TextBox()
Me.lblPW = New System.Windows.Forms.Label()
Me.grbBoxlicense = New System.Windows.Forms.GroupBox()
Me.chkSiteProxy = New System.Windows.Forms.CheckBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.DataGridViewAddOns = New System.Windows.Forms.DataGridView()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.dtpLicenseAddon = New System.Windows.Forms.DateTimePicker()
Me.cmbAddOn = New System.Windows.Forms.ComboBox()
Me.lblClient = New System.Windows.Forms.Label()
Me.cmbClients = New System.Windows.Forms.ComboBox()
Me.chkSAPConnect = New System.Windows.Forms.CheckBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.dtpGueltig_GI = New System.Windows.Forms.DateTimePicker()
Me.txtDossierCount = New System.Windows.Forms.TextBox()
@@ -39,6 +44,8 @@ Partial Class frmLicense
Me.txtNewlicences = New System.Windows.Forms.TextBox()
Me.lblnewlicenses = New System.Windows.Forms.Label()
Me.grbBoxlicense.SuspendLayout()
Me.GroupBox1.SuspendLayout()
CType(Me.DataGridViewAddOns, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnPW_check
@@ -60,10 +67,9 @@ Partial Class frmLicense
'
'grbBoxlicense
'
Me.grbBoxlicense.Controls.Add(Me.chkSiteProxy)
Me.grbBoxlicense.Controls.Add(Me.GroupBox1)
Me.grbBoxlicense.Controls.Add(Me.lblClient)
Me.grbBoxlicense.Controls.Add(Me.cmbClients)
Me.grbBoxlicense.Controls.Add(Me.chkSAPConnect)
Me.grbBoxlicense.Controls.Add(Me.Label5)
Me.grbBoxlicense.Controls.Add(Me.dtpGueltig_GI)
Me.grbBoxlicense.Controls.Add(Me.txtDossierCount)
@@ -75,11 +81,58 @@ Partial Class frmLicense
Me.grbBoxlicense.Name = "grbBoxlicense"
Me.grbBoxlicense.TabStop = False
'
'chkSiteProxy
'GroupBox1
'
resources.ApplyResources(Me.chkSiteProxy, "chkSiteProxy")
Me.chkSiteProxy.Name = "chkSiteProxy"
Me.chkSiteProxy.UseVisualStyleBackColor = True
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.DataGridViewAddOns)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.dtpLicenseAddon)
Me.GroupBox1.Controls.Add(Me.cmbAddOn)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = False
'
'Button1
'
Me.Button1.Image = Global.DD_Record_Organizer.My.Resources.Resources.key_go1
resources.ApplyResources(Me.Button1, "Button1")
Me.Button1.Name = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'DataGridViewAddOns
'
Me.DataGridViewAddOns.AllowUserToAddRows = False
Me.DataGridViewAddOns.AllowUserToDeleteRows = False
Me.DataGridViewAddOns.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
resources.ApplyResources(Me.DataGridViewAddOns, "DataGridViewAddOns")
Me.DataGridViewAddOns.MultiSelect = False
Me.DataGridViewAddOns.Name = "DataGridViewAddOns"
Me.DataGridViewAddOns.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
Me.DataGridViewAddOns.ShowEditingIcon = False
'
'Label4
'
resources.ApplyResources(Me.Label4, "Label4")
Me.Label4.Name = "Label4"
'
'Label3
'
resources.ApplyResources(Me.Label3, "Label3")
Me.Label3.Name = "Label3"
'
'dtpLicenseAddon
'
Me.dtpLicenseAddon.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
resources.ApplyResources(Me.dtpLicenseAddon, "dtpLicenseAddon")
Me.dtpLicenseAddon.Name = "dtpLicenseAddon"
Me.dtpLicenseAddon.Value = New Date(2099, 12, 31, 0, 0, 0, 0)
'
'cmbAddOn
'
resources.ApplyResources(Me.cmbAddOn, "cmbAddOn")
Me.cmbAddOn.FormattingEnabled = True
Me.cmbAddOn.Name = "cmbAddOn"
'
'lblClient
'
@@ -92,12 +145,6 @@ Partial Class frmLicense
Me.cmbClients.FormattingEnabled = True
Me.cmbClients.Name = "cmbClients"
'
'chkSAPConnect
'
resources.ApplyResources(Me.chkSAPConnect, "chkSAPConnect")
Me.chkSAPConnect.Name = "chkSAPConnect"
Me.chkSAPConnect.UseVisualStyleBackColor = True
'
'Label5
'
resources.ApplyResources(Me.Label5, "Label5")
@@ -150,6 +197,9 @@ Partial Class frmLicense
Me.Name = "frmLicense"
Me.grbBoxlicense.ResumeLayout(False)
Me.grbBoxlicense.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.DataGridViewAddOns, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -166,8 +216,13 @@ Partial Class frmLicense
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents dtpGueltig_GI As System.Windows.Forms.DateTimePicker
Friend WithEvents chkSAPConnect As System.Windows.Forms.CheckBox
Friend WithEvents lblClient As System.Windows.Forms.Label
Friend WithEvents cmbClients As System.Windows.Forms.ComboBox
Friend WithEvents chkSiteProxy As System.Windows.Forms.CheckBox
Friend WithEvents DataGridViewAddOns As DataGridView
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Button1 As Button
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents dtpLicenseAddon As DateTimePicker
Friend WithEvents cmbAddOn As ComboBox
End Class