代码搜索:OnTimer
找到约 179 项符合「OnTimer」的源代码
代码结果 179
www.eeworm.com/read/485187/6567159
pas dxthreads4components.pas
unit DXThreads4Components;
interface
///////////////////////////////////////////////////////////////////////////////
// Threads: TDXComponentThread, TDXComponentSpawn
// Author: G.E
www.eeworm.com/read/260061/11749323
txt convert_st_projects.txt
Version 2.0.0 of SimpleTimer is incompatible with older versions, which
means you will have to adjust your previous projects that use SimpleTimer.
1) The Start and Stop methods have been replace
www.eeworm.com/read/342438/12019800
txt convert_st_projects.txt
Version 2.0.0 of SimpleTimer is incompatible with older versions, which
means you will have to adjust your previous projects that use SimpleTimer.
1) The Start and Stop methods have been replace
www.eeworm.com/read/386969/8715184
dfm unit1.dfm
object Form1: TForm1
Left = 197
Top = 121
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/384568/8860068
txt vc中写外挂.txt
1.问题:最近看到很多人在玩 大家来找茬,于是自己也下载玩了一下,但是由于基础太差,经常都是输多赢少。于是我想到了用OpenCV写个外挂,说干就干。
2.分析:大家来找茬游戏规则简单,只需找出两幅图像的不同点,由此,可以将左右两幅图进行对比,用异或运算将不同点找出。这部分不难,难的主要是定位两幅图的位置,经实验,游戏是两幅图的y方向不边,x方向会随机发生改变,故如果确定两幅图的位置成了这个程 ...
www.eeworm.com/read/167186/9977715
dfm unit1.dfm
object Form1: TForm1
Left = 199
Top = 234
Width = 227
Height = 243
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/167186/9978337
dfm unit1.dfm
object Form1: TForm1
Left = 384
Top = 113
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Cheat Engine Network Server'
ClientHeight = 97
ClientWidth = 3
www.eeworm.com/read/167186/9978450
dfm ceclient.dfm
object ConnectForm: TConnectForm
Left = 100
Top = 578
BorderStyle = bsDialog
Caption = 'Cheat Engine Client'
ClientHeight = 70
ClientWidth = 193
Color = clBtnFace
Font.Charset
www.eeworm.com/read/418205/10958859
txt 18.6 环境属性.txt
18.6 环境属性
通过上面的讲解,读者可以发现,在容器中使用 ActiveX控件时,分为两种情况,一种是在设计模式下,通过控件自身的属性表单,或者容器提供的接口改变该控件的属性 :另一种是在运行模式下,通过调用控件的方法来改变其属性。下面让我们实现这样一个特殊的功能 :在设计模式下, Clock控件显示的时间是静止不变的,而只有在运行模式下,
692 I势'如
才让该时间"动起来" ...