div. Änderungen
This commit is contained in:
2
DAKOSY_Worker/My Project/Settings.Designer.vb
generated
2
DAKOSY_Worker/My Project/Settings.Designer.vb
generated
@@ -15,7 +15,7 @@ Option Explicit On
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0"),
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0"),
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
16
cNCTSPartnerWorker/My Project/Settings.Designer.vb
generated
16
cNCTSPartnerWorker/My Project/Settings.Designer.vb
generated
@@ -15,12 +15,12 @@ Option Explicit On
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"),
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0"),
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>
|
||||
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
|
||||
|
||||
@@ -15,7 +15,7 @@ Option Explicit On
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(),
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0"),
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0"),
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)>
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
87
initATLASAufschubkonten/frmStartOptions.Designer.vb
generated
87
initATLASAufschubkonten/frmStartOptions.Designer.vb
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user