home *** CD-ROM | disk | FTP | other *** search
- object frmReminder: TfrmReminder
- Left = 346
- Top = 223
- BorderIcons = [biSystemMenu, biMaximize]
- BorderStyle = bsSingle
- Caption = 'AutoMate Reminder'
- ClientHeight = 277
- ClientWidth = 386
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 240
- Width = 96
- Height = 13
- Caption = 'Remind me again in:'
- end
- object Label2: TLabel
- Left = 235
- Top = 242
- Width = 39
- Height = 13
- Caption = 'minutes.'
- end
- object lblRemindText: TLabel
- Left = 4
- Top = 136
- Width = 281
- Height = 89
- Alignment = taCenter
- AutoSize = False
- WordWrap = True
- end
- object sdf: TLabel
- Left = 143
- Top = 241
- Width = 47
- Height = 13
- Caption = 'hours and'
- end
- object Image1: TImage
- Left = 344
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- Transparent = True
- end
- object lblReminderTitle: TLabel
- Left = 4
- Top = 8
- Width = 83
- Height = 22
- Caption = 'Reminder'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 4
- Top = 44
- Width = 153
- Height = 13
- Caption = 'You have a reminder scheduled:'
- end
- object Bevel1: TBevel
- Left = 1
- Top = 64
- Width = 381
- Height = 2
- end
- object lblTimeLabel: TLabel
- Left = 4
- Top = 80
- Width = 44
- Height = 13
- Caption = 'For Time:'
- end
- object lblDateLabel: TLabel
- Left = 4
- Top = 108
- Width = 44
- Height = 13
- Caption = 'For Date:'
- end
- object lblTime: TLabel
- Left = 60
- Top = 80
- Width = 89
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblDate: TLabel
- Left = 60
- Top = 108
- Width = 89
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel2: TBevel
- Left = 0
- Top = 132
- Width = 289
- Height = 97
- end
- object comAgain: TButton
- Left = 300
- Top = 131
- Width = 75
- Height = 25
- Caption = '&Snooze'
- ModalResult = 1
- TabOrder = 0
- OnClick = comAgainClick
- end
- object comOFF: TButton
- Left = 300
- Top = 203
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Off'
- Default = True
- ModalResult = 2
- TabOrder = 1
- OnClick = comOFFClick
- end
- object edtHours: TEdit
- Left = 105
- Top = 238
- Width = 34
- Height = 21
- TabOrder = 2
- Text = '0'
- OnKeyPress = edtHoursKeyPress
- end
- object edtMinutes: TEdit
- Left = 197
- Top = 238
- Width = 34
- Height = 21
- TabOrder = 3
- Text = '2'
- OnKeyPress = edtHoursKeyPress
- end
- end
-