in_pu_dll.dfm

来自「用Delphi实现Dll插件的方式」· DFM 代码 · 共 34 行

DFM
34
字号
object Form1: TForm1
  Left = 372
  Top = 295
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #25554#20214
  ClientHeight = 120
  ClientWidth = 252
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 3
    Top = 8
    Width = 36
    Height = 12
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 3
    Top = 64
    Width = 36
    Height = 12
    Caption = 'Label2'
  end
end

⌨️ 快捷键说明

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