activeformxd7impl1.dfm

来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· DFM 代码 · 共 38 行

DFM
38
字号
object ActiveFormXD7: TActiveFormXD7
  Left = 187
  Top = 182
  Width = 432
  Height = 216
  Caption = 'ActiveFormXD7'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 49
    Top = 49
    Width = 350
    Height = 45
    Caption = 'ActiveXForm Demo'
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clBlue
    Font.Height = -45
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 98
    Top = 108
    Width = 208
    Height = 51
    Caption = 'Button1'
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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