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

📄 fwryjs.h

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

#ifndef fwryjsH
#define fwryjsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <DBCtrls.hpp>
#include <ComCtrls.hpp>
#include "ColorButton.hpp"
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TFwRyJsForm : public TForm
{
__published:	// IDE-managed Components
        TADOQuery *ADOQuery1;
        TADOQuery *ADOQueryryxx;
        TPanel *Panel1;
        TLabel *Label4;
        TLabel *Label5;
        TDateTimePicker *DateTimePicker1;
        TDateTimePicker *DateTimePicker2;
        TdxfColorButton *dxfColorButton1;
        TdxfColorButton *dxfColorButton2;
        TRadioGroup *RadioGroup1;
        TDataSource *DataSource1;
        TdxfColorButton *dxfColorButton3;
        TADOQuery *ADOQuery2;
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall dxfColorButton2Click(TObject *Sender);
        void __fastcall dxfColorButton1Click(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall dxfColorButton3Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TFwRyJsForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFwRyJsForm *FwRyJsForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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