This commit is contained in:
2020-01-08 14:52:43 +01:00
parent bea8632eb5
commit f4c1a74870
136 changed files with 11561 additions and 1072 deletions

View File

@@ -42,6 +42,7 @@ Partial Class frmKundenUebersichtZOLL
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.UsrCntlOfferte1 = New SDL.usrCntlOfferte()
Me.tbStatistik = New System.Windows.Forms.TabPage()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnUbersicht = New System.Windows.Forms.Button()
Me.Label27 = New System.Windows.Forms.Label()
Me.dgvFilialen = New System.Windows.Forms.DataGridView()
@@ -137,6 +138,7 @@ Partial Class frmKundenUebersichtZOLL
Me.PDFLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.cbx = New System.Windows.Forms.CheckBox()
Me.ContextMenuStrip1.SuspendLayout()
Me.tabZolltarife.SuspendLayout()
Me.tabKundendaten.SuspendLayout()
@@ -272,6 +274,7 @@ Partial Class frmKundenUebersichtZOLL
'tbStatistik
'
Me.tbStatistik.BackColor = System.Drawing.Color.White
Me.tbStatistik.Controls.Add(Me.Button1)
Me.tbStatistik.Controls.Add(Me.btnUbersicht)
Me.tbStatistik.Controls.Add(Me.Label27)
Me.tbStatistik.Controls.Add(Me.dgvFilialen)
@@ -304,14 +307,26 @@ Partial Class frmKundenUebersichtZOLL
Me.tbStatistik.TabIndex = 3
Me.tbStatistik.Text = "Statikstik"
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Image = Global.SDL.My.Resources.Resources.list
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(237, 287)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(225, 44)
Me.Button1.TabIndex = 170
Me.Button1.Text = "Zusatzblatt"
Me.Button1.UseVisualStyleBackColor = True
'
'btnUbersicht
'
Me.btnUbersicht.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnUbersicht.Image = Global.SDL.My.Resources.Resources.statistik_small
Me.btnUbersicht.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnUbersicht.Location = New System.Drawing.Point(9, 287)
Me.btnUbersicht.Location = New System.Drawing.Point(6, 287)
Me.btnUbersicht.Name = "btnUbersicht"
Me.btnUbersicht.Size = New System.Drawing.Size(221, 44)
Me.btnUbersicht.Size = New System.Drawing.Size(224, 44)
Me.btnUbersicht.TabIndex = 169
Me.btnUbersicht.Text = "Kundenblatt"
Me.btnUbersicht.UseVisualStyleBackColor = True
@@ -1186,10 +1201,11 @@ Partial Class frmKundenUebersichtZOLL
'
'pnlTop
'
Me.pnlTop.Controls.Add(Me.cbx)
Me.pnlTop.Controls.Add(Me.lblAbfertigungsverbot)
Me.pnlTop.Controls.Add(Me.lblTESTSystem)
Me.pnlTop.Controls.Add(Me.pic)
Me.pnlTop.Controls.Add(Me.KdSearchBox1)
Me.pnlTop.Controls.Add(Me.lblAbfertigungsverbot)
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlTop.Location = New System.Drawing.Point(114, 0)
Me.pnlTop.Name = "pnlTop"
@@ -1201,7 +1217,7 @@ Partial Class frmKundenUebersichtZOLL
Me.lblTESTSystem.AutoSize = True
Me.lblTESTSystem.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTESTSystem.ForeColor = System.Drawing.Color.Red
Me.lblTESTSystem.Location = New System.Drawing.Point(484, 8)
Me.lblTESTSystem.Location = New System.Drawing.Point(395, 8)
Me.lblTESTSystem.Name = "lblTESTSystem"
Me.lblTESTSystem.Size = New System.Drawing.Size(128, 17)
Me.lblTESTSystem.TabIndex = 189
@@ -1243,7 +1259,7 @@ Partial Class frmKundenUebersichtZOLL
Me.KdSearchBox1.Name = "KdSearchBox1"
Me.KdSearchBox1.nurAktive = False
Me.KdSearchBox1.searchActive = True
Me.KdSearchBox1.Size = New System.Drawing.Size(608, 30)
Me.KdSearchBox1.Size = New System.Drawing.Size(504, 30)
Me.KdSearchBox1.TabIndex = 211
Me.KdSearchBox1.usrcntl = Nothing
'
@@ -1253,7 +1269,7 @@ Partial Class frmKundenUebersichtZOLL
Me.lblAbfertigungsverbot.Cursor = System.Windows.Forms.Cursors.Help
Me.lblAbfertigungsverbot.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold)
Me.lblAbfertigungsverbot.ForeColor = System.Drawing.Color.White
Me.lblAbfertigungsverbot.Location = New System.Drawing.Point(636, 1)
Me.lblAbfertigungsverbot.Location = New System.Drawing.Point(638, 1)
Me.lblAbfertigungsverbot.Name = "lblAbfertigungsverbot"
Me.lblAbfertigungsverbot.Size = New System.Drawing.Size(188, 29)
Me.lblAbfertigungsverbot.TabIndex = 209
@@ -1330,6 +1346,16 @@ Partial Class frmKundenUebersichtZOLL
Me.DataGridViewTextBoxColumn2.HeaderText = "KundenNr"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
'
'cbx
'
Me.cbx.AutoSize = True
Me.cbx.Location = New System.Drawing.Point(541, 8)
Me.cbx.Name = "cbx"
Me.cbx.Size = New System.Drawing.Size(77, 17)
Me.cbx.TabIndex = 213
Me.cbx.Text = "Alle Firmen"
Me.cbx.UseVisualStyleBackColor = True
'
'frmKundenUebersichtZOLL
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1485,4 +1511,6 @@ Partial Class frmKundenUebersichtZOLL
Friend WithEvents lblTESTSystem As Label
Public WithEvents KdSearchBox1 As VERAG_PROG_ALLGEMEIN.KdSearchBox
Friend WithEvents usrcntlKundenuebersicht As usrCntlKundenuebersicht
Friend WithEvents Button1 As Button
Friend WithEvents cbx As CheckBox
End Class