Changeset 167 for branches/generator/Forms/UFormGrammer.lfm
- Timestamp:
- Aug 9, 2018, 3:43:27 PM (6 years ago)
- Location:
- branches/generator/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms
- Property svn:ignore
-
old new 1 1 *.lrj 2 *.lrt
-
- Property svn:ignore
-
branches/generator/Forms/UFormGrammer.lfm
r136 r167 7 7 ClientHeight = 346 8 8 ClientWidth = 548 9 DesignTimePPI = 120 10 OnClose = FormClose 9 11 OnShow = FormShow 10 LCLVersion = '1.8. 0.4'12 LCLVersion = '1.8.2.0' 11 13 object Label1: TLabel 12 14 Left = 15 13 Height = 2 315 Height = 20 14 16 Top = 22 15 Width = 7517 Width = 63 16 18 Caption = 'Start rule:' 17 19 ParentColor = False … … 19 21 object ComboBoxStartRule: TComboBox 20 22 Left = 168 21 Height = 3723 Height = 28 22 24 Top = 22 23 25 Width = 272 24 ItemHeight = 026 ItemHeight = 20 25 27 Style = csDropDownList 26 28 TabOrder = 0 … … 48 50 object Label2: TLabel 49 51 Left = 16 50 Height = 2 352 Height = 20 51 53 Top = 80 52 Width = 1 3054 Width = 113 53 55 Caption = 'White space rule:' 54 56 ParentColor = False … … 56 58 object ComboBoxWhiteSpaceRule: TComboBox 57 59 Left = 168 58 Height = 3760 Height = 28 59 61 Top = 72 60 62 Width = 272 61 ItemHeight = 063 ItemHeight = 20 62 64 Style = csDropDownList 63 65 TabOrder = 3
Note:
See TracChangeset
for help on using the changeset viewer.