?? ushanchu2.h
字號:
//----------------------------------------------------------------------------
#ifndef UShanChu2H
#define UShanChu2H
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
//----------------------------------------------------------------------------
class TShanChu2 : public TForm
{
__published:
TGroupBox *GroupBox1;
TLabel *Label1;
TEdit *edBH6;
TButton *Button1;
TButton *Button2;
void __fastcall Button2Click(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
private:
public: int IsOk;
String cmdSQL;
virtual __fastcall TShanChu2(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TShanChu2 *ShanChu2;
//----------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -