Changeset 282 for trunk/Forms/UFormPlayer.lfm
- Timestamp:
- Mar 10, 2019, 4:48:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormPlayer.lfm
r279 r282 1 1 object FormPlayer: TFormPlayer 2 2 Left = 470 3 Height = 3444 Top = 2195 Width = 5223 Height = 406 4 Top = 157 5 Width = 652 6 6 Caption = 'Player' 7 ClientHeight = 3448 ClientWidth = 5227 ClientHeight = 406 8 ClientWidth = 652 9 9 Constraints.MinHeight = 344 10 10 Constraints.MinWidth = 522 … … 27 27 Height = 43 28 28 Top = 27 29 Width = 33929 Width = 469 30 30 Anchors = [akTop, akLeft, akRight] 31 31 TabOrder = 0 32 32 end 33 33 object ButtonCancel: TButton 34 Left = 27 834 Left = 274 35 35 Height = 25 36 Top = 3 0736 Top = 366 37 37 Width = 75 38 38 Anchors = [akRight, akBottom] … … 42 42 end 43 43 object ButtonOk: TButton 44 Left = 40344 Left = 394 45 45 Height = 25 46 Top = 3 0746 Top = 369 47 47 Width = 75 48 48 Anchors = [akRight, akBottom] … … 55 55 Left = 168 56 56 Height = 38 57 Top = 7258 Width = 33957 Top = 124 58 Width = 469 59 59 Anchors = [akTop, akLeft, akRight] 60 60 ItemHeight = 0 … … 72 72 Left = 24 73 73 Height = 26 74 Top = 7274 Top = 128 75 75 Width = 53 76 76 Caption = 'Mode:' … … 80 80 Left = 24 81 81 Height = 26 82 Top = 1 2882 Top = 176 83 83 Width = 50 84 84 Caption = 'Color:' … … 88 88 Left = 168 89 89 Height = 42 90 Top = 1 2091 Width = 33990 Top = 168 91 Width = 469 92 92 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames] 93 93 Anchors = [akTop, akLeft, akRight] … … 98 98 Left = 24 99 99 Height = 26 100 Top = 168100 Top = 216 101 101 Width = 98 102 102 Caption = 'Agressivity:' … … 105 105 object ComboBoxAgressivity: TComboBox 106 106 Left = 168 107 Height = 42108 Top = 168109 Width = 339107 Height = 38 108 Top = 216 109 Width = 469 110 110 Anchors = [akTop, akLeft, akRight] 111 111 ItemHeight = 0 … … 122 122 Left = 24 123 123 Height = 30 124 Top = 2 08124 Top = 256 125 125 Width = 109 126 126 Caption = 'Defensive' … … 130 130 Left = 24 131 131 Height = 26 132 Top = 2 48132 Top = 296 133 133 Width = 94 134 134 Caption = 'Start units:' … … 138 138 Left = 224 139 139 Height = 43 140 Top = 2 40140 Top = 288 141 141 Width = 112 142 142 MaxValue = 99 143 143 TabOrder = 7 144 144 end 145 object ComboBoxNation: TComboBox 146 Left = 168 147 Height = 42 148 Top = 76 149 Width = 469 150 Anchors = [akTop, akLeft, akRight] 151 ItemHeight = 0 152 OnChange = ComboBoxModeChange 153 Style = csDropDownList 154 TabOrder = 8 155 end 156 object Label6: TLabel 157 Left = 24 158 Height = 26 159 Top = 80 160 Width = 63 161 Caption = 'Nation:' 162 ParentColor = False 163 end 145 164 end
Note:
See TracChangeset
for help on using the changeset viewer.