personcard.dfm

来自「上传个考勤系统,希望别人也能用.该代码只能算初级的东东,软件代码复用性不高,重复」· DFM 代码 · 共 53 行

DFM
53
字号
object dlgPersonCard: TdlgPersonCard
  Left = 498
  Top = 350
  BorderStyle = bsDialog
  Caption = #25163#24037#36755#20837#21345#21495
  ClientHeight = 95
  ClientWidth = 256
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 21
    Top = 25
    Width = 70
    Height = 13
    Caption = #36755#20837#21345#21495#65306
  end
  object edInputCard: TEdit
    Left = 98
    Top = 19
    Width = 132
    Height = 23
    MaxLength = 10
    TabOrder = 0
    OnKeyPress = edInputCardKeyPress
  end
  object btnOk: TButton
    Left = 36
    Top = 60
    Width = 75
    Height = 25
    Caption = #25552#20132
    ModalResult = 1
    TabOrder = 1
  end
  object btnCancel: TButton
    Left = 136
    Top = 61
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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