188 lines
8.2 KiB
VB.net
188 lines
8.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class uscntr_Notruf
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.DokuDataSet = New Dokumentation.DokuDataSet()
|
|
Me.TbLNotfallKontakteBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TbL_NotfallKontakteTableAdapter = New Dokumentation.DokuDataSetTableAdapters.TbL_NotfallKontakteTableAdapter()
|
|
Me.TbLNotfallKontakteBindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
CType(Me.DokuDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TbLNotfallKontakteBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TbLNotfallKontakteBindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.allowBorder = False
|
|
Me.FlatButton1.BackColor = System.Drawing.SystemColors.AppWorkspace
|
|
Me.FlatButton1.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton1.Location = New System.Drawing.Point(172, 57)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(127, 23)
|
|
Me.FlatButton1.TabIndex = 9
|
|
Me.FlatButton1.Text = "Weiterleitung setzen"
|
|
Me.FlatButton1.UseVisualStyleBackColor = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(77, 25)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(89, 13)
|
|
Me.Label2.TabIndex = 8
|
|
Me.Label2.Text = "Eingestelltes Ziel:"
|
|
'
|
|
'DokuDataSet
|
|
'
|
|
Me.DokuDataSet.DataSetName = "DokuDataSet"
|
|
Me.DokuDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TbLNotfallKontakteBindingSource
|
|
'
|
|
Me.TbLNotfallKontakteBindingSource.DataMember = "TbL_NotfallKontakte"
|
|
Me.TbLNotfallKontakteBindingSource.DataSource = Me.DokuDataSet
|
|
'
|
|
'TbL_NotfallKontakteTableAdapter
|
|
'
|
|
Me.TbL_NotfallKontakteTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TbLNotfallKontakteBindingSource1
|
|
'
|
|
Me.TbLNotfallKontakteBindingSource1.DataMember = "TbL_NotfallKontakte"
|
|
Me.TbLNotfallKontakteBindingSource1.DataSource = Me.DokuDataSet
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
|
|
Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Location = New System.Drawing.Point(35, 58)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(121, 21)
|
|
Me.ComboBox1.TabIndex = 10
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(172, 25)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label3.TabIndex = 11
|
|
Me.Label3.Text = "Label3"
|
|
'
|
|
'FlatButton2
|
|
'
|
|
Me.FlatButton2.allowBorder = False
|
|
Me.FlatButton2.BackColor = System.Drawing.SystemColors.AppWorkspace
|
|
Me.FlatButton2.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton2.Location = New System.Drawing.Point(172, 95)
|
|
Me.FlatButton2.Name = "FlatButton2"
|
|
Me.FlatButton2.Size = New System.Drawing.Size(127, 23)
|
|
Me.FlatButton2.TabIndex = 12
|
|
Me.FlatButton2.Text = "Weiterleitung starten"
|
|
Me.FlatButton2.UseVisualStyleBackColor = False
|
|
'
|
|
'FlatButton3
|
|
'
|
|
Me.FlatButton3.allowBorder = False
|
|
Me.FlatButton3.BackColor = System.Drawing.SystemColors.AppWorkspace
|
|
Me.FlatButton3.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton3.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton3.Location = New System.Drawing.Point(172, 124)
|
|
Me.FlatButton3.Name = "FlatButton3"
|
|
Me.FlatButton3.Size = New System.Drawing.Size(127, 23)
|
|
Me.FlatButton3.TabIndex = 13
|
|
Me.FlatButton3.Text = "Weiterleitung beenden"
|
|
Me.FlatButton3.UseVisualStyleBackColor = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(172, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label1.TabIndex = 15
|
|
Me.Label1.Text = "Label1"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(93, 0)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(73, 13)
|
|
Me.Label4.TabIndex = 14
|
|
Me.Label4.Text = "Akutelles Ziel:"
|
|
'
|
|
'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.Label1)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.FlatButton3)
|
|
Me.Controls.Add(Me.FlatButton2)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.ComboBox1)
|
|
Me.Controls.Add(Me.FlatButton1)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.MinimumSize = New System.Drawing.Size(320, 162)
|
|
Me.Name = "uscntr_Notruf"
|
|
Me.Size = New System.Drawing.Size(320, 162)
|
|
CType(Me.DokuDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TbLNotfallKontakteBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TbLNotfallKontakteBindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents TbLNotfallKontakteBindingSource As BindingSource
|
|
Friend WithEvents DokuDataSet As DokuDataSet
|
|
Friend WithEvents TbL_NotfallKontakteTableAdapter As DokuDataSetTableAdapters.TbL_NotfallKontakteTableAdapter
|
|
Friend WithEvents TbLNotfallKontakteBindingSource1 As BindingSource
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents FlatButton3 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label4 As Label
|
|
End Class
|