main.dfm

来自「C++ builder 完全攻略 学习C++ Builder 不可缺少」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 200
  Top = 118
  Width = 367
  Height = 188
  Caption = #22478#24066#21015#34920
  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 Label1: TLabel
    Left = 32
    Top = 16
    Width = 24
    Height = 13
    Caption = #22320#21312
  end
  object Label2: TLabel
    Left = 216
    Top = 16
    Width = 24
    Height = 13
    Caption = #22478#24066
  end
  object ListBox1: TListBox
    Left = 32
    Top = 40
    Width = 105
    Height = 105
    ItemHeight = 13
    Items.Strings = (
      #21271#37096#22478#24066
      #20013#37096#22478#24066
      #21335#37096#22478#24066)
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object ListBox2: TListBox
    Left = 208
    Top = 40
    Width = 97
    Height = 105
    ItemHeight = 13
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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