1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
object FileFiltersOptionsFrame: TFileFiltersOptionsFrame
Left = 0
Height = 319
Top = 0
Width = 455
ClientHeight = 319
ClientWidth = 455
TabOrder = 0
DesignLeft = 386
DesignTop = 179
object grdFileFilters: TStringGrid
Left = 8
Height = 281
Top = 32
Width = 440
AlternateColor = 15592941
Anchors = [akTop, akLeft, akRight, akBottom]
ColCount = 3
Columns = <
item
Title.Caption = 'Name'
Width = 250
end
item
Title.Caption = 'File mask'
Width = 300
end>
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goThumbTracking, goSmoothScroll, goFixedRowNumbering]
PopupMenu = pmGrid
RowCount = 1
TabOrder = 0
OnKeyDown = grdFileFiltersKeyDown
end
object lblTitle: TLabel
Left = 8
Height = 20
Top = 9
Width = 46
Caption = 'lblTitle'
ParentColor = False
end
object pmGrid: TPopupMenu
left = 205
top = 75
object pmiAddRow: TMenuItem
Caption = 'Add row'
OnClick = pmiAddRowClick
end
object pmiDelRow: TMenuItem
Caption = 'Delete row'
OnClick = pmiDelRowClick
end
object pmiInsRow: TMenuItem
Caption = 'Insert row'
OnClick = pmiInsRowClick
end
object MenuItem1: TMenuItem
Caption = '-'
end
object SetDefaultMenuItem: TMenuItem
Caption = 'Set defaults'
OnClick = SetDefaultMenuItemClick
end
end
end
|