?? tjse.h
字號(hào):
//---------------------------------------------------------------------------
#ifndef tjseH
#define tjseH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <Db.hpp>
#include <DBCtrls.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TForm3 : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TTable *Table1;
TDataSource *DataSource1;
TLabel *Label2;
TDBEdit *DBEdit1;
TDBComboBox *DBComboBox1;
TDBComboBox *DBComboBox2;
TDBComboBox *DBComboBox3;
TDBComboBox *DBComboBox4;
TDBComboBox *DBComboBox5;
TDBComboBox *DBComboBox6;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TDBNavigator *DBNavigator1;
TBitBtn *BitBtn1;
TBitBtn *BitBtn2;
TDBEdit *DBEdit2;
TDBCheckBox *DBCheckBox1;
void __fastcall BitBtn2Click(TObject *Sender);
void __fastcall BitBtn1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm3(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm3 *Form3;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -