home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / TemaCD / currconv / currconv.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1999-07-12  |  1KB  |  53 lines

  1. object Form4: TForm4
  2.   Left = 240
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Loading...'
  7.   ClientHeight = 77
  8.   ClientWidth = 223
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 223
  24.     Height = 77
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 56
  29.       Top = 30
  30.       Width = 109
  31.       Height = 13
  32.       Caption = 'Loading, please wait....'
  33.     end
  34.     object Image1: TImage
  35.       Left = 16
  36.       Top = 24
  37.       Width = 32
  38.       Height = 32
  39.       AutoSize = True
  40.       Picture.Data = {<image001.ico>}
  41.     end
  42.     object ProgressBar1: TProgressBar
  43.       Left = 56
  44.       Top = 48
  45.       Width = 150
  46.       Height = 13
  47.       Min = 0
  48.       Max = 100
  49.       TabOrder = 0
  50.     end
  51.   end
  52. end
  53.