3 Star 3 Fork 2

Smobiler / SwebUITutorials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

SWEBUITutorials

快速入门 - 环境搭建

服务端
  • 操作系统:windows 8.1及windows server 2012
  • 开发环境:.NET Framework 4.5及以上版本 ,.支持NET Core 3.0及以上版本
  • 开发工具:Visual Studio 2012及以上版本
  • 打开电脑上的浏览器,访问 https://www.swebui.com/download.html ,并选择Designer,下载并安装。

开发第一个示例应用

控件介绍

Smobiler继承结构

  • SwebControl【控件,有UI,可展示】
    • SwebBindableControl【所有可做数据绑定的控件基类
      • Button、Label、TextBox、Image...
    • SegmentedControl、WebView、MapTagView、Line...
    • SwebLayoutControl【布局控件基类
      • ListView、GridView...
      • SwebContainerControl【容器控件基类
        • Panel、TabPageView...
        • SwebParentControl【父控件基类
          • SwebForm【窗体】
          • SwebUserControl【用户控件】
        • SwebNativeContainerControl【插件容器控件基类
          • PercentageCircle

SwebControl

基础控件

名称 说明 名称 说明
Button 按钮控件 Label 文本控件
TextBox 输入框控件 CheckBox 单选控件
Swith 开关控件 Image 图像控件
FontIcon 图标控件 ZoomImage 缩放图像控件
Line 线条控件 Slider 滚动条控件
DatePicker 日期选择控件 Calendar 日历控件
Picker 元素选择控件 Progress 进度条控件
WebView 浏览器控件 MapTagView 地理位置标签控件
BarcodeView 条码控件

SwebContainerControl 容器控件

  • Panel
    • TouchablePanel
    • ScrollablePanel
  • TabPageView

SwebParentControl 父控件

SwebLayoutControl 模板控件

  • ListView
  • GridView
  • PageView

图表控件 Chart

名称 说明
Echart echart
MIT License Copyright (c) 2021 Smobiler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

SwebUI Tutorilas用于一个SwebUI的入门教程 展开 收起
C# 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/smobiler/SwebUITutorials.git
git@gitee.com:smobiler/SwebUITutorials.git
smobiler
SwebUITutorials
SwebUITutorials
main

搜索帮助