home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / DIRECT50.BPL / 0 / RCDATA / TDIRECTABOUTFORM / TDIRECTABOUTFORM.txt < prev   
Text File  |  1999-08-11  |  2KB  |  73 lines

  1. object DirectAboutForm: TDirectAboutForm
  2.   Left = 201
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About %s Direct'
  7.   ClientHeight = 210
  8.   ClientWidth = 344
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 140
  18.     Top = 39
  19.     Width = 189
  20.     Height = 92
  21.     AutoSize = False
  22.     Caption = 
  23.       '%s Direct is an IDE add-in module that uses your Internet connec' +
  24.       'tion and web browser to find and inform you of new %0:s product ' +
  25.       'news, updates and patches, technical tips, and other Inprise ann' +
  26.       'ouncements.  '
  27.     WordWrap = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 140
  31.     Top = 13
  32.     Width = 78
  33.     Height = 20
  34.     Caption = '%s Direct'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -16
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 13
  44.     Top = 145
  45.     Width = 324
  46.     Height = 33
  47.     AutoSize = False
  48.     Caption = 
  49.       'Why spend time searching for %s information when %0:s Direct can' +
  50.       ' bring it to you?'
  51.     WordWrap = True
  52.   end
  53.   object Image1: TImage
  54.     Left = 13
  55.     Top = 20
  56.     Width = 120
  57.     Height = 120
  58.     AutoSize = True
  59.     Picture.Data = {<image000.bmp>}
  60.   end
  61.   object Button1: TButton
  62.     Left = 139
  63.     Top = 182
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 0
  71.   end
  72. end
  73.