You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
383 lines
16 KiB
383 lines
16 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNeueBeziehung
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNeueBeziehung))
|
|
Me.lblObjekt1 = New System.Windows.Forms.Label()
|
|
Me.txtObjekt1 = New System.Windows.Forms.TextBox()
|
|
Me.lblObjekt2 = New System.Windows.Forms.Label()
|
|
Me.txtObjekt2 = New System.Windows.Forms.TextBox()
|
|
Me.lblBemerkung = New System.Windows.Forms.Label()
|
|
Me.txtBemerkung = New System.Windows.Forms.TextBox()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.btnCancel = New System.Windows.Forms.Button()
|
|
Me.lblSequenz = New System.Windows.Forms.Label()
|
|
Me.txtSeqeunz = New System.Windows.Forms.NumericUpDown()
|
|
Me.lblBeziehungstyp = New System.Windows.Forms.Label()
|
|
Me.cbbeziehungstyp = New System.Windows.Forms.ComboBox()
|
|
Me.cbTemporaer = New System.Windows.Forms.CheckBox()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.TextBox4 = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.SecurityObjekte = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.cbboxKontaktFB = New DevComponents.DotNetBar.Controls.ComboBoxEx()
|
|
CType(Me.txtSeqeunz, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.ContextMenuStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblObjekt1
|
|
'
|
|
Me.lblObjekt1.AutoSize = True
|
|
Me.lblObjekt1.Location = New System.Drawing.Point(7, 11)
|
|
Me.lblObjekt1.Name = "lblObjekt1"
|
|
Me.lblObjekt1.Size = New System.Drawing.Size(44, 13)
|
|
Me.lblObjekt1.TabIndex = 0
|
|
Me.lblObjekt1.Text = "Objekt1"
|
|
'
|
|
'txtObjekt1
|
|
'
|
|
Me.txtObjekt1.Location = New System.Drawing.Point(71, 8)
|
|
Me.txtObjekt1.Name = "txtObjekt1"
|
|
Me.txtObjekt1.ReadOnly = True
|
|
Me.txtObjekt1.Size = New System.Drawing.Size(244, 20)
|
|
Me.txtObjekt1.TabIndex = 1
|
|
'
|
|
'lblObjekt2
|
|
'
|
|
Me.lblObjekt2.AutoSize = True
|
|
Me.lblObjekt2.Location = New System.Drawing.Point(7, 39)
|
|
Me.lblObjekt2.Name = "lblObjekt2"
|
|
Me.lblObjekt2.Size = New System.Drawing.Size(44, 13)
|
|
Me.lblObjekt2.TabIndex = 2
|
|
Me.lblObjekt2.Text = "Objekt2"
|
|
'
|
|
'txtObjekt2
|
|
'
|
|
Me.txtObjekt2.Location = New System.Drawing.Point(71, 36)
|
|
Me.txtObjekt2.Name = "txtObjekt2"
|
|
Me.txtObjekt2.ReadOnly = True
|
|
Me.txtObjekt2.Size = New System.Drawing.Size(244, 20)
|
|
Me.txtObjekt2.TabIndex = 3
|
|
'
|
|
'lblBemerkung
|
|
'
|
|
Me.lblBemerkung.AutoSize = True
|
|
Me.lblBemerkung.Location = New System.Drawing.Point(7, 72)
|
|
Me.lblBemerkung.Name = "lblBemerkung"
|
|
Me.lblBemerkung.Size = New System.Drawing.Size(61, 13)
|
|
Me.lblBemerkung.TabIndex = 4
|
|
Me.lblBemerkung.Text = "Bemerkung"
|
|
'
|
|
'txtBemerkung
|
|
'
|
|
Me.txtBemerkung.Location = New System.Drawing.Point(71, 69)
|
|
Me.txtBemerkung.Multiline = True
|
|
Me.txtBemerkung.Name = "txtBemerkung"
|
|
Me.txtBemerkung.Size = New System.Drawing.Size(244, 69)
|
|
Me.txtBemerkung.TabIndex = 5
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(12, 6)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnOK.TabIndex = 6
|
|
Me.btnOK.Text = "Speichern"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'btnCancel
|
|
'
|
|
Me.btnCancel.Location = New System.Drawing.Point(240, 6)
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnCancel.TabIndex = 7
|
|
Me.btnCancel.Text = "Abbruch"
|
|
Me.btnCancel.UseVisualStyleBackColor = True
|
|
'
|
|
'lblSequenz
|
|
'
|
|
Me.lblSequenz.AutoSize = True
|
|
Me.lblSequenz.Location = New System.Drawing.Point(7, 180)
|
|
Me.lblSequenz.Name = "lblSequenz"
|
|
Me.lblSequenz.Size = New System.Drawing.Size(49, 13)
|
|
Me.lblSequenz.TabIndex = 8
|
|
Me.lblSequenz.Text = "Sequenz"
|
|
'
|
|
'txtSeqeunz
|
|
'
|
|
Me.txtSeqeunz.Location = New System.Drawing.Point(71, 178)
|
|
Me.txtSeqeunz.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
|
|
Me.txtSeqeunz.Name = "txtSeqeunz"
|
|
Me.txtSeqeunz.Size = New System.Drawing.Size(120, 20)
|
|
Me.txtSeqeunz.TabIndex = 9
|
|
'
|
|
'lblBeziehungstyp
|
|
'
|
|
Me.lblBeziehungstyp.AutoSize = True
|
|
Me.lblBeziehungstyp.Location = New System.Drawing.Point(7, 150)
|
|
Me.lblBeziehungstyp.Name = "lblBeziehungstyp"
|
|
Me.lblBeziehungstyp.Size = New System.Drawing.Size(49, 13)
|
|
Me.lblBeziehungstyp.TabIndex = 10
|
|
Me.lblBeziehungstyp.Text = "Bez.-Typ"
|
|
'
|
|
'cbbeziehungstyp
|
|
'
|
|
Me.cbbeziehungstyp.FormattingEnabled = True
|
|
Me.cbbeziehungstyp.Location = New System.Drawing.Point(71, 147)
|
|
Me.cbbeziehungstyp.Name = "cbbeziehungstyp"
|
|
Me.cbbeziehungstyp.Size = New System.Drawing.Size(244, 21)
|
|
Me.cbbeziehungstyp.TabIndex = 11
|
|
'
|
|
'cbTemporaer
|
|
'
|
|
Me.cbTemporaer.AutoSize = True
|
|
Me.cbTemporaer.Location = New System.Drawing.Point(200, 178)
|
|
Me.cbTemporaer.Name = "cbTemporaer"
|
|
Me.cbTemporaer.Size = New System.Drawing.Size(115, 17)
|
|
Me.cbTemporaer.TabIndex = 12
|
|
Me.cbTemporaer.Text = "Temporär-Funktion"
|
|
Me.cbTemporaer.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.txtSeqeunz)
|
|
Me.Panel1.Controls.Add(Me.cbTemporaer)
|
|
Me.Panel1.Controls.Add(Me.lblObjekt1)
|
|
Me.Panel1.Controls.Add(Me.cbbeziehungstyp)
|
|
Me.Panel1.Controls.Add(Me.txtObjekt1)
|
|
Me.Panel1.Controls.Add(Me.lblBeziehungstyp)
|
|
Me.Panel1.Controls.Add(Me.lblObjekt2)
|
|
Me.Panel1.Controls.Add(Me.txtObjekt2)
|
|
Me.Panel1.Controls.Add(Me.lblSequenz)
|
|
Me.Panel1.Controls.Add(Me.lblBemerkung)
|
|
Me.Panel1.Controls.Add(Me.txtBemerkung)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(337, 207)
|
|
Me.Panel1.TabIndex = 13
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Controls.Add(Me.cbboxKontaktFB)
|
|
Me.Panel2.Controls.Add(Me.Label5)
|
|
Me.Panel2.Controls.Add(Me.DateTimePicker1)
|
|
Me.Panel2.Controls.Add(Me.Label4)
|
|
Me.Panel2.Controls.Add(Me.TextBox4)
|
|
Me.Panel2.Controls.Add(Me.Label3)
|
|
Me.Panel2.Controls.Add(Me.TextBox3)
|
|
Me.Panel2.Controls.Add(Me.Label2)
|
|
Me.Panel2.Controls.Add(Me.TextBox2)
|
|
Me.Panel2.Controls.Add(Me.Label1)
|
|
Me.Panel2.Controls.Add(Me.TextBox1)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 207)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(337, 227)
|
|
Me.Panel2.TabIndex = 14
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(9, 183)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label5.TabIndex = 21
|
|
Me.Label5.Text = "Termin"
|
|
'
|
|
'DateTimePicker1
|
|
'
|
|
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.DateTimePicker1.Location = New System.Drawing.Point(85, 183)
|
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
|
Me.DateTimePicker1.Size = New System.Drawing.Size(99, 20)
|
|
Me.DateTimePicker1.TabIndex = 20
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(9, 159)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(60, 13)
|
|
Me.Label4.TabIndex = 19
|
|
Me.Label4.Text = "Kontakt FB"
|
|
'
|
|
'TextBox4
|
|
'
|
|
Me.TextBox4.Location = New System.Drawing.Point(84, 156)
|
|
Me.TextBox4.Name = "TextBox4"
|
|
Me.TextBox4.Size = New System.Drawing.Size(231, 20)
|
|
Me.TextBox4.TabIndex = 18
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(7, 133)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(73, 13)
|
|
Me.Label3.TabIndex = 17
|
|
Me.Label3.Text = "Bearbeiter SD"
|
|
'
|
|
'TextBox3
|
|
'
|
|
Me.TextBox3.Location = New System.Drawing.Point(84, 130)
|
|
Me.TextBox3.Name = "TextBox3"
|
|
Me.TextBox3.Size = New System.Drawing.Size(100, 20)
|
|
Me.TextBox3.TabIndex = 16
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(7, 72)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(59, 13)
|
|
Me.Label2.TabIndex = 15
|
|
Me.Label2.Text = "Unterlagen"
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(85, 69)
|
|
Me.TextBox2.Multiline = True
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(230, 57)
|
|
Me.TextBox2.TabIndex = 14
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(7, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label1.TabIndex = 13
|
|
Me.Label1.Text = "Beschreibung"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(85, 6)
|
|
Me.TextBox1.Multiline = True
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(230, 57)
|
|
Me.TextBox1.TabIndex = 13
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.Controls.Add(Me.btnOK)
|
|
Me.Panel3.Controls.Add(Me.btnCancel)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 434)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(337, 37)
|
|
Me.Panel3.TabIndex = 15
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SecurityObjekte})
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(163, 26)
|
|
'
|
|
'SecurityObjekte
|
|
'
|
|
Me.SecurityObjekte.Name = "SecurityObjekte"
|
|
Me.SecurityObjekte.Size = New System.Drawing.Size(162, 22)
|
|
Me.SecurityObjekte.Text = "Secuirty-Objekte"
|
|
'
|
|
'cbboxKontaktFB
|
|
'
|
|
Me.cbboxKontaktFB.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
|
Me.cbboxKontaktFB.DisplayMember = "Text"
|
|
Me.cbboxKontaktFB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
|
|
Me.cbboxKontaktFB.FormattingEnabled = True
|
|
Me.cbboxKontaktFB.ItemHeight = 14
|
|
Me.cbboxKontaktFB.Location = New System.Drawing.Point(85, 156)
|
|
Me.cbboxKontaktFB.Name = "cbboxKontaktFB"
|
|
Me.cbboxKontaktFB.Size = New System.Drawing.Size(230, 20)
|
|
Me.cbboxKontaktFB.TabIndex = 48
|
|
'
|
|
'frmNeueBeziehung
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(337, 502)
|
|
Me.ContextMenuStrip = Me.ContextMenuStrip1
|
|
Me.Controls.Add(Me.Panel3)
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmNeueBeziehung"
|
|
Me.Text = "Neue Beziehung"
|
|
CType(Me.txtSeqeunz, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents lblObjekt1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtObjekt1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblObjekt2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtObjekt2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblBemerkung As System.Windows.Forms.Label
|
|
Friend WithEvents txtBemerkung As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents btnCancel As System.Windows.Forms.Button
|
|
Friend WithEvents lblSequenz As System.Windows.Forms.Label
|
|
Friend WithEvents txtSeqeunz As System.Windows.Forms.NumericUpDown
|
|
Friend WithEvents lblBeziehungstyp As System.Windows.Forms.Label
|
|
Friend WithEvents cbbeziehungstyp As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cbTemporaer As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents SecurityObjekte As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents cbboxKontaktFB As DevComponents.DotNetBar.Controls.ComboBoxEx
|
|
End Class
|