登录
首页 » Static control » * 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网...

* 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网...

于 2022-01-31 发布 文件大小:31.70 kB
0 165
下载积分: 2 下载次数: 1

代码说明:

* 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网格给出文字标题,能够设定标题文字的背景色与颜色。3、能够支持鼠标的绘图操作1)鼠标左键在网格区按下,进入填充方格状态;2)填充状态下,鼠标在网格区移动,则填充所在位置的方格, 一旦移出网格,则取消填充状态;3)鼠标左键抬起,则取消填充状态。-* Name : Mapping Grid category (Extension static text box)* function : a painting composed of a grid mesh, to set the grid location, ranks number-wide grid, the grid background color, mesh border colors, a box filled with the color; 2, grid is the title characters, the title characters can set the background color and color. 3, the mouse can support a graphics operation) in the left mouse button pressed grid area into a state filled box; 2) filling state, the mouse in a grid of Mobile, the location of the filled box, once out of mesh, canceled filled state; 3) holding the left mouse button , canceled filled state.

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

发表评论

0 个回复

  • 透明的static组件,基于MFC源代码
    透明的static组件,基于MFC源代码-transparent static components, based on the MFC source code
    2022-08-21 11:53:01下载
    积分:1
  • 里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有...
    里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有-There are 164 java language development process, which contain the complete source code, extensive coverage, we hope to have
    2022-01-26 08:02:01下载
    积分:1
  • 从CStatic控件派生的类,可以显示电子时钟,非常精美
    从CStatic控件派生的类,可以显示电子时钟,非常精美-CStatic control derived from the class can demonstrate that the electronic clock, a very attractive
    2022-09-12 02:25:03下载
    积分:1
  • 详细的java示例代码,超级有用,格式正确已经调试了的
    详细的java示例代码,超级有用,格式正确已经调试了的-detailed sample code, the super useful debugging format has the right of the
    2022-06-03 12:09:41下载
    积分:1
  • 静态文本显示与椭圆的长文件名
    Static text to display long filenames with ellipses
    2022-02-13 22:51:45下载
    积分:1
  • xcolorstatic
    XColorStatic-CStatic派生类,支持改变字体,字体和背景色等-XColorStatic-CStatic derived class, supports the change typeface, the typeface and the back scenery and so on
    2022-08-03 23:34:04下载
    积分:1
  • 用Visual C++工具实现的很好用的静态控件
    用Visual C++工具实现的很好用的静态控件-Using Visual C++ Tools used to achieve good static control
    2023-03-11 23:25:03下载
    积分:1
  • public class Server extends Thread { Client client int counter public Server(Cli...
    public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
    2022-02-21 05:44:37下载
    积分:1
  • 2022-11-23 17:00:03下载
    积分:1
  • 实现的具有滑动功能的static类,用于控制声音的大小
    实现的具有滑动功能的static类,用于控制声音的大小-Achieved with a sliding function of static class is used to control the size of the sound
    2023-06-03 00:50:03下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载