Changeset 269 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Jan 21, 2019, 12:38:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r268 r269 1 1 object FormNew: TFormNew 2 2 Left = 546 3 Height = 74 84 Top = 18 15 Width = 1 1543 Height = 745 4 Top = 184 5 Width = 1211 6 6 Caption = 'New game' 7 ClientHeight = 74 88 ClientWidth = 1 1547 ClientHeight = 745 8 ClientWidth = 1211 9 9 Constraints.MinHeight = 501 10 10 Constraints.MinWidth = 667 … … 18 18 object PageControl1: TPageControl 19 19 Left = 4 20 Height = 69 520 Height = 692 21 21 Top = 4 22 Width = 74923 ActivePage = TabSheetM ode22 Width = 806 23 ActivePage = TabSheetMap 24 24 Align = alClient 25 25 BorderSpacing.Around = 4 26 TabIndex = 026 TabIndex = 2 27 27 TabOrder = 0 28 OnChange = PageControl1Change 28 29 object TabSheetMode: TTabSheet 29 30 Caption = 'Mode' 30 ClientHeight = 65 531 ClientWidth = 7 3931 ClientHeight = 652 32 ClientWidth = 796 32 33 object Panel3: TPanel 33 34 Left = 0 … … 158 159 object TabSheetPlayers: TTabSheet 159 160 Caption = 'Players' 160 ClientHeight = 65 5161 ClientWidth = 7 39161 ClientHeight = 652 162 ClientWidth = 796 162 163 object Panel2: TPanel 163 164 Left = 0 164 Height = 65 5165 Height = 652 165 166 Top = 0 166 Width = 7 39167 Width = 796 167 168 Align = alClient 168 169 BevelOuter = bvNone 169 ClientHeight = 65 5170 ClientWidth = 7 39170 ClientHeight = 652 171 ClientWidth = 796 171 172 TabOrder = 0 172 173 object ListViewPlayers: TListView 173 174 Left = 4 174 Height = 60 5175 Height = 602 175 176 Top = 4 176 Width = 7 31177 Width = 788 177 178 Align = alTop 178 179 Anchors = [akTop, akLeft, akRight, akBottom] … … 212 213 Left = 16 213 214 Height = 25 214 Top = 61 7215 Top = 614 215 216 Width = 83 216 217 Action = APlayerAdd … … 221 222 Left = 120 222 223 Height = 25 223 Top = 61 7224 Top = 614 224 225 Width = 83 225 226 Action = APlayerModify … … 230 231 Left = 224 231 232 Height = 25 232 Top = 61 7233 Top = 614 233 234 Width = 83 234 235 Action = APlayerRemove … … 240 241 object TabSheetMap: TTabSheet 241 242 Caption = 'Map' 242 ClientHeight = 655 243 ClientWidth = 739 243 ClientHeight = 652 244 ClientWidth = 796 245 OnShow = TabSheetMapShow 244 246 object Panel1: TPanel 245 247 Left = 0 246 Height = 65 5248 Height = 652 247 249 Top = 0 248 Width = 7 39250 Width = 796 249 251 Align = alClient 250 252 BevelOuter = bvNone 251 ClientHeight = 65 5252 ClientWidth = 7 39253 ClientHeight = 652 254 ClientWidth = 796 253 255 TabOrder = 0 254 256 object Label1: TLabel … … 292 294 Height = 58 293 295 Top = 8 294 Width = 488296 Width = 545 295 297 Max = 100 296 298 Min = 2 … … 305 307 Height = 58 306 308 Top = 49 307 Width = 488309 Width = 545 308 310 Max = 100 309 311 Min = 2 … … 335 337 'Isometric' 336 338 ) 339 OnChange = ComboBoxGridTypeChange 337 340 Style = csDropDownList 338 341 TabOrder = 4 … … 362 365 end 363 366 object CheckBoxSymetricMap: TCheckBox 364 Left = 472367 Left = 8 365 368 Height = 27 366 Top = 110367 Width = 251369 Top = 248 370 Width = 308 368 371 Anchors = [akTop, akLeft, akRight] 369 372 AutoSize = False 370 373 Caption = 'Symetric map' 374 OnChange = CheckBoxSymetricMapChange 371 375 TabOrder = 6 372 376 end … … 374 378 Left = 216 375 379 Height = 43 376 Top = 224380 Top = 315 377 381 Width = 106 378 382 MinValue = 1 383 OnChange = SpinEditVoidPercentChange 379 384 TabOrder = 7 380 385 Value = 1 … … 383 388 Left = 8 384 389 Height = 30 385 Top = 232390 Top = 324 386 391 Width = 189 387 392 Caption = 'Inaccessible places' … … 392 397 Left = 8 393 398 Height = 30 394 Top = 272399 Top = 368 395 400 Width = 73 396 401 Caption = 'Cities' … … 401 406 Left = 216 402 407 Height = 43 403 Top = 272408 Top = 360 404 409 Width = 106 405 410 MinValue = 1 411 OnChange = SpinEditCityPercentChange 406 412 TabOrder = 10 407 413 Value = 1 … … 410 416 Left = 331 411 417 Height = 26 412 Top = 272418 Top = 368 413 419 Width = 15 414 420 Caption = '%' … … 418 424 Left = 331 419 425 Height = 26 420 Top = 232426 Top = 324 421 427 Width = 15 422 428 Caption = '%' … … 424 430 end 425 431 object SpinEditNeutralUnits: TSpinEdit 426 Left = 408432 Left = 312 427 433 Height = 43 428 Top = 384434 Top = 488 429 435 Width = 98 430 436 MaxValue = 99 437 OnChange = SpinEditNeutralUnitsChange 431 438 TabOrder = 11 432 439 Value = 12 … … 435 442 Left = 8 436 443 Height = 26 437 Top = 384444 Top = 496 438 445 Width = 227 439 446 Caption = 'Max random neutral units:' … … 444 451 Height = 43 445 452 Top = 184 446 Width = 472453 Width = 529 447 454 Anchors = [akTop, akLeft, akRight] 455 OnChange = EditImageFileChange 448 456 TabOrder = 12 449 457 end 450 458 object ButtonImageBrowse: TButton 451 Left = 6 24452 Height = 25453 Top = 1 92459 Left = 680 460 Height = 38 461 Top = 189 454 462 Width = 99 455 463 Anchors = [akTop, akRight] … … 461 469 Left = 8 462 470 Height = 26 463 Top = 1 84471 Top = 191 464 472 Width = 90 465 473 Caption = 'Image file:' … … 469 477 Left = 8 470 478 Height = 30 471 Top = 310479 Top = 408 472 480 Width = 212 473 481 Caption = 'Bridges between cells' 482 OnChange = CheckBoxBridgesChange 474 483 TabOrder = 14 475 484 end 476 485 object SpinEditMaxPower: TSpinEdit 477 Left = 408486 Left = 312 478 487 Height = 43 479 Top = 344488 Top = 440 480 489 Width = 98 481 490 MaxValue = 1000000 … … 488 497 Left = 8 489 498 Height = 26 490 Top = 344499 Top = 448 491 500 Width = 156 492 501 Caption = 'Max units per cell:' … … 494 503 end 495 504 object CheckBoxCyclicMap: TCheckBox 496 Left = 472505 Left = 8 497 506 Height = 27 498 Top = 137499 Width = 251507 Top = 283 508 Width = 308 500 509 Anchors = [akTop, akLeft, akRight] 501 510 AutoSize = False 502 511 Caption = 'Cyclic map' 512 OnChange = CheckBoxCyclicMapChange 503 513 TabOrder = 16 514 end 515 object Image1: TImage 516 Left = 419 517 Height = 316 518 Top = 272 519 Width = 359 520 end 521 object Label15: TLabel 522 Left = 419 523 Height = 26 524 Top = 240 525 Width = 147 526 Caption = 'Random preview:' 527 ParentColor = False 504 528 end 505 529 end … … 507 531 object TabSheetRules: TTabSheet 508 532 Caption = 'Rules' 509 ClientHeight = 65 5510 ClientWidth = 7 39533 ClientHeight = 652 534 ClientWidth = 796 511 535 object Panel4: TPanel 512 536 Left = 0 … … 612 636 object TabSheetCaptureCells: TTabSheet 613 637 ClientHeight = 74 614 ClientWidth = 7 06638 ClientWidth = 712 615 639 object Label14: TLabel 616 640 Left = 8 … … 634 658 object TabSheetStayAliveTurns: TTabSheet 635 659 ClientHeight = 74 636 ClientWidth = 7 06660 ClientWidth = 712 637 661 object Label13: TLabel 638 662 Left = 8 … … 673 697 Left = 0 674 698 Height = 45 675 Top = 70 3676 Width = 1 154699 Top = 700 700 Width = 1211 677 701 Align = alBottom 678 702 BevelOuter = bvNone 679 703 ClientHeight = 45 680 ClientWidth = 1 154704 ClientWidth = 1211 681 705 TabOrder = 1 682 706 object ButtonOk: TButton 683 Left = 966707 Left = 1023 684 708 Height = 25 685 709 Top = 6 … … 691 715 end 692 716 object ButtonCancel: TButton 693 Left = 1 070717 Left = 1127 694 718 Height = 25 695 719 Top = 6 … … 702 726 end 703 727 object PanelChat: TPanel 704 Left = 763705 Height = 70 3728 Left = 820 729 Height = 700 706 730 Top = 0 707 731 Width = 391 … … 711 735 end 712 736 object Splitter1: TSplitter 713 Left = 757714 Height = 70 3737 Left = 814 738 Height = 700 715 739 Top = 0 716 740 Width = 6 … … 720 744 object ActionList1: TActionList 721 745 Images = Core.ImageListSmall 722 left = 464723 top = 464746 left = 864 747 top = 216 724 748 object APlayerModify: TAction 725 749 Caption = 'Modify' … … 748 772 end 749 773 object OpenPictureDialog1: TOpenPictureDialog 750 left = 602751 top = 464774 left = 864 775 top = 360 752 776 end 753 777 object PopupMenuPlayers: TPopupMenu 754 left = 312755 top = 464778 left = 864 779 top = 288 756 780 object MenuItem1: TMenuItem 757 781 Action = APlayerAdd … … 766 790 end 767 791 object PopupMenuServers: TPopupMenu 768 left = 176769 top = 464792 left = 864 793 top = 136 770 794 object MenuItem4: TMenuItem 771 795 Action = AServerAdd … … 778 802 end 779 803 end 804 object TimerMapPreview: TTimer 805 Interval = 500 806 OnTimer = TimerMapPreviewTimer 807 left = 864 808 top = 446 809 end 780 810 end
Note:
See TracChangeset
for help on using the changeset viewer.