登录
首页 » c » ucgui实现了触屏菜单,滑动菜单,菜单响应,简单交互

ucgui实现了触屏菜单,滑动菜单,菜单响应,简单交互

于 2022-03-15 发布 文件大小:1.85 MB
0 88
下载积分: 2 下载次数: 1

代码说明:

基于ucgui3.98,现已实现了触屏操作,点击主屏幕弹出菜单,某些菜单有二级菜单,可以滑动菜单选择并进入子菜单,菜单具有交互功能。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PDIUSBD12USBbook_jianjie
    USB驱动程序开发彻底解密(Decoding the secret of USB driver development.)
    2020-06-26 10:20:02下载
    积分:1
  • lens_para_DW9714AF
    摄像头的AF驱动,这个驱动在源码里面找到的,有需要的朋友可以下载使用( U6444 u503F u5934 u7689 u9A1 u7A1 u7A U53CB u53EF u4EE5 u4E0B u8F7D u4F7F u7528)
    2021-01-17 04:38:45下载
    积分:1
  • 基于STM32的单通道ADC采集
    基于是STM32单通道采集光敏电阻的值,然后通过OLED屏幕显示.基于杨涛一号开发板。
    2023-09-08 15:50:05下载
    积分:1
  • 6smanv2.0_P3
    大气辐射传输模式6s英文说明书03,用于BRDF地表的子程序说明(6s atmospheric radiative transfer model instructions in English 03, the surface of the subroutine description for BRDF)
    2010-09-27 15:01:14下载
    积分:1
  • YY协议V1.8.6版(验证码识别)
    yy协议软件 验证码识别版本 功能强大稳定(YY protocol software verification code identification version has powerful and stable functions)
    2020-06-19 11:00:02下载
    积分:1
  • Keyco
    说明:  获取键盘扫描码的一个小工具,作为开发与键盘相关的程序有很大作用。(Access to the keyboard scan code of a small tool, as a keyboard-related development and plays a significant role in the process.)
    2009-08-11 11:06:41下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • oled显示代码
    1,开发板的OLED和LCD共用一个接口,插OLED模块的时候,靠左插即可. 2,默认用的8080方式驱动OLED模块,所以OLED模块的BS0,BS1都需要接VCC(默认接的VCC). 3,本例程汉字库的取模方式同标准例程OLED显示实验的ASCII取模方式完全一样,汉字大小为24*24。  ,OLED将显示ALIENTEK MiniSTM32 开发板等字样. 同时DS0闪烁,提示程序正在运行.
    2023-07-03 23:30:03下载
    积分:1
  • dmyectiotwo
    W2kPrintDrvSample Feature Support two page directio
    2017-05-11 12:50:38下载
    积分:1
  • 用于图像处理的曲波变换程序包 CurveLab-2.1.3
    可用于图像处理的曲波变换程序包,包括MATLAB和C++实现(Curve Wave Transform Package for Image Processing, Including MATLAB and C++ Implementation)
    2020-06-24 02:20:02下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载