selcol.hpp

来自「漏洞扫描系列中HB Network Scanner 测试用练习代码」· HPP 代码 · 共 87 行

HPP
87
字号
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'selcol.pas' rev: 6.00

#ifndef selcolHPP
#define selcolHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <BoxCtrls.hpp>	// Pascal unit
#include <colcombo.hpp>	// Pascal unit
#include <Buttons.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Selcol
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TfrmSelCol;
class PASCALIMPLEMENTATION TfrmSelCol : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Extctrls::TBevel* Bevel1;
	Buttons::TBitBtn* BitBtn1;
	Buttons::TBitBtn* BitBtn2;
	Comctrls::TPageControl* PageControl1;
	Comctrls::TTabSheet* StdPage;
	Comctrls::TTabSheet* RGBPage;
	Stdctrls::TLabel* Label1;
	Extctrls::TShape* Demo;
	Stdctrls::TLabel* Label2;
	Stdctrls::TLabel* Label3;
	Comctrls::TTrackBar* Red;
	Comctrls::TTrackBar* Green;
	Comctrls::TTrackBar* Blue;
	Colcombo::TepColorComboBox* cbStdColor;
	void __fastcall RedChange(System::TObject* Sender);
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TfrmSelCol(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TfrmSelCol(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TfrmSelCol(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TfrmSelCol(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TfrmSelCol* frmSelCol;
extern PACKAGE Graphics::TColor __fastcall SelColor(Graphics::TColor AColor);

}	/* namespace Selcol */
using namespace Selcol;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// selcol

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?