⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uscroll1.hpp

📁 这是一个调色板取值程序
💻 HPP
字号:
//----------------------------------------------------------------------------
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -