-
该程序是基于一个VFW的采集和相关图像处理程序,除了提供了VFW采集相关的设计技术核心外,重点提供了整体程序的界面设计,提供了SkinWin类和Collapsi...
该程序是基于一个VFW的采集和相关图像处理程序,除了提供了VFW采集相关的设计技术核心外,重点提供了整体程序的界面设计,提供了SkinWin类和CollapsiblePanel类的使用,本人认为它们是一般程序框架设计的经典搭配:)界面还不是很漂亮,期待懂美工的同志能提出修改意见:)-the program is based on a VFW related to the acquisition and image processing procedures, in addition to the VFW Acquisition related design technology core, it focused on the whole process of interface design, providing SkinWin CollapsiblePanel category and type of use, I think they are general procedural framework for the design of the classic match : ) interface is not very pretty, and looks forward to understand artists comrades can come up with amendments :)
- 2022-04-11 07:53:10下载
- 积分:1
-
This project is a employee database management system.
This project is a employee database management system.
- 2023-01-22 21:45:04下载
- 积分:1
-
java swing 上传文件源码
package test;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
public class Win extends JFrame {
JButton jb = new JButton("上传");
public Win() {
jb.addAction
- 2022-03-25 22:46:16下载
- 积分:1
-
象棋演播室
象棋演播室的源代码,从网上找的,用Delphi 写的,算法很不错,大家可以学习学习
- 2022-03-13 17:33:52下载
- 积分:1
-
程序进程条代码,程序启动画面,具有背景花纹的窗体,可分割窗体,可融合窗体...
程序进程条代码,程序启动画面,具有背景花纹的窗体,可分割窗体,可融合窗体-delphi
- 2022-04-08 18:22:53下载
- 积分:1
-
fingerprint login system demonstration program
指纹登录系统演示程序-fingerprint login system demonstration program
- 2022-04-27 15:12:18下载
- 积分:1
-
VC简易绘图界面 图形程序的好例子 具体请参看例题
VC简易绘图界面 图形程序的好例子 具体请参看例题-VC simple graphical interface graphics program a good example of concrete examples s
- 2022-06-16 09:18:53下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
pulled in a run on the interface procedures used to achieve flights inquiries ma...
一个运行在WINCE上的界面程序,用于实现飞机航班的查询管理。程序不大,适用于初学者。-pulled in a run on the interface procedures used to achieve flights inquiries management. Procedures not apply to beginners.
- 2022-07-13 10:51:12下载
- 积分:1
-
use several OCX : online controls, tab controls, UBB control, we look at these c...
使用了几个自定义控件:在线控件、分页控件、UBB控件,大家来看看这几个控件为我们带来了什么好处。-use several OCX : online controls, tab controls, UBB control, we look at these controls brought us any good.
- 2022-02-24 11:03:56下载
- 积分:1