generalformunit.dfm

来自「Delphi窗体动态库,可对窗体各类资源进行仿问。」· DFM 代码 · 共 66 行

DFM
66
字号
object frmGeneralForm: TfrmGeneralForm
  Left = 192
  Top = 133
  Width = 544
  Height = 375
  Caption = 'frmGeneralForm'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  Menu = DLLMainMenu
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 136
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 136
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 136
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Btn_Default: TButton
    Left = 136
    Top = 136
    Width = 121
    Height = 25
    Caption = #40664#35748#25353#38062
    Default = True
    TabOrder = 3
    OnClick = Btn_DefaultClick
  end
  object DLLMainMenu: TMainMenu
    Left = 384
    Top = 40
    object m_DLLMenu: TMenuItem
      Caption = #26222#36890'MDI'#37324#30340#33756#21333
      GroupIndex = 7
      object mi_WhatName: TMenuItem
        Caption = #20160#20040#21517#23383#21602
      end
    end
  end
end

⌨️ 快捷键说明

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