home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / TDP_FULL.ZIP / _SETUP.1 / todopro.exe / 0 / RCDATA / TFRMPREFERENCES / TFRMPREFERENCES.txt
Text File  |  1998-01-21  |  4KB  |  205 lines

  1. object frmPreferences: TfrmPreferences
  2.   Left = 426
  3.   Top = 171
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'To-Do List Preferences'
  7.   ClientHeight = 293
  8.   ClientWidth = 178
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BitBtn1: TBitBtn
  18.     Left = 51
  19.     Top = 264
  20.     Width = 75
  21.     Height = 25
  22.     TabOrder = 0
  23.     OnClick = BitBtn1Click
  24.     Kind = bkOK
  25.   end
  26.   object GroupBox1: TGroupBox
  27.     Left = 4
  28.     Top = 172
  29.     Width = 169
  30.     Height = 85
  31.     Caption = 'Task Colorizing'
  32.     TabOrder = 1
  33.     object Label1: TLabel
  34.       Left = 28
  35.       Top = 20
  36.       Width = 40
  37.       Height = 13
  38.       Caption = 'Priority 1'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 28
  42.       Top = 40
  43.       Width = 40
  44.       Height = 13
  45.       Caption = 'Priority 2'
  46.     end
  47.     object Label4: TLabel
  48.       Left = 116
  49.       Top = 20
  50.       Width = 40
  51.       Height = 13
  52.       Caption = 'Priority 3'
  53.     end
  54.     object Label5: TLabel
  55.       Left = 116
  56.       Top = 40
  57.       Width = 43
  58.       Height = 13
  59.       Caption = 'All others'
  60.     end
  61.     object clOne: TPanel
  62.       Left = 8
  63.       Top = 18
  64.       Width = 16
  65.       Height = 16
  66.       Color = clRed
  67.       TabOrder = 0
  68.       OnClick = clOneClick
  69.     end
  70.     object clTwo: TPanel
  71.       Left = 8
  72.       Top = 38
  73.       Width = 16
  74.       Height = 16
  75.       Color = clGreen
  76.       TabOrder = 1
  77.       OnClick = clTwoClick
  78.     end
  79.     object clThree: TPanel
  80.       Left = 96
  81.       Top = 18
  82.       Width = 16
  83.       Height = 16
  84.       Color = clBlue
  85.       TabOrder = 2
  86.       OnClick = clThreeClick
  87.     end
  88.     object clElse: TPanel
  89.       Left = 96
  90.       Top = 38
  91.       Width = 16
  92.       Height = 16
  93.       Color = clBlack
  94.       TabOrder = 3
  95.       OnClick = clElseClick
  96.     end
  97.     object BitBtn2: TBitBtn
  98.       Left = 8
  99.       Top = 60
  100.       Width = 153
  101.       Height = 17
  102.       Caption = 'Reset to default colors'
  103.       Font.Color = clBlack
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 4
  109.       OnClick = BitBtn2Click
  110.     end
  111.   end
  112.   object GroupBox2: TGroupBox
  113.     Left = 4
  114.     Top = 4
  115.     Width = 169
  116.     Height = 69
  117.     Caption = 'Startup Options'
  118.     TabOrder = 2
  119.     object Label7: TLabel
  120.       Left = 26
  121.       Top = 50
  122.       Width = 47
  123.       Height = 13
  124.       Caption = 'on startup'
  125.     end
  126.     object chkStartMin: TCheckBox
  127.       Left = 8
  128.       Top = 16
  129.       Width = 133
  130.       Height = 17
  131.       Caption = 'Start program minimized'
  132.       TabOrder = 0
  133.     end
  134.     object chkLogOnStartup: TCheckBox
  135.       Left = 8
  136.       Top = 36
  137.       Width = 121
  138.       Height = 17
  139.       Caption = 'Log completed tasks'
  140.       TabOrder = 1
  141.     end
  142.   end
  143.   object GroupBox3: TGroupBox
  144.     Left = 4
  145.     Top = 80
  146.     Width = 169
  147.     Height = 85
  148.     Caption = 'Program Options'
  149.     TabOrder = 3
  150.     object Label2: TLabel
  151.       Left = 8
  152.       Top = 60
  153.       Width = 112
  154.       Height = 13
  155.       Caption = 'Number of tasks visible:'
  156.     end
  157.     object chkSavePos: TCheckBox
  158.       Left = 8
  159.       Top = 16
  160.       Width = 121
  161.       Height = 17
  162.       Caption = 'Save screen position'
  163.       TabOrder = 0
  164.     end
  165.     object cboVisibleTasks: TComboBox
  166.       Left = 124
  167.       Top = 56
  168.       Width = 37
  169.       Height = 21
  170.       ItemHeight = 13
  171.       Items.Strings = (
  172.         '1'
  173.         '2'
  174.         '3'
  175.         '4'
  176.         '5'
  177.         '6'
  178.         '7'
  179.         '8'
  180.         '9'
  181.         '10'
  182.         '11'
  183.         '12'
  184.         '13'
  185.         '14'
  186.         '15')
  187.       TabOrder = 1
  188.       Text = '10'
  189.     end
  190.     object chkNoConfirmations: TCheckBox
  191.       Left = 8
  192.       Top = 36
  193.       Width = 141
  194.       Height = 17
  195.       Caption = 'Turn off all &confirmations'
  196.       TabOrder = 2
  197.     end
  198.   end
  199.   object ColorDialog1: TColorDialog
  200.     Ctl3D = True
  201.     Options = [cdPreventFullOpen, cdSolidColor]
  202.     Left = 148
  203.   end
  204. end
  205.