Changeset 107 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Feb 17, 2016, 1:17:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r100 r107 1 1 object FormNew: TFormNew 2 Left = 6243 Height = 5 194 Top = 3 135 Width = 12292 Left = 1176 3 Height = 501 4 Top = 331 5 Width = 677 6 6 Caption = 'New game' 7 ClientHeight = 519 8 ClientWidth = 1229 7 ClientHeight = 501 8 ClientWidth = 677 9 Constraints.MinHeight = 501 10 Constraints.MinWidth = 667 9 11 OnCreate = FormCreate 10 12 OnDestroy = FormDestroy 11 13 OnShow = FormShow 12 14 Position = poMainFormCenter 13 LCLVersion = '1. 3'15 LCLVersion = '1.4.4.0' 14 16 object ButtonCancel: TButton 15 Left = 100617 Left = 454 16 18 Height = 25 17 Top = 4 7719 Top = 459 18 20 Width = 75 19 21 Anchors = [akRight, akBottom] … … 23 25 end 24 26 object ButtonOk: TButton 25 Left = 111027 Left = 558 26 28 Height = 25 27 Top = 4 7729 Top = 459 28 30 Width = 75 29 31 Anchors = [akRight, akBottom] … … 34 36 object PageControl1: TPageControl 35 37 Left = 4 36 Height = 4 5738 Height = 439 37 39 Top = 4 38 Width = 122140 Width = 669 39 41 ActivePage = TabSheet2 40 42 Align = alTop … … 45 47 object TabSheet1: TTabSheet 46 48 Caption = 'Players' 47 ClientHeight = 41748 ClientWidth = 121549 ClientHeight = 398 50 ClientWidth = 854 49 51 object ListView1: TListView 50 52 Left = 4 51 Height = 3 6753 Height = 348 52 54 Top = 4 53 Width = 120755 Width = 846 54 56 Align = alTop 55 57 Anchors = [akTop, akLeft, akRight, akBottom] … … 88 90 Left = 224 89 91 Height = 25 90 Top = 3 7992 Top = 360 91 93 Width = 83 92 94 Action = APlayerRemove … … 97 99 Left = 16 98 100 Height = 25 99 Top = 3 79101 Top = 360 100 102 Width = 83 101 103 Action = APlayerAdd … … 106 108 Left = 120 107 109 Height = 25 108 Top = 3 79110 Top = 360 109 111 Width = 83 110 112 Action = APlayerModify … … 116 118 object TabSheet2: TTabSheet 117 119 Caption = 'Map' 118 ClientHeight = 4 17119 ClientWidth = 1215120 ClientHeight = 401 121 ClientWidth = 661 120 122 object Label1: TLabel 121 123 Left = 8 122 Height = 2 2124 Height = 25 123 125 Top = 9 124 Width = 92126 Width = 89 125 127 Caption = 'Map width:' 126 128 ParentColor = False … … 128 130 object Label2: TLabel 129 131 Left = 8 130 Height = 2 2132 Height = 25 131 133 Top = 57 132 Width = 9 9134 Width = 95 133 135 Caption = 'Map height:' 134 136 ParentColor = False … … 136 138 object SpinEditMapSizeX: TSpinEdit 137 139 Left = 128 138 Height = 3 2140 Height = 33 139 141 Top = 4 140 142 Width = 98 … … 146 148 object SpinEditMapSizeY: TSpinEdit 147 149 Left = 128 148 Height = 3 2150 Height = 33 149 151 Top = 55 150 152 Width = 98 … … 158 160 Height = 46 159 161 Top = 8 160 Width = 964162 Width = 410 161 163 Max = 100 162 164 Min = 2 … … 171 173 Height = 46 172 174 Top = 49 173 Width = 964175 Width = 410 174 176 Max = 100 175 177 Min = 2 … … 182 184 object Label5: TLabel 183 185 Left = 8 184 Height = 2 2186 Height = 25 185 187 Top = 104 186 Width = 81188 Width = 77 187 189 Caption = 'Grid type:' 188 190 ParentColor = False … … 190 192 object ComboBoxGridType: TComboBox 191 193 Left = 146 192 Height = 3 0194 Height = 33 193 195 Top = 104 194 196 Width = 208 195 ItemHeight = 0197 ItemHeight = 25 196 198 Items.Strings = ( 197 199 'Hexagonal' … … 204 206 object ComboBoxMapShape: TComboBox 205 207 Left = 146 206 Height = 3 0208 Height = 33 207 209 Top = 144 208 210 Width = 208 209 ItemHeight = 0211 ItemHeight = 25 210 212 Items.Strings = ( 211 213 'Hexagonal' … … 219 221 object Label8: TLabel 220 222 Left = 8 221 Height = 2 2223 Height = 25 222 224 Top = 144 223 Width = 9 7225 Width = 92 224 226 Caption = 'Map shape:' 225 227 ParentColor = False … … 229 231 Height = 27 230 232 Top = 110 231 Width = 727233 Width = 173 232 234 Anchors = [akTop, akLeft, akRight] 233 235 AutoSize = False … … 237 239 object SpinEditVoidPercent: TSpinEdit 238 240 Left = 216 239 Height = 3 2241 Height = 33 240 242 Top = 224 241 243 Width = 106 … … 246 248 object CheckBoxVoid: TCheckBox 247 249 Left = 8 248 Height = 2 4250 Height = 29 249 251 Top = 232 250 Width = 1 83252 Width = 177 251 253 Caption = 'Inaccessible places' 252 254 OnChange = CheckBoxVoidChange … … 255 257 object CheckBoxCity: TCheckBox 256 258 Left = 8 257 Height = 2 4259 Height = 29 258 260 Top = 272 259 Width = 69261 Width = 72 260 262 Caption = 'Cities' 261 263 OnChange = CheckBoxCityChange … … 264 266 object SpinEditCityPercent: TSpinEdit 265 267 Left = 216 266 Height = 3 2268 Height = 33 267 269 Top = 272 268 270 Width = 106 … … 273 275 object Label4: TLabel 274 276 Left = 331 275 Height = 2 2277 Height = 25 276 278 Top = 272 277 279 Width = 15 … … 281 283 object Label3: TLabel 282 284 Left = 331 283 Height = 2 2285 Height = 25 284 286 Top = 232 285 287 Width = 15 … … 289 291 object SpinEditNeutralUnits: TSpinEdit 290 292 Left = 408 291 Height = 3 2293 Height = 33 292 294 Top = 352 293 295 Width = 98 … … 299 301 object Label7: TLabel 300 302 Left = 8 301 Height = 2 2303 Height = 25 302 304 Top = 352 303 Width = 2 21305 Width = 207 304 306 Caption = 'Max random neutral units:' 305 307 ParentColor = False … … 307 309 object EditImageFile: TEdit 308 310 Left = 144 309 Height = 3 2311 Height = 33 310 312 Top = 184 311 Width = 948313 Width = 394 312 314 Anchors = [akTop, akLeft, akRight] 313 315 TabOrder = 12 314 316 end 315 317 object ButtonImageBrowse: TButton 316 Left = 1100318 Left = 546 317 319 Height = 25 318 320 Top = 192 … … 325 327 object Label9: TLabel 326 328 Left = 8 327 Height = 2 2329 Height = 25 328 330 Top = 184 329 Width = 8 8331 Width = 82 330 332 Caption = 'Image file:' 331 333 ParentColor = False … … 333 335 object CheckBoxBridges: TCheckBox 334 336 Left = 8 335 Height = 2 4337 Height = 29 336 338 Top = 310 337 Width = 204339 Width = 199 338 340 Caption = 'Bridges between cells' 339 341 TabOrder = 14 … … 342 344 object TabSheet3: TTabSheet 343 345 Caption = 'Rules' 344 ClientHeight = 417345 ClientWidth = 1215346 ClientHeight = 398 347 ClientWidth = 854 346 348 object RadioGroupGrowCells: TRadioGroup 347 349 Left = 15 … … 358 360 ChildSizing.Layout = cclLeftToRightThenTopToBottom 359 361 ChildSizing.ControlsPerLine = 1 360 ClientHeight = 81362 ClientHeight = 75 361 363 ClientWidth = 308 362 364 Items.Strings = ( … … 369 371 object Label6: TLabel 370 372 Left = 8 371 Height = 2 2373 Height = 25 372 374 Top = 248 373 Width = 11 6375 Width = 111 374 376 Caption = 'Win objective:' 375 377 ParentColor = False … … 377 379 object ComboBoxWinObjective: TComboBox 378 380 Left = 232 379 Height = 3 0381 Height = 33 380 382 Top = 240 381 383 Width = 328 382 ItemHeight = 0384 ItemHeight = 25 383 385 Items.Strings = ( 384 386 'Defeat all oponents' … … 404 406 ChildSizing.Layout = cclLeftToRightThenTopToBottom 405 407 ChildSizing.ControlsPerLine = 1 406 ClientHeight = 52408 ClientHeight = 46 407 409 ClientWidth = 301 408 410 Items.Strings = ( … … 416 418 Height = 27 417 419 Top = 24 418 Width = 864420 Width = 503 419 421 Anchors = [akTop, akLeft, akRight] 420 422 AutoSize = False
Note:
See TracChangeset
for help on using the changeset viewer.