diff --git a/initATLASAufschubkonten/frmStartOptions.Designer.vb b/initATLASAufschubkonten/frmStartOptions.Designer.vb index afb3d87..7137959 100644 --- a/initATLASAufschubkonten/frmStartOptions.Designer.vb +++ b/initATLASAufschubkonten/frmStartOptions.Designer.vb @@ -25,6 +25,7 @@ Partial Class frmStartOptions Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStartOptions)) Me.pnl = New System.Windows.Forms.Panel() + Me.cbxUseUIDFinanzOnline = New System.Windows.Forms.CheckBox() Me.txtMRNPrefix = New System.Windows.Forms.TextBox() Me.ATCNRinRE = New System.Windows.Forms.LinkLabel() Me.PictureBox24 = New System.Windows.Forms.PictureBox() @@ -211,6 +212,7 @@ Partial Class frmStartOptions Me.Label25 = New System.Windows.Forms.Label() Me.LinkLabel49 = New System.Windows.Forms.LinkLabel() Me.IDS = New System.Windows.Forms.TabPage() + Me.IDS_PDFmitREverkn = New System.Windows.Forms.LinkLabel() Me.IDSUpdateDAID = New System.Windows.Forms.LinkLabel() Me.Label32 = New System.Windows.Forms.Label() Me.Label35 = New System.Windows.Forms.Label() @@ -326,8 +328,6 @@ Partial Class frmStartOptions Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.Button21 = New System.Windows.Forms.Button() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.cbxUseUIDFinanzOnline = New System.Windows.Forms.CheckBox() - Me.LinkLabel53 = New System.Windows.Forms.LinkLabel() Me.pnl.SuspendLayout() CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit() @@ -461,6 +461,16 @@ Partial Class frmStartOptions Me.pnl.Size = New System.Drawing.Size(1229, 920) Me.pnl.TabIndex = 0 ' + 'cbxUseUIDFinanzOnline + ' + Me.cbxUseUIDFinanzOnline.AutoSize = True + Me.cbxUseUIDFinanzOnline.Location = New System.Drawing.Point(18, 142) + Me.cbxUseUIDFinanzOnline.Name = "cbxUseUIDFinanzOnline" + Me.cbxUseUIDFinanzOnline.Size = New System.Drawing.Size(131, 17) + Me.cbxUseUIDFinanzOnline.TabIndex = 139 + Me.cbxUseUIDFinanzOnline.Text = "UID über Finanzonline" + Me.cbxUseUIDFinanzOnline.UseVisualStyleBackColor = True + ' 'txtMRNPrefix ' Me.txtMRNPrefix.Location = New System.Drawing.Point(1036, 48) @@ -2837,7 +2847,7 @@ Partial Class frmStartOptions ' 'IDS ' - Me.IDS.Controls.Add(Me.LinkLabel53) + Me.IDS.Controls.Add(Me.IDS_PDFmitREverkn) Me.IDS.Controls.Add(Me.IDSUpdateDAID) Me.IDS.Controls.Add(Me.Label32) Me.IDS.Controls.Add(Me.Label35) @@ -2856,6 +2866,17 @@ Partial Class frmStartOptions Me.IDS.Text = "IDS" Me.IDS.UseVisualStyleBackColor = True ' + 'IDS_PDFmitREverkn + ' + Me.IDS_PDFmitREverkn.AutoSize = True + Me.IDS_PDFmitREverkn.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) + Me.IDS_PDFmitREverkn.Location = New System.Drawing.Point(9, 203) + Me.IDS_PDFmitREverkn.Name = "IDS_PDFmitREverkn" + Me.IDS_PDFmitREverkn.Size = New System.Drawing.Size(154, 13) + Me.IDS_PDFmitREverkn.TabIndex = 170 + Me.IDS_PDFmitREverkn.TabStop = True + Me.IDS_PDFmitREverkn.Text = "PDF mit RE-Details verknüpfen" + ' 'IDSUpdateDAID ' Me.IDSUpdateDAID.AutoSize = True @@ -4345,27 +4366,6 @@ Partial Class frmStartOptions Me.DataGridViewTextBoxColumn1.MinimumWidth = 8 Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" ' - 'cbxUseUIDFinanzOnline - ' - Me.cbxUseUIDFinanzOnline.AutoSize = True - Me.cbxUseUIDFinanzOnline.Location = New System.Drawing.Point(18, 142) - Me.cbxUseUIDFinanzOnline.Name = "cbxUseUIDFinanzOnline" - Me.cbxUseUIDFinanzOnline.Size = New System.Drawing.Size(131, 17) - Me.cbxUseUIDFinanzOnline.TabIndex = 139 - Me.cbxUseUIDFinanzOnline.Text = "UID über Finanzonline" - Me.cbxUseUIDFinanzOnline.UseVisualStyleBackColor = True - ' - 'LinkLabel53 - ' - Me.LinkLabel53.AutoSize = True - Me.LinkLabel53.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) - Me.LinkLabel53.Location = New System.Drawing.Point(9, 203) - Me.LinkLabel53.Name = "LinkLabel53" - Me.LinkLabel53.Size = New System.Drawing.Size(154, 13) - Me.LinkLabel53.TabIndex = 170 - Me.LinkLabel53.TabStop = True - Me.LinkLabel53.Text = "PDF mit RE-Details verknüpfen" - ' 'frmStartOptions ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) @@ -4741,5 +4741,5 @@ Partial Class frmStartOptions Friend WithEvents cboTCAPI_Call As Button Friend WithEvents cboTCAPI_Firma As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents cbxUseUIDFinanzOnline As CheckBox - Friend WithEvents LinkLabel53 As LinkLabel + Friend WithEvents IDS_PDFmitREverkn As LinkLabel End Class diff --git a/initATLASAufschubkonten/frmStartOptions.vb b/initATLASAufschubkonten/frmStartOptions.vb index 76c4ef2..d968fc6 100644 --- a/initATLASAufschubkonten/frmStartOptions.vb +++ b/initATLASAufschubkonten/frmStartOptions.vb @@ -5995,7 +5995,7 @@ weiter: End Sub - Private Sub LinkLabel53_LinkClicked_1(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel53.LinkClicked + Private Sub LinkLabel53_LinkClicked_1(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles IDS_PDFmitREverkn.LinkClicked Dim fehlendePDFzuRE As String = "select * FROM tblIDSInvoicesNewSplittedByCountry where daId is null "