?? archives_config.~h
字號(hào):
//---------------------------------------------------------------------------
#ifndef Archives_ConfigH
#define Archives_ConfigH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <IniFiles.hpp> //ini配置文件庫文件
//---------------------------------------------------------------------------
class TF_Config : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TBitBtn *BB_Confirm;
TBitBtn *BB_Cancel;
TLabeledEdit *LEdit1;
TLabeledEdit *LEdit2;
void __fastcall BB_ConfirmClick(TObject *Sender);
void __fastcall BB_CancelClick(TObject *Sender);
void __fastcall LEdit2KeyPress(TObject *Sender, char &Key);
private: // User declarations
public: // User declarations
__fastcall TF_Config(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TF_Config *F_Config;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -