home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TDOG / TDOG.txt
Encoding:
Text File  |  2006-11-14  |  671 b   |  37 lines

  1. object Dog: TDog
  2.   Left = 342
  3.   Top = 205
  4.   ClientHeight = 166
  5.   ClientWidth = 236
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   Position = poMainFormCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ButtonOk: TButton
  17.     Left = 10
  18.     Top = 128
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.   end
  26.   object ButtonCancel: TButton
  27.     Left = 90
  28.     Top = 128
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36. end
  37.