uscroll1.hpp

来自「这是一个调色板取值程序」· HPP 代码 · 共 69 行

HPP
69
字号
//----------------------------------------------------------------------------
// uScroll1.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: uScroll1.pas
//----------------------------------------------------------------------------
#ifndef uScroll1HPP
#define uScroll1HPP
//----------------------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <StdCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <System.hpp>
namespace Uscroll1
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TForm1;
class __declspec(pascalimplementation) TForm1 : public Forms::TForm
{
	typedef Forms::TForm inherited;
	
__published:
	Extctrls::TPanel* Panel1;
	Stdctrls::TLabel* Label1;
	Stdctrls::TLabel* lblRed;
	Stdctrls::TLabel* Label3;
	Stdctrls::TLabel* Label4;
	Stdctrls::TScrollBar* ScrollBar1;
	Stdctrls::TScrollBar* ScrollBar2;
	Stdctrls::TScrollBar* ScrollBar3;
	Stdctrls::TLabel* lblGreen;
	Stdctrls::TLabel* lblBlue;
	void __fastcall ScrollBar1Scroll(System::TObject* Sender, Stdctrls::TScrollCode ScrollCode, int &ScrollPos
		);
	void __fastcall ScrollBar2Scroll(System::TObject* Sender, Stdctrls::TScrollCode ScrollCode, int &ScrollPos
		);
	void __fastcall ScrollBar3Scroll(System::TObject* Sender, Stdctrls::TScrollCode ScrollCode, int &ScrollPos
		);
public:
	/* TForm.Create */ __fastcall virtual TForm1(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
		
	/* TForm.CreateNew */ __fastcall TForm1(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner
		, Dummy) { }
	/* TForm.Destroy */ __fastcall virtual ~TForm1(void) { }
	
public:
	/* TWinControl.CreateParented */ __fastcall TForm1(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
		
	
};

//-- var, const, procedure ---------------------------------------------------
extern TForm1* Form1;
extern int Red;
extern int Green;
extern int blue;

}	/* namespace Uscroll1 */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Uscroll1;
#endif
//-- end unit ----------------------------------------------------------------
#endif	// uScroll1

⌨️ 快捷键说明

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