• 大小: 0.02M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签:

资源简介

Outlook折叠菜单

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
 
namespace MainUI
{
    public partial class MainFrm : Form
    {
        public MainFrm()
        {
            InitializeComponent();
        }
 
        private void MainFrm_Load(object sender EventArgs e)
        {
            CreateOutlookList();
        }
        private void CreateCarList()
        {
            listView1.Items.Clear();
            listView1.LargeImageList = imageListCars;
            listView1.Items.Add(“Sports“ 0);
            listView1.Items.Add(“Beetle“ 1);
            listView1.Items.Add(“Vintage“ 2);
        }
        private void CreateOutlookList()
        {
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3694  2017-10-21 10:32  code.cs

     文件      32365  2017-10-14 10:12  fb5eaeb1c8de25ffdb277586160b84fb.jpg

----------- ---------  ---------- -----  ----

                36059                    2


评论

共有 条评论

相关资源