cardno.dfm

来自「一个Delphi写的跟考勤机门禁机收款机的接品软件源码」· DFM 代码 · 共 59 行

DFM
59
字号
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 + =
减小字号Ctrl + -
显示快捷键?