登录
首页 » 界面开发 » 用VB6.0制作的模仿生产中柔性制造系统,涉及到按钮,文本框,列表框,图片框等多个控件的使用方法...

用VB6.0制作的模仿生产中柔性制造系统,涉及到按钮,文本框,列表框,图片框等多个控件的使用方法...

于 2022-03-21 发布 文件大小:1.48 MB
0 203
下载积分: 2 下载次数: 1

代码说明:

用VB6.0制作的模仿生产中柔性制造系统,涉及到按钮,文本框,列表框,图片框等多个控件的使用方法-Produced by using VB6.0 to imitate the production of flexible manufacturing systems, related to the button, text boxes, list boxes, picture frames and many other controls to use

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

发表评论

0 个回复

  • qt 串口工具
    Qt编写的串口调试界面,并添加也一些其他控件。通过界面可选择端口,设置波特率,奇偶校验位等。目前串口含有的功能基本都有。另外,该程序仅实现字符发送可接收。
    2022-01-30 10:53:59下载
    积分:1
  • 实用摇号器
    简单的VB摇号器,帮助你在聚会和饭局等场合随机并且公正的抽取号码 运行之前要先在该工程所在位置新建一个list.txt文件,内容为被抽的名单。注意,每行写一个名字。 然后,本程序会在该文件中随机抽取。 控件说明: 一个text控件、一个command控件和一个StatusBar控件(该控件要先在菜单” 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-10-30 08:10:03下载
    积分:1
  • 宾果游戏
    宾果游戏 is a 游戏的机会玩过哪些球员反对 5 x 5 矩阵已经预先印制的数字相匹配的随机绘制数字。
    2022-07-10 13:55:06下载
    积分:1
  • 这是一个DOS程序
    这是一个DOS程序-This is a DOS program
    2022-08-10 21:04:44下载
    积分:1
  • c++实现bezier曲线
    c++实现bezier曲线,算出bezier曲线的参数方程的系数,供其他绘图软件进行绘图,-c++ achieve Bezier curves, Bezier curves to calculate the parameters of equation coefficients for the other mapping software for mapping.
    2022-07-25 03:23:41下载
    积分:1
  • 与其他智能卡STK卡STK卡放,放平台介绍…
    STK java卡 同其它智能卡一样,引入开放的STK卡开放平台非常必要。E飞l已在其协议中增加了有关JavaCa记的内容。GSM SIM卡采用lavaC耐API在保证安全的同时提供开放的SIM开发,使得STK应用在不同制造商的sIM卡上运行并得以建立空中管理SIM应用程序(Toolkit applet)下载。在开发过程中,软件开发商可采用开放的开发工具,开发出与Java兼容的SIM卡应用程序。-STK cards with other smart cards, the introduction of open STK cards open platform very necessary. L E fly in their agreement on the increase in the content JavaCa mind. GSM SIMlavaCAPISIMSTKsIMSIM(Toolkit applet) In the development process, software developers use open development tools, developed with the Java compatible SIM card applications.
    2022-05-27 19:41:33下载
    积分:1
  • This application not only demonstrates the basics of using the Microsoft Foundat
    This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TimeLimit application.
    2022-05-24 06:05:24下载
    积分:1
  • to control the program an additional category, for the freedom to change.
    对控件进行编程的一个附加类,可以进行自由修改。-to control the program an additional category, for the freedom to change.
    2022-03-13 11:37:35下载
    积分:1
  • 基于c#的时钟
    资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路, namespace Clock { public partial class MainForm : Form { private PointF center; private float r; private Pen hourPen; private Pen minutePen; private Pen secondPen; private Thread timeThread; public MainForm() { InitializeComponent(); ShowInTaskbar = false;//不在任务栏中显示 SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint,true); SetStyle(ControlStyles.AllPaintingInWmPaint,true); center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f); r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f); hourPen = new Pen(Color.Black, 2.5f); minutePen = new Pen(Color.Black, 1.5f); secondPen = new Pen(Color.Black, 0.5f); timeThread=new Thread(new ThreadStart(DrawTime)); timeThread.Start(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; g.Clear(BackColor); //g.SmoothingMode =
    2022-01-26 05:22:52下载
    积分:1
  • 寻路算法动态展示
    一、 实验目的与要求  1)  熟悉两种路由算法Dijkstra和Bellman‐ford;  2)  开发一个具有良好的用户体验软件;  二、 实验内容  1) 能够存储和表示给定拓扑结构  2) 能够实现Dijkstra和Bellman‐ford算法  3) 根据指定结点,生成路由表并演示算法每一步执行情况 4) 加分项目:GUI界面演示所有信息
    2022-07-12 07:36:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载