unitresource.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 68 行
H
68 行
/*******************************************************************
*
* Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
*
* Description:
*
* Author: Amlogic Software
* Created: Fri Nov 11 00:28:53 2005
*
*******************************************************************/
//---------------------------------------------------------------------------
#ifndef UnitResourceH
#define UnitResourceH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <ComCtrls.hpp>
#include <Buttons.hpp>
#include <Dialogs.hpp>
#include <ActnList.hpp>
#include <StdActns.hpp>
//---------------------------------------------------------------------------
class TFrmMain : public TForm
{
__published: // IDE-managed Components
TPanel *PanelMain;
TPanel *ButtonPanel;
TSplitter *Splitter1;
TPanel *TreePanel;
TTreeView *ResTreeView;
TLabel *Label1;
TEdit *EdResGroup;
TBitBtn *BnResNewGroup;
TLabel *Label2;
TEdit *EdResFile;
TBitBtn *BitBtn1;
TSpeedButton *SPResFile;
TBitBtn *BitBtn2;
TLabel *Label4;
TEdit *EdResourceItemName;
TComboBox *ResourceItemType;
TLabel *Label5;
TBitBtn *BitBtn3;
TBitBtn *BitBtn4;
TOpenDialog *OpenFileDialog;
TBitBtn *BitBtn5;
void __fastcall SPResFileClick(TObject *Sender);
void __fastcall BnResNewGroupClick(TObject *Sender);
void __fastcall BitBtn1Click(TObject *Sender);
void __fastcall BitBtn2Click(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall BitBtn4Click(TObject *Sender);
void __fastcall BitBtn5Click(TObject *Sender);
void __fastcall BitBtn3Click(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall TFrmMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmMain *FrmMain;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?