?? umain.h
字號:
//---------------------------------------------------------------------------
#ifndef uMainH
#define uMainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "FlexCompress.hpp"
#include <Buttons.hpp>
#include <Dialogs.hpp>
//---------------------------------------------------------------------------
class TfmMain : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TEdit *ArcName;
TButton *bnChooseArchive;
TEdit *StubName;
TButton *bnChooseStub;
TBitBtn *bnMakeSFX;
TBitBtn *bnExit;
TOpenDialog *OpenDialog;
TOpenDialog *OpenDialog1;
TFlexCompress *Archiver;
TSaveDialog *SaveDialog1;
void __fastcall FormCreate(TObject *Sender);
void __fastcall bnChooseArchiveClick(TObject *Sender);
void __fastcall bnChooseStubClick(TObject *Sender);
void __fastcall bnMakeSFXClick(TObject *Sender);
void __fastcall bnExitClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfmMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmMain *fmMain;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -