mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
0.3.9
增加了自习系列组件
This commit is contained in:
@@ -15,7 +15,10 @@ public static class BuiltInComponentIds
|
||||
public const string DesktopAudioRecorder = "DesktopAudioRecorder";
|
||||
public const string DesktopStudyEnvironment = "DesktopStudyEnvironment";
|
||||
public const string DesktopStudyNoiseCurve = "DesktopStudyNoiseCurve";
|
||||
public const string DesktopStudyNoiseDistribution = "DesktopStudyNoiseDistribution";
|
||||
public const string DesktopStudyScoreOverview = "DesktopStudyScoreOverview";
|
||||
public const string DesktopStudyDeductionReasons = "DesktopStudyDeductionReasons";
|
||||
public const string DesktopStudyInterruptDensity = "DesktopStudyInterruptDensity";
|
||||
public const string Blank2x4 = "Blank2x4";
|
||||
public const string Date = "Date";
|
||||
public const string MonthCalendar = "MonthCalendar";
|
||||
|
||||
@@ -140,6 +140,16 @@ public sealed class ComponentRegistry
|
||||
MinHeightCells: 2,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudyNoiseDistribution,
|
||||
"Noise Distribution",
|
||||
"DataLine",
|
||||
"Study",
|
||||
MinWidthCells: 4,
|
||||
MinHeightCells: 2,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true,
|
||||
ResizeMode: DesktopComponentResizeMode.Free),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudyScoreOverview,
|
||||
"Study Score Overview",
|
||||
@@ -149,6 +159,26 @@ public sealed class ComponentRegistry
|
||||
MinHeightCells: 4,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudyDeductionReasons,
|
||||
"Deduction Reasons",
|
||||
"DataLine",
|
||||
"Study",
|
||||
MinWidthCells: 4,
|
||||
MinHeightCells: 2,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true,
|
||||
ResizeMode: DesktopComponentResizeMode.Free),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopStudyInterruptDensity,
|
||||
"Interrupt Density",
|
||||
"DataLine",
|
||||
"Study",
|
||||
MinWidthCells: 4,
|
||||
MinHeightCells: 2,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true,
|
||||
ResizeMode: DesktopComponentResizeMode.Free),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopDailyPoetry,
|
||||
"Daily Poetry",
|
||||
|
||||
Reference in New Issue
Block a user