Changeset 118 for branches/generator/Forms/UFormMain.lfm
- Timestamp:
- Nov 27, 2017, 5:10:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormMain.lfm
r117 r118 36 36 Height = 22 37 37 Top = 5 38 Width = 2438 Width = 47 39 39 Align = alNone 40 40 AutoSize = True … … 54 54 Action = ARules 55 55 end 56 object ToolButton2: TToolButton 57 Left = 24 58 Top = 0 59 Action = ABuildCompiler 60 end 56 61 end 57 62 end 58 63 object MainMenu1: TMainMenu 59 64 Images = Core.ImageList1 60 left = 24861 top = 2 1665 left = 312 66 top = 229 62 67 object MenuItem2: TMenuItem 63 68 Caption = 'File' … … 73 78 object MenuItem7: TMenuItem 74 79 Action = AExit 80 end 81 end 82 object MenuItem8: TMenuItem 83 Caption = 'Tools' 84 object MenuItem9: TMenuItem 85 Action = ABuildCompiler 75 86 end 76 87 end … … 110 121 OnExecute = ASaveAsExecute 111 122 end 123 object ABuildCompiler: TAction 124 Caption = 'Build compiler' 125 ImageIndex = 9 126 OnExecute = ABuildCompilerExecute 127 end 112 128 end 113 129 object OpenDialog1: TOpenDialog
Note:
See TracChangeset
for help on using the changeset viewer.