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

📄 test.dfm

📁 自己编写的一个IC卡读卡工具,用于读取卡内资料.
💻 DFM
字号:
object FrmTest: TFrmTest
  Left = 322
  Top = 190
  Width = 870
  Height = 640
  Caption = 'FrmTest'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 210
    Top = 38
    Width = 162
    Height = 204
    Caption = #20449#24687'1'#65306
    TabOrder = 0
    object EdtCard: TLabeledEdit
      Left = 22
      Top = 111
      Width = 121
      Height = 21
      EditLabel.Width = 72
      EditLabel.Height = 13
      EditLabel.Caption = #21313#36827#21046#21345#21495#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 0
    end
    object EdtName: TLabeledEdit
      Left = 22
      Top = 160
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #22995#21517#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 1
    end
    object EdtCardNo: TLabeledEdit
      Left = 22
      Top = 25
      Width = 121
      Height = 21
      EditLabel.Width = 60
      EditLabel.Height = 13
      EditLabel.Caption = #21345#24207#21015#21495#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 2
    end
    object LabeledEdit1: TLabeledEdit
      Left = 22
      Top = 68
      Width = 121
      Height = 21
      EditLabel.Width = 84
      EditLabel.Height = 13
      EditLabel.Caption = #21313#20845#36827#21046#21345#21495#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 3
    end
  end
  object GroupBox2: TGroupBox
    Left = 383
    Top = 38
    Width = 154
    Height = 189
    Caption = #20449#24687'2'#65306
    TabOrder = 1
    object EdtPwd1: TLabeledEdit
      Left = 18
      Top = 90
      Width = 121
      Height = 21
      EditLabel.Width = 43
      EditLabel.Height = 13
      EditLabel.Caption = #23494#30721'A'#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 0
    end
    object EdtPwd2: TLabeledEdit
      Left = 18
      Top = 139
      Width = 121
      Height = 21
      EditLabel.Width = 43
      EditLabel.Height = 13
      EditLabel.Caption = #23494#30721'B'#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 1
    end
    object EdtPur: TLabeledEdit
      Left = 18
      Top = 43
      Width = 121
      Height = 21
      EditLabel.Width = 36
      EditLabel.Height = 13
      EditLabel.Caption = #26435#38480#65306
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 2
    end
  end
  object Button1: TButton
    Left = 131
    Top = 70
    Width = 75
    Height = 25
    Caption = #33719#24471#21345#21495
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 122
    Top = 447
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object Button2: TButton
    Left = 33
    Top = 444
    Width = 75
    Height = 25
    Caption = #20889#21345
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 121
    Top = 483
    Width = 578
    Height = 21
    TabOrder = 5
    Text = 'Edit2'
  end
  object Button3: TButton
    Left = 33
    Top = 480
    Width = 75
    Height = 25
    Caption = #35835#21345
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 131
    Top = 137
    Width = 75
    Height = 25
    Caption = #35835
    TabOrder = 7
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 131
    Top = 104
    Width = 75
    Height = 25
    Caption = #20889
    TabOrder = 8
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 148
    Top = 294
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 9
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 239
    Top = 296
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 10
    OnClick = Button7Click
  end
end

⌨️ 快捷键说明

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