📄 srmoption.pas
字号:
//---------------------------------------------------------------------------
//(R)CopyRight KivenSoft International ,inc 1999
//单元名称:选项对话框
//程序名称:电子书库
//作 者:李会文
//开始时间:1998.07.28
//最后修改:1999.03.06
//备注:此单元定义了SRM文件的读写接口
//---------------------------------------------------------------------------
unit SrmOption;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls;
type
TOptionForm = class(TForm)
PageControl1: TPageControl;
private
{ Private declarations }
public
{ Public declarations }
end;
var
OptionForm: TOptionForm;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -