home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / CreditCardMath / _SETUP.1 / ccm3220.exe / 0 / RCDATA / TPLEASESTANDBY / TPLEASESTANDBY.txt < prev   
Text File  |  1998-05-02  |  2KB  |  80 lines

  1. object PleaseStandBy: TPleaseStandBy
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 119
  7.   ClientWidth = 361
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 361
  19.     Height = 119
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     BorderStyle = bsSingle
  23.     Color = clWhite
  24.     TabOrder = 0
  25.     object Panel2: TPanel
  26.       Left = 3
  27.       Top = 3
  28.       Width = 353
  29.       Height = 111
  30.       BevelOuter = bvNone
  31.       Color = 4210688
  32.       TabOrder = 0
  33.       object Label1: TLabel
  34.         Left = 32
  35.         Top = 16
  36.         Width = 220
  37.         Height = 32
  38.         Caption = 'Loading Chapter'
  39.         Font.Color = clWhite
  40.         Font.Height = -27
  41.         Font.Name = 'Arial'
  42.         Font.Style = [fsBold]
  43.         ParentFont = False
  44.       end
  45.       object Label2: TLabel
  46.         Left = 96
  47.         Top = 64
  48.         Width = 231
  49.         Height = 32
  50.         Caption = 'Please stand by...'
  51.         Font.Color = clWhite
  52.         Font.Height = -27
  53.         Font.Name = 'Arial'
  54.         Font.Style = [fsBold]
  55.         ParentFont = False
  56.       end
  57.       object ChapterNumber: TLabel
  58.         Left = 264
  59.         Top = 16
  60.         Width = 15
  61.         Height = 32
  62.         Caption = '1'
  63.         Font.Color = clWhite
  64.         Font.Height = -27
  65.         Font.Name = 'Arial'
  66.         Font.Style = [fsBold]
  67.         ParentFont = False
  68.       end
  69.       object Image1: TImage
  70.         Left = 36
  71.         Top = 57
  72.         Width = 32
  73.         Height = 32
  74.         AutoSize = True
  75.         Picture.Data = {<image000.ico>}
  76.       end
  77.     end
  78.   end
  79. end
  80.