Changeset 150 for trunk/Forms


Ignore:
Timestamp:
Jun 5, 2024, 1:03:02 PM (5 months ago)
Author:
chronos
Message:
  • Added: Rust language as compiler target.
Location:
trunk/Forms
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r145 r150  
    11object FormMain: TFormMain
    2   Left = 430
    3   Height = 703
    4   Top = 249
    5   Width = 1032
     2  Left = 534
     3  Height = 993
     4  Top = 223
     5  Width = 1491
    66  Caption = 'LazFuck'
    7   ClientHeight = 669
    8   ClientWidth = 1032
     7  ClientHeight = 993
     8  ClientWidth = 1491
    99  DesignTimePPI = 144
    1010  Menu = MainMenu1
     
    1414  OnDestroy = FormDestroy
    1515  OnShow = FormShow
    16   LCLVersion = '2.2.6.0'
    17   WindowState = wsMaximized
     16  LCLVersion = '3.4.0.0'
    1817  object StatusBarMain: TStatusBar
    1918    Left = 0
    2019    Height = 28
    21     Top = 641
    22     Width = 1032
     20    Top = 965
     21    Width = 1491
    2322    Panels = <   
    2423      item
     
    3837    Height = 33
    3938    Top = 0
    40     Width = 1032
     39    Width = 1491
    4140    Images = Core.ImageListMain
    4241    ParentFont = False
     
    132131  end
    133132  object PageControlRight: TPageControl
    134     Left = 560
    135     Height = 608
     133    Left = 1019
     134    Height = 932
    136135    Top = 33
    137136    Width = 472
     
    144143    object TabSheetDebug: TTabSheet
    145144      Caption = 'Debug'
    146       ClientHeight = 604
     145      ClientHeight = 928
    147146      ClientWidth = 390
    148147      ParentFont = False
     
    206205      object PanelMemory: TPanel
    207206        Left = 0
    208         Height = 95
     207        Height = 419
    209208        Top = 509
    210209        Width = 390
     
    217216  end
    218217  object Splitter1: TSplitter
    219     Left = 554
    220     Height = 608
     218    Left = 1013
     219    Height = 932
    221220    Top = 33
    222221    Width = 6
     
    226225  object PanelLeft: TPanel
    227226    Left = 0
    228     Height = 608
     227    Height = 932
    229228    Top = 33
    230     Width = 554
     229    Width = 1013
    231230    Align = alClient
    232231    BevelOuter = bvNone
    233     ClientHeight = 608
    234     ClientWidth = 554
     232    ClientHeight = 932
     233    ClientWidth = 1013
    235234    ParentFont = False
    236235    TabOrder = 4
    237236    object PageControlMain: TPageControl
    238237      Left = 0
    239       Height = 460
     238      Height = 784
    240239      Top = 0
    241       Width = 554
     240      Width = 1013
    242241      ActivePage = TabSheetSource
    243242      Align = alClient
     
    257256      Left = 0
    258257      Height = 142
    259       Top = 466
    260       Width = 554
     258      Top = 790
     259      Width = 1013
    261260      ActivePage = TabSheetMessages
    262261      Align = alBottom
     
    274273      Left = 0
    275274      Height = 6
    276       Top = 460
    277       Width = 554
     275      Top = 784
     276      Width = 1013
    278277      Align = alBottom
    279278      ResizeAnchor = akBottom
  • trunk/Forms/FormSourceCode.lfm

    r149 r150  
    11object FormSourceCode: TFormSourceCode
    2   Left = 459
     2  Left = 944
    33  Height = 589
    4   Top = 278
     4  Top = 425
    55  Width = 672
    66  Caption = 'Source code'
     
    518518    Top = 154
    519519    object MenuItem23: TMenuItem
    520       Action = FormMain.ABreakpointToggle
     520      Caption = 'Toggle breakpoint'
     521      ImageIndex = 12
    521522    end
    522523    object MenuItem29: TMenuItem
    523       Action = FormMain.AShowTargetPosition
     524      Caption = 'Show position in target'
    524525      Bitmap.Data = {
    525526        36040000424D3604000000000000360000002800000010000000100000000100
     
    558559        FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00
    559560      }
     561      ShortCut = 16393
    560562    end
    561563    object Separator1: TMenuItem
  • trunk/Forms/FormSourceCode.lrj

    r145 r150  
    11{"version":1,"strings":[
    22{"hash":153946405,"name":"tformsourcecode.caption","sourcebytes":[83,111,117,114,99,101,32,99,111,100,101],"value":"Source code"},
     3{"hash":101489412,"name":"tformsourcecode.menuitem23.caption","sourcebytes":[84,111,103,103,108,101,32,98,114,101,97,107,112,111,105,110,116],"value":"Toggle breakpoint"},
     4{"hash":243767284,"name":"tformsourcecode.menuitem29.caption","sourcebytes":[83,104,111,119,32,112,111,115,105,116,105,111,110,32,105,110,32,116,97,114,103,101,116],"value":"Show position in target"},
    35{"hash":60096370,"name":"tformsourcecode.ageneratenumber.caption","sourcebytes":[71,101,110,101,114,97,116,101,32,110,117,109,98,101,114],"value":"Generate number"},
    46{"hash":243256341,"name":"tformsourcecode.ashrinksource.caption","sourcebytes":[83,104,114,105,110,107,32,115,111,117,114,99,101],"value":"Shrink source"},
Note: See TracChangeset for help on using the changeset viewer.