Changeset 115 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Oct 13, 2020, 8:05:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r113 r115 1 1 object FormMain: TFormMain 2 Left = 4 052 Left = 430 3 3 Height = 703 4 Top = 2 264 Top = 249 5 5 Width = 1032 6 6 Caption = 'LazFuck' … … 14 14 OnDestroy = FormDestroy 15 15 OnShow = FormShow 16 LCLVersion = '2.0. 2.0'16 LCLVersion = '2.0.10.0' 17 17 WindowState = wsMaximized 18 18 object StatusBarMain: TStatusBar 19 19 Left = 0 20 Height = 2 821 Top = 64 120 Height = 27 21 Top = 642 22 22 Width = 1032 23 23 Panels = < … … 73 73 end 74 74 object ToolButton6: TToolButton 75 Left = 23 975 Left = 237 76 76 Top = 2 77 77 Action = AProgramRun 78 78 end 79 79 object ToolButton7: TToolButton 80 Left = 20 480 Left = 202 81 81 Top = 2 82 82 Action = AProgramCompile … … 88 88 end 89 89 object ToolButton9: TToolButton 90 Left = 34 490 Left = 342 91 91 Top = 2 92 92 Action = ABreakpointToggle 93 93 end 94 94 object ToolButton10: TToolButton 95 Left = 27 495 Left = 272 96 96 Top = 2 97 97 Action = AProgramPause 98 98 end 99 99 object ToolButton11: TToolButton 100 Left = 30 9100 Left = 307 101 101 Top = 2 102 102 Action = AProgramStop 103 103 end 104 104 object ToolButton12: TToolButton 105 Left = 37 9105 Left = 377 106 106 Top = 2 107 107 Action = AProgramStepOver 108 108 end 109 109 object ToolButton13: TToolButton 110 Left = 41 4110 Left = 412 111 111 Top = 2 112 112 Action = AProgramStepInto 113 113 end 114 114 object ToolButton14: TToolButton 115 Left = 44 9115 Left = 447 116 116 Top = 2 117 117 Action = AProgramStepOut 118 118 end 119 119 object ToolButton15: TToolButton 120 Left = 48 4120 Left = 482 121 121 Top = 2 122 122 Action = AProgramRunToCursor 123 123 end 124 124 object ToolButtonTarget: TToolButton 125 Left = 51 9125 Left = 517 126 126 Hint = 'Target select' 127 127 Top = 2 … … 133 133 object PageControlRight: TPageControl 134 134 Left = 560 135 Height = 61 0135 Height = 611 136 136 Top = 31 137 137 Width = 472 … … 144 144 object TabSheetDebug: TTabSheet 145 145 Caption = 'Debug' 146 ClientHeight = 60 6146 ClientHeight = 607 147 147 ClientWidth = 390 148 148 ParentFont = False … … 206 206 object PanelMemory: TPanel 207 207 Left = 0 208 Height = 9 7208 Height = 98 209 209 Top = 509 210 210 Width = 390 … … 218 218 object Splitter1: TSplitter 219 219 Left = 554 220 Height = 61 0220 Height = 611 221 221 Top = 31 222 222 Width = 6 … … 226 226 object PanelLeft: TPanel 227 227 Left = 0 228 Height = 61 0228 Height = 611 229 229 Top = 31 230 230 Width = 554 231 231 Align = alClient 232 232 BevelOuter = bvNone 233 ClientHeight = 61 0233 ClientHeight = 611 234 234 ClientWidth = 554 235 235 ParentFont = False … … 237 237 object PageControlMain: TPageControl 238 238 Left = 0 239 Height = 46 2239 Height = 463 240 240 Top = 0 241 241 Width = 554 … … 257 257 Left = 0 258 258 Height = 142 259 Top = 46 8259 Top = 469 260 260 Width = 554 261 261 ActivePage = TabSheetMessages … … 274 274 Left = 0 275 275 Height = 6 276 Top = 46 2276 Top = 463 277 277 Width = 554 278 278 Align = alBottom … … 282 282 object MainMenu1: TMainMenu 283 283 Images = Core.ImageListMain 284 left = 259285 top = 163284 Left = 259 285 Top = 163 286 286 object MenuItem1: TMenuItem 287 287 Caption = 'Project' … … 383 383 object ActionList1: TActionList 384 384 Images = Core.ImageListMain 385 left = 259386 top = 230385 Left = 259 386 Top = 230 387 387 object AProjectOpen: TAction 388 388 Category = 'Project' … … 529 529 DefaultExt = '.b' 530 530 Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' 531 left = 67532 top = 221531 Left = 67 532 Top = 221 533 533 end 534 534 object SaveDialog1: TSaveDialog 535 535 DefaultExt = '.b' 536 536 Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' 537 left = 67538 top = 288537 Left = 67 538 Top = 288 539 539 end 540 540 object TimerRefresh: TTimer 541 541 OnTimer = TimerRefreshTimer 542 left = 67543 top = 355542 Left = 67 543 Top = 355 544 544 end 545 545 object PopupMenuRecentFiles: TPopupMenu 546 left = 67547 top = 77546 Left = 67 547 Top = 77 548 548 end 549 549 object PopupMenuTargets: TPopupMenu 550 Images = Core.ImageListMain 551 left = 67 552 top = 143 550 Left = 67 551 Top = 143 553 552 end 554 553 end
Note:
See TracChangeset
for help on using the changeset viewer.