Changeset 295 for trunk/Forms/UFormGameSystems.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/UFormGameSystems.lfm
r278 r295 1 1 object FormGameSystems: TFormGameSystems 2 2 Left = 779 3 Height = 3 603 Height = 300 4 4 Top = 236 5 Width = 4 805 Width = 400 6 6 Caption = 'Game systems' 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 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.4.0'14 LCLVersion = '2.0.0.4' 15 15 object ListView1: TListView 16 16 Left = 0 17 Height = 32117 Height = 268 18 18 Top = 0 19 Width = 4 8019 Width = 400 20 20 Align = alClient 21 21 Columns = < 22 22 item 23 23 Caption = 'Name' 24 Width = 46524 Width = 388 25 25 end> 26 26 MultiSelect = True 27 27 OwnerData = True 28 ParentFont = False 28 29 PopupMenu = PopupMenu1 29 30 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' … … 96 97 object PopupMenu1: TPopupMenu 97 98 Images = Core.ImageListSmall 98 left = 35299 top = 1 6099 left = 293 100 top = 133 100 101 object MenuItem1: TMenuItem 101 102 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.