home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / Chip_2002-01_cd1.bin / bonus / install / SetUp.exe / 0 / RCDATA / TFMAKE / TFMAKE.txt
Text File  |  2001-11-28  |  880b  |  50 lines

  1. object FMake: TFMake
  2.   Left = 492
  3.   Top = 437
  4.   BorderStyle = bsNone
  5.   Caption = 'FMake'
  6.   ClientHeight = 103
  7.   ClientWidth = 650
  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.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object prb: TCGauge
  19.     Left = 28
  20.     Top = 32
  21.     Width = 600
  22.     Height = 25
  23.   end
  24.   object text: TLabel
  25.     Left = 28
  26.     Top = 13
  27.     Width = 17
  28.     Height = 13
  29.     Caption = 'text'
  30.   end
  31.   object obd: TShape
  32.     Left = 108
  33.     Top = 4
  34.     Width = 93
  35.     Height = 81
  36.     Brush.Style = bsClear
  37.     Pen.Color = clWhite
  38.     Pen.Width = 3
  39.   end
  40.   object btnAbort: TButton
  41.     Left = 552
  42.     Top = 68
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'btnAbort'
  46.     TabOrder = 0
  47.     OnClick = btnAbortClick
  48.   end
  49. end
  50.