代码拉取完成,页面将自动刷新
unit APIhooktemplatesettingsfrm;
{$MODE Delphi}
interface
uses
LCLIntf, Lmessages, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, LResources, ExtCtrls, betterControls;
type
{ TfrmAPIhookTemplateSettings }
TfrmAPIhookTemplateSettings = class(TForm)
Edit1: TEdit;
Edit2: TEdit;
Edit3: TEdit;
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Label6: TLabel;
Button1: TButton;
Button2: TButton;
Label5: TLabel;
Panel1: TPanel;
procedure FormCreate(Sender: TObject);
procedure FormShow(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
implementation
{ TfrmAPIhookTemplateSettings }
procedure TfrmAPIhookTemplateSettings.FormCreate(Sender: TObject);
begin
end;
procedure TfrmAPIhookTemplateSettings.FormShow(Sender: TObject);
begin
button1.autosize:=false;
button2.autosize:=false;
if button1.width<button2.width then
button1.width:=button2.width else button2.width:=button1.width;
end;
initialization
{$i APIhooktemplatesettingsfrm.lrs}
end.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。