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

📄 main.dfm

📁 自己编写的一个IC卡读卡工具,用于读取卡内资料.
💻 DFM
字号:
object FrmMain: TFrmMain
  Left = 264
  Top = 158
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21345#25805#20316
  ClientHeight = 648
  ClientWidth = 527
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar: TStatusBar
    Left = 0
    Top = 629
    Width = 527
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 216
    Width = 506
    Height = 235
    Caption = #35835#25805#20316
    TabOrder = 1
    object Label1: TLabel
      Left = 29
      Top = 25
      Width = 36
      Height = 13
      Caption = #25159#21306#65306
    end
    object Label2: TLabel
      Left = 165
      Top = 25
      Width = 36
      Height = 13
      Caption = #21306#22359#65306
    end
    object MemResult: TMemo
      Left = 27
      Top = 55
      Width = 455
      Height = 159
      Ctl3D = True
      ParentCtl3D = False
      ScrollBars = ssVertical
      TabOrder = 0
    end
    object BtnRead: TButton
      Left = 326
      Top = 21
      Width = 72
      Height = 21
      Caption = #35835#21345
      TabOrder = 1
      OnClick = BtnReadClick
    end
    object CmbFan: TComboBox
      Left = 62
      Top = 21
      Width = 100
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 2
    end
    object CmbBlock: TComboBox
      Left = 199
      Top = 21
      Width = 100
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 3
    end
  end
  object GroupBox3: TGroupBox
    Left = 9
    Top = 112
    Width = 504
    Height = 97
    Caption = #20540#25805#20316
    TabOrder = 2
    object Label21: TLabel
      Left = 28
      Top = 57
      Width = 36
      Height = 13
      Caption = #25159#21306#65306
    end
    object Label22: TLabel
      Left = 165
      Top = 57
      Width = 36
      Height = 13
      Caption = #21306#22359#65306
    end
    object EdtValue: TEdit
      Left = 29
      Top = 26
      Width = 449
      Height = 21
      TabOrder = 0
    end
    object CmbValFan: TComboBox
      Left = 61
      Top = 53
      Width = 100
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
      OnSelect = CmbValFanSelect
    end
    object CmbValBlock: TComboBox
      Left = 197
      Top = 53
      Width = 100
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 2
    end
    object BtnReadVal: TButton
      Left = 323
      Top = 53
      Width = 75
      Height = 21
      Caption = #35835#20540
      TabOrder = 3
      OnClick = BtnReadValClick
    end
    object BtnWriteVal: TButton
      Left = 403
      Top = 53
      Width = 75
      Height = 21
      Caption = #20889#20540
      TabOrder = 4
      OnClick = BtnWriteValClick
    end
  end
  object Button1: TButton
    Left = 346
    Top = 458
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 430
    Top = 457
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 4
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 12
    Width = 504
    Height = 97
    Caption = #20889#25805#20316
    TabOrder = 5
    object Label3: TLabel
      Left = 38
      Top = 18
      Width = 6
      Height = 13
      Caption = '0'
    end
    object Label4: TLabel
      Left = 64
      Top = 18
      Width = 6
      Height = 13
      Caption = '1'
    end
    object Label5: TLabel
      Left = 93
      Top = 18
      Width = 6
      Height = 13
      Caption = '2'
    end
    object Label6: TLabel
      Left = 121
      Top = 18
      Width = 6
      Height = 13
      Caption = '3'
    end
    object Label7: TLabel
      Left = 153
      Top = 18
      Width = 6
      Height = 13
      Caption = '4'
    end
    object Label8: TLabel
      Left = 179
      Top = 18
      Width = 6
      Height = 13
      Caption = '5'
    end
    object Label9: TLabel
      Left = 206
      Top = 18
      Width = 6
      Height = 13
      Caption = '6'
    end
    object Label10: TLabel
      Left = 232
      Top = 18
      Width = 6
      Height = 13
      Caption = '7'
    end
    object Label11: TLabel
      Left = 265
      Top = 18
      Width = 6
      Height = 13
      Caption = '8'
    end
    object Label12: TLabel
      Left = 290
      Top = 18
      Width = 6
      Height = 13
      Caption = '9'
    end
    object Label13: TLabel
      Left = 316
      Top = 18
      Width = 12
      Height = 13
      Caption = '10'
    end
    object Label14: TLabel
      Left = 345
      Top = 18
      Width = 12
      Height = 13
      Caption = '11'
    end
    object Label15: TLabel
      Left = 371
      Top = 18
      Width = 12
      Height = 13
      Caption = '12'
    end
    object Label16: TLabel
      Left = 399
      Top = 18
      Width = 12
      Height = 13
      Caption = '13'
    end
    object Label17: TLabel
      Left = 425
      Top = 18
      Width = 12
      Height = 13
      Caption = '14'
    end
    object Label18: TLabel
      Left = 456
      Top = 17
      Width = 12
      Height = 13
      Caption = '15'
    end
    object Label19: TLabel
      Left = 28
      Top = 64
      Width = 36
      Height = 13
      Caption = #25159#21306#65306
    end
    object Label20: TLabel
      Left = 165
      Top = 64
      Width = 36
      Height = 13
      Caption = #21306#22359#65306
    end
    object BtnWrite: TButton
      Left = 324
      Top = 60
      Width = 75
      Height = 21
      Caption = #20889#21345
      TabOrder = 0
      OnClick = BtnWriteClick
    end
    object Edit0: TEdit
      Left = 30
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 1
      Text = 'Edt1'
    end
    object Edit1: TEdit
      Left = 58
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 2
      Text = 'Edt1'
    end
    object Edit2: TEdit
      Left = 86
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 3
      Text = 'Edt1'
    end
    object Edit3: TEdit
      Left = 114
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 4
      Text = 'Edt1'
    end
    object Edit4: TEdit
      Left = 143
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 5
      Text = 'Edt1'
    end
    object Edit5: TEdit
      Left = 171
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 6
      Text = 'Edt1'
    end
    object Edit6: TEdit
      Left = 199
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 7
      Text = 'Edt1'
    end
    object Edit7: TEdit
      Left = 227
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 8
      Text = 'Edt1'
    end
    object Edit8: TEdit
      Left = 255
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 9
      Text = 'Edt1'
    end
    object Edit9: TEdit
      Left = 283
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 10
      Text = 'Edt1'
    end
    object Edit10: TEdit
      Left = 311
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 11
      Text = 'Edt1'
    end
    object Edit11: TEdit
      Left = 339
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 12
      Text = 'Edt1'
    end
    object Edit12: TEdit
      Left = 368
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 13
      Text = 'Edt1'
    end
    object Edit13: TEdit
      Left = 396
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 14
      Text = 'Edt1'
    end
    object Edit14: TEdit
      Left = 424
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 15
      Text = 'Edt1'
    end
    object Edit15: TEdit
      Left = 452
      Top = 33
      Width = 23
      Height = 21
      TabOrder = 16
      Text = 'Edt1'
    end
    object BtnInitEdit: TButton
      Left = 404
      Top = 60
      Width = 75
      Height = 21
      Caption = #24402#38646
      TabOrder = 17
      OnClick = BtnInitEditClick
    end
    object CmbWriteFan: TComboBox
      Left = 60
      Top = 60
      Width = 100
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 18
      OnSelect = CmbWriteFanSelect
    end
    object CmbWriteBlock: TComboBox
      Left = 199
      Top = 60
      Width = 100
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 19
    end
  end
  object Edit16: TEdit
    Left = 23
    Top = 499
    Width = 414
    Height = 24
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    Text = '01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16'
  end
  object Button3: TButton
    Left = 180
    Top = 550
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 7
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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