source: branches/textos/UFormMain.lfm

Last change on this file was 53, checked in by chronos, 6 months ago
  • Added: Experimental textos computer.
File size: 626 bytes
Line 
1object FormMain: TFormMain
2 Left = 573
3 Height = 700
4 Top = 442
5 Width = 993
6 Caption = 'TextOS'
7 ClientHeight = 700
8 ClientWidth = 993
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '2.0.10.0'
14 object Memo1: TMemo
15 Left = 16
16 Height = 671
17 Top = 17
18 Width = 961
19 Anchors = [akTop, akLeft, akRight, akBottom]
20 OnKeyPress = Memo1KeyPress
21 OnKeyUp = Memo1KeyUp
22 ReadOnly = True
23 ScrollBars = ssAutoBoth
24 TabOrder = 0
25 end
26 object Timer1: TTimer
27 Interval = 10
28 OnTimer = Timer1Timer
29 Left = 303
30 Top = 211
31 end
32end
Note: See TracBrowser for help on using the repository browser.