Changeset 474 for trunk/Inp.lfm
- Timestamp:
- Dec 4, 2023, 7:18:18 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Inp.lfm
r232 r474 1 1 object InputDlg: TInputDlg 2 2 Left = 514 3 Height = 99 3 4 Top = 236 5 Width = 232 4 6 BorderStyle = bsNone 5 7 ClientHeight = 99 6 8 ClientWidth = 232 7 9 Color = clBtnFace 8 Font.Charset = DEFAULT_CHARSET10 DesignTimePPI = 144 9 11 Font.Color = clWindowText 10 Font.Height = - 1312 Font.Height = -20 11 13 Font.Name = 'MS Sans Serif' 12 Font.Style = []13 14 FormStyle = fsStayOnTop 14 15 OnClose = FormClose … … 16 17 OnPaint = FormPaint 17 18 OnShow = FormShow 18 PixelsPerInch = 9619 LCLVersion = '2.2.6.0' 19 20 Scaled = False 20 object OKBtn: TButtonA21 object ButtonOk: TButtonA 21 22 Left = 66 23 Height = 25 22 24 Top = 67 23 25 Width = 100 24 Height = 2525 26 Down = False 26 27 Permanent = False 27 OnClick = OKBtnClick 28 Caption = '' 28 OnClick = ButtonOkClick 29 29 end 30 object E Input: TEdit30 object EditInput: TEdit 31 31 Left = 16 32 Height = 27 32 33 Top = 40 33 34 Width = 200 34 Height = 1935 35 BorderStyle = bsNone 36 36 Color = clBlack 37 Font.Charset = DEFAULT_CHARSET38 37 Font.Color = 4176863 39 38 Font.Height = -15 40 39 Font.Name = 'Times New Roman' 41 40 Font.Style = [fsBold] 41 OnKeyPress = EInputKeyPress 42 42 ParentFont = False 43 43 TabOrder = 0 44 OnKeyPress = EInputKeyPress45 44 end 46 45 end
Note:
See TracChangeset
for help on using the changeset viewer.