uhtmlmessagedlg.dfm

来自「自己写的一个 RSS 阅读器」· DFM 代码 · 共 49 行

DFM
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?