object frmPreferences: TfrmPreferences Left = 426 Top = 171 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'To-Do List Preferences' ClientHeight = 293 ClientWidth = 178 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object BitBtn1: TBitBtn Left = 51 Top = 264 Width = 75 Height = 25 TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object GroupBox1: TGroupBox Left = 4 Top = 172 Width = 169 Height = 85 Caption = 'Task Colorizing' TabOrder = 1 object Label1: TLabel Left = 28 Top = 20 Width = 40 Height = 13 Caption = 'Priority 1' end object Label3: TLabel Left = 28 Top = 40 Width = 40 Height = 13 Caption = 'Priority 2' end object Label4: TLabel Left = 116 Top = 20 Width = 40 Height = 13 Caption = 'Priority 3' end object Label5: TLabel Left = 116 Top = 40 Width = 43 Height = 13 Caption = 'All others' end object clOne: TPanel Left = 8 Top = 18 Width = 16 Height = 16 Color = clRed TabOrder = 0 OnClick = clOneClick end object clTwo: TPanel Left = 8 Top = 38 Width = 16 Height = 16 Color = clGreen TabOrder = 1 OnClick = clTwoClick end object clThree: TPanel Left = 96 Top = 18 Width = 16 Height = 16 Color = clBlue TabOrder = 2 OnClick = clThreeClick end object clElse: TPanel Left = 96 Top = 38 Width = 16 Height = 16 Color = clBlack TabOrder = 3 OnClick = clElseClick end object BitBtn2: TBitBtn Left = 8 Top = 60 Width = 153 Height = 17 Caption = 'Reset to default colors' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = BitBtn2Click end end object GroupBox2: TGroupBox Left = 4 Top = 4 Width = 169 Height = 69 Caption = 'Startup Options' TabOrder = 2 object Label7: TLabel Left = 26 Top = 50 Width = 47 Height = 13 Caption = 'on startup' end object chkStartMin: TCheckBox Left = 8 Top = 16 Width = 133 Height = 17 Caption = 'Start program minimized' TabOrder = 0 end object chkLogOnStartup: TCheckBox Left = 8 Top = 36 Width = 121 Height = 17 Caption = 'Log completed tasks' TabOrder = 1 end end object GroupBox3: TGroupBox Left = 4 Top = 80 Width = 169 Height = 85 Caption = 'Program Options' TabOrder = 3 object Label2: TLabel Left = 8 Top = 60 Width = 112 Height = 13 Caption = 'Number of tasks visible:' end object chkSavePos: TCheckBox Left = 8 Top = 16 Width = 121 Height = 17 Caption = 'Save screen position' TabOrder = 0 end object cboVisibleTasks: TComboBox Left = 124 Top = 56 Width = 37 Height = 21 ItemHeight = 13 Items.Strings = ( '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' '13' '14' '15') TabOrder = 1 Text = '10' end object chkNoConfirmations: TCheckBox Left = 8 Top = 36 Width = 141 Height = 17 Caption = 'Turn off all &confirmations' TabOrder = 2 end end object ColorDialog1: TColorDialog Ctl3D = True Options = [cdPreventFullOpen, cdSolidColor] Left = 148 end end