u_useredit.dfm

来自「河南师范大学餐饮进销存软件,只要控制库存的数据。」· DFM 代码 · 共 73 行

DFM
73
字号
object frmUserEdit: TfrmUserEdit
  Left = 382
  Top = 296
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #20462#25913#29992#25143
  ClientHeight = 119
  ClientWidth = 233
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 25
    Top = 17
    Width = 60
    Height = 13
    Caption = #29992#25143#32534#21495#65306
    Transparent = True
  end
  object Label2: TLabel
    Left = 25
    Top = 48
    Width = 60
    Height = 13
    Caption = #29992#25143#22995#21517#65306
    Transparent = True
  end
  object edtBH: TEdit
    Left = 89
    Top = 12
    Width = 121
    Height = 21
    Enabled = False
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    OnKeyDown = edtBHKeyDown
  end
  object edtName: TEdit
    Left = 89
    Top = 44
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    OnKeyDown = edtNameKeyDown
  end
  object BtnEdit: TBitBtn
    Left = 41
    Top = 84
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 2
    OnClick = BtnEditClick
  end
  object BtnClose: TBitBtn
    Left = 129
    Top = 84
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = BtnCloseClick
  end
end

⌨️ 快捷键说明

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