mirror of https://gitlab.com/basile.b/dexed.git
95 lines
2.1 KiB
Plaintext
95 lines
2.1 KiB
Plaintext
inherited CETodoListWidget: TCETodoListWidget
|
|
Left = 631
|
|
Height = 337
|
|
Top = 222
|
|
Width = 584
|
|
Caption = 'Todo list'
|
|
ClientHeight = 337
|
|
ClientWidth = 584
|
|
inherited Back: TPanel
|
|
Height = 337
|
|
Width = 584
|
|
ClientHeight = 337
|
|
ClientWidth = 584
|
|
inherited Content: TPanel
|
|
Height = 337
|
|
Width = 584
|
|
ClientHeight = 337
|
|
ClientWidth = 584
|
|
object Panel1: TPanel[0]
|
|
Left = 2
|
|
Height = 26
|
|
Top = 2
|
|
Width = 580
|
|
Align = alTop
|
|
BorderSpacing.Around = 2
|
|
BevelOuter = bvNone
|
|
ClientHeight = 26
|
|
ClientWidth = 580
|
|
PopupMenu = contextMenu
|
|
TabOrder = 0
|
|
object btnRefresh: TBitBtn
|
|
Left = 2
|
|
Height = 22
|
|
Hint = 'refresh the list'
|
|
Top = 2
|
|
Width = 28
|
|
Align = alLeft
|
|
BorderSpacing.Around = 2
|
|
Layout = blGlyphBottom
|
|
Spacing = 0
|
|
TabOrder = 0
|
|
end
|
|
object lstfilter: TListFilterEdit
|
|
Left = 38
|
|
Height = 23
|
|
Top = 2
|
|
Width = 513
|
|
ButtonWidth = 28
|
|
NumGlyphs = 1
|
|
Align = alCustom
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object lstItems: TListView[1]
|
|
Left = 4
|
|
Height = 301
|
|
Top = 32
|
|
Width = 576
|
|
Align = alClient
|
|
BorderSpacing.Around = 4
|
|
Columns = <
|
|
item
|
|
Caption = 'text'
|
|
Width = 250
|
|
end
|
|
item
|
|
Caption = 'category'
|
|
Width = 100
|
|
end
|
|
item
|
|
Caption = 'assignee'
|
|
Width = 100
|
|
end
|
|
item
|
|
Caption = 'status'
|
|
Width = 100
|
|
end
|
|
item
|
|
Caption = 'priority'
|
|
Width = 75
|
|
end>
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
ViewStyle = vsReport
|
|
end
|
|
end
|
|
end
|
|
inherited contextMenu: TPopupMenu
|
|
left = 40
|
|
top = 72
|
|
end
|
|
end
|