📄 unit1.h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -