Gestellungen, etc.

This commit is contained in:
2026-03-12 16:56:15 +01:00
parent 04367593bb
commit 88a6be4cd8
7 changed files with 280 additions and 236 deletions

View File

@@ -85,6 +85,8 @@ Partial Class frmStartOptions
Me.Label13 = New System.Windows.Forms.Label()
Me.tbcntr = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.cbxGESTELLUNG_TESTLAUF = New System.Windows.Forms.CheckBox()
Me.cbxVW_Infomail = New System.Windows.Forms.CheckBox()
Me.LinkLabel68 = New System.Windows.Forms.LinkLabel()
Me.PictureBox26 = New System.Windows.Forms.PictureBox()
Me.cbxGestellungspeichern = New System.Windows.Forms.CheckBox()
@@ -380,7 +382,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.cbxVW_Infomail = New System.Windows.Forms.CheckBox()
Me.pnl.SuspendLayout()
CType(Me.pbEmailscheck, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox24, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -1243,6 +1244,7 @@ Partial Class frmStartOptions
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.cbxGESTELLUNG_TESTLAUF)
Me.TabPage1.Controls.Add(Me.cbxVW_Infomail)
Me.TabPage1.Controls.Add(Me.LinkLabel68)
Me.TabPage1.Controls.Add(Me.PictureBox26)
@@ -1303,6 +1305,28 @@ Partial Class frmStartOptions
Me.TabPage1.Text = "Zollverfahren"
Me.TabPage1.UseVisualStyleBackColor = True
'
'cbxGESTELLUNG_TESTLAUF
'
Me.cbxGESTELLUNG_TESTLAUF.AutoSize = True
Me.cbxGESTELLUNG_TESTLAUF.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxGESTELLUNG_TESTLAUF.Location = New System.Drawing.Point(169, 194)
Me.cbxGESTELLUNG_TESTLAUF.Name = "cbxGESTELLUNG_TESTLAUF"
Me.cbxGESTELLUNG_TESTLAUF.Size = New System.Drawing.Size(81, 17)
Me.cbxGESTELLUNG_TESTLAUF.TabIndex = 153
Me.cbxGESTELLUNG_TESTLAUF.Text = "TESTLAUF"
Me.cbxGESTELLUNG_TESTLAUF.UseVisualStyleBackColor = True
'
'cbxVW_Infomail
'
Me.cbxVW_Infomail.AutoSize = True
Me.cbxVW_Infomail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxVW_Infomail.Location = New System.Drawing.Point(100, 194)
Me.cbxVW_Infomail.Name = "cbxVW_Infomail"
Me.cbxVW_Infomail.Size = New System.Drawing.Size(62, 17)
Me.cbxVW_Infomail.TabIndex = 152
Me.cbxVW_Infomail.Text = "Infomail"
Me.cbxVW_Infomail.UseVisualStyleBackColor = True
'
'LinkLabel68
'
Me.LinkLabel68.AutoSize = True
@@ -5076,17 +5100,6 @@ Partial Class frmStartOptions
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
'
'cbxVW_Infomail
'
Me.cbxVW_Infomail.AutoSize = True
Me.cbxVW_Infomail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxVW_Infomail.Location = New System.Drawing.Point(100, 194)
Me.cbxVW_Infomail.Name = "cbxVW_Infomail"
Me.cbxVW_Infomail.Size = New System.Drawing.Size(62, 17)
Me.cbxVW_Infomail.TabIndex = 152
Me.cbxVW_Infomail.Text = "Infomail"
Me.cbxVW_Infomail.UseVisualStyleBackColor = True
'
'frmStartOptions
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -5527,4 +5540,5 @@ Partial Class frmStartOptions
Friend WithEvents btnEZOLL_1month As Button
Friend WithEvents btnEZOLL_7days As Button
Friend WithEvents cbxVW_Infomail As CheckBox
Friend WithEvents cbxGESTELLUNG_TESTLAUF As CheckBox
End Class