source: tags/1.0.0/Forms/UFormTargetCode.lfm

Last change on this file was 91, checked in by chronos, 6 years ago
  • Added: Allow to enable individual code optimization from settings dialog.
  • Added: Actions to format or shrink target BF code.
File size: 1.0 KB
Line 
1object FormTargetCode: TFormTargetCode
2 Left = 682
3 Height = 240
4 Top = 485
5 Width = 320
6 Caption = 'Target code'
7 ClientHeight = 240
8 ClientWidth = 320
9 DesignTimePPI = 120
10 LCLVersion = '1.8.2.0'
11 object MemoTarget: TMemo
12 Left = 0
13 Height = 240
14 Top = 0
15 Width = 320
16 Align = alClient
17 Font.Name = 'Courier New'
18 ParentFont = False
19 PopupMenu = PopupMenuTarget
20 ReadOnly = True
21 ScrollBars = ssAutoBoth
22 TabOrder = 0
23 end
24 object PopupMenuTarget: TPopupMenu
25 Images = Core.ImageListMain
26 left = 84
27 top = 100
28 object MenuItem20: TMenuItem
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
46 end
47 end
48end
Note: See TracBrowser for help on using the repository browser.