home *** CD-ROM | disk | FTP | other *** search
- object ToDoForm: TToDoForm
- Left = 376
- Top = 255
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'To-Do List'
- ClientHeight = 212
- ClientWidth = 448
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object wToDo: TListView
- Left = 9
- Top = 9
- Width = 431
- Height = 166
- BiDiMode = bdLeftToRight
- Checkboxes = True
- Columns = <
- item
- Caption = 'Text'
- MinWidth = 50
- Width = 185
- end
- item
- Alignment = taCenter
- Caption = '!'
- MinWidth = 20
- Width = 20
- end
- item
- Caption = 'Owner'
- MinWidth = 50
- Width = 100
- end
- item
- Caption = 'Category'
- MinWidth = 50
- Width = 100
- end
- item
- MaxWidth = 1
- Width = 0
- end
- item
- MaxWidth = 1
- Width = 0
- end
- item
- MaxWidth = 1
- Width = 0
- end>
- ColumnClick = False
- Constraints.MinWidth = 50
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- ParentBiDiMode = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = bGoClick
- OnInfoTip = wToDoInfoTip
- OnKeyPress = wToDoKeyPress
- OnMouseDown = wToDoMouseDown
- end
- object bEdit: TButton
- Left = 93
- Top = 181
- Width = 83
- Height = 24
- Caption = 'Edit'
- TabOrder = 1
- OnClick = bEditClick
- end
- object bDelete: TButton
- Left = 181
- Top = 181
- Width = 83
- Height = 24
- Caption = 'Delete'
- TabOrder = 2
- OnClick = bDeleteClick
- end
- object bClose: TButton
- Left = 357
- Top = 181
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Close'
- Default = True
- ModalResult = 2
- TabOrder = 4
- end
- object bGo: TButton
- Left = 269
- Top = 181
- Width = 83
- Height = 24
- Caption = 'Go'
- TabOrder = 3
- OnClick = bGoClick
- end
- end
-