unitseldict.dfm

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

DFM
54
字号
object FrmSelDict: TFrmSelDict
  Left = 358
  Top = 147
  Width = 280
  Height = 126
  Caption = #36873#25321#35789#24211
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnDeactivate = FormDeactivate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 257
    Height = 49
    Caption = #35789#24211
    TabOrder = 0
    object ComboBox1: TComboBox
      Left = 16
      Top = 17
      Width = 225
      Height = 21
      ItemHeight = 13
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 54
    Top = 64
    Width = 57
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 165
    Top = 64
    Width = 57
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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