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

📄 usermanunit.dfm

📁 delphi 环境下邮件管理程序。
💻 DFM
字号:
object UserMan: TUserMan
  Left = 600
  Top = 151
  Width = 391
  Height = 315
  BorderIcons = []
  Caption = #29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 273
    Height = 265
    Caption = #29992#25143#21015#34920
    TabOrder = 0
    object UserList: TListBox
      Left = 8
      Top = 16
      Width = 257
      Height = 233
      ItemHeight = 13
      TabOrder = 0
    end
  end
  object btn_AddUser: TButton
    Left = 296
    Top = 16
    Width = 75
    Height = 25
    Caption = #28155#21152'(&A)'
    TabOrder = 1
    OnClick = btn_AddUserClick
  end
  object btn_ModUser: TButton
    Left = 296
    Top = 56
    Width = 75
    Height = 25
    Caption = #20462#25913'(&P)'
    TabOrder = 2
    OnClick = btn_ModUserClick
  end
  object btn_DelUser: TButton
    Left = 296
    Top = 96
    Width = 75
    Height = 25
    Caption = #21024#38500'(&D)'
    TabOrder = 3
    OnClick = btn_DelUserClick
  end
  object btn_Close: TButton
    Left = 296
    Top = 136
    Width = 75
    Height = 25
    Caption = #20851#38381'(&C)'
    Default = True
    TabOrder = 4
    OnClick = btn_CloseClick
  end
end

⌨️ 快捷键说明

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