Fakt, Kundenblattansicht
This commit is contained in:
26
SDL/seriendruck/usrCntlFakturierung.Designer.vb
generated
26
SDL/seriendruck/usrCntlFakturierung.Designer.vb
generated
@@ -33,7 +33,7 @@ Partial Class usrcntlFakturierung
|
||||
Me.Label61 = New System.Windows.Forms.Label()
|
||||
Me.GBMautberichte = New System.Windows.Forms.GroupBox()
|
||||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||||
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.dgvMautbericht = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.lblAnzahlMautberichte = New System.Windows.Forms.Label()
|
||||
Me.pbMautAnh_Proz = New System.Windows.Forms.ProgressBar()
|
||||
@@ -101,7 +101,7 @@ Partial Class usrcntlFakturierung
|
||||
Me.btnWikiStatusmails = New System.Windows.Forms.Button()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.GBMautberichte.SuspendLayout()
|
||||
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dgvMautbericht, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GBSammelrechnung.SuspendLayout()
|
||||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -200,7 +200,7 @@ Partial Class usrcntlFakturierung
|
||||
'GBMautberichte
|
||||
'
|
||||
Me.GBMautberichte.Controls.Add(Me.TextBox1)
|
||||
Me.GBMautberichte.Controls.Add(Me.MyDatagridview1)
|
||||
Me.GBMautberichte.Controls.Add(Me.dgvMautbericht)
|
||||
Me.GBMautberichte.Controls.Add(Me.Label5)
|
||||
Me.GBMautberichte.Controls.Add(Me.lblAnzahlMautberichte)
|
||||
Me.GBMautberichte.Controls.Add(Me.pbMautAnh_Proz)
|
||||
@@ -227,15 +227,15 @@ Partial Class usrcntlFakturierung
|
||||
Me.TextBox1.Size = New System.Drawing.Size(106, 13)
|
||||
Me.TextBox1.TabIndex = 105
|
||||
'
|
||||
'MyDatagridview1
|
||||
'dgvMautbericht
|
||||
'
|
||||
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
||||
Me.MyDatagridview1.BackgroundColor = System.Drawing.SystemColors.Window
|
||||
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.MyDatagridview1.Location = New System.Drawing.Point(4, 71)
|
||||
Me.MyDatagridview1.Name = "MyDatagridview1"
|
||||
Me.MyDatagridview1.Size = New System.Drawing.Size(471, 135)
|
||||
Me.MyDatagridview1.TabIndex = 34
|
||||
Me.dgvMautbericht.AKTUALISIERUNGS_INTERVALL = -1
|
||||
Me.dgvMautbericht.BackgroundColor = System.Drawing.SystemColors.Window
|
||||
Me.dgvMautbericht.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvMautbericht.Location = New System.Drawing.Point(4, 71)
|
||||
Me.dgvMautbericht.Name = "dgvMautbericht"
|
||||
Me.dgvMautbericht.Size = New System.Drawing.Size(471, 135)
|
||||
Me.dgvMautbericht.TabIndex = 34
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
@@ -958,7 +958,7 @@ Partial Class usrcntlFakturierung
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.GBMautberichte.ResumeLayout(False)
|
||||
Me.GBMautberichte.PerformLayout()
|
||||
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dgvMautbericht, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GBSammelrechnung.ResumeLayout(False)
|
||||
Me.GBSammelrechnung.PerformLayout()
|
||||
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -981,7 +981,7 @@ Partial Class usrcntlFakturierung
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label61 As Label
|
||||
Friend WithEvents GBMautberichte As GroupBox
|
||||
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents dgvMautbericht As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents lblAnzahlMautberichte As Label
|
||||
Friend WithEvents cbxDateMautbericht As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents Label69 As Label
|
||||
|
||||
@@ -1724,7 +1724,7 @@ Public Class usrcntlFakturierung
|
||||
dtSummen.Rows.InsertAt(drLast, dtSummen.Rows.Count)
|
||||
|
||||
|
||||
With MyDatagridview1
|
||||
With dgvMautbericht
|
||||
|
||||
.Columns.Clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user