object CodeSelectForm: TCodeSelectForm Left = 192 Top = 107 BorderStyle = bsDialog Caption = '�ۑ����̕����R�[�h�Ɖ��s�̑I��' ClientHeight = 122 ClientWidth = 242 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 24 Top = 8 Width = 70 Height = 12 Caption = '�����R�[�h(&C)' FocusControl = CharCodeCombo end object Label2: TLabel Left = 24 Top = 48 Width = 70 Height = 12 Caption = '���s�R�[�h(&R)' FocusControl = ReturnCodeCombo end object CharCodeCombo: TComboBox Left = 24 Top = 24 Width = 145 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 0 OnDropDown = ComboDropDown Items.Strings = ( 'SJIS' 'JIS' 'EUC' 'UNICODE') end object ReturnCodeCombo: TComboBox Left = 24 Top = 64 Width = 145 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 1 OnDropDown = ComboDropDown Items.Strings = ( 'CR+LF' 'CR' 'LF') end object Button1: TButton Left = 80 Top = 96 Width = 75 Height = 20 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 160 Top = 96 Width = 75 Height = 20 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 3 end end