📄 addtreedq.pas
字号:
unit AddTreeDQ;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, addTree, DB, ADODB, BusinessSkinForm, ComCtrls, bsSkinCtrls,
StdCtrls, ExtCtrls, Grids, DBGridEh, bsSkinTabs, bsSkinBoxCtrls,
bsdbctrls, Mask;
type
TFormAddTreeDQ = class(TFormAddTree)
bsSkinStdLabel1: TbsSkinStdLabel;
bsSkinStdLabel2: TbsSkinStdLabel;
bsSkinStdLabel3: TbsSkinStdLabel;
bsSkinStdLabel4: TbsSkinStdLabel;
bsSkinStdLabel8: TbsSkinStdLabel;
bsSkinStdLabel10: TbsSkinStdLabel;
bsSkinDBEdit1: TbsSkinDBEdit;
bsSkinDBEdit2: TbsSkinDBEdit;
bsSkinDBEdit3: TbsSkinDBEdit;
bsSkinDBEdit4: TbsSkinDBEdit;
bsSkinDBMemo1: TbsSkinDBMemo;
bsSkinDBEdit8: TbsSkinDBEdit;
private
{ Private declarations }
public
{ Public declarations }
end;
var
FormAddTreeDQ: TFormAddTreeDQ;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -