source: ObjectBaseTypes/UMainForm.dfm

Last change on this file was 32, checked in by george, 14 years ago
  • Přidáno: Třída TSubStream pro transparentní mapování podproudu do jiného proudu.
File size: 968 bytes
Line 
1object MainForm: TMainForm
2 Left = 451
3 Height = 317
4 Top = 192
5 Width = 484
6 Caption = 'MainForm'
7 ClientHeight = 317
8 ClientWidth = 484
9 Font.Height = -11
10 Font.Name = 'Tahoma'
11 LCLVersion = '0.9.29'
12 object Button1: TButton
13 Left = 8
14 Height = 25
15 Top = 8
16 Width = 89
17 Caption = 'Test TBoolean'
18 OnClick = Button1Click
19 TabOrder = 0
20 end
21 object Memo1: TMemo
22 Left = 120
23 Height = 289
24 Top = 8
25 Width = 353
26 TabOrder = 1
27 end
28 object Button2: TButton
29 Left = 8
30 Height = 25
31 Top = 39
32 Width = 89
33 Caption = 'Test TByte'
34 TabOrder = 2
35 end
36 object Button3: TButton
37 Left = 8
38 Height = 25
39 Top = 70
40 Width = 89
41 Caption = 'Test TInteger'
42 TabOrder = 3
43 end
44 object Button4: TButton
45 Left = 8
46 Height = 25
47 Top = 101
48 Width = 89
49 Caption = 'Test TString'
50 OnClick = Button4Click
51 TabOrder = 4
52 end
53end
Note: See TracBrowser for help on using the repository browser.