unit1.dfm

来自「DLL的静态调用和动态调用 静态加载的DLL不能被卸载掉 动态调用:」· DFM 代码 · 共 75 行

DFM
75
字号
object Form1: TForm1
  Left = 403
  Top = 253
  Width = 423
  Height = 240
  Caption = #38745#24577#21644#21160#24577#35843#29992'DLL'#27979#35797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 185
    Height = 13
    Caption = #38656#35201#35843#29992#65306'LoadLibrary       '
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 160
    Top = 32
    Width = 129
    Height = 25
    Caption = #38745#24577#35843#29992'DLL'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 72
    Width = 129
    Height = 25
    Caption = 'LoadLibraryA'#35843#29992
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 16
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit2'
  end
  object Button3: TButton
    Left = 160
    Top = 112
    Width = 129
    Height = 25
    Caption = 'LoadLibraryW'#35843#29992
    TabOrder = 4
    OnClick = Button3Click
  end
  object Edit3: TEdit
    Left = 16
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'Edit3'
  end
end

⌨️ 快捷键说明

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