anpassungenMerge

This commit is contained in:
2025-06-16 09:33:13 +02:00
parent fd43887f58
commit 49197e5804
5 changed files with 607 additions and 628 deletions

View File

@@ -83,6 +83,7 @@ Partial Class usrctlProcedures
Me.tctModalTEstLRN = New System.Windows.Forms.TextBox()
Me.Button45 = New System.Windows.Forms.Button()
Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.btnTC_FtpIUpload = New System.Windows.Forms.Button()
Me.Button48 = New System.Windows.Forms.Button()
Me.Button47 = New System.Windows.Forms.Button()
Me.Button18 = New System.Windows.Forms.Button()
@@ -138,7 +139,6 @@ Partial Class usrctlProcedures
Me.Button43 = New System.Windows.Forms.Button()
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Button49 = New System.Windows.Forms.Button()
Me.TabControl1.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.TabPage1.SuspendLayout()
@@ -731,6 +731,7 @@ Partial Class usrctlProcedures
'
'TabPage5
'
Me.TabPage5.Controls.Add(Me.btnTC_FtpIUpload)
Me.TabPage5.Controls.Add(Me.Button48)
Me.TabPage5.Controls.Add(Me.Button47)
Me.TabPage5.Location = New System.Drawing.Point(4, 22)
@@ -741,6 +742,15 @@ Partial Class usrctlProcedures
Me.TabPage5.Text = "Teleotec"
Me.TabPage5.UseVisualStyleBackColor = True
'
'btnTC_FtpIUpload
'
Me.btnTC_FtpIUpload.Location = New System.Drawing.Point(48, 157)
Me.btnTC_FtpIUpload.Name = "btnTC_FtpIUpload"
Me.btnTC_FtpIUpload.Size = New System.Drawing.Size(145, 49)
Me.btnTC_FtpIUpload.TabIndex = 64
Me.btnTC_FtpIUpload.Text = "TEST FTP UPload ATEZ"
Me.btnTC_FtpIUpload.UseVisualStyleBackColor = True
'
'Button48
'
Me.Button48.Location = New System.Drawing.Point(209, 24)
@@ -1238,20 +1248,10 @@ Partial Class usrctlProcedures
Me.DataGridViewTextBoxColumn2.HeaderText = "anz"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
'
'Button49
'
Me.Button49.Location = New System.Drawing.Point(547, 29)
Me.Button49.Name = "Button49"
Me.Button49.Size = New System.Drawing.Size(145, 49)
Me.Button49.TabIndex = 66
Me.Button49.Text = "Kundenkontakte imp."
Me.Button49.UseVisualStyleBackColor = True
'
'usrctlProcedures
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button49)
Me.Controls.Add(Me.Button43)
Me.Controls.Add(Me.Button33)
Me.Controls.Add(Me.lblStatus)
@@ -1440,5 +1440,5 @@ Partial Class usrctlProcedures
Friend WithEvents TabPage5 As TabPage
Friend WithEvents Button47 As Button
Friend WithEvents Button48 As Button
Friend WithEvents Button49 As Button
Friend WithEvents btnTC_FtpIUpload As Button
End Class