importsession.h

来自「刻录机源码」· C头文件 代码 · 共 35 行

H
35
字号
//---------------------------------------------------------------------------

#ifndef ImportSessionH
#define ImportSessionH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TfrmSession : public TForm
{
__published:	// IDE-managed Components
        TListBox *lb;
        TPanel *Panel1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *lMedium;
        TLabel *lDiscSize;
        TLabel *lUsedSpace;
        TPanel *Panel2;
        TSpeedButton *SpeedButton1;
        void __fastcall SpeedButton1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmSession(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmSession *frmSession;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?