Changeset 295 for trunk/Forms/UFormNew.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/UFormNew.lfm
r287 r295 1 1 object FormNew: TFormNew 2 2 Left = 478 3 Height = 7453 Height = 621 4 4 Top = 526 5 Width = 1 2115 Width = 1009 6 6 Caption = 'New game' 7 ClientHeight = 7458 ClientWidth = 1 2119 Constraints.MinHeight = 50110 Constraints.MinWidth = 66711 DesignTimePPI = 1 447 ClientHeight = 621 8 ClientWidth = 1009 9 Constraints.MinHeight = 418 10 Constraints.MinWidth = 556 11 DesignTimePPI = 120 12 12 OnClose = FormClose 13 13 OnCreate = FormCreate … … 17 17 LCLVersion = '2.0.0.4' 18 18 object PageControl1: TPageControl 19 Left = 420 Height = 63621 Top = 6022 Width = 80619 Left = 3 20 Height = 530 21 Top = 50 22 Width = 672 23 23 ActivePage = TabSheetRules 24 24 Align = alClient 25 BorderSpacing.Around = 4 25 BorderSpacing.Around = 3 26 ParentFont = False 26 27 TabIndex = 3 27 28 TabOrder = 0 … … 31 32 ClientHeight = 596 32 33 ClientWidth = 796 34 ParentFont = False 33 35 object Panel3: TPanel 34 36 Left = 0 … … 40 42 ClientHeight = 596 41 43 ClientWidth = 796 44 ParentFont = False 42 45 TabOrder = 0 43 46 object RadioButtonModeLocal: TRadioButton 44 Left = 1047 Left = 8 45 48 Height = 30 46 Top = 1 449 Top = 12 47 50 Width = 70 48 51 Caption = 'Local' 49 52 Checked = True 50 53 OnChange = RadioButtonModeLocalChange 54 ParentFont = False 51 55 TabOrder = 0 52 56 TabStop = True 53 57 end 54 58 object RadioButtonModeNetworkServer: TRadioButton 55 Left = 1059 Left = 8 56 60 Height = 30 57 Top = 4 861 Top = 40 58 62 Width = 156 59 63 Caption = 'Network server' 60 64 OnChange = RadioButtonModeLocalChange 65 ParentFont = False 61 66 TabOrder = 1 62 67 end 63 68 object RadioButtonModeNetworkClient: TRadioButton 64 Left = 1069 Left = 8 65 70 Height = 30 66 Top = 1 5271 Top = 127 67 72 Width = 151 68 73 Caption = 'Network client' 69 74 OnChange = RadioButtonModeLocalChange 75 ParentFont = False 70 76 TabOrder = 2 71 77 end 72 78 object EditServerAddress: TEdit 73 Left = 2 479 Left = 20 74 80 Height = 43 75 Top = 112 76 Width = 220 81 Top = 93 82 Width = 183 83 ParentFont = False 77 84 TabOrder = 3 78 85 end 79 86 object SpinEditServerPort: TSpinEdit 80 Left = 2 5687 Left = 213 81 88 Height = 43 82 Top = 11283 Width = 7989 Top = 93 90 Width = 66 84 91 MaxValue = 65535 92 ParentFont = False 85 93 TabOrder = 4 86 94 end 87 95 object Label11: TLabel 88 Left = 2 5689 Height = 26 90 Top = 8896 Left = 213 97 Height = 26 98 Top = 73 91 99 Width = 41 92 100 Caption = 'Port:' 93 101 ParentColor = False 102 ParentFont = False 94 103 end 95 104 object Label12: TLabel 96 Left = 2 497 Height = 26 98 Top = 88105 Left = 20 106 Height = 26 107 Top = 73 99 108 Width = 74 100 109 Caption = 'Address:' 101 110 ParentColor = False 111 ParentFont = False 102 112 end 103 113 object ListViewServers: TListView 104 Left = 2 6105 Height = 364106 Top = 1 81107 Width = 334114 Left = 22 115 Height = 403 116 Top = 151 117 Width = 278 108 118 Anchors = [akTop, akLeft, akBottom] 109 119 Columns = < 110 120 item 111 121 Caption = 'Name' 112 Width = 100122 Width = 83 113 123 end 114 124 item 115 125 Caption = 'Address' 116 Width = 219126 Width = 182 117 127 end> 118 128 MultiSelect = True 119 129 OwnerData = True 130 ParentFont = False 120 131 PopupMenu = PopupMenuServers 121 132 ReadOnly = True … … 129 140 end 130 141 object Button1: TButton 131 Left = 2 7132 Height = 31133 Top = 5 57134 Width = 94142 Left = 22 143 Height = 26 144 Top = 563 145 Width = 78 135 146 Action = AServerAdd 136 147 Anchors = [akLeft, akBottom] 148 ParentFont = False 137 149 TabOrder = 6 138 150 end 139 151 object Button2: TButton 140 Left = 2 40141 Height = 31142 Top = 5 57143 Width = 94152 Left = 200 153 Height = 26 154 Top = 563 155 Width = 78 144 156 Action = AServerRemove 145 157 Anchors = [akLeft, akBottom] 158 ParentFont = False 146 159 TabOrder = 7 147 160 end 148 161 object Button3: TButton 149 Left = 1 36150 Height = 30151 Top = 5 57152 Width = 94162 Left = 113 163 Height = 25 164 Top = 563 165 Width = 78 153 166 Action = AServerModify 154 167 Anchors = [akLeft, akBottom] 168 ParentFont = False 155 169 TabOrder = 8 156 170 end … … 161 175 ClientHeight = 596 162 176 ClientWidth = 796 177 ParentFont = False 163 178 object Panel2: TPanel 164 179 Left = 0 … … 168 183 Align = alClient 169 184 BevelOuter = bvNone 185 ParentFont = False 170 186 TabOrder = 0 171 187 end … … 176 192 ClientWidth = 796 177 193 OnShow = TabSheetMapShow 194 ParentFont = False 178 195 object Panel1: TPanel 179 196 Left = 0 … … 185 202 ClientHeight = 596 186 203 ClientWidth = 796 204 ParentFont = False 187 205 TabOrder = 0 188 206 object Label1: TLabel 189 Left = 8190 Height = 26 191 Top = 9207 Left = 7 208 Height = 26 209 Top = 8 192 210 Width = 95 193 211 Caption = 'Map width:' 194 212 ParentColor = False 213 ParentFont = False 195 214 end 196 215 object Label2: TLabel 197 Left = 8198 Height = 26 199 Top = 57216 Left = 7 217 Height = 26 218 Top = 48 200 219 Width = 102 201 220 Caption = 'Map height:' 202 221 ParentColor = False 222 ParentFont = False 203 223 end 204 224 object SpinEditMapSizeX: TSpinEdit 205 Left = 1 28225 Left = 107 206 226 Height = 43 207 Top = 4208 Width = 98227 Top = 3 228 Width = 82 209 229 MinValue = 2 210 230 OnChange = SpinEditMapSizeXChange 231 ParentFont = False 211 232 TabOrder = 0 212 233 Value = 2 213 234 end 214 235 object SpinEditMapSizeY: TSpinEdit 215 Left = 1 28236 Left = 107 216 237 Height = 43 217 Top = 55218 Width = 98238 Top = 46 239 Width = 82 219 240 MinValue = 2 220 241 OnChange = SpinEditMapSizeYChange 242 ParentFont = False 221 243 TabOrder = 1 222 244 Value = 2 223 245 end 224 246 object TrackBarSizeX: TTrackBar 225 Left = 2 40226 Height = 58227 Top = 8228 Width = 5 45247 Left = 200 248 Height = 48 249 Top = 7 250 Width = 587 229 251 Max = 100 230 252 Min = 2 … … 233 255 TickStyle = tsNone 234 256 Anchors = [akTop, akLeft, akRight] 257 ParentFont = False 235 258 TabOrder = 2 236 259 end 237 260 object TrackBarSizeY: TTrackBar 238 Left = 2 40239 Height = 58240 Top = 4 9241 Width = 5 45261 Left = 200 262 Height = 48 263 Top = 41 264 Width = 587 242 265 Max = 100 243 266 Min = 2 … … 246 269 TickStyle = tsNone 247 270 Anchors = [akTop, akLeft, akRight] 271 ParentFont = False 248 272 TabOrder = 3 249 273 end 250 274 object Label5: TLabel 251 Left = 8252 Height = 26 253 Top = 104275 Left = 7 276 Height = 26 277 Top = 87 254 278 Width = 83 255 279 Caption = 'Grid type:' 256 280 ParentColor = False 281 ParentFont = False 257 282 end 258 283 object ComboBoxGridType: TComboBox 259 Left = 1 46260 Height = 38261 Top = 104262 Width = 304263 ItemHeight = 0284 Left = 122 285 Height = 28 286 Top = 87 287 Width = 253 288 ItemHeight = 20 264 289 Items.Strings = ( 265 290 'Hexagonal' … … 270 295 ) 271 296 OnChange = ComboBoxGridTypeChange 297 ParentFont = False 272 298 Style = csDropDownList 273 299 TabOrder = 4 274 300 end 275 301 object ComboBoxMapShape: TComboBox 276 Left = 1 46277 Height = 38278 Top = 1 44279 Width = 304280 ItemHeight = 0302 Left = 122 303 Height = 28 304 Top = 120 305 Width = 253 306 ItemHeight = 20 281 307 Items.Strings = ( 282 308 'Hexagonal' … … 285 311 ) 286 312 OnChange = ComboBoxMapShapeChange 313 ParentFont = False 287 314 Style = csDropDownList 288 315 TabOrder = 5 289 316 end 290 317 object Label8: TLabel 291 Left = 8292 Height = 26 293 Top = 1 44318 Left = 7 319 Height = 26 320 Top = 120 294 321 Width = 98 295 322 Caption = 'Map shape:' 296 323 ParentColor = False 324 ParentFont = False 297 325 end 298 326 object CheckBoxSymetricMap: TCheckBox 299 Left = 8300 Height = 2 7301 Top = 2 48302 Width = 3 08327 Left = 7 328 Height = 22 329 Top = 207 330 Width = 389 303 331 Anchors = [akTop, akLeft, akRight] 304 332 AutoSize = False 305 333 Caption = 'Symetric map' 306 334 OnChange = CheckBoxSymetricMapChange 335 ParentFont = False 307 336 TabOrder = 6 308 337 end 309 338 object SpinEditVoidPercent: TSpinEdit 310 Left = 216339 Left = 180 311 340 Height = 43 312 Top = 315313 Width = 106341 Top = 262 342 Width = 88 314 343 MinValue = 1 315 344 OnChange = SpinEditVoidPercentChange 345 ParentFont = False 316 346 TabOrder = 7 317 347 Value = 1 318 348 end 319 349 object CheckBoxVoid: TCheckBox 320 Left = 8350 Left = 7 321 351 Height = 30 322 Top = 324352 Top = 270 323 353 Width = 189 324 354 Caption = 'Inaccessible places' 325 355 OnChange = CheckBoxVoidChange 356 ParentFont = False 326 357 TabOrder = 8 327 358 end 328 359 object CheckBoxCity: TCheckBox 329 Left = 8360 Left = 7 330 361 Height = 30 331 Top = 3 68362 Top = 307 332 363 Width = 73 333 364 Caption = 'Cities' 334 365 OnChange = CheckBoxCityChange 366 ParentFont = False 335 367 TabOrder = 9 336 368 end 337 369 object SpinEditCityPercent: TSpinEdit 338 Left = 216370 Left = 180 339 371 Height = 43 340 Top = 3 60341 Width = 106372 Top = 300 373 Width = 88 342 374 MinValue = 1 343 375 OnChange = SpinEditCityPercentChange 376 ParentFont = False 344 377 TabOrder = 10 345 378 Value = 1 346 379 end 347 380 object Label4: TLabel 348 Left = 331349 Height = 26 350 Top = 3 68381 Left = 276 382 Height = 26 383 Top = 307 351 384 Width = 15 352 385 Caption = '%' 353 386 ParentColor = False 387 ParentFont = False 354 388 end 355 389 object Label3: TLabel 356 Left = 331357 Height = 26 358 Top = 324390 Left = 276 391 Height = 26 392 Top = 270 359 393 Width = 15 360 394 Caption = '%' 361 395 ParentColor = False 396 ParentFont = False 362 397 end 363 398 object SpinEditNeutralUnits: TSpinEdit 364 Left = 312399 Left = 260 365 400 Height = 43 366 Top = 4 88367 Width = 98401 Top = 407 402 Width = 82 368 403 MaxValue = 99 369 404 OnChange = SpinEditNeutralUnitsChange 405 ParentFont = False 370 406 TabOrder = 11 371 407 Value = 12 372 408 end 373 409 object Label7: TLabel 374 Left = 8375 Height = 26 376 Top = 4 96410 Left = 7 411 Height = 26 412 Top = 413 377 413 Width = 227 378 414 Caption = 'Max random neutral units:' 379 415 ParentColor = False 416 ParentFont = False 380 417 end 381 418 object EditImageFile: TEdit 382 Left = 1 44419 Left = 120 383 420 Height = 43 384 Top = 1 84385 Width = 5 29421 Top = 153 422 Width = 574 386 423 Anchors = [akTop, akLeft, akRight] 387 424 OnChange = EditImageFileChange 425 ParentFont = False 388 426 TabOrder = 12 389 427 end 390 428 object ButtonImageBrowse: TButton 391 Left = 680392 Height = 3 8393 Top = 1 89394 Width = 99429 Left = 700 430 Height = 32 431 Top = 158 432 Width = 82 395 433 Anchors = [akTop, akRight] 396 434 Caption = 'Browse' 397 435 OnClick = ButtonImageBrowseClick 436 ParentFont = False 398 437 TabOrder = 13 399 438 end 400 439 object Label9: TLabel 401 Left = 8402 Height = 26 403 Top = 1 91440 Left = 7 441 Height = 26 442 Top = 159 404 443 Width = 90 405 444 Caption = 'Image file:' 406 445 ParentColor = False 446 ParentFont = False 407 447 end 408 448 object CheckBoxBridges: TCheckBox 409 Left = 8449 Left = 7 410 450 Height = 30 411 Top = 408451 Top = 340 412 452 Width = 212 413 453 Caption = 'Bridges between cells' 414 454 OnChange = CheckBoxBridgesChange 455 ParentFont = False 415 456 TabOrder = 14 416 457 end 417 458 object SpinEditMaxPower: TSpinEdit 418 Left = 312459 Left = 260 419 460 Height = 43 420 Top = 440421 Width = 98461 Top = 367 462 Width = 82 422 463 MaxValue = 1000000 423 464 MinValue = 1 424 465 OnChange = SpinEditMaxPowerChange 466 ParentFont = False 425 467 TabOrder = 15 426 468 Value = 99 427 469 end 428 470 object Label10: TLabel 429 Left = 8430 Height = 26 431 Top = 448471 Left = 7 472 Height = 26 473 Top = 373 432 474 Width = 156 433 475 Caption = 'Max units per cell:' 434 476 ParentColor = False 477 ParentFont = False 435 478 end 436 479 object CheckBoxCyclicMap: TCheckBox 437 Left = 8438 Height = 2 7439 Top = 2 83440 Width = 3 08480 Left = 7 481 Height = 22 482 Top = 236 483 Width = 389 441 484 Anchors = [akTop, akLeft, akRight] 442 485 AutoSize = False 443 486 Caption = 'Cyclic map' 444 487 OnChange = CheckBoxCyclicMapChange 488 ParentFont = False 445 489 TabOrder = 16 446 490 end 447 491 object Image1: TImage 448 Left = 419449 Height = 316450 Top = 2 72451 Width = 359492 Left = 349 493 Height = 263 494 Top = 227 495 Width = 432 452 496 Anchors = [akTop, akLeft, akRight] 453 497 OnResize = Image1Resize 454 498 end 455 499 object Label15: TLabel 456 Left = 419457 Height = 26 458 Top = 2 40500 Left = 349 501 Height = 26 502 Top = 200 459 503 Width = 71 460 504 Caption = 'Preview:' 461 505 ParentColor = False 506 ParentFont = False 462 507 end 463 508 object ButtonRandomize: TButton 464 Left = 10465 Height = 3 8466 Top = 540467 Width = 1 53509 Left = 8 510 Height = 32 511 Top = 450 512 Width = 128 468 513 Caption = 'Randomize' 469 514 OnClick = ButtonRandomizeClick 515 ParentFont = False 470 516 TabOrder = 17 471 517 end … … 474 520 object TabSheetRules: TTabSheet 475 521 Caption = 'Rules' 476 ClientHeight = 596 477 ClientWidth = 796 522 ClientHeight = 497 523 ClientWidth = 664 524 ParentFont = False 478 525 object Panel4: TPanel 479 526 Left = 0 480 Height = 596527 Height = 497 481 528 Top = 0 482 Width = 796529 Width = 664 483 530 Align = alClient 484 531 BevelOuter = bvNone 485 ClientHeight = 596 486 ClientWidth = 796 532 ClientHeight = 497 533 ClientWidth = 664 534 ParentFont = False 487 535 TabOrder = 0 488 536 object RadioGroupGrowCells: TRadioGroup 489 Left = 1 5490 Height = 105491 Top = 104492 Width = 312537 Left = 12 538 Height = 88 539 Top = 87 540 Width = 260 493 541 AutoFill = True 494 542 Caption = 'Growing cells' … … 500 548 ChildSizing.Layout = cclLeftToRightThenTopToBottom 501 549 ChildSizing.ControlsPerLine = 1 502 ClientHeight = 78503 ClientWidth = 310550 ClientHeight = 63 551 ClientWidth = 256 504 552 Items.Strings = ( 505 553 'None' … … 507 555 'Player all' 508 556 ) 557 ParentFont = False 509 558 TabOrder = 0 510 559 end 511 560 object Label6: TLabel 512 Left = 8513 Height = 2 6514 Top = 2 48515 Width = 120561 Left = 7 562 Height = 20 563 Top = 207 564 Width = 94 516 565 Caption = 'Win objective:' 517 566 ParentColor = False 567 ParentFont = False 518 568 end 519 569 object ComboBoxWinObjective: TComboBox 520 Left = 224521 Height = 38522 Top = 2 44523 Width = 328524 ItemHeight = 0570 Left = 187 571 Height = 28 572 Top = 203 573 Width = 273 574 ItemHeight = 20 525 575 Items.Strings = ( 526 576 'Defeat all oponents' … … 530 580 ) 531 581 OnChange = ComboBoxWinObjectiveChange 582 ParentFont = False 532 583 Style = csDropDownList 533 584 TabOrder = 1 534 585 end 535 586 object RadioGroupGrowAmount: TRadioGroup 536 Left = 1 5537 Height = 76538 Top = 1 6539 Width = 305587 Left = 12 588 Height = 63 589 Top = 13 590 Width = 254 540 591 AutoFill = True 541 592 Caption = 'Per turn grow amount' … … 547 598 ChildSizing.Layout = cclLeftToRightThenTopToBottom 548 599 ChildSizing.ControlsPerLine = 1 549 ClientHeight = 49550 ClientWidth = 303600 ClientHeight = 38 601 ClientWidth = 250 551 602 Items.Strings = ( 552 603 'By one' 553 604 'By square root' 554 605 ) 606 ParentFont = False 555 607 TabOrder = 2 556 608 end 557 609 object CheckBoxFogOfWar: TCheckBox 558 Left = 336559 Height = 30560 Top = 2 4561 Width = 115610 Left = 280 611 Height = 24 612 Top = 20 613 Width = 95 562 614 Caption = 'Fog of war' 615 ParentFont = False 563 616 TabOrder = 3 564 617 end 565 618 object PageControlWinObjective: TPageControl 566 Left = 1 2567 Height = 78568 Top = 2 90569 Width = 773619 Left = 10 620 Height = 65 621 Top = 242 622 Width = 645 570 623 ActivePage = TabSheetCaptureEntireMap 571 624 Anchors = [akTop, akLeft, akRight] 625 ParentFont = False 572 626 ShowTabs = False 573 627 TabIndex = 5 574 628 TabOrder = 4 575 629 object TabSheetDefeatEnemies: TTabSheet 630 ParentFont = False 576 631 end 577 632 object TabSheetCaptureCities: TTabSheet 633 ParentFont = False 578 634 end 579 635 object TabSheetCaptureCells: TTabSheet 580 636 ClientHeight = 74 581 637 ClientWidth = 763 638 ParentFont = False 582 639 object Label14: TLabel 583 Left = 8640 Left = 7 584 641 Height = 20 585 Top = 1 6642 Top = 13 586 643 Width = 125 587 644 Caption = 'Special cells count:' 588 645 ParentColor = False 646 ParentFont = False 589 647 end 590 648 object SpinEditSpecialCells: TSpinEdit 591 Left = 236649 Left = 197 592 650 Height = 28 593 Top = 8594 Width = 1 59651 Top = 7 652 Width = 132 595 653 MaxValue = 1000 596 654 MinValue = 1 655 ParentFont = False 597 656 TabOrder = 0 598 657 Value = 1 … … 602 661 ClientHeight = 74 603 662 ClientWidth = 763 663 ParentFont = False 604 664 object Label13: TLabel 605 Left = 8665 Left = 7 606 666 Height = 20 607 Top = 1 6667 Top = 13 608 668 Width = 111 609 669 Caption = 'Number of turns:' 610 670 ParentColor = False 671 ParentFont = False 611 672 end 612 673 object SpinEditTurns: TSpinEdit 613 Left = 236674 Left = 197 614 675 Height = 28 615 Top = 8616 Width = 1 59676 Top = 7 677 Width = 132 617 678 MaxValue = 1000 618 679 MinValue = 1 680 ParentFont = False 619 681 TabOrder = 0 620 682 Value = 1 … … 622 684 end 623 685 object TabSheetNone: TTabSheet 686 ParentFont = False 624 687 end 625 688 object TabSheetCaptureEntireMap: TTabSheet 689 ParentFont = False 626 690 end 627 691 end … … 631 695 object PanelButtons: TPanel 632 696 Left = 0 633 Height = 45634 Top = 700635 Width = 1 211697 Height = 38 698 Top = 583 699 Width = 1009 636 700 Align = alBottom 637 701 BevelOuter = bvNone 638 ClientHeight = 45 639 ClientWidth = 1211 702 ClientHeight = 38 703 ClientWidth = 1009 704 ParentFont = False 640 705 TabOrder = 1 641 706 object ButtonOk: TButton 642 Left = 1023643 Height = 2 5644 Top = 6645 Width = 75707 Left = 853 708 Height = 21 709 Top = 5 710 Width = 62 646 711 Anchors = [akRight, akBottom] 647 712 Caption = 'Ok' 648 713 ModalResult = 1 649 714 OnClick = ButtonOkClick 715 ParentFont = False 650 716 TabOrder = 0 651 717 end 652 718 object ButtonCancel: TButton 653 Left = 1127654 Height = 2 5655 Top = 6656 Width = 75719 Left = 939 720 Height = 21 721 Top = 5 722 Width = 62 657 723 Anchors = [akRight, akBottom] 658 724 Caption = 'Cancel' 659 725 ModalResult = 2 726 ParentFont = False 660 727 TabOrder = 1 661 728 end 662 729 end 663 730 object PanelChat: TPanel 664 Left = 820665 Height = 644666 Top = 56667 Width = 3 91731 Left = 683 732 Height = 536 733 Top = 47 734 Width = 326 668 735 Align = alRight 669 736 BevelOuter = bvNone 737 ParentFont = False 670 738 TabOrder = 2 671 739 end 672 740 object Splitter1: TSplitter 673 Left = 814674 Height = 644675 Top = 56676 Width = 6741 Left = 678 742 Height = 536 743 Top = 47 744 Width = 5 677 745 Align = alRight 678 746 ResizeAnchor = akRight … … 680 748 object Panel5: TPanel 681 749 Left = 0 682 Height = 56750 Height = 47 683 751 Top = 0 684 Width = 1 211752 Width = 1009 685 753 Align = alTop 686 754 BevelOuter = bvNone 687 ClientHeight = 56 688 ClientWidth = 1211 755 ClientHeight = 47 756 ClientWidth = 1009 757 ParentFont = False 689 758 TabOrder = 4 690 759 object Label16: TLabel 691 Left = 1 2692 Height = 2 6693 Top = 1 6694 Width = 121760 Left = 10 761 Height = 20 762 Top = 13 763 Width = 91 695 764 Caption = 'Game system:' 696 765 ParentColor = False 766 ParentFont = False 697 767 end 698 768 object ComboBoxGameSystem: TComboBox 699 Left = 1 76700 Height = 42701 Top = 9702 Width = 2 54703 ItemHeight = 0769 Left = 147 770 Height = 28 771 Top = 8 772 Width = 212 773 ItemHeight = 20 704 774 OnChange = ComboBoxGameSystemChange 775 ParentFont = False 705 776 Style = csDropDownList 706 777 TabOrder = 0 707 778 end 708 779 object ButtonGameSystems: TButton 709 Left = 443710 Height = 3 8711 Top = 1 2712 Width = 113780 Left = 369 781 Height = 32 782 Top = 10 783 Width = 94 713 784 Caption = 'Manage' 714 785 OnClick = ButtonGameSystemsClick 786 ParentFont = False 715 787 TabOrder = 1 716 788 end … … 718 790 object ActionList1: TActionList 719 791 Images = Core.ImageListSmall 720 left = 864721 top = 216792 left = 720 793 top = 180 722 794 object AServerAdd: TAction 723 795 Caption = 'Add' … … 734 806 end 735 807 object OpenPictureDialog1: TOpenPictureDialog 736 left = 864737 top = 3 60808 left = 720 809 top = 300 738 810 end 739 811 object PopupMenuServers: TPopupMenu 740 left = 864741 top = 1 36812 left = 720 813 top = 113 742 814 object MenuItem4: TMenuItem 743 815 Action = AServerAdd … … 753 825 Interval = 500 754 826 OnTimer = TimerMapPreviewTimer 755 left = 864756 top = 446827 left = 720 828 top = 372 757 829 end 758 830 end
Note:
See TracChangeset
for help on using the changeset viewer.