Changeset 295 for trunk/Forms/UFormPlayers.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/UFormPlayers.lfm
r287 r295 1 1 object FormPlayers: TFormPlayers 2 2 Left = 566 3 Height = 3543 Height = 295 4 4 Top = 293 5 Width = 6825 Width = 568 6 6 Caption = 'Players' 7 ClientHeight = 3548 ClientWidth = 6829 DesignTimePPI = 1 447 ClientHeight = 295 8 ClientWidth = 568 9 DesignTimePPI = 120 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate … … 15 15 object ListView1: TListView 16 16 Left = 0 17 Height = 31517 Height = 263 18 18 Top = 0 19 Width = 68219 Width = 568 20 20 Align = alClient 21 21 Columns = < 22 22 item 23 23 Caption = 'Name' 24 Width = 20024 Width = 167 25 25 end 26 26 item 27 27 Caption = 'Type' 28 Width = 10028 Width = 83 29 29 end 30 30 item 31 31 Caption = 'Color' 32 Width = 8032 Width = 67 33 33 end 34 34 item 35 35 Caption = 'Nation' 36 Width = 10036 Width = 83 37 37 end 38 38 item 39 39 Caption = 'Start units' 40 Width = 1 8740 Width = 156 41 41 end> 42 42 MultiSelect = True 43 43 OwnerData = True 44 ParentFont = False 44 45 PopupMenu = PopupMenu1 45 46 ReadOnly = True … … 56 57 object ToolBar1: TToolBar 57 58 Left = 0 58 Height = 39 59 Top = 315 60 Width = 682 59 Top = 263 60 Width = 568 61 61 Align = alBottom 62 62 Images = Core.ImageListSmall 63 ParentFont = False 63 64 TabOrder = 1 64 65 object ToolButton1: TToolButton … … 68 69 end 69 70 object ToolButton2: TToolButton 70 Left = 3 671 Left = 30 71 72 Top = 2 72 73 Action = AModify 73 74 end 74 75 object ToolButton3: TToolButton 75 Left = 7176 Left = 59 76 77 Top = 2 77 78 Action = ARemove 78 79 end 79 80 object ToolButton4: TToolButton 80 Left = 10681 Left = 88 81 82 Top = 2 82 83 Action = AClone … … 85 86 object ActionList1: TActionList 86 87 Images = Core.ImageListSmall 87 left = 20788 top = 1 6388 left = 173 89 top = 136 89 90 object AAdd: TAction 90 91 Caption = 'Add' … … 114 115 object PopupMenu1: TPopupMenu 115 116 Images = Core.ImageListSmall 116 left = 352117 top = 1 60117 left = 293 118 top = 133 118 119 object MenuItem1: TMenuItem 119 120 Action = AAdd
Note:
See TracChangeset
for help on using the changeset viewer.