Ignore:
Timestamp:
May 5, 2019, 12:17:58 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by newer .lrj files.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormInput.lfm

    r59 r103  
    11object FormInput: TFormInput
    22  Left = 256
    3   Height = 240
     3  Height = 360
    44  Top = 32
    5   Width = 320
     5  Width = 480
    66  Caption = 'Input'
    7   ClientHeight = 240
    8   ClientWidth = 320
    9   LCLVersion = '1.3'
     7  ClientHeight = 360
     8  ClientWidth = 480
     9  DesignTimePPI = 144
     10  LCLVersion = '2.0.0.4'
    1011  object MemoInput: TMemo
    11     Left = 4
    12     Height = 203
    13     Top = 33
    14     Width = 312
     12    Left = 6
     13    Height = 317
     14    Top = 37
     15    Width = 468
    1516    Align = alClient
    16     BorderSpacing.Around = 4
    17     Font.Height = -12
     17    BorderSpacing.Around = 6
     18    Font.Height = -18
    1819    Font.Name = 'Courier New'
    1920    OnKeyPress = MemoInputKeyPress
     
    2324  end
    2425  object Label1: TLabel
    25     Left = 4
     26    Left = 6
    2627    Height = 25
    27     Top = 4
    28     Width = 312
     28    Top = 6
     29    Width = 468
    2930    Align = alTop
    30     BorderSpacing.Around = 4
     31    BorderSpacing.Around = 6
    3132    Caption = 'Input:'
    3233    ParentColor = False
     34    ParentFont = False
    3335  end
    3436end
Note: See TracChangeset for help on using the changeset viewer.