📄 ac3rdpartyeditor.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ac3rdPartyEditor.pas' rev: 6.00
#ifndef ac3rdPartyEditorHPP
#define ac3rdPartyEditorHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <sAlphaListBox.hpp> // Pascal unit
#include <Menus.hpp> // Pascal unit
#include <sSpeedButton.hpp> // Pascal unit
#include <sSkinProvider.hpp> // Pascal unit
#include <sSkinManager.hpp> // Pascal unit
#include <sListView.hpp> // Pascal unit
#include <ComCtrls.hpp> // Pascal unit
#include <sBitBtn.hpp> // Pascal unit
#include <Buttons.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 Ac3rdpartyeditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TForm3rdPartyEditor;
class PASCALIMPLEMENTATION TForm3rdPartyEditor : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Slistview::TsListView* sListView1;
Sbitbtn::TsBitBtn* sBitBtn1;
Sspeedbutton::TsSpeedButton* sBitBtn2;
Sspeedbutton::TsSpeedButton* sBitBtn3;
Sspeedbutton::TsSpeedButton* sBitBtn4;
Sskinprovider::TsSkinProvider* sSkinProvider1;
Menus::TPopupMenu* PopupMenu1;
Menus::TMenuItem* Addnew1;
Menus::TMenuItem* Delete1;
Menus::TMenuItem* Defaultsettings1;
Menus::TMenuItem* N1;
Menus::TMenuItem* Exit1;
Sspeedbutton::TsSpeedButton* sSpeedButton1;
Salphalistbox::TsListBox* sListBox1;
Sspeedbutton::TsSpeedButton* sSpeedButton2;
Sspeedbutton::TsSpeedButton* sSpeedButton3;
Sspeedbutton::TsSpeedButton* sSpeedButton4;
Sspeedbutton::TsSpeedButton* sSpeedButton5;
Dialogs::TSaveDialog* SaveDialog1;
Dialogs::TOpenDialog* OpenDialog1;
Sspeedbutton::TsSpeedButton* sSpeedButton6;
void __fastcall sBitBtn2Click(System::TObject* Sender);
void __fastcall sBitBtn1Click(System::TObject* Sender);
void __fastcall FormShow(System::TObject* Sender);
void __fastcall sBitBtn3Click(System::TObject* Sender);
void __fastcall sBitBtn4Click(System::TObject* Sender);
void __fastcall sSpeedButton1Click(System::TObject* Sender);
void __fastcall sListView1Change(System::TObject* Sender, Comctrls::TListItem* Item, Comctrls::TItemChange Change);
void __fastcall sListBox1Click(System::TObject* Sender);
void __fastcall sSpeedButton2Click(System::TObject* Sender);
void __fastcall sListView1ColumnClick(System::TObject* Sender, Comctrls::TListColumn* Column);
void __fastcall sSpeedButton3Click(System::TObject* Sender);
void __fastcall sSpeedButton4Click(System::TObject* Sender);
void __fastcall sSpeedButton5Click(System::TObject* Sender);
void __fastcall sSpeedButton6Click(System::TObject* Sender);
public:
Sskinmanager::TsSkinManager* SM;
void __fastcall Populate(bool ControlRepaint = true);
void __fastcall SelectCtrls(int TypeIndex);
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TForm3rdPartyEditor(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TForm3rdPartyEditor(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TForm3rdPartyEditor(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TForm3rdPartyEditor(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
#pragma option pop
};
typedef AnsiString ac3rdPartyEditor__2[14];
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TForm3rdPartyEditor* Form3rdPartyEditor;
extern PACKAGE AnsiString acCtrlsArray[14];
} /* namespace Ac3rdpartyeditor */
using namespace Ac3rdpartyeditor;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // ac3rdPartyEditor
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -