selectbook.dfm

来自「轻轻松松背单词软件源码」· DFM 代码 · 共 71 行

DFM
71
字号
object frmSelectBook: TfrmSelectBook
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #36873#20070
  ClientHeight = 391
  ClientWidth = 265
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 108
    Height = 12
    Caption = #24744#30446#21069#25152#36873#20070#30446#20026#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 120
    Height = 12
    Caption = #26377#20197#19979#20070#30446#21487#20379#36873#25321#65306
  end
  object edtSelected: TEdit
    Left = 16
    Top = 40
    Width = 233
    Height = 20
    AutoSelect = False
    TabOrder = 0
  end
  object lbBooks: TListBox
    Left = 16
    Top = 88
    Width = 233
    Height = 233
    ItemHeight = 12
    TabOrder = 1
    OnClick = lbBooksClick
    OnDblClick = lbBooksDblClick
  end
  object btnCancel: TBitBtn
    Left = 176
    Top = 344
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    Kind = bkCancel
  end
  object btnOK: TBitBtn
    Left = 88
    Top = 344
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 3
    Kind = bkOK
  end
end

⌨️ 快捷键说明

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