Ignore:
Timestamp:
Aug 22, 2016, 9:31:44 AM (8 years ago)
Author:
chronos
Message:
  • Fixed: Dynamically created forms were not translated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImport.lfm

    r90 r96  
    77  ClientHeight = 507
    88  ClientWidth = 652
     9  OnCreate = FormCreate
    910  Position = poScreenCenter
    1011  LCLVersion = '1.6.0.4'
     
    2930  object ComboBoxDataFormat: TComboBox
    3031    Left = 264
    31     Height = 34
     32    Height = 28
    3233    Top = 5
    3334    Width = 140
    34     ItemHeight = 0
     35    ItemHeight = 20
    3536    ItemIndex = 0
    3637    Items.Strings = (
     
    4445  object Label1: TLabel
    4546    Left = 153
    46     Height = 24
     47    Height = 20
    4748    Top = 9
    48     Width = 108
     49    Width = 84
    4950    Caption = 'Data format:'
    5051    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.