dexed/src/ce_todolist.lfm

108 lines
2.5 KiB
Plaintext

inherited CETodoListWidget: TCETodoListWidget
Left = 630
Height = 337
Top = 196
Width = 584
Caption = 'Todo list'
ClientHeight = 337
ClientWidth = 584
inherited Back: TPanel
Height = 337
Width = 584
ClientHeight = 337
ClientWidth = 584
inherited Content: TPanel
Height = 301
Width = 584
ClientHeight = 301
ClientWidth = 584
object lstItems: TListView[0]
Left = 4
Height = 293
Top = 4
Width = 576
Align = alClient
BorderSpacing.Around = 4
Columns = <
item
AutoSize = True
Caption = 'text'
Width = 36
end
item
AutoSize = True
Caption = 'category'
Width = 65
end
item
AutoSize = True
Caption = 'assignee'
Width = 64
end
item
AutoSize = True
Caption = 'status'
Width = 49
end
item
AutoSize = True
Caption = 'priority'
Width = 55
end
item
AutoSize = True
Caption = 'file'
Width = 286
end>
ReadOnly = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
end
end
inherited toolbar: TCEToolBar
Width = 576
object btnGo: TCEToolButton[0]
Left = 29
Hint = 'go the TODO item definition'
Top = 0
Caption = 'btnGo'
resourceName = 'ARROW_PEN'
scaledSeparator = False
end
object btnRefresh: TCEToolButton[1]
Left = 1
Hint = 'refresh the TODO items'
Top = 0
Caption = 'btnRefresh'
resourceName = 'ARROW_UPDATE'
scaledSeparator = False
end
object lstfilter: TListFilterEdit[2]
Left = 61
Height = 26
Hint = 'filter the TODO items that contain the text typed here'
Top = 2
Width = 513
ButtonWidth = 28
NumGlyphs = 1
Align = alClient
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 58
BorderSpacing.Around = 2
MaxLength = 0
TabOrder = 0
end
end
end
inherited contextMenu: TPopupMenu
left = 40
top = 72
object mnuAutoRefresh: TMenuItem[0]
AutoCheck = True
Caption = 'Auto resfresh'
OnClick = mnuAutoRefreshClick
end
end
end