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

📄 picturecontainerprop.hpp

📁 wimax bs simulator对应的GUI程序
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'PictureContainerProp.pas' rev: 5.00

#ifndef PictureContainerPropHPP
#define PictureContainerPropHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ExtDlgs.hpp>	// Pascal unit
#include <ShellAPI.hpp>	// Pascal unit
#include <HTMListB.hpp>	// Pascal unit
#include <PictureContainer.hpp>	// Pascal unit
#include <StdCtrls.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 Picturecontainerprop
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TContainerEditor;
class PASCALIMPLEMENTATION TContainerEditor : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Picturecontainer::TPictureContainer* PictureContainer;
	Htmlistb::THTMListBox* HTMListBox;
	Stdctrls::TButton* AddBtn;
	Stdctrls::TButton* RemoveBtn;
	Stdctrls::TButton* OkBtn;
	Dialogs::TOpenDialog* OpenDialog;
	Stdctrls::TButton* ChangeName;
	Stdctrls::TButton* CancelBtn;
	void __fastcall FormCreate(System::TObject* Sender);
	void __fastcall LBWindowProc(Messages::TMessage &Message);
	void __fastcall WMDROPFILES(Messages::TMessage &Msg);
	void __fastcall FormDestroy(System::TObject* Sender);
	void __fastcall AddBtnClick(System::TObject* Sender);
	void __fastcall RemoveBtnClick(System::TObject* Sender);
	void __fastcall ChangeNameClick(System::TObject* Sender);
	void __fastcall HTMListBoxKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
	
public:
	void __fastcall SetPictureInList(int Index, Picturecontainer::TPictureItem* APictureItem);
	void __fastcall UpdateList(void);
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TContainerEditor(Classes::TComponent* AOwner) : 
		Forms::TForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TContainerEditor(Classes::TComponent* AOwner, 
		int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TContainerEditor(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TContainerEditor(HWND ParentWindow) : Forms::TForm(
		ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TContainerEditor* ContainerEditor;
extern PACKAGE Controls::TWndMethod OldLBWindowProc;

}	/* namespace Picturecontainerprop */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Picturecontainerprop;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

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

⌨️ 快捷键说明

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