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

    r137 r167  
    55  Width = 1050
    66  Caption = 'Language generator'
    7   ClientHeight = 647
     7  ClientHeight = 653
    88  ClientWidth = 1050
     9  DesignTimePPI = 120
    910  Menu = MainMenu1
    1011  OnClose = FormClose
    1112  OnCloseQuery = FormCloseQuery
    1213  OnShow = FormShow
    13   LCLVersion = '1.8.0.4'
     14  LCLVersion = '1.8.2.0'
     15  WindowState = wsMaximized
    1416  object CoolBar1: TCoolBar
    1517    Left = 0
     
    8385  object PageControl1: TPageControl
    8486    Left = 0
    85     Height = 612
     87    Height = 618
    8688    Top = 35
    8789    Width = 1050
     
    110112    object TabSheetEbnf: TTabSheet
    111113      Caption = 'EBNF'
    112       ClientHeight = 571
    113       ClientWidth = 1044
     114      ClientHeight = 585
     115      ClientWidth = 1042
    114116      object MemoEbnf: TMemo
    115117        Left = 0
    116         Height = 571
    117         Top = 0
    118         Width = 1044
     118        Height = 585
     119        Top = 0
     120        Width = 1042
    119121        Align = alClient
    120122        ReadOnly = True
Note: See TracChangeset for help on using the changeset viewer.