logined.dfm

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

DFM
91
字号
object frmLogined: TfrmLogined
  Left = 0
  Top = 0
  Width = 214
  Height = 169
  Align = alLeft
  TabOrder = 0
  object IWLabel1: TIWLabel
    Left = 12
    Top = 20
    Width = 70
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = #27426#36814#20809#20020
  end
  object lbUserName: TIWLabel
    Left = 112
    Top = 20
    Width = 72
    Height = 16
    ZIndex = 0
    Font.Color = clHotLight
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = 'UserName'
  end
  object IWLabel2: TIWLabel
    Left = 12
    Top = 68
    Width = 88
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = #30331#24405#26102#38388#65306
  end
  object lbLoginTime: TIWLabel
    Left = 112
    Top = 68
    Width = 70
    Height = 16
    ZIndex = 0
    Font.Color = clHotLight
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = 'LoginTime'
  end
  object btnLogout: TIWButton
    Left = 120
    Top = 108
    Width = 63
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #27880#38144
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    OnClick = btnLogoutClick
  end
  object btnModifyInfo: TIWButton
    Left = 24
    Top = 108
    Width = 89
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #20462#25913#20449#24687
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    OnClick = btnModifyInfoClick
  end
end

⌨️ 快捷键说明

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