loc_unit.pas
来自「地理资源的录入程序运用了api的一些知识」· PAS 代码 · 共 41 行
PAS
41 行
unit loc_Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, FileCtrl, ExtCtrls, WinSkinStore, WinSkinData,PublicFunction;
type
TFrmpz = class(TForm)
Memo1: TMemo;
Edit_dqjj: TEdit;
Edit_lyzy: TEdit;
Edit_dmsj: TEdit;
Edit_tdly: TEdit;
SpeedButton1: TSpeedButton;
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
procedure SpeedButton1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Frmpz: TFrmpz;
filestr:string;
implementation
{$R *.dfm}
procedure TFrmpz.SpeedButton1Click(Sender: TObject);
begin
frmpz.Close;
end;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?