⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 delphi api
💻 DFM
字号:
object Form1: TForm1
  Left = 225
  Top = 108
  Width = 600
  Height = 441
  Caption = 'ET99 Sample'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FromClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 336
    Width = 58
    Height = 13
    Caption = 'Token PID: '
  end
  object Label2: TLabel
    Left = 328
    Top = 336
    Width = 49
    Height = 13
    Caption = 'User PIN: '
  end
  object List: TListBox
    Left = 5
    Top = 10
    Width = 580
    Height = 303
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 0
  end
  object Button2: TButton
    Left = 40
    Top = 376
    Width = 75
    Height = 25
    Caption = 'Open Token'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 240
    Top = 376
    Width = 75
    Height = 25
    Caption = 'Write'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 456
    Top = 376
    Width = 75
    Height = 25
    Caption = 'Read'
    TabOrder = 3
    OnClick = Button4Click
  end
  object TokenPidEdit: TEdit
    Left = 96
    Top = 336
    Width = 137
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 4
  end
  object UserPinEdit: TEdit
    Left = 400
    Top = 336
    Width = 137
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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