neu
This commit is contained in:
30
SDL/kunden/usrCntlLKW.Designer.vb
generated
30
SDL/kunden/usrCntlLKW.Designer.vb
generated
@@ -56,6 +56,7 @@ Partial Class usrCntlLKW
|
||||
Me.scanZulassungsschein = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
|
||||
Me.scanLeasingVertrag = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
|
||||
Me.scanCEMT = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
|
||||
Me.scanMietVertrag = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScan()
|
||||
CType(Me.dgvSDLLeistungen, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.cntxtSDLLeistungenOptions.SuspendLayout()
|
||||
Me.pnlSDLLeistungenDetails.SuspendLayout()
|
||||
@@ -231,7 +232,7 @@ Partial Class usrCntlLKW
|
||||
'
|
||||
Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
||||
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button3.Image = Global.SDL.My.Resources.plus
|
||||
Me.Button3.Image = Global.SDL.My.Resources.Resources.plus
|
||||
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button3.Location = New System.Drawing.Point(354, 2)
|
||||
Me.Button3.Name = "Button3"
|
||||
@@ -256,7 +257,7 @@ Partial Class usrCntlLKW
|
||||
'PictureBox1
|
||||
'
|
||||
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.PictureBox1.Image = Global.SDL.My.Resources.LKW_klein
|
||||
Me.PictureBox1.Image = Global.SDL.My.Resources.Resources.LKW_klein
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(6, -1)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(46, 38)
|
||||
@@ -352,6 +353,7 @@ Partial Class usrCntlLKW
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.scanMietVertrag)
|
||||
Me.TabPage2.Controls.Add(Me.scanSonstiges)
|
||||
Me.TabPage2.Controls.Add(Me.scanZulassungsschein)
|
||||
Me.TabPage2.Controls.Add(Me.scanLeasingVertrag)
|
||||
@@ -371,6 +373,8 @@ Partial Class usrCntlLKW
|
||||
Me.scanSonstiges._DATENSERVER_UOrdner1 = ""
|
||||
Me.scanSonstiges._DATENSERVER_UOrdner2 = ""
|
||||
Me.scanSonstiges._DATENSERVER_UOrdner3 = ""
|
||||
Me.scanSonstiges._OPEN_ORIGINAL = False
|
||||
Me.scanSonstiges._TYPE = "PDF"
|
||||
Me.scanSonstiges.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
Me.scanSonstiges.BackColor = System.Drawing.Color.White
|
||||
Me.scanSonstiges.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
@@ -442,6 +446,26 @@ Partial Class usrCntlLKW
|
||||
Me.scanCEMT.Size = New System.Drawing.Size(126, 22)
|
||||
Me.scanCEMT.TabIndex = 159
|
||||
'
|
||||
'scanMietVertrag
|
||||
'
|
||||
Me.scanMietVertrag._ARCHIV = True
|
||||
Me.scanMietVertrag._DATENSERVER_KATEGORIE = "DOKUMENTE"
|
||||
Me.scanMietVertrag._DATENSERVER_ORDNER = "MDM"
|
||||
Me.scanMietVertrag._DATENSERVER_UOrdner1 = Nothing
|
||||
Me.scanMietVertrag._DATENSERVER_UOrdner2 = Nothing
|
||||
Me.scanMietVertrag._DATENSERVER_UOrdner3 = Nothing
|
||||
Me.scanMietVertrag._MULTI_FILES = True
|
||||
Me.scanMietVertrag._TEXT_PDF = "Miet-Vertrag"
|
||||
Me.scanMietVertrag.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
Me.scanMietVertrag.BackColor = System.Drawing.Color.White
|
||||
Me.scanMietVertrag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.scanMietVertrag.Cursor = System.Windows.Forms.Cursors.Default
|
||||
Me.scanMietVertrag.Enabled = False
|
||||
Me.scanMietVertrag.Location = New System.Drawing.Point(138, 29)
|
||||
Me.scanMietVertrag.Name = "scanMietVertrag"
|
||||
Me.scanMietVertrag.Size = New System.Drawing.Size(126, 22)
|
||||
Me.scanMietVertrag.TabIndex = 163
|
||||
'
|
||||
'usrCntlLKW
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -502,5 +526,5 @@ Partial Class usrCntlLKW
|
||||
Friend WithEvents tbcntrLKW As System.Windows.Forms.TabControl
|
||||
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
||||
|
||||
Friend WithEvents scanMietVertrag As VERAG_PROG_ALLGEMEIN.usrcntlPDFScan
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user