Vertragsverwaltung-Klassenbibliothek  

frmApplikationNeu.InitializeComponent -Methode

[Visual Basic]
<System.Diagnostics.DebuggerStepThrough()> _ 
Private Sub InitializeComponent()

Quellcode

[Visual Basic]
    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

Forderungen

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

Siehe auch

frmApplikationNeu