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

📄 unit6.dfm

📁 安全芯加密狗 安全芯加密狗
💻 DFM
字号:
object Form6: TForm6
  Left = 308
  Top = 293
  Width = 424
  Height = 182
  Caption = 'Query sChip'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 32
    Width = 47
    Height = 13
    Caption = 'Challenge'
  end
  object Label2: TLabel
    Left = 40
    Top = 64
    Width = 48
    Height = 13
    Caption = 'Response'
  end
  object C1: TEdit
    Left = 96
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 0
  end
  object C2: TEdit
    Left = 128
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 1
  end
  object C3: TEdit
    Left = 160
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 2
  end
  object C4: TEdit
    Left = 192
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 3
  end
  object C5: TEdit
    Left = 224
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 4
  end
  object C6: TEdit
    Left = 256
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 5
  end
  object C7: TEdit
    Left = 288
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 6
  end
  object C8: TEdit
    Left = 320
    Top = 30
    Width = 33
    Height = 21
    TabOrder = 7
  end
  object R1: TEdit
    Left = 96
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 8
  end
  object R2: TEdit
    Left = 128
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 9
  end
  object R3: TEdit
    Left = 160
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 10
  end
  object R4: TEdit
    Left = 192
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 11
  end
  object R5: TEdit
    Left = 224
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 12
  end
  object R6: TEdit
    Left = 256
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 13
  end
  object R7: TEdit
    Left = 288
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 14
  end
  object R8: TEdit
    Left = 320
    Top = 60
    Width = 33
    Height = 21
    TabOrder = 15
  end
  object Button1: TButton
    Left = 176
    Top = 104
    Width = 75
    Height = 25
    Caption = '&Query'
    TabOrder = 16
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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