mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 17:24:27 +08:00
0.2.6
媒体播放组件,录音组件
This commit is contained in:
@@ -11,6 +11,8 @@ public static class BuiltInComponentIds
|
||||
public const string DesktopMultiDayWeather = "DesktopMultiDayWeather";
|
||||
public const string DesktopExtendedWeather = "DesktopExtendedWeather";
|
||||
public const string DesktopClassSchedule = "DesktopClassSchedule";
|
||||
public const string DesktopMusicControl = "DesktopMusicControl";
|
||||
public const string DesktopAudioRecorder = "DesktopAudioRecorder";
|
||||
public const string Blank2x4 = "Blank2x4";
|
||||
public const string Date = "Date";
|
||||
public const string MonthCalendar = "MonthCalendar";
|
||||
|
||||
@@ -103,6 +103,24 @@ public sealed class ComponentRegistry
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true,
|
||||
ResizeMode: DesktopComponentResizeMode.Free),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopMusicControl,
|
||||
"Music Control",
|
||||
"Play",
|
||||
"Media",
|
||||
MinWidthCells: 4,
|
||||
MinHeightCells: 2,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopAudioRecorder,
|
||||
"Recorder",
|
||||
"MicOn",
|
||||
"Media",
|
||||
MinWidthCells: 2,
|
||||
MinHeightCells: 2,
|
||||
AllowStatusBarPlacement: false,
|
||||
AllowDesktopPlacement: true),
|
||||
new DesktopComponentDefinition(
|
||||
BuiltInComponentIds.DesktopWhiteboard,
|
||||
"Blackboard Portrait",
|
||||
|
||||
Reference in New Issue
Block a user