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

📄 icomponenteditorthemepanel.hpp

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

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

#ifndef iComponentEditorThemePanelHPP
#define iComponentEditorThemePanelHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iEditorBasicComponents.hpp>	// Pascal unit
#include <iClasses.hpp>	// Pascal unit
#include <iGPFunctions.hpp>	// Pascal unit
#include <iTypes.hpp>	// Pascal unit
#include <Registry.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Variants.hpp>	// Pascal unit
#include <Classes.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 Icomponenteditorthemepanel
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiThemeComboBox;
class PASCALIMPLEMENTATION TiThemeComboBox : public Stdctrls::TComboBox 
{
	typedef Stdctrls::TComboBox inherited;
	
protected:
	DYNAMIC void __fastcall Change(void);
	DYNAMIC void __fastcall DoEnter(void);
	DYNAMIC void __fastcall CloseUp(void);
	virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
public:
	#pragma option push -w-inl
	/* TCustomComboBox.Create */ inline __fastcall virtual TiThemeComboBox(Classes::TComponent* AOwner) : Stdctrls::TComboBox(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomComboBox.Destroy */ inline __fastcall virtual ~TiThemeComboBox(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TiThemeComboBox(HWND ParentWindow) : Stdctrls::TComboBox(ParentWindow) { }
	#pragma option pop
	
};


class DELPHICLASS TiComponentEditorThemePanel;
class PASCALIMPLEMENTATION TiComponentEditorThemePanel : public Controls::TCustomControl 
{
	typedef Controls::TCustomControl inherited;
	
private:
	bool FCreationComplete;
	Ieditorbasiccomponents::TiComponentEditorButton* FAcceptPreviewButton;
	Stdctrls::TLabel* FPreviewErrorLabel1;
	Stdctrls::TLabel* FPreviewErrorLabel2;
	TiThemeComboBox* FScheme1Combo;
	TiThemeComboBox* FScheme2Combo;
	TiThemeComboBox* FScheme3Combo;
	TiThemeComboBox* FScheme4Combo;
	TiThemeComboBox* FScheme5Combo;
	Stdctrls::TLabel* FScheme1ComboLabel;
	Stdctrls::TLabel* FScheme2ComboLabel;
	Stdctrls::TLabel* FScheme3ComboLabel;
	Stdctrls::TLabel* FScheme4ComboLabel;
	Stdctrls::TLabel* FScheme5ComboLabel;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme1AddButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme2AddButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme3AddButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme4AddButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme5AddButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme1DeleteButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme2DeleteButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme3DeleteButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme4DeleteButton;
	Ieditorbasiccomponents::TiComponentEditorButton* FScheme5DeleteButton;
	Ieditorbasiccomponents::TiComponentEditorGroupBox* FPreviewGroupBox;
	Forms::TScrollBox* FPreviewScrollBox;
	bool FSchemeFound;
	Stdctrls::TLabel* FLegendLabel;
	Stdctrls::TLabel* FPreDefinedLabel;
	Stdctrls::TLabel* FUserDefinedLabel;
	Extctrls::TShape* FPreDefinedShape;
	Extctrls::TShape* FUserDefinedShape;
	Classes::TStringList* FScheme1PropertyNames;
	Classes::TStringList* FScheme2PropertyNames;
	Classes::TStringList* FScheme3PropertyNames;
	Classes::TStringList* FScheme4PropertyNames;
	Classes::TStringList* FScheme5PropertyNames;
	Classes::TStringList* FScheme1TypeList;
	Classes::TStringList* FScheme2TypeList;
	Classes::TStringList* FScheme3TypeList;
	Classes::TStringList* FScheme4TypeList;
	Classes::TStringList* FScheme5TypeList;
	Controls::TWinControl* FiComponentPreview;
	bool FScheme1EnableModify;
	bool FScheme2EnableModify;
	bool FScheme3EnableModify;
	bool FScheme4EnableModify;
	bool FScheme5EnableModify;
	bool FScheme1IsOverall;
	bool FScheme2IsOverall;
	bool FScheme3IsOverall;
	bool FScheme4IsOverall;
	bool FScheme5IsOverall;
	bool FScheme1Show;
	bool FScheme2Show;
	bool FScheme3Show;
	bool FScheme4Show;
	bool FScheme5Show;
	AnsiString FScheme1Title;
	AnsiString FScheme2Title;
	AnsiString FScheme3Title;
	AnsiString FScheme4Title;
	AnsiString FScheme5Title;
	int FSchemeCount;
	bool FAutoAcceptPreview;
	Classes::TNotifyEvent FOnAcceptChanges;
	bool FAutoCenterLargeComponent;
	void __fastcall ClearAllSchemes(void);
	void __fastcall SetiComponentPreview(const Controls::TWinControl* Value);
	void __fastcall SetScheme1PropertyNames(const Classes::TStringList* Value);
	void __fastcall SetScheme2PropertyNames(const Classes::TStringList* Value);
	void __fastcall SetScheme3PropertyNames(const Classes::TStringList* Value);
	void __fastcall SetScheme4PropertyNames(const Classes::TStringList* Value);

⌨️ 快捷键说明

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