dllform.~dfm

来自「空白的DLL文件」· ~DFM 代码 · 共 44 行

~DFM
44
字号
object Form1: TForm1
  Left = 329
  Top = 211
  ActiveControl = Button1
  BorderStyle = bsDialog
  Caption = 'Form1'
  ClientHeight = 320
  ClientWidth = 479
  Color = clBtnFace
  DefaultMonitor = dmPrimary
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 32
    Width = 377
    Height = 129
    AutoSize = False
    Caption = #36825#26159#19968#20010#31354#30340'DLL From'#13#10#13#10#22914#26524#19981#30693#36947#24590#20040#20889'DLL'#13#10#13#10#23601#22312#36825#20010'Form'#19978#33258#30001#21457#25381#21543
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 208
    Top = 200
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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