代码搜索:CreateParams
找到约 107 项符合「CreateParams」的源代码
代码结果 107
www.eeworm.com/read/142204/12957755
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
const
CM_RESTORE = WM_USER + $1000;
type
TForm1 = class(TForm)
www.eeworm.com/read/243130/12960653
txt 一个小控件 (2001年3月1日).txt
一个小控件 (2001年3月1日)
网友更新 分类:数据库 作者:George 推荐:GeorgeAPI 阅读次数:353
(http://www.codesky.net)
--------------------------------------------------------------------------------
unit georgeHi
www.eeworm.com/read/323401/13341203
pas unitseldict.pas
unit UnitSELDict;
interface
uses
Windows, SysUtils, Classes, shellapi, Controls, Forms,
StdCtrls;
type
TFrmSelDict = class(TForm)
GroupBox1: TGroupBox;
ComboBox1: TComboB
www.eeworm.com/read/323401/13341216
pas uniterrmsg.pas
unit Uniterrmsg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls,shellapi;
type
Tfrmerrmsg = class(TFor
www.eeworm.com/read/323401/13341220
pas unitwordlist.pas
unit UnitWordList;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TFrmWordList = class(TForm)
ListBox1: TListB
www.eeworm.com/read/311889/13622955
pas umodalbase.pas
unit uModalbase;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TfrmModalBase = class(TForm)
procedure FormShortCut(var
www.eeworm.com/read/306033/13754327
pas fmcompiling.pas
////////////////////////////////////////////////////////////////////////////
// PAXScript IDE
// Author: Alexander Baranovsky (ab@cable.netlux.org)
// ==============================================
www.eeworm.com/read/152019/5677772
cpp infoform3.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "InfoForm3.h"
#include "MainForm1.h"
//----------------------------------
www.eeworm.com/read/152019/5677778
~cpp infoform3.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "InfoForm3.h"
#include "MainForm1.h"
//----------------------------------
www.eeworm.com/read/148527/5713861
pas hintformu.pas
unit HintFormU;
// Hintform, by Julian Ziersch, www.wptools.com
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
THi