⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loginform.dfm

📁 求是科技出版的《Delphi串口通信工程开发实例导航》所有的源代码。是一本很好的书。拿出来与大家共享。
💻 DFM
字号:
object frmLogin: TfrmLogin
  Left = 279
  Top = 171
  Width = 283
  Height = 180
  BorderIcons = []
  Caption = '登录'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 275
    Height = 113
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 33
      Top = 22
      Width = 48
      Height = 13
      Caption = '用户名:'
    end
    object Label2: TLabel
      Left = 45
      Top = 60
      Width = 36
      Height = 13
      Caption = '口令:'
    end
    object edtUserName: TEdit
      Left = 112
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
      OnKeyPress = edtUserNameKeyPress
    end
    object edtPassword: TEdit
      Left = 112
      Top = 56
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      OnKeyPress = edtPasswordKeyPress
    end
  end
  object bbnOk: TBitBtn
    Left = 112
    Top = 120
    Width = 75
    Height = 25
    Caption = '确定'
    ModalResult = 1
    TabOrder = 1
    OnClick = bbnOkClick
  end
  object bbnCancel: TBitBtn
    Left = 192
    Top = 120
    Width = 75
    Height = 25
    Caption = '取消'
    ModalResult = 2
    TabOrder = 2
    OnClick = bbnCancelClick
  end
end

⌨️ 快捷键说明

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