2018-09-04 15:42:37 +08:00
|
|
|
|
namespace HandyControlDemo.Data
|
|
|
|
|
{
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public class MessageToken
|
2018-09-04 15:42:37 +08:00
|
|
|
|
{
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string GrowlDemoCtl = nameof(GrowlDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string LoadingDemoCtl = nameof(LoadingDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string ImageBrowserDemoCtl = nameof(ImageBrowserDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string ColorPickerDemoCtl = nameof(ColorPickerDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string CarouselDemoCtl = nameof(CarouselDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string CompareSliderDemoCtl = nameof(CompareSliderDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string TimeBarDemoCtl = nameof(TimeBarDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string PaginationDemoCtl = nameof(PaginationDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string AnimationPathDemoCtl = nameof(AnimationPathDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string StepBarDemoCtl = nameof(StepBarDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-10-03 21:27:15 +08:00
|
|
|
|
public static readonly string ClockDemoCtl = nameof(ClockDemoCtl);
|
|
|
|
|
|
|
|
|
|
public static readonly string TimePickerDemoCtl = nameof(TimePickerDemoCtl);
|
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string ButtonDemoCtl = nameof(ButtonDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string ToggleButtonDemoCtl = nameof(ToggleButtonDemoCtl);
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string ExpanderDemoCtl = nameof(ExpanderDemoCtl);
|
2018-09-11 12:00:52 +08:00
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string ProgressBarDemoCtl = nameof(ProgressBarDemoCtl);
|
|
|
|
|
|
|
|
|
|
public static readonly string TabControlDemoCtl = nameof(TabControlDemoCtl);
|
|
|
|
|
|
2018-10-03 21:27:15 +08:00
|
|
|
|
public static readonly string CalendarDemoCtl = nameof(CalendarDemoCtl);
|
|
|
|
|
|
|
|
|
|
public static readonly string DatePickerDemoCtl = nameof(DatePickerDemoCtl);
|
|
|
|
|
|
2018-09-18 19:22:11 +08:00
|
|
|
|
public static readonly string LoadShowContent = nameof(LoadShowContent);
|
|
|
|
|
}
|
2018-09-04 15:42:37 +08:00
|
|
|
|
}
|