home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #2 / Datatid-2000-02.iso / internet / databox / _setup.1 / DataBox.exe / 0 / RCDATA / TSAVEFORM / TSAVEFORM.txt
Encoding:
Text File  |  1999-12-11  |  610 b   |  33 lines

  1. object SaveForm: TSaveForm
  2.   Left = 506
  3.   Top = 337
  4.   Width = 250
  5.   Height = 77
  6.   Caption = 'Saving Database'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object SaveGroup: TGroupBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 241
  19.     Height = 49
  20.     Caption = 'Saving...'
  21.     TabOrder = 0
  22.     object SaveProgressBar: TProgressBar
  23.       Left = 4
  24.       Top = 21
  25.       Width = 234
  26.       Height = 16
  27.       Min = 0
  28.       Max = 100
  29.       TabOrder = 0
  30.     end
  31.   end
  32. end
  33.