home *** CD-ROM | disk | FTP | other *** search
- object ToDoItemForm: TToDoItemForm
- Left = 345
- Top = 336
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'To-Do Item'
- ClientHeight = 197
- ClientWidth = 356
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lCategory: TLabel
- Left = 203
- Top = 119
- Width = 42
- Height = 13
- Caption = 'Category'
- Transparent = True
- end
- object lOwner: TLabel
- Left = 53
- Top = 119
- Width = 31
- Height = 13
- Caption = 'Owner'
- Transparent = True
- end
- object lPriority: TLabel
- Left = 9
- Top = 119
- Width = 31
- Height = 13
- Caption = 'Priority'
- Transparent = True
- end
- object lText: TLabel
- Left = 9
- Top = 7
- Width = 21
- Height = 13
- Caption = 'Text'
- Transparent = True
- end
- object bOK: TButton
- Left = 177
- Top = 166
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object bCancel: TButton
- Left = 265
- Top = 166
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object eText: TMemo
- Left = 9
- Top = 24
- Width = 338
- Height = 89
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnChange = eTextChange
- OnKeyPress = eTextKeyPress
- end
- object ePriority: TComboBox
- Left = 9
- Top = 135
- Width = 39
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- ''
- '1'
- '2'
- '3'
- '4'
- '5')
- end
- object eOwner: TComboBox
- Left = 53
- Top = 135
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- end
- object eCategory: TComboBox
- Left = 203
- Top = 135
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 3
- end
- end
-