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

    r131 r167  
    88  ClientHeight = 514
    99  ClientWidth = 663
     10  DesignTimePPI = 120
     11  OnClose = FormClose
    1012  OnCreate = FormCreate
    1113  OnDestroy = FormDestroy
    1214  OnShow = FormShow
    13   LCLVersion = '1.8.0.4'
     15  LCLVersion = '1.8.2.0'
    1416  object ButtonOk: TButton
    1517    Left = 376
     
    3436  object Label1: TLabel
    3537    Left = 16
    36     Height = 23
     38    Height = 20
    3739    Top = 16
    38     Width = 49
     40    Width = 43
    3941    Caption = 'Name:'
    4042    ParentColor = False
     
    8183  object EditName: TEdit
    8284    Left = 135
    83     Height = 33
     85    Height = 28
    8486    Top = 11
    8587    Width = 433
     
    8890  object CheckBoxCreateNode: TCheckBox
    8991    Left = 16
    90     Height = 27
     92    Height = 24
    9193    Top = 48
    92     Width = 173
     94    Width = 152
    9395    Caption = 'Create source node'
    9496    TabOrder = 4
     
    9698  object Label2: TLabel
    9799    Left = 312
    98     Height = 23
     100    Height = 20
    99101    Top = 52
    100     Width = 42
     102    Width = 37
    101103    Caption = 'Level:'
    102104    ParentColor = False
     
    104106  object ComboBoxLevel: TComboBox
    105107    Left = 376
    106     Height = 37
     108    Height = 28
    107109    Top = 48
    108110    Width = 125
    109     ItemHeight = 0
     111    ItemHeight = 20
    110112    Style = csDropDownList
    111113    TabOrder = 5
Note: See TracChangeset for help on using the changeset viewer.