⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.h

📁 C++
💻 H
字号:
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
//----------------------------------------------------------------------------
//---------------------------------------------------------------------------
#ifndef frmmainHPP
#define frmmainHPP
//---------------------------------------------------------------------------
#include <vcl.h>
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#pragma hdrstop
//---------------------------------------------------------------------------
#ifndef WindowsHPP
#include <windows.hpp>
#endif

#ifndef MessagesHPP
#include <messages.hpp>
#endif

#ifndef SysUtilsHPP
#include <sysutils.hpp>
#endif

#ifndef ClassesHPP
#include <classes.hpp>
#endif

#ifndef GraphicsHPP
#include <graphics.hpp>
#endif

#ifndef ControlsHPP
#include <controls.hpp>
#endif

#ifndef FormsHPP
#include <forms.hpp>
#endif

#ifndef DialogsHPP
#include <dialogs.hpp>
#endif

#ifndef StdCtrlsHPP
#include <stdctrls.hpp>
#endif
//---------------------------------------------------------------------------
class TFrmLauncher : public TForm
{
__published:
    TButton *BtnViews;
    TButton *BtnTrigg;
    TButton *BtnQrySP;
    TButton *BtnExecSP;
    TButton *BtnTrans;
    TButton *BtnClose;
    void __fastcall BtnCloseClick(TObject *Sender);
    void __fastcall BtnTriggClick(TObject *Sender);
    void __fastcall BtnQrySPClick(TObject *Sender);
    void __fastcall BtnExecSPClick(TObject *Sender);
    void __fastcall BtnTransClick(TObject *Sender);
    void __fastcall BtnViewsClick(TObject *Sender);
private:        // private user declarations
public:         // public user declarations
    virtual __fastcall TFrmLauncher(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TFrmLauncher *FrmLauncher;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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