Ignore:
Timestamp:
May 16, 2019, 11:45:39 PM (6 years ago)
Author:
chronos
Message:
  • Added: Missing .lrj files to generate complete language files.
Location:
branches/generator/Forms
Files:
8 added
8 edited

Legend:

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

    r167 r190  
    11object FormGrammer: TFormGrammer
    22  Left = 500
    3   Height = 346
     3  Height = 415
    44  Top = 341
    5   Width = 548
     5  Width = 658
    66  Caption = 'Grammer settings'
    7   ClientHeight = 346
    8   ClientWidth = 548
    9   DesignTimePPI = 120
     7  ClientHeight = 415
     8  ClientWidth = 658
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.2.0'
    1313  object Label1: TLabel
    14     Left = 15
    15     Height = 20
    16     Top = 22
    17     Width = 63
     14    Left = 18
     15    Height = 26
     16    Top = 26
     17    Width = 84
    1818    Caption = 'Start rule:'
    1919    ParentColor = False
     20    ParentFont = False
    2021  end
    2122  object ComboBoxStartRule: TComboBox
    22     Left = 168
    23     Height = 28
    24     Top = 22
    25     Width = 272
    26     ItemHeight = 20
     23    Left = 202
     24    Height = 42
     25    Top = 26
     26    Width = 326
     27    ItemHeight = 0
     28    ParentFont = False
    2729    Style = csDropDownList
    2830    TabOrder = 0
    2931  end
    3032  object ButtonOk: TButton
    31     Left = 294
    32     Height = 25
    33     Top = 307
    34     Width = 75
     33    Left = 353
     34    Height = 30
     35    Top = 368
     36    Width = 90
    3537    Anchors = [akLeft, akBottom]
    3638    Caption = 'OK'
    3739    ModalResult = 1
     40    ParentFont = False
    3841    TabOrder = 1
    3942  end
    4043  object ButtonCancel: TButton
    41     Left = 168
    42     Height = 25
    43     Top = 307
    44     Width = 75
     44    Left = 202
     45    Height = 30
     46    Top = 368
     47    Width = 90
    4548    Anchors = [akLeft, akBottom]
    4649    Caption = 'Cancel'
    4750    ModalResult = 2
     51    ParentFont = False
    4852    TabOrder = 2
    4953  end
    5054  object Label2: TLabel
    51     Left = 16
    52     Height = 20
    53     Top = 80
    54     Width = 113
     55    Left = 19
     56    Height = 26
     57    Top = 96
     58    Width = 147
    5559    Caption = 'White space rule:'
    5660    ParentColor = False
     61    ParentFont = False
    5762  end
    5863  object ComboBoxWhiteSpaceRule: TComboBox
    59     Left = 168
    60     Height = 28
    61     Top = 72
    62     Width = 272
    63     ItemHeight = 20
     64    Left = 202
     65    Height = 42
     66    Top = 86
     67    Width = 326
     68    ItemHeight = 0
     69    ParentFont = False
    6470    Style = csDropDownList
    6571    TabOrder = 3
  • branches/generator/Forms/UFormLookupTable.lfm

    r167 r190  
    11object FormLookupTable: TFormLookupTable
    22  Left = 576
    3   Height = 273
     3  Height = 328
    44  Top = 547
    5   Width = 595
     5  Width = 714
    66  Caption = 'Lookup table'
    7   ClientHeight = 273
    8   ClientWidth = 595
    9   DesignTimePPI = 120
     7  ClientHeight = 328
     8  ClientWidth = 714
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.2.0'
    1313  object Label1: TLabel
    14     Left = 15
    15     Height = 20
    16     Top = 17
    17     Width = 43
     14    Left = 18
     15    Height = 26
     16    Top = 20
     17    Width = 56
    1818    Caption = 'Name:'
    1919    ParentColor = False
     20    ParentFont = False
    2021  end
    2122  object EditName: TEdit
    22     Left = 120
    23     Height = 28
    24     Top = 8
    25     Width = 160
     23    Left = 144
     24    Height = 43
     25    Top = 10
     26    Width = 192
     27    ParentFont = False
    2628    TabOrder = 0
    2729  end
    2830  object ButtonCancel: TButton
    29     Left = 184
    30     Height = 25
    31     Top = 236
    32     Width = 75
     31    Left = 221
     32    Height = 30
     33    Top = 284
     34    Width = 90
    3335    Anchors = [akLeft, akBottom]
    3436    Caption = 'Cancel'
    3537    ModalResult = 2
     38    ParentFont = False
    3639    TabOrder = 1
    3740  end
    3841  object ButtonOk: TButton
    39     Left = 392
    40     Height = 25
    41     Top = 236
    42     Width = 75
     42    Left = 470
     43    Height = 30
     44    Top = 284
     45    Width = 90
    4346    Anchors = [akLeft, akBottom]
    4447    Caption = 'Ok'
    4548    ModalResult = 1
     49    ParentFont = False
    4650    TabOrder = 2
    4751  end
  • branches/generator/Forms/UFormLookupTables.lfm

    r137 r190  
    11object FormLookupTables: TFormLookupTables
    22  Left = 521
    3   Height = 424
     3  Height = 636
    44  Top = 323
    5   Width = 573
     5  Width = 860
    66  Caption = 'Lookup tables'
    7   ClientHeight = 424
    8   ClientWidth = 573
     7  ClientHeight = 636
     8  ClientWidth = 860
     9  DesignTimePPI = 144
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.2.0'
    1314  object ListView1: TListView
    14     Left = 4
    15     Height = 384
    16     Top = 4
    17     Width = 565
     15    Left = 6
     16    Height = 576
     17    Top = 6
     18    Width = 848
    1819    Align = alClient
    19     BorderSpacing.Around = 4
     20    BorderSpacing.Around = 6
    2021    Columns = <   
    2122      item
    2223        Caption = 'Name'
    23         Width = 545
     24        Width = 833
    2425      end>
    2526    MultiSelect = True
    2627    OwnerData = True
     28    ParentFont = False
    2729    PopupMenu = PopupMenu1
    2830    ReadOnly = True
     
    3739  object CoolBar1: TCoolBar
    3840    Left = 0
    39     Height = 32
    40     Top = 392
    41     Width = 573
     41    Height = 48
     42    Top = 588
     43    Width = 860
    4244    Align = alBottom
    4345    Bands = <   
     
    4749      end>
    4850    Images = Core.ImageList1
     51    ParentFont = False
    4952    object ToolBar1: TToolBar
    5053      AnchorSideLeft.Control = CoolBar1
    5154      AnchorSideTop.Control = CoolBar1
    5255      Left = 24
    53       Height = 22
     56      Height = 33
    5457      Top = 5
    55       Width = 70
     58      Width = 106
    5659      Align = alNone
    5760      AutoSize = True
     
    6164      EdgeOuter = esNone
    6265      Images = Core.ImageList1
     66      ParentFont = False
    6367      ParentShowHint = False
    6468      ShowHint = True
     
    7175      end
    7276      object ToolButton2: TToolButton
    73         Left = 24
     77        Left = 36
    7478        Top = 0
    7579        Action = AModify
    7680      end
    7781      object ToolButton3: TToolButton
    78         Left = 47
     82        Left = 71
    7983        Top = 0
    8084        Action = ARemove
     
    8488  object ActionList1: TActionList
    8589    Images = Core.ImageList1
    86     left = 136
    87     top = 176
     90    left = 204
     91    top = 264
    8892    object AAdd: TAction
    8993      Caption = 'Add'
     
    109113  object PopupMenu1: TPopupMenu
    110114    Images = Core.ImageList1
    111     left = 288
    112     top = 176
     115    left = 432
     116    top = 264
    113117    object MenuItem1: TMenuItem
    114118      Action = AAdd
     
    127131    Column = 0
    128132    Order = soUp
    129     left = 408
    130     top = 176
     133    left = 612
     134    top = 264
    131135  end
    132136end
  • 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
  • branches/generator/Forms/UFormRule.lfm

    r167 r190  
    11object FormRule: TFormRule
    22  Left = 507
    3   Height = 514
     3  Height = 617
    44  Top = 293
    5   Width = 663
     5  Width = 796
    66  ActiveControl = ButtonOk
    77  Caption = 'Rule'
    8   ClientHeight = 514
    9   ClientWidth = 663
    10   DesignTimePPI = 120
     8  ClientHeight = 617
     9  ClientWidth = 796
     10  DesignTimePPI = 144
    1111  OnClose = FormClose
    1212  OnCreate = FormCreate
    1313  OnDestroy = FormDestroy
    1414  OnShow = FormShow
    15   LCLVersion = '1.8.2.0'
     15  LCLVersion = '2.0.2.0'
    1616  object ButtonOk: TButton
    17     Left = 376
    18     Height = 25
    19     Top = 480
    20     Width = 75
     17    Left = 451
     18    Height = 30
     19    Top = 576
     20    Width = 90
    2121    Anchors = [akLeft, akBottom]
    2222    Caption = 'Ok'
    2323    ModalResult = 1
     24    ParentFont = False
    2425    TabOrder = 0
    2526  end
    2627  object ButtonCancel: TButton
    27     Left = 168
    28     Height = 25
    29     Top = 480
    30     Width = 75
     28    Left = 202
     29    Height = 30
     30    Top = 576
     31    Width = 90
    3132    Anchors = [akLeft, akBottom]
    3233    Caption = 'Cancel'
    3334    ModalResult = 2
     35    ParentFont = False
    3436    TabOrder = 1
    3537  end
    3638  object Label1: TLabel
    37     Left = 16
    38     Height = 20
    39     Top = 16
    40     Width = 43
     39    Left = 19
     40    Height = 26
     41    Top = 19
     42    Width = 56
    4143    Caption = 'Name:'
    4244    ParentColor = False
     45    ParentFont = False
    4346  end
    4447  object PageControl1: TPageControl
    45     Left = 8
    46     Height = 392
    47     Top = 80
    48     Width = 640
     48    Left = 10
     49    Height = 471
     50    Top = 96
     51    Width = 768
    4952    ActivePage = TabSheet1
    5053    Anchors = [akTop, akLeft, akRight, akBottom]
     54    ParentFont = False
    5155    TabIndex = 0
    5256    TabOrder = 2
    5357    object TabSheet1: TTabSheet
    5458      Caption = 'Items'
     59      ParentFont = False
    5560    end
    5661    object TabSheet2: TTabSheet
    5762      Caption = 'Links'
     63      ParentFont = False
    5864    end
    5965    object TabSheetUsedBy: TTabSheet
    6066      Caption = 'Used by'
    61       ClientHeight = 351
    62       ClientWidth = 634
     67      ClientHeight = 431
     68      ClientWidth = 758
     69      ParentFont = False
    6370      object ListView1: TListView
    6471        Left = 0
     
    7077          item
    7178            Caption = 'Name'
    72             Width = 612
     79            Width = 734
    7380          end>
    7481        OwnerData = True
     82        ParentFont = False
    7583        ReadOnly = True
    7684        RowSelect = True
     
    8290  end
    8391  object EditName: TEdit
    84     Left = 135
    85     Height = 28
    86     Top = 11
    87     Width = 433
     92    Left = 162
     93    Height = 43
     94    Top = 13
     95    Width = 520
     96    ParentFont = False
    8897    TabOrder = 3
    8998  end
    9099  object CheckBoxCreateNode: TCheckBox
    91     Left = 16
    92     Height = 24
    93     Top = 48
    94     Width = 152
     100    Left = 19
     101    Height = 30
     102    Top = 58
     103    Width = 191
    95104    Caption = 'Create source node'
     105    ParentFont = False
    96106    TabOrder = 4
    97107  end
    98108  object Label2: TLabel
    99     Left = 312
    100     Height = 20
    101     Top = 52
    102     Width = 37
     109    Left = 374
     110    Height = 26
     111    Top = 62
     112    Width = 48
    103113    Caption = 'Level:'
    104114    ParentColor = False
     115    ParentFont = False
    105116  end
    106117  object ComboBoxLevel: TComboBox
    107     Left = 376
    108     Height = 28
    109     Top = 48
    110     Width = 125
    111     ItemHeight = 20
     118    Left = 451
     119    Height = 42
     120    Top = 58
     121    Width = 150
     122    ItemHeight = 0
     123    ParentFont = False
    112124    Style = csDropDownList
    113125    TabOrder = 5
  • branches/generator/Forms/UFormRuleItem.lfm

    r167 r190  
    11object FormRuleItem: TFormRuleItem
    22  Left = 474
    3   Height = 517
     3  Height = 620
    44  Top = 386
    5   Width = 719
     5  Width = 863
    66  Caption = 'Rule item'
    7   ClientHeight = 517
    8   ClientWidth = 719
    9   DesignTimePPI = 120
     7  ClientHeight = 620
     8  ClientWidth = 863
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.2.0'
     14  LCLVersion = '2.0.2.0'
    1515  object ButtonCancel: TButton
    16     Left = 176
    17     Height = 25
    18     Top = 479
    19     Width = 75
     16    Left = 211
     17    Height = 30
     18    Top = 574
     19    Width = 90
    2020    Anchors = [akLeft, akBottom]
    2121    Caption = 'Cancel'
    2222    ModalResult = 2
     23    ParentFont = False
    2324    TabOrder = 0
    2425  end
    2526  object ButtonOk: TButton
    26     Left = 352
    27     Height = 25
    28     Top = 479
    29     Width = 75
     27    Left = 422
     28    Height = 30
     29    Top = 574
     30    Width = 90
    3031    Anchors = [akLeft, akBottom]
    3132    Caption = 'Ok'
    3233    ModalResult = 1
     34    ParentFont = False
    3335    TabOrder = 1
    3436  end
    3537  object ComboBoxType: TComboBox
    36     Left = 160
    37     Height = 28
    38     Top = 16
    39     Width = 400
    40     ItemHeight = 20
     38    Left = 192
     39    Height = 38
     40    Top = 19
     41    Width = 480
     42    ItemHeight = 0
    4143    Items.Strings = (
    4244      'Terminal'
     
    4648    )
    4749    OnChange = ComboBoxTypeChange
     50    ParentFont = False
    4851    Style = csDropDownList
    4952    TabOrder = 2
    5053  end
    5154  object Label2: TLabel
    52     Left = 16
    53     Height = 20
    54     Top = 24
    55     Width = 35
     55    Left = 19
     56    Height = 26
     57    Top = 29
     58    Width = 45
    5659    Caption = 'Type:'
    5760    ParentColor = False
     61    ParentFont = False
    5862  end
    5963  object PageControl1: TPageControl
    60     Left = 16
    61     Height = 383
    62     Top = 88
    63     Width = 695
     64    Left = 19
     65    Height = 459
     66    Top = 106
     67    Width = 834
    6468    ActivePage = TabSheetNonTerminal
    6569    Anchors = [akTop, akLeft, akRight, akBottom]
     70    ParentFont = False
    6671    ShowTabs = False
    6772    TabIndex = 1
     
    6974    object TabSheetTerminal: TTabSheet
    7075      Caption = 'Terminal'
    71       ClientHeight = 260
    72       ClientWidth = 626
     76      ClientHeight = 455
     77      ClientWidth = 824
     78      ParentFont = False
    7379      object EditTerminal: TEdit
    74         Left = 152
     80        Left = 182
    7581        Height = 33
    76         Top = 16
    77         Width = 400
     82        Top = 19
     83        Width = 480
    7884        OnKeyPress = EditTerminalKeyPress
     85        ParentFont = False
    7986        TabOrder = 0
    8087      end
    8188      object LabelTerminal: TLabel
    82         Left = 8
     89        Left = 10
    8390        Height = 23
    84         Top = 16
     91        Top = 19
    8592        Width = 70
    8693        Caption = 'Terminal:'
    8794        ParentColor = False
     95        ParentFont = False
    8896      end
    8997    end
    9098    object TabSheetNonTerminal: TTabSheet
    9199      Caption = 'NonTerminal'
    92       ClientHeight = 375
    93       ClientWidth = 687
     100      ClientHeight = 455
     101      ClientWidth = 824
     102      ParentFont = False
    94103      object LabelNonTerminal: TLabel
    95         Left = 8
    96         Height = 20
    97         Top = 8
    98         Width = 92
     104        Left = 10
     105        Height = 26
     106        Top = 10
     107        Width = 119
    99108        Caption = 'Non-terminal:'
    100109        ParentColor = False
     110        ParentFont = False
    101111      end
    102112      object ListBoxNonTerminals: TListBox
    103         Left = 8
    104         Height = 325
    105         Top = 40
    106         Width = 328
     113        Left = 10
     114        Height = 395
     115        Top = 48
     116        Width = 394
    107117        Anchors = [akTop, akLeft, akBottom]
    108118        ItemHeight = 0
    109         ScrollWidth = 302
     119        ParentFont = False
     120        ScrollWidth = 392
    110121        TabOrder = 0
     122        TopIndex = -1
    111123      end
    112124      object CheckBoxLookupTable: TCheckBox
    113         Left = 352
    114         Height = 24
    115         Top = 8
    116         Width = 136
     125        Left = 422
     126        Height = 30
     127        Top = 10
     128        Width = 170
    117129        Caption = 'Use lookup table'
    118130        OnChange = CheckBoxLookupTableChange
     131        ParentFont = False
    119132        TabOrder = 1
    120133      end
    121134      object ListBoxLookupTable: TListBox
    122         Left = 352
    123         Height = 291
    124         Top = 40
    125         Width = 309
     135        Left = 422
     136        Height = 354
     137        Top = 48
     138        Width = 371
    126139        Anchors = [akTop, akLeft, akRight, akBottom]
    127140        ItemHeight = 0
    128         ScrollWidth = 246
     141        ParentFont = False
     142        ScrollWidth = 369
    129143        TabOrder = 2
     144        TopIndex = -1
    130145      end
    131146      object Label1: TLabel
    132         Left = 352
    133         Height = 20
    134         Top = 341
    135         Width = 78
     147        Left = 422
     148        Height = 26
     149        Top = 412
     150        Width = 103
    136151        Anchors = [akLeft, akBottom]
    137152        Caption = 'Item action:'
    138153        ParentColor = False
     154        ParentFont = False
    139155      end
    140156      object ComboBoxLookupTableAction: TComboBox
    141         Left = 464
    142         Height = 28
    143         Top = 341
    144         Width = 134
     157        Left = 557
     158        Height = 38
     159        Top = 410
     160        Width = 161
    145161        Anchors = [akLeft, akBottom]
    146         ItemHeight = 20
     162        ItemHeight = 0
    147163        ItemIndex = 0
    148164        Items.Strings = (
     
    150166          'Reference'
    151167        )
     168        ParentFont = False
    152169        Style = csDropDownList
    153170        TabOrder = 3
     
    157174    object TabSheetSubItems: TTabSheet
    158175      Caption = 'SubItems'
     176      ParentFont = False
    159177    end
    160178    object TabSheetTerminalRange: TTabSheet
    161179      Caption = 'Terminal range'
    162       ClientHeight = 260
    163       ClientWidth = 626
     180      ClientHeight = 455
     181      ClientWidth = 824
     182      ParentFont = False
    164183      object LabelTerminal1: TLabel
    165         Left = 8
     184        Left = 10
    166185        Height = 23
    167         Top = 16
     186        Top = 19
    168187        Width = 112
    169188        Caption = 'Terminal from:'
    170189        ParentColor = False
     190        ParentFont = False
    171191      end
    172192      object EditTerminalFrom: TEdit
    173         Left = 152
     193        Left = 182
    174194        Height = 33
    175         Top = 16
    176         Width = 400
     195        Top = 19
     196        Width = 480
    177197        OnKeyPress = EditTerminalKeyPress
     198        ParentFont = False
    178199        TabOrder = 0
    179200      end
    180201      object LabelTerminal2: TLabel
    181         Left = 8
     202        Left = 10
    182203        Height = 23
    183         Top = 56
     204        Top = 67
    184205        Width = 90
    185206        Caption = 'Terminal to:'
    186207        ParentColor = False
     208        ParentFont = False
    187209      end
    188210      object EditTerminalTo: TEdit
    189         Left = 152
     211        Left = 182
    190212        Height = 33
    191         Top = 56
    192         Width = 400
     213        Top = 67
     214        Width = 480
    193215        OnKeyPress = EditTerminalKeyPress
     216        ParentFont = False
    194217        TabOrder = 1
    195218      end
     
    197220  end
    198221  object CheckBoxOptional: TCheckBox
    199     Left = 16
    200     Height = 24
    201     Top = 56
    202     Width = 82
     222    Left = 19
     223    Height = 30
     224    Top = 67
     225    Width = 100
    203226    Caption = 'Optional'
     227    ParentFont = False
    204228    TabOrder = 4
    205229  end
    206230  object CheckBoxRepetitive: TCheckBox
    207     Left = 184
    208     Height = 24
    209     Top = 56
    210     Width = 91
     231    Left = 221
     232    Height = 30
     233    Top = 67
     234    Width = 111
    211235    Caption = 'Repetitive'
     236    ParentFont = False
    212237    TabOrder = 5
    213238  end
    214239  object CheckBoxAnyExcept: TCheckBox
    215     Left = 344
    216     Height = 24
    217     Top = 56
    218     Width = 97
     240    Left = 413
     241    Height = 30
     242    Top = 67
     243    Width = 120
    219244    Caption = 'Any except'
     245    ParentFont = False
    220246    TabOrder = 6
    221247  end
    222248  object CheckBoxEscapedString: TCheckBox
    223     Left = 488
    224     Height = 24
    225     Top = 56
    226     Width = 126
     249    Left = 586
     250    Height = 30
     251    Top = 67
     252    Width = 160
    227253    Caption = 'Escaped strings'
     254    ParentFont = False
    228255    TabOrder = 7
    229256  end
  • branches/generator/Forms/UFormRuleItems.lfm

    r136 r190  
    11object FormRuleItems: TFormRuleItems
    22  Left = 539
    3   Height = 467
     3  Height = 700
    44  Top = 316
    5   Width = 636
     5  Width = 954
    66  Caption = 'Rule items'
    7   ClientHeight = 467
    8   ClientWidth = 636
     7  ClientHeight = 700
     8  ClientWidth = 954
     9  DesignTimePPI = 144
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    11   LCLVersion = '1.8.0.4'
     12  LCLVersion = '2.0.2.0'
    1213  object ListView1: TListView
    13     Left = 8
    14     Height = 384
    15     Top = 48
    16     Width = 624
     14    Left = 12
     15    Height = 576
     16    Top = 72
     17    Width = 936
    1718    Anchors = [akTop, akLeft, akRight, akBottom]
    1819    Columns = <   
    1920      item
    2021        Caption = 'Name'
    21         Width = 604
     22        Width = 921
    2223      end>
    2324    MultiSelect = True
    2425    OwnerData = True
     26    ParentFont = False
    2527    PopupMenu = PopupMenu1
    2628    ReadOnly = True
     
    3537  object ToolBar1: TToolBar
    3638    Left = 0
    37     Height = 26
    38     Top = 441
    39     Width = 636
     39    Height = 39
     40    Top = 661
     41    Width = 954
    4042    Align = alBottom
    4143    Images = Core.ImageList1
     44    ParentFont = False
    4245    ParentShowHint = False
    4346    ShowHint = True
     
    4952    end
    5053    object ToolButton2: TToolButton
    51       Left = 30
     54      Left = 36
    5255      Top = 2
    5356      Action = AModify
    5457    end
    5558    object ToolButton3: TToolButton
    56       Left = 59
     59      Left = 71
    5760      Top = 2
    5861      Action = ARemove
    5962    end
    6063    object ToolButton4: TToolButton
    61       Left = 88
     64      Left = 106
    6265      Top = 2
    6366      Action = AMoveUp
    6467    end
    6568    object ToolButton5: TToolButton
    66       Left = 117
     69      Left = 141
    6770      Top = 2
    6871      Action = AMoveDown
     
    7073  end
    7174  object Label1: TLabel
    72     Left = 10
    73     Height = 23
    74     Top = 10
    75     Width = 75
     75    Left = 15
     76    Height = 26
     77    Top = 15
     78    Width = 82
    7679    Caption = 'Operator:'
    7780    ParentColor = False
     81    ParentFont = False
    7882  end
    7983  object ComboBoxOperator: TComboBox
    80     Left = 153
    81     Height = 33
    82     Top = 9
    83     Width = 231
     84    Left = 230
     85    Height = 38
     86    Top = 14
     87    Width = 346
    8488    ItemHeight = 0
    8589    Items.Strings = (
     
    8892    )
    8993    OnChange = ComboBoxOperatorChange
     94    ParentFont = False
    9095    Style = csDropDownList
    9196    TabOrder = 2
    9297  end
    9398  object CheckBoxWhiteSpace: TCheckBox
    94     Left = 408
    95     Height = 27
    96     Top = 10
    97     Width = 161
     99    Left = 612
     100    Height = 30
     101    Top = 15
     102    Width = 181
    98103    Caption = 'With white spaces'
     104    ParentFont = False
    99105    TabOrder = 3
    100106  end
    101107  object PopupMenu1: TPopupMenu
    102108    Images = Core.ImageList1
    103     left = 146
    104     top = 215
     109    left = 219
     110    top = 323
    105111    object MenuItem1: TMenuItem
    106112      Action = AAdd
     
    121127  object ActionList1: TActionList
    122128    Images = Core.ImageList1
    123     left = 375
    124     top = 215
     129    left = 563
     130    top = 323
    125131    object AAdd: TAction
    126132      Caption = 'Add'
  • branches/generator/Forms/UFormRules.lfm

    r137 r190  
    11object FormRules: TFormRules
    22  Left = 348
    3   Height = 611
     3  Height = 916
    44  Top = 230
    5   Width = 857
     5  Width = 1286
    66  Caption = 'Rules'
    7   ClientHeight = 611
    8   ClientWidth = 857
     7  ClientHeight = 916
     8  ClientWidth = 1286
     9  DesignTimePPI = 144
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.2.0'
    1314  object CoolBar1: TCoolBar
    1415    Left = 0
    15     Height = 32
    16     Top = 579
    17     Width = 857
     16    Height = 48
     17    Top = 868
     18    Width = 1286
    1819    Align = alBottom
    1920    Bands = <   
     
    2324      end>
    2425    Images = Core.ImageList1
     26    ParentFont = False
    2527    object ToolBar1: TToolBar
    2628      AnchorSideLeft.Control = CoolBar1
    2729      AnchorSideTop.Control = CoolBar1
    2830      Left = 24
    29       Height = 28
     31      Height = 33
    3032      Top = 5
    31       Width = 88
     33      Width = 106
    3234      Align = alNone
    3335      AutoSize = True
     
    3739      EdgeOuter = esNone
    3840      Images = Core.ImageList1
     41      ParentFont = False
    3942      ParentShowHint = False
    4043      ShowHint = True
     
    4750      end
    4851      object ToolButton2: TToolButton
    49         Left = 30
     52        Left = 36
    5053        Top = 0
    5154        Action = AModify
    5255      end
    5356      object ToolButton3: TToolButton
    54         Left = 59
     57        Left = 71
    5558        Top = 0
    5659        Action = ARemove
     
    5962  end
    6063  object ListView1: TListView
    61     Left = 4
    62     Height = 571
    63     Top = 4
    64     Width = 849
     64    Left = 6
     65    Height = 856
     66    Top = 6
     67    Width = 1274
    6568    Align = alClient
    66     BorderSpacing.Around = 4
     69    BorderSpacing.Around = 6
    6770    Columns = <   
    6871      item
    6972        Caption = 'Name'
    70         Width = 200
     73        Width = 300
    7174      end   
    7275      item
    7376        Caption = 'Node'
    74         Width = 80
     77        Width = 120
    7578      end   
    7679      item
    7780        Caption = 'Items'
    78         Width = 400
     81        Width = 600
    7982      end   
    8083      item
    8184        Caption = 'Char length'
    82         Width = 80
     85        Width = 120
    8386      end   
    8487      item
    8588        Caption = 'Level'
    86         Width = 70
     89        Width = 119
    8790      end>
    8891    MultiSelect = True
    8992    OwnerData = True
     93    ParentFont = False
    9094    PopupMenu = PopupMenu1
    9195    ReadOnly = True
     
    100104  object ActionList1: TActionList
    101105    Images = Core.ImageList1
    102     left = 248
    103     top = 212
     106    left = 372
     107    top = 318
    104108    object AAdd: TAction
    105109      Caption = 'Add'
     
    125129  object PopupMenu1: TPopupMenu
    126130    Images = Core.ImageList1
    127     left = 427
    128     top = 212
     131    left = 641
     132    top = 318
    129133    object MenuItem1: TMenuItem
    130134      Action = AAdd
     
    143147    Column = 0
    144148    Order = soUp
    145     left = 574
    146     top = 212
     149    left = 861
     150    top = 318
    147151  end
    148152end
Note: See TracChangeset for help on using the changeset viewer.