You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
C#
38 lines
1.1 KiB
C#
using System.Diagnostics;
|
|
using System.Data;
|
|
using System.Collections;
|
|
using Microsoft.VisualBasic;
|
|
using System.Collections.Generic;
|
|
using System;
|
|
|
|
namespace PropertyGridEx
|
|
{
|
|
[global::Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]public partial class PropertyGridEx : System.Windows.Forms.PropertyGrid
|
|
{
|
|
|
|
|
|
//UserControl overrides dispose to clean up the component list.
|
|
[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
//Required by the Windows Form Designer
|
|
private System.ComponentModel.Container components = null;
|
|
|
|
//NOTE: The following procedure is required by the Windows Form Designer
|
|
//It can be modified using the Windows Form Designer.
|
|
//Do not modify it using the code editor.
|
|
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
}
|
|
|
|
}
|
|
}
|