home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / DIARY / diary.lzh / diary / diary.exe / 0 / RCDATA / TQRPROGRESSFORM / TQRPROGRESSFORM.txt
Text File  |  2001-03-22  |  776b  |  42 lines

  1. object QRProgressForm: TQRProgressForm
  2.   Left = 316
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスソスソスソスソス'
  6.   ClientHeight = 94
  7.   ClientWidth = 149
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   FormStyle = fsStayOnTop
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object Info: TLabel
  16.     Left = 2
  17.     Top = 38
  18.     Width = 145
  19.     Height = 13
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.   end
  23.   object CancelButton: TButton
  24.     Left = 36
  25.     Top = 62
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  29.     TabOrder = 0
  30.     OnClick = CancelButtonClick
  31.   end
  32.   object Gauge: TProgressBar
  33.     Left = 16
  34.     Top = 10
  35.     Width = 114
  36.     Height = 16
  37.     Min = 0
  38.     Max = 100
  39.     TabOrder = 1
  40.   end
  41. end
  42.