source: trunk/Forms/UFormMain.lfm

Last change on this file was 3, checked in by chronos, 8 years ago
  • Modified: Network address in each network interface should be full address not just single integer. Yet need to specify network subnets for routing.
File size: 645 bytes
Line 
1object FormMain: TFormMain
2 Left = 262
3 Height = 964
4 Top = 185
5 Width = 1759
6 Caption = 'ISP game'
7 ClientHeight = 964
8 ClientWidth = 1759
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 OnShow = FormShow
12 Position = poScreenCenter
13 LCLVersion = '1.7'
14 WindowState = wsMaximized
15 object PaintBox1: TPaintBox
16 Left = 0
17 Height = 964
18 Top = 0
19 Width = 1128
20 Align = alLeft
21 OnClick = PaintBox1Click
22 OnPaint = PaintBox1Paint
23 end
24 object Memo1: TMemo
25 Left = 1128
26 Height = 964
27 Top = 0
28 Width = 631
29 Align = alClient
30 ReadOnly = True
31 ScrollBars = ssAutoBoth
32 TabOrder = 0
33 end
34end
Note: See TracBrowser for help on using the repository browser.