Notfall Telefon Umleitungen, Service für automatische Umleitung, ...

This commit is contained in:
ms
2023-04-24 12:55:01 +02:00
parent 8f1362f9fc
commit e4f7efacc0
20 changed files with 800 additions and 26 deletions

View File

@@ -35,6 +35,7 @@ Partial Class uscntr_Notruf
Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
CType(Me.DokuDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbLNotfallKontakteBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TbLNotfallKontakteBindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -147,12 +148,23 @@ Partial Class uscntr_Notruf
Me.Label4.TabIndex = 14
Me.Label4.Text = "Akutelles Ziel:"
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(22, 124)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(73, 17)
Me.CheckBox1.TabIndex = 16
Me.CheckBox1.Text = "Automatik"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'uscntr_Notruf
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.FlatButton3)
@@ -184,4 +196,5 @@ Partial Class uscntr_Notruf
Friend WithEvents FlatButton3 As VERAG_PROG_ALLGEMEIN.FlatButton
Friend WithEvents Label1 As Label
Friend WithEvents Label4 As Label
Friend WithEvents CheckBox1 As CheckBox
End Class