Ignore:
Timestamp:
Apr 9, 2009, 2:08:56 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Nástřel parsování funkcí.
  • Přidáno: Zobrazení stromu struktury programu.
  • Opraveno: Zobrazení chybových hlášení.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/UMainForm.dfm

    r12 r19  
    33  Top = 0
    44  Caption = 'Pascal Compiler AVR'
    5   ClientHeight = 645
    6   ClientWidth = 750
     5  ClientHeight = 535
     6  ClientWidth = 883
    77  Color = clBtnFace
    88  Font.Charset = DEFAULT_CHARSET
     
    1212  Font.Style = []
    1313  OldCreateOrder = False
     14  Position = poDesktopCenter
    1415  OnClose = FormClose
    1516  OnCreate = FormCreate
    1617  OnDestroy = FormDestroy
    1718  OnShow = FormShow
     19  DesignSize = (
     20    883
     21    535)
    1822  PixelsPerInch = 96
    1923  TextHeight = 13
     
    2125    Left = 8
    2226    Top = 8
    23     Width = 401
    24     Height = 529
     27    Width = 281
     28    Height = 424
     29    Anchors = [akLeft, akTop, akBottom]
    2530    Font.Charset = DEFAULT_CHARSET
    2631    Font.Color = clWindowText
     
    3136    ScrollBars = ssBoth
    3237    TabOrder = 0
     38    ExplicitHeight = 435
    3339  end
    3440  object Button1: TButton
    3541    Left = 8
    36     Top = 615
     42    Top = 510
    3743    Width = 75
    3844    Height = 22
     45    Anchors = [akLeft, akBottom]
    3946    Caption = 'Kompilovat'
    4047    TabOrder = 1
    4148    OnClick = Button1Click
     49    ExplicitTop = 615
    4250  end
    4351  object Memo2: TMemo
    44     Left = 415
     52    Left = 600
    4553    Top = 8
    46     Width = 321
    47     Height = 529
     54    Width = 277
     55    Height = 424
     56    Anchors = [akLeft, akTop, akRight, akBottom]
    4857    Font.Charset = DEFAULT_CHARSET
    4958    Font.Color = clWindowText
     
    5463    ScrollBars = ssBoth
    5564    TabOrder = 2
     65    ExplicitWidth = 281
     66    ExplicitHeight = 435
    5667  end
    5768  object Memo3: TMemo
    5869    Left = 8
    59     Top = 543
    60     Width = 728
     70    Top = 438
     71    Width = 869
    6172    Height = 66
     73    Anchors = [akLeft, akRight, akBottom]
    6274    ScrollBars = ssBoth
    6375    TabOrder = 3
     76    ExplicitTop = 543
     77    ExplicitWidth = 728
     78  end
     79  object TreeView1: TTreeView
     80    Left = 296
     81    Top = 8
     82    Width = 298
     83    Height = 424
     84    Anchors = [akLeft, akTop, akBottom]
     85    Indent = 19
     86    TabOrder = 4
    6487  end
    6588end
Note: See TracChangeset for help on using the changeset viewer.