with 1v1.Items . Add do

begin

   Caption: =SUser;

   SubItems.Add('登录成功');

   SubItems.Add(' ');

   SubItems.Add(formatdatetime('yyyy-mm-dd  hh:mm:ss',now) );

   ImageIndex:=11;

end;