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

📄 useraddunit.~dfm

📁 delphi 环境下邮件管理程序。
💻 ~DFM
字号:
object UserAdd: TUserAdd
  Left = 250
  Top = 235
  Width = 382
  Height = 328
  Caption = #28155#21152#29992#25143
  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 TabControl: TTabControl
    Left = 0
    Top = 24
    Width = 361
    Height = 233
    TabOrder = 0
    Tabs.Strings = (
      #29992#25143#23646#24615)
    TabIndex = 0
    object Label1: TLabel
      Left = 56
      Top = 40
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#31216
    end
    object Label2: TLabel
      Left = 56
      Top = 72
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #36755#20837' '#23494#30721
    end
    object Label3: TLabel
      Left = 56
      Top = 104
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #37325#36755#23494#30721
    end
    object Label4: TLabel
      Left = 56
      Top = 136
      Width = 48
      Height = 13
      Caption = #29992#25143#35828#26126
    end
    object UserName: TEdit
      Left = 184
      Top = 32
      Width = 153
      Height = 21
      TabOrder = 0
    end
    object UserPass: TEdit
      Left = 184
      Top = 64
      Width = 153
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object UserPass2: TEdit
      Left = 184
      Top = 96
      Width = 153
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
    object UserMemo: TMemo
      Left = 184
      Top = 128
      Width = 153
      Height = 97
      Lines.Strings = (
        'UserMemo')
      TabOrder = 3
    end
  end
  object btn_OK: TButton
    Left = 160
    Top = 264
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = btn_OKClick
  end
  object btn_Cancel: TButton
    Left = 288
    Top = 264
    Width = 75
    Height = 25
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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