home *** CD-ROM | disk | FTP | other *** search
- object OptionsForm: TOptionsForm
- Left = 225
- Top = 158
- BorderIcons = [biHelp]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 301
- ClientWidth = 352
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object MainGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 352
- Height = 245
- TabOrder = 2
- object TabbedNotebook1: TTabbedNotebook
- Left = 8
- Top = 16
- Width = 335
- Height = 221
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- object TTabPage
- Left = 4
- Top = 26
- Caption = 'Misc.'
- object ExpiryDaysLabel: TLabel
- Left = 8
- Top = 19
- Width = 41
- Height = 18
- Caption = 'Expiry'
- end
- object ExpiryDaysVLabel: TLabel
- Left = 84
- Top = 19
- Width = 21
- Height = 13
- Caption = 'xxx'
- end
- object NumBackupsLabel: TLabel
- Left = 8
- Top = 46
- Width = 113
- Height = 17
- Caption = 'Number of Backups'
- end
- object NumBackupsVLabel: TLabel
- Left = 160
- Top = 46
- Width = 27
- Height = 13
- Caption = 'xxx'
- end
- object FontSizeLabel: TLabel
- Left = 8
- Top = 74
- Width = 111
- Height = 13
- Caption = 'Printout Font Size'
- end
- object FontSizeVLabel: TLabel
- Left = 160
- Top = 74
- Width = 25
- Height = 13
- Caption = 'xxx'
- end
- object TrayLabel: TLabel
- Left = 144
- Top = 130
- Width = 15
- Height = 15
- Caption = 'xxx'
- end
- object ExpiryDaysEdit: TEdit
- Left = 48
- Top = 16
- Width = 29
- Height = 23
- TabOrder = 0
- OnChange = ExpiryDaysEditChange
- end
- object NumBackupsEdit: TEdit
- Left = 124
- Top = 44
- Width = 29
- Height = 23
- TabOrder = 1
- OnChange = NumBackupsEditChange
- end
- object FontSizeEdit: TEdit
- Left = 124
- Top = 72
- Width = 29
- Height = 23
- TabOrder = 2
- OnChange = FontSizeEditChange
- end
- object OnTopCheckBox: TCheckBox
- Left = 6
- Top = 102
- Width = 209
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Keep Due Event Windows on Top'
- TabOrder = 3
- OnExit = OnTopCheckBoxExit
- end
- object TrayCheckBox: TCheckBox
- Left = 6
- Top = 130
- Width = 131
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Use System Tray'
- TabOrder = 4
- OnClick = TrayCheckBoxClick
- OnExit = TrayCheckBoxExit
- end
- object HintsCheckBox: TCheckBox
- Left = 6
- Top = 158
- Width = 103
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Display Hints'
- TabOrder = 5
- OnExit = HintsCheckBoxExit
- end
- end
- object TTabPage
- Left = 4
- Top = 26
- HelpContext = 1
- Caption = 'Event List Item Text'
- object EvListCheckBox1: TCheckBox
- Left = 6
- Top = 3
- Width = 97
- Height = 17
- Caption = 'Day of Week'
- TabOrder = 0
- end
- object EvListCheckBox2: TCheckBox
- Left = 6
- Top = 22
- Width = 117
- Height = 15
- Caption = 'Scheduled Date'
- TabOrder = 1
- end
- object EvListCheckBox3: TCheckBox
- Left = 6
- Top = 41
- Width = 117
- Height = 17
- Caption = 'Scheduled Time'
- TabOrder = 2
- end
- object EvListCheckBox5: TCheckBox
- Left = 6
- Top = 79
- Width = 157
- Height = 17
- Caption = 'Recurrence Period'
- TabOrder = 4
- end
- object EvListCheckBox6: TCheckBox
- Left = 6
- Top = 97
- Width = 97
- Height = 15
- Caption = 'Until Date'
- TabOrder = 5
- end
- object EvListCheckBox7: TCheckBox
- Left = 6
- Top = 116
- Width = 153
- Height = 17
- Caption = 'Early Warning Period'
- TabOrder = 6
- end
- object EvListCheckBox8: TCheckBox
- Left = 6
- Top = 135
- Width = 185
- Height = 17
- Caption = 'Early Warning Repeat Period'
- TabOrder = 7
- end
- object EvListCheckBox9: TCheckBox
- Left = 6
- Top = 154
- Width = 149
- Height = 17
- Caption = 'Reserved Period'
- TabOrder = 8
- end
- object EvListCheckBox4: TCheckBox
- Left = 6
- Top = 60
- Width = 157
- Height = 17
- Caption = 'Put Off Date and Time'
- TabOrder = 3
- end
- object EvListCheckBox10: TCheckBox
- Left = 6
- Top = 173
- Width = 157
- Height = 17
- Caption = 'Sound'
- TabOrder = 9
- end
- end
- end
- end
- object OKBitBtn: TBitBtn
- Left = 8
- Top = 254
- Width = 75
- Height = 41
- TabOrder = 0
- OnClick = OKBitBtnClick
- Kind = bkOK
- end
- object CancelBitBtn: TBitBtn
- Left = 88
- Top = 254
- Width = 75
- Height = 41
- TabOrder = 1
- OnClick = CancelBitBtnClick
- Kind = bkCancel
- end
- end
-