Changeset 91 for trunk/Forms/UFormTargetCode.lfm
- Timestamp:
- Jul 20, 2018, 9:41:37 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
-
Property svn:ignore
set to
*.lrj
-
Property svn:ignore
set to
-
trunk/Forms/UFormTargetCode.lfm
r64 r91 1 1 object FormTargetCode: TFormTargetCode 2 Left = 3062 Left = 682 3 3 Height = 240 4 Top = 754 Top = 485 5 5 Width = 320 6 6 Caption = 'Target code' 7 7 ClientHeight = 240 8 8 ClientWidth = 320 9 LCLVersion = '1.3' 9 DesignTimePPI = 120 10 LCLVersion = '1.8.2.0' 10 11 object MemoTarget: TMemo 11 12 Left = 0 … … 22 23 end 23 24 object PopupMenuTarget: TPopupMenu 24 Images = MainForm.ImageListMain25 Images = Core.ImageListMain 25 26 left = 84 26 27 top = 100 27 28 object MenuItem20: TMenuItem 28 Action = MainForm.AShowSourcePosition 29 Action = AFormatCode 30 end 31 object MenuItem1: TMenuItem 32 Action = AShrinkCode 33 end 34 end 35 object ActionList1: TActionList 36 Images = Core.ImageListMain 37 left = 199 38 top = 39 39 object AFormatCode: TAction 40 Caption = 'Format code' 41 OnExecute = AFormatCodeExecute 42 end 43 object AShrinkCode: TAction 44 Caption = 'Shrink code' 45 OnExecute = AShrinkCodeExecute 29 46 end 30 47 end
Note:
See TracChangeset
for help on using the changeset viewer.