object DlgItemSet: TDlgItemSet Left = 208 Top = 107 BorderStyle = bsDialog Caption = '���ڂ̐ݒ�' ClientHeight = 300 ClientWidth = 270 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 = 153 Height = 20 MaxLength = 40 TabOrder = 0 OnChange = EditItemChange end object BtnAdd: TButton Left = 176 Top = 24 Width = 81 Height = 22 Caption = '�lj�' Enabled = False TabOrder = 1 OnClick = BtnAddClick end object BtnDel: TButton Left = 176 Top = 56 Width = 81 Height = 22 Caption = '�폜' Enabled = False TabOrder = 2 OnClick = BtnDelClick end object BtnOk: TButton Left = 176 Top = 232 Width = 81 Height = 22 Caption = 'OK' ModalResult = 1 TabOrder = 3 OnClick = BtnOkClick end object BtnCancel: TButton Left = 176 Top = 264 Width = 81 Height = 22 Caption = '��ݾ�' ModalResult = 2 TabOrder = 4 end object ListItem: TListBox Left = 8 Top = 56 Width = 153 Height = 233 ItemHeight = 12 TabOrder = 5 OnClick = ListItemClick end object ColorDialog1: TColorDialog Ctl3D = True Left = 24 Top = 144 end end