home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TDOG / TDOG.txt
Text File  |  2003-10-10  |  692b  |  38 lines

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