home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Text File  |  1996-11-23  |  2KB  |  63 lines

  1. object PrintForm: TPrintForm
  2.   Left = 298
  3.   Top = 179
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print'
  7.   ClientHeight = 162
  8.   ClientWidth = 170
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnClose = FormClose
  15.   TextHeight = 16
  16.   object BitBtn2: TBitBtn
  17.     Left = 90
  18.     Top = 110
  19.     Width = 71
  20.     Height = 33
  21.     TabOrder = 0
  22.     OnClick = BitBtn2Click
  23.     Kind = bkClose
  24.   end
  25.   object PrintGroup: TRadioGroup
  26.     Left = 20
  27.     Top = 15
  28.     Width = 126
  29.     Height = 81
  30.     Caption = 'Print:'
  31.     ItemIndex = 0
  32.     Items.Strings = (
  33.       'Graphic View'
  34.       'Text View'
  35.       'Both Views')
  36.     TabOrder = 1
  37.   end
  38.   object BitBtn1: TBitBtn
  39.     Left = 10
  40.     Top = 109
  41.     Width = 71
  42.     Height = 33
  43.     Caption = 'Print'
  44.     Default = True
  45.     TabOrder = 2
  46.     OnClick = BitBtn1Click
  47.     Glyph.Data = {
  48.       78010000424D7801000000000000760000002800000020000000100000000100
  49.       04000000000000000000120B0000120B00000000000000000000000000000000
  50.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  51.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  52.       0003377777777777777308888888888888807F33333333333337088888888888
  53.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  54.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  55.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  56.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  57.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  58.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  59.       33333337FFFF77333333333000000333333333377777733333330000}
  60.     NumGlyphs = 2
  61.   end
  62. end
  63.