[Visual Basic] <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
[Visual Basic] Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 18)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(261, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Die Daten werden nach Excel-Exportiert. Bitte warten."
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(15, 57)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(353, 23)
Me.ProgressBar1.TabIndex = 1
'
'FrmExcelExport
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(380, 98)
Me.Controls.Add(Me.ProgressBar1)
Me.Controls.Add(Me.Label1)
Me.Name = "FrmExcelExport"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Excel-Export"
Me.TopMost = True
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