Changeset 131 for branches/generator/Forms/UFormMain.lfm
- Timestamp:
- Dec 24, 2017, 3:54:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormMain.lfm
r130 r131 29 29 Height = 28 30 30 Top = 5 31 Width = 1 2531 Width = 171 32 32 Align = alNone 33 33 AutoSize = True … … 42 42 Transparent = True 43 43 object ToolButton2: TToolButton 44 Left = 9644 Left = 142 45 45 Top = 0 46 46 Action = ABuildCompiler … … 55 55 Top = 0 56 56 Action = AProjectOpen 57 DropdownMenu = PopupMenuOpenRecent 58 Style = tbsButtonDrop 57 59 end 58 60 object ToolButton5: TToolButton 59 Left = 5961 Left = 76 60 62 Top = 0 61 63 Action = AProjectSave 62 64 end 63 65 object ToolButton6: TToolButton 64 Left = 8866 Left = 134 65 67 Height = 28 66 68 Top = 0 67 69 Style = tbsSeparator 70 end 71 object ToolButton1: TToolButton 72 Left = 105 73 Top = 0 74 Action = AGrammerSettings 68 75 end 69 76 end … … 124 131 Action = AProjectOpen 125 132 end 133 object MenuItemRecent: TMenuItem 134 Caption = 'Open recent' 135 end 126 136 object MenuItem10: TMenuItem 127 137 Action = AProjectSave … … 151 161 object MenuItem1: TMenuItem 152 162 Caption = 'View' 163 object MenuItemToolbar: TMenuItem 164 Action = AToolbarVisible 165 AutoCheck = True 166 end 153 167 end 154 168 end … … 175 189 OnExecute = AProjectOpenExecute 176 190 end 191 object AProjectOpenRecent: TAction 192 Caption = 'Open recent' 193 OnExecute = AProjectOpenRecentExecute 194 end 177 195 object AProjectSaveAs: TAction 178 196 Caption = 'Save as...' … … 181 199 OnExecute = AProjectSaveAsExecute 182 200 end 201 object AProjectSave: TAction 202 Caption = 'Save' 203 ImageIndex = 5 204 OnExecute = AProjectSaveExecute 205 end 206 object AProjectNew: TAction 207 Caption = 'New' 208 ImageIndex = 10 209 OnExecute = AProjectNewExecute 210 end 211 object AProjectClose: TAction 212 Caption = 'Close' 213 OnExecute = AProjectCloseExecute 214 end 215 object AGrammerSettings: TAction 216 Caption = 'Settings' 217 ImageIndex = 3 218 OnExecute = AGrammerSettingsExecute 219 end 183 220 object ABuildCompiler: TAction 184 221 Caption = 'Build compiler' … … 186 223 OnExecute = ABuildCompilerExecute 187 224 end 188 object AProjectSave: TAction 189 Caption = 'Save' 190 ImageIndex = 5 191 OnExecute = AProjectSaveExecute 192 end 193 object AProjectNew: TAction 194 Caption = 'New' 195 ImageIndex = 10 196 OnExecute = AProjectNewExecute 197 end 198 object AGrammerSettings: TAction 199 Caption = 'Settings' 200 OnExecute = AGrammerSettingsExecute 201 end 202 object AProjectClose: TAction 203 Caption = 'Close' 204 OnExecute = AProjectCloseExecute 225 object AToolbarVisible: TAction 226 AutoCheck = True 227 Caption = 'Toolbar' 228 OnExecute = AToolbarVisibleExecute 205 229 end 206 230 end … … 217 241 top = 414 218 242 end 243 object LastOpenedList1: TLastOpenedList 244 MaxCount = 10 245 OnChange = LastOpenedList1Change 246 left = 155 247 top = 131 248 end 249 object PopupMenuOpenRecent: TPopupMenu 250 left = 149 251 top = 234 252 end 219 253 end
Note:
See TracChangeset
for help on using the changeset viewer.