test.dfm

来自「以可视的方式画IVR语音导航的流程,并把流程做为源文件保存起来」· DFM 代码 · 共 33 行

DFM
33
字号
object Frm_Test: TFrm_Test
  Left = 192
  Top = 107
  Width = 514
  Height = 394
  Caption = 'Frm_Test'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 24
    Top = 40
    Width = 217
    Height = 289
    ItemHeight = 13
    TabOrder = 0
  end
  object ListBox2: TListBox
    Left = 256
    Top = 40
    Width = 217
    Height = 289
    ItemHeight = 13
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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