pasabout.dfm

来自「一个图书批发商的通用软件」· DFM 代码 · 共 34 行

DFM
34
字号
object about: Tabout
  Left = 192
  Top = 186
  BorderStyle = bsDialog
  Caption = #20851#20110
  ClientHeight = 234
  ClientWidth = 470
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 56
    Top = 48
    Width = 108
    Height = 12
    Caption = #36158#38081#26643' '#26446#26234#38155' '#35774#35745
  end
  object Button1: TButton
    Left = 320
    Top = 192
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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