www.pudn.com > dpa.rar > uDpa.dfm


object Form1: TForm1 
  Left = 192 
  Top = 130 
  Width = 559 
  Height = 500 
  Caption = 'Dynamic Programming Algorithm (DPA) for Edit-Distance' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  DesignSize = ( 
    551 
    466) 
  PixelsPerInch = 96 
  TextHeight = 13 
  object StringGrid1: TStringGrid 
    Left = 16 
    Top = 120 
    Width = 521 
    Height = 329 
    Anchors = [akLeft, akTop, akRight, akBottom] 
    Ctl3D = False 
    DefaultColWidth = 25 
    DefaultRowHeight = 17 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = 'Courier New' 
    Font.Style = [] 
    ParentCtl3D = False 
    ParentFont = False 
    TabOrder = 0 
  end 
  object Edit1: TEdit 
    Left = 16 
    Top = 8 
    Width = 201 
    Height = 21 
    TabOrder = 1 
    Text = 'appropriate meaning' 
  end 
  object Edit2: TEdit 
    Left = 16 
    Top = 40 
    Width = 201 
    Height = 21 
    TabOrder = 2 
    Text = 'approximate matching' 
  end 
  object Button1: TButton 
    Left = 16 
    Top = 72 
    Width = 75 
    Height = 25 
    Caption = 'Calc' 
    TabOrder = 3 
    OnClick = Button1Click 
  end 
  object Memo1: TMemo 
    Left = 232 
    Top = 8 
    Width = 305 
    Height = 105 
    Anchors = [akLeft, akTop, akRight] 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWindowText 
    Font.Height = -12 
    Font.Name = 'Courier New' 
    Font.Style = [] 
    Lines.Strings = ( 
      'Memo1') 
    ParentFont = False 
    ScrollBars = ssBoth 
    TabOrder = 4 
  end 
end