Ignore:
Timestamp:
Oct 13, 2020, 8:05:14 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Build with Lazarus 2.0.10.
  • Modified: CoolTranslator package replaced by Translator in Common package.
  • Modified: About dialog moved to Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r113 r115  
    11object FormMain: TFormMain
    2   Left = 405
     2  Left = 430
    33  Height = 703
    4   Top = 226
     4  Top = 249
    55  Width = 1032
    66  Caption = 'LazFuck'
     
    1414  OnDestroy = FormDestroy
    1515  OnShow = FormShow
    16   LCLVersion = '2.0.2.0'
     16  LCLVersion = '2.0.10.0'
    1717  WindowState = wsMaximized
    1818  object StatusBarMain: TStatusBar
    1919    Left = 0
    20     Height = 28
    21     Top = 641
     20    Height = 27
     21    Top = 642
    2222    Width = 1032
    2323    Panels = <   
     
    7373    end
    7474    object ToolButton6: TToolButton
    75       Left = 239
     75      Left = 237
    7676      Top = 2
    7777      Action = AProgramRun
    7878    end
    7979    object ToolButton7: TToolButton
    80       Left = 204
     80      Left = 202
    8181      Top = 2
    8282      Action = AProgramCompile
     
    8888    end
    8989    object ToolButton9: TToolButton
    90       Left = 344
     90      Left = 342
    9191      Top = 2
    9292      Action = ABreakpointToggle
    9393    end
    9494    object ToolButton10: TToolButton
    95       Left = 274
     95      Left = 272
    9696      Top = 2
    9797      Action = AProgramPause
    9898    end
    9999    object ToolButton11: TToolButton
    100       Left = 309
     100      Left = 307
    101101      Top = 2
    102102      Action = AProgramStop
    103103    end
    104104    object ToolButton12: TToolButton
    105       Left = 379
     105      Left = 377
    106106      Top = 2
    107107      Action = AProgramStepOver
    108108    end
    109109    object ToolButton13: TToolButton
    110       Left = 414
     110      Left = 412
    111111      Top = 2
    112112      Action = AProgramStepInto
    113113    end
    114114    object ToolButton14: TToolButton
    115       Left = 449
     115      Left = 447
    116116      Top = 2
    117117      Action = AProgramStepOut
    118118    end
    119119    object ToolButton15: TToolButton
    120       Left = 484
     120      Left = 482
    121121      Top = 2
    122122      Action = AProgramRunToCursor
    123123    end
    124124    object ToolButtonTarget: TToolButton
    125       Left = 519
     125      Left = 517
    126126      Hint = 'Target select'
    127127      Top = 2
     
    133133  object PageControlRight: TPageControl
    134134    Left = 560
    135     Height = 610
     135    Height = 611
    136136    Top = 31
    137137    Width = 472
     
    144144    object TabSheetDebug: TTabSheet
    145145      Caption = 'Debug'
    146       ClientHeight = 606
     146      ClientHeight = 607
    147147      ClientWidth = 390
    148148      ParentFont = False
     
    206206      object PanelMemory: TPanel
    207207        Left = 0
    208         Height = 97
     208        Height = 98
    209209        Top = 509
    210210        Width = 390
     
    218218  object Splitter1: TSplitter
    219219    Left = 554
    220     Height = 610
     220    Height = 611
    221221    Top = 31
    222222    Width = 6
     
    226226  object PanelLeft: TPanel
    227227    Left = 0
    228     Height = 610
     228    Height = 611
    229229    Top = 31
    230230    Width = 554
    231231    Align = alClient
    232232    BevelOuter = bvNone
    233     ClientHeight = 610
     233    ClientHeight = 611
    234234    ClientWidth = 554
    235235    ParentFont = False
     
    237237    object PageControlMain: TPageControl
    238238      Left = 0
    239       Height = 462
     239      Height = 463
    240240      Top = 0
    241241      Width = 554
     
    257257      Left = 0
    258258      Height = 142
    259       Top = 468
     259      Top = 469
    260260      Width = 554
    261261      ActivePage = TabSheetMessages
     
    274274      Left = 0
    275275      Height = 6
    276       Top = 462
     276      Top = 463
    277277      Width = 554
    278278      Align = alBottom
     
    282282  object MainMenu1: TMainMenu
    283283    Images = Core.ImageListMain
    284     left = 259
    285     top = 163
     284    Left = 259
     285    Top = 163
    286286    object MenuItem1: TMenuItem
    287287      Caption = 'Project'
     
    383383  object ActionList1: TActionList
    384384    Images = Core.ImageListMain
    385     left = 259
    386     top = 230
     385    Left = 259
     386    Top = 230
    387387    object AProjectOpen: TAction
    388388      Category = 'Project'
     
    529529    DefaultExt = '.b'
    530530    Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*'
    531     left = 67
    532     top = 221
     531    Left = 67
     532    Top = 221
    533533  end
    534534  object SaveDialog1: TSaveDialog
    535535    DefaultExt = '.b'
    536536    Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*'
    537     left = 67
    538     top = 288
     537    Left = 67
     538    Top = 288
    539539  end
    540540  object TimerRefresh: TTimer
    541541    OnTimer = TimerRefreshTimer
    542     left = 67
    543     top = 355
     542    Left = 67
     543    Top = 355
    544544  end
    545545  object PopupMenuRecentFiles: TPopupMenu
    546     left = 67
    547     top = 77
     546    Left = 67
     547    Top = 77
    548548  end
    549549  object PopupMenuTargets: TPopupMenu
    550     Images = Core.ImageListMain
    551     left = 67
    552     top = 143
     550    Left = 67
     551    Top = 143
    553552  end
    554553end
Note: See TracChangeset for help on using the changeset viewer.