_ Partial Class frmAbrechnungsMaske Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbrechnungsMaske)) Me.pnl = New System.Windows.Forms.Panel() Me.SplitContainer = New System.Windows.Forms.SplitContainer() Me.tbcntr = New System.Windows.Forms.TabControl() 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.Panel2 = New System.Windows.Forms.Panel() Me.cboSort = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Button9 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.btn = New System.Windows.Forms.Button() Me.Label6 = New System.Windows.Forms.Label() Me.btnWiederholeRgDruck = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.Button10 = New System.Windows.Forms.Button() Me.Label13 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label14 = New System.Windows.Forms.Label() Me.cbx = New System.Windows.Forms.CheckBox() Me.MyComboBox3 = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.MyComboBox2 = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.lblSachbearbeiter = New System.Windows.Forms.Label() Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components) Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.MyTextBox3 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Label9 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.txtAbfertDat = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.lblAbfertigungsdatum = New System.Windows.Forms.Label() Me.txtAbfertDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Button2 = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.Button6 = New System.Windows.Forms.Button() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Button5 = New System.Windows.Forms.Button() Me.btnVonMonat = New System.Windows.Forms.Button() Me.Label23 = New System.Windows.Forms.Label() Me.btnBisMonat = New System.Windows.Forms.Button() Me.btnJahr = New System.Windows.Forms.Button() Me.btnMonat = New System.Windows.Forms.Button() 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() Me.SplitContainer.Panel2.SuspendLayout() Me.SplitContainer.SuspendLayout() Me.tbcntr.SuspendLayout() Me.TabPage1.SuspendLayout() CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.MyPanel1.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.Controls.Add(Me.SplitContainer) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(1442, 615) Me.pnl.TabIndex = 0 ' 'SplitContainer ' Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2 Me.SplitContainer.IsSplitterFixed = True Me.SplitContainer.Location = New System.Drawing.Point(0, 0) Me.SplitContainer.Name = "SplitContainer" ' 'SplitContainer.Panel1 ' Me.SplitContainer.Panel1.Controls.Add(Me.tbcntr) Me.SplitContainer.Panel1.Controls.Add(Me.Panel1) ' 'SplitContainer.Panel2 ' Me.SplitContainer.Panel2.Controls.Add(Me.UsrCntlFaktAbrechnung1) Me.SplitContainer.Size = New System.Drawing.Size(1442, 615) Me.SplitContainer.SplitterDistance = 575 Me.SplitContainer.TabIndex = 0 ' 'tbcntr ' Me.tbcntr.Controls.Add(Me.TabPage1) Me.tbcntr.Dock = System.Windows.Forms.DockStyle.Fill Me.tbcntr.Location = New System.Drawing.Point(0, 170) Me.tbcntr.Name = "tbcntr" Me.tbcntr.SelectedIndex = 0 Me.tbcntr.Size = New System.Drawing.Size(575, 445) Me.tbcntr.TabIndex = 3 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.Button4) Me.TabPage1.Controls.Add(Me.Label12) Me.TabPage1.Controls.Add(Me.MyDatagridview1) Me.TabPage1.Controls.Add(Me.Panel2) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(567, 419) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Rechnungen" Me.TabPage1.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.BackgroundImage = Global.SDL.My.Resources.Resources.print_rg Me.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.Location = New System.Drawing.Point(316, 200) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(53, 36) Me.Button4.TabIndex = 26 Me.Button4.UseVisualStyleBackColor = True Me.Button4.Visible = False ' 'Label12 ' Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.Label12.Location = New System.Drawing.Point(313, 237) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(56, 26) Me.Label12.TabIndex = 27 Me.Label12.Text = "Tag-Ums." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Jounal" Me.Label12.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.Label12.Visible = False ' 'MyDatagridview1 ' 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 ' 'Panel2 ' Me.Panel2.BackColor = System.Drawing.Color.White Me.Panel2.Controls.Add(Me.cbxOriginalDrucken) Me.Panel2.Controls.Add(Me.cboSort) Me.Panel2.Controls.Add(Me.cboPrinter) Me.Panel2.Controls.Add(Me.Button9) Me.Panel2.Controls.Add(Me.Button8) Me.Panel2.Controls.Add(Me.Button7) Me.Panel2.Controls.Add(Me.btn) Me.Panel2.Controls.Add(Me.Label6) Me.Panel2.Controls.Add(Me.btnWiederholeRgDruck) Me.Panel2.Controls.Add(Me.Label4) Me.Panel2.Controls.Add(Me.Button10) Me.Panel2.Controls.Add(Me.Label13) Me.Panel2.Controls.Add(Me.Button3) Me.Panel2.Controls.Add(Me.Label3) Me.Panel2.Controls.Add(Me.Button1) Me.Panel2.Controls.Add(Me.Label2) Me.Panel2.Controls.Add(Me.Label10) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel2.Location = New System.Drawing.Point(3, 319) Me.Panel2.Margin = New System.Windows.Forms.Padding(2) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(561, 97) Me.Panel2.TabIndex = 0 ' 'cboSort ' Me.cboSort._allowedValuesFreiText = Nothing Me.cboSort._allowFreiText = False Me.cboSort._value = "" Me.cboSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboSort.FormattingEnabled = True Me.cboSort.Location = New System.Drawing.Point(8, 73) Me.cboSort.Name = "cboSort" Me.cboSort.Size = New System.Drawing.Size(53, 21) Me.cboSort.TabIndex = 26 ' 'cboPrinter ' Me.cboPrinter._allowedValuesFreiText = Nothing Me.cboPrinter._allowFreiText = False Me.cboPrinter._value = "" Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList 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.TabIndex = 25 ' 'Button9 ' Me.Button9.BackgroundImage = Global.SDL.My.Resources.Resources.pdf Me.Button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button9.Location = New System.Drawing.Point(142, 21) 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.TabIndex = 22 Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button9.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.BackgroundImage = Global.SDL.My.Resources.Resources.email_big 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.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.TabIndex = 21 Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button8.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.BackgroundImage = Global.SDL.My.Resources.Resources.print_rg 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.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.TabIndex = 20 Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button7.UseVisualStyleBackColor = True ' 'btn ' Me.btn.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btn.BackgroundImage = Global.SDL.My.Resources.Resources.plus Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.Location = New System.Drawing.Point(505, 10) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(53, 36) Me.btn.TabIndex = 4 Me.btn.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.Label6.Location = New System.Drawing.Point(502, 46) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 26) Me.Label6.TabIndex = 13 Me.Label6.Text = "NEU" Me.Label6.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'btnWiederholeRgDruck ' Me.btnWiederholeRgDruck.BackgroundImage = Global.SDL.My.Resources.Resources.print_rg Me.btnWiederholeRgDruck.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.btnWiederholeRgDruck.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnWiederholeRgDruck.Location = New System.Drawing.Point(388, 9) Me.btnWiederholeRgDruck.Name = "btnWiederholeRgDruck" Me.btnWiederholeRgDruck.Size = New System.Drawing.Size(53, 36) Me.btnWiederholeRgDruck.TabIndex = 11 Me.btnWiederholeRgDruck.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.Label4.Location = New System.Drawing.Point(381, 46) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(67, 26) Me.Label4.TabIndex = 12 Me.Label4.Text = "Wiederhole SR Druck" Me.Label4.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'Button10 ' Me.Button10.BackgroundImage = Global.SDL.My.Resources.Resources.print_sr Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button10.CausesValidation = False Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button10.Location = New System.Drawing.Point(64, 10) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(53, 36) Me.Button10.TabIndex = 6 Me.Button10.UseVisualStyleBackColor = True ' 'Label13 ' Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.Label13.Location = New System.Drawing.Point(64, 47) Me.Label13.Margin = New System.Windows.Forms.Padding(0) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(53, 26) Me.Label13.TabIndex = 7 Me.Label13.Text = "Alle" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "S-Rg." Me.Label13.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'Button3 ' Me.Button3.BackgroundImage = Global.SDL.My.Resources.Resources.moneybag1 Me.Button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Location = New System.Drawing.Point(329, 9) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(53, 36) Me.Button3.TabIndex = 9 Me.Button3.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.Label3.Location = New System.Drawing.Point(326, 46) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 26) Me.Label3.TabIndex = 10 Me.Label3.Text = "Abgaben-" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "übersicht" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'Button1 ' Me.Button1.BackgroundImage = Global.SDL.My.Resources.Resources.print_rg Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(8, 9) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(53, 36) Me.Button1.TabIndex = 5 Me.Button1.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.Label2.Location = New System.Drawing.Point(5, 46) Me.Label2.Margin = New System.Windows.Forms.Padding(0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 26) Me.Label2.TabIndex = 8 Me.Label2.Text = "Alle" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Einzel-Rg" Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'Label10 ' Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!) Me.Label10.Location = New System.Drawing.Point(139, 6) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(151, 17) Me.Label10.TabIndex = 23 Me.Label10.Text = "Markierte Rechnungen:" Me.Label10.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.Controls.Add(Me.MyComboBox1) Me.Panel1.Controls.Add(Me.Label14) Me.Panel1.Controls.Add(Me.cbx) Me.Panel1.Controls.Add(Me.MyComboBox3) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Controls.Add(Me.MyComboBox2) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Controls.Add(Me.lblSachbearbeiter) Me.Panel1.Controls.Add(Me.cboFirma) Me.Panel1.Controls.Add(Me.MyPanel1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Margin = New System.Windows.Forms.Padding(2) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(575, 170) Me.Panel1.TabIndex = 0 ' 'MyComboBox1 ' Me.MyComboBox1._allowedValuesFreiText = Nothing Me.MyComboBox1._allowFreiText = False Me.MyComboBox1._value = "" Me.MyComboBox1.FormattingEnabled = True Me.MyComboBox1.Location = New System.Drawing.Point(453, 28) Me.MyComboBox1.Margin = New System.Windows.Forms.Padding(2) Me.MyComboBox1.Name = "MyComboBox1" Me.MyComboBox1.Size = New System.Drawing.Size(83, 21) Me.MyComboBox1.TabIndex = 53 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(345, 31) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(108, 13) Me.Label14.TabIndex = 52 Me.Label14.Text = "Rechnungsdruck-Art:" ' 'cbx ' Me.cbx.AutoSize = True Me.cbx.Checked = True Me.cbx.CheckState = System.Windows.Forms.CheckState.Checked Me.cbx.Location = New System.Drawing.Point(348, 54) Me.cbx.Name = "cbx" Me.cbx.Size = New System.Drawing.Size(181, 17) Me.cbx.TabIndex = 34 Me.cbx.Text = "Gedruckte Rechnugen anzeigen" Me.cbx.UseVisualStyleBackColor = True ' 'MyComboBox3 ' Me.MyComboBox3._allowedValuesFreiText = Nothing Me.MyComboBox3._allowFreiText = False Me.MyComboBox3._value = "" Me.MyComboBox3.FormattingEnabled = True Me.MyComboBox3.Location = New System.Drawing.Point(453, 8) Me.MyComboBox3.Margin = New System.Windows.Forms.Padding(2) Me.MyComboBox3.Name = "MyComboBox3" Me.MyComboBox3.Size = New System.Drawing.Size(83, 21) Me.MyComboBox3.TabIndex = 33 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(345, 11) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(103, 13) Me.Label5.TabIndex = 32 Me.Label5.Text = "Sammel-/Einzel-Rg.:" ' 'MyComboBox2 ' Me.MyComboBox2._allowedValuesFreiText = Nothing Me.MyComboBox2._allowFreiText = False Me.MyComboBox2._value = "" Me.MyComboBox2.FormattingEnabled = True Me.MyComboBox2.Location = New System.Drawing.Point(99, 33) Me.MyComboBox2.Margin = New System.Windows.Forms.Padding(2) Me.MyComboBox2.Name = "MyComboBox2" Me.MyComboBox2.Size = New System.Drawing.Size(154, 21) Me.MyComboBox2.TabIndex = 31 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 11) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(35, 13) Me.Label1.TabIndex = 30 Me.Label1.Text = "Firma:" ' 'lblSachbearbeiter ' Me.lblSachbearbeiter.AutoSize = True Me.lblSachbearbeiter.Location = New System.Drawing.Point(12, 36) Me.lblSachbearbeiter.Name = "lblSachbearbeiter" Me.lblSachbearbeiter.Size = New System.Drawing.Size(82, 13) Me.lblSachbearbeiter.TabIndex = 30 Me.lblSachbearbeiter.Text = "Sachbearbeiter:" ' 'cboFirma ' Me.cboFirma._allowedValuesFreiText = Nothing Me.cboFirma._allowFreiText = False Me.cboFirma._value = "" Me.cboFirma.FormattingEnabled = True Me.cboFirma.Location = New System.Drawing.Point(99, 8) Me.cboFirma.Margin = New System.Windows.Forms.Padding(2) Me.cboFirma.Name = "cboFirma" Me.cboFirma.Size = New System.Drawing.Size(154, 21) Me.cboFirma.TabIndex = 29 ' 'MyPanel1 ' Me.MyPanel1.Controls.Add(Me.MyTextBox2) Me.MyPanel1.Controls.Add(Me.MyTextBox3) Me.MyPanel1.Controls.Add(Me.Label9) Me.MyPanel1.Controls.Add(Me.Label11) Me.MyPanel1.Controls.Add(Me.Label8) Me.MyPanel1.Controls.Add(Me.txtAbfertDat) Me.MyPanel1.Controls.Add(Me.lblAbfertigungsdatum) Me.MyPanel1.Controls.Add(Me.txtAbfertDatBis) Me.MyPanel1.Controls.Add(Me.DateTimePicker1) Me.MyPanel1.Controls.Add(Me.Button2) Me.MyPanel1.Controls.Add(Me.Label7) Me.MyPanel1.Controls.Add(Me.Button6) Me.MyPanel1.Controls.Add(Me.DateTimePicker2) Me.MyPanel1.Controls.Add(Me.Button5) Me.MyPanel1.Controls.Add(Me.btnVonMonat) Me.MyPanel1.Controls.Add(Me.Label23) Me.MyPanel1.Controls.Add(Me.btnBisMonat) Me.MyPanel1.Controls.Add(Me.btnJahr) Me.MyPanel1.Controls.Add(Me.btnMonat) Me.MyPanel1.Controls.Add(Me.btnBisJahr) Me.MyPanel1.Controls.Add(Me.btnVonJahr) Me.MyPanel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.MyPanel1.Location = New System.Drawing.Point(0, 80) Me.MyPanel1.Name = "MyPanel1" Me.MyPanel1.Size = New System.Drawing.Size(575, 90) Me.MyPanel1.TabIndex = 51 Me.MyPanel1.Visible = False ' 'MyTextBox2 ' Me.MyTextBox2._DateTimeOnly = False Me.MyTextBox2._numbersOnly = True Me.MyTextBox2._numbersOnlyKommastellen = "" Me.MyTextBox2._Prozent = False Me.MyTextBox2._ShortDateNew = False Me.MyTextBox2._ShortDateOnly = False Me.MyTextBox2._TimeOnly = False Me.MyTextBox2._TimeOnly_Seconds = False Me.MyTextBox2._value = "" Me.MyTextBox2._Waehrung = False Me.MyTextBox2._WaehrungZeichen = False Me.MyTextBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MyTextBox2.ForeColor = System.Drawing.Color.Black Me.MyTextBox2.Location = New System.Drawing.Point(374, 34) Me.MyTextBox2.MaxLength = 10 Me.MyTextBox2.MaxLineLength = -1 Me.MyTextBox2.MaxLines_Warning = "" Me.MyTextBox2.MaxLines_Warning_Label = Nothing Me.MyTextBox2.Name = "MyTextBox2" Me.MyTextBox2.Size = New System.Drawing.Size(162, 20) Me.MyTextBox2.TabIndex = 54 ' 'MyTextBox3 ' Me.MyTextBox3._DateTimeOnly = False Me.MyTextBox3._numbersOnly = True Me.MyTextBox3._numbersOnlyKommastellen = "" Me.MyTextBox3._Prozent = False Me.MyTextBox3._ShortDateNew = False Me.MyTextBox3._ShortDateOnly = False Me.MyTextBox3._TimeOnly = False Me.MyTextBox3._TimeOnly_Seconds = False Me.MyTextBox3._value = "" Me.MyTextBox3._Waehrung = False Me.MyTextBox3._WaehrungZeichen = False Me.MyTextBox3.Enabled = False Me.MyTextBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MyTextBox3.ForeColor = System.Drawing.Color.Black Me.MyTextBox3.Location = New System.Drawing.Point(374, 63) Me.MyTextBox3.MaxLength = 10 Me.MyTextBox3.MaxLineLength = -1 Me.MyTextBox3.MaxLines_Warning = "" Me.MyTextBox3.MaxLines_Warning_Label = Nothing Me.MyTextBox3.Name = "MyTextBox3" Me.MyTextBox3.Size = New System.Drawing.Size(162, 20) Me.MyTextBox3.TabIndex = 55 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(345, 38) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(28, 13) Me.Label9.TabIndex = 57 Me.Label9.Text = "von:" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(345, 66) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(23, 13) Me.Label11.TabIndex = 56 Me.Label11.Text = "bis:" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(345, 13) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(114, 13) Me.Label8.TabIndex = 52 Me.Label8.Text = "Rechnungsnummer" ' 'txtAbfertDat ' Me.txtAbfertDat._DateTimeOnly = False Me.txtAbfertDat._numbersOnly = False Me.txtAbfertDat._numbersOnlyKommastellen = "" Me.txtAbfertDat._Prozent = False Me.txtAbfertDat._ShortDateNew = True Me.txtAbfertDat._ShortDateOnly = False Me.txtAbfertDat._TimeOnly = False Me.txtAbfertDat._TimeOnly_Seconds = False Me.txtAbfertDat._value = "" Me.txtAbfertDat._Waehrung = False Me.txtAbfertDat._WaehrungZeichen = True Me.txtAbfertDat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtAbfertDat.ForeColor = System.Drawing.Color.Black Me.txtAbfertDat.Location = New System.Drawing.Point(41, 34) Me.txtAbfertDat.MaxLength = 10 Me.txtAbfertDat.MaxLineLength = -1 Me.txtAbfertDat.MaxLines_Warning = "" Me.txtAbfertDat.MaxLines_Warning_Label = Nothing Me.txtAbfertDat.Name = "txtAbfertDat" Me.txtAbfertDat.Size = New System.Drawing.Size(83, 20) Me.txtAbfertDat.TabIndex = 36 ' 'lblAbfertigungsdatum ' Me.lblAbfertigungsdatum.AutoSize = True Me.lblAbfertigungsdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblAbfertigungsdatum.Location = New System.Drawing.Point(38, 13) Me.lblAbfertigungsdatum.Name = "lblAbfertigungsdatum" Me.lblAbfertigungsdatum.Size = New System.Drawing.Size(75, 13) Me.lblAbfertigungsdatum.TabIndex = 35 Me.lblAbfertigungsdatum.Text = "Druckdatum" ' 'txtAbfertDatBis ' Me.txtAbfertDatBis._DateTimeOnly = False Me.txtAbfertDatBis._numbersOnly = False Me.txtAbfertDatBis._numbersOnlyKommastellen = "" Me.txtAbfertDatBis._Prozent = False Me.txtAbfertDatBis._ShortDateNew = True Me.txtAbfertDatBis._ShortDateOnly = False Me.txtAbfertDatBis._TimeOnly = False Me.txtAbfertDatBis._TimeOnly_Seconds = False Me.txtAbfertDatBis._value = "" Me.txtAbfertDatBis._Waehrung = False Me.txtAbfertDatBis._WaehrungZeichen = True Me.txtAbfertDatBis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtAbfertDatBis.ForeColor = System.Drawing.Color.Black Me.txtAbfertDatBis.Location = New System.Drawing.Point(41, 63) Me.txtAbfertDatBis.MaxLength = 10 Me.txtAbfertDatBis.MaxLineLength = -1 Me.txtAbfertDatBis.MaxLines_Warning = "" Me.txtAbfertDatBis.MaxLines_Warning_Label = Nothing Me.txtAbfertDatBis.Name = "txtAbfertDatBis" Me.txtAbfertDatBis.Size = New System.Drawing.Size(83, 20) Me.txtAbfertDatBis.TabIndex = 38 ' 'DateTimePicker1 ' Me.DateTimePicker1.CustomFormat = "''" Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker1.Location = New System.Drawing.Point(41, 34) Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(0) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.DateTimePicker1.Size = New System.Drawing.Size(115, 20) Me.DateTimePicker1.TabIndex = 37 ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Button2.ForeColor = System.Drawing.Color.Black Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(281, 8) Me.Button2.Margin = New System.Windows.Forms.Padding(0) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(34, 23) Me.Button2.TabIndex = 43 Me.Button2.Text = ">>" Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(12, 38) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(28, 13) Me.Label7.TabIndex = 44 Me.Label7.Text = "von:" ' 'Button6 ' Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Button6.ForeColor = System.Drawing.Color.Black Me.Button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button6.Location = New System.Drawing.Point(162, 8) Me.Button6.Margin = New System.Windows.Forms.Padding(0) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(34, 23) Me.Button6.TabIndex = 41 Me.Button6.Text = "<<" Me.Button6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button6.UseVisualStyleBackColor = True ' 'DateTimePicker2 ' Me.DateTimePicker2.CustomFormat = "''" Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DateTimePicker2.Location = New System.Drawing.Point(41, 63) Me.DateTimePicker2.Margin = New System.Windows.Forms.Padding(0) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.DateTimePicker2.Size = New System.Drawing.Size(115, 20) Me.DateTimePicker2.TabIndex = 39 ' 'Button5 ' Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Button5.ForeColor = System.Drawing.Color.Black Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button5.Location = New System.Drawing.Point(195, 8) Me.Button5.Margin = New System.Windows.Forms.Padding(0) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(87, 23) Me.Button5.TabIndex = 42 Me.Button5.Text = "Heute" Me.Button5.UseVisualStyleBackColor = True ' 'btnVonMonat ' Me.btnVonMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVonMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnVonMonat.ForeColor = System.Drawing.Color.Black Me.btnVonMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonMonat.Location = New System.Drawing.Point(162, 34) Me.btnVonMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnVonMonat.Name = "btnVonMonat" Me.btnVonMonat.Size = New System.Drawing.Size(34, 23) Me.btnVonMonat.TabIndex = 45 Me.btnVonMonat.Text = "<<" Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonMonat.UseVisualStyleBackColor = True ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Location = New System.Drawing.Point(12, 66) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(23, 13) Me.Label23.TabIndex = 40 Me.Label23.Text = "bis:" ' 'btnBisMonat ' Me.btnBisMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBisMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnBisMonat.ForeColor = System.Drawing.Color.Black Me.btnBisMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisMonat.Location = New System.Drawing.Point(281, 34) Me.btnBisMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnBisMonat.Name = "btnBisMonat" Me.btnBisMonat.Size = New System.Drawing.Size(34, 23) Me.btnBisMonat.TabIndex = 47 Me.btnBisMonat.Text = ">>" Me.btnBisMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisMonat.UseVisualStyleBackColor = True ' 'btnJahr ' Me.btnJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnJahr.ForeColor = System.Drawing.Color.Black Me.btnJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnJahr.Location = New System.Drawing.Point(195, 60) Me.btnJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnJahr.Name = "btnJahr" Me.btnJahr.Size = New System.Drawing.Size(87, 23) Me.btnJahr.TabIndex = 49 Me.btnJahr.Text = "2016" Me.btnJahr.UseVisualStyleBackColor = True ' 'btnMonat ' Me.btnMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnMonat.ForeColor = System.Drawing.Color.Black Me.btnMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnMonat.Location = New System.Drawing.Point(195, 34) Me.btnMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnMonat.Name = "btnMonat" Me.btnMonat.Size = New System.Drawing.Size(87, 23) Me.btnMonat.TabIndex = 46 Me.btnMonat.Text = "September" Me.btnMonat.UseVisualStyleBackColor = True ' 'btnBisJahr ' Me.btnBisJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBisJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnBisJahr.ForeColor = System.Drawing.Color.Black Me.btnBisJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisJahr.Location = New System.Drawing.Point(281, 60) Me.btnBisJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnBisJahr.Name = "btnBisJahr" Me.btnBisJahr.Size = New System.Drawing.Size(34, 23) Me.btnBisJahr.TabIndex = 50 Me.btnBisJahr.Text = ">>" Me.btnBisJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnBisJahr.UseVisualStyleBackColor = True ' 'btnVonJahr ' Me.btnVonJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVonJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.btnVonJahr.ForeColor = System.Drawing.Color.Black Me.btnVonJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonJahr.Location = New System.Drawing.Point(162, 60) Me.btnVonJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnVonJahr.Name = "btnVonJahr" Me.btnVonJahr.Size = New System.Drawing.Size(34, 23) Me.btnVonJahr.TabIndex = 48 Me.btnVonJahr.Text = "<<" Me.btnVonJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnVonJahr.UseVisualStyleBackColor = True ' 'UsrCntlFaktAbrechnung1 ' Me.UsrCntlFaktAbrechnung1.BackColor = System.Drawing.Color.White Me.UsrCntlFaktAbrechnung1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.UsrCntlFaktAbrechnung1.Cursor = System.Windows.Forms.Cursors.Default Me.UsrCntlFaktAbrechnung1.Dock = System.Windows.Forms.DockStyle.Fill Me.UsrCntlFaktAbrechnung1.Location = New System.Drawing.Point(0, 0) Me.UsrCntlFaktAbrechnung1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.UsrCntlFaktAbrechnung1.Name = "UsrCntlFaktAbrechnung1" 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!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1442, 615) Me.Controls.Add(Me.pnl) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.Name = "frmAbrechnungsMaske" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Rechnungserfassung" Me.pnl.ResumeLayout(False) Me.SplitContainer.Panel1.ResumeLayout(False) Me.SplitContainer.Panel2.ResumeLayout(False) CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer.ResumeLayout(False) Me.tbcntr.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.MyPanel1.ResumeLayout(False) Me.MyPanel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents pnl As System.Windows.Forms.Panel Friend WithEvents SplitContainer As System.Windows.Forms.SplitContainer 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 cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents lblSachbearbeiter As System.Windows.Forms.Label Friend WithEvents MyComboBox2 As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents btn As System.Windows.Forms.Button Friend WithEvents Label2 As Label Friend WithEvents Button1 As Button Friend WithEvents Button3 As Button Friend WithEvents Label3 As Label Friend WithEvents MyComboBox3 As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents tbcntr As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents Button10 As Button Friend WithEvents Label13 As Label Friend WithEvents Button9 As Button Friend WithEvents Button8 As Button Friend WithEvents Button7 As Button Friend WithEvents Label10 As Label Friend WithEvents cbx As CheckBox Friend WithEvents MyPanel1 As VERAG_PROG_ALLGEMEIN.MyPanel Friend WithEvents txtAbfertDat As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents lblAbfertigungsdatum As Label Friend WithEvents txtAbfertDatBis As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents DateTimePicker1 As DateTimePicker Friend WithEvents Button2 As Button Friend WithEvents Label7 As Label Friend WithEvents Button6 As Button Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents Button5 As Button Friend WithEvents btnVonMonat As Button Friend WithEvents Label23 As Label Friend WithEvents btnBisMonat As Button Friend WithEvents btnJahr As Button Friend WithEvents btnMonat As Button Friend WithEvents btnBisJahr As Button Friend WithEvents btnVonJahr As Button Friend WithEvents MyTextBox2 As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents MyTextBox3 As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents Label9 As Label Friend WithEvents Label11 As Label Friend WithEvents Label8 As Label Public WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents btnWiederholeRgDruck As Button Friend WithEvents Label4 As Label Friend WithEvents Button4 As Button Friend WithEvents Label12 As Label Friend WithEvents MyComboBox1 As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label14 As Label Public WithEvents cboSort As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents cbxOriginalDrucken As CheckBox End Class