代码搜索:CreateParams
找到约 107 项符合「CreateParams」的源代码
代码结果 107
www.eeworm.com/read/466590/7029451
~cpp infoform3.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "InfoForm3.h"
#include "MainForm1.h"
//----------------------------------
www.eeworm.com/read/364551/7072251
pas udlgbase.pas
unit uDlgbase;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TfrmDlgBase = class(TForm)
procedure FormShortCut(var Msg:
www.eeworm.com/read/224142/7148868
pas hints.pas
unit Hints;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TdlgHints = class(TForm)
msg: TLabel;
msg2: TL
www.eeworm.com/read/460763/7241148
pas settings.pas
unit settings;
interface
uses
main,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Buttons;
type
TSettingsForm = class(TFo
www.eeworm.com/read/446308/7581350
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/446308/7581371
~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/446308/7581375
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/446308/7581392
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/145360/12734044
pas adminfrm.pas
unit Adminfrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
RzBckgnd, ExtCtrls, RzForms, RzPanel, RzButton, StdCtrls, RzEdit, RzLabel,
ActnLi