代码搜索:CreateParams
找到约 107 项符合「CreateParams」的源代码
代码结果 107
www.eeworm.com/read/351934/9829862
cnt tmspackd7.cnt
:Base TMSPackd7.hlp
:Title TMSPack Help
:LINK D7VCL.HLP
1 TMSPack Help
2 Connecting to a database=Connecting to a database
2 About=About
2 TControlEdit
3 TControlEdit=TControlEdit
3 Methods
4
www.eeworm.com/read/354028/10396005
txt 类似网络蚂蚁的悬浮窗体.txt
您正在看的C++Builder教程是:类似网络蚂蚁的悬浮窗体。
源码:
protected:
virtual void __fastcall CreateParams(TCreateParams & Param);
void __fastcall TForm2::CreateParams(TCreateParams & Param)
{
//调用基类
www.eeworm.com/read/279692/10403612
pas ridgeu.pas
unit RidgeU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/279692/10403630
pas multilinebutton.pas
unit MultiLineButton;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, StdCtrls;
type
TMultiLineButton = class(TButton)
private
{ Private declarations }
protected
www.eeworm.com/read/351930/10594576
pas fr_pagef.pas
{******************************************}
{ }
{ FastReport v2.4 }
{ Dialog template }
{
www.eeworm.com/read/159878/10599774
pas notitlef.pas
unit NoTitleF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Button1: TButto
www.eeworm.com/read/158942/10717255
pas notitlef.pas
unit NoTitleF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Button1: TButto
www.eeworm.com/read/275581/10810151
pas rm_pagef.pas
{******************************************}
{ }
{ ReportMacine v2.0 }
{ Dialog template }
{
www.eeworm.com/read/420226/10810159
cs verticalprogressbar.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
namespace CC1
{
public class VerticalProgressBar : ProgressBar
{
protected ov
www.eeworm.com/read/466590/7029437
cpp infoform3.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "InfoForm3.h"
#include "MainForm1.h"
//----------------------------------