home *** CD-ROM | disk | FTP | other *** search
/ 350 Great Games / 350GamesWindows31.iso / 350games / programs / 95anbj11 / anibj.exe / 0 / RCDATA / TFREECD / TFREECD.txt < prev   
Text File  |  1997-04-23  |  2KB  |  103 lines

  1. object FreeCD: TFreeCD
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Get a FREE CD from Ultisoft'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Color = clBlue
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 9
  21.     Top = 12
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image001.ico>}
  26.   end
  27.   object Image2: TImage
  28.     Left = 385
  29.     Top = 12
  30.     Width = 32
  31.     Height = 32
  32.     AutoSize = True
  33.     Picture.Data = {<image002.ico>}
  34.   end
  35.   object Label1: TLabel
  36.     Left = 48
  37.     Top = 16
  38.     Width = 329
  39.     Height = 33
  40.     Alignment = taCenter
  41.     AutoSize = False
  42.     Caption = 'Free CD'
  43.     Font.Color = clYellow
  44.     Font.Height = -19
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Memo1: TMemo
  50.     Left = 9
  51.     Top = 76
  52.     Width = 408
  53.     Height = 89
  54.     BorderStyle = bsNone
  55.     Color = clBlue
  56.     Ctl3D = False
  57.     Font.Color = clWhite
  58.     Font.Height = -13
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     Lines.Strings = (
  62.       'Memo1')
  63.     ParentCtl3D = False
  64.     ParentFont = False
  65.     ReadOnly = True
  66.     TabOrder = 1
  67.   end
  68.   object Memo2: TMemo
  69.     Left = 9
  70.     Top = 164
  71.     Width = 408
  72.     Height = 69
  73.     BorderStyle = bsNone
  74.     Color = clBlue
  75.     Ctl3D = False
  76.     Font.Color = clWhite
  77.     Font.Height = -13
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     Lines.Strings = (
  81.       'Memo1')
  82.     ParentCtl3D = False
  83.     ParentFont = False
  84.     ReadOnly = True
  85.     TabOrder = 2
  86.   end
  87.   object Button1: TButton
  88.     Left = 145
  89.     Top = 232
  90.     Width = 136
  91.     Height = 33
  92.     Caption = '&OK'
  93.     Default = True
  94.     Font.Color = clBlack
  95.     Font.Height = -13
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ModalResult = 1
  99.     ParentFont = False
  100.     TabOrder = 0
  101.   end
  102. end
  103.