u13_6_1.~h

来自「C++Builde5程序设计—基础教学篇程序源代码1。」· ~H 代码 · 共 58 行

~H
58
字号
//---------------------------------------------------------------------------
#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 *client;
    TDataSource *DataSource1;
    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 *clientC_ID;
        TStringField *clientC_NAME;
        TStringField *clientC_TEL;
        TStringField *clientC_ADDR;
        TBooleanField *clientC_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 + =
减小字号Ctrl + -
显示快捷键?