Changeset 149 for trunk/Forms/FormInput.lfm
- Timestamp:
- Jun 5, 2024, 9:58:43 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormInput.lfm
r147 r149 8 8 ClientWidth = 480 9 9 DesignTimePPI = 144 10 OnCreate = FormCreate 11 LCLVersion = '2.2.6.0' 10 LCLVersion = '3.4.0.0' 12 11 object MemoInput: TMemo 13 12 Left = 6 … … 19 18 Font.Height = -18 20 19 Font.Name = 'Courier New' 21 OnKeyPress = MemoInputKeyPress22 20 ParentFont = False 23 21 ScrollBars = ssAutoBoth 24 22 TabOrder = 0 23 OnKeyPress = MemoInputKeyPress 25 24 end 26 25 object Label1: TLabel
Note:
See TracChangeset
for help on using the changeset viewer.