viewbandeddemo.dpr
来自「胜天进销存源码,国产优秀的进销存」· DPR 代码 · 共 20 行
DPR
20 行
program ViewBandedDemo;
uses
Forms,
ViewBandedDemoMain in 'ViewBandedDemoMain.pas' {ViewBandedDemoMainForm},
ViewBandedDemoData in 'ViewBandedDemoData.pas' {ViewBandedDemoDataDM: TDataModule},
ViewBandeDemoBands in 'ViewBandeDemoBands.pas' {ViewBandeDemoBandsForm},
AboutDemoForm in '..\AboutDemoForm.pas' {formAboutDemo},
DemoUtils in '..\DemoUtils.pas';
{$R *.res}
begin
Application.Initialize;
Application.Title := 'ExpressQuantumGrid ViewBanded Demo';
Application.CreateForm(TViewBandedDemoMainForm, ViewBandedDemoMainForm);
Application.CreateForm(TViewBandedDemoDataDM, ViewBandedDemoDataDM);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?