newskey.pas

来自「Delphi Source for work with Siemens Mobi」· PAS 代码 · 共 31 行

PAS
31
字号
unit NewSkey;

interface

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

type
  TFormNewSkey = class(TForm)
    Label1: TLabel;
    SpinEditSkey: TSpinEdit;
    BitBtn1: TBitBtn;
    BitBtn2: TBitBtn;
    LabelImei: TLabel;
    LabelSecMode: TLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  FormNewSkey: TFormNewSkey;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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