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

📄 unit2.dfm

📁 IC卡读卡器电路与PC操作界面的通信程序
💻 DFM
字号:
object Form2: TForm2
  Left = 263
  Top = 231
  BorderStyle = bsDialog
  Caption = #38750#25509#35302'IC'#21345#31649#29702#31995#32479
  ClientHeight = 400
  ClientWidth = 600
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 20
  object Label1: TLabel
    Left = 128
    Top = 56
    Width = 48
    Height = 20
    Caption = #20313#39069#65306
  end
  object Label2: TLabel
    Left = 120
    Top = 224
    Width = 64
    Height = 20
    Caption = #26087#23494#30721#65306
  end
  object Label3: TLabel
    Left = 120
    Top = 264
    Width = 64
    Height = 20
    Caption = #26032#23494#30721#65306
  end
  object Label4: TLabel
    Left = 168
    Top = 304
    Width = 4
    Height = 20
  end
  object Label5: TLabel
    Left = 120
    Top = 312
    Width = 80
    Height = 20
    Caption = #20877#27425#36755#20837#65306
  end
  object Label6: TLabel
    Left = 128
    Top = 16
    Width = 48
    Height = 20
    Caption = #22995#21517#65306
  end
  object Label8: TLabel
    Left = 336
    Top = 16
    Width = 48
    Height = 20
    Caption = #21345#21495#65306
  end
  object Label10: TLabel
    Left = 120
    Top = 184
    Width = 64
    Height = 20
    Caption = #26032#22995#21517#65306
  end
  object Label11: TLabel
    Left = 128
    Top = 96
    Width = 48
    Height = 20
    Caption = #37329#39069#65306
  end
  object Edit1: TEdit
    Left = 256
    Top = 56
    Width = 121
    Height = 28
    Color = cl3DLight
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 256
    Top = 96
    Width = 121
    Height = 28
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 6
    TabOrder = 1
  end
  object Button1: TButton
    Left = 400
    Top = 96
    Width = 97
    Height = 25
    Caption = #20914#20540
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 256
    Top = 136
    Width = 121
    Height = 28
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 6
    TabOrder = 3
  end
  object Button2: TButton
    Left = 400
    Top = 136
    Width = 97
    Height = 25
    Caption = #25187#36153
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit4: TEdit
    Left = 256
    Top = 224
    Width = 121
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 6
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 5
  end
  object Button3: TButton
    Left = 400
    Top = 312
    Width = 97
    Height = 25
    Caption = #20462#25913#23494#30721
    TabOrder = 6
    OnClick = Button3Click
  end
  object Edit5: TEdit
    Left = 256
    Top = 264
    Width = 121
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 6
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 7
  end
  object Edit6: TEdit
    Left = 256
    Top = 312
    Width = 121
    Height = 24
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 6
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 8
  end
  object Button4: TButton
    Left = 400
    Top = 184
    Width = 97
    Height = 25
    Caption = #20462#25913#22995#21517
    TabOrder = 9
    OnClick = Button4Click
  end
  object Edit7: TEdit
    Left = 256
    Top = 184
    Width = 121
    Height = 28
    TabOrder = 10
  end
  object Edit8: TEdit
    Left = 192
    Top = 8
    Width = 121
    Height = 28
    Color = cl3DLight
    ReadOnly = True
    TabOrder = 11
  end
  object Edit9: TEdit
    Left = 400
    Top = 8
    Width = 121
    Height = 28
    Color = cl3DLight
    ReadOnly = True
    TabOrder = 12
  end
end

⌨️ 快捷键说明

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