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

📄 dllformunit.dfm

📁 Delphi窗体动态库,可对窗体各类资源进行仿问。
💻 DFM
字号:
object frmDLLForm: TfrmDLLForm
  Left = 253
  Top = 184
  Width = 544
  Height = 375
  Caption = 'frmDLLForm'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Menu = DLLMainMenu
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 256
    Width = 536
    Height = 73
    Align = alBottom
    TabOrder = 0
    object Edit1: TEdit
      Left = 32
      Top = 36
      Width = 97
      Height = 20
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 160
      Top = 36
      Width = 73
      Height = 20
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 240
      Top = 36
      Width = 65
      Height = 20
      TabOrder = 2
      Text = 'Edit3'
    end
    object Btn_Default: TButton
      Left = 312
      Top = 32
      Width = 121
      Height = 25
      Caption = #40664#35748#25353#38062
      Default = True
      TabOrder = 3
      OnClick = Btn_DefaultClick
    end
    object Edit4: TEdit
      Left = 352
      Top = 8
      Width = 121
      Height = 20
      TabOrder = 4
      Text = 'Edit4'
    end
    object Button1: TButton
      Left = 448
      Top = 32
      Width = 75
      Height = 25
      Caption = 'Button1'
      TabOrder = 5
      OnClick = Button1Click
    end
  end
  object Button2: TButton
    Left = 184
    Top = 64
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 1
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 237
    Width = 536
    Height = 19
    Panels = <>
  end
  object DLLMainMenu: TMainMenu
    Left = 328
    Top = 80
    object m_DLLMenu: TMenuItem
      Caption = 'DLL'#37324#30340#33756#21333
      GroupIndex = 8
      object mi_WhatName: TMenuItem
        Caption = #20160#20040#21517#23383#21602
        OnClick = mi_WhatNameClick
      end
    end
  end
end

⌨️ 快捷键说明

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