Changeset 295 for trunk/Forms/UFormPlayer.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/UFormPlayer.lfm
r288 r295 1 1 object FormPlayer: TFormPlayer 2 2 Left = 470 3 Height = 4063 Height = 338 4 4 Top = 157 5 Width = 6525 Width = 543 6 6 Caption = 'Player' 7 ClientHeight = 4068 ClientWidth = 6529 Constraints.MinHeight = 34410 Constraints.MinWidth = 52211 DesignTimePPI = 1 447 ClientHeight = 338 8 ClientWidth = 543 9 Constraints.MinHeight = 287 10 Constraints.MinWidth = 435 11 DesignTimePPI = 120 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate … … 16 16 LCLVersion = '2.0.0.4' 17 17 object Label1: TLabel 18 Left = 2 419 Height = 2 620 Top = 2 721 Width = 5618 Left = 20 19 Height = 20 20 Top = 22 21 Width = 43 22 22 Caption = 'Name:' 23 23 ParentColor = False 24 ParentFont = False 24 25 end 25 26 object EditName: TEdit 26 Left = 1 6827 Height = 4328 Top = 2 729 Width = 46927 Left = 140 28 Height = 28 29 Top = 22 30 Width = 391 30 31 Anchors = [akTop, akLeft, akRight] 32 ParentFont = False 31 33 TabOrder = 0 32 34 end 33 35 object ButtonCancel: TButton 34 Left = 2 7435 Height = 2 536 Top = 3 6637 Width = 7536 Left = 229 37 Height = 21 38 Top = 305 39 Width = 62 38 40 Anchors = [akRight, akBottom] 39 41 Caption = 'Cancel' 40 42 ModalResult = 2 43 ParentFont = False 41 44 TabOrder = 1 42 45 end 43 46 object ButtonOk: TButton 44 Left = 3 9445 Height = 2 546 Top = 3 6947 Width = 7547 Left = 329 48 Height = 21 49 Top = 307 50 Width = 62 48 51 Anchors = [akRight, akBottom] 49 52 Caption = 'Ok' … … 51 54 ModalResult = 1 52 55 OnClick = ButtonOkClick 56 ParentFont = False 53 57 TabOrder = 2 54 58 end 55 59 object ComboBoxMode: TComboBox 56 Left = 1 6857 Height = 3858 Top = 1 2459 Width = 46960 Left = 140 61 Height = 28 62 Top = 103 63 Width = 391 60 64 Anchors = [akTop, akLeft, akRight] 61 ItemHeight = 065 ItemHeight = 20 62 66 ItemIndex = 0 63 67 Items.Strings = ( … … 66 70 ) 67 71 OnChange = ComboBoxModeChange 72 ParentFont = False 68 73 Style = csDropDownList 69 74 TabOrder = 3 … … 71 76 end 72 77 object Label2: TLabel 73 Left = 2 474 Height = 2 675 Top = 1 2876 Width = 5378 Left = 20 79 Height = 20 80 Top = 107 81 Width = 42 77 82 Caption = 'Mode:' 78 83 ParentColor = False 84 ParentFont = False 79 85 end 80 86 object Label3: TLabel 81 Left = 2 482 Height = 2 683 Top = 1 7684 Width = 5087 Left = 20 88 Height = 20 89 Top = 147 90 Width = 39 85 91 Caption = 'Color:' 86 92 ParentColor = False 93 ParentFont = False 87 94 end 88 95 object ColorBox1: TColorBox 89 Left = 1 6890 Height = 4291 Top = 1 6892 Width = 46996 Left = 140 97 Height = 23 98 Top = 140 99 Width = 391 93 100 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames] 94 101 Anchors = [akTop, akLeft, akRight] 95 ItemHeight = 20 102 ItemHeight = 17 103 ParentFont = False 96 104 TabOrder = 4 97 105 end 98 106 object Label4: TLabel 99 Left = 2 4100 Height = 2 6101 Top = 216102 Width = 98107 Left = 20 108 Height = 20 109 Top = 180 110 Width = 74 103 111 Caption = 'Agressivity:' 104 112 ParentColor = False 113 ParentFont = False 105 114 end 106 115 object ComboBoxAgressivity: TComboBox 107 Left = 1 68108 Height = 38109 Top = 216110 Width = 469116 Left = 140 117 Height = 28 118 Top = 180 119 Width = 391 111 120 Anchors = [akTop, akLeft, akRight] 112 ItemHeight = 0121 ItemHeight = 20 113 122 Items.Strings = ( 114 123 'Low' … … 117 126 '' 118 127 ) 128 ParentFont = False 119 129 Style = csDropDownList 120 130 TabOrder = 5 121 131 end 122 132 object CheckBoxDefensive: TCheckBox 123 Left = 2 4124 Height = 30125 Top = 2 56126 Width = 109133 Left = 20 134 Height = 24 135 Top = 213 136 Width = 89 127 137 Caption = 'Defensive' 138 ParentFont = False 128 139 TabOrder = 6 129 140 end 130 141 object Label5: TLabel 131 Left = 2 4132 Height = 2 6133 Top = 2 96134 Width = 94142 Left = 20 143 Height = 20 144 Top = 247 145 Width = 69 135 146 Caption = 'Start units:' 136 147 ParentColor = False 148 ParentFont = False 137 149 end 138 150 object SpinEditStartUnits: TSpinEdit 139 Left = 224140 Height = 43141 Top = 2 88142 Width = 112151 Left = 187 152 Height = 28 153 Top = 240 154 Width = 93 143 155 MaxValue = 99 156 ParentFont = False 144 157 TabOrder = 7 145 158 end 146 159 object ComboBoxNation: TComboBox 147 Left = 1 68148 Height = 42149 Top = 76150 Width = 469160 Left = 140 161 Height = 28 162 Top = 63 163 Width = 391 151 164 Anchors = [akTop, akLeft, akRight] 152 ItemHeight = 0165 ItemHeight = 20 153 166 OnChange = ComboBoxModeChange 167 ParentFont = False 154 168 Style = csDropDownList 155 169 TabOrder = 8 156 170 end 157 171 object Label6: TLabel 158 Left = 2 4159 Height = 2 6160 Top = 80161 Width = 63172 Left = 20 173 Height = 20 174 Top = 67 175 Width = 48 162 176 Caption = 'Nation:' 163 177 ParentColor = False 178 ParentFont = False 164 179 end 165 180 end
Note:
See TracChangeset
for help on using the changeset viewer.