Changeset 213 for trunk/Forms/UFormClient.lfm
- Timestamp:
- May 24, 2018, 9:25:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormClient.lfm
r211 r213 52 52 object ToolButton6: TToolButton 53 53 Left = 1 54 Top = 3954 Top = 71 55 55 Action = AZoomIn 56 56 end 57 57 object ToolButton7: TToolButton 58 58 Left = 1 59 Top = 7159 Top = 103 60 60 Action = AZoomOut 61 61 end 62 62 object ToolButton8: TToolButton 63 63 Left = 1 64 Top = 1 0364 Top = 135 65 65 Action = AZoomAll 66 66 end 67 67 object ToolButton9: TToolButton 68 68 Left = 1 69 Top = 3469 Top = 66 70 70 Width = 32 71 71 AutoSize = True 72 72 Style = tbsDivider 73 end 74 object ToolButton1: TToolButton 75 Left = 1 76 Top = 34 77 Action = ASurrender 73 78 end 74 79 end … … 134 139 ShortCut = 16468 135 140 end 141 object ASurrender: TAction 142 Caption = 'Surrender' 143 ImageIndex = 4 144 OnExecute = ASurrenderExecute 145 end 136 146 end 137 147 object PopupMenuToolbar: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.