📄 ftipofday.pas
字号:
unit FTipOfDay;
{ This unnecessary form only has been used for TntJv0TipOfDay design }
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, TntStdCtrls, ExtCtrls, DBCtrls, TntDBCtrls, Buttons,
TntButtons;
type
TForm1 = class(TForm)
Shape1: TShape;
Shape2: TShape;
Shape3: TShape;
TntLabel1: TTntLabel;
TntCheckBox1: TTntCheckBox;
FPriorTipButton: TTntBitBtn;
FNextTipButton: TTntBitBtn;
FBBClose: TTntBitBtn;
TntLabel2: TTntLabel;
TntLabel3: TTntLabel;
Image1: TImage;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -