Ignore:
Timestamp:
Nov 25, 2020, 12:23:23 PM (3 years ago)
Author:
chronos
Message:
  • Added: Activated multi-language support in the project file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r58 r61  
    11object FormMain: TFormMain
    2   Left = 263
    3   Height = 823
    4   Top = 102
    5   Width = 1139
     2  Left = 344
     3  Height = 929
     4  Top = 195
     5  Width = 1276
    66  Caption = 'Big Metro'
    7   ClientHeight = 823
    8   ClientWidth = 1139
    9   DesignTimePPI = 128
     7  ClientHeight = 929
     8  ClientWidth = 1276
     9  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
    1212  OnKeyPress = FormKeyPress
    1313  OnShow = FormShow
    14   LCLVersion = '1.9.0.0'
     14  LCLVersion = '2.0.10.0'
    1515  WindowState = wsMaximized
    1616  object PaintBox1: TPaintBox
    1717    Left = 0
    18     Height = 823
     18    Height = 929
    1919    Top = 0
    20     Width = 1139
     20    Width = 1276
    2121    Align = alClient
     22    ParentFont = False
    2223    OnMouseDown = PaintBox1MouseDown
    2324    OnMouseMove = PaintBox1MouseMove
     
    3132    Interval = 50
    3233    OnTimer = Timer1Timer
    33     left = 446
    34     top = 19
     34    Left = 502
     35    Top = 21
    3536  end
    3637end
Note: See TracChangeset for help on using the changeset viewer.