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

📄 logined.dfm

📁 这是一个DELPHI7应用案例开发篇有配套程序种子光盘
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -