Changeset 119 for branches/generator/Forms/UFormMain.lfm
- Timestamp:
- Nov 29, 2017, 12:31:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormMain.lfm
r118 r119 1 1 object FormMain: TFormMain 2 Left = 3 822 Left = 376 3 3 Height = 678 4 Top = 1954 Top = 202 5 5 Width = 1050 6 6 Caption = 'Language generator' … … 17 17 Width = 1050 18 18 Align = alClient 19 ScrollBars = ssAutoBoth 19 20 TabOrder = 0 20 21 end … … 67 68 object MenuItem2: TMenuItem 68 69 Caption = 'File' 70 object MenuItem11: TMenuItem 71 Action = ANew 72 end 69 73 object MenuItem4: TMenuItem 70 74 Action = AOpen 75 end 76 object MenuItem10: TMenuItem 77 Action = ASave 71 78 end 72 79 object MenuItem5: TMenuItem … … 126 133 OnExecute = ABuildCompilerExecute 127 134 end 135 object ASave: TAction 136 Caption = 'Save' 137 ImageIndex = 5 138 OnExecute = ASaveExecute 139 end 140 object ANew: TAction 141 Caption = 'New' 142 ImageIndex = 10 143 OnExecute = ANewExecute 144 end 128 145 end 129 146 object OpenDialog1: TOpenDialog
Note:
See TracChangeset
for help on using the changeset viewer.