Changeset 474 for trunk/Inp.lfm


Ignore:
Timestamp:
Dec 4, 2023, 7:18:18 PM (5 months ago)
Author:
chronos
Message:
  • Fixed: More high dpi related fixes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Inp.lfm

    r232 r474  
    11object InputDlg: TInputDlg
    22  Left = 514
     3  Height = 99
    34  Top = 236
     5  Width = 232
    46  BorderStyle = bsNone
    57  ClientHeight = 99
    68  ClientWidth = 232
    79  Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
     10  DesignTimePPI = 144
    911  Font.Color = clWindowText
    10   Font.Height = -13
     12  Font.Height = -20
    1113  Font.Name = 'MS Sans Serif'
    12   Font.Style = []
    1314  FormStyle = fsStayOnTop
    1415  OnClose = FormClose
     
    1617  OnPaint = FormPaint
    1718  OnShow = FormShow
    18   PixelsPerInch = 96
     19  LCLVersion = '2.2.6.0'
    1920  Scaled = False
    20   object OKBtn: TButtonA
     21  object ButtonOk: TButtonA
    2122    Left = 66
     23    Height = 25
    2224    Top = 67
    2325    Width = 100
    24     Height = 25
    2526    Down = False
    2627    Permanent = False
    27     OnClick = OKBtnClick
    28     Caption = ''
     28    OnClick = ButtonOkClick
    2929  end
    30   object EInput: TEdit
     30  object EditInput: TEdit
    3131    Left = 16
     32    Height = 27
    3233    Top = 40
    3334    Width = 200
    34     Height = 19
    3535    BorderStyle = bsNone
    3636    Color = clBlack
    37     Font.Charset = DEFAULT_CHARSET
    3837    Font.Color = 4176863
    3938    Font.Height = -15
    4039    Font.Name = 'Times New Roman'
    4140    Font.Style = [fsBold]
     41    OnKeyPress = EInputKeyPress
    4242    ParentFont = False
    4343    TabOrder = 0
    44     OnKeyPress = EInputKeyPress
    4544  end
    4645end
Note: See TracChangeset for help on using the changeset viewer.