Changeset 295 for trunk/Forms/UFormList.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormList.lfm
r290 r295 1 1 object FormList: TFormList 2 2 Left = 779 3 Height = 3 603 Height = 300 4 4 Top = 236 5 Width = 4 805 Width = 400 6 6 Caption = 'List' 7 ClientHeight = 3 608 ClientWidth = 4 809 DesignTimePPI = 1 447 ClientHeight = 300 8 ClientWidth = 400 9 DesignTimePPI = 120 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 32116 Height = 268 17 17 Top = 0 18 Width = 4 8018 Width = 400 19 19 Align = alClient 20 20 Columns = < 21 21 item 22 22 Caption = 'Name' 23 Width = 46523 Width = 388 24 24 end> 25 25 MultiSelect = True 26 26 OwnerData = True 27 ParentFont = False 27 28 PopupMenu = PopupMenu1 28 29 ReadOnly = True … … 38 39 object ToolBar1: TToolBar 39 40 Left = 0 40 Height = 39 41 Top = 321 42 Width = 480 41 Top = 268 42 Width = 400 43 43 Align = alBottom 44 44 Images = Core.ImageListSmall 45 ParentFont = False 45 46 TabOrder = 1 46 47 object ToolButton1: TToolButton … … 50 51 end 51 52 object ToolButton2: TToolButton 52 Left = 3 653 Left = 30 53 54 Top = 2 54 55 Action = AModify 55 56 end 56 57 object ToolButton3: TToolButton 57 Left = 7158 Left = 59 58 59 Top = 2 59 60 Action = ARemove 60 61 end 61 62 object ToolButton4: TToolButton 62 Left = 10663 Left = 88 63 64 Top = 2 64 65 Action = AClone … … 67 68 object ActionList1: TActionList 68 69 Images = Core.ImageListSmall 69 left = 20770 top = 1 6370 left = 173 71 top = 136 71 72 object AAdd: TAction 72 73 Caption = 'Add' … … 97 98 object PopupMenu1: TPopupMenu 98 99 Images = Core.ImageListSmall 99 left = 352100 top = 1 60100 left = 293 101 top = 133 101 102 object MenuItem1: TMenuItem 102 103 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.