using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IStation.WinFormUI { 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; } } }