neu
This commit is contained in:
@@ -54,6 +54,7 @@ Partial Class usrCntlSDLLeistungPLOSE
|
||||
Me.scanSonstiges = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList()
|
||||
Me.scanRetourniert = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
|
||||
Me.cbxArchiviert = New VERAG_PROG_ALLGEMEIN.MyCheckBoxValue(Me.components)
|
||||
Me.scanPIN = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.tbcntr.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
@@ -87,12 +88,12 @@ Partial Class usrCntlSDLLeistungPLOSE
|
||||
Me.txtPin._WaehrungZeichen = True
|
||||
Me.txtPin.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtPin.Location = New System.Drawing.Point(106, 118)
|
||||
Me.txtPin.MaxLength = 6
|
||||
Me.txtPin.MaxLength = 9
|
||||
Me.txtPin.MaxLineLength = -1
|
||||
Me.txtPin.MaxLines_Warning = ""
|
||||
Me.txtPin.MaxLines_Warning_Label = Nothing
|
||||
Me.txtPin.Name = "txtPin"
|
||||
Me.txtPin.Size = New System.Drawing.Size(55, 20)
|
||||
Me.txtPin.Size = New System.Drawing.Size(74, 20)
|
||||
Me.txtPin.TabIndex = 3
|
||||
'
|
||||
'txtKartenNr
|
||||
@@ -435,6 +436,7 @@ Partial Class usrCntlSDLLeistungPLOSE
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.scanPIN)
|
||||
Me.TabPage2.Controls.Add(Me.scanLieferschein)
|
||||
Me.TabPage2.Controls.Add(Me.scanSonstiges)
|
||||
Me.TabPage2.Controls.Add(Me.scanRetourniert)
|
||||
@@ -472,6 +474,7 @@ Partial Class usrCntlSDLLeistungPLOSE
|
||||
Me.scanSonstiges._DATENSERVER_UOrdner1 = ""
|
||||
Me.scanSonstiges._DATENSERVER_UOrdner2 = ""
|
||||
Me.scanSonstiges._DATENSERVER_UOrdner3 = ""
|
||||
Me.scanSonstiges._OPEN_ORIGINAL = False
|
||||
Me.scanSonstiges.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
Me.scanSonstiges.BackColor = System.Drawing.Color.White
|
||||
Me.scanSonstiges.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
@@ -496,9 +499,9 @@ Partial Class usrCntlSDLLeistungPLOSE
|
||||
Me.scanRetourniert.BackColor = System.Drawing.Color.White
|
||||
Me.scanRetourniert.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.scanRetourniert.Cursor = System.Windows.Forms.Cursors.Default
|
||||
Me.scanRetourniert.Location = New System.Drawing.Point(103, 4)
|
||||
Me.scanRetourniert.Location = New System.Drawing.Point(98, 4)
|
||||
Me.scanRetourniert.Name = "scanRetourniert"
|
||||
Me.scanRetourniert.Size = New System.Drawing.Size(90, 24)
|
||||
Me.scanRetourniert.Size = New System.Drawing.Size(93, 24)
|
||||
Me.scanRetourniert.TabIndex = 20
|
||||
'
|
||||
'cbxArchiviert
|
||||
@@ -514,6 +517,25 @@ Partial Class usrCntlSDLLeistungPLOSE
|
||||
Me.cbxArchiviert.Text = "ARCHIVIERT"
|
||||
Me.cbxArchiviert.UseVisualStyleBackColor = True
|
||||
'
|
||||
'scanPIN
|
||||
'
|
||||
Me.scanPIN._ARCHIV = True
|
||||
Me.scanPIN._DATENSERVER_KATEGORIE = "DOKUMENTE"
|
||||
Me.scanPIN._DATENSERVER_ORDNER = "MDM"
|
||||
Me.scanPIN._DATENSERVER_UOrdner1 = Nothing
|
||||
Me.scanPIN._DATENSERVER_UOrdner2 = Nothing
|
||||
Me.scanPIN._DATENSERVER_UOrdner3 = Nothing
|
||||
Me.scanPIN._MULTI_FILES = True
|
||||
Me.scanPIN._TEXT_PDF = "PIN"
|
||||
Me.scanPIN.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
Me.scanPIN.BackColor = System.Drawing.Color.White
|
||||
Me.scanPIN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.scanPIN.Cursor = System.Windows.Forms.Cursors.Default
|
||||
Me.scanPIN.Location = New System.Drawing.Point(192, 4)
|
||||
Me.scanPIN.Name = "scanPIN"
|
||||
Me.scanPIN.Size = New System.Drawing.Size(58, 24)
|
||||
Me.scanPIN.TabIndex = 24
|
||||
'
|
||||
'usrCntlSDLLeistungPLOSE
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -583,5 +605,5 @@ Partial Class usrCntlSDLLeistungPLOSE
|
||||
Friend WithEvents scanRetourniert As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
|
||||
Friend WithEvents scanLieferschein As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
|
||||
Friend WithEvents cbxArchiviert As VERAG_PROG_ALLGEMEIN.MyCheckBoxValue
|
||||
|
||||
Friend WithEvents scanPIN As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
|
||||
End Class
|
||||
|
||||
@@ -51,6 +51,7 @@ Public Class usrCntlSDLLeistungPLOSE
|
||||
scanLieferschein.INIT(kdNr, KfzKennzeichen, "SDL_" & SDLNr, "HIST_" & History)
|
||||
scanRetourniert.INIT(kdNr, KfzKennzeichen, "SDL_" & SDLNr, "HIST_" & History)
|
||||
scanSonstiges.INIT(kdNr, KfzKennzeichen, "SDL_" & SDLNr, "HIST_" & History)
|
||||
scanPIN.INIT(kdNr, KfzKennzeichen, "SDL_" & SDLNr, "HIST_" & History)
|
||||
|
||||
initDataBinding()
|
||||
boud = True
|
||||
|
||||
Reference in New Issue
Block a user