?? unit2.h
字號:
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TADOQuery *ADOQuery1;
TDataSource *DataSource1;
TPageControl *PageControl1;
TTabSheet *TabSheet1;
TTabSheet *TabSheet2;
TEdit *Edit1;
TComboBox *ComboBox1;
TButton *Button1;
TLabel *Label1;
TDBGrid *DBGrid1;
TLabel *Label2;
TLabel *Label3;
TEdit *Edit2;
TMemo *Memo1;
TButton *Button2;
TImage *Image1;
TADOQuery *ADOQuery2;
TTabSheet *TabSheet3;
TLabel *Label4;
TMemo *Memo2;
TEdit *Edit3;
TButton *Button3;
void __fastcall FormCreate(TObject *Sender);
void __fastcall Image1Click(TObject *Sender);
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall Edit2KeyPress(TObject *Sender, char &Key);
void __fastcall Button3Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -