home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TPRINTCF / TPRINTCF.txt
Text File  |  1998-04-25  |  2KB  |  84 lines

  1. object PrintCF: TPrintCF
  2.   Left = 879
  3.   Top = 630
  4.   HelpContext = 1300
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printer Color  Dialog'
  7.   ClientHeight = 276
  8.   ClientWidth = 321
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 61
  18.     Top = 15
  19.     Width = 198
  20.     Height = 44
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Series #1'
  24.     Font.Color = clRed
  25.     Font.Height = -33
  26.     Font.Name = 'Abadi MT Condensed Extra Bold'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object RadioGroup1: TRadioGroup
  31.     Left = 115
  32.     Top = 78
  33.     Width = 185
  34.     Height = 177
  35.     Caption = 'Printer Series Color'
  36.     Items.Strings = (
  37.       '&Default'
  38.       '&Black'
  39.       '&Red'
  40.       '&Green'
  41.       'Bl&ue')
  42.     TabOrder = 0
  43.   end
  44.   object OKBtn: TButton
  45.     Left = 20
  46.     Top = 91
  47.     Width = 71
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.     OnClick = OKBtnClick
  54.   end
  55.   object Button6: TButton
  56.     Left = 20
  57.     Top = 136
  58.     Width = 71
  59.     Height = 25
  60.     Caption = 'Next'
  61.     TabOrder = 2
  62.     OnClick = Button6Click
  63.   end
  64.   object CancelBtn: TButton
  65.     Left = 20
  66.     Top = 180
  67.     Width = 71
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 3
  73.   end
  74.   object Button1: TButton
  75.     Left = 20
  76.     Top = 225
  77.     Width = 71
  78.     Height = 25
  79.     Caption = 'Help'
  80.     TabOrder = 4
  81.     OnClick = Button1Click
  82.   end
  83. end
  84.