object DlgCatSet: TDlgCatSet Left = 277 Top = 118 BorderStyle = bsDialog Caption = '���ނ̐ݒ�' ClientHeight = 360 ClientWidth = 302 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 = 185 Height = 20 ImeMode = imHira MaxLength = 14 TabOrder = 0 OnChange = EditItemChange end object BtnAdd: TButton Left = 208 Top = 24 Width = 81 Height = 22 Caption = '�lj�' TabOrder = 3 OnClick = BtnAddClick end object BtnDel: TButton Left = 208 Top = 56 Width = 81 Height = 22 Caption = '�폜' TabOrder = 4 OnClick = BtnDelClick end object BtnOk: TButton Left = 208 Top = 296 Width = 81 Height = 22 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 10 OnClick = BtnOkClick end object BtnCancel: TButton Left = 208 Top = 328 Width = 81 Height = 22 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 11 end object BtnFontColor: TButton Left = 208 Top = 112 Width = 81 Height = 22 Caption = '�����F' TabOrder = 5 OnClick = BtnFontColorClick end object ChkNoColor: TCheckBox Left = 208 Top = 170 Width = 81 Height = 17 Caption = '�F�w��Ȃ�' TabOrder = 7 OnClick = ChkNoColorClick end object BtnBackColor: TButton Left = 208 Top = 144 Width = 81 Height = 22 Caption = '�w�i�F' TabOrder = 6 OnClick = BtnBackColorClick end object ListItem: TCheckListBox Left = 8 Top = 48 Width = 185 Height = 241 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] ImeMode = imClose ItemHeight = 17 ParentFont = False Style = lbOwnerDrawFixed TabOrder = 1 OnDrawItem = ListItemDrawItem end object RadioView: TRadioGroup Left = 8 Top = 296 Width = 185 Height = 57 Caption = '�\���ݒ�(&S)' ItemIndex = 0 Items.Strings = ( '�`�F�b�N���ڂ�\������' '�`�F�b�N���ڂ�\�����Ȃ�') TabOrder = 2 end object BtnUp: TButton Left = 208 Top = 208 Width = 81 Height = 22 Caption = '���' TabOrder = 8 OnClick = BtnUpClick end object BtnDown: TButton Left = 208 Top = 240 Width = 81 Height = 22 Caption = '����' TabOrder = 9 OnClick = BtnDownClick end object ColorDialog1: TColorDialog Ctl3D = True Left = 24 Top = 168 end end