login.dfm

来自「学习程序,用于初学进销存的参考代码学习程序,用于初学进销存的参考代码」· DFM 代码 · 共 71 行

DFM
71
字号
object frmLogin: TfrmLogin
  Left = 306
  Top = 248
  Width = 338
  Height = 184
  Caption = #30331#24405#31383#21475
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 40
    Top = 29
    Width = 42
    Height = 12
    Caption = #29992#25143#21517':'
  end
  object Label2: TLabel
    Left = 48
    Top = 69
    Width = 30
    Height = 12
    Caption = #23494#30721':'
  end
  object Ed_Pwd: TEdit
    Left = 104
    Top = 61
    Width = 153
    Height = 20
    ImeName = #32418#21494#20116#31508'('#31616#20307#29256')'
    PasswordChar = '*'
    TabOrder = 0
    Text = '1'
  end
  object Button1: TButton
    Left = 94
    Top = 100
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 182
    Top = 99
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object Ed_UserName: TComboBox
    Left = 104
    Top = 24
    Width = 153
    Height = 20
    ImeName = #32418#21494#20116#31508'('#31616#20307#29256')'
    ItemHeight = 12
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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