home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / PROLOG.EX_ / 0 / RCDATA / TDRUCKWAHL / TDRUCKWAHL.txt
Text File  |  1996-05-21  |  4KB  |  123 lines

  1. object Druckwahl: TDruckwahl
  2.   Left = 200
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Drucken...'
  7.   ClientHeight = 229
  8.   ClientWidth = 365
  9.   Font.Color = clBlack
  10.   Font.Height = -16
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 18
  15.   object Panel1: TPanel
  16.     Left = 10
  17.     Top = 13
  18.     Width = 345
  19.     Height = 204
  20.     BevelOuter = bvLowered
  21.     TabOrder = 1
  22.     object BitBtn1: TBitBtn
  23.       Left = 11
  24.       Top = 156
  25.       Width = 100
  26.       Height = 37
  27.       Caption = 'Drucken'
  28.       ModalResult = 1
  29.       TabOrder = 0
  30.       Glyph.Data = {
  31.         76010000424D7601000000000000760000002800000020000000100000000100
  32.         04000000000000010000130B0000130B00000000000000000000000000000000
  33.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  34.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  35.         00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  36.         8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  37.         8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  38.         8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  39.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  40.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  41.         33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  42.         33333337FFFF7733333333300000033333333337777773333333}
  43.       NumGlyphs = 2
  44.     end
  45.     object BitBtn2: TBitBtn
  46.       Left = 130
  47.       Top = 156
  48.       Width = 100
  49.       Height = 37
  50.       TabOrder = 1
  51.       Kind = bkAbort
  52.     end
  53.     object BitBtn3: TBitBtn
  54.       Left = 245
  55.       Top = 156
  56.       Width = 91
  57.       Height = 37
  58.       Caption = 'Schriftart'
  59.       TabOrder = 2
  60.       OnClick = BitBtn3Click
  61.       Glyph.Data = {
  62.         76010000424D7601000000000000760000002800000020000000100000000100
  63.         04000000000000010000130B0000130B00000000000000000000000000000000
  64.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  65.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  66.         3333333333333333333333333333333333333333FFF33FFFFF33333300033000
  67.         00333337773377777333333330333300033333337FF33777F333333330733300
  68.         0333333377FFF777F33333333700000073333333777777773333333333033000
  69.         3333333337FF777F333333333307300033333333377F777F3333333333703007
  70.         33333333377F7773333333333330000333333333337777F33333333333300003
  71.         33333333337777F3333333333337007333333333337777333333333333330033
  72.         3333333333377333333333333333033333333333333733333333333333333333
  73.         3333333333333333333333333333333333333333333333333333}
  74.       NumGlyphs = 2
  75.     end
  76.   end
  77.   object GroupBox1: TGroupBox
  78.     Left = 20
  79.     Top = 24
  80.     Width = 327
  81.     Height = 136
  82.     Caption = ' Was soll gedruckt werden ? '
  83.     TabOrder = 0
  84.     object komplett: TCheckBox
  85.       Left = 27
  86.       Top = 36
  87.       Width = 190
  88.       Height = 19
  89.       Caption = ' Komplett∩┐╜bersicht'
  90.       State = cbChecked
  91.       TabOrder = 0
  92.     end
  93.     object markiert: TRadioButton
  94.       Left = 27
  95.       Top = 72
  96.       Width = 298
  97.       Height = 19
  98.       Caption = ' Einzel∩┐╜bersicht f∩┐╜r markierte Nummer'
  99.       TabOrder = 1
  100.     end
  101.     object alles: TRadioButton
  102.       Left = 27
  103.       Top = 99
  104.       Width = 271
  105.       Height = 19
  106.       Caption = ' Einzel∩┐╜bersicht f∩┐╜r alle Nummern'
  107.       Checked = True
  108.       TabOrder = 2
  109.       TabStop = True
  110.     end
  111.   end
  112.   object FontDialog1: TFontDialog
  113.     Font.Color = clBlack
  114.     Font.Height = -13
  115.     Font.Name = 'Arial'
  116.     Font.Style = []
  117.     MinFontSize = 0
  118.     MaxFontSize = 0
  119.     Left = 224
  120.     Top = 32
  121.   end
  122. end
  123.