unit2.dfm

来自「本代码用于看电子书 文件 望大家共享」· DFM 代码 · 共 53 行

DFM
53
字号
object Form2: TForm2
  Left = 423
  Top = 263
  Width = 414
  Height = 341
  BorderWidth = 2
  Caption = #20851#20110
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 136
    Top = 80
    Width = 165
    Height = 29
    Caption = #31532#19968#27425#20570#35838#20214
    Color = clRed
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsItalic]
    ParentColor = False
    ParentFont = False
  end
  object Button1: TButton
    Left = 192
    Top = 296
    Width = 75
    Height = 50
    Cursor = crDrag
    HelpContext = 10
    Caption = #36864#20986
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'Palatino Linotype'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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