Ignore:
Timestamp:
May 9, 2018, 1:22:44 PM (7 years ago)
Author:
chronos
Message:
  • Added: Multi-lingual support.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33lib
        44backup
         5LibrePaint.exe
         6*.lrj
  • trunk/Forms

    • Property svn:ignore set to
      *.lrj
  • trunk/Forms/UFormNew.lfm

    r33 r37  
    77  ClientHeight = 300
    88  ClientWidth = 497
     9  DesignTimePPI = 120
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    12   LCLVersion = '1.6.0.4'
     13  LCLVersion = '1.8.2.0'
    1314  object SpinEditWidth: TSpinEdit
    1415    Left = 168
    15     Height = 34
     16    Height = 28
    1617    Top = 24
    1718    Width = 122
     
    2223  object Label1: TLabel
    2324    Left = 15
    24     Height = 24
     25    Height = 20
    2526    Top = 26
    26     Width = 56
     27    Width = 43
    2728    Caption = 'Width:'
    2829    ParentColor = False
     
    3031  object Label2: TLabel
    3132    Left = 15
    32     Height = 24
     33    Height = 20
    3334    Top = 64
    34     Width = 62
     35    Width = 48
    3536    Caption = 'Height:'
    3637    ParentColor = False
     
    3839  object SpinEditHeight: TSpinEdit
    3940    Left = 168
    40     Height = 34
     41    Height = 28
    4142    Top = 64
    4243    Width = 122
     
    4748  object Label3: TLabel
    4849    Left = 15
    49     Height = 24
     50    Height = 20
    5051    Top = 104
    51     Width = 96
     52    Width = 73
    5253    Caption = 'Resolution:'
    5354    ParentColor = False
     
    5556  object SpinEditDPI: TSpinEdit
    5657    Left = 168
    57     Height = 34
     58    Height = 28
    5859    Top = 104
    5960    Width = 122
     
    6465  object Label4: TLabel
    6566    Left = 15
    66     Height = 24
     67    Height = 20
    6768    Top = 167
    68     Width = 105
     69    Width = 82
    6970    Caption = 'Color depth:'
    7071    ParentColor = False
     
    7273  object ComboBoxColorFormat: TComboBox
    7374    Left = 167
    74     Height = 38
     75    Height = 28
    7576    Top = 157
    7677    Width = 209
    77     ItemHeight = 0
     78    ItemHeight = 20
    7879    OnChange = SpinEditWidthChange
    7980    Style = csDropDownList
     
    9192  end
    9293  object Button2: TButton
    93     Left = 224
     94    Left = 232
    9495    Height = 25
    9596    Top = 256
     
    101102  object Label5: TLabel
    102103    Left = 16
    103     Height = 24
     104    Height = 20
    104105    Top = 224
    105     Width = 152
     106    Width = 118
    106107    Caption = 'Memory required:'
    107108    ParentColor = False
     
    109110  object LabelMemRequire: TLabel
    110111    Left = 192
    111     Height = 24
     112    Height = 20
    112113    Top = 224
    113     Width = 15
     114    Width = 12
    114115    Caption = '   '
    115116    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.