Ignore:
Timestamp:
May 16, 2019, 11:45:39 PM (6 years ago)
Author:
chronos
Message:
  • Added: Missing .lrj files to generate complete language files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms/UFormMain.lfm

    r167 r190  
    11object FormMain: TFormMain
    22  Left = 376
    3   Height = 678
     3  Height = 814
    44  Top = 202
    5   Width = 1050
     5  Width = 1260
    66  Caption = 'Language generator'
    7   ClientHeight = 653
    8   ClientWidth = 1050
    9   DesignTimePPI = 120
     7  ClientHeight = 780
     8  ClientWidth = 1260
     9  DesignTimePPI = 144
    1010  Menu = MainMenu1
    1111  OnClose = FormClose
    1212  OnCloseQuery = FormCloseQuery
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.2.0'
     14  LCLVersion = '2.0.2.0'
    1515  WindowState = wsMaximized
    1616  object CoolBar1: TCoolBar
    1717    Left = 0
    18     Height = 35
     18    Height = 42
    1919    Top = 0
    20     Width = 1050
     20    Width = 1260
    2121    Bands = <   
    2222      item
     
    2525      end>
    2626    Images = Core.ImageList1
     27    ParentFont = False
    2728    object ToolBar1: TToolBar
    2829      AnchorSideLeft.Control = CoolBar1
    2930      AnchorSideTop.Control = CoolBar1
    3031      Left = 24
    31       Height = 28
     32      Height = 33
    3233      Top = 5
    33       Width = 198
     34      Width = 239
    3435      Align = alNone
    3536      AutoSize = True
     
    3940      EdgeOuter = esNone
    4041      Images = Core.ImageList1
     42      ParentFont = False
    4143      ParentShowHint = False
    4244      ShowHint = True
     
    4446      Transparent = True
    4547      object ToolButton2: TToolButton
    46         Left = 140
     48        Left = 169
    4749        Top = 0
    4850        Action = ABuildCompiler
     
    5456      end
    5557      object ToolButton4: TToolButton
    56         Left = 30
     58        Left = 36
    5759        Top = 0
    5860        Action = AProjectOpen
     
    6163      end
    6264      object ToolButton5: TToolButton
    63         Left = 74
     65        Left = 89
    6466        Top = 0
    6567        Action = AProjectSave
    6668      end
    6769      object ToolButton6: TToolButton
    68         Left = 132
    69         Height = 28
     70        Left = 159
     71        Height = 33
    7072        Top = 0
    7173        Style = tbsSeparator
    7274      end
    7375      object ToolButton1: TToolButton
    74         Left = 103
     76        Left = 124
    7577        Top = 0
    7678        Action = AGrammerSettings
    7779      end
    7880      object ToolButton7: TToolButton
    79         Left = 169
     81        Left = 204
    8082        Top = 0
    8183        Action = ALookupTables
     
    8587  object PageControl1: TPageControl
    8688    Left = 0
    87     Height = 618
    88     Top = 35
    89     Width = 1050
     89    Height = 738
     90    Top = 42
     91    Width = 1260
    9092    ActivePage = TabSheetEbnf
    9193    Align = alClient
     94    ParentFont = False
    9295    TabIndex = 2
    9396    TabOrder = 1
    9497    object TabSheetRules: TTabSheet
    9598      Caption = 'Rules'
     99      ParentFont = False
    96100    end
    97101    object TabSheetBnf: TTabSheet
    98102      Caption = 'BNF'
    99       ClientHeight = 571
    100       ClientWidth = 1044
     103      ClientHeight = 698
     104      ClientWidth = 1250
     105      ParentFont = False
    101106      object MemoBnf: TMemo
    102107        Left = 0
     
    105110        Width = 1044
    106111        Align = alClient
     112        ParentFont = False
    107113        ReadOnly = True
    108114        ScrollBars = ssAutoBoth
     
    112118    object TabSheetEbnf: TTabSheet
    113119      Caption = 'EBNF'
    114       ClientHeight = 585
    115       ClientWidth = 1042
     120      ClientHeight = 698
     121      ClientWidth = 1250
     122      ParentFont = False
    116123      object MemoEbnf: TMemo
    117124        Left = 0
    118         Height = 585
    119         Top = 0
    120         Width = 1042
     125        Height = 698
     126        Top = 0
     127        Width = 1250
    121128        Align = alClient
     129        ParentFont = False
    122130        ReadOnly = True
    123131        ScrollBars = ssAutoBoth
     
    128136  object MainMenu1: TMainMenu
    129137    Images = Core.ImageList1
    130     left = 304
    131     top = 229
     138    left = 365
     139    top = 275
    132140    object MenuItem2: TMenuItem
    133141      Caption = 'File'
     
    179187  object ActionList1: TActionList
    180188    Images = Core.ImageList1
    181     left = 428
    182     top = 229
     189    left = 514
     190    top = 275
    183191    object ARules: TAction
    184192      Caption = 'Rules'
     
    247255    DefaultExt = '.grm'
    248256    Filter = 'Grammer (.grm)|*.grm|All files|*.*'
    249     left = 748
    250     top = 188
     257    left = 898
     258    top = 226
    251259  end
    252260  object SaveDialog1: TSaveDialog
    253261    DefaultExt = '.grm'
    254262    Filter = 'Grammer (.grm)|*.grm|All files|*.*'
    255     left = 587
    256     top = 414
     263    left = 704
     264    top = 497
    257265  end
    258266  object LastOpenedList1: TLastOpenedList
    259267    MaxCount = 10
    260268    OnChange = LastOpenedList1Change
    261     left = 155
    262     top = 131
     269    left = 186
     270    top = 157
    263271  end
    264272  object PopupMenuOpenRecent: TPopupMenu
    265     left = 149
    266     top = 234
     273    left = 179
     274    top = 281
    267275  end
    268276end
Note: See TracChangeset for help on using the changeset viewer.