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

📄 uhtmlmessagedlg.dfm

📁 自己写的一个 RSS 阅读器
💻 DFM
字号:
object fmHTMLMessageDlg: TfmHTMLMessageDlg
  Left = 535
  Top = 151
  BorderStyle = bsDialog
  Caption = 'Dialog'
  ClientHeight = 196
  ClientWidth = 369
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object HTMLabel: TJvHTLabel
    Left = 16
    Top = 16
    Width = 46
    Height = 14
    Caption = 'HTMLabel'
    Transparent = False
  end
  object BtnYes: TButton
    Left = 48
    Top = 144
    Width = 81
    Height = 25
    Caption = 'BtnYes'
    ModalResult = 6
    TabOrder = 0
    OnClick = BtnYesClick
  end
  object BtnNo: TButton
    Left = 136
    Top = 144
    Width = 81
    Height = 25
    Cancel = True
    Caption = 'BtnNo'
    ModalResult = 7
    TabOrder = 1
    OnClick = BtnNoClick
  end
end

⌨️ 快捷键说明

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