Changeset 37 for trunk/Forms


Ignore:
Timestamp:
May 9, 2018, 1:22:44 PM (6 years ago)
Author:
chronos
Message:
  • Added: Multi-lingual support.
Location:
trunk
Files:
2 added
5 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/UFormMain.lfm

    r36 r37  
    5252    Top = 0
    5353    Width = 920
    54     Caption = 'ToolBar1'
    5554    TabOrder = 1
    5655    object ToolButton1: TToolButton
     
    6059    end
    6160    object ColorButton1: TColorButton
    62       Left = 24
    63       Height = 22
     61      Left = 30
     62      Height = 28
    6463      Top = 2
    6564      Width = 43
     
    6968    end
    7069    object ToolButton2: TToolButton
    71       Left = 67
     70      Left = 73
    7271      Top = 2
    7372      Action = Core.AToolMove
    7473    end
    7574    object ToolButton3: TToolButton
    76       Left = 90
     75      Left = 102
    7776      Top = 2
    7877      Action = Core.AToolPen
    79     end
    80     object ToolButton4: TToolButton
    81       Left = 113
    82       Top = 2
    83       Caption = 'ToolButton4'
    84       OnClick = ToolButton4Click
    8578    end
    8679  end
     
    161154      end
    162155    end
     156    object MenuItem24: TMenuItem
     157      Caption = 'General'
     158      object MenuItem25: TMenuItem
     159        Action = Core.ASettings
     160      end
     161    end
    163162  end
    164163  object Timer1: TTimer
     
    172171    MaxCount = 10
    173172    OnChange = LastOpenedList1Change
    174     left = 292
     173    left = 304
    175174    top = 112
    176175  end
  • trunk/Forms/UFormMain.pas

    r36 r37  
    3232    MenuItem22: TMenuItem;
    3333    MenuItem23: TMenuItem;
     34    MenuItem24: TMenuItem;
     35    MenuItem25: TMenuItem;
    3436    MenuItemRecentFiles: TMenuItem;
    3537    MenuItem15: TMenuItem;
     
    5052    ToolButton2: TToolButton;
    5153    ToolButton3: TToolButton;
    52     ToolButton4: TToolButton;
    5354    procedure FormActivate(Sender: TObject);
    5455    procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
  • 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.