Changeset 190 for branches/generator/Forms/UFormMain.lfm
- Timestamp:
- May 16, 2019, 11:45:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormMain.lfm
r167 r190 1 1 object FormMain: TFormMain 2 2 Left = 376 3 Height = 6783 Height = 814 4 4 Top = 202 5 Width = 1 0505 Width = 1260 6 6 Caption = 'Language generator' 7 ClientHeight = 6538 ClientWidth = 1 0509 DesignTimePPI = 1 207 ClientHeight = 780 8 ClientWidth = 1260 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnClose = FormClose 12 12 OnCloseQuery = FormCloseQuery 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.2.0'14 LCLVersion = '2.0.2.0' 15 15 WindowState = wsMaximized 16 16 object CoolBar1: TCoolBar 17 17 Left = 0 18 Height = 3518 Height = 42 19 19 Top = 0 20 Width = 1 05020 Width = 1260 21 21 Bands = < 22 22 item … … 25 25 end> 26 26 Images = Core.ImageList1 27 ParentFont = False 27 28 object ToolBar1: TToolBar 28 29 AnchorSideLeft.Control = CoolBar1 29 30 AnchorSideTop.Control = CoolBar1 30 31 Left = 24 31 Height = 2832 Height = 33 32 33 Top = 5 33 Width = 19834 Width = 239 34 35 Align = alNone 35 36 AutoSize = True … … 39 40 EdgeOuter = esNone 40 41 Images = Core.ImageList1 42 ParentFont = False 41 43 ParentShowHint = False 42 44 ShowHint = True … … 44 46 Transparent = True 45 47 object ToolButton2: TToolButton 46 Left = 1 4048 Left = 169 47 49 Top = 0 48 50 Action = ABuildCompiler … … 54 56 end 55 57 object ToolButton4: TToolButton 56 Left = 3 058 Left = 36 57 59 Top = 0 58 60 Action = AProjectOpen … … 61 63 end 62 64 object ToolButton5: TToolButton 63 Left = 7465 Left = 89 64 66 Top = 0 65 67 Action = AProjectSave 66 68 end 67 69 object ToolButton6: TToolButton 68 Left = 1 3269 Height = 2870 Left = 159 71 Height = 33 70 72 Top = 0 71 73 Style = tbsSeparator 72 74 end 73 75 object ToolButton1: TToolButton 74 Left = 1 0376 Left = 124 75 77 Top = 0 76 78 Action = AGrammerSettings 77 79 end 78 80 object ToolButton7: TToolButton 79 Left = 16981 Left = 204 80 82 Top = 0 81 83 Action = ALookupTables … … 85 87 object PageControl1: TPageControl 86 88 Left = 0 87 Height = 61888 Top = 3589 Width = 1 05089 Height = 738 90 Top = 42 91 Width = 1260 90 92 ActivePage = TabSheetEbnf 91 93 Align = alClient 94 ParentFont = False 92 95 TabIndex = 2 93 96 TabOrder = 1 94 97 object TabSheetRules: TTabSheet 95 98 Caption = 'Rules' 99 ParentFont = False 96 100 end 97 101 object TabSheetBnf: TTabSheet 98 102 Caption = 'BNF' 99 ClientHeight = 571 100 ClientWidth = 1044 103 ClientHeight = 698 104 ClientWidth = 1250 105 ParentFont = False 101 106 object MemoBnf: TMemo 102 107 Left = 0 … … 105 110 Width = 1044 106 111 Align = alClient 112 ParentFont = False 107 113 ReadOnly = True 108 114 ScrollBars = ssAutoBoth … … 112 118 object TabSheetEbnf: TTabSheet 113 119 Caption = 'EBNF' 114 ClientHeight = 585 115 ClientWidth = 1042 120 ClientHeight = 698 121 ClientWidth = 1250 122 ParentFont = False 116 123 object MemoEbnf: TMemo 117 124 Left = 0 118 Height = 585119 Top = 0 120 Width = 1 042125 Height = 698 126 Top = 0 127 Width = 1250 121 128 Align = alClient 129 ParentFont = False 122 130 ReadOnly = True 123 131 ScrollBars = ssAutoBoth … … 128 136 object MainMenu1: TMainMenu 129 137 Images = Core.ImageList1 130 left = 3 04131 top = 2 29138 left = 365 139 top = 275 132 140 object MenuItem2: TMenuItem 133 141 Caption = 'File' … … 179 187 object ActionList1: TActionList 180 188 Images = Core.ImageList1 181 left = 428182 top = 2 29189 left = 514 190 top = 275 183 191 object ARules: TAction 184 192 Caption = 'Rules' … … 247 255 DefaultExt = '.grm' 248 256 Filter = 'Grammer (.grm)|*.grm|All files|*.*' 249 left = 748250 top = 188257 left = 898 258 top = 226 251 259 end 252 260 object SaveDialog1: TSaveDialog 253 261 DefaultExt = '.grm' 254 262 Filter = 'Grammer (.grm)|*.grm|All files|*.*' 255 left = 587256 top = 4 14263 left = 704 264 top = 497 257 265 end 258 266 object LastOpenedList1: TLastOpenedList 259 267 MaxCount = 10 260 268 OnChange = LastOpenedList1Change 261 left = 1 55262 top = 1 31269 left = 186 270 top = 157 263 271 end 264 272 object PopupMenuOpenRecent: TPopupMenu 265 left = 1 49266 top = 2 34273 left = 179 274 top = 281 267 275 end 268 276 end
Note:
See TracChangeset
for help on using the changeset viewer.