home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TMAKERNDFORM / TMAKERNDFORM.txt
Text File  |  1998-12-29  |  822b  |  45 lines

  1. object MakeRndForm: TMakeRndForm
  2.   Left = 283
  3.   Top = 197
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 124
  7.   ClientWidth = 322
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnKeyDown = FormKeyDown
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Proggy: TProgressBar
  19.     Left = 16
  20.     Top = 72
  21.     Width = 289
  22.     Height = 17
  23.     Min = 0
  24.     Max = 100
  25.     TabOrder = 0
  26.   end
  27.   object Info: TStaticText
  28.     Left = 16
  29.     Top = 16
  30.     Width = 289
  31.     Height = 49
  32.     AutoSize = False
  33.     TabOrder = 1
  34.   end
  35.   object ReceivedInfo: TStaticText
  36.     Left = 16
  37.     Top = 96
  38.     Width = 289
  39.     Height = 17
  40.     Alignment = taRightJustify
  41.     AutoSize = False
  42.     TabOrder = 2
  43.   end
  44. end
  45.