Changeset 279 for trunk/Forms/UFormNew.lfm
- Timestamp:
- Feb 14, 2019, 10:52:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.lfm
r276 r279 21 21 Top = 60 22 22 Width = 806 23 ActivePage = TabSheet Rules23 ActivePage = TabSheetPlayers 24 24 Align = alClient 25 25 BorderSpacing.Around = 4 26 TabIndex = 326 TabIndex = 1 27 27 TabOrder = 0 28 28 OnChange = PageControl1Change … … 163 163 object Panel2: TPanel 164 164 Left = 0 165 Height = 652165 Height = 596 166 166 Top = 0 167 167 Width = 796 168 168 Align = alClient 169 169 BevelOuter = bvNone 170 ClientHeight = 652171 ClientWidth = 796172 170 TabOrder = 0 173 object ListViewPlayers: TListView174 Left = 4175 Height = 602176 Top = 4177 Width = 788178 Align = alTop179 Anchors = [akTop, akLeft, akRight, akBottom]180 BorderSpacing.Around = 4181 Columns = <182 item183 Caption = 'Name'184 Width = 200185 end186 item187 Caption = 'Type'188 Width = 100189 end190 item191 Caption = 'Color'192 Width = 100193 end194 item195 Caption = 'Start units'196 Width = 790197 end>198 MultiSelect = True199 OwnerData = True200 PopupMenu = PopupMenuPlayers201 ReadOnly = True202 RowSelect = True203 TabOrder = 0204 ViewStyle = vsReport205 OnCustomDrawSubItem = ListViewPlayersCustomDrawSubItem206 OnData = ListViewPlayersData207 OnDblClick = ListViewPlayersDblClick208 OnKeyPress = ListViewPlayersKeyPress209 OnKeyUp = ListViewPlayersKeyUp210 OnSelectItem = ListViewPlayersSelectItem211 end212 object ButtonPlayerAdd: TButton213 Left = 16214 Height = 25215 Top = 614216 Width = 83217 Action = APlayerAdd218 Anchors = [akLeft, akBottom]219 TabOrder = 1220 end221 object ButtonPlayerModify: TButton222 Left = 120223 Height = 25224 Top = 614225 Width = 83226 Action = APlayerModify227 Anchors = [akLeft, akBottom]228 TabOrder = 2229 end230 object ButtonPlayerRemove: TButton231 Left = 224232 Height = 25233 Top = 614234 Width = 83235 Action = APlayerRemove236 Anchors = [akLeft, akBottom]237 TabOrder = 3238 end239 171 end 240 172 end … … 587 519 object ComboBoxWinObjective: TComboBox 588 520 Left = 224 589 Height = 38521 Height = 42 590 522 Top = 244 591 523 Width = 328 … … 765 697 object ComboBoxGameSystem: TComboBox 766 698 Left = 176 767 Height = 4 3699 Height = 42 768 700 Top = 9 769 701 Width = 254 … … 786 718 left = 864 787 719 top = 216 788 object APlayerModify: TAction789 Caption = 'Modify'790 OnExecute = APlayerModifyExecute791 end792 object APlayerAdd: TAction793 Caption = 'Add'794 OnExecute = APlayerAddExecute795 end796 object APlayerRemove: TAction797 Caption = 'Remove'798 OnExecute = APlayerRemoveExecute799 end800 720 object AServerAdd: TAction 801 721 Caption = 'Add' … … 814 734 left = 864 815 735 top = 360 816 end817 object PopupMenuPlayers: TPopupMenu818 left = 864819 top = 288820 object MenuItem1: TMenuItem821 Action = APlayerAdd822 end823 object MenuItem2: TMenuItem824 Action = APlayerModify825 Default = True826 end827 object MenuItem3: TMenuItem828 Action = APlayerRemove829 end830 736 end 831 737 object PopupMenuServers: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.