FIBU, cFakt, etc.

This commit is contained in:
2025-10-28 17:13:18 +01:00
parent 93e1f7bab2
commit 7d12e603ad
2 changed files with 17 additions and 13 deletions

View File

@@ -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.cbxUpdateFIBU = New System.Windows.Forms.CheckBox()
Me.cbxUseUIDFinanzOnline = New System.Windows.Forms.CheckBox()
Me.txtMRNPrefix = New System.Windows.Forms.TextBox()
Me.ATCNRinRE = New System.Windows.Forms.LinkLabel()
@@ -357,7 +358,6 @@ Partial Class frmStartOptions
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtGJ_UNISPED = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.cbxUpdateFIBU = New System.Windows.Forms.CheckBox()
Me.pnl.SuspendLayout()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox23, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -495,6 +495,16 @@ Partial Class frmStartOptions
Me.pnl.Size = New System.Drawing.Size(1229, 946)
Me.pnl.TabIndex = 0
'
'cbxUpdateFIBU
'
Me.cbxUpdateFIBU.AutoSize = True
Me.cbxUpdateFIBU.Location = New System.Drawing.Point(18, 139)
Me.cbxUpdateFIBU.Name = "cbxUpdateFIBU"
Me.cbxUpdateFIBU.Size = New System.Drawing.Size(121, 17)
Me.cbxUpdateFIBU.TabIndex = 140
Me.cbxUpdateFIBU.Text = "UID-Update in FIBU"
Me.cbxUpdateFIBU.UseVisualStyleBackColor = True
'
'cbxUseUIDFinanzOnline
'
Me.cbxUseUIDFinanzOnline.AutoSize = True
@@ -4781,16 +4791,6 @@ Partial Class frmStartOptions
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
'
'cbxUpdateFIBU
'
Me.cbxUpdateFIBU.AutoSize = True
Me.cbxUpdateFIBU.Location = New System.Drawing.Point(18, 139)
Me.cbxUpdateFIBU.Name = "cbxUpdateFIBU"
Me.cbxUpdateFIBU.Size = New System.Drawing.Size(83, 17)
Me.cbxUpdateFIBU.TabIndex = 140
Me.cbxUpdateFIBU.Text = "UID in FIBU"
Me.cbxUpdateFIBU.UseVisualStyleBackColor = True
'
'frmStartOptions
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)