Changeset 144 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jun 2, 2023, 11:18:38 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r143 r144 1 1 object FormMain: TFormMain 2 2 Left = 430 3 Height = 7 323 Height = 703 4 4 Top = 249 5 Width = 10 755 Width = 1032 6 6 Caption = 'LazFuck' 7 ClientHeight = 6 978 ClientWidth = 10 759 DesignTimePPI = 1 507 ClientHeight = 669 8 ClientWidth = 1032 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 14 14 OnDestroy = FormDestroy 15 15 OnShow = FormShow 16 LCLVersion = '2.2. 0.4'16 LCLVersion = '2.2.6.0' 17 17 WindowState = wsMaximized 18 18 object StatusBarMain: TStatusBar 19 19 Left = 0 20 20 Height = 28 21 Top = 6 6922 Width = 10 7521 Top = 641 22 Width = 1032 23 23 Panels = < 24 24 item 25 Width = 8 825 Width = 84 26 26 end 27 27 item 28 Width = 8 828 Width = 84 29 29 end 30 30 item 31 Width = 10031 Width = 96 32 32 end> 33 33 ParentFont = False … … 36 36 object ToolBarMain: TToolBar 37 37 Left = 0 38 Height = 3 438 Height = 33 39 39 Top = 0 40 Width = 10 7540 Width = 1032 41 41 Images = Core.ImageListMain 42 42 ParentFont = False … … 50 50 end 51 51 object ToolButton2: TToolButton 52 Left = 3 752 Left = 36 53 53 Top = 2 54 54 Action = AProjectOpen … … 57 57 end 58 58 object ToolButton3: TToolButton 59 Left = 9259 Left = 89 60 60 Top = 2 61 61 Action = AProjectSave 62 62 end 63 63 object ToolButton4: TToolButton 64 Left = 12 864 Left = 124 65 65 Top = 2 66 66 Action = AProjectClose 67 67 end 68 68 object ToolButton5: TToolButton 69 Left = 20070 Height = 3 469 Left = 194 70 Height = 33 71 71 Top = 2 72 72 Style = tbsSeparator 73 73 end 74 74 object ToolButton6: TToolButton 75 Left = 2 4475 Left = 237 76 76 Top = 2 77 77 Action = AProgramRun 78 78 end 79 79 object ToolButton7: TToolButton 80 Left = 20 880 Left = 202 81 81 Top = 2 82 82 Action = AProgramCompile 83 83 end 84 84 object ToolButton8: TToolButton 85 Left = 1 6485 Left = 159 86 86 Top = 2 87 87 Action = AOptions 88 88 end 89 89 object ToolButton9: TToolButton 90 Left = 3 5290 Left = 342 91 91 Top = 2 92 92 Action = ABreakpointToggle 93 93 end 94 94 object ToolButton10: TToolButton 95 Left = 2 8095 Left = 272 96 96 Top = 2 97 97 Action = AProgramPause 98 98 end 99 99 object ToolButton11: TToolButton 100 Left = 3 16100 Left = 307 101 101 Top = 2 102 102 Action = AProgramStop 103 103 end 104 104 object ToolButton12: TToolButton 105 Left = 3 88105 Left = 377 106 106 Top = 2 107 107 Action = AProgramStepOver 108 108 end 109 109 object ToolButton13: TToolButton 110 Left = 4 24110 Left = 412 111 111 Top = 2 112 112 Action = AProgramStepInto 113 113 end 114 114 object ToolButton14: TToolButton 115 Left = 4 60115 Left = 447 116 116 Top = 2 117 117 Action = AProgramStepOut 118 118 end 119 119 object ToolButton15: TToolButton 120 Left = 4 96120 Left = 482 121 121 Top = 2 122 122 Action = AProgramRunToCursor 123 123 end 124 124 object ToolButtonTarget: TToolButton 125 Left = 5 32125 Left = 517 126 126 Hint = 'Target select' 127 127 Top = 2 … … 132 132 end 133 133 object PageControlRight: TPageControl 134 Left = 5 83135 Height = 6 35136 Top = 3 4137 Width = 4 92134 Left = 560 135 Height = 608 136 Top = 33 137 Width = 472 138 138 ActivePage = TabSheetDebug 139 139 Align = alRight … … 144 144 object TabSheetDebug: TTabSheet 145 145 Caption = 'Debug' 146 ClientHeight = 6 31147 ClientWidth = 405146 ClientHeight = 604 147 ClientWidth = 390 148 148 ParentFont = False 149 149 object PanelInput: TPanel 150 150 Left = 0 151 Height = 80151 Height = 77 152 152 Top = 0 153 Width = 405153 Width = 390 154 154 Align = alTop 155 155 BevelOuter = bvNone … … 161 161 Left = 0 162 162 Height = 6 163 Top = 80164 Width = 405163 Top = 77 164 Width = 390 165 165 Align = alTop 166 166 ResizeAnchor = akTop … … 168 168 object PanelOutput: TPanel 169 169 Left = 0 170 Height = 3 24171 Top = 8 6172 Width = 405170 Height = 311 171 Top = 83 172 Width = 390 173 173 Align = alTop 174 174 BevelOuter = bvNone … … 180 180 Left = 0 181 181 Height = 6 182 Top = 410183 Width = 405182 Top = 394 183 Width = 390 184 184 Align = alTop 185 185 ResizeAnchor = akTop … … 187 187 object PanelCPU: TPanel 188 188 Left = 0 189 Height = 10 7190 Top = 4 16191 Width = 405189 Height = 103 190 Top = 400 191 Width = 390 192 192 Align = alTop 193 193 BevelOuter = bvNone … … 199 199 Left = 0 200 200 Height = 6 201 Top = 5 23202 Width = 405201 Top = 503 202 Width = 390 203 203 Align = alTop 204 204 ResizeAnchor = akTop … … 206 206 object PanelMemory: TPanel 207 207 Left = 0 208 Height = 102209 Top = 5 29210 Width = 405208 Height = 95 209 Top = 509 210 Width = 390 211 211 Align = alClient 212 212 BevelOuter = bvNone … … 217 217 end 218 218 object Splitter1: TSplitter 219 Left = 5 77220 Height = 6 35221 Top = 3 4219 Left = 554 220 Height = 608 221 Top = 33 222 222 Width = 6 223 223 Align = alRight … … 226 226 object PanelLeft: TPanel 227 227 Left = 0 228 Height = 6 35229 Top = 3 4230 Width = 5 77228 Height = 608 229 Top = 33 230 Width = 554 231 231 Align = alClient 232 232 BevelOuter = bvNone 233 ClientHeight = 6 35234 ClientWidth = 5 77233 ClientHeight = 608 234 ClientWidth = 554 235 235 ParentFont = False 236 236 TabOrder = 4 237 237 object PageControlMain: TPageControl 238 238 Left = 0 239 Height = 4 81239 Height = 460 240 240 Top = 0 241 Width = 5 77241 Width = 554 242 242 ActivePage = TabSheetSource 243 243 Align = alClient … … 256 256 object PageControlBottom: TPageControl 257 257 Left = 0 258 Height = 14 8259 Top = 4 87260 Width = 5 77258 Height = 142 259 Top = 466 260 Width = 554 261 261 ActivePage = TabSheetMessages 262 262 Align = alBottom … … 274 274 Left = 0 275 275 Height = 6 276 Top = 4 81277 Width = 5 77276 Top = 460 277 Width = 554 278 278 Align = alBottom 279 279 ResizeAnchor = akBottom … … 282 282 object MainMenu1: TMainMenu 283 283 Images = Core.ImageListMain 284 Left = 2 70285 Top = 16 7284 Left = 259 285 Top = 160 286 286 object MenuItem1: TMenuItem 287 287 Caption = 'File' … … 389 389 object ActionList1: TActionList 390 390 Images = Core.ImageListMain 391 Left = 2 72392 Top = 2 40391 Left = 261 392 Top = 230 393 393 object AProjectOpen: TAction 394 394 Category = 'Project' … … 540 540 DefaultExt = '.b' 541 541 Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' 542 Left = 70543 Top = 2 30542 Left = 67 543 Top = 221 544 544 end 545 545 object SaveDialog1: TSaveDialog 546 546 DefaultExt = '.b' 547 547 Filter = 'BrainFuck (*.b)|*.b|Any file (*.*)|*.*' 548 Left = 70549 Top = 300548 Left = 67 549 Top = 288 550 550 end 551 551 object TimerRefresh: TTimer 552 552 Interval = 200 553 553 OnTimer = TimerRefreshTimer 554 Left = 70555 Top = 3 70554 Left = 67 555 Top = 355 556 556 end 557 557 object PopupMenuRecentFiles: TPopupMenu 558 Left = 70559 Top = 80558 Left = 67 559 Top = 77 560 560 end 561 561 object PopupMenuTargets: TPopupMenu 562 562 Images = Core.ImageListMain 563 Left = 70564 Top = 14 9563 Left = 67 564 Top = 143 565 565 end 566 566 end
Note:
See TracChangeset
for help on using the changeset viewer.