profiler32mainformu.h
来自「jvcl driver development envionment」· C头文件 代码 · 共 45 行
H
45 行
//---------------------------------------------------------------------------
#ifndef Profiler32MainFormUH
#define Profiler32MainFormUH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "JvComponentBase.hpp"
#include "JvProfilerForm.hpp"
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
#define SET_DECIMAL_SEPARATOR (1)
class TProfiler32MainForm : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TLabel *Label1;
TButton *UseIdBtn;
TButton *UseNameBtn;
TButton *ResultBtn;
TListBox *ListBox1;
TProgressBar *Progress;
TJvProfiler *P;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall UseIdBtnClick(TObject *Sender);
void __fastcall UseNameBtnClick(TObject *Sender);
void __fastcall ResultBtnClick(TObject *Sender);
private: // User declarations
bool FTerminated;
AnsiString DefCaption;
public: // User declarations
__fastcall TProfiler32MainForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TProfiler32MainForm *Profiler32MainForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?