Vertragsverwaltung-Klassenbibliothek  

frmFormSelector.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(frmFormSelector)) 
Me.ListForms = New System.Windows.Forms.ListBox 
Me.SuspendLayout() 

'ListForms 

Me.ListForms.FormattingEnabled = True 
Me.ListForms.Location = New System.Drawing.Point(28, 36) 
Me.ListForms.Name = "ListForms" 
Me.ListForms.Size = New System.Drawing.Size(259, 199) 
Me.ListForms.TabIndex = 0 

'frmFormSelector 

Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 
Me.ClientSize = New System.Drawing.Size(315, 322) 
Me.Controls.Add(Me.ListForms) 
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) 
Me.Name = "frmFormSelector" 
Me.Text = "Form-Selector" 
Me.ResumeLayout(False) 
 
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

frmFormSelector