source: tools/Grammer/UMainForm.lfm

Last change on this file was 33, checked in by george, 14 years ago
  • Added: Pl0 pascal grammer definition.
  • Added: Generation of source code for structure.
File size: 1.8 KB
Line 
1object Form1: TForm1
2 Left = 209
3 Height = 552
4 Top = 43
5 Width = 673
6 Caption = 'Grammer transformator'
7 ClientHeight = 552
8 ClientWidth = 673
9 OnCreate = FormCreate
10 OnDestroy = FormDestroy
11 LCLVersion = '0.9.31'
12 object Edit1: TEdit
13 Left = 11
14 Height = 21
15 Top = 25
16 Width = 577
17 Anchors = [akTop, akLeft, akRight]
18 TabOrder = 0
19 Text = 'Edit1'
20 end
21 object Label1: TLabel
22 Left = 11
23 Height = 14
24 Top = 8
25 Width = 170
26 Caption = 'Source grammer definition file:'
27 ParentColor = False
28 end
29 object Button1: TButton
30 Left = 593
31 Height = 25
32 Top = 25
33 Width = 73
34 Anchors = [akTop, akRight]
35 Caption = 'Select...'
36 OnClick = Button1Click
37 TabOrder = 1
38 end
39 object Label2: TLabel
40 Left = 11
41 Height = 14
42 Top = 57
43 Width = 129
44 Caption = 'Target source code file:'
45 ParentColor = False
46 end
47 object Edit2: TEdit
48 Left = 11
49 Height = 21
50 Top = 72
51 Width = 576
52 Anchors = [akTop, akLeft, akRight]
53 TabOrder = 2
54 Text = 'Edit2'
55 end
56 object Button2: TButton
57 Left = 593
58 Height = 25
59 Top = 72
60 Width = 75
61 Anchors = [akTop, akRight]
62 Caption = 'Select...'
63 OnClick = Button2Click
64 TabOrder = 3
65 end
66 object ButtonGenerate: TButton
67 Left = 11
68 Height = 25
69 Top = 104
70 Width = 75
71 Caption = 'Generate'
72 OnClick = ButtonGenerateClick
73 TabOrder = 4
74 end
75 object Memo1: TMemo
76 Left = 8
77 Height = 407
78 Top = 140
79 Width = 660
80 Anchors = [akTop, akLeft, akRight, akBottom]
81 Font.Name = 'freemono'
82 ParentFont = False
83 ScrollBars = ssAutoBoth
84 TabOrder = 5
85 end
86 object ButtonDump: TButton
87 Left = 96
88 Height = 25
89 Top = 104
90 Width = 75
91 Caption = 'Dump'
92 OnClick = ButtonDumpClick
93 TabOrder = 6
94 end
95end
Note: See TracBrowser for help on using the repository browser.