searchfrm.~dfm

来自「基于Interbase的图书管理系统」· ~DFM 代码 · 共 79 行

~DFM
79
字号
object searchForm: TsearchForm
  Left = 269
  Top = 165
  Width = 275
  Height = 186
  BorderIcons = []
  Caption = #26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clNavy
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 20
  object BitBtn1: TBitBtn
    Left = 72
    Top = 120
    Width = 75
    Height = 25
    Caption = #26597#35810
    Default = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ModalResult = 1
    ParentFont = False
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 241
    Height = 89
    Caption = #36755#20837#26597#35810#26465#20214
    TabOrder = 1
    object Label1: TLabel
      Left = 10
      Top = 46
      Width = 101
      Height = 20
      Caption = #20511#20070#35777#21495#65306'    '
    end
    object Edfind: TEdit
      Left = 96
      Top = 40
      Width = 121
      Height = 28
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      MaxLength = 14
      ParentFont = False
      TabOrder = 0
      OnKeyPress = EdfindKeyPress
    end
  end
  object BitBtn2: TBitBtn
    Left = 176
    Top = 120
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ModalResult = 2
    ParentFont = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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