home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / starfish / sidekick / disk2 / shell.q / 95DELUXE.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1996-09-24  |  2.4 KB  |  108 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sidekick Deluxe Setup'
  6.   ClientHeight = 273
  7.   ClientWidth = 413
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 136
  17.     Top = 88
  18.     Width = 267
  19.     Height = 24
  20.     Caption = 'Sidekick Deluxe 30 Day Trial'
  21.     Font.Color = clBlack
  22.     Font.Height = -19
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 160
  29.     Top = 12
  30.     Width = 194
  31.     Height = 24
  32.     Caption = 'Starfish Software UK '
  33.     Font.Color = clBlack
  34.     Font.Height = -19
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 4
  41.     Top = 4
  42.     Width = 109
  43.     Height = 109
  44.     BevelInner = bvLowered
  45.     BevelOuter = bvNone
  46.     BevelWidth = 3
  47.     Caption = 'Panel1'
  48.     TabOrder = 0
  49.     object Image1: TImage
  50.       Left = 4
  51.       Top = 4
  52.       Width = 100
  53.       Height = 100
  54.       AutoSize = True
  55.       Picture.Data = {<image001.bmp>}
  56.     end
  57.   end
  58.   object BitBtn1: TBitBtn
  59.     Left = 184
  60.     Top = 240
  61.     Width = 73
  62.     Height = 25
  63.     Caption = 'Close'
  64.     TabOrder = 1
  65.     OnClick = BitBtn1Click
  66.     Kind = bkOK
  67.   end
  68.   object Panel2: TPanel
  69.     Left = 36
  70.     Top = 124
  71.     Width = 361
  72.     Height = 93
  73.     BevelInner = bvLowered
  74.     BevelOuter = bvNone
  75.     BevelWidth = 3
  76.     TabOrder = 2
  77.     object Label5: TLabel
  78.       Left = 3
  79.       Top = 3
  80.       Width = 355
  81.       Height = 44
  82.       Align = alTop
  83.       Alignment = taCenter
  84.       AutoSize = False
  85.       Caption = 
  86.         'This version of Sidekick Deluxe 30 day trial has been modified, ' +
  87.         'so that we can bring it to you on the front of the magazine. Due' +
  88.         ' to space restrictions the Deluxe slides and Movies have been re' +
  89.         'moved.'
  90.       WordWrap = True
  91.     end
  92.     object Label6: TLabel
  93.       Left = 3
  94.       Top = 46
  95.       Width = 355
  96.       Height = 44
  97.       Align = alBottom
  98.       Alignment = taCenter
  99.       AutoSize = False
  100.       Caption = 
  101.         'If you would like a full copy (including 30 days free access to ' +
  102.         'AOL)  please read the details contained in the ordering informat' +
  103.         'ion whan you start Sidekick.'
  104.       WordWrap = True
  105.     end
  106.   end
  107. end
  108.