unitsearch.dfm

来自「SQL2000跟课件学习的源代码 分享共同学习」· DFM 代码 · 共 60 行

DFM
60
字号
object FormSearch: TFormSearch
  Left = 470
  Top = 149
  BorderStyle = bsDialog
  Caption = 'FormSearch'
  ClientHeight = 112
  ClientWidth = 244
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 30
    Width = 52
    Height = 13
    Caption = #26597#35810#20869#23481
  end
  object EditSearch: TEdit
    Left = 90
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'EditSearch'
  end
  object BitBtn1: TBitBtn
    Left = 48
    Top = 78
    Width = 67
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 132
    Top = 78
    Width = 67
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    Kind = bkCancel
  end
  object CheckBox1: TCheckBox
    Left = 126
    Top = 54
    Width = 79
    Height = 17
    Caption = #36830#32493#26597#35810
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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