Changeset 190 for branches/generator/Forms/UFormGrammer.lfm
- Timestamp:
- May 16, 2019, 11:45:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormGrammer.lfm
r167 r190 1 1 object FormGrammer: TFormGrammer 2 2 Left = 500 3 Height = 3463 Height = 415 4 4 Top = 341 5 Width = 5485 Width = 658 6 6 Caption = 'Grammer settings' 7 ClientHeight = 3468 ClientWidth = 5489 DesignTimePPI = 1 207 ClientHeight = 415 8 ClientWidth = 658 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnShow = FormShow 12 LCLVersion = ' 1.8.2.0'12 LCLVersion = '2.0.2.0' 13 13 object Label1: TLabel 14 Left = 1 515 Height = 2 016 Top = 2 217 Width = 6314 Left = 18 15 Height = 26 16 Top = 26 17 Width = 84 18 18 Caption = 'Start rule:' 19 19 ParentColor = False 20 ParentFont = False 20 21 end 21 22 object ComboBoxStartRule: TComboBox 22 Left = 168 23 Height = 28 24 Top = 22 25 Width = 272 26 ItemHeight = 20 23 Left = 202 24 Height = 42 25 Top = 26 26 Width = 326 27 ItemHeight = 0 28 ParentFont = False 27 29 Style = csDropDownList 28 30 TabOrder = 0 29 31 end 30 32 object ButtonOk: TButton 31 Left = 29432 Height = 2533 Top = 3 0734 Width = 7533 Left = 353 34 Height = 30 35 Top = 368 36 Width = 90 35 37 Anchors = [akLeft, akBottom] 36 38 Caption = 'OK' 37 39 ModalResult = 1 40 ParentFont = False 38 41 TabOrder = 1 39 42 end 40 43 object ButtonCancel: TButton 41 Left = 16842 Height = 2543 Top = 3 0744 Width = 7544 Left = 202 45 Height = 30 46 Top = 368 47 Width = 90 45 48 Anchors = [akLeft, akBottom] 46 49 Caption = 'Cancel' 47 50 ModalResult = 2 51 ParentFont = False 48 52 TabOrder = 2 49 53 end 50 54 object Label2: TLabel 51 Left = 1 652 Height = 2 053 Top = 8054 Width = 1 1355 Left = 19 56 Height = 26 57 Top = 96 58 Width = 147 55 59 Caption = 'White space rule:' 56 60 ParentColor = False 61 ParentFont = False 57 62 end 58 63 object ComboBoxWhiteSpaceRule: TComboBox 59 Left = 168 60 Height = 28 61 Top = 72 62 Width = 272 63 ItemHeight = 20 64 Left = 202 65 Height = 42 66 Top = 86 67 Width = 326 68 ItemHeight = 0 69 ParentFont = False 64 70 Style = csDropDownList 65 71 TabOrder = 3
Note:
See TracChangeset
for help on using the changeset viewer.