object PrintCF: TPrintCF Left = 879 Top = 630 HelpContext = 1300 BorderStyle = bsDialog Caption = 'Printer Color Dialog' ClientHeight = 276 ClientWidth = 321 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 61 Top = 15 Width = 198 Height = 44 Alignment = taCenter AutoSize = False Caption = 'Series #1' Font.Color = clRed Font.Height = -33 Font.Name = 'Abadi MT Condensed Extra Bold' Font.Style = [fsBold] ParentFont = False end object RadioGroup1: TRadioGroup Left = 115 Top = 78 Width = 185 Height = 177 Caption = 'Printer Series Color' Items.Strings = ( '&Default' '&Black' '&Red' '&Green' 'Bl&ue') TabOrder = 0 end object OKBtn: TButton Left = 20 Top = 91 Width = 71 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object Button6: TButton Left = 20 Top = 136 Width = 71 Height = 25 Caption = 'Next' TabOrder = 2 OnClick = Button6Click end object CancelBtn: TButton Left = 20 Top = 180 Width = 71 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object Button1: TButton Left = 20 Top = 225 Width = 71 Height = 25 Caption = 'Help' TabOrder = 4 OnClick = Button1Click end end