unitwordlist.dfm

来自「迷你单词Delphi版全源吗」· DFM 代码 · 共 48 行

DFM
48
字号
object FrmWordList: TFrmWordList
  Left = 400
  Top = 138
  Width = 355
  Height = 417
  BorderStyle = bsSizeToolWin
  Caption = #25773#25918#21015#34920
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 14
  object ListBox1: TListBox
    Left = 8
    Top = 8
    Width = 329
    Height = 337
    BevelKind = bkFlat
    ItemHeight = 14
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object Button1: TButton
    Left = 192
    Top = 352
    Width = 97
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 72
    Top = 352
    Width = 89
    Height = 25
    Caption = #36716#21040#24403#21069
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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