uab16.pas
来自「通过程序的试算平衡表」· PAS 代码 · 共 32 行
PAS
32 行
unit UAB16;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, xpEdit, DosMove;
type
TFmAB16 = class(TForm)
Label1: TLabel;
xpEdit1: TxpEdit;
Label2: TLabel;
xpEdit2: TxpEdit;
BitBtnOK: TBitBtn;
StaticText1: TStaticText;
DosMove1: TDosMove;
private
{ Private declarations }
public
{ Public declarations }
end;
var
FmAB16: TFmAB16;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?