source: ProtocolBuffers/UMainForm.lfm

Last change on this file was 9, checked in by george, 15 years ago
  • Modified: Enhanced loading from stream.
  • Added: Demo form is displaying original PB tree and target loaded PB tree.
File size: 1.0 KB
Line 
1object MainForm: TMainForm
2 Left = 254
3 Height = 446
4 Top = 150
5 Width = 597
6 Caption = 'Demo ProtocolBuffers'
7 ClientHeight = 446
8 ClientWidth = 597
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 LCLVersion = '0.9.29'
12 object Memo1: TMemo
13 Left = 7
14 Height = 123
15 Top = 320
16 Width = 587
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 TabOrder = 0
19 end
20 object Button1: TButton
21 Left = 7
22 Height = 25
23 Top = 288
24 Width = 75
25 Caption = 'Runtime'
26 OnClick = Button1Click
27 TabOrder = 1
28 end
29 object Button2: TButton
30 Left = 88
31 Height = 25
32 Top = 288
33 Width = 75
34 Caption = 'From file'
35 OnClick = Button2Click
36 TabOrder = 2
37 end
38 object TreeView1: TTreeView
39 Left = 9
40 Height = 272
41 Top = 7
42 Width = 293
43 DefaultItemHeight = 15
44 TabOrder = 3
45 end
46 object TreeView2: TTreeView
47 Left = 312
48 Height = 272
49 Top = 7
50 Width = 279
51 DefaultItemHeight = 15
52 TabOrder = 4
53 end
54end
Note: See TracBrowser for help on using the repository browser.