resumo.dfm

来自「Host software written in Delphi-pascal f」· DFM 代码 · 共 43 行

DFM
43
字号
object Show_Dif: TShow_Dif
  Left = 199
  Top = 150
  BorderStyle = bsDialog
  Caption = 'Diferen鏰s encontradas'
  ClientHeight = 508
  ClientWidth = 635
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 120
  TextHeight = 16
  object Memo1: TMemo
    Left = 8
    Top = 40
    Width = 617
    Height = 401
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    WantTabs = True
  end
  object Button1: TButton
    Left = 244
    Top = 456
    Width = 147
    Height = 41
    Caption = '&Sair'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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