unititemadd.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 38 行
H
38 行
/*******************************************************************
*
* Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
*
* Description:
*
* Author: Amlogic Software
* Created: Fri Nov 11 00:28:49 2005
*
*******************************************************************/
//---------------------------------------------------------------------------
#ifndef UnitItemAddH
#define UnitItemAddH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TFrmItemAdd : public TForm
{
__published: // IDE-managed Components
TLabel *LabResourceInfo;
TMemo *MemResource;
TBitBtn *BnAddResItem;
void __fastcall FormShow(TObject *Sender);
void __fastcall BnAddResItemClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFrmItemAdd(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmItemAdd *FrmItemAdd;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?