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

📄 icomponenteditorthemepanelmaintenance.hpp

📁 Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

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

#ifndef iComponentEditorThemePanelMaintenanceHPP
#define iComponentEditorThemePanelMaintenanceHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iComponentEditorThemePanel.hpp>	// Pascal unit
#include <iEditorBasicComponents.hpp>	// Pascal unit
#include <iClasses.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <iGPFunctions.hpp>	// Pascal unit
#include <iTypes.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Types.hpp>	// Pascal unit
#include <Clipbrd.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <TypInfo.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Icomponenteditorthemepanelmaintenance
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiComponentEditorThemePanelMaintenanceForm;
class PASCALIMPLEMENTATION TiComponentEditorThemePanelMaintenanceForm : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Ieditorbasiccomponents::TiComponentEditorPageControl* iComponentEditorPageControl1;
	Comctrls::TTabSheet* TabSheet1;
	Comctrls::TTabSheet* TabSheet2;
	Ieditorbasiccomponents::TiComponentEditorButton* iComponentEditorButton1;
	Ieditorbasiccomponents::TiComponentEditorButton* iComponentEditorButton2;
	Ieditorbasiccomponents::TiComponentEditorListBox* FThemeListBox;
	Ieditorbasiccomponents::TiComponentEditorListBox* FReorderListBox;
	Ieditorbasiccomponents::TiComponentEditorButton* CleanAllSchemesButton;
	Stdctrls::TLabel* Label1;
	Stdctrls::TLabel* Label2;
	Stdctrls::TLabel* Label3;
	Stdctrls::TLabel* Label4;
	Stdctrls::TLabel* Label5;
	void __fastcall iComponentEditorButton1Click(System::TObject* Sender);
	void __fastcall ReorderListBoxGetData(const int Index, bool &DrawColorBox, Graphics::TColor &AColor, AnsiString &AText);
	void __fastcall FThemeListBoxClick(System::TObject* Sender);
	void __fastcall FThemeListBoxGetData(const int Index, bool &DrawColorBox, Graphics::TColor &AColor, AnsiString &AText);
	void __fastcall CleanAllSchemesButtonClick(System::TObject* Sender);
	
private:
	Icomponenteditorthemepanel::TiComponentEditorThemePanel* FThemePanel;
	int PreviousIndex;
	void __fastcall SetThemePanel(const Icomponenteditorthemepanel::TiComponentEditorThemePanel* Value);
	
public:
	__property Icomponenteditorthemepanel::TiComponentEditorThemePanel* ThemePanel = {read=FThemePanel, write=SetThemePanel};
	__fastcall virtual TiComponentEditorThemePanelMaintenanceForm(Classes::TComponent* AOwner);
	__fastcall virtual ~TiComponentEditorThemePanelMaintenanceForm(void);
public:
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TiComponentEditorThemePanelMaintenanceForm(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TiComponentEditorThemePanelMaintenanceForm(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
#define CleanAllSchemesMessage "Are you sure you want to clean all schemes of missing/erro"\
	"neous properties?"
extern PACKAGE TiComponentEditorThemePanelMaintenanceForm* iComponentEditorThemePanelMaintenanceForm;

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

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

⌨️ 快捷键说明

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