Ignore:
Timestamp:
Aug 10, 2010, 7:57:46 AM (14 years ago)
Author:
george
Message:

Visual TreeView reprezentation moved into target code producer set.

File:
1 edited

Legend:

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

    r51 r52  
    11object MainForm: TMainForm
    2   Left = 273
     2  Left = 176
    33  Height = 498
    4   Top = 105
     4  Top = 77
    55  Width = 881
    66  Caption = 'Pascal Compiler AVR'
     
    2525    TabOrder = 0
    2626  end
    27   object Memo2: TMemo
    28     Left = 672
    29     Height = 363
    30     Top = 32
    31     Width = 203
    32     Anchors = [akTop, akLeft, akRight, akBottom]
    33     Font.Height = -13
    34     Font.Name = 'Lucida Console'
    35     ParentFont = False
    36     ScrollBars = ssBoth
    37     TabOrder = 1
    38   end
    39   object TreeView1: TTreeView
    40     Left = 368
    41     Height = 387
    42     Top = 8
    43     Width = 296
    44     Anchors = [akTop, akLeft, akBottom]
    45     DefaultItemHeight = 15
    46     Indent = 19
    47     TabOrder = 2
    48   end
    4927  inline SynEdit1: TSynEdit
    5028    Left = 8
    5129    Height = 388
    5230    Top = 8
    53     Width = 352
     31    Width = 488
    5432    Anchors = [akTop, akLeft, akBottom]
    5533    Font.Height = -13
     
    5937    ParentColor = False
    6038    ParentFont = False
    61     TabOrder = 3
     39    TabOrder = 1
    6240    Gutter.Width = 57
    6341    Gutter.MouseActions = <   
     
    742720  end
    743721  object ComboBox1: TComboBox
    744     Left = 672
     722    Left = 504
    745723    Height = 21
    746724    Top = 8
    747     Width = 205
     725    Width = 373
    748726    Anchors = [akTop, akLeft, akRight]
    749727    ItemHeight = 13
     
    753731      'C'
    754732      'i8051'
     733      'TreeView'
    755734    )
    756735    OnChange = ComboBox1Change
    757736    Style = csDropDownList
    758     TabOrder = 4
     737    TabOrder = 2
    759738    Text = 'Pascal'
    760739  end
     
    767746    ItemHeight = 0
    768747    OnClick = ListBox1Click
    769     TabOrder = 5
     748    TabOrder = 3
     749  end
     750  object Panel1: TPanel
     751    Left = 504
     752    Height = 354
     753    Top = 40
     754    Width = 372
     755    Anchors = [akTop, akLeft, akRight, akBottom]
     756    BevelOuter = bvNone
     757    TabOrder = 4
    770758  end
    771759  object SynPasSyn1: TSynPasSyn
Note: See TracChangeset for help on using the changeset viewer.