home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TITEMPROGRESSFORM / TITEMPROGRESSFORM.txt
Encoding:
Text File  |  2002-10-30  |  2.1 KB  |  73 lines

  1. object ItemProgressForm: TItemProgressForm
  2.   Left = 144
  3.   Top = 248
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export'
  6.   ClientHeight = 132
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = 11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lbPrg: TLabel
  22.     Left = 12
  23.     Top = 12
  24.     Width = 309
  25.     Height = 13
  26.     AutoSize = False
  27.   end
  28.   object lbFileName: TLabel
  29.     Left = 12
  30.     Top = 44
  31.     Width = 309
  32.     Height = 13
  33.     AutoSize = False
  34.   end
  35.   object ProgressBar1: TProgressBar
  36.     Left = 12
  37.     Top = 64
  38.     Width = 313
  39.     Height = 25
  40.     Min = 0
  41.     Max = 100
  42.     TabOrder = 0
  43.   end
  44.   object Cancel: TBitBtn
  45.     Left = 124
  46.     Top = 100
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     TabOrder = 1
  52.     OnClick = CancelClick
  53.     Glyph.Data = {
  54.       DE010000424DDE01000000000000760000002800000024000000120000000100
  55.       0400000000006801000000000000000000001000000000000000000000000000
  56.       80000080000000808000800000008000800080800000C0C0C000808080000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.       333333333333333333333333000033338833333333333333333F333333333333
  59.       0000333911833333983333333388F333333F3333000033391118333911833333
  60.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  61.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  62.       3333F8330000333333911111183333333338F333333F83330000333333311111
  63.       8333333333338F3333383333000033333339111183333333333338F333833333
  64.       00003333339111118333333333333833338F3333000033333911181118333333
  65.       33338333338F333300003333911183911183333333383338F338F33300003333
  66.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  67.       38F338F300003333333333333919333333388333338FFF830000333333333333
  68.       3333333333333333333888330000333333333333333333333333333333333333
  69.       0000}
  70.     NumGlyphs = 2
  71.   end
  72. end
  73.