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

📄 search.dfm

📁 这是一套全面的网络组件
💻 DFM
字号:
object SearchDialog: TSearchDialog
  Left = 200
  Top = 180
  BorderStyle = bsDialog
  Caption = 'Search messages'
  ClientHeight = 128
  ClientWidth = 311
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 7
    Top = 7
    Width = 48
    Height = 13
    Caption = 'Search in:'
  end
  object Label2: TLabel
    Left = 7
    Top = 46
    Width = 52
    Height = 13
    Caption = 'Search for:'
  end
  object ComboBox1: TComboBox
    Left = 7
    Top = 20
    Width = 293
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      'FROM'
      'SUBJECT'
      'TEXT')
  end
  object Edit1: TEdit
    Left = 7
    Top = 59
    Width = 293
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 89
    Top = 98
    Width = 61
    Height = 20
    Caption = 'Search'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object Button2: TButton
    Left = 161
    Top = 98
    Width = 61
    Height = 20
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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