Changeset 227 for branches/xpascal/Forms/FormOutput.lfm
- Timestamp:
- Jun 24, 2023, 1:20:22 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/xpascal/Forms/FormOutput.lfm
r224 r227 8 8 ClientWidth = 932 9 9 DesignTimePPI = 144 10 LCLVersion = '2. 0.2.0'10 LCLVersion = '2.2.6.0' 11 11 inline SynEditOutput: TSynEdit 12 12 Left = 11 … … 512 512 Height = 26 513 513 Top = 8 514 Width = 6 6514 Width = 64 515 515 Caption = 'Output:' 516 516 ParentColor = False … … 520 520 CompilerMode = pcmDelphi 521 521 NestedComments = False 522 left = 304 523 top = 219 522 TypeHelpers = True 523 Left = 304 524 Top = 219 524 525 end 525 526 object SynCppSyn1: TSynCppSyn 526 527 DefaultFilter = 'Soubory C++ (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh' 527 528 Enabled = False 528 left = 325529 top = 136529 Left = 325 530 Top = 136 530 531 end 531 532 object SynXMLSyn1: TSynXMLSyn … … 533 534 Enabled = False 534 535 WantBracesParsed = False 535 left = 213536 top = 100536 Left = 213 537 Top = 100 537 538 end 538 539 object SynPHPSyn1: TSynPHPSyn 539 540 DefaultFilter = 'Soubory PHP (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.inc' 540 541 Enabled = False 541 left = 359542 top = 75542 Left = 359 543 Top = 75 543 544 end 544 545 end
Note:
See TracChangeset
for help on using the changeset viewer.