check.dfm

来自「一个用VC写的超市管理系统」· DFM 代码 · 共 61 行

DFM
61
字号
object fm_check: Tfm_check
  Left = 313
  Top = 253
  BorderStyle = bsDialog
  Caption = 'fm_check'
  ClientHeight = 162
  ClientWidth = 320
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label8: TLabel
    Left = 40
    Top = 32
    Width = 161
    Height = 16
    AutoSize = False
    Caption = #35831#36755#20837#36229#32423#29992#25143#23494#30721':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 45
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object pass: TEdit
    Left = 216
    Top = 32
    Width = 49
    Height = 21
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 0
    OnKeyPress = passKeyPress
  end
  object Button2: TButton
    Left = 189
    Top = 88
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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