Ignore:
Timestamp:
Aug 10, 2010, 1:48:38 PM (14 years ago)
Author:
george
Message:

Fix: View proper source file after click to error message.
Made partial changes to support unit interface and implementation sections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/Forms/UMainForm.lfm

    r54 r55  
    33  Height = 494
    44  Top = 103
    5   Width = 884
     5  Width = 861
    66  Caption = 'Transpascal '
    77  ClientHeight = 494
    8   ClientWidth = 884
     8  ClientWidth = 861
    99  Font.Height = -11
    1010  Font.Name = 'Tahoma'
     
    1616  LCLVersion = '0.9.29'
    1717  object ButtonCompile: TButton
    18     Left = 736
     18    Left = 713
    1919    Height = 22
    2020    Top = 397
     
    2828    TabOrder = 0
    2929  end
    30   inline SynEdit1: TSynEdit
     30  inline SynEditSource: TSynEdit
    3131    Left = 248
    3232    Height = 384
     
    611611      end>
    612612    Lines.Strings = (
    613       'SynEdit1'
     613      'SynEditSource'
    614614    )
    615615    BracketHighlightStyle = sbhsBoth
     
    723723  end
    724724  object ComboBox1: TComboBox
    725     Left = 735
     725    Left = 712
    726726    Height = 21
    727727    Top = 424
    728728    Width = 144
    729     Anchors = [akLeft, akRight, akBottom]
     729    Anchors = [akRight, akBottom]
    730730    ItemHeight = 13
    731731    ItemIndex = 0
     
    741741    Text = 'Pascal'
    742742  end
    743   object ListBox1: TListBox
     743  object ListBoxMessages: TListBox
    744744    Left = 8
    745745    Height = 91
    746746    Top = 398
    747     Width = 720
     747    Width = 697
    748748    Anchors = [akLeft, akRight, akBottom]
    749749    ItemHeight = 0
    750     OnClick = ListBox1Click
     750    OnClick = ListBoxMessagesClick
    751751    TabOrder = 3
    752752  end
     
    755755    Height = 382
    756756    Top = 8
    757     Width = 231
     757    Width = 208
    758758    Anchors = [akTop, akLeft, akRight, akBottom]
    759759    BevelOuter = bvNone
Note: See TracChangeset for help on using the changeset viewer.