mainunit.dfm

来自「将ie的收藏夹导出成html格式」· DFM 代码 · 共 43 行

DFM
43
字号
object MainForm: TMainForm
  Left = 192
  Top = 106
  Width = 544
  Height = 353
  Caption = #25910#34255#22841#23548#20986#31243#24207
  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 Memo1: TMemo
    Left = 8
    Top = 8
    Width = 521
    Height = 281
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Button1: TButton
    Left = 8
    Top = 296
    Width = 75
    Height = 25
    Caption = #29983#25104#20195#30721
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 296
    Width = 75
    Height = 25
    Caption = #23548#20986#25991#20214
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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