viewbandedemobands.h
来自「胜天进销存源码,国产优秀的进销存」· C头文件 代码 · 共 28 行
H
28 行
//---------------------------------------------------------------------------
#ifndef ViewBandeDemoBandsH
#define ViewBandeDemoBandsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxButtons.hpp"
#include "cxLookAndFeelPainters.hpp"
#include "cxListBox.hpp"
//---------------------------------------------------------------------------
class TViewBandeDemoBandsForm : public TForm
{
__published: // IDE-managed Components
TcxListBox *lbBands;
TcxButton *btnOK;
TcxButton *btnCancel;
private: // User declarations
public: // User declarations
__fastcall TViewBandeDemoBandsForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TViewBandeDemoBandsForm *ViewBandeDemoBandsForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?