mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
0.3.11
噪音数据历史记录,引入数据库
This commit is contained in:
@@ -20,6 +20,7 @@ public static class BuiltInComponentIds
|
||||
public const string DesktopStudyDeductionReasons = "DesktopStudyDeductionReasons";
|
||||
public const string DesktopStudyInterruptDensity = "DesktopStudyInterruptDensity";
|
||||
public const string DesktopStudySessionControl = "DesktopStudySessionControl";
|
||||
public const string DesktopStudySessionHistory = "DesktopStudySessionHistory";
|
||||
public const string Blank2x4 = "Blank2x4";
|
||||
public const string Date = "Date";
|
||||
public const string MonthCalendar = "MonthCalendar";
|
||||
|
||||
@@ -140,6 +140,16 @@ public sealed class ComponentRegistry
|
||||
MinHeightCells: 1,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudySessionHistory,
|
||||
"Session History",
|
||||
"History",
|
||||
"Study",
|
||||
MinWidthCells: 4,
|
||||
MinHeightCells: 2,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true,
|
||||
ResizeMode: DesktopComponentResizeMode.Free),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudyNoiseCurve,
|
||||
"Noise Curve",
|
||||
|
||||
Reference in New Issue
Block a user