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

📄 cardno.dfm

📁 一个Delphi写的跟考勤机门禁机收款机的接品软件源码
💻 DFM
字号:
object dlgCardNo: TdlgCardNo
  Left = 385
  Top = 265
  ActiveControl = edCardNo
  BorderStyle = bsDialog
  Caption = #36755#20837#21345#21495
  ClientHeight = 120
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 36
    Height = 12
    Caption = #21345#21495#65306
  end
  object btnOK: TButton
    Left = 70
    Top = 84
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object btnCancel: TButton
    Left = 158
    Top = 84
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 2
  end
  object edCardNo: TMaskEdit
    Left = 16
    Top = 40
    Width = 257
    Height = 20
    MaxLength = 16
    TabOrder = 0
    OnKeyPress = edCardNoKeyPress
  end
end

⌨️ 快捷键说明

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