Rechnungdrucks-Art: Mail+Kopie, VERAG Parkplatzkarte NEU
This commit is contained in:
100
SDL/Fakturierung/frmAbrechnungsMaske.Designer.vb
generated
100
SDL/Fakturierung/frmAbrechnungsMaske.Designer.vb
generated
@@ -30,8 +30,10 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.dgvRechnungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Button11 = New System.Windows.Forms.Button()
|
||||
Me.cbxOriginalDrucken = New System.Windows.Forms.CheckBox()
|
||||
Me.cboSort = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Button9 = New System.Windows.Forms.Button()
|
||||
@@ -81,7 +83,6 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.btnBisJahr = New System.Windows.Forms.Button()
|
||||
Me.btnVonJahr = New System.Windows.Forms.Button()
|
||||
Me.UsrCntlFaktAbrechnung1 = New SDL.usrCntlFaktAbrechnung()
|
||||
Me.cbxOriginalDrucken = New System.Windows.Forms.CheckBox()
|
||||
Me.pnl.SuspendLayout()
|
||||
CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer.Panel1.SuspendLayout()
|
||||
@@ -89,7 +90,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.SplitContainer.SuspendLayout()
|
||||
Me.tbcntr.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dgvRechnungen, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.MyPanel1.SuspendLayout()
|
||||
@@ -138,7 +139,7 @@ Partial Class frmAbrechnungsMaske
|
||||
'
|
||||
Me.TabPage1.Controls.Add(Me.Button4)
|
||||
Me.TabPage1.Controls.Add(Me.Label12)
|
||||
Me.TabPage1.Controls.Add(Me.MyDatagridview1)
|
||||
Me.TabPage1.Controls.Add(Me.dgvRechnungen)
|
||||
Me.TabPage1.Controls.Add(Me.Panel2)
|
||||
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
||||
Me.TabPage1.Name = "TabPage1"
|
||||
@@ -171,28 +172,29 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.Label12.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
||||
Me.Label12.Visible = False
|
||||
'
|
||||
'MyDatagridview1
|
||||
'dgvRechnungen
|
||||
'
|
||||
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
||||
Me.MyDatagridview1.AllowUserToAddRows = False
|
||||
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
||||
Me.MyDatagridview1.AllowUserToResizeColumns = False
|
||||
Me.MyDatagridview1.AllowUserToResizeRows = False
|
||||
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.MyDatagridview1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.MyDatagridview1.Location = New System.Drawing.Point(3, 3)
|
||||
Me.MyDatagridview1.Margin = New System.Windows.Forms.Padding(2)
|
||||
Me.MyDatagridview1.Name = "MyDatagridview1"
|
||||
Me.MyDatagridview1.ReadOnly = True
|
||||
Me.MyDatagridview1.RowHeadersVisible = False
|
||||
Me.MyDatagridview1.RowTemplate.Height = 28
|
||||
Me.MyDatagridview1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
Me.MyDatagridview1.Size = New System.Drawing.Size(561, 316)
|
||||
Me.MyDatagridview1.TabIndex = 1
|
||||
Me.dgvRechnungen.AKTUALISIERUNGS_INTERVALL = -1
|
||||
Me.dgvRechnungen.AllowUserToAddRows = False
|
||||
Me.dgvRechnungen.AllowUserToDeleteRows = False
|
||||
Me.dgvRechnungen.AllowUserToResizeColumns = False
|
||||
Me.dgvRechnungen.AllowUserToResizeRows = False
|
||||
Me.dgvRechnungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvRechnungen.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.dgvRechnungen.Location = New System.Drawing.Point(3, 3)
|
||||
Me.dgvRechnungen.Margin = New System.Windows.Forms.Padding(2)
|
||||
Me.dgvRechnungen.Name = "dgvRechnungen"
|
||||
Me.dgvRechnungen.ReadOnly = True
|
||||
Me.dgvRechnungen.RowHeadersVisible = False
|
||||
Me.dgvRechnungen.RowTemplate.Height = 28
|
||||
Me.dgvRechnungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
Me.dgvRechnungen.Size = New System.Drawing.Size(561, 316)
|
||||
Me.dgvRechnungen.TabIndex = 1
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.BackColor = System.Drawing.Color.White
|
||||
Me.Panel2.Controls.Add(Me.Button11)
|
||||
Me.Panel2.Controls.Add(Me.cbxOriginalDrucken)
|
||||
Me.Panel2.Controls.Add(Me.cboSort)
|
||||
Me.Panel2.Controls.Add(Me.cboPrinter)
|
||||
@@ -217,6 +219,31 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.Panel2.Size = New System.Drawing.Size(561, 97)
|
||||
Me.Panel2.TabIndex = 0
|
||||
'
|
||||
'Button11
|
||||
'
|
||||
Me.Button11.BackgroundImage = Global.SDL.My.Resources.Resources.email_print1
|
||||
Me.Button11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button11.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button11.Location = New System.Drawing.Point(220, 21)
|
||||
Me.Button11.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
||||
Me.Button11.Name = "Button11"
|
||||
Me.Button11.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
|
||||
Me.Button11.Size = New System.Drawing.Size(40, 25)
|
||||
Me.Button11.TabIndex = 28
|
||||
Me.Button11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button11.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxOriginalDrucken
|
||||
'
|
||||
Me.cbxOriginalDrucken.AutoSize = True
|
||||
Me.cbxOriginalDrucken.Location = New System.Drawing.Point(142, 75)
|
||||
Me.cbxOriginalDrucken.Name = "cbxOriginalDrucken"
|
||||
Me.cbxOriginalDrucken.Size = New System.Drawing.Size(134, 17)
|
||||
Me.cbxOriginalDrucken.TabIndex = 27
|
||||
Me.cbxOriginalDrucken.Text = "Original (ohne ""Kopie"")"
|
||||
Me.cbxOriginalDrucken.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cboSort
|
||||
'
|
||||
Me.cboSort._allowedValuesFreiText = Nothing
|
||||
@@ -238,7 +265,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.cboPrinter.FormattingEnabled = True
|
||||
Me.cboPrinter.Location = New System.Drawing.Point(142, 52)
|
||||
Me.cboPrinter.Name = "cboPrinter"
|
||||
Me.cboPrinter.Size = New System.Drawing.Size(148, 21)
|
||||
Me.cboPrinter.Size = New System.Drawing.Size(157, 21)
|
||||
Me.cboPrinter.TabIndex = 25
|
||||
'
|
||||
'Button9
|
||||
@@ -251,7 +278,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.Button9.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
||||
Me.Button9.Name = "Button9"
|
||||
Me.Button9.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
|
||||
Me.Button9.Size = New System.Drawing.Size(50, 25)
|
||||
Me.Button9.Size = New System.Drawing.Size(40, 25)
|
||||
Me.Button9.TabIndex = 22
|
||||
Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button9.UseVisualStyleBackColor = True
|
||||
@@ -262,11 +289,11 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.Button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button8.Location = New System.Drawing.Point(191, 21)
|
||||
Me.Button8.Location = New System.Drawing.Point(181, 21)
|
||||
Me.Button8.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
||||
Me.Button8.Name = "Button8"
|
||||
Me.Button8.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
|
||||
Me.Button8.Size = New System.Drawing.Size(50, 25)
|
||||
Me.Button8.Size = New System.Drawing.Size(40, 25)
|
||||
Me.Button8.TabIndex = 21
|
||||
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button8.UseVisualStyleBackColor = True
|
||||
@@ -277,11 +304,11 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.Button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button7.Location = New System.Drawing.Point(240, 21)
|
||||
Me.Button7.Location = New System.Drawing.Point(259, 21)
|
||||
Me.Button7.Margin = New System.Windows.Forms.Padding(10, 3, 3, 3)
|
||||
Me.Button7.Name = "Button7"
|
||||
Me.Button7.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
|
||||
Me.Button7.Size = New System.Drawing.Size(50, 25)
|
||||
Me.Button7.Size = New System.Drawing.Size(40, 25)
|
||||
Me.Button7.TabIndex = 20
|
||||
Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button7.UseVisualStyleBackColor = True
|
||||
@@ -557,6 +584,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.MyTextBox2._DateTimeOnly = False
|
||||
Me.MyTextBox2._numbersOnly = True
|
||||
Me.MyTextBox2._numbersOnlyKommastellen = ""
|
||||
Me.MyTextBox2._numbersOnlyTrennzeichen = True
|
||||
Me.MyTextBox2._Prozent = False
|
||||
Me.MyTextBox2._ShortDateNew = False
|
||||
Me.MyTextBox2._ShortDateOnly = False
|
||||
@@ -581,6 +609,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.MyTextBox3._DateTimeOnly = False
|
||||
Me.MyTextBox3._numbersOnly = True
|
||||
Me.MyTextBox3._numbersOnlyKommastellen = ""
|
||||
Me.MyTextBox3._numbersOnlyTrennzeichen = True
|
||||
Me.MyTextBox3._Prozent = False
|
||||
Me.MyTextBox3._ShortDateNew = False
|
||||
Me.MyTextBox3._ShortDateOnly = False
|
||||
@@ -634,6 +663,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.txtAbfertDat._DateTimeOnly = False
|
||||
Me.txtAbfertDat._numbersOnly = False
|
||||
Me.txtAbfertDat._numbersOnlyKommastellen = ""
|
||||
Me.txtAbfertDat._numbersOnlyTrennzeichen = True
|
||||
Me.txtAbfertDat._Prozent = False
|
||||
Me.txtAbfertDat._ShortDateNew = True
|
||||
Me.txtAbfertDat._ShortDateOnly = False
|
||||
@@ -668,6 +698,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.txtAbfertDatBis._DateTimeOnly = False
|
||||
Me.txtAbfertDatBis._numbersOnly = False
|
||||
Me.txtAbfertDatBis._numbersOnlyKommastellen = ""
|
||||
Me.txtAbfertDatBis._numbersOnlyTrennzeichen = True
|
||||
Me.txtAbfertDatBis._Prozent = False
|
||||
Me.txtAbfertDatBis._ShortDateNew = True
|
||||
Me.txtAbfertDatBis._ShortDateOnly = False
|
||||
@@ -871,16 +902,6 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.UsrCntlFaktAbrechnung1.Size = New System.Drawing.Size(863, 615)
|
||||
Me.UsrCntlFaktAbrechnung1.TabIndex = 0
|
||||
'
|
||||
'cbxOriginalDrucken
|
||||
'
|
||||
Me.cbxOriginalDrucken.AutoSize = True
|
||||
Me.cbxOriginalDrucken.Location = New System.Drawing.Point(142, 75)
|
||||
Me.cbxOriginalDrucken.Name = "cbxOriginalDrucken"
|
||||
Me.cbxOriginalDrucken.Size = New System.Drawing.Size(134, 17)
|
||||
Me.cbxOriginalDrucken.TabIndex = 27
|
||||
Me.cbxOriginalDrucken.Text = "Original (ohne ""Kopie"")"
|
||||
Me.cbxOriginalDrucken.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmAbrechnungsMaske
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -899,7 +920,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Me.SplitContainer.ResumeLayout(False)
|
||||
Me.tbcntr.ResumeLayout(False)
|
||||
Me.TabPage1.ResumeLayout(False)
|
||||
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dgvRechnungen, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
Me.Panel2.PerformLayout()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
@@ -914,7 +935,7 @@ Partial Class frmAbrechnungsMaske
|
||||
Friend WithEvents UsrCntlFaktAbrechnung1 As SDL.usrCntlFaktAbrechnung
|
||||
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
||||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||||
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents dgvRechnungen As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents lblSachbearbeiter As System.Windows.Forms.Label
|
||||
Friend WithEvents MyComboBox2 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
@@ -967,4 +988,5 @@ Partial Class frmAbrechnungsMaske
|
||||
Friend WithEvents Label14 As Label
|
||||
Public WithEvents cboSort As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents cbxOriginalDrucken As CheckBox
|
||||
Friend WithEvents Button11 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user