本篇博客主要介绍一个控件库,HslControls.dll 的界面,这个控件库支持winform,winform的参考另一篇文章:https://www.cnblogs.com/dathlin/p/10291327.html

此处的控件是在手机中运行的,是基于C#的平台的

源代码地址:https://github.com/dathlin/HslControlsDemo

详细的教程会在论坛慢慢的开放,联系QQ群:672364730

的,具体的教程地址如下:https://docs.microsoft.com/zh-cn/xamarin/android/index

新建一个项目,然后在nuget安装控件

Install-Package HslControls

然后在布局控件里输入下面的信息即可

<RelativeLayout    xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"    android:layout_width="match_parent"    android:layout_height="match_parent"    app:layout_behavior="@string/appbar_scrolling_view_behavior"    tools:showIn="@layout/app_bar_main">    <TextView        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:layout_centerInParent="true"        android:text="这是安卓版的HslControls的Demo项目,详细请打开菜单" />    <HslControls.HslBottle        android:layout_marginTop="20px"        android:layout_marginLeft="20px"        android:layout_width="100px"        android:layout_height="400px"        />    <HslControls.HslBottle        android:layout_marginTop="20px"        android:layout_marginLeft="200px"        android:layout_width="100px"        android:layout_height="400px"        app:value="80"        />    <HslControls.HslPumpOne        android:layout_width="400px"        android:layout_marginLeft="500px"        android:layout_marginTop="50px"        app:export="5"        android:layout_height="400px" />    <HslControls.HslPumpOne        android:layout_width="100px"        android:layout_marginLeft="900px"        android:layout_marginTop="50px"        android:layout_height="100px"        android:id="@+id/hslPumpOne2" />    <HslControls.HslArrow        android:layout_marginTop="520px"        android:layout_marginLeft="20px"        android:layout_width="300px"        android:layout_height="90px" />    <HslControls.HslArrow        android:layout_marginTop="600px"        android:layout_marginLeft="20px"        android:layout_width="90px"        app:arrowDirection="Down"        app:arrowBackColor="@android:color/holo_red_light"        android:layout_height="300px" />    <HslControls.HslFactory        android:layout_marginTop="1100px"        android:layout_width="500px"        android:layout_height="300px" />

界面如下:

其他的控件都是类似的,以下展示一些常用的控件信息

android 柱状图_安卓控件 仪表盘控件 柱状图控件 曲线控件 xamarin.android 分类器 瓶子控件 报警控件 水箱控件 进度条控件等...相关推荐

  1. Android Paint应用之自定义View实现进度条控件

    在上一篇文章<Android神笔之Paint>学习了Paint的基本用法,但是具体的应用我们还没有实践过.从标题中可知,本文是带领读者使用Paint,自定义一个进度条控件. 上图就是本文要 ...

  2. Android中进度条控件使用

    android中进度条控件使用 ProgressBar pb = findViewById(R.id.pb);pb.setMax(100);pb.setProgress(33); 转载于:https: ...

  3. ExtJs4 笔记(8) Ext.slider 滚轴控件、 Ext.ProgressBar 进度条控件、 Ext.Editor 编辑控件...

    本篇要登场的有三个控件,分别是滚轴控件.进度条控件和编辑控件. 一.滚轴控件 Ext.slider 1.滚轴控件的定义 下面我们定义三个具有代表意义滚轴控件,分别展示滚轴横向.纵向,以及单值.多值选择 ...

  4. [K/3Cloud]进度条控件编程接口

    进度条控件编程接口 1.启动进度查询 this.GetControl<ProgressBar>().Start(2)  //每2秒查询一次进度 2.汇报进度 在插件中重载 OnQueryP ...

  5. MFC中进度条控件的使用方法

    进度条控件是程序开发中基础控件之一,常用于显示程序的进度.在进行程序安装.文件传输时经常用到.其用法也比较简单固定. 转自:http://jingyan.baidu.com/article/95c9d ...

  6. DevExpress的进度条控件ProgressBarControl的使用-以ZedGraph添加曲线进度为例

    场景 Winform控件-DevExpress18下载安装注册以及在VS中使用: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/1 ...

  7. 使用GDI+实现圆形进度条控件的平滑效果

    DownLoad Src 传统的GDI绘制图形时的一个致命缺点是图像存在锯齿毛糙, 使用GDI+能绘制漂亮的渐变图像并有光滑图像的功能.利用GDI+对圆形进度条控件进行修改,效果如下:

  8. VC用MFC开发的圆形进度条控件

    DownLoad Src VC用MFC开发的圆形进度条控件 visualsan@yahoo.cn NUAA zss 在NBA2007游戏里,还有很多科幻电影里,经常可以看到圆形进度条.有的用来显示导弹 ...

  9. CProgressCtrl进度条控件实现进度滚动效果

    关于CProgressCtrl 控件的基本操作网上有很多资料,可我想实现进度条中进度滚动效果,即很多时候程序出现的等待或启动画面,如下图: 实现这个效果的函数为SetMarquee(_In_ BOOL ...

  10. Photoshop和WPF双剑配合,打造炫酷个性的进度条控件

    现在如果想打造一款专业的App,UI的设计和操作的简便性相当重要.UI设计可以借助Photoshop或者AI等设计工具,之前了解到WPF设计工具Expression Blend可以直接导入PSD文件或 ...

最新文章

  1. 深度抠图--Deep Image Matting
  2. WINCE平台下C#应用程序中使用看门狗
  3. APP测试入门之性能测试
  4. html调用js进行MD5加密,js实现md5加密
  5. Educational Codeforces Round 17 E. Radio stations cdq分治 + 树状数组
  6. vscode svn使用_使用Typescript封装Vue组件
  7. DAX/PowerBI系列 - 玩转阿里云 Alicloud Pricing
  8. 【Proteus仿真8086】定时器8253产生波形发生器
  9. Cracking The Coding Interview5.3 暂存
  10. 支持“***Context”上下文的模型已在数据库创建后发生更改
  11. C# HashSet 实例
  12. 10个新鲜出炉的JQuery插件(ITEye)
  13. hdu 1561(树形dp)
  14. 在ASP.NET 2.0中直接得到本页面生成的HTML代码(转自孟宪会之精彩世界)
  15. 接上篇 按键精灵读写远程数据库,达到读写配置以及验证的效果(升级版)
  16. Swagger3 版本动态分组
  17. 远程桌面连接命令mstsc怎么用?如何使用mstsc进行远程登录?
  18. 计算机物联网职业生涯规划书,物联网工程技术专业职业生涯规划书-.doc
  19. 【简单数学】末日的传说
  20. Windows下Qt程序初步打包

热门文章

  1. Ubuntu下安装Oracle Instant Client
  2. 剑指offer(C++)-JZ35:复杂链表的复制(数据结构-链表)
  3. 驱动依赖_自噬依赖的分泌因子的产生促进致癌RAS驱动的侵袭
  4. 小程序 微信统计表格_微信小程序登录机制
  5. python接口自动化登录_python 接口自动化--登录
  6. 认真学习系列:编译原理——B站笔记
  7. Python多线程编程---(1)threading 模块 Thread 类
  8. 初级测试如何快速成长和进步
  9. Python解决模块无法引用问题之pymysql模块导入
  10. 软件测试,何去何从?想安逸不可能!软饭得硬吃...我整理的超全学习指南【值得每个测试一看】