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

📄 fprofileedit.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
字号:
object frmProfileEdit: TfrmProfileEdit
  Left = 580
  Top = 523
  BorderStyle = bsDialog
  Caption = 'Profile edit'
  ClientHeight = 143
  ClientWidth = 347
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnHide = FormHide
  OnShortCut = FormShortCut
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 12
    Width = 61
    Height = 13
    Caption = 'Profile &name:'
    FocusControl = txtProfileName
    Transparent = True
  end
  object Label2: TLabel
    Left = 8
    Top = 44
    Width = 49
    Height = 13
    Caption = '&Password:'
    FocusControl = txtPwd
    Transparent = True
  end
  object Label3: TLabel
    Left = 8
    Top = 68
    Width = 88
    Height = 13
    Caption = '&Re-type password:'
    FocusControl = txtRetypePwd
    Transparent = True
  end
  object Bevel1: TBevel
    Left = 5
    Top = 98
    Width = 332
    Height = 2
  end
  object cmdOK: TButton
    Left = 16
    Top = 109
    Width = 75
    Height = 25
    Hint = 'Apply changes'
    Caption = '&OK'
    TabOrder = 2
    OnClick = cmdOKClick
  end
  object cmdCancel: TButton
    Left = 256
    Top = 109
    Width = 75
    Height = 25
    Hint = 'Cancel all'
    Caption = '&Cancel'
    TabOrder = 3
    OnClick = cmdCancelClick
  end
  object txtProfileName: TEdit
    Left = 128
    Top = 8
    Width = 209
    Height = 21
    MaxLength = 64
    TabOrder = 0
  end
  object txtPwd: TEdit
    Left = 128
    Top = 40
    Width = 209
    Height = 21
    MaxLength = 64
    PasswordChar = '*'
    TabOrder = 1
  end
  object txtRetypePwd: TEdit
    Left = 128
    Top = 64
    Width = 209
    Height = 21
    MaxLength = 64
    PasswordChar = '*'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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