[Visual Basic] <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
[Visual Basic] 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
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition