ucd50.pas
来自「通过程序的试算平衡表」· PAS 代码 · 共 62 行
PAS
62 行
unit UCD50;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, DosMove, Buttons, xpEdit;
type
TFmCD50 = class(TForm)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label5: TLabel;
xpEdit1: TxpEdit;
xpEdit2: TxpEdit;
xpEdit3: TxpEdit;
xpEdit4: TxpEdit;
xpEdit5: TxpEdit;
BitBtnOK: TBitBtn;
DosMove1: TDosMove;
Label7: TLabel;
xpEdit6: TxpEdit;
StaticText1: TStaticText;
xpEdit7: TxpEdit;
Label6: TLabel;
Label8: TLabel;
xpEdit8: TxpEdit;
xpEdit9: TxpEdit;
Label9: TLabel;
Label10: TLabel;
xpEdit10: TxpEdit;
xpEdit11: TxpEdit;
Label11: TLabel;
Label12: TLabel;
xpEdit12: TxpEdit;
Label13: TLabel;
Label14: TLabel;
xpEdit15: TxpEdit;
Label15: TLabel;
Label16: TLabel;
xpEdit16: TxpEdit;
xpEdit17: TxpEdit;
Label17: TLabel;
Label18: TLabel;
xpEdit18: TxpEdit;
private
{ Private declarations }
public
{ Public declarations }
end;
var
FmCD50: TFmCD50;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?