source: branches/Analyzátor gramatiky/UMainForm.lfm

Last change on this file was 28, checked in by george, 15 years ago
  • Delphi projekt převeden na Lazarus projekt.
File size: 1.8 KB
Line 
1object MainForm: TMainForm
2 Left = 257
3 Height = 653
4 Top = 0
5 Width = 734
6 Caption = 'Překladač pascalu'
7 ClientHeight = 653
8 ClientWidth = 734
9 Font.Height = -11
10 Font.Name = 'Tahoma'
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 LCLVersion = '0.9.29'
14 WindowState = wsMaximized
15 object Memo1: TMemo
16 Left = 8
17 Height = 186
18 Top = 8
19 Width = 346
20 ScrollBars = ssBoth
21 TabOrder = 0
22 end
23 object Button1: TButton
24 Left = 304
25 Height = 25
26 Top = 401
27 Width = 50
28 Caption = 'Parse'
29 OnClick = Button1Click
30 TabOrder = 1
31 end
32 object TreeView1: TTreeView
33 Left = 360
34 Height = 638
35 Top = 8
36 Width = 366
37 Anchors = [akTop, akLeft, akRight, akBottom]
38 DefaultItemHeight = 15
39 Indent = 19
40 TabOrder = 2
41 end
42 object TreeView2: TTreeView
43 Left = 8
44 Height = 214
45 Top = 432
46 Width = 345
47 Anchors = [akTop, akLeft, akBottom]
48 DefaultItemHeight = 15
49 Indent = 19
50 TabOrder = 3
51 end
52 object Button2: TButton
53 Left = 176
54 Height = 25
55 Top = 401
56 Width = 66
57 Caption = 'Analyze'
58 OnClick = Button2Click
59 TabOrder = 4
60 end
61 object Memo2: TMemo
62 Left = 8
63 Height = 195
64 Top = 200
65 Width = 346
66 ScrollBars = ssBoth
67 TabOrder = 5
68 end
69 object Button3: TButton
70 Left = 96
71 Height = 25
72 Top = 401
73 Width = 74
74 Caption = 'Parse pascal'
75 OnClick = Button3Click
76 TabOrder = 6
77 end
78 object StatusBar1: TStatusBar
79 Left = 0
80 Height = 20
81 Top = 633
82 Width = 734
83 Panels = <>
84 end
85 object Button4: TButton
86 Left = 248
87 Height = 25
88 Top = 400
89 Width = 50
90 Caption = 'Reduce'
91 OnClick = Button4Click
92 TabOrder = 8
93 end
94end
Note: See TracBrowser for help on using the repository browser.