namespace TProduct.WinFrmUI
|
{
|
public class StepWizardHintInfo
|
{
|
public int Step { get; set; }
|
public string HintLabel { get; set; }
|
public System.Drawing.Point Pt { get; set; }
|
public DevExpress.Utils.BeakPanelBeakLocation BeakLocation { get; set; }
|
public System.Windows.Forms.Control HintDockCtrl { get; set; }
|
}
|
}
|