Changeset 176 for trunk/Forms
- Timestamp:
- Aug 21, 2024, 11:30:27 AM (3 months ago)
- Location:
- trunk/Forms
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormConsole.lfm
r153 r176 22 22 Anchors = [akTop, akLeft, akRight, akBottom] 23 23 BorderSpacing.Around = 3 24 Font.Name = 'Courier New' 24 Font.Height = 20 25 Font.Name = 'Liberation Mono' 26 Font.Pitch = fpFixed 25 27 ParentFont = False 26 28 ReadOnly = True -
trunk/Forms/FormInput.lfm
r153 r176 16 16 Align = alClient 17 17 BorderSpacing.Around = 6 18 Font.Name = 'Courier New' 18 Font.Height = 20 19 Font.Name = 'Libertation Mono' 20 Font.Pitch = fpFixed 19 21 ParentFont = False 20 22 ScrollBars = ssAutoBoth -
trunk/Forms/FormMemory.lfm
r153 r176 40 40 Width = 508 41 41 end> 42 Font.Name = 'Courier New' 42 Font.Height = 20 43 Font.Name = 'Liberation Mono' 44 Font.Pitch = fpFixed 43 45 OwnerData = True 44 46 ParentFont = False -
trunk/Forms/FormOutput.lfm
r153 r176 26 26 Align = alClient 27 27 BorderSpacing.Around = 4 28 Font.Name = 'Courier New' 28 Font.Height = 20 29 Font.Name = 'Liberation Mono' 30 Font.Pitch = fpFixed 29 31 ParentFont = False 30 32 ScrollBars = ssAutoBoth -
trunk/Forms/FormSourceCode.lfm
r154 r176 17 17 Width = 672 18 18 Align = alClient 19 Font.Height = 1320 Font.Name = ' Courier New'19 Font.Height = 20 20 Font.Name = 'Liberation Mono' 21 21 Font.Pitch = fpFixed 22 Font.Quality = fq NonAntialiased22 Font.Quality = fqAntialiased 23 23 ParentColor = False 24 24 ParentFont = False … … 27 27 OnKeyUp = MemoSourceKeyUp 28 28 OnMouseDown = MemoSourceMouseDown 29 Gutter.Width = 7629 Gutter.Width = 84 30 30 Gutter.MouseActions = <> 31 31 RightGutter.Width = 0 … … 481 481 end 482 482 object SynGutterLineNumber1: TSynGutterLineNumber 483 Width = 17483 Width = 25 484 484 MouseActions = <> 485 485 MarkupInfo.Background = clBtnFace -
trunk/Forms/FormTargetCode.lfm
r157 r176 16 16 Width = 734 17 17 Align = alClient 18 Font.Height = 1319 Font.Name = ' Courier New'18 Font.Height = 20 19 Font.Name = 'Liberation Mono' 20 20 Font.Pitch = fpFixed 21 Font.Quality = fq NonAntialiased21 Font.Quality = fqAntialiased 22 22 ParentColor = False 23 23 ParentFont = False 24 24 PopupMenu = PopupMenuTarget 25 25 TabOrder = 0 26 Gutter.Width = 7726 Gutter.Width = 85 27 27 Gutter.MouseActions = <> 28 28 RightGutter.Width = 0 … … 477 477 end 478 478 object SynGutterLineNumber1: TSynGutterLineNumber 479 Width = 17479 Width = 25 480 480 MouseActions = <> 481 481 MarkupInfo.Background = clBtnFace
Note:
See TracChangeset
for help on using the changeset viewer.