?? ggjsn.pas
字號(hào):
unit ggjsn;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, ExtCtrls, Grids, DBGrids;
type
TForm3 = class(TForm)
Panel1: TPanel;
Label1: TLabel;
Label2: TLabel;
UpDown1: TUpDown;
Edit1: TEdit;
Edit2: TEdit;
UpDown2: TUpDown;
Button1: TButton;
Label4: TLabel;
ListBox1: TListBox;
DBGrid1: TDBGrid;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form3: TForm3;
implementation
{$R *.DFM}
end.
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -