Changeset 317 for trunk/Forms/FormGameSystems.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGameSystems.lfm
r316 r317 1 1 object FormGameSystems: TFormGameSystems 2 Left = 7793 Height = 3 004 Top = 2365 Width = 4 002 Left = 1080 3 Height = 360 4 Top = 570 5 Width = 480 6 6 Caption = 'Game systems' 7 ClientHeight = 300 8 ClientWidth = 400 9 DesignTimePPI = 120 10 OnClose = FormClose 7 ClientHeight = 360 8 ClientWidth = 480 9 DesignTimePPI = 144 11 10 OnCreate = FormCreate 12 11 OnDestroy = FormDestroy 13 12 OnShow = FormShow 14 LCLVersion = ' 2.0.0.4'13 LCLVersion = '3.4.0.0' 15 14 object ListView1: TListView 16 15 Left = 0 17 Height = 26816 Height = 322 18 17 Top = 0 19 Width = 4 0018 Width = 480 20 19 Align = alClient 21 20 Columns = < 22 21 item 23 22 Caption = 'Name' 24 Width = 38823 Width = 466 25 24 end> 26 25 MultiSelect = True … … 39 38 object ToolBar1: TToolBar 40 39 Left = 0 41 Top = 268 42 Width = 400 40 Height = 38 41 Top = 322 42 Width = 480 43 43 Align = alBottom 44 44 Images = Core.ImageListSmall … … 51 51 end 52 52 object ToolButton2: TToolButton 53 Left = 3 053 Left = 36 54 54 Top = 2 55 55 Action = AModify 56 56 end 57 57 object ToolButton3: TToolButton 58 Left = 5958 Left = 71 59 59 Top = 2 60 60 Action = ARemove 61 61 end 62 62 object ToolButton4: TToolButton 63 Left = 8863 Left = 106 64 64 Top = 2 65 65 Action = AClone … … 68 68 object ActionList1: TActionList 69 69 Images = Core.ImageListSmall 70 left = 17371 top = 13670 Left = 208 71 Top = 163 72 72 object AAdd: TAction 73 73 Caption = 'Add' … … 97 97 object PopupMenu1: TPopupMenu 98 98 Images = Core.ImageListSmall 99 left = 293100 top = 13399 Left = 352 100 Top = 160 101 101 object MenuItem1: TMenuItem 102 102 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.