From 54ab5694487b739ffdb1d4d6dd97a615ed42d11d Mon Sep 17 00:00:00 2001 From: Andreas Luxbauer Date: Thu, 10 Nov 2022 09:06:53 +0100 Subject: [PATCH] Bankverbindung, Messenger History --- SDL/Fakturierung/cFakturierung.vb | 18 +- SDL/zoll/usrCntlZOLLAuswertungen.Designer.vb | 658 +++++++++--------- .../Messenger/frmMessenger.vb | 5 +- 3 files changed, 341 insertions(+), 340 deletions(-) diff --git a/SDL/Fakturierung/cFakturierung.vb b/SDL/Fakturierung/cFakturierung.vb index ce57e740..a45318a9 100644 --- a/SDL/Fakturierung/cFakturierung.vb +++ b/SDL/Fakturierung/cFakturierung.vb @@ -696,14 +696,14 @@ Public Class cFakturierung rpt.txtBank2.Text = "" Else If hasVK(Rechnung) Then - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT35 4480 0365 7822 0002" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT35 4480 0365 7822 0002" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" Else If hasEUSTZOLL(Rechnung) Then - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT62 4480 0365 7822 0001" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT62 4480 0365 7822 0001" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" Else - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT89 4480 0365 7822 0000" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT89 4480 0365 7822 0000" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" End If End If @@ -761,14 +761,14 @@ Public Class cFakturierung rpt.txtBank2.Text = "" Else If hasVK(RechnungsNr, Buchungsjahr) Then - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT35 4480 0365 7822 0002" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT35 4480 0365 7822 0002" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" Else If hasEUSTZOLL(RechnungsNr) Then - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT62 4480 0365 7822 0001" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT62 4480 0365 7822 0001" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" Else - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT89 4480 0365 7822 0000" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT89 4480 0365 7822 0000" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" End If End If @@ -817,14 +817,14 @@ Public Class cFakturierung rpt.txtBank2.Text = "" Else If hasVK(RechnungsNr, Buchungsjahr) Then - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT35 4480 0365 7822 0002" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT35 4480 0365 7822 0002" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" Else If hasEUSTZOLL(RechnungsNr) Then - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT62 4480 0365 7822 0001" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT62 4480 0365 7822 0001" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" Else - rpt.txtBank1.Text = "Volksbank Schärding" & vbNewLine & "IBAN:AT89 4480 0365 7822 0000" & vbNewLine & "BIC: VBOEATWWOOE" + rpt.txtBank1.Text = "Volksbank Oberösterreich AG" & vbNewLine & "IBAN:AT89 4480 0365 7822 0000" & vbNewLine & "BIC: VBOEATWWOOE" rpt.txtBank2.Text = "" End If End If diff --git a/SDL/zoll/usrCntlZOLLAuswertungen.Designer.vb b/SDL/zoll/usrCntlZOLLAuswertungen.Designer.vb index 8b69aada..e1354d10 100644 --- a/SDL/zoll/usrCntlZOLLAuswertungen.Designer.vb +++ b/SDL/zoll/usrCntlZOLLAuswertungen.Designer.vb @@ -24,6 +24,7 @@ Partial Class usrCntlZOLLAuswertungen Private Sub InitializeComponent() Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() + Me.Button4 = New System.Windows.Forms.Button() Me.Label15 = New System.Windows.Forms.Label() Me.txtStatbis = New System.Windows.Forms.TextBox() Me.txtStatVon = New System.Windows.Forms.TextBox() @@ -44,6 +45,7 @@ Partial Class usrCntlZOLLAuswertungen Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Button15 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() + Me.picDurmaz = New System.Windows.Forms.PictureBox() Me.txtJahrDurmaz = New System.Windows.Forms.NumericUpDown() Me.cboMonatDurmaz = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() @@ -57,10 +59,12 @@ Partial Class usrCntlZOLLAuswertungen Me.Label16 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.cbxWarenbezeichnung = New System.Windows.Forms.CheckBox() + Me.Button9 = New System.Windows.Forms.Button() Me.cbxBestimmungszollstelleErreicht = New System.Windows.Forms.CheckBox() Me.Label19 = New System.Windows.Forms.Label() Me.cboEZOLLMandant = New System.Windows.Forms.ComboBox() Me.Label29 = New System.Windows.Forms.Label() + Me.cboEZOLLBrg = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.cboEZOLLStatus = New System.Windows.Forms.ComboBox() Me.Label20 = New System.Windows.Forms.Label() Me.datEZOLLBis = New System.Windows.Forms.DateTimePicker() @@ -75,6 +79,7 @@ Partial Class usrCntlZOLLAuswertungen Me.Button20 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() + Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.txtJahrATILLA = New System.Windows.Forms.NumericUpDown() Me.cboMonatATILLA = New System.Windows.Forms.ComboBox() Me.Label18 = New System.Windows.Forms.Label() @@ -89,6 +94,7 @@ Partial Class usrCntlZOLLAuswertungen Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.cbxSplittungNachPos = New System.Windows.Forms.CheckBox() Me.cbxAnrechnungRefBetrag = New System.Windows.Forms.CheckBox() + Me.Button8 = New System.Windows.Forms.Button() Me.Label31 = New System.Windows.Forms.Label() Me.txtStatBisDy = New System.Windows.Forms.TextBox() Me.txtStatVonDy = New System.Windows.Forms.TextBox() @@ -110,6 +116,7 @@ Partial Class usrCntlZOLLAuswertungen Me.Label82 = New System.Windows.Forms.Label() Me.GroupBox13 = New System.Windows.Forms.GroupBox() Me.Button25 = New System.Windows.Forms.Button() + Me.PictureBox13 = New System.Windows.Forms.PictureBox() Me.txtJahr_NCTSTR_AWOR = New System.Windows.Forms.NumericUpDown() Me.cboMonat_NCTSTR_AWOR = New System.Windows.Forms.ComboBox() Me.Label89 = New System.Windows.Forms.Label() @@ -119,8 +126,10 @@ Partial Class usrCntlZOLLAuswertungen Me.Label92 = New System.Windows.Forms.Label() Me.datAuswertVon_NCTSTR_AWOR = New System.Windows.Forms.DateTimePicker() Me.Label93 = New System.Windows.Forms.Label() + Me.PictureBox11 = New System.Windows.Forms.PictureBox() Me.GroupBox12 = New System.Windows.Forms.GroupBox() Me.Button23 = New System.Windows.Forms.Button() + Me.PictureBox12 = New System.Windows.Forms.PictureBox() Me.txtJahr_NCTSTR_UNISPED = New System.Windows.Forms.NumericUpDown() Me.cboMonat_NCTSTR_UNISPED = New System.Windows.Forms.ComboBox() Me.Label83 = New System.Windows.Forms.Label() @@ -134,6 +143,7 @@ Partial Class usrCntlZOLLAuswertungen Me.GroupBox11 = New System.Windows.Forms.GroupBox() Me.Button19 = New System.Windows.Forms.Button() Me.Button18 = New System.Windows.Forms.Button() + Me.PictureBox10 = New System.Windows.Forms.PictureBox() Me.txtJahr_NCTSTR = New System.Windows.Forms.NumericUpDown() Me.cboMonat_NCTSTR = New System.Windows.Forms.ComboBox() Me.Label77 = New System.Windows.Forms.Label() @@ -144,9 +154,11 @@ Partial Class usrCntlZOLLAuswertungen Me.datAuswertVon_NCTSTR = New System.Windows.Forms.DateTimePicker() Me.Label81 = New System.Windows.Forms.Label() Me.Label68 = New System.Windows.Forms.Label() + Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.GroupBox10 = New System.Windows.Forms.GroupBox() Me.cbxSplittungNachPos_NCTSTR = New System.Windows.Forms.CheckBox() Me.cbxAnrechnungRefBetrag_NCTSTR = New System.Windows.Forms.CheckBox() + Me.Button16 = New System.Windows.Forms.Button() Me.Label69 = New System.Windows.Forms.Label() Me.txtStatBis_NCTSTR = New System.Windows.Forms.TextBox() Me.txtStatVon_NCTSTR = New System.Windows.Forms.TextBox() @@ -160,13 +172,17 @@ Partial Class usrCntlZOLLAuswertungen Me.datVon_NCTSTR = New System.Windows.Forms.DateTimePicker() Me.Label75 = New System.Windows.Forms.Label() Me.Button17 = New System.Windows.Forms.Button() + Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.Label52 = New System.Windows.Forms.Label() + Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.GroupBox8 = New System.Windows.Forms.GroupBox() Me.Label54 = New System.Windows.Forms.Label() Me.txtStatEZoll_TC_Bis = New System.Windows.Forms.TextBox() Me.txtStatEZoll_TC_Von = New System.Windows.Forms.TextBox() Me.Label56 = New System.Windows.Forms.Label() + Me.Button12 = New System.Windows.Forms.Button() Me.Label53 = New System.Windows.Forms.Label() + Me.cboBrgEZollTC = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label55 = New System.Windows.Forms.Label() Me.datEZOLL_TC_Bis = New System.Windows.Forms.DateTimePicker() Me.Label57 = New System.Windows.Forms.Label() @@ -176,6 +192,7 @@ Partial Class usrCntlZOLLAuswertungen Me.Label46 = New System.Windows.Forms.Label() Me.GroupBox7 = New System.Windows.Forms.GroupBox() Me.Button11 = New System.Windows.Forms.Button() + Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.txtJahrAmbar = New System.Windows.Forms.NumericUpDown() Me.cboMonatAmbar = New System.Windows.Forms.ComboBox() Me.Label47 = New System.Windows.Forms.Label() @@ -190,6 +207,7 @@ Partial Class usrCntlZOLLAuswertungen Me.GroupBox6 = New System.Windows.Forms.GroupBox() Me.Button21 = New System.Windows.Forms.Button() Me.Button10 = New System.Windows.Forms.Button() + Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.txtJahrIMEX = New System.Windows.Forms.NumericUpDown() Me.cboMonatIMEX = New System.Windows.Forms.ComboBox() Me.Label39 = New System.Windows.Forms.Label() @@ -199,6 +217,9 @@ Partial Class usrCntlZOLLAuswertungen Me.Label42 = New System.Windows.Forms.Label() Me.datVonImex = New System.Windows.Forms.DateTimePicker() Me.Label43 = New System.Windows.Forms.Label() + Me.PictureBox3 = New System.Windows.Forms.PictureBox() + Me.pic = New System.Windows.Forms.PictureBox() + Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.TabPage4 = New System.Windows.Forms.TabPage() @@ -207,6 +228,7 @@ Partial Class usrCntlZOLLAuswertungen Me.GroupBox9 = New System.Windows.Forms.GroupBox() Me.cbxUnispedSplittungNachPos = New System.Windows.Forms.CheckBox() Me.cbxUnispedAnrechnungRefBetrag = New System.Windows.Forms.CheckBox() + Me.Button13 = New System.Windows.Forms.Button() Me.Label61 = New System.Windows.Forms.Label() Me.txtUnispedStatBis = New System.Windows.Forms.TextBox() Me.txtUnispedStatVon = New System.Windows.Forms.TextBox() @@ -220,30 +242,8 @@ Partial Class usrCntlZOLLAuswertungen Me.datUnispedVon = New System.Windows.Forms.DateTimePicker() Me.Label67 = New System.Windows.Forms.Label() Me.Button14 = New System.Windows.Forms.Button() - Me.pnl = New System.Windows.Forms.Panel() - Me.PictureBox13 = New System.Windows.Forms.PictureBox() - Me.PictureBox11 = New System.Windows.Forms.PictureBox() - Me.PictureBox12 = New System.Windows.Forms.PictureBox() - Me.PictureBox10 = New System.Windows.Forms.PictureBox() - Me.PictureBox9 = New System.Windows.Forms.PictureBox() - Me.Button16 = New System.Windows.Forms.Button() - Me.PictureBox7 = New System.Windows.Forms.PictureBox() - Me.PictureBox6 = New System.Windows.Forms.PictureBox() - Me.Button12 = New System.Windows.Forms.Button() - Me.PictureBox5 = New System.Windows.Forms.PictureBox() - Me.PictureBox4 = New System.Windows.Forms.PictureBox() - Me.PictureBox3 = New System.Windows.Forms.PictureBox() - Me.pic = New System.Windows.Forms.PictureBox() - Me.PictureBox1 = New System.Windows.Forms.PictureBox() - Me.Button4 = New System.Windows.Forms.Button() - Me.picDurmaz = New System.Windows.Forms.PictureBox() - Me.Button8 = New System.Windows.Forms.Button() - Me.Button9 = New System.Windows.Forms.Button() - Me.PictureBox2 = New System.Windows.Forms.PictureBox() - Me.Button13 = New System.Windows.Forms.Button() Me.PictureBox8 = New System.Windows.Forms.PictureBox() - Me.cboBrgEZollTC = New VERAG_PROG_ALLGEMEIN.MyComboBox() - Me.cboEZOLLBrg = New VERAG_PROG_ALLGEMEIN.MyComboBox() + Me.pnl = New System.Windows.Forms.Panel() Me.UsrCntlAuswertungenUIDPruefung1 = New SDL.usrCntlAuswertungenUIDPruefung() Me.UsrCntlAuswertungenKunden_Auftragsrueckgang1 = New SDL.usrCntlAuswertungenKunden_Auftragsrueckgang() Me.UsrCntlAuswertungenEV_Veranlagungen1 = New SDL.usrCntlAuswertungenEV_Veranlagungen() @@ -253,46 +253,46 @@ Partial Class usrCntlZOLLAuswertungen Me.UsrCntlAuswertungenAufschub_Abgabenliste1 = New SDL.usrCntlAuswertungenAufschub_Abgabenliste() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() + CType(Me.picDurmaz, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtJahrDurmaz, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.GroupBox4.SuspendLayout() + CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtJahrATILLA, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox5.SuspendLayout() Me.tbcntr.SuspendLayout() Me.TabPage1.SuspendLayout() Me.GroupBox13.SuspendLayout() + CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtJahr_NCTSTR_AWOR, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox12.SuspendLayout() + CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtJahr_NCTSTR_UNISPED, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox11.SuspendLayout() + CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtJahr_NCTSTR, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox10.SuspendLayout() + CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox8.SuspendLayout() Me.GroupBox7.SuspendLayout() + CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtJahrAmbar, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox6.SuspendLayout() + CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtJahrIMEX, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage2.SuspendLayout() Me.TabPage3.SuspendLayout() Me.TabPage4.SuspendLayout() Me.TabPage5.SuspendLayout() Me.GroupBox9.SuspendLayout() - Me.pnl.SuspendLayout() - CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.picDurmaz, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() + Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'Label3 @@ -330,6 +330,21 @@ Partial Class usrCntlZOLLAuswertungen Me.GroupBox1.TabIndex = 8 Me.GroupBox1.TabStop = False ' + 'Button4 + ' + Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.Button4.Image = Global.SDL.My.Resources.Resources.Excel_logo + Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button4.Location = New System.Drawing.Point(6, 49) + Me.Button4.Name = "Button4" + Me.Button4.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) + Me.Button4.Size = New System.Drawing.Size(121, 38) + Me.Button4.TabIndex = 18 + Me.Button4.Text = "Excel" + Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button4.UseVisualStyleBackColor = True + ' 'Label15 ' Me.Label15.AutoSize = True @@ -531,6 +546,17 @@ Partial Class usrCntlZOLLAuswertungen Me.Button6.Text = "Auswertung starten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(DAKOSY)" Me.Button6.UseVisualStyleBackColor = True ' + 'picDurmaz + ' + Me.picDurmaz.Image = Global.SDL.My.Resources.Resources.durmaz + Me.picDurmaz.InitialImage = Global.SDL.My.Resources.Resources.durmaz + Me.picDurmaz.Location = New System.Drawing.Point(470, 12) + Me.picDurmaz.Name = "picDurmaz" + Me.picDurmaz.Size = New System.Drawing.Size(221, 44) + Me.picDurmaz.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.picDurmaz.TabIndex = 12 + Me.picDurmaz.TabStop = False + ' 'txtJahrDurmaz ' Me.txtJahrDurmaz.Location = New System.Drawing.Point(315, 66) @@ -670,6 +696,21 @@ Partial Class usrCntlZOLLAuswertungen Me.cbxWarenbezeichnung.ThreeState = True Me.cbxWarenbezeichnung.UseVisualStyleBackColor = True ' + 'Button9 + ' + Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.Button9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.Button9.Image = Global.SDL.My.Resources.Resources.Excel_logo + Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button9.Location = New System.Drawing.Point(6, 49) + Me.Button9.Name = "Button9" + Me.Button9.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) + Me.Button9.Size = New System.Drawing.Size(121, 38) + Me.Button9.TabIndex = 20 + Me.Button9.Text = "Excel" + Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button9.UseVisualStyleBackColor = True + ' 'cbxBestimmungszollstelleErreicht ' Me.cbxBestimmungszollstelleErreicht.AutoSize = True @@ -710,6 +751,20 @@ Partial Class usrCntlZOLLAuswertungen Me.Label29.TabIndex = 19 Me.Label29.Text = "Mandant:" ' + 'cboEZOLLBrg + ' + Me.cboEZOLLBrg._allowedValuesFreiText = Nothing + Me.cboEZOLLBrg._allowFreiText = False + Me.cboEZOLLBrg._value = "" + Me.cboEZOLLBrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cboEZOLLBrg.DropDownWidth = 350 + Me.cboEZOLLBrg.FormattingEnabled = True + Me.cboEZOLLBrg.Items.AddRange(New Object() {"", "05AT510000G000FP7", "16AT520000G000VA6"}) + Me.cboEZOLLBrg.Location = New System.Drawing.Point(223, 69) + Me.cboEZOLLBrg.Name = "cboEZOLLBrg" + Me.cboEZOLLBrg.Size = New System.Drawing.Size(201, 21) + Me.cboEZOLLBrg.TabIndex = 12 + ' 'cboEZOLLStatus ' Me.cboEZOLLStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList @@ -859,6 +914,17 @@ Partial Class usrCntlZOLLAuswertungen Me.Button3.Text = "Auswertung starten" & Global.Microsoft.VisualBasic.ChrW(10) & "(ZOLARIS)" Me.Button3.UseVisualStyleBackColor = True ' + 'PictureBox2 + ' + Me.PictureBox2.Image = Global.SDL.My.Resources.Resources.Atilla + Me.PictureBox2.InitialImage = Global.SDL.My.Resources.Resources.durmaz + Me.PictureBox2.Location = New System.Drawing.Point(494, 12) + Me.PictureBox2.Name = "PictureBox2" + Me.PictureBox2.Size = New System.Drawing.Size(166, 44) + Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox2.TabIndex = 12 + Me.PictureBox2.TabStop = False + ' 'txtJahrATILLA ' Me.txtJahrATILLA.Location = New System.Drawing.Point(315, 66) @@ -1007,6 +1073,21 @@ Partial Class usrCntlZOLLAuswertungen Me.cbxAnrechnungRefBetrag.Text = "Anrechnung Ref Betrag" Me.cbxAnrechnungRefBetrag.UseVisualStyleBackColor = True ' + 'Button8 + ' + Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.Button8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.Button8.Image = Global.SDL.My.Resources.Resources.Excel_logo + Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button8.Location = New System.Drawing.Point(6, 49) + Me.Button8.Name = "Button8" + Me.Button8.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) + Me.Button8.Size = New System.Drawing.Size(121, 38) + Me.Button8.TabIndex = 19 + Me.Button8.Text = "Excel" + Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button8.UseVisualStyleBackColor = True + ' 'Label31 ' Me.Label31.AutoSize = True @@ -1156,7 +1237,7 @@ Partial Class usrCntlZOLLAuswertungen Me.tbcntr.Location = New System.Drawing.Point(0, 57) Me.tbcntr.Name = "tbcntr" Me.tbcntr.SelectedIndex = 0 - Me.tbcntr.Size = New System.Drawing.Size(762, 1829) + Me.tbcntr.Size = New System.Drawing.Size(728, 1829) Me.tbcntr.TabIndex = 22 ' 'TabPage1 @@ -1199,7 +1280,7 @@ Partial Class usrCntlZOLLAuswertungen 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(754, 1803) + Me.TabPage1.Size = New System.Drawing.Size(720, 1803) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Bürgschaften" Me.TabPage1.UseVisualStyleBackColor = True @@ -1256,6 +1337,16 @@ Partial Class usrCntlZOLLAuswertungen Me.Button25.Text = "Auswertung starten" & Global.Microsoft.VisualBasic.ChrW(10) & "(MIC)" Me.Button25.UseVisualStyleBackColor = True ' + 'PictureBox13 + ' + Me.PictureBox13.Image = Global.SDL.My.Resources.Resources.awor + Me.PictureBox13.Location = New System.Drawing.Point(494, 9) + Me.PictureBox13.Name = "PictureBox13" + Me.PictureBox13.Size = New System.Drawing.Size(166, 54) + Me.PictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox13.TabIndex = 12 + Me.PictureBox13.TabStop = False + ' 'txtJahr_NCTSTR_AWOR ' Me.txtJahr_NCTSTR_AWOR.Location = New System.Drawing.Point(315, 66) @@ -1337,6 +1428,16 @@ Partial Class usrCntlZOLLAuswertungen Me.Label93.TabIndex = 5 Me.Label93.Text = "Liefert eine Liste der im definierten Zeitraum verarbeiteten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Versandscheine (nac" & "h LKWs gruppiert)." + ' + 'PictureBox11 + ' + Me.PictureBox11.Image = Global.SDL.My.Resources.Resources.flagge_gb + Me.PictureBox11.Location = New System.Drawing.Point(385, 537) + Me.PictureBox11.Name = "PictureBox11" + Me.PictureBox11.Size = New System.Drawing.Size(29, 16) + Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox11.TabIndex = 34 + Me.PictureBox11.TabStop = False ' 'GroupBox12 ' @@ -1368,6 +1469,16 @@ Partial Class usrCntlZOLLAuswertungen Me.Button23.Text = "Auswertung starten" & Global.Microsoft.VisualBasic.ChrW(10) & "(MIC)" Me.Button23.UseVisualStyleBackColor = True ' + 'PictureBox12 + ' + Me.PictureBox12.Image = Global.SDL.My.Resources.Resources.Unisped_logo + Me.PictureBox12.Location = New System.Drawing.Point(494, 12) + Me.PictureBox12.Name = "PictureBox12" + Me.PictureBox12.Size = New System.Drawing.Size(166, 44) + Me.PictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox12.TabIndex = 12 + Me.PictureBox12.TabStop = False + ' 'txtJahr_NCTSTR_UNISPED ' Me.txtJahr_NCTSTR_UNISPED.Location = New System.Drawing.Point(315, 66) @@ -1503,6 +1614,16 @@ Partial Class usrCntlZOLLAuswertungen Me.Button18.Text = "Auswertung starten" & Global.Microsoft.VisualBasic.ChrW(10) & "(OREGON)" Me.Button18.UseVisualStyleBackColor = True ' + 'PictureBox10 + ' + Me.PictureBox10.Image = Global.SDL.My.Resources.Resources.verimex + Me.PictureBox10.Location = New System.Drawing.Point(494, 12) + Me.PictureBox10.Name = "PictureBox10" + Me.PictureBox10.Size = New System.Drawing.Size(166, 44) + Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox10.TabIndex = 12 + Me.PictureBox10.TabStop = False + ' 'txtJahr_NCTSTR ' Me.txtJahr_NCTSTR.Location = New System.Drawing.Point(315, 66) @@ -1596,6 +1717,16 @@ Partial Class usrCntlZOLLAuswertungen Me.Label68.TabIndex = 30 Me.Label68.Text = "NCTS Gestellungskontrolle FREMDSYSTEM" ' + 'PictureBox9 + ' + Me.PictureBox9.Image = Global.SDL.My.Resources.Resources.flagge_tr + Me.PictureBox9.Location = New System.Drawing.Point(351, 537) + Me.PictureBox9.Name = "PictureBox9" + Me.PictureBox9.Size = New System.Drawing.Size(29, 16) + Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox9.TabIndex = 31 + Me.PictureBox9.TabStop = False + ' 'GroupBox10 ' Me.GroupBox10.Controls.Add(Me.cbxSplittungNachPos_NCTSTR) @@ -1640,6 +1771,21 @@ Partial Class usrCntlZOLLAuswertungen Me.cbxAnrechnungRefBetrag_NCTSTR.Text = "Anrechnung Ref Betrag" Me.cbxAnrechnungRefBetrag_NCTSTR.UseVisualStyleBackColor = True ' + 'Button16 + ' + Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.Button16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.Button16.Image = Global.SDL.My.Resources.Resources.Excel_logo + Me.Button16.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button16.Location = New System.Drawing.Point(6, 49) + Me.Button16.Name = "Button16" + Me.Button16.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) + Me.Button16.Size = New System.Drawing.Size(121, 38) + Me.Button16.TabIndex = 19 + Me.Button16.Text = "Excel" + Me.Button16.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button16.UseVisualStyleBackColor = True + ' 'Label69 ' Me.Label69.AutoSize = True @@ -1757,6 +1903,17 @@ Partial Class usrCntlZOLLAuswertungen Me.Button17.Text = "Auswertung starten" Me.Button17.UseVisualStyleBackColor = True ' + 'PictureBox7 + ' + Me.PictureBox7.Image = Global.SDL.My.Resources.Resources.IMEX_LOGO_simple + Me.PictureBox7.InitialImage = Global.SDL.My.Resources.Resources.durmaz + Me.PictureBox7.Location = New System.Drawing.Point(579, 387) + Me.PictureBox7.Name = "PictureBox7" + Me.PictureBox7.Size = New System.Drawing.Size(133, 24) + Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox7.TabIndex = 26 + Me.PictureBox7.TabStop = False + ' 'Label52 ' Me.Label52.AutoSize = True @@ -1768,6 +1925,16 @@ Partial Class usrCntlZOLLAuswertungen Me.Label52.TabIndex = 27 Me.Label52.Text = "NCTS Gestellungskontrolle E-ZOLL - TELOTEC" ' + 'PictureBox6 + ' + Me.PictureBox6.Image = Global.SDL.My.Resources.Resources.flagge_A + Me.PictureBox6.Location = New System.Drawing.Point(365, 393) + Me.PictureBox6.Name = "PictureBox6" + Me.PictureBox6.Size = New System.Drawing.Size(29, 16) + Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox6.TabIndex = 28 + Me.PictureBox6.TabStop = False + ' 'GroupBox8 ' Me.GroupBox8.Controls.Add(Me.Label54) @@ -1823,6 +1990,21 @@ Partial Class usrCntlZOLLAuswertungen Me.Label56.TabIndex = 22 Me.Label56.Text = "Status:" ' + 'Button12 + ' + Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.Button12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.Button12.Image = Global.SDL.My.Resources.Resources.Excel_logo + Me.Button12.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button12.Location = New System.Drawing.Point(6, 13) + Me.Button12.Name = "Button12" + Me.Button12.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) + Me.Button12.Size = New System.Drawing.Size(121, 38) + Me.Button12.TabIndex = 20 + Me.Button12.Text = "Excel" + Me.Button12.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button12.UseVisualStyleBackColor = True + ' 'Label53 ' Me.Label53.AutoSize = True @@ -1832,6 +2014,20 @@ Partial Class usrCntlZOLLAuswertungen Me.Label53.TabIndex = 13 Me.Label53.Text = "Bürgschaft (keine Auswahl = alle):" ' + 'cboBrgEZollTC + ' + Me.cboBrgEZollTC._allowedValuesFreiText = Nothing + Me.cboBrgEZollTC._allowFreiText = False + Me.cboBrgEZollTC._value = "" + Me.cboBrgEZollTC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList + Me.cboBrgEZollTC.DropDownWidth = 350 + Me.cboBrgEZollTC.FormattingEnabled = True + Me.cboBrgEZollTC.Items.AddRange(New Object() {"", "05AT510000G000FP7", "16AT520000G000VA6"}) + Me.cboBrgEZollTC.Location = New System.Drawing.Point(437, 68) + Me.cboBrgEZollTC.Name = "cboBrgEZollTC" + Me.cboBrgEZollTC.Size = New System.Drawing.Size(201, 21) + Me.cboBrgEZollTC.TabIndex = 12 + ' 'Label55 ' Me.Label55.AutoSize = True @@ -1926,6 +2122,16 @@ Partial Class usrCntlZOLLAuswertungen Me.Button11.Text = "Auswertung starten" & Global.Microsoft.VisualBasic.ChrW(10) & "(DAKOSY)" Me.Button11.UseVisualStyleBackColor = True ' + 'PictureBox5 + ' + Me.PictureBox5.Image = Global.SDL.My.Resources.Resources.ambar_simple + Me.PictureBox5.Location = New System.Drawing.Point(494, 12) + Me.PictureBox5.Name = "PictureBox5" + Me.PictureBox5.Size = New System.Drawing.Size(166, 44) + Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox5.TabIndex = 12 + Me.PictureBox5.TabStop = False + ' 'txtJahrAmbar ' Me.txtJahrAmbar.Location = New System.Drawing.Point(315, 66) @@ -2072,6 +2278,17 @@ Partial Class usrCntlZOLLAuswertungen Me.Button10.Text = "Auswertung starten" & Global.Microsoft.VisualBasic.ChrW(10) & "(DAKOSY)" Me.Button10.UseVisualStyleBackColor = True ' + 'PictureBox4 + ' + Me.PictureBox4.Image = Global.SDL.My.Resources.Resources.IMEX_LOGO_simple + Me.PictureBox4.InitialImage = Global.SDL.My.Resources.Resources.durmaz + Me.PictureBox4.Location = New System.Drawing.Point(494, 12) + Me.PictureBox4.Name = "PictureBox4" + Me.PictureBox4.Size = New System.Drawing.Size(166, 44) + Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox4.TabIndex = 12 + Me.PictureBox4.TabStop = False + ' 'txtJahrIMEX ' Me.txtJahrIMEX.Location = New System.Drawing.Point(315, 66) @@ -2153,6 +2370,36 @@ Partial Class usrCntlZOLLAuswertungen Me.Label43.TabIndex = 5 Me.Label43.Text = "Liefert eine Liste der im definierten Zeitraum verarbeiteten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Versandscheine (nac" & "h LKWs gruppiert)." + ' + 'PictureBox3 + ' + Me.PictureBox3.Image = Global.SDL.My.Resources.Resources.flagge_D + Me.PictureBox3.Location = New System.Drawing.Point(349, 129) + Me.PictureBox3.Name = "PictureBox3" + Me.PictureBox3.Size = New System.Drawing.Size(29, 16) + Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox3.TabIndex = 21 + Me.PictureBox3.TabStop = False + ' + 'pic + ' + Me.pic.Image = Global.SDL.My.Resources.Resources.flagge_D + Me.pic.Location = New System.Drawing.Point(278, 19) + Me.pic.Name = "pic" + Me.pic.Size = New System.Drawing.Size(29, 16) + Me.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.pic.TabIndex = 15 + Me.pic.TabStop = False + ' + 'PictureBox1 + ' + Me.PictureBox1.Image = Global.SDL.My.Resources.Resources.flagge_A + Me.PictureBox1.Location = New System.Drawing.Point(278, 270) + Me.PictureBox1.Name = "PictureBox1" + Me.PictureBox1.Size = New System.Drawing.Size(29, 16) + Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom + Me.PictureBox1.TabIndex = 16 + Me.PictureBox1.TabStop = False ' 'TabPage2 ' @@ -2161,7 +2408,7 @@ Partial Class usrCntlZOLLAuswertungen Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage2.Size = New System.Drawing.Size(771, 1803) + Me.TabPage2.Size = New System.Drawing.Size(737, 1803) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Kunden" Me.TabPage2.UseVisualStyleBackColor = True @@ -2174,7 +2421,7 @@ Partial Class usrCntlZOLLAuswertungen Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage3.Size = New System.Drawing.Size(771, 1803) + Me.TabPage3.Size = New System.Drawing.Size(737, 1803) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "Fiskalvertretung / EV-Veranlagung" Me.TabPage3.UseVisualStyleBackColor = True @@ -2185,7 +2432,7 @@ Partial Class usrCntlZOLLAuswertungen Me.TabPage4.Controls.Add(Me.UsrCntlAuswertungenAufschub_Abgabenliste1) Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" - Me.TabPage4.Size = New System.Drawing.Size(771, 1803) + Me.TabPage4.Size = New System.Drawing.Size(737, 1803) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "Aufschubdaten" Me.TabPage4.UseVisualStyleBackColor = True @@ -2198,7 +2445,7 @@ Partial Class usrCntlZOLLAuswertungen Me.TabPage5.Location = New System.Drawing.Point(4, 22) Me.TabPage5.Name = "TabPage5" Me.TabPage5.Padding = New System.Windows.Forms.Padding(3) - Me.TabPage5.Size = New System.Drawing.Size(771, 1803) + Me.TabPage5.Size = New System.Drawing.Size(737, 1803) Me.TabPage5.TabIndex = 4 Me.TabPage5.Text = "UNISPED" Me.TabPage5.UseVisualStyleBackColor = True @@ -2258,6 +2505,21 @@ Partial Class usrCntlZOLLAuswertungen Me.cbxUnispedAnrechnungRefBetrag.Text = "Anrechnung Ref Betrag" Me.cbxUnispedAnrechnungRefBetrag.UseVisualStyleBackColor = True ' + 'Button13 + ' + Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.Button13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.Button13.Image = Global.SDL.My.Resources.Resources.Excel_logo + Me.Button13.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft + Me.Button13.Location = New System.Drawing.Point(6, 49) + Me.Button13.Name = "Button13" + Me.Button13.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) + Me.Button13.Size = New System.Drawing.Size(121, 38) + Me.Button13.TabIndex = 19 + Me.Button13.Text = "Excel" + Me.Button13.TextAlign = System.Drawing.ContentAlignment.MiddleRight + Me.Button13.UseVisualStyleBackColor = True + ' 'Label61 ' Me.Label61.AutoSize = True @@ -2375,249 +2637,6 @@ Partial Class usrCntlZOLLAuswertungen Me.Button14.Text = "Auswertung starten" Me.Button14.UseVisualStyleBackColor = True ' - 'pnl - ' - Me.pnl.Controls.Add(Me.Label2) - Me.pnl.Dock = System.Windows.Forms.DockStyle.Top - Me.pnl.Location = New System.Drawing.Point(0, 0) - Me.pnl.Name = "pnl" - Me.pnl.Size = New System.Drawing.Size(762, 57) - Me.pnl.TabIndex = 23 - ' - 'PictureBox13 - ' - Me.PictureBox13.Image = Global.SDL.My.Resources.Resources.awor - Me.PictureBox13.Location = New System.Drawing.Point(494, 9) - Me.PictureBox13.Name = "PictureBox13" - Me.PictureBox13.Size = New System.Drawing.Size(166, 54) - Me.PictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox13.TabIndex = 12 - Me.PictureBox13.TabStop = False - ' - 'PictureBox11 - ' - Me.PictureBox11.Image = Global.SDL.My.Resources.Resources.flagge_gb - Me.PictureBox11.Location = New System.Drawing.Point(385, 537) - Me.PictureBox11.Name = "PictureBox11" - Me.PictureBox11.Size = New System.Drawing.Size(29, 16) - Me.PictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox11.TabIndex = 34 - Me.PictureBox11.TabStop = False - ' - 'PictureBox12 - ' - Me.PictureBox12.Image = Global.SDL.My.Resources.Resources.Unisped_logo - Me.PictureBox12.Location = New System.Drawing.Point(494, 12) - Me.PictureBox12.Name = "PictureBox12" - Me.PictureBox12.Size = New System.Drawing.Size(166, 44) - Me.PictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox12.TabIndex = 12 - Me.PictureBox12.TabStop = False - ' - 'PictureBox10 - ' - Me.PictureBox10.Image = Global.SDL.My.Resources.Resources.verimex - Me.PictureBox10.Location = New System.Drawing.Point(494, 12) - Me.PictureBox10.Name = "PictureBox10" - Me.PictureBox10.Size = New System.Drawing.Size(166, 44) - Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox10.TabIndex = 12 - Me.PictureBox10.TabStop = False - ' - 'PictureBox9 - ' - Me.PictureBox9.Image = Global.SDL.My.Resources.Resources.flagge_tr - Me.PictureBox9.Location = New System.Drawing.Point(351, 537) - Me.PictureBox9.Name = "PictureBox9" - Me.PictureBox9.Size = New System.Drawing.Size(29, 16) - Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox9.TabIndex = 31 - Me.PictureBox9.TabStop = False - ' - 'Button16 - ' - Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button16.Image = Global.SDL.My.Resources.Resources.Excel_logo - Me.Button16.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button16.Location = New System.Drawing.Point(6, 49) - Me.Button16.Name = "Button16" - Me.Button16.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) - Me.Button16.Size = New System.Drawing.Size(121, 38) - Me.Button16.TabIndex = 19 - Me.Button16.Text = "Excel" - Me.Button16.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button16.UseVisualStyleBackColor = True - ' - 'PictureBox7 - ' - Me.PictureBox7.Image = Global.SDL.My.Resources.Resources.IMEX_LOGO_simple - Me.PictureBox7.InitialImage = Global.SDL.My.Resources.Resources.durmaz - Me.PictureBox7.Location = New System.Drawing.Point(579, 387) - Me.PictureBox7.Name = "PictureBox7" - Me.PictureBox7.Size = New System.Drawing.Size(133, 24) - Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox7.TabIndex = 26 - Me.PictureBox7.TabStop = False - ' - 'PictureBox6 - ' - Me.PictureBox6.Image = Global.SDL.My.Resources.Resources.flagge_A - Me.PictureBox6.Location = New System.Drawing.Point(365, 393) - Me.PictureBox6.Name = "PictureBox6" - Me.PictureBox6.Size = New System.Drawing.Size(29, 16) - Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox6.TabIndex = 28 - Me.PictureBox6.TabStop = False - ' - 'Button12 - ' - Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button12.Image = Global.SDL.My.Resources.Resources.Excel_logo - Me.Button12.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button12.Location = New System.Drawing.Point(6, 13) - Me.Button12.Name = "Button12" - Me.Button12.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) - Me.Button12.Size = New System.Drawing.Size(121, 38) - Me.Button12.TabIndex = 20 - Me.Button12.Text = "Excel" - Me.Button12.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button12.UseVisualStyleBackColor = True - ' - 'PictureBox5 - ' - Me.PictureBox5.Image = Global.SDL.My.Resources.Resources.ambar_simple - Me.PictureBox5.Location = New System.Drawing.Point(494, 12) - Me.PictureBox5.Name = "PictureBox5" - Me.PictureBox5.Size = New System.Drawing.Size(166, 44) - Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox5.TabIndex = 12 - Me.PictureBox5.TabStop = False - ' - 'PictureBox4 - ' - Me.PictureBox4.Image = Global.SDL.My.Resources.Resources.IMEX_LOGO_simple - Me.PictureBox4.InitialImage = Global.SDL.My.Resources.Resources.durmaz - Me.PictureBox4.Location = New System.Drawing.Point(494, 12) - Me.PictureBox4.Name = "PictureBox4" - Me.PictureBox4.Size = New System.Drawing.Size(166, 44) - Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox4.TabIndex = 12 - Me.PictureBox4.TabStop = False - ' - 'PictureBox3 - ' - Me.PictureBox3.Image = Global.SDL.My.Resources.Resources.flagge_D - Me.PictureBox3.Location = New System.Drawing.Point(349, 129) - Me.PictureBox3.Name = "PictureBox3" - Me.PictureBox3.Size = New System.Drawing.Size(29, 16) - Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox3.TabIndex = 21 - Me.PictureBox3.TabStop = False - ' - 'pic - ' - Me.pic.Image = Global.SDL.My.Resources.Resources.flagge_D - Me.pic.Location = New System.Drawing.Point(278, 19) - Me.pic.Name = "pic" - Me.pic.Size = New System.Drawing.Size(29, 16) - Me.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.pic.TabIndex = 15 - Me.pic.TabStop = False - ' - 'PictureBox1 - ' - Me.PictureBox1.Image = Global.SDL.My.Resources.Resources.flagge_A - Me.PictureBox1.Location = New System.Drawing.Point(278, 270) - Me.PictureBox1.Name = "PictureBox1" - Me.PictureBox1.Size = New System.Drawing.Size(29, 16) - Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox1.TabIndex = 16 - Me.PictureBox1.TabStop = False - ' - 'Button4 - ' - Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button4.Image = Global.SDL.My.Resources.Resources.Excel_logo - Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button4.Location = New System.Drawing.Point(6, 49) - Me.Button4.Name = "Button4" - Me.Button4.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) - Me.Button4.Size = New System.Drawing.Size(121, 38) - Me.Button4.TabIndex = 18 - Me.Button4.Text = "Excel" - Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button4.UseVisualStyleBackColor = True - ' - 'picDurmaz - ' - Me.picDurmaz.Image = Global.SDL.My.Resources.Resources.durmaz - Me.picDurmaz.InitialImage = Global.SDL.My.Resources.Resources.durmaz - Me.picDurmaz.Location = New System.Drawing.Point(470, 12) - Me.picDurmaz.Name = "picDurmaz" - Me.picDurmaz.Size = New System.Drawing.Size(221, 44) - Me.picDurmaz.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.picDurmaz.TabIndex = 12 - Me.picDurmaz.TabStop = False - ' - 'Button8 - ' - Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button8.Image = Global.SDL.My.Resources.Resources.Excel_logo - Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button8.Location = New System.Drawing.Point(6, 49) - Me.Button8.Name = "Button8" - Me.Button8.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) - Me.Button8.Size = New System.Drawing.Size(121, 38) - Me.Button8.TabIndex = 19 - Me.Button8.Text = "Excel" - Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button8.UseVisualStyleBackColor = True - ' - 'Button9 - ' - Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button9.Image = Global.SDL.My.Resources.Resources.Excel_logo - Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button9.Location = New System.Drawing.Point(6, 49) - Me.Button9.Name = "Button9" - Me.Button9.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) - Me.Button9.Size = New System.Drawing.Size(121, 38) - Me.Button9.TabIndex = 20 - Me.Button9.Text = "Excel" - Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button9.UseVisualStyleBackColor = True - ' - 'PictureBox2 - ' - Me.PictureBox2.Image = Global.SDL.My.Resources.Resources.Atilla - Me.PictureBox2.InitialImage = Global.SDL.My.Resources.Resources.durmaz - Me.PictureBox2.Location = New System.Drawing.Point(494, 12) - Me.PictureBox2.Name = "PictureBox2" - Me.PictureBox2.Size = New System.Drawing.Size(166, 44) - Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom - Me.PictureBox2.TabIndex = 12 - Me.PictureBox2.TabStop = False - ' - 'Button13 - ' - Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button13.Image = Global.SDL.My.Resources.Resources.Excel_logo - Me.Button13.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button13.Location = New System.Drawing.Point(6, 49) - Me.Button13.Name = "Button13" - Me.Button13.Padding = New System.Windows.Forms.Padding(0, 0, 25, 0) - Me.Button13.Size = New System.Drawing.Size(121, 38) - Me.Button13.TabIndex = 19 - Me.Button13.Text = "Excel" - Me.Button13.TextAlign = System.Drawing.ContentAlignment.MiddleRight - Me.Button13.UseVisualStyleBackColor = True - ' 'PictureBox8 ' Me.PictureBox8.Image = Global.SDL.My.Resources.Resources.flagge_D @@ -2628,33 +2647,14 @@ Partial Class usrCntlZOLLAuswertungen Me.PictureBox8.TabIndex = 24 Me.PictureBox8.TabStop = False ' - 'cboBrgEZollTC + 'pnl ' - Me.cboBrgEZollTC._allowedValuesFreiText = Nothing - Me.cboBrgEZollTC._allowFreiText = False - Me.cboBrgEZollTC._value = "" - Me.cboBrgEZollTC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cboBrgEZollTC.DropDownWidth = 350 - Me.cboBrgEZollTC.FormattingEnabled = True - Me.cboBrgEZollTC.Items.AddRange(New Object() {"", "05AT510000G000FP7", "16AT520000G000VA6"}) - Me.cboBrgEZollTC.Location = New System.Drawing.Point(437, 68) - Me.cboBrgEZollTC.Name = "cboBrgEZollTC" - Me.cboBrgEZollTC.Size = New System.Drawing.Size(201, 21) - Me.cboBrgEZollTC.TabIndex = 12 - ' - 'cboEZOLLBrg - ' - Me.cboEZOLLBrg._allowedValuesFreiText = Nothing - Me.cboEZOLLBrg._allowFreiText = False - Me.cboEZOLLBrg._value = "" - Me.cboEZOLLBrg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList - Me.cboEZOLLBrg.DropDownWidth = 350 - Me.cboEZOLLBrg.FormattingEnabled = True - Me.cboEZOLLBrg.Items.AddRange(New Object() {"", "05AT510000G000FP7", "16AT520000G000VA6"}) - Me.cboEZOLLBrg.Location = New System.Drawing.Point(223, 69) - Me.cboEZOLLBrg.Name = "cboEZOLLBrg" - Me.cboEZOLLBrg.Size = New System.Drawing.Size(201, 21) - Me.cboEZOLLBrg.TabIndex = 12 + Me.pnl.Controls.Add(Me.Label2) + Me.pnl.Dock = System.Windows.Forms.DockStyle.Top + Me.pnl.Location = New System.Drawing.Point(0, 0) + Me.pnl.Name = "pnl" + Me.pnl.Size = New System.Drawing.Size(728, 57) + Me.pnl.TabIndex = 23 ' 'UsrCntlAuswertungenUIDPruefung1 ' @@ -2723,16 +2723,18 @@ Partial Class usrCntlZOLLAuswertungen Me.Controls.Add(Me.tbcntr) Me.Controls.Add(Me.pnl) Me.Name = "usrCntlZOLLAuswertungen" - Me.Size = New System.Drawing.Size(762, 1445) + Me.Size = New System.Drawing.Size(728, 1445) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() + CType(Me.picDurmaz, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtJahrDurmaz, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() + CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtJahrATILLA, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() @@ -2741,23 +2743,35 @@ Partial Class usrCntlZOLLAuswertungen Me.TabPage1.PerformLayout() Me.GroupBox13.ResumeLayout(False) Me.GroupBox13.PerformLayout() + CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtJahr_NCTSTR_AWOR, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox12.ResumeLayout(False) Me.GroupBox12.PerformLayout() + CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtJahr_NCTSTR_UNISPED, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox11.ResumeLayout(False) Me.GroupBox11.PerformLayout() + CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtJahr_NCTSTR, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox10.ResumeLayout(False) Me.GroupBox10.PerformLayout() + CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox8.ResumeLayout(False) Me.GroupBox8.PerformLayout() Me.GroupBox7.ResumeLayout(False) Me.GroupBox7.PerformLayout() + CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtJahrAmbar, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox6.ResumeLayout(False) Me.GroupBox6.PerformLayout() + CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtJahrIMEX, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage2.ResumeLayout(False) Me.TabPage3.ResumeLayout(False) Me.TabPage4.ResumeLayout(False) @@ -2765,23 +2779,9 @@ Partial Class usrCntlZOLLAuswertungen Me.TabPage5.PerformLayout() Me.GroupBox9.ResumeLayout(False) Me.GroupBox9.PerformLayout() + CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() - CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.picDurmaz, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub diff --git a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb index af1d4556..1069d4af 100644 --- a/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb +++ b/VERAG_PROG_ALLGEMEIN/Messenger/frmMessenger.vb @@ -836,7 +836,7 @@ Public Class frmMessenger If dgvChats.SelectedRows.Count > 0 Then If vbYes = MsgBox("Möchten Sie diesen Chat wirklich deaktivieren?", vbYesNoCancel) Then - CHAT = New VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_Chat(dgvChats.SelectedRows(0).Cells("chat_id").Value, 1) + CHAT = New VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_Chat(dgvChats.SelectedRows(0).Cells("chat_id").Value, "100") SplitContainer1.Enabled = True CHAT.chat_aktiv = Not CHAT.chat_aktiv CHAT.SAVE(False) @@ -1098,7 +1098,8 @@ Public Class frmMessenger Dim dateTmp = InputBox("Bitte geben Sie das Datum ein, ab dem der Chat dargestellt werden soll:",, Now.AddMonths(-1).ToShortDateString) If IsDate(dateTmp) Then topMessagesDateHistory = CDate(dateTmp) - CHAT = New VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_Chat(CHAT.chat_id, 1, topMessagesDateHistory) + CHAT = New VERAG_PROG_ALLGEMEIN.cMessenger.cMessenger_Chat(CHAT.chat_id, "200", topMessagesDateHistory) + SplitContainer1.Enabled = True RELOAD_CHAT() Else MsgBox("Datum ungültig!")