ARTICLE DETAIL

资讯详情

深耕郑州网站建设与运营推广的一线实战洞察。

Maxwell-Pro 完整 UI 代码实现

Maxwell-Pro 完整 UI 代码实现 Maxwell-Pro 完整 UI 代码实现项目结构MaxWell/ (WPF 主程序) ├── App.xaml / App.xaml.cs ├── Views/ │ ├── MainWindow.xaml / MainWindow.xaml.cs │ ├── Dialogs/ │ │ ├── LoginDialog.xaml / LoginDialog.xaml.cs │ │ ├── StationStatusDialog.xaml / StationStatusDialog.xaml.cs │ │ ├── StartBatchDialog.xaml / StartBatchDialog.xaml.cs │ │ ├── RecipeEditDialog.xaml / RecipeEditDialog.xaml.cs │ │ └── AccountManagementDialog.xaml / AccountManagementDialog.xaml.cs │ └── UserControls/ │ ├── StationCardControl.xaml / StationCardControl.xaml.cs │ ├── StationStatusControl.xaml / StationStatusControl.xaml.cs │ ├── SummaryDataControl.xaml / SummaryDataControl.xaml.cs │ ├── LogPanelControl.xaml / LogPan
返回列表