unit_eywg.pas

来自「传奇3封外挂客户端+登陆器+配置器源码.....................」· PAS 代码 · 共 39 行

PAS
39
字号
unit Unit_Eywg;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls;

type
  TFrm_Eywg = class(TForm)
    Label1: TLabel;
    Check_Bp: TCheckBox;
    check_king: TCheckBox;
    Check_dbt: TCheckBox;
    Check_dscq: TCheckBox;
    Check_007: TCheckBox;
    Check_wj: TCheckBox;
    Button1: TButton;
    procedure Button1Click(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Frm_Eywg: TFrm_Eywg;

implementation

{$R *.dfm}

procedure TFrm_Eywg.Button1Click(Sender: TObject);
begin
  Close;
end;

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?