home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / PersAddrBook / _SETUP.1 / AddrBook.exe / 0 / RCDATA / TPRINTPROGRESSFORM / TPRINTPROGRESSFORM.txt
Text File  |  1999-03-24  |  2KB  |  73 lines

  1. object PrintProgressForm: TPrintProgressForm
  2.   Left = 481
  3.   Top = 121
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Progress'
  7.   ClientHeight = 65
  8.   ClientWidth = 216
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TextLabel: TLabel
  19.     Left = 32
  20.     Top = 13
  21.     Width = 117
  22.     Height = 20
  23.     Caption = 'Printing page: '
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -16
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object PageLabel: TLabel
  32.     Left = 155
  33.     Top = 13
  34.     Width = 11
  35.     Height = 20
  36.     Caption = '1'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -16
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object CancelButton: TBitBtn
  45.     Left = 71
  46.     Top = 40
  47.     Width = 75
  48.     Height = 22
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     TabOrder = 0
  52.     OnClick = CancelButtonClick
  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.