[Visual Basic] <System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
[Visual Basic] Private Sub InitializeComponent()
Me.MonthCalendar1 = New System.Windows.Forms.MonthCalendar
Me.btnok = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'MonthCalendar1
'
Me.MonthCalendar1.Dock = System.Windows.Forms.DockStyle.Top
Me.MonthCalendar1.Location = New System.Drawing.Point(0, 0)
Me.MonthCalendar1.Name = "MonthCalendar1"
Me.MonthCalendar1.TabIndex = 0
'
'btnok
'
Me.btnok.Dock = System.Windows.Forms.DockStyle.Top
Me.btnok.Location = New System.Drawing.Point(0, 163)
Me.btnok.Name = "btnok"
Me.btnok.Size = New System.Drawing.Size(162, 23)
Me.btnok.TabIndex = 1
Me.btnok.Text = "OK"
Me.btnok.UseVisualStyleBackColor = True
'
'frmCalendar
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(162, 183)
Me.Controls.Add(Me.btnok)
Me.Controls.Add(Me.MonthCalendar1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "frmCalendar"
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
Me.Text = "Kalender"
Me.ResumeLayout(False)
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