object PrintSelDlg: TPrintSelDlg Left = 283 Top = 192 HelpContext = 3150 ActiveControl = cbHeader BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '�I�𕔕��̈��' ClientHeight = 205 ClientWidth = 345 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object GroupBox1: TGroupBox Left = 8 Top = 76 Width = 329 Height = 85 Caption = '��߼��:' TabOrder = 0 IsControl = True object Label2: TLabel Left = 180 Top = 60 Width = 55 Height = 13 Caption = '��ϰ���(&M):' FocusControl = ebMargin IsControl = True end object cbHeader: TCheckBox Left = 8 Top = 16 Width = 145 Height = 20 Caption = 'ͯ�ނ��߰�ޔԍ�(&N)' TabOrder = 0 IsControl = True end object cbLineNumbers: TCheckBox Left = 8 Top = 36 Width = 145 Height = 20 Caption = '�s�ԍ�(&L)' TabOrder = 1 IsControl = True end object cbSyntaxPrint: TCheckBox Left = 8 Top = 56 Width = 121 Height = 20 Caption = '�\�������\��(&S)' TabOrder = 2 IsControl = True end object cbColor: TCheckBox Left = 180 Top = 16 Width = 121 Height = 20 Caption = '�װ���(&C)' TabOrder = 3 IsControl = True end object cbWrapLines: TCheckBox Left = 180 Top = 36 Width = 121 Height = 20 Caption = '�܂�Ԃ����(&W)' TabOrder = 4 IsControl = True end object ebMargin: TEdit Left = 252 Top = 58 Width = 37 Height = 21 TabOrder = 5 Text = '0' IsControl = True end end object OKButton: TButton Left = 102 Top = 170 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 IsControl = True end object CancelButton: TButton Left = 182 Top = 170 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 IsControl = True end object HelpButton: TButton Left = 262 Top = 170 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 4 OnClick = HelpButtonClick IsControl = True end object GroupBox2: TGroupBox Left = 8 Top = 8 Width = 329 Height = 65 Caption = '�������̧��:' TabOrder = 5 IsControl = True object lbFileName: TLabel Left = 8 Top = 16 Width = 309 Height = 17 AutoSize = False Caption = 'File Name' IsControl = True end object cbSelectedText: TCheckBox Left = 8 Top = 36 Width = 172 Height = 20 Caption = '�I��͈݂͂̂����(&P)' TabOrder = 0 IsControl = True end end object SetupBtn: TButton Left = 8 Top = 170 Width = 75 Height = 25 Caption = '�ݒ�(&T)...' TabOrder = 1 OnClick = SetupBtnClick end object PrinterSetupDialog1: TPrinterSetupDialog Left = 312 end end