Ignore:
Timestamp:
Aug 10, 2010, 11:54:18 AM (14 years ago)
Author:
george
Message:

Added support for multiple source files and compilations for multiple modules in Project.pas

File:
1 edited

Legend:

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

    r53 r54  
    11object MainForm: TMainForm
    2   Left = 141
    3   Height = 498
    4   Top = 105
    5   Width = 881
     2  Left = 148
     3  Height = 494
     4  Top = 103
     5  Width = 884
    66  Caption = 'Transpascal '
    7   ClientHeight = 498
    8   ClientWidth = 881
     7  ClientHeight = 494
     8  ClientWidth = 884
    99  Font.Height = -11
    1010  Font.Name = 'Tahoma'
     
    1616  LCLVersion = '0.9.29'
    1717  object ButtonCompile: TButton
    18     Left = 801
     18    Left = 736
    1919    Height = 22
    20     Top = 401
    21     Width = 75
     20    Top = 397
     21    Width = 144
    2222    Anchors = [akRight, akBottom]
    2323    Caption = 'Kompilovat'
     
    2929  end
    3030  inline SynEdit1: TSynEdit
    31     Left = 8
    32     Height = 388
    33     Top = 8
    34     Width = 488
     31    Left = 248
     32    Height = 384
     33    Top = 6
     34    Width = 392
    3535    Anchors = [akTop, akLeft, akBottom]
    3636    Font.Height = -13
     
    723723  end
    724724  object ComboBox1: TComboBox
    725     Left = 504
     725    Left = 735
    726726    Height = 21
    727     Top = 8
    728     Width = 373
    729     Anchors = [akTop, akLeft, akRight]
     727    Top = 424
     728    Width = 144
     729    Anchors = [akLeft, akRight, akBottom]
    730730    ItemHeight = 13
    731731    ItemIndex = 0
     
    744744    Left = 8
    745745    Height = 91
    746     Top = 402
    747     Width = 785
     746    Top = 398
     747    Width = 720
    748748    Anchors = [akLeft, akRight, akBottom]
    749749    ItemHeight = 0
     
    752752  end
    753753  object Panel1: TPanel
    754     Left = 504
    755     Height = 354
    756     Top = 40
    757     Width = 372
     754    Left = 648
     755    Height = 382
     756    Top = 8
     757    Width = 231
    758758    Anchors = [akTop, akLeft, akRight, akBottom]
    759759    BevelOuter = bvNone
    760760    TabOrder = 4
    761761  end
     762  object TreeViewProject: TTreeView
     763    Left = 7
     764    Height = 383
     765    Top = 8
     766    Width = 233
     767    Anchors = [akTop, akLeft, akBottom]
     768    DefaultItemHeight = 15
     769    ReadOnly = True
     770    TabOrder = 5
     771    OnChange = TreeViewProjectChange
     772    Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
     773  end
    762774  object SynPasSyn1: TSynPasSyn
    763775    CompilerMode = pcmDelphi
    764776    NestedComments = False
    765     left = 183
    766     top = 48
     777    left = 328
     778    top = 32
    767779  end
    768780end
Note: See TracChangeset for help on using the changeset viewer.