source: trunk/Forms/FormTerminal.lfm

Last change on this file was 60, checked in by chronos, 6 weeks ago
  • Modified: Remove U prefix from unit names.
File size: 354 bytes
Line 
1object FormTerminal: TFormTerminal
2 Left = 590
3 Height = 240
4 Top = 496
5 Width = 320
6 Caption = 'FormTerminal'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '1.5'
10 object Memo1: TMemo
11 Left = 0
12 Height = 240
13 Top = 0
14 Width = 320
15 Align = alClient
16 ReadOnly = True
17 ScrollBars = ssAutoBoth
18 TabOrder = 0
19 end
20end
Note: See TracBrowser for help on using the repository browser.