Changeset 196 for trunk/Forms/UFormNew.lfm
- Timestamp:
- May 16, 2018, 9:56:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r194 r196 21 21 Top = 4 22 22 Width = 1061 23 ActivePage = TabSheet 223 ActivePage = TabSheetMode 24 24 Align = alClient 25 25 BorderSpacing.Around = 4 26 TabIndex = 226 TabIndex = 0 27 27 TabOrder = 0 28 28 object TabSheetMode: TTabSheet 29 29 Caption = 'Mode' 30 ClientHeight = 29731 ClientWidth = 75930 ClientHeight = 523 31 ClientWidth = 1053 32 32 object RadioButtonModeLocal: TRadioButton 33 33 Left = 10 … … 90 90 object ListViewServers: TListView 91 91 Left = 26 92 Height = 9792 Height = 291 93 93 Top = 181 94 Width = 3 2694 Width = 334 95 95 Anchors = [akTop, akLeft, akBottom] 96 96 Columns = < … … 103 103 Width = 200 104 104 end> 105 MultiSelect = True 106 OwnerData = True 107 PopupMenu = PopupMenuServers 108 ReadOnly = True 109 RowSelect = True 105 110 TabOrder = 5 106 111 ViewStyle = vsReport 112 OnData = ListViewServersData 113 OnDblClick = AServerModifyExecute 114 OnKeyPress = ListViewServersKeyPress 115 OnSelectItem = ListViewServersSelectItem 116 end 117 object Button1: TButton 118 Left = 27 119 Height = 31 120 Top = 484 121 Width = 94 122 Action = AServerAdd 123 Anchors = [akLeft, akBottom] 124 TabOrder = 6 125 end 126 object Button2: TButton 127 Left = 240 128 Height = 31 129 Top = 484 130 Width = 94 131 Action = AServerRemove 132 Anchors = [akLeft, akBottom] 133 TabOrder = 7 134 end 135 object Button3: TButton 136 Left = 136 137 Height = 30 138 Top = 484 139 Width = 94 140 Action = AServerModify 141 Anchors = [akLeft, akBottom] 142 TabOrder = 8 107 143 end 108 144 end … … 137 173 end> 138 174 OwnerData = True 139 PopupMenu = PopupMenu 1175 PopupMenu = PopupMenuPlayers 140 176 ReadOnly = True 141 177 RowSelect = True … … 557 593 object ActionList1: TActionList 558 594 Images = Core.ImageListSmall 559 left = 256560 top = 440595 left = 568 596 top = 296 561 597 object APlayerModify: TAction 562 598 Caption = 'Modify player' … … 571 607 OnExecute = APlayerRemoveExecute 572 608 end 609 object AServerAdd: TAction 610 Caption = 'Add' 611 OnExecute = AServerAddExecute 612 end 613 object AServerRemove: TAction 614 Caption = 'Remove' 615 OnExecute = AServerRemoveExecute 616 end 617 object AServerModify: TAction 618 Caption = 'Modify' 619 OnExecute = AServerModifyExecute 620 end 573 621 end 574 622 object OpenPictureDialog1: TOpenPictureDialog 575 left = 424576 top = 440577 end 578 object PopupMenu 1: TPopupMenu579 left = 128580 top = 440623 left = 568 624 top = 360 625 end 626 object PopupMenuPlayers: TPopupMenu 627 left = 568 628 top = 232 581 629 object MenuItem1: TMenuItem 582 630 Action = APlayerAdd … … 590 638 end 591 639 end 640 object PopupMenuServers: TPopupMenu 641 left = 121 642 top = 317 643 object MenuItem4: TMenuItem 644 Action = AServerAdd 645 end 646 object MenuItem6: TMenuItem 647 Action = AServerModify 648 end 649 object MenuItem5: TMenuItem 650 Action = AServerRemove 651 end 652 end 592 653 end
Note:
See TracChangeset
for help on using the changeset viewer.