⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainfrm.dfm

📁 《Delphi 7经典问题解析》源代码 第一到七章 基础篇源程序 应用篇源程序
💻 DFM
字号:
object MainForm: TMainForm
  Left = 192
  Top = 107
  Width = 381
  Height = 171
  Caption = 'DLL'#20837#21475#12289#20986#21475#31034#20363
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object lblCount: TLabel
    Left = 152
    Top = 32
    Width = 72
    Height = 17
    Caption = #32447#31243#36816#34892#29366#24577
  end
  object btnLoadLib: TBitBtn
    Left = 24
    Top = 16
    Width = 99
    Height = 23
    Caption = #21152#36733'DLL'
    TabOrder = 0
    OnClick = btnLoadLibClick
  end
  object btnFreeLib: TBitBtn
    Left = 24
    Top = 45
    Width = 99
    Height = 23
    Caption = #37322#25918'DLL'
    TabOrder = 1
    OnClick = btnFreeLibClick
  end
  object BtnCreateThread: TBitBtn
    Left = 24
    Top = 74
    Width = 99
    Height = 23
    Caption = #21019#24314#32447#31243
    TabOrder = 2
    OnClick = BtnCreateThreadClick
  end
  object BtnFreeThread: TBitBtn
    Left = 24
    Top = 104
    Width = 99
    Height = 23
    Caption = #37322#25918#32447#31243
    TabOrder = 3
    OnClick = BtnFreeThreadClick
  end
end

⌨️ 快捷键说明

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