object PrintFormDialog: TPrintFormDialog Left = 251 Top = 151 ActiveControl = OkBtn BorderStyle = bsDialog Caption = '̫�т̈��' ClientHeight = 125 ClientWidth = 344 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object GroupBox1: TGroupBox Left = 8 Top = 6 Width = 329 Height = 77 Caption = '̫�т̈���̐ݒ�' TabOrder = 0 object Proportional: TRadioButton Left = 8 Top = 16 Width = 160 Height = 17 Caption = '��ʂ̉𑜓x�ň��(&P)' Checked = True TabOrder = 0 TabStop = True end object PrintToFit: TRadioButton Left = 8 Top = 34 Width = 160 Height = 17 Caption = '�߰�ނɎ��߂�(&F)' TabOrder = 1 end object NoScaling: TRadioButton Left = 8 Top = 52 Width = 160 Height = 17 Caption = '������̉𑜓x�ň��(&N)' TabOrder = 2 end end object OkBtn: TButton Left = 102 Top = 92 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object CancelBtn: TButton Left = 182 Top = 92 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object SetupBtn: TButton Left = 8 Top = 92 Width = 75 Height = 25 Caption = '�ݒ�(&T)...' TabOrder = 1 OnClick = SetupBtnClick end object HelpButton: TButton Left = 262 Top = 92 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 4 OnClick = HelpButtonClick IsControl = True end object PrinterSetupDialog: TPrinterSetupDialog Left = 304 Top = 48 end end