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.
349 lines
16 KiB
349 lines
16 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmApplikationAbhaengigkeit
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmApplikationAbhaengigkeit))
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnSave = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnNew = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton
|
|
Me.btnApplikationSuche2 = New System.Windows.Forms.Button
|
|
Me.txtApplikation2 = New System.Windows.Forms.TextBox
|
|
Me.lblApplikation2 = New System.Windows.Forms.Label
|
|
Me.btnApplikationsuche1 = New System.Windows.Forms.Button
|
|
Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox
|
|
Me.lblSecurityLebel = New System.Windows.Forms.Label
|
|
Me.txtMutierer = New System.Windows.Forms.TextBox
|
|
Me.txtMutiertam = New System.Windows.Forms.TextBox
|
|
Me.txtErstelltam = New System.Windows.Forms.TextBox
|
|
Me.lblMutierer = New System.Windows.Forms.Label
|
|
Me.lblMutiertam = New System.Windows.Forms.Label
|
|
Me.lblErstelltam = New System.Windows.Forms.Label
|
|
Me.cbaktiv = New System.Windows.Forms.CheckBox
|
|
Me.txtApplikation1 = New System.Windows.Forms.TextBox
|
|
Me.lblApplikation1 = New System.Windows.Forms.Label
|
|
Me.txtBemerkung = New System.Windows.Forms.TextBox
|
|
Me.lblBemerkung = New System.Windows.Forms.Label
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(645, 24)
|
|
Me.MenuStrip1.TabIndex = 11
|
|
Me.MenuStrip1.Tag = ""
|
|
Me.MenuStrip1.Text = "Hauptmenu"
|
|
'
|
|
'DateiToolStripMenuItem
|
|
'
|
|
Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})
|
|
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
|
|
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20)
|
|
Me.DateiToolStripMenuItem.Tag = ""
|
|
Me.DateiToolStripMenuItem.Text = "&Datei"
|
|
'
|
|
'BeendenToolStripMenuItem
|
|
'
|
|
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
|
|
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(116, 22)
|
|
Me.BeendenToolStripMenuItem.Tag = ""
|
|
Me.BeendenToolStripMenuItem.Text = "&Beenden"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnNew, Me.TSBtnDelete})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(645, 25)
|
|
Me.ToolStrip1.TabIndex = 12
|
|
Me.ToolStrip1.Text = "Toolstrip Vertragspartner"
|
|
'
|
|
'TSBtnQuit
|
|
'
|
|
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
|
|
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnQuit.Name = "TSBtnQuit"
|
|
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnQuit.Text = "Fenster schliessen"
|
|
Me.TSBtnQuit.ToolTipText = "Fenster schliessen"
|
|
'
|
|
'TSBtnSave
|
|
'
|
|
Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image)
|
|
Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnSave.Name = "TSBtnSave"
|
|
Me.TSBtnSave.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnSave.Text = "Daten speichern"
|
|
Me.TSBtnSave.ToolTipText = "Daten speichern"
|
|
'
|
|
'TSBtnNew
|
|
'
|
|
Me.TSBtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnNew.Image = CType(resources.GetObject("TSBtnNew.Image"), System.Drawing.Image)
|
|
Me.TSBtnNew.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnNew.Name = "TSBtnNew"
|
|
Me.TSBtnNew.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnNew.Text = "Neuer Datensatz"
|
|
Me.TSBtnNew.ToolTipText = "Neuer Datensatz"
|
|
'
|
|
'TSBtnDelete
|
|
'
|
|
Me.TSBtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnDelete.Image = CType(resources.GetObject("TSBtnDelete.Image"), System.Drawing.Image)
|
|
Me.TSBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnDelete.Name = "TSBtnDelete"
|
|
Me.TSBtnDelete.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnDelete.Text = "Datensatz inaktivieren"
|
|
Me.TSBtnDelete.ToolTipText = "Datensatz inaktivieren"
|
|
'
|
|
'btnApplikationSuche2
|
|
'
|
|
Me.btnApplikationSuche2.Image = CType(resources.GetObject("btnApplikationSuche2.Image"), System.Drawing.Image)
|
|
Me.btnApplikationSuche2.Location = New System.Drawing.Point(407, 88)
|
|
Me.btnApplikationSuche2.Name = "btnApplikationSuche2"
|
|
Me.btnApplikationSuche2.Size = New System.Drawing.Size(20, 20)
|
|
Me.btnApplikationSuche2.TabIndex = 185
|
|
Me.btnApplikationSuche2.Text = "Button1"
|
|
Me.btnApplikationSuche2.UseVisualStyleBackColor = True
|
|
'
|
|
'txtApplikation2
|
|
'
|
|
Me.txtApplikation2.Location = New System.Drawing.Point(143, 88)
|
|
Me.txtApplikation2.Name = "txtApplikation2"
|
|
Me.txtApplikation2.ReadOnly = True
|
|
Me.txtApplikation2.Size = New System.Drawing.Size(268, 20)
|
|
Me.txtApplikation2.TabIndex = 170
|
|
'
|
|
'lblApplikation2
|
|
'
|
|
Me.lblApplikation2.AutoSize = True
|
|
Me.lblApplikation2.Location = New System.Drawing.Point(12, 91)
|
|
Me.lblApplikation2.Name = "lblApplikation2"
|
|
Me.lblApplikation2.Size = New System.Drawing.Size(65, 13)
|
|
Me.lblApplikation2.TabIndex = 184
|
|
Me.lblApplikation2.Text = "Applikation2"
|
|
'
|
|
'btnApplikationsuche1
|
|
'
|
|
Me.btnApplikationsuche1.Image = CType(resources.GetObject("btnApplikationsuche1.Image"), System.Drawing.Image)
|
|
Me.btnApplikationsuche1.Location = New System.Drawing.Point(407, 64)
|
|
Me.btnApplikationsuche1.Name = "btnApplikationsuche1"
|
|
Me.btnApplikationsuche1.Size = New System.Drawing.Size(20, 20)
|
|
Me.btnApplikationsuche1.TabIndex = 183
|
|
Me.btnApplikationsuche1.Text = "Button1"
|
|
Me.btnApplikationsuche1.UseVisualStyleBackColor = True
|
|
'
|
|
'cboxSecurityLevel
|
|
'
|
|
Me.cboxSecurityLevel.FormattingEnabled = True
|
|
Me.cboxSecurityLevel.Location = New System.Drawing.Point(538, 159)
|
|
Me.cboxSecurityLevel.Name = "cboxSecurityLevel"
|
|
Me.cboxSecurityLevel.Size = New System.Drawing.Size(101, 21)
|
|
Me.cboxSecurityLevel.TabIndex = 176
|
|
'
|
|
'lblSecurityLebel
|
|
'
|
|
Me.lblSecurityLebel.AutoSize = True
|
|
Me.lblSecurityLebel.Location = New System.Drawing.Point(459, 162)
|
|
Me.lblSecurityLebel.Name = "lblSecurityLebel"
|
|
Me.lblSecurityLebel.Size = New System.Drawing.Size(71, 13)
|
|
Me.lblSecurityLebel.TabIndex = 182
|
|
Me.lblSecurityLebel.Text = "SecurityLevel"
|
|
'
|
|
'txtMutierer
|
|
'
|
|
Me.txtMutierer.BackColor = System.Drawing.SystemColors.InactiveBorder
|
|
Me.txtMutierer.Location = New System.Drawing.Point(538, 107)
|
|
Me.txtMutierer.Name = "txtMutierer"
|
|
Me.txtMutierer.ReadOnly = True
|
|
Me.txtMutierer.Size = New System.Drawing.Size(78, 20)
|
|
Me.txtMutierer.TabIndex = 174
|
|
Me.txtMutierer.TabStop = False
|
|
'
|
|
'txtMutiertam
|
|
'
|
|
Me.txtMutiertam.BackColor = System.Drawing.SystemColors.InactiveBorder
|
|
Me.txtMutiertam.Location = New System.Drawing.Point(538, 84)
|
|
Me.txtMutiertam.Name = "txtMutiertam"
|
|
Me.txtMutiertam.ReadOnly = True
|
|
Me.txtMutiertam.Size = New System.Drawing.Size(79, 20)
|
|
Me.txtMutiertam.TabIndex = 173
|
|
Me.txtMutiertam.TabStop = False
|
|
'
|
|
'txtErstelltam
|
|
'
|
|
Me.txtErstelltam.BackColor = System.Drawing.SystemColors.InactiveBorder
|
|
Me.txtErstelltam.Location = New System.Drawing.Point(538, 60)
|
|
Me.txtErstelltam.Name = "txtErstelltam"
|
|
Me.txtErstelltam.ReadOnly = True
|
|
Me.txtErstelltam.Size = New System.Drawing.Size(79, 20)
|
|
Me.txtErstelltam.TabIndex = 172
|
|
Me.txtErstelltam.TabStop = False
|
|
'
|
|
'lblMutierer
|
|
'
|
|
Me.lblMutierer.AccessibleDescription = "Name"
|
|
Me.lblMutierer.AutoSize = True
|
|
Me.lblMutierer.Location = New System.Drawing.Point(460, 111)
|
|
Me.lblMutierer.Name = "lblMutierer"
|
|
Me.lblMutierer.Size = New System.Drawing.Size(69, 13)
|
|
Me.lblMutierer.TabIndex = 181
|
|
Me.lblMutierer.Text = "Mutiert durch"
|
|
'
|
|
'lblMutiertam
|
|
'
|
|
Me.lblMutiertam.AccessibleDescription = "Name"
|
|
Me.lblMutiertam.AutoSize = True
|
|
Me.lblMutiertam.Location = New System.Drawing.Point(460, 88)
|
|
Me.lblMutiertam.Name = "lblMutiertam"
|
|
Me.lblMutiertam.Size = New System.Drawing.Size(56, 13)
|
|
Me.lblMutiertam.TabIndex = 180
|
|
Me.lblMutiertam.Text = "Mutiert am"
|
|
'
|
|
'lblErstelltam
|
|
'
|
|
Me.lblErstelltam.AccessibleDescription = "Name"
|
|
Me.lblErstelltam.AutoSize = True
|
|
Me.lblErstelltam.Location = New System.Drawing.Point(461, 63)
|
|
Me.lblErstelltam.Name = "lblErstelltam"
|
|
Me.lblErstelltam.Size = New System.Drawing.Size(55, 13)
|
|
Me.lblErstelltam.TabIndex = 179
|
|
Me.lblErstelltam.Text = "Erstellt am"
|
|
'
|
|
'cbaktiv
|
|
'
|
|
Me.cbaktiv.Location = New System.Drawing.Point(457, 133)
|
|
Me.cbaktiv.Name = "cbaktiv"
|
|
Me.cbaktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes
|
|
Me.cbaktiv.Size = New System.Drawing.Size(94, 20)
|
|
Me.cbaktiv.TabIndex = 175
|
|
Me.cbaktiv.Text = "Aktiv"
|
|
Me.cbaktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.cbaktiv.UseVisualStyleBackColor = True
|
|
'
|
|
'txtApplikation1
|
|
'
|
|
Me.txtApplikation1.Location = New System.Drawing.Point(143, 64)
|
|
Me.txtApplikation1.Name = "txtApplikation1"
|
|
Me.txtApplikation1.ReadOnly = True
|
|
Me.txtApplikation1.Size = New System.Drawing.Size(268, 20)
|
|
Me.txtApplikation1.TabIndex = 169
|
|
'
|
|
'lblApplikation1
|
|
'
|
|
Me.lblApplikation1.AutoSize = True
|
|
Me.lblApplikation1.Location = New System.Drawing.Point(12, 67)
|
|
Me.lblApplikation1.Name = "lblApplikation1"
|
|
Me.lblApplikation1.Size = New System.Drawing.Size(59, 13)
|
|
Me.lblApplikation1.TabIndex = 178
|
|
Me.lblApplikation1.Text = "Applikation"
|
|
'
|
|
'txtBemerkung
|
|
'
|
|
Me.txtBemerkung.Location = New System.Drawing.Point(143, 119)
|
|
Me.txtBemerkung.Multiline = True
|
|
Me.txtBemerkung.Name = "txtBemerkung"
|
|
Me.txtBemerkung.Size = New System.Drawing.Size(268, 75)
|
|
Me.txtBemerkung.TabIndex = 171
|
|
'
|
|
'lblBemerkung
|
|
'
|
|
Me.lblBemerkung.AutoSize = True
|
|
Me.lblBemerkung.Location = New System.Drawing.Point(12, 122)
|
|
Me.lblBemerkung.Name = "lblBemerkung"
|
|
Me.lblBemerkung.Size = New System.Drawing.Size(61, 13)
|
|
Me.lblBemerkung.TabIndex = 177
|
|
Me.lblBemerkung.Text = "Bemerkung"
|
|
'
|
|
'frmApplikationAbhaengigkeit
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(645, 206)
|
|
Me.Controls.Add(Me.btnApplikationSuche2)
|
|
Me.Controls.Add(Me.txtApplikation2)
|
|
Me.Controls.Add(Me.lblApplikation2)
|
|
Me.Controls.Add(Me.btnApplikationsuche1)
|
|
Me.Controls.Add(Me.cboxSecurityLevel)
|
|
Me.Controls.Add(Me.lblSecurityLebel)
|
|
Me.Controls.Add(Me.txtMutierer)
|
|
Me.Controls.Add(Me.txtMutiertam)
|
|
Me.Controls.Add(Me.txtErstelltam)
|
|
Me.Controls.Add(Me.lblMutierer)
|
|
Me.Controls.Add(Me.lblMutiertam)
|
|
Me.Controls.Add(Me.lblErstelltam)
|
|
Me.Controls.Add(Me.cbaktiv)
|
|
Me.Controls.Add(Me.txtApplikation1)
|
|
Me.Controls.Add(Me.lblApplikation1)
|
|
Me.Controls.Add(Me.txtBemerkung)
|
|
Me.Controls.Add(Me.lblBemerkung)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmApplikationAbhaengigkeit"
|
|
Me.Text = "Applikationsabhängigkeit"
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnNew As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents btnApplikationSuche2 As System.Windows.Forms.Button
|
|
Friend WithEvents txtApplikation2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblApplikation2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnApplikationsuche1 As System.Windows.Forms.Button
|
|
Friend WithEvents cboxSecurityLevel As System.Windows.Forms.ComboBox
|
|
Friend WithEvents lblSecurityLebel As System.Windows.Forms.Label
|
|
Friend WithEvents txtMutierer As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtMutiertam As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtErstelltam As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblMutierer As System.Windows.Forms.Label
|
|
Friend WithEvents lblMutiertam As System.Windows.Forms.Label
|
|
Friend WithEvents lblErstelltam As System.Windows.Forms.Label
|
|
Friend WithEvents cbaktiv As System.Windows.Forms.CheckBox
|
|
Friend WithEvents txtApplikation1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblApplikation1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtBemerkung As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblBemerkung As System.Windows.Forms.Label
|
|
End Class
|