Changeset 130 for branches/generator/Forms/UFormMain.lfm
- Timestamp:
- Dec 24, 2017, 11:13:05 AM (7 years ago)
- Location:
- branches/generator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator
- Property svn:ignore
-
old new 1 generator 1 2 generator.exe 2 3 generator.lps 3 4 lib 4 5 heaptrclog.trc 6 Generated
-
- Property svn:ignore
-
branches/generator/Forms
-
Property svn:ignore
set to
*.lrj
-
Property svn:ignore
set to
-
branches/generator/Forms/UFormMain.lfm
r129 r130 5 5 Width = 1050 6 6 Caption = 'Language generator' 7 ClientHeight = 6 537 ClientHeight = 647 8 8 ClientWidth = 1050 9 DesignTimePPI = 12010 9 Menu = MainMenu1 11 10 OnClose = FormClose 12 11 OnCloseQuery = FormCloseQuery 13 12 OnShow = FormShow 14 LCLVersion = '1.8.0.6' 15 object MemoBNF: TMemo 16 Left = 0 17 Height = 618 18 Top = 35 19 Width = 1050 20 Align = alClient 21 ReadOnly = True 22 ScrollBars = ssAutoBoth 23 TabOrder = 0 24 end 13 LCLVersion = '1.8.0.4' 25 14 object CoolBar1: TCoolBar 26 15 Left = 0 … … 38 27 AnchorSideTop.Control = CoolBar1 39 28 Left = 24 40 Height = 2 229 Height = 28 41 30 Top = 5 42 Width = 12 431 Width = 125 43 32 Align = alNone 44 33 AutoSize = True … … 52 41 TabOrder = 0 53 42 Transparent = True 54 object ToolButton1: TToolButton55 Left = 7856 Top = 057 Action = ARules58 end59 43 object ToolButton2: TToolButton 60 Left = 10144 Left = 96 61 45 Top = 0 62 46 Action = ABuildCompiler … … 68 52 end 69 53 object ToolButton4: TToolButton 70 Left = 2454 Left = 30 71 55 Top = 0 72 56 Action = AProjectOpen 73 57 end 74 58 object ToolButton5: TToolButton 75 Left = 4759 Left = 59 76 60 Top = 0 77 61 Action = AProjectSave 78 62 end 79 63 object ToolButton6: TToolButton 80 Left = 7081 Height = 2 264 Left = 88 65 Height = 28 82 66 Top = 0 83 67 Style = tbsSeparator 68 end 69 end 70 end 71 object PageControl1: TPageControl 72 Left = 0 73 Height = 612 74 Top = 35 75 Width = 1050 76 ActivePage = TabSheetEbnf 77 Align = alClient 78 TabIndex = 2 79 TabOrder = 1 80 object TabSheetRules: TTabSheet 81 Caption = 'Rules' 82 end 83 object TabSheetBnf: TTabSheet 84 Caption = 'BNF' 85 ClientHeight = 571 86 ClientWidth = 1044 87 object MemoBnf: TMemo 88 Left = 0 89 Height = 571 90 Top = 0 91 Width = 1044 92 Align = alClient 93 ReadOnly = True 94 ScrollBars = ssAutoBoth 95 TabOrder = 0 96 end 97 end 98 object TabSheetEbnf: TTabSheet 99 Caption = 'EBNF' 100 ClientHeight = 571 101 ClientWidth = 1044 102 object MemoEbnf: TMemo 103 Left = 0 104 Height = 571 105 Top = 0 106 Width = 1044 107 Align = alClient 108 ReadOnly = True 109 ScrollBars = ssAutoBoth 110 TabOrder = 0 84 111 end 85 112 end … … 124 151 object MenuItem1: TMenuItem 125 152 Caption = 'View' 126 object MenuItem3: TMenuItem127 Action = ARules128 end129 153 end 130 154 end
Note:
See TracChangeset
for help on using the changeset viewer.