?? sjinvprintglobal.pas
字號:
unit SJInvPrintGlobal;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, IniFiles;
var
GUseDOSEnterKey: Boolean = True; // 使用回車鍵代替TAB鍵
GREGsysPath: string = 'SJsoft\DJSRInvPrinter\1.0\';
GREGUserSetting: string = 'Software\SJsoft\DJSRInvPrinter\1.0\Users setting\%s'; // 用戶環境設置根路徑
GUserName: string = '';
GUserID: string = '';
GAppName: string = 'SJsoft'; // 系統全局名稱,不允許進行設置
GAppVersion: string = '1.0'; // 系統版本號碼,不允許進行設置
GsysPath: string = '';
GSysDataPath: string = '';
GUserDataPath: string = ''; // 用戶目錄
GAppMDIStyle: Boolean = False; // 系統是否使用MDI模式
GLogined: Boolean = False; // 用戶登錄標志
GDefaultPassword: string = '123456'; // 系統默認密碼
GLoginCount: Integer = 3; // 允許用戶輸入密碼的次數
GLocked: Boolean = False; // 系統是否已經鎖定
GCanConnect: Boolean = False; // 是否可以連接到數據庫
GKey: string = '416260576';
GEmail : string = 'SJxsp@163.com';
GSysDatafile: string = 'DJSRInvPrint.mdb'; // 系統數據庫文件
GCompany: string; // 系統注冊組織名稱
implementation
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -