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

📄 detail.dfm

📁 一个用于查API函数的小工具
💻 DFM
字号:
object Form2: TForm2
  Left = 261
  Top = 197
  Width = 373
  Height = 268
  BorderIcons = [biSystemMenu]
  Caption = '详细查看'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 39
    Top = 32
    Width = 60
    Height = 13
    Caption = 'API函数名'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 39
    Top = 66
    Width = 52
    Height = 13
    Caption = '函数说明'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 39
    Top = 100
    Width = 61
    Height = 13
    Caption = 'WIN16可用'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 39
    Top = 134
    Width = 61
    Height = 13
    Caption = 'WIN95可用'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 39
    Top = 168
    Width = 61
    Height = 13
    Caption = 'WINNT可用'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object DBEdit1: TDBEdit
    Left = 103
    Top = 29
    Width = 218
    Height = 21
    TabStop = False
    BorderStyle = bsNone
    Color = clBtnFace
    ImeName = '中文 (简体) - 微软拼音'
    ReadOnly = True
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 103
    Top = 63
    Width = 218
    Height = 21
    TabStop = False
    BorderStyle = bsNone
    Color = clBtnFace
    ImeName = '中文 (简体) - 微软拼音'
    ReadOnly = True
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 186
    Top = 97
    Width = 35
    Height = 21
    TabStop = False
    BorderStyle = bsNone
    Color = clBtnFace
    ImeName = '中文 (简体) - 微软拼音'
    ReadOnly = True
    TabOrder = 3
  end
  object DBEdit4: TDBEdit
    Left = 186
    Top = 165
    Width = 35
    Height = 21
    TabStop = False
    BorderStyle = bsNone
    Color = clBtnFace
    ImeName = '中文 (简体) - 微软拼音'
    ReadOnly = True
    TabOrder = 4
  end
  object DBEdit5: TDBEdit
    Left = 186
    Top = 131
    Width = 35
    Height = 21
    TabStop = False
    BorderStyle = bsNone
    Color = clBtnFace
    ImeName = '中文 (简体) - 微软拼音'
    ReadOnly = True
    TabOrder = 5
  end
  object Button1: TButton
    Left = 264
    Top = 200
    Width = 60
    Height = 21
    Caption = '确定'
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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