object DlgCatSet: TDlgCatSet Left = 210 Top = 107 BorderStyle = bsDialog Caption = '���ނ̐ݒ�' ClientHeight = 315 ClientWidth = 381 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] Scaled = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object LabelItem: TLabel Left = 8 Top = 8 Width = 73 Height = 12 Caption = '�lj����镪�ށF' end object EditItem: TEdit Left = 8 Top = 24 Width = 177 Height = 20 ImeMode = imHira MaxLength = 14 TabOrder = 1 OnChange = EditItemChange end object BtnAdd: TButton Left = 200 Top = 24 Width = 81 Height = 22 Caption = '�lj�' Enabled = False TabOrder = 2 OnClick = BtnAddClick end object BtnDel: TButton Left = 288 Top = 24 Width = 81 Height = 22 Caption = '�폜' Enabled = False TabOrder = 3 OnClick = BtnDelClick end object BtnOk: TButton Left = 200 Top = 280 Width = 81 Height = 22 Caption = 'OK' ModalResult = 1 TabOrder = 8 OnClick = BtnOkClick end object BtnCancel: TButton Left = 288 Top = 280 Width = 81 Height = 22 Caption = '��ݾ�' ModalResult = 2 TabOrder = 9 end object BtnFontColor: TButton Left = 200 Top = 56 Width = 81 Height = 22 Caption = '�����F' Enabled = False TabOrder = 4 OnClick = BtnFontColorClick end object ChkNoColor: TCheckBox Left = 200 Top = 82 Width = 81 Height = 17 Caption = '�F�w��Ȃ�' Enabled = False TabOrder = 6 OnClick = ChkNoColorClick end object BtnBackColor: TButton Left = 288 Top = 56 Width = 81 Height = 22 Caption = '�w�i�F' Enabled = False TabOrder = 5 OnClick = BtnBackColorClick end object ListItem: TCheckListBox Left = 8 Top = 56 Width = 177 Height = 249 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] ImeMode = imClose ItemHeight = 16 ParentFont = False Style = lbOwnerDrawFixed TabOrder = 0 OnClick = ListItemClick OnDrawItem = ListItemDrawItem end object RadioView: TRadioGroup Left = 200 Top = 120 Width = 169 Height = 65 Caption = '�\���ݒ�(&S)' ItemIndex = 0 Items.Strings = ( '�`�F�b�N���ڂ�\������' '�`�F�b�N���ڂ�\�����Ȃ�') TabOrder = 7 end object ColorDialog1: TColorDialog Ctl3D = True Left = 24 Top = 168 end end