enter_form1.dfm

来自「Delphi7和ACCESS开发的用户权限管理的源程序.」· DFM 代码 · 共 96 行

DFM
96
字号
object Enter_F1: TEnter_F1
  Left = 384
  Top = 248
  HelpContext = 2
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30331#24405
  ClientHeight = 139
  ClientWidth = 332
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 40
    Top = 61
    Width = 42
    Height = 13
    Caption = #23494#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label1: TLabel
    Left = 40
    Top = 17
    Width = 39
    Height = 12
    Caption = #24080#25143#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object MM_E: TEdit
    Left = 96
    Top = 56
    Width = 193
    Height = 20
    HelpContext = 2
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 1
    OnKeyDown = ZH_EKeyDown
    OnKeyUp = MM_EKeyUp
  end
  object Exit_Btn: TButton
    Left = 184
    Top = 94
    Width = 75
    Height = 25
    Caption = #21462#28040#30331#24405
    TabOrder = 3
    OnClick = Exit_BtnClick
  end
  object Enter_Btn: TButton
    Left = 80
    Top = 94
    Width = 75
    Height = 25
    Caption = #30331#24405#31995#32479
    TabOrder = 2
    OnClick = Enter_BtnClick
  end
  object ZH_E: TEdit
    Left = 96
    Top = 16
    Width = 193
    Height = 21
    HelpContext = 2
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
    OnKeyDown = ZH_EKeyDown
  end
end

⌨️ 快捷键说明

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