📄 frmuser.~pas
字号:
unit FrmUser;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, cxGraphics, cxCustomData, cxStyles, cxTL, cxTextEdit,
cxCurrencyEdit, StdCtrls, ExtCtrls, cxInplaceContainer, cxControls;
type
TForm1 = class(TForm)
cxBldld: TcxTreeList;
cxBldldcxTreeListColumn1: TcxTreeListColumn;
cxBldldcxTreeListColumn2: TcxTreeListColumn;
cxBldldcxTreeListColumn3: TcxTreeListColumn;
cxBldldcxTreeListColumn4: TcxTreeListColumn;
cxBldldcxTreeListColumn5: TcxTreeListColumn;
cxBldldcxTreeListColumn6: TcxTreeListColumn;
cxBldldcxTreeListColumn7: TcxTreeListColumn;
cxBldldcxTreeListColumn8: TcxTreeListColumn;
Shape13: TShape;
Label18: TLabel;
Shape1: TShape;
Label29: TLabel;
Shape4: TShape;
Label9: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -