login.dfm

来自「这是一个DELPHI7应用案例开发篇有配套程序种子光盘」· DFM 代码 · 共 73 行

DFM
73
字号
object frmLogin: TfrmLogin
  Left = 334
  Top = 327
  Width = 277
  Height = 205
  Caption = #35831#36755#20837#29992#25143#21517#21644#23494#30721
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 32
    Top = 36
    Width = 60
    Height = 15
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 80
    Width = 45
    Height = 15
    Caption = #23494#30721#65306
  end
  object Bevel1: TBevel
    Left = 12
    Top = 112
    Width = 241
    Height = 9
    Shape = bsBottomLine
  end
  object edUserName: TEdit
    Left = 116
    Top = 32
    Width = 121
    Height = 23
    TabOrder = 0
  end
  object edPassword: TEdit
    Left = 116
    Top = 76
    Width = 121
    Height = 23
    PasswordChar = '*'
    TabOrder = 1
  end
  object btnOK: TButton
    Left = 52
    Top = 132
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object btnCancel: TButton
    Left = 140
    Top = 132
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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