unit2.pas
来自「航空人身保险信息管理系统使用SQL和DELHPI开发」· PAS 代码 · 共 35 行
PAS
35 行
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, FR_Class, FR_Desgn, FR_DCtrl, FR_BDEDB;
type
TForm2 = class(TForm)
frReport1: TfrReport;
frDesigner1: TfrDesigner;
frDialogControls1: TfrDialogControls;
Label1: TLabel;
Label2: TLabel;
Label4: TLabel;
frBDEComponents1: TfrBDEComponents;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form2: TForm2;
implementation
uses Unit1;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?