unit1.h

来自「Sybase日志清除工具,可以定时清除」· C头文件 代码 · 共 57 行

H
57
字号
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "SUIForm.hpp"
#include <ExtCtrls.hpp>
#include "SUIButton.hpp"
#include "SUIEdit.hpp"
#include "trayicon.h"
#include <ADODB.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TsuiForm *suiForm1;
        TsuiEdit *suiEdit_time;
        TLabel *Label1;
        TLabel *Label2;
        TsuiButton *suiButton1;
        TsuiButton *suiButton2;
        TTimer *Timer1;
        TTrayIcon *TrayIcon1;
        TsuiMSNPopForm *suiMSNPopForm1;
        TADOConnection *ADOConnection1;
        TADOQuery *ADOQuery1;
        TADOTable *ADOTable1;
        TsuiButton *suiButton3;
        TADOCommand *ADOCommand1;
        TLabel *Label3;
        TLabel *Label4;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall suiButton1Click(TObject *Sender);
        void __fastcall suiButton2Click(TObject *Sender);
        void __fastcall TrayIcon1Minimize(TObject *Sender);
        void __fastcall TrayIcon1Restore(TObject *Sender);
        void __fastcall Timer1Timer(TObject *Sender);
        void __fastcall suiButton3Click(TObject *Sender);
private:	// User declarations
public:
        AnsiString gs_app_path;		// User declarations
        AnsiString gs_servername;
        AnsiString gs_logid;
        AnsiString gs_logpas;
        long gl_time;
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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