Changeset 2 for UMainForm.dfm


Ignore:
Timestamp:
Oct 1, 2007, 3:09:51 PM (17 years ago)
Author:
george
Message:

Zobrazení gramatiky.
Zkoušení analýzy jiný gramatiky.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • UMainForm.dfm

    r1 r2  
    11object MainForm: TMainForm
    2   Left = 0
    3   Top = 0
     2  Left = 320
     3  Top = 189
    44  Caption = 'P'#345'eklada'#269' pascalu'
    5   ClientHeight = 460
    6   ClientWidth = 682
     5  ClientHeight = 672
     6  ClientWidth = 1017
    77  Color = clBtnFace
    88  Font.Charset = DEFAULT_CHARSET
     
    1212  Font.Style = []
    1313  OldCreateOrder = False
     14  Position = poDesigned
    1415  OnCreate = FormCreate
    1516  OnDestroy = FormDestroy
     17  DesignSize = (
     18    1017
     19    672)
    1620  PixelsPerInch = 96
    1721  TextHeight = 13
     
    2024    Top = 8
    2125    Width = 257
    22     Height = 441
     26    Height = 313
    2327    TabOrder = 0
    2428  end
     
    3539    Left = 360
    3640    Top = 8
    37     Width = 313
    38     Height = 441
     41    Width = 649
     42    Height = 657
     43    Anchors = [akLeft, akTop, akRight, akBottom]
    3944    Indent = 19
    4045    TabOrder = 2
     46    ExplicitWidth = 313
     47    ExplicitHeight = 441
     48  end
     49  object TreeView2: TTreeView
     50    Left = 8
     51    Top = 328
     52    Width = 345
     53    Height = 337
     54    Anchors = [akLeft, akTop, akBottom]
     55    Indent = 19
     56    TabOrder = 3
    4157  end
    4258end
Note: See TracChangeset for help on using the changeset viewer.