source: branches/topdown/Apps/AppTextEditor.lfm

Last change on this file was 37, checked in by chronos, 17 months ago
  • Modified: Simplified unit names.
File size: 410 bytes
Line 
1object FormTextEditor: TFormTextEditor
2 Left = 545
3 Height = 360
4 Top = 378
5 Width = 480
6 Caption = 'Text editor'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 FormStyle = fsStayOnTop
11 LCLVersion = '2.2.6.0'
12 object Memo1: TMemo
13 Left = 0
14 Height = 360
15 Top = 0
16 Width = 480
17 Align = alClient
18 ScrollBars = ssAutoBoth
19 TabOrder = 0
20 end
21end
Note: See TracBrowser for help on using the repository browser.