📄 controlbase.h
字号:
//---------------------------------------------------------------------------
#ifndef ControlBaseH
#define ControlBaseH
#include <Classes.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <signal.h>
#include <Windows.hpp>
#include <Forms.hpp>
#include <stdio.h>
#include "FileCtrl.hpp"
#include <registry.hpp>
//---------------------------------------------------------------------------
#endif
bool __fastcall MsgYN(String sText,String sCaption="提示信息");
bool __fastcall OpenSQL(TADOQuery * Query,String sSQL);
bool __fastcall ExecSQL_Tra(TADOConnection * Connection,String sSQL);
void __fastcall MsgShow(String sText,String sCaption="提示信息");
String __fastcall ReturnPath();
bool __fastcall sMaxSQL(TADOConnection * Connection,const String sSQL,String &sMax);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -