Ignore:
Timestamp:
Jul 20, 2018, 9:41:37 AM (6 years ago)
Author:
chronos
Message:
  • Added: Allow to enable individual code optimization from settings dialog.
  • Added: Actions to format or shrink target BF code.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore set to
      *.lrj
  • trunk/Forms/UFormMain.lfm

    r88 r91  
    11object FormMain: TFormMain
    2   Left = 490
     2  Left = 405
    33  Height = 586
    4   Top = 315
     4  Top = 226
    55  Width = 860
    66  Caption = 'LazFuck'
    7   ClientHeight = 554
     7  ClientHeight = 561
    88  ClientWidth = 860
     9  DesignTimePPI = 120
    910  Menu = MainMenu1
    1011  OnClose = FormClose
     
    1314  OnDestroy = FormDestroy
    1415  OnShow = FormShow
    15   LCLVersion = '1.6.4.0'
     16  LCLVersion = '1.8.2.0'
    1617  WindowState = wsMaximized
    1718  object StatusBarMain: TStatusBar
    1819    Left = 0
    1920    Height = 28
    20     Top = 526
     21    Top = 533
    2122    Width = 860
    2223    Panels = <   
     
    4748    end
    4849    object ToolButton2: TToolButton
    49       Left = 24
     50      Left = 30
    5051      Top = 2
    5152      Action = AProjectOpen
     
    5455    end
    5556    object ToolButton3: TToolButton
    56       Left = 59
     57      Left = 74
    5758      Top = 2
    5859      Action = AProjectSave
    5960    end
    6061    object ToolButton4: TToolButton
    61       Left = 82
     62      Left = 103
    6263      Top = 2
    6364      Action = AProjectClose
    6465    end
    6566    object ToolButton5: TToolButton
    66       Left = 128
    67       Height = 22
    68       Top = 2
    69       Width = 10
     67      Left = 161
     68      Height = 28
     69      Top = 2
    7070      Style = tbsSeparator
    7171    end
    7272    object ToolButton6: TToolButton
    73       Left = 161
     73      Left = 198
    7474      Top = 2
    7575      Action = AProgramRun
    7676    end
    7777    object ToolButton7: TToolButton
    78       Left = 138
     78      Left = 169
    7979      Top = 2
    8080      Action = AProgramCompile
    8181    end
    8282    object ToolButton8: TToolButton
    83       Left = 105
     83      Left = 132
    8484      Top = 2
    8585      Action = AOptions
    8686    end
    8787    object ToolButton9: TToolButton
    88       Left = 230
     88      Left = 285
    8989      Top = 2
    9090      Action = ABreakpointToggle
    9191    end
    9292    object ToolButton10: TToolButton
    93       Left = 184
     93      Left = 227
    9494      Top = 2
    9595      Action = AProgramPause
    9696    end
    9797    object ToolButton11: TToolButton
    98       Left = 207
     98      Left = 256
    9999      Top = 2
    100100      Action = AProgramStop
    101101    end
    102102    object ToolButton12: TToolButton
    103       Left = 253
     103      Left = 314
    104104      Top = 2
    105105      Action = AProgramStepOver
    106106    end
    107107    object ToolButton13: TToolButton
    108       Left = 276
     108      Left = 343
    109109      Top = 2
    110110      Action = AProgramStepInto
    111111    end
    112112    object ToolButton14: TToolButton
    113       Left = 299
     113      Left = 372
    114114      Top = 2
    115115      Action = AProgramStepOut
    116116    end
    117117    object ToolButton15: TToolButton
    118       Left = 322
     118      Left = 401
    119119      Top = 2
    120120      Action = AProgramRunToCursor
    121121    end
    122122    object ToolButtonTarget: TToolButton
    123       Left = 345
     123      Left = 430
    124124      Hint = 'Target select'
    125125      Top = 2
     
    131131  object PageControlRight: TPageControl
    132132    Left = 467
    133     Height = 500
     133    Height = 507
    134134    Top = 26
    135135    Width = 393
     
    141141    object TabSheetDebug: TTabSheet
    142142      Caption = 'Debug'
    143       ClientHeight = 494
    144       ClientWidth = 319
     143      ClientHeight = 499
     144      ClientWidth = 359
    145145      object PanelInput: TPanel
    146146        Left = 0
    147147        Height = 64
    148148        Top = 0
    149         Width = 319
     149        Width = 359
    150150        Align = alTop
    151151        BevelOuter = bvNone
     
    157157        Height = 5
    158158        Top = 64
    159         Width = 319
     159        Width = 359
    160160        Align = alTop
    161161        ResizeAnchor = akTop
     
    165165        Height = 259
    166166        Top = 69
    167         Width = 319
     167        Width = 359
    168168        Align = alTop
    169169        BevelOuter = bvNone
     
    175175        Height = 5
    176176        Top = 328
    177         Width = 319
     177        Width = 359
    178178        Align = alTop
    179179        ResizeAnchor = akTop
     
    183183        Height = 86
    184184        Top = 333
    185         Width = 319
     185        Width = 359
    186186        Align = alTop
    187187        BevelOuter = bvNone
     
    193193        Height = 5
    194194        Top = 419
    195         Width = 319
     195        Width = 359
    196196        Align = alTop
    197197        ResizeAnchor = akTop
     
    199199      object PanelMemory: TPanel
    200200        Left = 0
    201         Height = 70
     201        Height = 75
    202202        Top = 424
    203         Width = 319
     203        Width = 359
    204204        Align = alClient
    205205        BevelOuter = bvNone
     
    210210  object Splitter1: TSplitter
    211211    Left = 462
    212     Height = 500
     212    Height = 507
    213213    Top = 26
    214214    Width = 5
     
    218218  object PanelLeft: TPanel
    219219    Left = 0
    220     Height = 500
     220    Height = 507
    221221    Top = 26
    222222    Width = 462
    223223    Align = alClient
    224224    BevelOuter = bvNone
    225     ClientHeight = 500
     225    ClientHeight = 507
    226226    ClientWidth = 462
    227227    TabOrder = 4
    228228    object PageControlMain: TPageControl
    229229      Left = 0
    230       Height = 377
     230      Height = 384
    231231      Top = 0
    232232      Width = 462
     
    246246      Left = 0
    247247      Height = 118
    248       Top = 382
     248      Top = 389
    249249      Width = 462
    250250      ActivePage = TabSheetMessages
     
    261261      Left = 0
    262262      Height = 5
    263       Top = 377
     263      Top = 384
    264264      Width = 462
    265265      Align = alBottom
Note: See TracChangeset for help on using the changeset viewer.