Changeset 150 for trunk/Forms
- Timestamp:
- Jun 5, 2024, 1:03:02 PM (5 months ago)
- Location:
- trunk/Forms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r145 r150 1 1 object FormMain: TFormMain 2 Left = 4303 Height = 7034 Top = 2 495 Width = 1 0322 Left = 534 3 Height = 993 4 Top = 223 5 Width = 1491 6 6 Caption = 'LazFuck' 7 ClientHeight = 6698 ClientWidth = 1 0327 ClientHeight = 993 8 ClientWidth = 1491 9 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 … … 14 14 OnDestroy = FormDestroy 15 15 OnShow = FormShow 16 LCLVersion = '2.2.6.0' 17 WindowState = wsMaximized 16 LCLVersion = '3.4.0.0' 18 17 object StatusBarMain: TStatusBar 19 18 Left = 0 20 19 Height = 28 21 Top = 64122 Width = 1 03220 Top = 965 21 Width = 1491 23 22 Panels = < 24 23 item … … 38 37 Height = 33 39 38 Top = 0 40 Width = 1 03239 Width = 1491 41 40 Images = Core.ImageListMain 42 41 ParentFont = False … … 132 131 end 133 132 object PageControlRight: TPageControl 134 Left = 560135 Height = 608133 Left = 1019 134 Height = 932 136 135 Top = 33 137 136 Width = 472 … … 144 143 object TabSheetDebug: TTabSheet 145 144 Caption = 'Debug' 146 ClientHeight = 604145 ClientHeight = 928 147 146 ClientWidth = 390 148 147 ParentFont = False … … 206 205 object PanelMemory: TPanel 207 206 Left = 0 208 Height = 95207 Height = 419 209 208 Top = 509 210 209 Width = 390 … … 217 216 end 218 217 object Splitter1: TSplitter 219 Left = 554220 Height = 608218 Left = 1013 219 Height = 932 221 220 Top = 33 222 221 Width = 6 … … 226 225 object PanelLeft: TPanel 227 226 Left = 0 228 Height = 608227 Height = 932 229 228 Top = 33 230 Width = 554229 Width = 1013 231 230 Align = alClient 232 231 BevelOuter = bvNone 233 ClientHeight = 608234 ClientWidth = 554232 ClientHeight = 932 233 ClientWidth = 1013 235 234 ParentFont = False 236 235 TabOrder = 4 237 236 object PageControlMain: TPageControl 238 237 Left = 0 239 Height = 460238 Height = 784 240 239 Top = 0 241 Width = 554240 Width = 1013 242 241 ActivePage = TabSheetSource 243 242 Align = alClient … … 257 256 Left = 0 258 257 Height = 142 259 Top = 466260 Width = 554258 Top = 790 259 Width = 1013 261 260 ActivePage = TabSheetMessages 262 261 Align = alBottom … … 274 273 Left = 0 275 274 Height = 6 276 Top = 460277 Width = 554275 Top = 784 276 Width = 1013 278 277 Align = alBottom 279 278 ResizeAnchor = akBottom -
trunk/Forms/FormSourceCode.lfm
r149 r150 1 1 object FormSourceCode: TFormSourceCode 2 Left = 4592 Left = 944 3 3 Height = 589 4 Top = 2784 Top = 425 5 5 Width = 672 6 6 Caption = 'Source code' … … 518 518 Top = 154 519 519 object MenuItem23: TMenuItem 520 Action = FormMain.ABreakpointToggle 520 Caption = 'Toggle breakpoint' 521 ImageIndex = 12 521 522 end 522 523 object MenuItem29: TMenuItem 523 Action = FormMain.AShowTargetPosition524 Caption = 'Show position in target' 524 525 Bitmap.Data = { 525 526 36040000424D3604000000000000360000002800000010000000100000000100 … … 558 559 FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00 559 560 } 561 ShortCut = 16393 560 562 end 561 563 object Separator1: TMenuItem -
trunk/Forms/FormSourceCode.lrj
r145 r150 1 1 {"version":1,"strings":[ 2 2 {"hash":153946405,"name":"tformsourcecode.caption","sourcebytes":[83,111,117,114,99,101,32,99,111,100,101],"value":"Source code"}, 3 {"hash":101489412,"name":"tformsourcecode.menuitem23.caption","sourcebytes":[84,111,103,103,108,101,32,98,114,101,97,107,112,111,105,110,116],"value":"Toggle breakpoint"}, 4 {"hash":243767284,"name":"tformsourcecode.menuitem29.caption","sourcebytes":[83,104,111,119,32,112,111,115,105,116,105,111,110,32,105,110,32,116,97,114,103,101,116],"value":"Show position in target"}, 3 5 {"hash":60096370,"name":"tformsourcecode.ageneratenumber.caption","sourcebytes":[71,101,110,101,114,97,116,101,32,110,117,109,98,101,114],"value":"Generate number"}, 4 6 {"hash":243256341,"name":"tformsourcecode.ashrinksource.caption","sourcebytes":[83,104,114,105,110,107,32,115,111,117,114,99,101],"value":"Shrink source"},
Note:
See TracChangeset
for help on using the changeset viewer.