Ignore:
Timestamp:
Jul 15, 2016, 12:38:46 AM (8 years ago)
Author:
chronos
Message:
  • Modified: More translated strings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r39 r45  
    55  Width = 631
    66  Caption = 'Acronym Decoder'
    7   ClientHeight = 421
     7  ClientHeight = 414
    88  ClientWidth = 631
    99  Menu = MainMenu1
     
    1313  OnDestroy = FormDestroy
    1414  OnShow = FormShow
    15   LCLVersion = '1.6.0.4'
     15  LCLVersion = '1.7'
    1616  object Panel1: TPanel
    1717    Left = 0
    18     Height = 395
     18    Height = 388
    1919    Top = 26
    2020    Width = 631
    2121    Align = alClient
    2222    BevelOuter = bvNone
    23     ClientHeight = 395
     23    ClientHeight = 388
    2424    ClientWidth = 631
    2525    TabOrder = 0
    2626    object CheckBoxExactMath: TCheckBox
    2727      Left = 8
    28       Height = 24
     28      Height = 28
    2929      Top = 3
    30       Width = 104
     30      Width = 129
    3131      Caption = 'Exact match'
    3232      OnChange = CheckBoxExactMathChange
     
    4343    object ListViewAcronyms: TListView
    4444      Left = 8
    45       Height = 323
     45      Height = 316
    4646      Top = 64
    4747      Width = 616
     
    13981398  object CoolTranslator1: TCoolTranslator
    13991399    POFilesFolder = 'Languages'
     1400    OnTranslate = CoolTranslator1Translate
    14001401    left = 264
    14011402    top = 176
Note: See TracChangeset for help on using the changeset viewer.