This commit is contained in:
2020-09-23 07:22:38 +02:00
parent 41b13fe4b0
commit f5248e4a51
31 changed files with 2776 additions and 141 deletions

View File

@@ -97,6 +97,9 @@ Partial Class usrCntlProgramme
Me.Label15 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.PictureBox13 = New System.Windows.Forms.PictureBox()
Me.Button11 = New System.Windows.Forms.Button()
Me.Label17 = New System.Windows.Forms.Label()
Me.PictureBox14 = 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()
@@ -110,6 +113,7 @@ Partial Class usrCntlProgramme
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
@@ -782,11 +786,43 @@ Partial Class usrCntlProgramme
Me.PictureBox13.TabIndex = 100
Me.PictureBox13.TabStop = False
'
'Button11
'
Me.Button11.Location = New System.Drawing.Point(754, 604)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(100, 39)
Me.Button11.TabIndex = 108
Me.Button11.Text = "Details"
Me.Button11.UseVisualStyleBackColor = True
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label17.Location = New System.Drawing.Point(775, 587)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(61, 13)
Me.Label17.TabIndex = 107
Me.Label17.Text = "RKSV DE"
'
'PictureBox14
'
Me.PictureBox14.Image = Global.ADMIN.My.Resources.Resources.admin_monitoring
Me.PictureBox14.Location = New System.Drawing.Point(789, 551)
Me.PictureBox14.Name = "PictureBox14"
Me.PictureBox14.Size = New System.Drawing.Size(34, 33)
Me.PictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox14.TabIndex = 106
Me.PictureBox14.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.Button11)
Me.Controls.Add(Me.Label17)
Me.Controls.Add(Me.PictureBox14)
Me.Controls.Add(Me.txtDokuVersionAkt)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button10)
@@ -876,6 +912,7 @@ Partial Class usrCntlProgramme
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -954,5 +991,7 @@ Partial Class usrCntlProgramme
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents PictureBox13 As System.Windows.Forms.PictureBox
Friend WithEvents Button11 As Button
Friend WithEvents Label17 As Label
Friend WithEvents PictureBox14 As PictureBox
End Class