From 55cd7909d4e402d7bfbf5219156182ecf87a6520 Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Thu, 19 Sep 2024 13:14:44 +0200 Subject: [PATCH] =?UTF-8?q?div.=20=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DAKOSY_Worker/My Project/Settings.Designer.vb | 2 +- .../My Project/Settings.Designer.vb | 16 ++-- .../My Project/Settings.Designer.vb | 2 +- .../frmStartOptions.Designer.vb | 87 +++++++++++++------ 4 files changed, 72 insertions(+), 35 deletions(-) diff --git a/DAKOSY_Worker/My Project/Settings.Designer.vb b/DAKOSY_Worker/My Project/Settings.Designer.vb index ed945b4..d57af80 100644 --- a/DAKOSY_Worker/My Project/Settings.Designer.vb +++ b/DAKOSY_Worker/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase diff --git a/cNCTSPartnerWorker/My Project/Settings.Designer.vb b/cNCTSPartnerWorker/My Project/Settings.Designer.vb index 08281e5..af63aa5 100644 --- a/cNCTSPartnerWorker/My Project/Settings.Designer.vb +++ b/cNCTSPartnerWorker/My Project/Settings.Designer.vb @@ -15,12 +15,12 @@ Option Explicit On Namespace My Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase - Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()), MySettings) + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings) #Region "Automatische My.Settings-Speicherfunktion" #If _MYTYPE = "WindowsForms" Then @@ -41,12 +41,12 @@ Namespace My Get #If _MYTYPE = "WindowsForms" Then - If Not addedHandler Then - SyncLock addedHandlerLockObject - If Not addedHandler Then - AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings - addedHandler = True - End If + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If End SyncLock End If #End If diff --git a/initATLASAufschubkonten/My Project/Settings.Designer.vb b/initATLASAufschubkonten/My Project/Settings.Designer.vb index 013004c..2a0eb29 100644 --- a/initATLASAufschubkonten/My Project/Settings.Designer.vb +++ b/initATLASAufschubkonten/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase diff --git a/initATLASAufschubkonten/frmStartOptions.Designer.vb b/initATLASAufschubkonten/frmStartOptions.Designer.vb index a7721aa..8de3db4 100644 --- a/initATLASAufschubkonten/frmStartOptions.Designer.vb +++ b/initATLASAufschubkonten/frmStartOptions.Designer.vb @@ -247,8 +247,7 @@ Partial Class frmStartOptions Me.txtTWLNr = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox() - Me.Button21 = New System.Windows.Forms.Button() - Me.cbxOnlyBilledTransactions = New System.Windows.Forms.CheckBox() + Me.cbxUploadDA = New System.Windows.Forms.CheckBox() Me.pnl.SuspendLayout() CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox22, System.ComponentModel.ISupportInitialize).BeginInit() @@ -1907,6 +1906,52 @@ Partial Class frmStartOptions Me.TabPage4.Text = "VERAG 360" Me.TabPage4.UseVisualStyleBackColor = True ' + 'Label5 + ' + Me.Label5.AutoSize = True + Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label5.ForeColor = System.Drawing.Color.Red + Me.Label5.Location = New System.Drawing.Point(879, 39) + Me.Label5.Name = "Label5" + Me.Label5.Size = New System.Drawing.Size(56, 16) + Me.Label5.TabIndex = 126 + Me.Label5.Text = "PLOSE" + ' + 'LinkLabel23 + ' + Me.LinkLabel23.AutoSize = True + Me.LinkLabel23.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.LinkLabel23.Location = New System.Drawing.Point(879, 117) + Me.LinkLabel23.Name = "LinkLabel23" + Me.LinkLabel23.Size = New System.Drawing.Size(180, 13) + Me.LinkLabel23.TabIndex = 125 + Me.LinkLabel23.TabStop = True + Me.LinkLabel23.Text = "Eingangsnachrichten abrufen PROD" + ' + 'LinkLabel24 + ' + Me.LinkLabel24.AutoSize = True + Me.LinkLabel24.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.LinkLabel24.Location = New System.Drawing.Point(879, 92) + Me.LinkLabel24.Name = "LinkLabel24" + Me.LinkLabel24.Size = New System.Drawing.Size(177, 13) + Me.LinkLabel24.TabIndex = 124 + Me.LinkLabel24.TabStop = True + Me.LinkLabel24.Text = "Eingangsnachrichten abrufen TEST" + ' + 'cbxOnlyBilledTransactions + ' + Me.cbxOnlyBilledTransactions.AutoSize = True + Me.cbxOnlyBilledTransactions.Checked = True + Me.cbxOnlyBilledTransactions.CheckState = System.Windows.Forms.CheckState.Checked + Me.cbxOnlyBilledTransactions.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cbxOnlyBilledTransactions.Location = New System.Drawing.Point(670, 84) + Me.cbxOnlyBilledTransactions.Name = "cbxOnlyBilledTransactions" + Me.cbxOnlyBilledTransactions.Size = New System.Drawing.Size(172, 17) + Me.cbxOnlyBilledTransactions.TabIndex = 121 + Me.cbxOnlyBilledTransactions.Text = "nur verrechnete Transaktionen" + Me.cbxOnlyBilledTransactions.UseVisualStyleBackColor = True + ' 'LinkLabel62 ' Me.LinkLabel62.AutoSize = True @@ -3101,30 +3146,16 @@ Partial Class frmStartOptions Me.txtGJ_UNISPED.Size = New System.Drawing.Size(53, 20) Me.txtGJ_UNISPED.TabIndex = 68 ' - 'Button21 + 'cbxUploadDA ' - Me.Button21.FlatStyle = System.Windows.Forms.FlatStyle.Flat - Me.Button21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.Button21.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft - Me.Button21.Location = New System.Drawing.Point(581, 346) - Me.Button21.Name = "Button21" - Me.Button21.Size = New System.Drawing.Size(211, 24) - Me.Button21.TabIndex = 81 - Me.Button21.Text = "AAS Sendung 24h" - Me.Button21.UseVisualStyleBackColor = True - ' - 'cbxOnlyBilledTransactions - ' - Me.cbxOnlyBilledTransactions.AutoSize = True - Me.cbxOnlyBilledTransactions.Checked = True - Me.cbxOnlyBilledTransactions.CheckState = System.Windows.Forms.CheckState.Checked - Me.cbxOnlyBilledTransactions.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.cbxOnlyBilledTransactions.Location = New System.Drawing.Point(670, 84) - Me.cbxOnlyBilledTransactions.Name = "cbxOnlyBilledTransactions" - Me.cbxOnlyBilledTransactions.Size = New System.Drawing.Size(172, 17) - Me.cbxOnlyBilledTransactions.TabIndex = 121 - Me.cbxOnlyBilledTransactions.Text = "nur verrechnete Transaktionen" - Me.cbxOnlyBilledTransactions.UseVisualStyleBackColor = True + Me.cbxUploadDA.AutoSize = True + Me.cbxUploadDA.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.cbxUploadDA.Location = New System.Drawing.Point(772, 324) + Me.cbxUploadDA.Name = "cbxUploadDA" + Me.cbxUploadDA.Size = New System.Drawing.Size(81, 17) + Me.cbxUploadDA.TabIndex = 128 + Me.cbxUploadDA.Text = "PDF ins DS" + Me.cbxUploadDA.UseVisualStyleBackColor = True ' 'frmStartOptions ' @@ -3398,4 +3429,10 @@ Partial Class frmStartOptions Friend WithEvents LinkLabel60 As LinkLabel Friend WithEvents LinkLabel62 As LinkLabel Friend WithEvents cbxOnlyBilledTransactions As CheckBox + Friend WithEvents cbxMSEBatchNr As VERAG_PROG_ALLGEMEIN.MyComboBox + Friend WithEvents Label5 As Label + Friend WithEvents LinkLabel23 As LinkLabel + Friend WithEvents LinkLabel24 As LinkLabel + Friend WithEvents txtBatchNr As VERAG_PROG_ALLGEMEIN.MyTextBox + Friend WithEvents cbxUploadDA As CheckBox End Class