Mailsender, status EZA send

This commit is contained in:
2026-07-07 13:35:57 +02:00
parent f193cb6dd3
commit 252a74a93a
6 changed files with 257 additions and 8 deletions

View File

@@ -178,6 +178,7 @@ Partial Class usrctlProcedures
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Button55 = New System.Windows.Forms.Button()
Me.Button56 = New System.Windows.Forms.Button()
Me.tbTRStat.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.TabPage1.SuspendLayout()
@@ -1688,10 +1689,20 @@ Partial Class usrctlProcedures
Me.Button55.Text = "TEST T1"
Me.Button55.UseVisualStyleBackColor = True
'
'Button56
'
Me.Button56.Location = New System.Drawing.Point(414, 29)
Me.Button56.Name = "Button56"
Me.Button56.Size = New System.Drawing.Size(145, 49)
Me.Button56.TabIndex = 68
Me.Button56.Text = "KARACA"
Me.Button56.UseVisualStyleBackColor = True
'
'usrctlProcedures
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button56)
Me.Controls.Add(Me.Button55)
Me.Controls.Add(Me.Button99)
Me.Controls.Add(Me.Button43)
@@ -1929,4 +1940,5 @@ Partial Class usrctlProcedures
Friend WithEvents btnTCtoVERAEZA_File As Button
Friend WithEvents cbxCD_Overwrite As CheckBox
Friend WithEvents Button55 As Button
Friend WithEvents Button56 As Button
End Class