Changeset 9 for UMainForm.dfm


Ignore:
Timestamp:
Oct 16, 2007, 9:16:28 AM (17 years ago)
Author:
george
Message:

Úpravy parsování a sestavování gramatity pro pasacal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • UMainForm.dfm

    r8 r9  
    33  Top = 189
    44  Caption = 'P'#345'eklada'#269' pascalu'
    5   ClientHeight = 672
    6   ClientWidth = 1017
     5  ClientHeight = 653
     6  ClientWidth = 734
    77  Color = clBtnFace
    88  Font.Charset = DEFAULT_CHARSET
     
    1717  OnDestroy = FormDestroy
    1818  DesignSize = (
    19     1017
    20     672)
     19    734
     20    653)
    2121  PixelsPerInch = 96
    2222  TextHeight = 13
    23   object Label1: TLabel
    24     Left = 8
    25     Top = 297
    26     Width = 3
    27     Height = 13
    28   end
    2923  object Memo1: TMemo
    3024    Left = 8
     
    4741    Left = 360
    4842    Top = 8
    49     Width = 649
    50     Height = 657
     43    Width = 366
     44    Height = 638
    5145    Anchors = [akLeft, akTop, akRight, akBottom]
    5246    Indent = 19
    5347    TabOrder = 2
     48    ExplicitWidth = 649
     49    ExplicitHeight = 657
    5450  end
    5551  object TreeView2: TTreeView
     
    5753    Top = 432
    5854    Width = 345
    59     Height = 233
     55    Height = 214
    6056    Anchors = [akLeft, akTop, akBottom]
    6157    Indent = 19
    6258    TabOrder = 3
     59    ExplicitHeight = 233
    6360  end
    6461  object Button2: TButton
    65     Left = 232
     62    Left = 176
    6663    Top = 401
    6764    Width = 66
     
    8077  end
    8178  object Button3: TButton
    82     Left = 152
     79    Left = 96
    8380    Top = 401
    8481    Width = 74
     
    8885    OnClick = Button3Click
    8986  end
     87  object StatusBar1: TStatusBar
     88    Left = 0
     89    Top = 634
     90    Width = 734
     91    Height = 19
     92    Panels = <>
     93    ExplicitLeft = 128
     94    ExplicitTop = 408
     95    ExplicitWidth = 0
     96  end
     97  object Button4: TButton
     98    Left = 248
     99    Top = 400
     100    Width = 50
     101    Height = 25
     102    Caption = 'Reduce'
     103    TabOrder = 8
     104    OnClick = Button4Click
     105  end
    90106end
Note: See TracChangeset for help on using the changeset viewer.