日志管理完成版----.net练习篇[3]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

  // button5
   //
   this.button5.Location = new System.Drawing.Point(576, 376);
   this.button5.Name = "button5";
   this.button5.Size = new System.Drawing.Size(80, 40);
   this.button5.TabIndex = 23;
   this.button5.Text = "测试页面";
   this.button5.Click += new System.EventHandler(this.button5_Click);
   //
   // listView1
   //
   this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                      this.columnHeader5,
                      this.columnHeader1,
                      this.columnHeader2,
                      this.columnHeader3,
                      this.columnHeader6,
                      this.columnHeader4});
   this.listView1.FullRowSelect = true;
   this.listView1.GridLines = true;
   this.listView1.Location = new System.Drawing.Point(16, 136);
   this.listView1.MultiSelect = false;
   this.listView1.Name = "listView1";
   this.listView1.Size = new System.Drawing.Size(640, 184);
   this.listView1.TabIndex = 30;
   this.listView1.View = System.Windows.Forms.View.Details;
   this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
   //
   // columnHeader5
   //
   this.columnHeader5.Text = "Log_ID";
   //
   // columnHeader1
   //
   this.columnHeader1.Text = " 日期       时间";
   this.columnHeader1.Width = 130;
   //
   // columnHeader2
   //
   this.columnHeader2.Text = "用户";
   this.columnHeader2.Width = 80;
   //
   // columnHeader3
   //
   this.columnHeader3.Text = "类型";
   //
   // columnHeader6
   //
   this.columnHeader6.Text = "模块";
   this.columnHeader6.Width = 70;
   //
   // columnHeader4
   //
   this.columnHeader4.Text = "描述";
   this.columnHeader4.Width = 210;
   //
   // comboBox1
   //
   this.comboBox1.Location = new System.Drawing.Point(16, 40);
   this.comboBox1.Name = "comboBox1";
   this.comboBox1.Size = new System.Drawing.Size(104, 20);
   this.comboBox1.TabIndex = 10;
   //
   // comboBox2
   //
   this.comboBox2.Location = new System.Drawing.Point(16, 96);
   this.comboBox2.Name = "comboBox2";
   this.comboBox2.Size = new System.Drawing.Size(104, 20);
   this.comboBox2.TabIndex = 11;
   //
   // comboBox3
   //
   this.comboBox3.Location = new System.Drawing.Point(152, 40);
   this.comboBox3.Name = "comboBox3";
   this.comboBox3.Size = new System.Drawing.Size(104, 20);
   this.comboBox3.TabIndex = 12;
   //
   // comboBox4
   //
   this.comboBox4.Location = new System.Drawing.Point(152, 96);
   this.comboBox4.Name = "comboBox4";
   this.comboBox4.Size = new System.Drawing.Size(104, 20);
   this.comboBox4.TabIndex = 13;
   //
   // label1
   //
  &n

本文关键:日志管理完成版----.net练习篇
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top