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

📄 daysql.h

📁 销售分析,JUSCO,日月周查询,待完善.
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef daysqlH
#define daysqlH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "SUIForm.hpp"
#include <ExtCtrls.hpp>
#include "SUIDBCtrls.hpp"
#include <ComCtrls.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <DBCtrls.hpp>
#include <Mask.hpp>
#include "SUIButton.hpp"
#include "SUIEdit.hpp"
#include "SUIStatusBar.hpp"
#include "SUIComboBox.hpp"
#include <Dialogs.hpp>
#include "SUIGroupBox.hpp"
#include "SUIImagePanel.hpp"
#include "SUIListBox.hpp"
#include <ADODB.hpp>
#include <DB.hpp>
#include <DBTables.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class Tday : public TForm
{
__published:	// IDE-managed Components
        TsuiForm *suiForm1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TDateTimePicker *DateTimePicker1;
        TDateTimePicker *DateTimePicker2;
        TsuiEdit *suiEdit1;
        TsuiStatusBar *suiStatusBar1;
        TsuiComboBox *suiDBComboBox1;
        TsuiComboBox *suiDBComboBox2;
        TsuiComboBox *suiDBComboBox3;
        TSaveDialog *SaveDialog1;
        TsuiGroupBox *suiGroupBox1;
        TsuiButton *suiButton2;
        TsuiButton *suiButton1;
        TsuiGroupBox *suiGroupBox2;
        TsuiRadioButton *suiRadioButton1;
        TsuiRadioButton *suiRadioButton2;
        TsuiButton *suiButton4;
        TsuiComboBox *suiComboBox1;
        TLabel *Label7;
        TsuiGroupBox *suiGroupBox3;
        TsuiButton *suiButton3;
        TsuiCheckBox *suiCheckBox1;
        TsuiListBox *suiListBox1;
        TsuiButton *suiButton5;
        TPanel *Panel1;
        TsuiPanel *suiPanel1;
        TsuiDBGrid *suiDBGrid2;
        TsuiEdit *suiEdit2;
        TsuiDBGrid *suiDBGrid1;
        TButton *Button1;
        TButton *Button2;
        TButton *Button3;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall suiDBComboBox2Change(TObject *Sender);
        void __fastcall suiDBComboBox1Change(TObject *Sender);
        void __fastcall suiEdit1Change(TObject *Sender);
        void __fastcall suiDBGrid1DblClick(TObject *Sender);
        void __fastcall suiButton2Click(TObject *Sender);
        void __fastcall suiButton1Click(TObject *Sender);
        void __fastcall suiButton3Click(TObject *Sender);
        void __fastcall suiButton4Click(TObject *Sender);
        void __fastcall DateTimePicker1Change(TObject *Sender);
        void __fastcall FormDestroy(TObject *Sender);
        void __fastcall suiComboBox1Change(TObject *Sender);
        void __fastcall suiListBox1DblClick(TObject *Sender);
        void __fastcall suiDBComboBox3Click(TObject *Sender);
        void __fastcall suiButton5Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall Tday(TComponent* Owner);
};



//---------------------------------------------------------------------------
extern PACKAGE Tday *day;
extern int flag;
extern AnsiString tempstr;

//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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