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

📄 unitsearch.dfm

📁 不错的远程控制程序
💻 DFM
字号:
object Search: TSearch
  Left = 506
  Top = 228
  Width = 535
  Height = 395
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = #25991#20214#25628#32034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 527
    Height = 97
    Align = alTop
    BevelOuter = bvNone
    Color = cl3DLight
    TabOrder = 0
    object Label1: TLabel
      Left = 256
      Top = 8
      Width = 201
      Height = 13
      AutoSize = False
      Caption = #35201#25628#32034#30340#25991#20214#25110#25991#20214#22841#21517#20026'(&M)'
    end
    object Label2: TLabel
      Left = 256
      Top = 48
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #26597#30475'(&V)'
    end
    object Edit1: TEdit
      Left = 256
      Top = 24
      Width = 265
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 256
      Top = 64
      Width = 265
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 40
      Top = 38
      Width = 73
      Height = 25
      Caption = #24320#22987#25628#32034
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 128
      Top = 38
      Width = 73
      Height = 25
      Caption = #28165#38500#25628#32034
      TabOrder = 3
      OnClick = Button2Click
    end
  end
  object ListView1: TListView
    Left = 0
    Top = 97
    Width = 527
    Height = 271
    Align = alClient
    Columns = <
      item
        Caption = #25991#20214#21517
        Width = 250
      end
      item
        Caption = #22823#23567
        Width = 75
      end
      item
        Caption = #23646#24615
        Width = 75
      end
      item
        Caption = #20462#25913#26102#38388
        Width = 125
      end>
    GridLines = True
    PopupMenu = PopupMenu1
    SortType = stText
    TabOrder = 1
    ViewStyle = vsReport
  end
  object PopupMenu1: TPopupMenu
    OnPopup = PopupMenu1Popup
    Left = 336
    Top = 216
    object Download1: TMenuItem
      Caption = #19979#36733
      OnClick = Download1Click
    end
  end
end

⌨️ 快捷键说明

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