_ Partial Class frmApplikationNeu Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmApplikationNeu)) Me.cbboxParentTree = New Vertragsverwaltung.Controls.ComboBoxTree Me.txtBezeichnung = New System.Windows.Forms.TextBox Me.lblKategorie = New System.Windows.Forms.Label Me.lblParentElement = New System.Windows.Forms.Label Me.cbboxKategorie = New System.Windows.Forms.ComboBox Me.lblApplikation = New System.Windows.Forms.Label Me.btnOK = New System.Windows.Forms.Button Me.btnAbbruch = New System.Windows.Forms.Button Me.SuspendLayout() ' 'cbboxParentTree ' Me.cbboxParentTree.ImageIndex = -1 Me.cbboxParentTree.ImageList = Nothing Me.cbboxParentTree.Location = New System.Drawing.Point(139, 40) Me.cbboxParentTree.Name = "cbboxParentTree" Me.cbboxParentTree.SelectedImageIndex = -1 Me.cbboxParentTree.SelectedNode = Nothing Me.cbboxParentTree.Size = New System.Drawing.Size(204, 22) Me.cbboxParentTree.TabIndex = 1 ' 'txtBezeichnung ' Me.txtBezeichnung.Location = New System.Drawing.Point(139, 15) Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.Size = New System.Drawing.Size(204, 20) Me.txtBezeichnung.TabIndex = 0 ' 'lblKategorie ' Me.lblKategorie.AutoSize = True Me.lblKategorie.Location = New System.Drawing.Point(6, 71) Me.lblKategorie.Name = "lblKategorie" Me.lblKategorie.Size = New System.Drawing.Size(52, 13) Me.lblKategorie.TabIndex = 133 Me.lblKategorie.Text = "Kategorie" ' 'lblParentElement ' Me.lblParentElement.AutoSize = True Me.lblParentElement.Location = New System.Drawing.Point(6, 44) Me.lblParentElement.Name = "lblParentElement" Me.lblParentElement.Size = New System.Drawing.Size(122, 13) Me.lblParentElement.TabIndex = 132 Me.lblParentElement.Text = "übergeordnetes Element" ' 'cbboxKategorie ' Me.cbboxKategorie.FormattingEnabled = True Me.cbboxKategorie.Location = New System.Drawing.Point(139, 68) Me.cbboxKategorie.Name = "cbboxKategorie" Me.cbboxKategorie.Size = New System.Drawing.Size(204, 21) Me.cbboxKategorie.TabIndex = 2 ' 'lblApplikation ' Me.lblApplikation.AutoSize = True Me.lblApplikation.Location = New System.Drawing.Point(6, 18) Me.lblApplikation.Name = "lblApplikation" Me.lblApplikation.Size = New System.Drawing.Size(93, 13) Me.lblApplikation.TabIndex = 129 Me.lblApplikation.Text = "Applikation/Modul" ' 'btnOK ' Me.btnOK.Location = New System.Drawing.Point(74, 119) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(75, 23) Me.btnOK.TabIndex = 3 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'btnAbbruch ' Me.btnAbbruch.Location = New System.Drawing.Point(191, 119) Me.btnAbbruch.Name = "btnAbbruch" Me.btnAbbruch.Size = New System.Drawing.Size(75, 23) Me.btnAbbruch.TabIndex = 4 Me.btnAbbruch.Text = "Abbruch" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'frmApplikationNeu ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(368, 168) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.btnOK) Me.Controls.Add(Me.cbboxParentTree) Me.Controls.Add(Me.txtBezeichnung) Me.Controls.Add(Me.lblKategorie) Me.Controls.Add(Me.lblParentElement) Me.Controls.Add(Me.cbboxKategorie) Me.Controls.Add(Me.lblApplikation) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmApplikationNeu" Me.Text = "Neue Applikation/Modul eröffnen" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents cbboxParentTree As Vertragsverwaltung.Controls.ComboBoxTree Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox Friend WithEvents lblKategorie As System.Windows.Forms.Label Friend WithEvents lblParentElement As System.Windows.Forms.Label Friend WithEvents cbboxKategorie As System.Windows.Forms.ComboBox Friend WithEvents lblApplikation As System.Windows.Forms.Label Friend WithEvents btnOK As System.Windows.Forms.Button Friend WithEvents btnAbbruch As System.Windows.Forms.Button End Class