unit2.dfm

来自「一个采用类似大富翁游戏模式的背单词软件」· DFM 代码 · 共 43 行

DFM
43
字号
object Form2: TForm2
  Left = 332
  Top = 123
  Width = 351
  Height = 423
  Caption = #23384#21462#36827#24230
  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 Button1: TButton
    Left = 64
    Top = 344
    Width = 75
    Height = 25
    Caption = #35835#21462
    TabOrder = 0
  end
  object Button2: TButton
    Left = 192
    Top = 344
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 1
  end
  object ListBox1: TListBox
    Left = 40
    Top = 0
    Width = 249
    Height = 329
    ItemHeight = 13
    Items.Strings = (
      #31354#30340#36827#24230)
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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