Ignore:
Timestamp:
Aug 9, 2018, 3:43:27 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Update Common package.
  • Fixed: Remember forms dimensions after application restart.
Location:
branches/generator/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms

    • Property svn:ignore
      •  

        old new  
        11*.lrj
         2*.lrt
  • branches/generator/Forms/UFormRuleItem.lfm

    r137 r167  
    11object FormRuleItem: TFormRuleItem
    22  Left = 474
    3   Height = 400
     3  Height = 517
    44  Top = 386
    5   Width = 656
     5  Width = 719
    66  Caption = 'Rule item'
    7   ClientHeight = 400
    8   ClientWidth = 656
     7  ClientHeight = 517
     8  ClientWidth = 719
     9  DesignTimePPI = 120
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnDestroy = FormDestroy
    1213  OnShow = FormShow
    13   LCLVersion = '1.8.0.4'
     14  LCLVersion = '1.8.2.0'
    1415  object ButtonCancel: TButton
    1516    Left = 176
    1617    Height = 25
    17     Top = 362
     18    Top = 479
    1819    Width = 75
    1920    Anchors = [akLeft, akBottom]
     
    2526    Left = 352
    2627    Height = 25
    27     Top = 362
     28    Top = 479
    2829    Width = 75
    2930    Anchors = [akLeft, akBottom]
     
    3435  object ComboBoxType: TComboBox
    3536    Left = 160
    36     Height = 33
     37    Height = 28
    3738    Top = 16
    3839    Width = 400
    39     ItemHeight = 0
     40    ItemHeight = 20
    4041    Items.Strings = (
    4142      'Terminal'
     
    5051  object Label2: TLabel
    5152    Left = 16
    52     Height = 23
     53    Height = 20
    5354    Top = 24
    54     Width = 40
     55    Width = 35
    5556    Caption = 'Type:'
    5657    ParentColor = False
     
    5859  object PageControl1: TPageControl
    5960    Left = 16
    60     Height = 266
     61    Height = 383
    6162    Top = 88
    62     Width = 632
     63    Width = 695
    6364    ActivePage = TabSheetNonTerminal
    6465    Anchors = [akTop, akLeft, akRight, akBottom]
     
    8990    object TabSheetNonTerminal: TTabSheet
    9091      Caption = 'NonTerminal'
    91       ClientHeight = 260
    92       ClientWidth = 626
     92      ClientHeight = 375
     93      ClientWidth = 687
    9394      object LabelNonTerminal: TLabel
    9495        Left = 8
    95         Height = 23
     96        Height = 20
    9697        Top = 8
    97         Width = 105
     98        Width = 92
    9899        Caption = 'Non-terminal:'
    99100        ParentColor = False
     
    101102      object ListBoxNonTerminals: TListBox
    102103        Left = 8
    103         Height = 210
     104        Height = 325
    104105        Top = 40
    105         Width = 304
    106         Anchors = [akTop, akLeft, akRight, akBottom]
     106        Width = 328
     107        Anchors = [akTop, akLeft, akBottom]
    107108        ItemHeight = 0
    108109        ScrollWidth = 302
    109110        TabOrder = 0
    110         TopIndex = -1
    111111      end
    112112      object CheckBoxLookupTable: TCheckBox
    113113        Left = 352
    114         Height = 27
     114        Height = 24
    115115        Top = 8
    116         Width = 152
     116        Width = 136
    117117        Caption = 'Use lookup table'
    118118        OnChange = CheckBoxLookupTableChange
     
    121121      object ListBoxLookupTable: TListBox
    122122        Left = 352
    123         Height = 176
     123        Height = 291
    124124        Top = 40
    125         Width = 248
     125        Width = 309
    126126        Anchors = [akTop, akLeft, akRight, akBottom]
    127127        ItemHeight = 0
    128128        ScrollWidth = 246
    129129        TabOrder = 2
    130         TopIndex = -1
    131130      end
    132131      object Label1: TLabel
    133132        Left = 352
    134         Height = 23
    135         Top = 224
    136         Width = 90
     133        Height = 20
     134        Top = 341
     135        Width = 78
     136        Anchors = [akLeft, akBottom]
    137137        Caption = 'Item action:'
    138138        ParentColor = False
     
    140140      object ComboBoxLookupTableAction: TComboBox
    141141        Left = 464
    142         Height = 35
    143         Top = 224
     142        Height = 28
     143        Top = 341
    144144        Width = 134
    145         ItemHeight = 0
     145        Anchors = [akLeft, akBottom]
     146        ItemHeight = 20
    146147        ItemIndex = 0
    147148        Items.Strings = (
     
    197198  object CheckBoxOptional: TCheckBox
    198199    Left = 16
    199     Height = 27
    200     Top = 56
    201     Width = 90
     200    Height = 24
     201    Top = 56
     202    Width = 82
    202203    Caption = 'Optional'
    203204    TabOrder = 4
     
    205206  object CheckBoxRepetitive: TCheckBox
    206207    Left = 184
    207     Height = 27
    208     Top = 56
    209     Width = 99
     208    Height = 24
     209    Top = 56
     210    Width = 91
    210211    Caption = 'Repetitive'
    211212    TabOrder = 5
     
    213214  object CheckBoxAnyExcept: TCheckBox
    214215    Left = 344
    215     Height = 27
    216     Top = 56
    217     Width = 106
     216    Height = 24
     217    Top = 56
     218    Width = 97
    218219    Caption = 'Any except'
    219220    TabOrder = 6
     
    221222  object CheckBoxEscapedString: TCheckBox
    222223    Left = 488
    223     Height = 27
    224     Top = 56
    225     Width = 144
     224    Height = 24
     225    Top = 56
     226    Width = 126
    226227    Caption = 'Escaped strings'
    227228    TabOrder = 7
Note: See TracChangeset for help on using the changeset viewer.