📄 u13_6_1.h
字号:
//---------------------------------------------------------------------------
#ifndef u13_6_1H
#define u13_6_1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Db.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <Grids.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Mask.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class Tf13_6_1 : public TForm
{
__published: // IDE-managed Components
TTable *tblCust;
TDataSource *dsrcCust;
TLabel *Label1;
TLabel *lblC_ID;
TLabel *lblC_NAME;
TEdit *edtC_Name;
TButton *btnQuery;
TLabel *lblC_TEL;
TLabel *lblC_SEX;
TLabel *lblC_ADDR;
TButton *btnEnd;
TEdit *edtC_Tel;
TEdit *edtC_Sex;
TEdit *edtC_Addr;
TLabel *lblC_ID_Query;
TEdit *edtQuery;
TStringField *tblCustC_ID;
TStringField *tblCustC_NAME;
TStringField *tblCustC_TEL;
TStringField *tblCustC_ADDR;
TBooleanField *tblCustC_SEX;
TEdit *edtC_Id;
void __fastcall btnQueryClick(TObject *Sender);
void __fastcall btnEndClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall Tf13_6_1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tf13_6_1 *f13_6_1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -