www.pudn.com > ObjectListViewDemo.zip
To Read all the content
[file head]:
/*
* Created by SharpDevelop.
* User: Viney
* Date: 9/10/2006
* Time: 2:14 PM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using BrightIdeasSoftware;
using System.Windows.Forms;
using System.Windows.Forms.Design;
namespace ObjectListViewDemo
{
partial class MainForm : System.Windows.Forms.Form
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer
... ...
[file tail]:
... ...
ColumnFileExtension;
private OLVColumn olvColumnAttributes;
private OLVColumn olvColumn21;
private OLVColumn olvColumn22;
private OLVColumn olvColumn23;
private OLVColumn olvColumn30;
private TabPage tabPage7;
private FastObjectListView olvFastList;
private OLVColumn olvColumn18;
private OLVColumn olvColumn19;
private OLVColumn olvColumn26;
private OLVColumn olvColumn27;
private OLVColumn olvColumn28;
private OLVColumn olvColumn29;
private OLVColumn olvColumn31;
private OLVColumn olvColumn32;
private OLVColumn olvColumn33;
private Button button14;
private ComboBox comboBox9;
private Label label24;
private Label label25;
private ComboBox comboBox10;
private CheckBox checkBox13;
private Button button15;
private Label label26;
private OLVColumn olvColumn34;
}
}