home *** CD-ROM | disk | FTP | other *** search
- object EventReminder: TEventReminder
- Left = 327
- Top = 310
- Width = 540
- Height = 341
- BorderIcons = [biSystemMenu, biMaximize]
- BorderWidth = 8
- Caption = 'Reminder'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lbInfo: TLabel
- Left = 0
- Top = 242
- Width = 516
- Height = 49
- Align = alBottom
- AutoSize = False
- Caption = 'This event is going to start at'
- Layout = tlCenter
- WordWrap = True
- end
- object Panel2: TPanel
- Left = 360
- Top = 0
- Width = 156
- Height = 242
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object cbTime: TComboBox
- Left = 15
- Top = 110
- Width = 137
- Height = 21
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = '5 min'
- OnEnter = cbTimeEnter
- OnExit = cbTimeExit
- Items.Strings = (
- '5 min'
- '10 min'
- '15 min'
- '30 min'
- '1 hour'
- '2 hours'
- '3 hours'
- '6 hours'
- '1 day'
- '2 days'
- '5 days')
- end
- object bLater: TButton
- Left = 15
- Top = 78
- Width = 137
- Height = 25
- Cancel = True
- Caption = '&Remind later'
- ModalResult = 6
- TabOrder = 1
- OnClick = bLaterClick
- end
- object bOpen: TButton
- Left = 15
- Top = 40
- Width = 137
- Height = 25
- Caption = 'Open'
- TabOrder = 2
- OnClick = bOpenClick
- end
- object bOK: TButton
- Left = 15
- Top = 0
- Width = 137
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = bOKClick
- end
- end
- object eMemo: TMemo
- Left = 0
- Top = 0
- Width = 360
- Height = 242
- Align = alClient
- TabOrder = 1
- end
- end
-