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/UFormGrammer.lfm

    r136 r167  
    77  ClientHeight = 346
    88  ClientWidth = 548
     9  DesignTimePPI = 120
     10  OnClose = FormClose
    911  OnShow = FormShow
    10   LCLVersion = '1.8.0.4'
     12  LCLVersion = '1.8.2.0'
    1113  object Label1: TLabel
    1214    Left = 15
    13     Height = 23
     15    Height = 20
    1416    Top = 22
    15     Width = 75
     17    Width = 63
    1618    Caption = 'Start rule:'
    1719    ParentColor = False
     
    1921  object ComboBoxStartRule: TComboBox
    2022    Left = 168
    21     Height = 37
     23    Height = 28
    2224    Top = 22
    2325    Width = 272
    24     ItemHeight = 0
     26    ItemHeight = 20
    2527    Style = csDropDownList
    2628    TabOrder = 0
     
    4850  object Label2: TLabel
    4951    Left = 16
    50     Height = 23
     52    Height = 20
    5153    Top = 80
    52     Width = 130
     54    Width = 113
    5355    Caption = 'White space rule:'
    5456    ParentColor = False
     
    5658  object ComboBoxWhiteSpaceRule: TComboBox
    5759    Left = 168
    58     Height = 37
     60    Height = 28
    5961    Top = 72
    6062    Width = 272
    61     ItemHeight = 0
     63    ItemHeight = 20
    6264    Style = csDropDownList
    6365    TabOrder = 3
Note: See TracChangeset for help on using the changeset viewer.