📄 listunit.h
字号:
//---------------------------------------------------------------------------
#ifndef ListUnitH
#define ListUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include <ImgList.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TListForm : public TForm
{
__published: // IDE-managed Components
TMainMenu *MainMenu;
TCoolBar *CoolBar;
TToolBar *ToolBar;
TMenuItem *MEdit;
TMenuItem *MNetGame;
TMenuItem *MLocalGame;
TMenuItem *MSoftWare;
TMenuItem *MSave;
TMenuItem *M1;
TMenuItem *MExit;
TMenuItem *MFile;
TMenuItem *MHelp;
TMenuItem *MSystemHelp;
TToolButton *TBSave;
TToolButton *TBZ1;
TToolButton *TBNetGame;
TImageList *ImageList;
TToolButton *TBZ2;
TToolButton *TlBLocalGame;
TToolButton *TBZ3;
TToolButton *TBSoftWare;
TToolButton *TBZ4;
TToolButton *TBSystemHelp;
TToolButton *TBZ5;
TToolButton *TBExit;
TPageControl *PCListEdit;
TStatusBar *StatusBar;
TTabSheet *TSNetGame;
TTabSheet *TSLocalGame;
TTabSheet *TSSoftWare;
TPageControl *PCNetGameServer;
TTabSheet *TSNetGameServer;
TListView *LVNetGameServer;
TPanel *PNetGame;
TBitBtn *BBNetGameAdd;
TBitBtn *BBNetGameDel;
TPageControl *PCNetGameClient;
TTabSheet *TSNetGameClient;
TListView *LVNetGameClient;
TPageControl *PCLocalGameServer;
TTabSheet *TSLocalGameServer;
TListView *LVLocalGameServer;
TPanel *PLocalGame;
TBitBtn *BBLocalGameAdd;
TBitBtn *BBLocalGameDel;
TPageControl *PCLocalGameClient;
TTabSheet *TSLocalGameClient;
TListView *LVLocalGameClient;
TPageControl *PCSoftWare;
TTabSheet *TSSoftWareServer;
TListView *LVSoftWareServer;
TPanel *PSoftWare;
TBitBtn *BBSoftWareAdd;
TBitBtn *BBSoftWareDel;
TPageControl *PCSoftWareClient;
TTabSheet *TSSoftWareClient;
TListView *LVSoftWareClient;
private: // User declarations
public: // User declarations
__fastcall TListForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TListForm *ListForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -