Changeset 98
- Timestamp:
- Dec 26, 2014, 2:36:01 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r47 r98 11 11 Font.Name = 'MS Sans Serif' 12 12 OnShow = FormShow 13 Position = po ScreenCenter13 Position = poMainFormCenter 14 14 LCLVersion = '1.3' 15 15 object Panel1: TPanel -
trunk/Forms/UFormHelp.lfm
r97 r98 8 8 ClientWidth = 850 9 9 OnCreate = FormCreate 10 Position = poMainFormCenter 10 11 LCLVersion = '1.3' 11 12 object Memo1: TMemo -
trunk/Forms/UFormMove.lfm
r88 r98 11 11 OnKeyPress = FormKeyPress 12 12 OnShow = FormShow 13 Position = poMainFormCenter 13 14 LCLVersion = '1.3' 14 15 object SpinEditOnce: TSpinEdit … … 52 53 Height = 22 53 54 Top = 136 54 Width = 8755 Width = 91 55 56 Caption = 'Every turn:' 56 57 ParentColor = False … … 133 134 Height = 22 134 135 Top = 8 135 Width = 1 27136 Width = 132 136 137 Caption = 'Win probability:' 137 138 ParentColor = False -
trunk/Forms/UFormNew.lfm
r91 r98 10 10 OnDestroy = FormDestroy 11 11 OnShow = FormShow 12 Position = poMainFormCenter 12 13 LCLVersion = '1.3' 13 14 object ButtonCancel: TButton … … 44 45 object TabSheet1: TTabSheet 45 46 Caption = 'Players' 46 ClientHeight = 41 447 ClientHeight = 417 47 48 ClientWidth = 1215 48 49 object ListView1: TListView … … 115 116 object TabSheet2: TTabSheet 116 117 Caption = 'Map' 117 ClientHeight = 41 4118 ClientHeight = 417 118 119 ClientWidth = 1215 119 120 object Label1: TLabel 120 121 Left = 8 121 Height = 2 5122 Height = 22 122 123 Top = 9 123 Width = 104124 Width = 92 124 125 Caption = 'Map width:' 125 126 ParentColor = False … … 127 128 object Label2: TLabel 128 129 Left = 8 129 Height = 2 5130 Height = 22 130 131 Top = 57 131 Width = 110132 Width = 99 132 133 Caption = 'Map height:' 133 134 ParentColor = False … … 135 136 object SpinEditMapSizeX: TSpinEdit 136 137 Left = 128 137 Height = 3 5138 Height = 32 138 139 Top = 4 139 140 Width = 98 … … 145 146 object SpinEditMapSizeY: TSpinEdit 146 147 Left = 128 147 Height = 3 5148 Height = 32 148 149 Top = 55 149 150 Width = 98 … … 181 182 object Label5: TLabel 182 183 Left = 8 183 Height = 2 5184 Height = 22 184 185 Top = 104 185 Width = 90186 Width = 81 186 187 Caption = 'Grid type:' 187 188 ParentColor = False … … 189 190 object ComboBoxGridType: TComboBox 190 191 Left = 146 191 Height = 3 3192 Height = 30 192 193 Top = 104 193 194 Width = 208 … … 203 204 object ComboBoxMapShape: TComboBox 204 205 Left = 146 205 Height = 3 3206 Height = 30 206 207 Top = 144 207 208 Width = 208 … … 218 219 object Label8: TLabel 219 220 Left = 8 220 Height = 2 5221 Height = 22 221 222 Top = 144 222 Width = 107223 Width = 97 223 224 Caption = 'Map shape:' 224 225 ParentColor = False … … 236 237 object SpinEditVoidPercent: TSpinEdit 237 238 Left = 216 238 Height = 3 5239 Height = 32 239 240 Top = 224 240 241 Width = 106 … … 245 246 object CheckBoxVoid: TCheckBox 246 247 Left = 8 247 Height = 2 7248 Height = 24 248 249 Top = 232 249 Width = 1 98250 Width = 183 250 251 Caption = 'Inaccessible places' 251 252 OnChange = CheckBoxVoidChange … … 254 255 object CheckBoxCity: TCheckBox 255 256 Left = 8 256 Height = 2 7257 Height = 24 257 258 Top = 272 258 Width = 73259 Width = 69 259 260 Caption = 'Cities' 260 261 OnChange = CheckBoxCityChange … … 263 264 object SpinEditCityPercent: TSpinEdit 264 265 Left = 216 265 Height = 3 5266 Height = 32 266 267 Top = 272 267 268 Width = 106 … … 272 273 object Label4: TLabel 273 274 Left = 331 274 Height = 2 5275 Height = 22 275 276 Top = 272 276 Width = 1 7277 Width = 15 277 278 Caption = '%' 278 279 ParentColor = False … … 280 281 object Label3: TLabel 281 282 Left = 331 282 Height = 2 5283 Height = 22 283 284 Top = 232 284 Width = 1 7285 Width = 15 285 286 Caption = '%' 286 287 ParentColor = False … … 288 289 object SpinEditNeutralUnits: TSpinEdit 289 290 Left = 408 290 Height = 3 5291 Height = 32 291 292 Top = 352 292 293 Width = 98 … … 298 299 object Label7: TLabel 299 300 Left = 8 300 Height = 2 5301 Height = 22 301 302 Top = 352 302 Width = 2 45303 Width = 221 303 304 Caption = 'Max random neutral units:' 304 305 ParentColor = False … … 306 307 object EditImageFile: TEdit 307 308 Left = 144 308 Height = 3 5309 Height = 32 309 310 Top = 184 310 311 Width = 948 … … 324 325 object Label9: TLabel 325 326 Left = 8 326 Height = 2 5327 Height = 22 327 328 Top = 184 328 Width = 98329 Width = 88 329 330 Caption = 'Image file:' 330 331 ParentColor = False … … 333 334 object TabSheet3: TTabSheet 334 335 Caption = 'Rules' 335 ClientHeight = 41 4336 ClientHeight = 417 336 337 ClientWidth = 1215 337 338 object RadioGroupGrowCells: TRadioGroup … … 349 350 ChildSizing.Layout = cclLeftToRightThenTopToBottom 350 351 ChildSizing.ControlsPerLine = 1 351 ClientHeight = 78352 ClientHeight = 81 352 353 ClientWidth = 308 353 354 Items.Strings = ( … … 395 396 ChildSizing.Layout = cclLeftToRightThenTopToBottom 396 397 ChildSizing.ControlsPerLine = 1 397 ClientHeight = 49398 ClientHeight = 52 398 399 ClientWidth = 301 399 400 Items.Strings = ( -
trunk/Forms/UFormPlayer.lfm
r90 r98 7 7 ClientHeight = 347 8 8 ClientWidth = 551 9 Position = poMainFormCenter 9 10 LCLVersion = '1.3' 10 11 object Label1: TLabel … … 63 64 Height = 22 64 65 Top = 72 65 Width = 5 066 Width = 51 66 67 Caption = 'Mode:' 67 68 ParentColor = False … … 71 72 Height = 22 72 73 Top = 128 73 Width = 4 874 Width = 47 74 75 Caption = 'Color:' 75 76 ParentColor = False … … 80 81 Top = 120 81 82 Width = 368 83 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames] 82 84 ItemHeight = 0 83 85 TabOrder = 4 … … 87 89 Height = 22 88 90 Top = 168 89 Width = 9 291 Width = 96 90 92 Caption = 'Agressivity:' 91 93 ParentColor = False … … 110 112 Height = 24 111 113 Top = 208 112 Width = 10 3114 Width = 107 113 115 Caption = 'Defensive' 114 116 TabOrder = 6 -
trunk/Forms/UFormSettings.lfm
r94 r98 8 8 ClientHeight = 563 9 9 ClientWidth = 784 10 Position = poMainFormCenter 10 11 LCLVersion = '1.3' 11 12 object ButtonOk: TButton … … 29 30 object Label1: TLabel 30 31 Left = 20 31 Height = 2 532 Height = 22 32 33 Top = 26 33 Width = 9534 Width = 85 34 35 Caption = 'Language:' 35 36 ParentColor = False … … 37 38 object ComboBoxLanguage: TComboBox 38 39 Left = 178 39 Height = 3 740 Height = 34 40 41 Top = 24 41 42 Width = 196 … … 56 57 object SpinEditAnimSpeed: TSpinEdit 57 58 Left = 224 58 Height = 3 559 Height = 32 59 60 Top = 120 60 61 Width = 122 … … 63 64 object Label2: TLabel 64 65 Left = 19 65 Height = 2 566 Height = 22 66 67 Top = 126 67 Width = 1 6268 Width = 145 68 69 Caption = 'Animation speed:' 69 70 ParentColor = False … … 71 72 object Label3: TLabel 72 73 Left = 360 73 Height = 2 574 Height = 22 74 75 Top = 130 75 Width = 1 776 Width = 15 76 77 Caption = '%' 77 78 ParentColor = False -
trunk/xtactics.lpi
r97 r98 151 151 <HasResources Value="True"/> 152 152 <ResourceBaseClass Value="Form"/> 153 <UnitName Value="UFormAbout"/> 153 154 </Unit8> 154 155 <Unit9>
Note:
See TracChangeset
for help on using the changeset viewer.