Ignore:
Timestamp:
Nov 10, 2009, 11:13:51 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Při kliknutí na chybové hlášení se přesune kurzor v kódu na místo chyby.
Location:
branches/Void
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Void

    • Property svn:ignore
      •  

        old new  
        77*.dsk
        88*.~dsk
         9Output.bdsproj
         10Output.c
         11Output.dpr
         12Output.exe
  • branches/Void/UMainForm.lfm

    r16 r17  
    11object MainForm: TMainForm
    2   Left = 259
    3   Height = 580
    4   Top = 65
     2  Left = 257
     3  Height = 527
     4  Top = 134
    55  Width = 760
    66  Caption = 'Překladač Void'
    7   ClientHeight = 580
     7  ClientHeight = 527
    88  ClientWidth = 760
    99  OnClose = FormClose
     
    2828    ParentColor = False
    2929  end
    30   object Memo3: TMemo
    31     Left = 9
    32     Height = 77
    33     Top = 443
    34     Width = 549
    35     ScrollBars = ssAutoBoth
    36     TabOrder = 0
    37   end
    3830  object Label3: TLabel
    3931    Left = 12
     
    5143    Caption = 'Přeložit'
    5244    OnClick = ButtonCompileClick
    53     TabOrder = 1
     45    TabOrder = 0
    5446  end
    5547  object ComboBox1: TComboBox
     
    6658    )
    6759    Style = csDropDownList
    68     TabOrder = 2
     60    TabOrder = 1
    6961    Text = 'Pascal'
    7062  end
     
    8072    ParentColor = False
    8173    ParentFont = False
    82     TabOrder = 3
     74    TabOrder = 2
     75    BookMarkOptions.OnChange = nil
    8376    Gutter.Width = 57
    8477    Gutter.MouseActions = <   
     
    773766    ParentColor = False
    774767    ParentFont = False
    775     TabOrder = 4
     768    TabOrder = 3
     769    BookMarkOptions.OnChange = nil
    776770    Gutter.Width = 57
    777771    Gutter.MouseActions = <   
     
    13461340    )
    13471341    BracketHighlightStyle = sbhsBoth
    1348     OnChange = SynEdit2Change
    13491342    inline SynGutterPartList1: TSynGutterPartList
    13501343      object SynGutterMarks1: TSynGutterMarks
     
    14611454    Width = 185
    14621455    DefaultItemHeight = 15
    1463     TabOrder = 5
     1456    TabOrder = 4
    14641457  end
    14651458  object Label4: TLabel
     
    14701463    Caption = 'Struktura:'
    14711464    ParentColor = False
     1465  end
     1466  object ListView1: TListView
     1467    Left = 9
     1468    Height = 72
     1469    Top = 446
     1470    Width = 479
     1471    Columns = <   
     1472      item
     1473        Caption = 'Modul'
     1474        Width = 100
     1475      end   
     1476      item
     1477        Caption = 'Pozice'
     1478      end   
     1479      item
     1480        Caption = 'Hlášení'
     1481        Width = 300
     1482      end>
     1483    ReadOnly = True
     1484    RowSelect = True
     1485    TabOrder = 5
     1486    ViewStyle = vsReport
     1487    OnClick = ListView1Click
    14721488  end
    14731489  object SynPasSyn1: TSynPasSyn
Note: See TracChangeset for help on using the changeset viewer.