object DlgCsvToSch: TDlgCsvToSch Left = 221 Top = 131 BorderStyle = bsDialog Caption = 'CSV�`���̓Ǎ�' ClientHeight = 271 ClientWidth = 505 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter Scaled = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object LabelCsvItem: TLabel Left = 352 Top = 10 Width = 75 Height = 12 Caption = 'CSV���ڃ��X�g' end object Label2: TLabel Left = 8 Top = 10 Width = 142 Height = 12 Caption = '�ϊ��捀�ځ@�F�@�ϊ�������' end object BtnConvert: TButton Left = 328 Top = 240 Width = 81 Height = 25 Caption = '���s' Default = True Enabled = False ModalResult = 1 TabOrder = 12 OnClick = CsvConvert end object CancelBtn: TButton Left = 416 Top = 240 Width = 81 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 13 end object ListCsvItem: TListBox Left = 344 Top = 24 Width = 153 Height = 145 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ItemHeight = 14 ParentFont = False Style = lbOwnerDrawVariable TabOrder = 1 OnDrawItem = ListCsvItemDrawItem end object BtnRight: TButton Left = 264 Top = 104 Width = 73 Height = 25 Caption = '�N���A >' TabOrder = 7 OnClick = BtnRightClick end object BtnLeft: TButton Left = 264 Top = 32 Width = 73 Height = 25 Caption = '< �I��' TabOrder = 5 OnClick = BtnLeftClick end object Chk1stHeader: TCheckBox Left = 8 Top = 180 Width = 225 Height = 17 Caption = '�擪�̃��R�[�h�͌��o���Ƃ���B(&H)' TabOrder = 2 end object ListCsvToSch: TListBox Left = 8 Top = 24 Width = 249 Height = 145 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ItemHeight = 14 ParentFont = False Style = lbOwnerDrawVariable TabOrder = 0 OnDrawItem = ListCsvToSchDrawItem end object ChkDubleNo: TCheckBox Left = 8 Top = 200 Width = 305 Height = 17 Caption = '���t�E�J�n�����E���e���������͔̂��f���Ȃ��B(&D)' State = cbChecked TabOrder = 3 end object ChkCategory: TCheckBox Left = 8 Top = 218 Width = 209 Height = 17 Caption = '���o�^�̕��ނ�lj�����B(&C)' State = cbChecked TabOrder = 4 end object BtnBefore: TButton Left = 344 Top = 176 Width = 73 Height = 25 Caption = '< �O' TabOrder = 9 OnClick = CsvEdit end object BtnNext: TButton Left = 424 Top = 176 Width = 73 Height = 25 Caption = '�� >' TabOrder = 10 OnClick = CsvEdit end object BtnAllLeft: TButton Left = 264 Top = 64 Width = 73 Height = 25 Caption = '<< �S�I��' TabOrder = 6 OnClick = BtnAllLeftClick end object BtnAllRight: TButton Left = 264 Top = 136 Width = 73 Height = 25 Caption = '�S�N���A >>' TabOrder = 8 OnClick = BtnAllRightClick end object BtnDataCheck: TButton Left = 216 Top = 240 Width = 105 Height = 25 Caption = '�f�[�^�`�F�b�N' TabOrder = 11 OnClick = CsvConvert end end