登录
首页 » LabView » Labview标签控件2011版本

Labview标签控件2011版本

于 2019-06-14 发布 文件大小:12782KB
0 363
下载积分: 1 下载次数: 1

代码说明:

  适合多界面开发,可实现多窗口运行,丰富界面显示。(Suitable for multi-interface development, can achieve multi-window operation, rich interface display.)

文件列表:

Labview标签控件2011版本, 0 , 2019-06-14
Labview标签控件2011版本\main.vi, 603436 , 2018-12-09
Labview标签控件2011版本\TEST.aliases, 42 , 2019-06-14
Labview标签控件2011版本\TEST.lvlps, 83 , 2018-12-09
Labview标签控件2011版本\TEST.lvproj, 4390 , 2018-12-09
Labview标签控件2011版本\截图, 0 , 2019-06-14
Labview标签控件2011版本\截图\1.PNG, 38708 , 2018-12-09
Labview标签控件2011版本\截图\2.PNG, 62113 , 2018-12-09
Labview标签控件2011版本\截图\3.PNG, 54330 , 2018-12-09
Labview标签控件2011版本\截图\4.PNG, 130306 , 2018-12-09
Labview标签控件2011版本\截图\5.PNG, 173513 , 2018-12-09
Labview标签控件2011版本\截图\6.png, 151354 , 2018-12-09
Labview标签控件2011版本\截图\7.PNG, 24735 , 2018-12-09
Labview标签控件2011版本\截图\封面.PNG, 34234 , 2018-12-09
Labview标签控件2011版本\截图\标签控件.png, 104426 , 2018-12-09
Labview标签控件2011版本\截图\界面1.PNG, 113790 , 2018-12-09
Labview标签控件2011版本\截图\项目.png, 22891 , 2018-12-09
Labview标签控件2011版本\数据传递, 0 , 2019-06-14
Labview标签控件2011版本\数据传递\更多精彩内容关注公众号.jpg, 27677 , 2018-11-27
Labview标签控件2011版本\数据传递\界面全局.vi, 3540 , 2018-12-09
Labview标签控件2011版本\更多精彩内容关注公众号.jpg, 27677 , 2018-11-27
Labview标签控件2011版本\标签控件, 0 , 2019-06-14
Labview标签控件2011版本\标签控件\初始化.vi, 233982 , 2018-12-09
Labview标签控件2011版本\标签控件\单个标签绘.vi, 236418 , 2018-12-09
Labview标签控件2011版本\标签控件\外观.vi, 76632 , 2018-12-09
Labview标签控件2011版本\标签控件\属性配置.vi, 486488 , 2018-12-09
Labview标签控件2011版本\标签控件\数据.ctl, 8569 , 2018-12-09
Labview标签控件2011版本\标签控件\新增标签_重画.vi, 574981 , 2018-12-09
Labview标签控件2011版本\标签控件\更多精彩内容关注公众号.jpg, 27677 , 2018-11-27
Labview标签控件2011版本\标签控件\查找图片.vi, 220908 , 2018-12-09
Labview标签控件2011版本\标签控件\标签属性.ctl, 8805 , 2018-12-09
Labview标签控件2011版本\标签控件\标签窗口.xctl, 2418 , 2018-12-09
Labview标签控件2011版本\标签控件\状态.ctl, 16485 , 2018-12-09
Labview标签控件2011版本\标签控件\画矩形.vi, 218674 , 2018-12-09
Labview标签控件2011版本\标签控件\鼠标.vi, 218928 , 2018-12-09
Labview标签控件2011版本\标签控件\鼠标移动刷新.vi, 231680 , 2018-12-09
Labview标签控件2011版本\标签控件演示.gif, 11727354 , 2018-12-09

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

发表评论

0 个回复

  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • SZxscxjm_
    圆形钟表源码,VC++电子钟,显示当前系统时间,圆形风格,实际上这个源码是讲述了一些界面设计方面的知识,和电子钟相关不大,有兴趣的就下载源码参考一下。(Round clock source, VC++ electronic clock that displays the current system time, round style, in fact, this source is about some of the interface design knowledge, and related electronic bell little interested to download source code reference.)
    2013-06-22 12:59:49下载
    积分:1
  • ntpserver
    说明:  Python 抓取 COM Port 未完成(Python Serach COM Port non Fininshed)
    2019-01-23 17:07:10下载
    积分:1
  • skin-interface-library
    一个简单好用的皮肤界面库,可用于MFC对话框或MFC单文档程序的exe文件界面的美化上(A simple and easy on the skin interface library can be used for MFC dialog MFC single document or program exe file interface beautification)
    2014-11-08 17:11:16下载
    积分:1
  • 《PYTHON QT GUI快速 PYQT指南》源码
    该压缩包主要是pyqt5的开发资料,需要设计界面等的同学可以下载。(The compressed packet is mainly pyqt5 development information.)
    2018-10-04 09:36:12下载
    积分:1
  • beautifulbutton
    这是关于界面设计中的按钮美化的一些程序,这对美化界面很有帮助(This is the interface design on the button beautify some of the procedures, to beautify helpful interface)
    2007-01-04 18:37:23下载
    积分:1
  • MFC实例13个
    说明:  MFC c++ 编程13个例子 适合初学者学习(13 examples of MFC++ programming are suitable for beginners to learn)
    2019-07-01 11:33:49下载
    积分:1
  • jishi
    计时程序 控件丰富 操作简便 很实用 初学者可用的 好东西(Rich simple timing program control is very useful for beginners can be a good thing)
    2011-05-05 21:25:00下载
    积分:1
  • jtcwVC
    该套软件主要用来记录家庭财务收入与支出的情况。软件包括下面几个方面的主要界面:1、用户登录界面:单击左边窗口的用户登录按钮可以进入该界面。输入要操作人的用户名和密码,这里由于只提供给自己家用,所以只有两个用户,可以输入ycl 密码:12345进入。2、账目现状界面:登录成功自动进入账目现状界面,当然也可以通过单击左边窗口中的账目现状按钮进入该界面,该界面可以显示指定时间段内的收入与支出情况,统计出现有余额。并通过树状列表显示各项收入支出的情况。3、资金进账界面:登录成功后,才能运行该界面,用户通过单击左窗口中的资金进账按钮来进入该界面。该界面可以显示指定时间段内的支出情况,并可以添加新的收入项目。测试时可以选择6月到10月之间的项目4、资金支出界面:登录成功后才能运行该界面,用户通过单击左窗口中的资金支出按钮来进入该界面。该界面可以显示指定时间段内的收入情况,并可以添加新的支出项目。测试时可以选择6月到10月之间的项目5、系统退出:用户可以通过单击左窗口中的系统退出按钮来退出系统的运行(Of the software is mainly used to record income and expenditure of the family financial situation. Several aspects of the software includes the following main interfaces: one, the user login screen: Click the button to the left of the window the user can log into the interface. Enter the operator s user name and password, here as available only to their own home, so there are only two users, you can enter ycl Password: 12345 to enter. 2, accounts for the status quo interface: Log in automatically into the accounts of the success of the status quo interface, of course, the left window by clicking the button in the accounts of the status quo into the interface that can display the specified time period of the income and expenditure, statistics appeared in the balance. Through the tree list displays all the income and expenditure situation. 3, funds much richer interface: login is successful, in order to run the interface, the user window by clicking the left button to enter the capital m)
    2010-03-11 11:37:52下载
    积分:1
  • MyHanio1
    一个用mfc实现的带界面汉诺塔源程序,可手动输入最多15层。(An interface using mfc achieved with HANOR source, you can manually enter up to 15 layers.)
    2013-11-06 19:40:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载