?? ana_stagio.pas
字號:
unit ana_stagio;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ana_catmer, Grids, DBGrids, StdCtrls, DBCtrls, ExtCtrls, ActnList;
type
Tana_stagio_form = class(Tana_catmer_form)
private
{ Private declarations }
public
{ Public declarations }
end;
var
ana_stagio_form: Tana_stagio_form;
implementation
uses ana_mod;
{$R *.DFM}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -