home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Goodies / VirtualPuzzle / Setup.exe / 0 / RCDATA / TFORM6 / TFORM6.txt < prev   
Text File  |  1999-11-14  |  2KB  |  77 lines

  1. object Form6: TForm6
  2.   Left = 224
  3.   Top = 154
  4.   AutoSize = True
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Form6'
  8.   ClientHeight = 54
  9.   ClientWidth = 281
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnActivate = FormActivate
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 281
  28.     Height = 54
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 53
  32.       Top = 9
  33.       Width = 135
  34.       Height = 16
  35.       Caption = 'Setup: Virtual Puzzle'
  36.       Font.Charset = ANSI_CHARSET
  37.       Font.Color = clNavy
  38.       Font.Height = -11
  39.       Font.Name = 'System'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.     end
  43.     object Image1: TImage
  44.       Left = 8
  45.       Top = 11
  46.       Width = 32
  47.       Height = 32
  48.       AutoSize = True
  49.       Picture.Data = {<image000.ico>}
  50.     end
  51.     object ProgressBar1: TProgressBar
  52.       Left = 53
  53.       Top = 27
  54.       Width = 220
  55.       Height = 16
  56.       Min = 0
  57.       Max = 100
  58.       TabOrder = 0
  59.     end
  60.   end
  61.   object Timer1: TTimer
  62.     Enabled = False
  63.     Interval = 100
  64.     OnTimer = Timer1Timer
  65.     Left = 176
  66.     Top = 65528
  67.   end
  68.   object DdeClientConv1: TDdeClientConv
  69.     DdeService = 'ProgMan'
  70.     Left = 216
  71.     Top = 65528
  72.     LinkInfo = (
  73.       'Service ProgMan'
  74.       'Topic ')
  75.   end
  76. end
  77.