Ignore:
Timestamp:
Jun 5, 2024, 1:03:02 PM (4 months ago)
Author:
chronos
Message:
  • Added: Rust language as compiler target.
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.