source: branches/generator/Forms/UFormGrammer.lfm@ 128

Last change on this file since 128 was 124, checked in by chronos, 7 years ago
  • Added: Top start rule can be selected for grammer. This rule is used for parser as initial rule.
File size: 936 bytes
Line 
1object FormGrammer: TFormGrammer
2 Left = 500
3 Height = 346
4 Top = 341
5 Width = 548
6 Caption = 'Grammer settings'
7 ClientHeight = 346
8 ClientWidth = 548
9 OnShow = FormShow
10 LCLVersion = '1.6.4.0'
11 object Label1: TLabel
12 Left = 15
13 Height = 20
14 Top = 22
15 Width = 63
16 Caption = 'Start rule:'
17 ParentColor = False
18 end
19 object ComboBoxStartRule: TComboBox
20 Left = 120
21 Height = 28
22 Top = 24
23 Width = 272
24 ItemHeight = 20
25 Style = csDropDownList
26 TabOrder = 0
27 end
28 object ButtonOk: TButton
29 Left = 294
30 Height = 25
31 Top = 307
32 Width = 75
33 Anchors = [akLeft, akBottom]
34 Caption = 'OK'
35 ModalResult = 1
36 TabOrder = 1
37 end
38 object ButtonCancel: TButton
39 Left = 168
40 Height = 25
41 Top = 307
42 Width = 75
43 Anchors = [akLeft, akBottom]
44 Caption = 'Cancel'
45 ModalResult = 2
46 TabOrder = 2
47 end
48end
Note: See TracBrowser for help on using the repository browser.