home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / K2E10129 / k2e10129.lzh / K2Editor.exe / 0 / RCDATA / TFORMSTRPROGRESS / TFORMSTRPROGRESS.txt
Text File  |  2001-04-02  |  796b  |  43 lines

  1. object FormStrProgress: TFormStrProgress
  2.   Left = 187
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'TStringsPrinter'
  6.   ClientHeight = 91
  7.   ClientWidth = 373
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 12
  15.   object Label1: TLabel
  16.     Left = 20
  17.     Top = 10
  18.     Width = 33
  19.     Height = 12
  20.     Caption = 'Label1'
  21.   end
  22.   object Button1: TButton
  23.     Left = 149
  24.     Top = 59
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'Cancel'
  28.     ModalResult = 2
  29.     TabOrder = 0
  30.     OnClick = Button1Click
  31.   end
  32.   object ProgressBar1: TProgressBar
  33.     Left = 20
  34.     Top = 31
  35.     Width = 334
  36.     Height = 16
  37.     Min = 0
  38.     Max = 100
  39.     Position = 100
  40.     TabOrder = 1
  41.   end
  42. end
  43.