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

  1. object ExportProgressForm: TExportProgressForm
  2.   Left = 619
  3.   Top = 249
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export Project'
  6.   ClientHeight = 176
  7.   ClientWidth = 318
  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.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lbState: TLabel
  24.     Left = 24
  25.     Top = 8
  26.     Width = 54
  27.     Height = 13
  28.     Caption = 'Exporting'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object lbProgress: TLabel
  37.     Left = 110
  38.     Top = 8
  39.     Width = 3
  40.     Height = 13
  41.   end
  42.   object Label1: TLabel
  43.     Left = 24
  44.     Top = 60
  45.     Width = 79
  46.     Height = 13
  47.     Caption = 'Time Remaining:'
  48.   end
  49.   object lbElapsed: TLabel
  50.     Left = 110
  51.     Top = 36
  52.     Width = 3
  53.     Height = 13
  54.   end
  55.   object Label2: TLabel
  56.     Left = 24
  57.     Top = 36
  58.     Width = 67
  59.     Height = 13
  60.     Caption = 'Time Elapsed:'
  61.   end
  62.   object lbRemaining: TLabel
  63.     Left = 110
  64.     Top = 60
  65.     Width = 3
  66.     Height = 13
  67.   end
  68.   object lbTask: TLabel
  69.     Left = 24
  70.     Top = 88
  71.     Width = 273
  72.     Height = 13
  73.     AutoSize = False
  74.     Caption = 'lbTask'
  75.   end
  76.   object ProgressBar1: TProgressBar
  77.     Left = 24
  78.     Top = 108
  79.     Width = 273
  80.     Height = 25
  81.     Min = 0
  82.     Max = 100
  83.     TabOrder = 0
  84.   end
  85.   object btCancel: TBitBtn
  86.     Left = 122
  87.     Top = 144
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'Cancel'
  91.     TabOrder = 1
  92.     OnClick = btCancelClick
  93.     Glyph.Data = {
  94.       DE010000424DDE01000000000000760000002800000024000000120000000100
  95.       0400000000006801000000000000000000001000000000000000000000000000
  96.       80000080000000808000800000008000800080800000C0C0C000808080000000
  97.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  98.       333333333333333333333333000033338833333333333333333F333333333333
  99.       0000333911833333983333333388F333333F3333000033391118333911833333
  100.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  101.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  102.       3333F8330000333333911111183333333338F333333F83330000333333311111
  103.       8333333333338F3333383333000033333339111183333333333338F333833333
  104.       00003333339111118333333333333833338F3333000033333911181118333333
  105.       33338333338F333300003333911183911183333333383338F338F33300003333
  106.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  107.       38F338F300003333333333333919333333388333338FFF830000333333333333
  108.       3333333333333333333888330000333333333333333333333333333333333333
  109.       0000}
  110.     NumGlyphs = 2
  111.   end
  112. end
  113.