home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / ImageExp.cab / PqIExp32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2002-04-09  |  959 b   |  51 lines

  1. object AboutBox: TAboutBox
  2.   Left = 362
  3.   Top = 226
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 299
  7.   ClientWidth = 448
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgAbout: TImage
  20.     Left = 6
  21.     Top = 8
  22.     Width = 128
  23.     Height = 256
  24.     Picture.Data = {<image000.bmp>}
  25.     IsControl = True
  26.   end
  27.   object btnOk: TButton
  28.     Left = 366
  29.     Top = 270
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.     OnKeyDown = btnOkKeyDown
  38.   end
  39.   object mmoText: TMemo
  40.     Left = 144
  41.     Top = 8
  42.     Width = 300
  43.     Height = 256
  44.     TabStop = False
  45.     Color = clBtnFace
  46.     ReadOnly = True
  47.     ScrollBars = ssVertical
  48.     TabOrder = 1
  49.   end
  50. end
  51.