home *** CD-ROM | disk | FTP | other *** search
- object CalDemo: TCalDemo
- Left = 125
- Top = 101
- Width = 435
- Height = 300
- Caption = 'Popup Calendar Component'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- ShowHint = True
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 294
- Top = 51
- Width = 25
- Height = 25
- Hint = 'Get Date from Calendar'
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 33333FFFFFFFFFFFFFFF000000000000000077777777777777770FF7FF7FF7FF
- 7FF07FF7FF7FF7F37F3709F79F79F7FF7FF077F77F77F7FF7FF7077777777777
- 777077777777777777770FF7FF7FF7FF7FF07FF7FF7FF7FF7FF709F79F79F79F
- 79F077F77F77F77F77F7077777777777777077777777777777770FF7FF7FF7FF
- 7FF07FF7FF7FF7FF7FF709F79F79F79F79F077F77F77F77F77F7077777777777
- 777077777777777777770FFFFF7FF7FF7FF07F33337FF7FF7FF70FFFFF79F79F
- 79F07FFFFF77F77F77F700000000000000007777777777777777CCCCCC8888CC
- CCCC777777FFFF777777CCCCCCCCCCCCCCCC77777777777777770000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton1Click
- end
- object Label1: TLabel
- Left = 105
- Top = 123
- Width = 194
- Height = 48
- AutoSize = False
- Caption =
- 'The popup calendar component provides a handy way for users to e' +
- 'nter dates using the mouse.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 82
- Top = 52
- Width = 212
- Height = 24
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 82
- Top = 91
- Width = 154
- Height = 17
- Caption = 'Use Long Date Format'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = CheckBox1Click
- end
- object CheckBox2: TCheckBox
- Left = 237
- Top = 91
- Width = 154
- Height = 17
- Caption = 'Year at a Glance'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = CheckBox1Click
- end
- object PopCal1: TPopCal
- Format = 'mm/dd/yy'
- Top = 8
- Left = 135
- mode = 1
- end
- end
-