home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / SKEDEZ / SKEDPRO.EXE / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  1997-04-10  |  5.8 KB  |  254 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 225
  3.   Top = 158
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 301
  8.   ClientWidth = 352
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object MainGroupBox: TGroupBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 352
  26.     Height = 245
  27.     TabOrder = 2
  28.     object TabbedNotebook1: TTabbedNotebook
  29.       Left = 8
  30.       Top = 16
  31.       Width = 335
  32.       Height = 221
  33.       TabFont.Color = clBtnText
  34.       TabFont.Height = -11
  35.       TabFont.Name = 'MS Sans Serif'
  36.       TabFont.Style = []
  37.       TabOrder = 0
  38.       object TTabPage
  39.         Left = 4
  40.         Top = 26
  41.         Caption = 'Misc.'
  42.         object ExpiryDaysLabel: TLabel
  43.           Left = 8
  44.           Top = 19
  45.           Width = 41
  46.           Height = 18
  47.           Caption = 'Expiry'
  48.         end
  49.         object ExpiryDaysVLabel: TLabel
  50.           Left = 84
  51.           Top = 19
  52.           Width = 21
  53.           Height = 13
  54.           Caption = 'xxx'
  55.         end
  56.         object NumBackupsLabel: TLabel
  57.           Left = 8
  58.           Top = 46
  59.           Width = 113
  60.           Height = 17
  61.           Caption = 'Number of Backups'
  62.         end
  63.         object NumBackupsVLabel: TLabel
  64.           Left = 160
  65.           Top = 46
  66.           Width = 27
  67.           Height = 13
  68.           Caption = 'xxx'
  69.         end
  70.         object FontSizeLabel: TLabel
  71.           Left = 8
  72.           Top = 74
  73.           Width = 111
  74.           Height = 13
  75.           Caption = 'Printout Font Size'
  76.         end
  77.         object FontSizeVLabel: TLabel
  78.           Left = 160
  79.           Top = 74
  80.           Width = 25
  81.           Height = 13
  82.           Caption = 'xxx'
  83.         end
  84.         object TrayLabel: TLabel
  85.           Left = 144
  86.           Top = 130
  87.           Width = 15
  88.           Height = 15
  89.           Caption = 'xxx'
  90.         end
  91.         object ExpiryDaysEdit: TEdit
  92.           Left = 48
  93.           Top = 16
  94.           Width = 29
  95.           Height = 23
  96.           TabOrder = 0
  97.           OnChange = ExpiryDaysEditChange
  98.         end
  99.         object NumBackupsEdit: TEdit
  100.           Left = 124
  101.           Top = 44
  102.           Width = 29
  103.           Height = 23
  104.           TabOrder = 1
  105.           OnChange = NumBackupsEditChange
  106.         end
  107.         object FontSizeEdit: TEdit
  108.           Left = 124
  109.           Top = 72
  110.           Width = 29
  111.           Height = 23
  112.           TabOrder = 2
  113.           OnChange = FontSizeEditChange
  114.         end
  115.         object OnTopCheckBox: TCheckBox
  116.           Left = 6
  117.           Top = 102
  118.           Width = 209
  119.           Height = 17
  120.           Alignment = taLeftJustify
  121.           Caption = 'Keep Due Event Windows on Top'
  122.           TabOrder = 3
  123.           OnExit = OnTopCheckBoxExit
  124.         end
  125.         object TrayCheckBox: TCheckBox
  126.           Left = 6
  127.           Top = 130
  128.           Width = 131
  129.           Height = 17
  130.           Alignment = taLeftJustify
  131.           Caption = 'Use System Tray'
  132.           TabOrder = 4
  133.           OnClick = TrayCheckBoxClick
  134.           OnExit = TrayCheckBoxExit
  135.         end
  136.         object HintsCheckBox: TCheckBox
  137.           Left = 6
  138.           Top = 158
  139.           Width = 103
  140.           Height = 17
  141.           Alignment = taLeftJustify
  142.           Caption = 'Display Hints'
  143.           TabOrder = 5
  144.           OnExit = HintsCheckBoxExit
  145.         end
  146.       end
  147.       object TTabPage
  148.         Left = 4
  149.         Top = 26
  150.         HelpContext = 1
  151.         Caption = 'Event List Item Text'
  152.         object EvListCheckBox1: TCheckBox
  153.           Left = 6
  154.           Top = 3
  155.           Width = 97
  156.           Height = 17
  157.           Caption = 'Day of Week'
  158.           TabOrder = 0
  159.         end
  160.         object EvListCheckBox2: TCheckBox
  161.           Left = 6
  162.           Top = 22
  163.           Width = 117
  164.           Height = 15
  165.           Caption = 'Scheduled Date'
  166.           TabOrder = 1
  167.         end
  168.         object EvListCheckBox3: TCheckBox
  169.           Left = 6
  170.           Top = 41
  171.           Width = 117
  172.           Height = 17
  173.           Caption = 'Scheduled Time'
  174.           TabOrder = 2
  175.         end
  176.         object EvListCheckBox5: TCheckBox
  177.           Left = 6
  178.           Top = 79
  179.           Width = 157
  180.           Height = 17
  181.           Caption = 'Recurrence Period'
  182.           TabOrder = 4
  183.         end
  184.         object EvListCheckBox6: TCheckBox
  185.           Left = 6
  186.           Top = 97
  187.           Width = 97
  188.           Height = 15
  189.           Caption = 'Until Date'
  190.           TabOrder = 5
  191.         end
  192.         object EvListCheckBox7: TCheckBox
  193.           Left = 6
  194.           Top = 116
  195.           Width = 153
  196.           Height = 17
  197.           Caption = 'Early Warning Period'
  198.           TabOrder = 6
  199.         end
  200.         object EvListCheckBox8: TCheckBox
  201.           Left = 6
  202.           Top = 135
  203.           Width = 185
  204.           Height = 17
  205.           Caption = 'Early Warning Repeat Period'
  206.           TabOrder = 7
  207.         end
  208.         object EvListCheckBox9: TCheckBox
  209.           Left = 6
  210.           Top = 154
  211.           Width = 149
  212.           Height = 17
  213.           Caption = 'Reserved Period'
  214.           TabOrder = 8
  215.         end
  216.         object EvListCheckBox4: TCheckBox
  217.           Left = 6
  218.           Top = 60
  219.           Width = 157
  220.           Height = 17
  221.           Caption = 'Put Off Date and Time'
  222.           TabOrder = 3
  223.         end
  224.         object EvListCheckBox10: TCheckBox
  225.           Left = 6
  226.           Top = 173
  227.           Width = 157
  228.           Height = 17
  229.           Caption = 'Sound'
  230.           TabOrder = 9
  231.         end
  232.       end
  233.     end
  234.   end
  235.   object OKBitBtn: TBitBtn
  236.     Left = 8
  237.     Top = 254
  238.     Width = 75
  239.     Height = 41
  240.     TabOrder = 0
  241.     OnClick = OKBitBtnClick
  242.     Kind = bkOK
  243.   end
  244.   object CancelBitBtn: TBitBtn
  245.     Left = 88
  246.     Top = 254
  247.     Width = 75
  248.     Height = 41
  249.     TabOrder = 1
  250.     OnClick = CancelBitBtnClick
  251.     Kind = bkCancel
  252.   end
  253. end
  254.