fmmain.dfm

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

DFM
61
字号
object Form1: TForm1
  Left = 192
  Top = 186
  Width = 593
  Height = 331
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 20
  object Button1: TButton
    Left = 24
    Top = 8
    Width = 201
    Height = 41
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 264
    Top = 8
    Width = 241
    Height = 28
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 264
    Top = 48
    Width = 241
    Height = 28
    TabOrder = 2
    Text = 'Edit2'
  end
  object afxDemo: TActiveFormXD7
    Left = 16
    Top = 104
    Width = 537
    Height = 177
    ParentColor = False
    ParentFont = False
    TabOrder = 3
    ControlData = {
      545046300E54416374697665466F726D5844370D416374697665466F726D5844
      37044C656674021003546F7002680557696474680319020648656967687403B1
      000743617074696F6E060D416374697665466F726D58443705436F6C6F720709
      636C42746E466163650C466F6E742E43686172736574070F44454641554C545F
      434841525345540A466F6E742E436F6C6F72070C636C57696E646F7754657874
      0B466F6E742E48656967687402F309466F6E742E4E616D65060D4D532053616E
      732053657269660A466F6E742E5374796C650B000E4F6C644372656174654F72
      646572080D506978656C73506572496E636802780A5465787448656967687402
      100000}
  end
end

⌨️ 快捷键说明

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