⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.h

📁 售后服务系统优质的售后服务是企业生存和市场竞争的保障
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef LoginH
#define LoginH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <DBCtrls.hpp>
#include <Buttons.hpp>
#include <jpeg.hpp>
#include <Graphics.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TLoginForm : public TForm
{
__published:	// IDE-managed Components
        TDataSource *DataSource1;
        TADOQuery *ADOQuery1;
        TImage *Image1;
        TLabel *Label1;
        TLabel *Label2;
        TDBLookupComboBox *DBLookupComboBox1;
        TEdit *Edit1;
        TLabel *Label3;
        TImage *Image2;
        TImage *Image3;
        TLabel *Label4;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall Image2Click(TObject *Sender);
        void __fastcall Image3Click(TObject *Sender);
private:	// User declarations
        void __fastcall CreateParams(TCreateParams &Params);
public:		// User declarations
        __fastcall TLoginForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TLoginForm *LoginForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -