namespace SpecialFoldersSample {
partial class SpecialFoldersForm {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if( disposing && (components != null) ) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.specialFoldersListView = new System.Windows.Forms.ListView();
this.specialFolderColumnHeader = new System.Windows.Forms.ColumnHeader();
this.valueColumnHeader = new System.Windows.Forms.ColumnHeader();
this.SuspendLayout();
//
// specialFoldersListView
//
this.specialFoldersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.specialFolderColumnHeader,
this.valueColumnHeader});
this.specialFoldersListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.specialFoldersListView.Location = new System.Drawing.Point(0, 0);
this.specialFoldersListView.Name = "specialFoldersListView";
this.specialFoldersListView.Size = new System.Drawing.Size(559, 266);
this.specialFoldersListView.TabIndex = 1;
this.specialFoldersListView.View = System.Windows.Forms.View.Details;
//
// specialFolderColumnHeader
//
this.specialFolderColumnHeader.Text = "Special Folder";
this.specialFolderColumnHeader.Width = 90;
//
// valueColumnHeader
//
this.valueColumnHeader.Text = "Value";
this.valueColumnHeader.Width = 459;
//
// SpecialFoldersForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(559, 266);
this.Controls.Add(this.specialFoldersListView);
this.Name = "SpecialFoldersForm";
this.Text = "SpecialFolders Sample";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView specialFoldersListView;
private System.Windows.Forms.ColumnHeader specialFolderColumnHeader;
private System.Windows.Forms.ColumnHeader valueColumnHeader;
}
}