ggjsn.pas
来自「2004090611144625767.rar 资源名称:通用工资管理」· PAS 代码 · 共 36 行
PAS
36 行
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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?