StarOpt, cWorker, etc.

This commit is contained in:
2026-03-10 08:39:31 +01:00
parent de62b60183
commit 7a5de3e91b
6 changed files with 196 additions and 161 deletions

View File

@@ -25,6 +25,10 @@ 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.btnEZOLL_1month = New System.Windows.Forms.Button()
Me.btnEZOLL_7days = New System.Windows.Forms.Button()
Me.cbxEZOLLUNISPED = New System.Windows.Forms.CheckBox()
Me.cbxSendEZOLL_INFO = New System.Windows.Forms.CheckBox()
Me.Button30 = New System.Windows.Forms.Button()
Me.pbEmailscheck = New System.Windows.Forms.PictureBox()
Me.btnKKEmailscheck = New System.Windows.Forms.Button()
@@ -377,10 +381,7 @@ 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.cbxSendEZOLL_INFO = New System.Windows.Forms.CheckBox()
Me.cbxEZOLLUNISPED = New System.Windows.Forms.CheckBox()
Me.btnEZOLL_7days = New System.Windows.Forms.Button()
Me.btnEZOLL_1month = New System.Windows.Forms.Button()
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()
@@ -525,6 +526,52 @@ Partial Class frmStartOptions
Me.pnl.Size = New System.Drawing.Size(1229, 946)
Me.pnl.TabIndex = 0
'
'btnEZOLL_1month
'
Me.btnEZOLL_1month.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnEZOLL_1month.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnEZOLL_1month.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnEZOLL_1month.Location = New System.Drawing.Point(428, 178)
Me.btnEZOLL_1month.Name = "btnEZOLL_1month"
Me.btnEZOLL_1month.Size = New System.Drawing.Size(103, 24)
Me.btnEZOLL_1month.TabIndex = 147
Me.btnEZOLL_1month.Text = "History (1 Monat)"
Me.btnEZOLL_1month.UseVisualStyleBackColor = True
'
'btnEZOLL_7days
'
Me.btnEZOLL_7days.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnEZOLL_7days.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnEZOLL_7days.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnEZOLL_7days.Location = New System.Drawing.Point(319, 178)
Me.btnEZOLL_7days.Name = "btnEZOLL_7days"
Me.btnEZOLL_7days.Size = New System.Drawing.Size(103, 24)
Me.btnEZOLL_7days.TabIndex = 146
Me.btnEZOLL_7days.Text = "History (7 Tage)"
Me.btnEZOLL_7days.UseVisualStyleBackColor = True
'
'cbxEZOLLUNISPED
'
Me.cbxEZOLLUNISPED.AutoSize = True
Me.cbxEZOLLUNISPED.Location = New System.Drawing.Point(319, 158)
Me.cbxEZOLLUNISPED.Name = "cbxEZOLLUNISPED"
Me.cbxEZOLLUNISPED.Size = New System.Drawing.Size(74, 17)
Me.cbxEZOLLUNISPED.TabIndex = 145
Me.cbxEZOLLUNISPED.Text = "UNISPED"
Me.cbxEZOLLUNISPED.UseVisualStyleBackColor = True
'
'cbxSendEZOLL_INFO
'
Me.cbxSendEZOLL_INFO.AutoSize = True
Me.cbxSendEZOLL_INFO.Checked = True
Me.cbxSendEZOLL_INFO.CheckState = System.Windows.Forms.CheckState.Checked
Me.cbxSendEZOLL_INFO.Location = New System.Drawing.Point(403, 158)
Me.cbxSendEZOLL_INFO.Name = "cbxSendEZOLL_INFO"
Me.cbxSendEZOLL_INFO.Size = New System.Drawing.Size(134, 17)
Me.cbxSendEZOLL_INFO.TabIndex = 144
Me.cbxSendEZOLL_INFO.Text = "Sende Mail an Kunden"
Me.cbxSendEZOLL_INFO.UseVisualStyleBackColor = True
'
'Button30
'
Me.Button30.FlatStyle = System.Windows.Forms.FlatStyle.Flat
@@ -1197,6 +1244,7 @@ Partial Class frmStartOptions
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.cbxVW_Infomail)
Me.TabPage1.Controls.Add(Me.Button29)
Me.TabPage1.Controls.Add(Me.LinkLabel68)
Me.TabPage1.Controls.Add(Me.PictureBox26)
@@ -1292,9 +1340,9 @@ Partial Class frmStartOptions
Me.cbxGestellungspeichern.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxGestellungspeichern.Location = New System.Drawing.Point(14, 194)
Me.cbxGestellungspeichern.Name = "cbxGestellungspeichern"
Me.cbxGestellungspeichern.Size = New System.Drawing.Size(137, 17)
Me.cbxGestellungspeichern.Size = New System.Drawing.Size(75, 17)
Me.cbxGestellungspeichern.TabIndex = 139
Me.cbxGestellungspeichern.Text = "Gestellungen speichern"
Me.cbxGestellungspeichern.Text = "SAVE VW"
Me.cbxGestellungspeichern.UseVisualStyleBackColor = True
'
'MyTextBox4
@@ -5037,51 +5085,16 @@ Partial Class frmStartOptions
Me.DataGridViewTextBoxColumn1.MinimumWidth = 8
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
'
'cbxSendEZOLL_INFO
'cbxVW_Infomail
'
Me.cbxSendEZOLL_INFO.AutoSize = True
Me.cbxSendEZOLL_INFO.Checked = True
Me.cbxSendEZOLL_INFO.CheckState = System.Windows.Forms.CheckState.Checked
Me.cbxSendEZOLL_INFO.Location = New System.Drawing.Point(403, 158)
Me.cbxSendEZOLL_INFO.Name = "cbxSendEZOLL_INFO"
Me.cbxSendEZOLL_INFO.Size = New System.Drawing.Size(134, 17)
Me.cbxSendEZOLL_INFO.TabIndex = 144
Me.cbxSendEZOLL_INFO.Text = "Sende Mail an Kunden"
Me.cbxSendEZOLL_INFO.UseVisualStyleBackColor = True
'
'cbxEZOLLUNISPED
'
Me.cbxEZOLLUNISPED.AutoSize = True
Me.cbxEZOLLUNISPED.Location = New System.Drawing.Point(319, 158)
Me.cbxEZOLLUNISPED.Name = "cbxEZOLLUNISPED"
Me.cbxEZOLLUNISPED.Size = New System.Drawing.Size(74, 17)
Me.cbxEZOLLUNISPED.TabIndex = 145
Me.cbxEZOLLUNISPED.Text = "UNISPED"
Me.cbxEZOLLUNISPED.UseVisualStyleBackColor = True
'
'btnEZOLL_7days
'
Me.btnEZOLL_7days.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnEZOLL_7days.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnEZOLL_7days.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnEZOLL_7days.Location = New System.Drawing.Point(319, 178)
Me.btnEZOLL_7days.Name = "btnEZOLL_7days"
Me.btnEZOLL_7days.Size = New System.Drawing.Size(103, 24)
Me.btnEZOLL_7days.TabIndex = 146
Me.btnEZOLL_7days.Text = "History (7 Tage)"
Me.btnEZOLL_7days.UseVisualStyleBackColor = True
'
'btnEZOLL_1month
'
Me.btnEZOLL_1month.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnEZOLL_1month.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnEZOLL_1month.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnEZOLL_1month.Location = New System.Drawing.Point(428, 178)
Me.btnEZOLL_1month.Name = "btnEZOLL_1month"
Me.btnEZOLL_1month.Size = New System.Drawing.Size(103, 24)
Me.btnEZOLL_1month.TabIndex = 147
Me.btnEZOLL_1month.Text = "History (1 Monat)"
Me.btnEZOLL_1month.UseVisualStyleBackColor = True
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
'
@@ -5523,4 +5536,5 @@ Partial Class frmStartOptions
Friend WithEvents cbxEZOLLUNISPED As CheckBox
Friend WithEvents btnEZOLL_1month As Button
Friend WithEvents btnEZOLL_7days As Button
Friend WithEvents cbxVW_Infomail As CheckBox
End Class