home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Mpeg3 / Audiogb / agsetup.exe / AUDIOGRABBER.EXE / 0 / RCDATA / TFORME / TFORME.txt < prev   
Encoding:
Text File  |  1998-01-06  |  1.3 KB  |  71 lines

  1. object FormE: TFormE
  2.   Left = 224
  3.   Top = 434
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'There might be problems...'
  7.   ClientHeight = 130
  8.   ClientWidth = 349
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 12
  20.     Top = 10
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 60
  28.     Top = 10
  29.     Width = 273
  30.     Height = 59
  31.     AutoSize = False
  32.     WordWrap = True
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 57
  36.     Top = 77
  37.     Width = 89
  38.     Height = 23
  39.     Caption = '&OK'
  40.     TabOrder = 0
  41.     OnClick = BitBtn1Click
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 152
  45.     Top = 77
  46.     Width = 89
  47.     Height = 23
  48.     Caption = '&Help'
  49.     TabOrder = 1
  50.     OnClick = BitBtn2Click
  51.   end
  52.   object CheckBox1: TCheckBox
  53.     Left = 60
  54.     Top = 107
  55.     Width = 217
  56.     Height = 21
  57.     Caption = 'Dont show this message again'
  58.     TabOrder = 2
  59.   end
  60.   object BitBtn3: TBitBtn
  61.     Left = 152
  62.     Top = 77
  63.     Width = 89
  64.     Height = 23
  65.     Caption = '&Abort'
  66.     TabOrder = 3
  67.     Visible = False
  68.     OnClick = BitBtn3Click
  69.   end
  70. end
  71.