object frmMain: TfrmMain Left = 416 Height = 240 Top = 387 Width = 816 Caption = 'ToDo List' ClientHeight = 240 ClientWidth = 816 OnActivate = FormActivate OnClose = FormClose LCLVersion = '1.8.4.0' object sbTodo: TScrollBox Left = 8 Height = 192 Top = 40 Width = 800 HorzScrollBar.Page = 1 HorzScrollBar.Visible = False VertScrollBar.Page = 1 VertScrollBar.Tracking = True Anchors = [akTop, akLeft, akRight, akBottom] TabOrder = 0 end object bAdd: TButton Left = 8 Height = 25 Top = 8 Width = 75 Caption = 'Add' OnClick = bAddClick TabOrder = 1 end object cbPlanned: TCheckBox Left = 96 Height = 25 Top = 8 Width = 150 Caption = 'Show planned only' OnChange = cbPlannedChange TabOrder = 2 end object bNextDay: TButton Left = 680 Height = 25 Top = 8 Width = 128 Anchors = [akTop, akRight] Caption = 'Force next day' OnClick = bNextDayClick TabOrder = 3 Visible = False end object lDate: TLabel Left = 272 Height = 21 Top = 12 Width = 12 Caption = '...' ParentColor = False end end