⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 searchfrm.dfm

📁 delphi本地数据库引擎
💻 DFM
字号:
object SearchForm: TSearchForm
  Left = 192
  Top = 133
  BorderStyle = bsDialog
  Caption = #26597#35810
  ClientHeight = 215
  ClientWidth = 371
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl: TPageControl
    Left = 5
    Top = 5
    Width = 361
    Height = 173
    ActivePage = LocateTabSheet
    HotTrack = True
    MultiLine = True
    TabIndex = 0
    TabOrder = 0
    TabStop = False
    object LocateTabSheet: TTabSheet
      Caption = #36890#29992#26597#25214
      ImageIndex = 2
      object Label1: TLabel
        Left = 123
        Top = 13
        Width = 6
        Height = 12
        Caption = '='
      end
      object LocateFieldComboBox: TComboBox
        Left = 8
        Top = 9
        Width = 105
        Height = 20
        Style = csDropDownList
        ItemHeight = 12
        TabOrder = 8
      end
      object LocateValueEdit: TEdit
        Left = 137
        Top = 9
        Width = 136
        Height = 20
        TabOrder = 0
      end
      object LocateAddButton: TButton
        Left = 284
        Top = 9
        Width = 60
        Height = 20
        Caption = #28155#21152
        TabOrder = 1
        OnClick = LocateAddButtonClick
      end
      object LocateConListView: TListView
        Left = 8
        Top = 37
        Width = 265
        Height = 73
        Columns = <
          item
            Caption = #23383#27573
            Width = 100
          end
          item
            Caption = #20540
            Width = 140
          end>
        HideSelection = False
        ReadOnly = True
        RowSelect = True
        TabOrder = 2
        ViewStyle = vsReport
      end
      object LocateCaseInsCheckBox: TCheckBox
        Left = 8
        Top = 120
        Width = 113
        Height = 17
        Caption = #19981#21306#20998#22823#23567#20889
        TabOrder = 6
      end
      object LocatePartCheckBox: TCheckBox
        Left = 141
        Top = 120
        Width = 128
        Height = 17
        Caption = #37096#20998#21305#37197
        TabOrder = 7
      end
      object LocateClearButton: TButton
        Left = 284
        Top = 91
        Width = 60
        Height = 20
        Caption = #28165#31354
        TabOrder = 5
        OnClick = LocateClearButtonClick
      end
      object LocateDeleteButton: TButton
        Left = 284
        Top = 64
        Width = 60
        Height = 20
        Caption = #21024#38500
        TabOrder = 4
        OnClick = LocateDeleteButtonClick
      end
      object LocateReplaceButton: TButton
        Left = 284
        Top = 37
        Width = 60
        Height = 20
        Caption = #26367#25442
        TabOrder = 3
        OnClick = LocateReplaceButtonClick
      end
    end
    object FindTabSheet: TTabSheet
      Caption = #39034#24207#26597#25214
      ImageIndex = 2
      object FindFieldComboBox: TComboBox
        Left = 8
        Top = 9
        Width = 103
        Height = 20
        Style = csDropDownList
        ItemHeight = 0
        TabOrder = 4
      end
      object FindValueEdit: TEdit
        Left = 180
        Top = 9
        Width = 93
        Height = 20
        TabOrder = 0
      end
      object FindAddButton: TButton
        Left = 283
        Top = 9
        Width = 61
        Height = 20
        Caption = #28155#21152
        TabOrder = 1
        OnClick = FindAddButtonClick
      end
      object FindOprComboBox: TComboBox
        Left = 119
        Top = 9
        Width = 54
        Height = 20
        Style = csDropDownList
        ItemHeight = 12
        TabOrder = 5
        Items.Strings = (
          '='
          '>'
          '<'
          '>='
          '<='
          '<>')
      end
      object FindConMemo: TMemo
        Left = 8
        Top = 38
        Width = 217
        Height = 98
        ScrollBars = ssVertical
        TabOrder = 2
      end
      object FindModeRadioGroup: TRadioGroup
        Left = 234
        Top = 33
        Width = 110
        Height = 103
        ItemIndex = 0
        Items.Strings = (
          #26597#25214#31532#19968#20010
          #26597#25214#19979#19968#20010
          #26597#25214#26368#21518#19968#20010
          #26597#25214#19978#19968#20010)
        TabOrder = 3
      end
    end
    object GotoKeyTabSheet: TTabSheet
      Caption = #26681#25454#32034#24341#26597#25214
      ImageIndex = 2
      object GotoKeyScrollBox: TScrollBox
        Left = 7
        Top = 7
        Width = 339
        Height = 131
        HorzScrollBar.Visible = False
        VertScrollBar.Tracking = True
        TabOrder = 0
      end
    end
  end
  object OkButton: TButton
    Left = 208
    Top = 184
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 1
    OnClick = OkButtonClick
  end
  object CancelButton: TButton
    Left = 291
    Top = 184
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 2
    OnClick = CancelButtonClick
  end
end

⌨️ 快捷键说明

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