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

📄 fdefaultclient.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
字号:
object frmDefaultClient: TfrmDefaultClient
  Left = 352
  Top = 458
  BorderStyle = bsDialog
  Caption = 'si.Mail'
  ClientHeight = 132
  ClientWidth = 317
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Tag = 301
    Left = 52
    Top = 8
    Width = 257
    Height = 57
    AutoSize = False
    Caption = 
      'si.Mail is currently not your default Mail Client. Would you lik' +
      'e to register it as default one?'
    Transparent = True
    WordWrap = True
  end
  object Image1: TImage
    Left = 8
    Top = 8
    Width = 32
    Height = 32
  end
  object cmdYes: TButton
    Tag = 261
    Left = 88
    Top = 100
    Width = 75
    Height = 25
    Caption = '&Yes'
    Default = True
    ModalResult = 6
    TabOrder = 0
  end
  object cmdNo: TButton
    Tag = 255
    Left = 168
    Top = 100
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&No'
    ModalResult = 7
    TabOrder = 1
  end
  object CheckBox1: TCheckBox
    Tag = 302
    Left = 8
    Top = 72
    Width = 297
    Height = 17
    Caption = '&Do not perform this check in future.'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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