Ignore:
Timestamp:
May 6, 2019, 10:05:59 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: Got rid of compiler notes and warnings.
  • Modified: Use .lrj instead of .lrt file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CoolTranslator/Demo/UMainForm.lfm

    r457 r526  
    11object MainForm: TMainForm
    22  Left = 406
    3   Height = 240
     3  Height = 300
    44  Top = 191
    5   Width = 466
     5  Width = 582
    66  Caption = 'Translator Demo'
    7   ClientHeight = 240
    8   ClientWidth = 466
     7  ClientHeight = 300
     8  ClientWidth = 582
     9  DesignTimePPI = 120
    910  OnCreate = FormCreate
    10   LCLVersion = '1.1'
     11  LCLVersion = '2.0.2.0'
    1112  object ListBox1: TListBox
    12     Left = 171
    13     Height = 168
    14     Top = 24
    15     Width = 141
     13    Left = 214
     14    Height = 210
     15    Top = 30
     16    Width = 176
    1617    ItemHeight = 0
    1718    OnSelectionChange = ListBox1SelectionChange
     19    ParentFont = False
    1820    TabOrder = 0
    1921  end
    2022  object Button1: TButton
    21     Left = 8
    22     Height = 25
    23     Top = 208
    24     Width = 128
     23    Left = 10
     24    Height = 31
     25    Top = 260
     26    Width = 160
    2527    Caption = 'Show MainForm.Name'
    2628    OnClick = Button1Click
     29    ParentFont = False
    2730    TabOrder = 1
    2831  end
    2932  object Label1: TLabel
    30     Left = 10
    31     Height = 13
    32     Top = 24
    33     Width = 46
     33    Left = 12
     34    Height = 20
     35    Top = 30
     36    Width = 67
    3437    Caption = 'MainForm'
    3538    ParentColor = False
     39    ParentFont = False
    3640  end
    3741  object Label2: TLabel
    38     Left = 10
    39     Height = 13
    40     Top = 6
    41     Width = 134
     42    Left = 12
     43    Height = 20
     44    Top = 8
     45    Width = 187
    4246    Caption = 'Form name as label caption:'
    4347    ParentColor = False
     48    ParentFont = False
    4449  end
    4550  object Label3: TLabel
    46     Left = 171
    47     Height = 13
    48     Top = 8
    49     Width = 67
     51    Left = 214
     52    Height = 20
     53    Top = 10
     54    Width = 91
    5055    Caption = 'Language list:'
    5156    ParentColor = False
     57    ParentFont = False
    5258  end
    5359  object ListBox2: TListBox
    54     Left = 321
    55     Height = 168
    56     Top = 24
    57     Width = 135
     60    Left = 401
     61    Height = 210
     62    Top = 30
     63    Width = 169
    5864    ItemHeight = 0
     65    ParentFont = False
    5966    TabOrder = 2
    6067  end
    6168  object Label4: TLabel
    62     Left = 321
    63     Height = 13
    64     Top = 10
    65     Width = 46
     69    Left = 401
     70    Height = 20
     71    Top = 12
     72    Width = 60
    6673    Caption = 'Excludes:'
    6774    ParentColor = False
     75    ParentFont = False
    6876  end
    6977  object CoolTranslator1: TCoolTranslator
    7078    POFilesFolder = 'Languages'
    7179    left = 72
    72     top = 72
     80    top = 90
    7381  end
    7482end
Note: See TracChangeset for help on using the changeset viewer.