代码搜索:如何学习 Control?
找到约 10,000 项符合「如何学习 Control?」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13077029
txt 如何设置vb form 上control box 中的关闭按钮.txt
其 实 只 要 设 置 /禁 止 Form的 系 统 菜 单 的 关 闭 项 就 可 以 做 到 这 点 。 这 要 借 助 Windows API。
www.eeworm.com/read/242302/13080847
txt 如何设置vb form 上control box 中的关闭按钮.txt
其 实 只 要 设 置 /禁 止 Form的 系 统 菜 单 的 关 闭 项 就 可 以 做 到 这 点 。 这 要 借 助 Windows API。
www.eeworm.com/read/114100/15110966
txt 如何设置vb form 上control box 中的关闭按钮.txt
其 实 只 要 设 置 /禁 止 Form的 系 统 菜 单 的 关 闭 项 就 可 以 做 到 这 点 。 这 要 借 助 Windows API。
www.eeworm.com/read/114100/15113178
txt 如何设置vb form 上control box 中的关闭按钮.txt
其 实 只 要 设 置 /禁 止 Form的 系 统 菜 单 的 关 闭 项 就 可 以 做 到 这 点 。 这 要 借 助 Windows API。
www.eeworm.com/read/192553/8375459
h control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\inc\drv\display.h"
#include "..\ucos
www.eeworm.com/read/192525/8376644
h control.h
/**
* \file control.h
* \author Wei Yongming
* \date 2001/12/29
*
* This file includes interfaces of standard controls of MiniGUI.
*
\verbatim
Copyright (C) 1998-2002 W
www.eeworm.com/read/292109/8376841
h control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "..\ucos-ii\includes.h" /* uC/OS interface */
#include "..\inc\drv\figure.h"
#include "..\inc\drv\display.h"
#include "..\ucos
www.eeworm.com/read/192512/8378462
h control.h
/**
* \file control.h
* \author Wei Yongming
* \date 2001/12/29
*
* This file includes interfaces of standard controls of MiniGUI.
*
\verbatim
Copyright (C) 1998-2002 W
www.eeworm.com/read/192497/8378991
v control.v
module control(din, clk, rst, arload, pcload, pcinc, drload, acload, acinc, irload, alusel, membus, pcbus, drbus, read);
input [1:0] din;
input clk, rst;
output arload, pcload, pcinc, drload, acloa
www.eeworm.com/read/192315/8386715
h control.h
#ifndef __CONTROL_H__
#define __CONTROL_H__
#include "../ucos-ii/includes.h" /* uC/OS interface */
#include "../src/GUI/gui.h"
#include "../ucos-ii/add/list.h"
#if USE_MINIGUI==