This commit is contained in:
2025-01-22 23:11:39 +01:00
parent d830c49d64
commit 3d83cf7878
7 changed files with 135 additions and 15 deletions

View File

@@ -103,6 +103,12 @@ Partial Class usrCntlProgramme
Me.Button12 = New System.Windows.Forms.Button()
Me.btn_sprache_sdl = New System.Windows.Forms.Button()
Me.btn_sprache_aviso = New System.Windows.Forms.Button()
Me.Button13 = New System.Windows.Forms.Button()
Me.Label20 = New System.Windows.Forms.Label()
Me.PictureBox15 = New System.Windows.Forms.PictureBox()
Me.Button14 = New System.Windows.Forms.Button()
Me.Label25 = New System.Windows.Forms.Label()
Me.PictureBox16 = New System.Windows.Forms.PictureBox()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -117,6 +123,8 @@ Partial Class usrCntlProgramme
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
@@ -846,11 +854,75 @@ Partial Class usrCntlProgramme
Me.btn_sprache_aviso.Text = "Sprachen"
Me.btn_sprache_aviso.UseVisualStyleBackColor = True
'
'Button13
'
Me.Button13.Location = New System.Drawing.Point(754, 309)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(100, 39)
Me.Button13.TabIndex = 114
Me.Button13.Text = "Details"
Me.Button13.UseVisualStyleBackColor = True
'
'Label20
'
Me.Label20.AutoSize = True
Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label20.Location = New System.Drawing.Point(766, 292)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(79, 13)
Me.Label20.TabIndex = 113
Me.Label20.Text = "VERAG OCR"
'
'PictureBox15
'
Me.PictureBox15.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox15.Location = New System.Drawing.Point(789, 256)
Me.PictureBox15.Name = "PictureBox15"
Me.PictureBox15.Size = New System.Drawing.Size(34, 33)
Me.PictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox15.TabIndex = 112
Me.PictureBox15.TabStop = False
'
'Button14
'
Me.Button14.Location = New System.Drawing.Point(754, 417)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(100, 39)
Me.Button14.TabIndex = 117
Me.Button14.Text = "Details"
Me.Button14.UseVisualStyleBackColor = True
'
'Label25
'
Me.Label25.AutoSize = True
Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label25.Location = New System.Drawing.Point(766, 400)
Me.Label25.Name = "Label25"
Me.Label25.Size = New System.Drawing.Size(107, 13)
Me.Label25.TabIndex = 116
Me.Label25.Text = "VERAG CallAssist"
'
'PictureBox16
'
Me.PictureBox16.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox16.Location = New System.Drawing.Point(789, 364)
Me.PictureBox16.Name = "PictureBox16"
Me.PictureBox16.Size = New System.Drawing.Size(34, 33)
Me.PictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox16.TabIndex = 115
Me.PictureBox16.TabStop = False
'
'usrCntlProgramme
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Controls.Add(Me.Button14)
Me.Controls.Add(Me.Label25)
Me.Controls.Add(Me.PictureBox16)
Me.Controls.Add(Me.Button13)
Me.Controls.Add(Me.Label20)
Me.Controls.Add(Me.PictureBox15)
Me.Controls.Add(Me.btn_sprache_aviso)
Me.Controls.Add(Me.btn_sprache_sdl)
Me.Controls.Add(Me.Button12)
@@ -947,6 +1019,8 @@ Partial Class usrCntlProgramme
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -1031,4 +1105,10 @@ Partial Class usrCntlProgramme
Friend WithEvents Button12 As Button
Friend WithEvents btn_sprache_sdl As Button
Friend WithEvents btn_sprache_aviso As Button
Friend WithEvents Button13 As Button
Friend WithEvents Label20 As Label
Friend WithEvents PictureBox15 As PictureBox
Friend WithEvents Button14 As Button
Friend WithEvents Label25 As Label
Friend WithEvents PictureBox16 As PictureBox
End Class