home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TABOOKPRINT / TABOOKPRINT.txt
Text File  |  2001-09-09  |  2KB  |  108 lines

  1. object ABookPrint: TABookPrint
  2.   Left = 200
  3.   Top = 108
  4.   HelpContext = 14048
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print Address Book'
  8.   ClientHeight = 240
  9.   ClientWidth = 353
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 337
  23.     Height = 49
  24.     Caption = '&Printer'
  25.     TabOrder = 0
  26.     object cbPrinter: TComboBox
  27.       Left = 8
  28.       Top = 18
  29.       Width = 233
  30.       Height = 21
  31.       Style = csDropDownList
  32.       ItemHeight = 13
  33.       TabOrder = 0
  34.     end
  35.     object Button1: TButton
  36.       Left = 248
  37.       Top = 16
  38.       Width = 81
  39.       Height = 25
  40.       Caption = '&Setup...'
  41.       TabOrder = 1
  42.       OnClick = Button1Click
  43.     end
  44.   end
  45.   object rgStyle: TRadioGroup
  46.     Left = 8
  47.     Top = 64
  48.     Width = 337
  49.     Height = 81
  50.     Caption = 'Output style'
  51.     Columns = 2
  52.     ItemIndex = 0
  53.     Items.Strings = (
  54.       '&Memo'
  55.       '&Business card'
  56.       '&Telephone list'
  57.       '&Address list')
  58.     TabOrder = 1
  59.   end
  60.   object bOK: TButton
  61.     Left = 88
  62.     Top = 208
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 2
  69.     OnClick = bOKClick
  70.   end
  71.   object bCancel: TButton
  72.     Left = 176
  73.     Top = 208
  74.     Width = 75
  75.     Height = 25
  76.     Cancel = True
  77.     Caption = 'Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 3
  80.   end
  81.   object rgRange: TRadioGroup
  82.     Left = 8
  83.     Top = 152
  84.     Width = 337
  85.     Height = 41
  86.     Caption = 'Range'
  87.     Columns = 2
  88.     ItemIndex = 0
  89.     Items.Strings = (
  90.       '&Selection only'
  91.       '&Entire list')
  92.     TabOrder = 4
  93.   end
  94.   object bHelp: TButton
  95.     Left = 264
  96.     Top = 208
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'Help'
  100.     TabOrder = 5
  101.     OnClick = bHelpClick
  102.   end
  103.   object dPrinterSetup: TPrinterSetupDialog
  104.     Left = 8
  105.     Top = 208
  106.   end
  107. end
  108.