Nachrichtenverarbeitung RMC
This commit is contained in:
13
UID/frmAPIEinstellungen.Designer.vb
generated
13
UID/frmAPIEinstellungen.Designer.vb
generated
@@ -28,6 +28,7 @@ Partial Class frmAPIEinstellungen
|
||||
Me.DataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.cbxProduktivsystem = New System.Windows.Forms.CheckBox()
|
||||
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
@@ -88,11 +89,22 @@ Partial Class frmAPIEinstellungen
|
||||
Me.Label3.TabIndex = 24
|
||||
Me.Label3.Text = "Token:Für Authentifizierung werden Token verwendet!"
|
||||
'
|
||||
'cbxProduktivsystem
|
||||
'
|
||||
Me.cbxProduktivsystem.AutoSize = True
|
||||
Me.cbxProduktivsystem.Location = New System.Drawing.Point(213, 26)
|
||||
Me.cbxProduktivsystem.Name = "cbxProduktivsystem"
|
||||
Me.cbxProduktivsystem.Size = New System.Drawing.Size(109, 17)
|
||||
Me.cbxProduktivsystem.TabIndex = 25
|
||||
Me.cbxProduktivsystem.Text = "Produktivsysteme"
|
||||
Me.cbxProduktivsystem.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmAPIEinstellungen
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1158, 485)
|
||||
Me.Controls.Add(Me.cbxProduktivsystem)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
@@ -113,4 +125,5 @@ Partial Class frmAPIEinstellungen
|
||||
Friend WithEvents DataGridView As DataGridView
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents Label3 As Label
|
||||
Friend WithEvents cbxProduktivsystem As CheckBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user