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

📄 unitmain.~dfm

📁 Inside Demo RFID IC used
💻 ~DFM
字号:
object FrmMain: TFrmMain
  Left = 243
  Top = 172
  Width = 521
  Height = 380
  Caption = '16K sample (all couplers compliant)'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GpCommands: TGroupBox
    Left = 0
    Top = 0
    Width = 273
    Height = 185
    Caption = 'Commands'
    TabOrder = 0
    object BtConnect: TButton
      Left = 8
      Top = 24
      Width = 121
      Height = 33
      Caption = 'Connect'
      TabOrder = 0
      OnClick = BtConnectClick
    end
    object BtDisconnect: TButton
      Left = 144
      Top = 24
      Width = 121
      Height = 33
      Caption = 'Disconnect'
      Enabled = False
      TabOrder = 1
      OnClick = BtDisconnectClick
    end
    object BtSelectChip: TButton
      Left = 8
      Top = 104
      Width = 121
      Height = 33
      Caption = 'Select Chip'
      TabOrder = 2
      OnClick = BtSelectChipClick
    end
    object BtSelectPage: TButton
      Left = 144
      Top = 104
      Width = 121
      Height = 33
      Caption = 'Select Page'
      TabOrder = 3
      OnClick = BtSelectPageClick
    end
    object BtRead: TButton
      Left = 8
      Top = 144
      Width = 121
      Height = 33
      Caption = 'Read'
      TabOrder = 4
      OnClick = BtReadClick
    end
    object BtWrite: TButton
      Left = 144
      Top = 144
      Width = 121
      Height = 33
      Caption = 'Write'
      TabOrder = 5
      OnClick = BtWriteClick
    end
    object btLoadKeys: TButton
      Left = 32
      Top = 64
      Width = 217
      Height = 33
      Caption = 'Load default keys'
      TabOrder = 6
      OnClick = btLoadKeysClick
    end
  end
  object GpParameters: TGroupBox
    Left = 280
    Top = 0
    Width = 233
    Height = 185
    Caption = 'Parameters'
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 40
      Width = 113
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = 'Use authentification :'
    end
    object Label2: TLabel
      Left = 8
      Top = 80
      Width = 113
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = 'Select page :'
    end
    object Label3: TLabel
      Left = 8
      Top = 120
      Width = 113
      Height = 17
      Alignment = taRightJustify
      AutoSize = False
      Caption = 'Block to read/write :'
    end
    object CmbKey: TComboBox
      Left = 128
      Top = 40
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 0
    end
    object CmbPage: TComboBox
      Left = 128
      Top = 80
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object CmbBlock: TComboBox
      Left = 128
      Top = 120
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 2
    end
  end
  object GpResponse: TGroupBox
    Left = 0
    Top = 192
    Width = 513
    Height = 161
    Caption = 'Command Results'
    TabOrder = 2
    object LblConnectionState: TLabel
      Left = 8
      Top = 24
      Width = 265
      Height = 17
      AutoSize = False
      Caption = 'Coupler state : Disconnected'
    end
    object LblSN: TLabel
      Left = 8
      Top = 48
      Width = 265
      Height = 17
      AutoSize = False
      Caption = 'Serial Number :'
    end
    object LblConfBlock: TLabel
      Left = 8
      Top = 72
      Width = 265
      Height = 17
      AutoSize = False
      Caption = 'Page conf block :'
    end
    object LblDataRead: TLabel
      Left = 8
      Top = 96
      Width = 265
      Height = 17
      AutoSize = False
      Caption = 'Data :'
    end
    object MxPanel: TPanelXMX
      Left = 400
      Top = 48
      Width = 65
      Height = 65
      TabOrder = 0
      ControlData = {
        54504630085450616E656C4D5800044C65667403900103546F70023005576964
        746802410648656967687402410A4D78436F6D537065656407096D73556E6B6E
        6F776E094D7843617074696F6E06194465746563742049534F373831362D543D
        30207265616465720C4D784865786153796D626F6C060124064D785479706507
        096D74556E6B6E6F776E0C4D784D6F64756C6174696F6E07096D6D556E6B6E6F
        776E044D784B6506182435432442432446312444412434352444352446422435
        46074D784B654F6C640618243543244243244631244441243435244435244642
        243546044D784B63061824373624363524353424343324333224323124313024
        3030044D784B6406182446302445312444322443332442342441352439362438
        37054D784B647406182446302445312444322443332442342441352439362438
        37134D78496E737472756374696F6E436F64696E67071B6D696349534F5F3134
        3434335F31353639335F315F325F53594E43104D78496E737472756374696F6E
        4B657907056D696B4B64104D784B65794C6F6164696E674D6F646507096D6B6C
        6D586F724B650F4D7850726F746F636F6C496E646578070A6D7069556E6B6E6F
        776E064D785265616407086D7253696E676C650E4D785573657250726F746F63
        6F6C070A6D7570556E6B6E6F776E0C4D7843757272656E744B657907076D706B
        50304B640000}
    end
  end
end

⌨️ 快捷键说明

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