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

📄 viewonlinehuman.dfm

📁 传世源码可编译的,功能齐全.是学习的好模版,会DELPHI的朋友们也可以自己修改,弄个自己的引擎.
💻 DFM
字号:
object frmViewOnlineHuman: TfrmViewOnlineHuman
  Left = 241
  Top = 148
  Width = 783
  Height = 290
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #22312#32447#20154#29289
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 112
    Top = 240
    Width = 30
    Height = 12
    Caption = #25490#24207':'
  end
  object PanelStatus: TPanel
    Left = 8
    Top = 8
    Width = 761
    Height = 217
    Caption = #27491#22312#35835#21462#25968#25454'...'
    TabOrder = 0
    object GridHuman: TStringGrid
      Left = 0
      Top = 0
      Width = 761
      Height = 217
      ColCount = 14
      DefaultRowHeight = 18
      FixedCols = 0
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
      TabOrder = 0
      OnDblClick = GridHumanDblClick
      ColWidths = (
        33
        78
        31
        44
        39
        37
        47
        74
        89
        32
        138
        59
        55
        57)
    end
  end
  object ButtonRefGrid: TButton
    Left = 8
    Top = 232
    Width = 73
    Height = 25
    Caption = #21047#26032'(&R)'
    TabOrder = 1
    OnClick = ButtonRefGridClick
  end
  object ComboBoxSort: TComboBox
    Left = 152
    Top = 238
    Width = 113
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
    OnClick = ComboBoxSortClick
    Items.Strings = (
      #21517#31216
      #24615#21035
      #32844#19994
      #31561#32423
      #22320#22270
      #65321#65328
      #26435#38480
      #25152#22312#22320#21306)
  end
  object EditSearchName: TEdit
    Left = 320
    Top = 238
    Width = 129
    Height = 20
    TabOrder = 3
  end
  object ButtonSearch: TButton
    Left = 456
    Top = 232
    Width = 73
    Height = 25
    Caption = #25628#32034'(&S)'
    TabOrder = 4
    OnClick = ButtonSearchClick
  end
  object ButtonView: TButton
    Left = 672
    Top = 232
    Width = 81
    Height = 25
    Caption = #20154#29289#20449#24687'(&H)'
    TabOrder = 5
    OnClick = ButtonViewClick
  end
  object Timer: TTimer
    Enabled = False
    OnTimer = TimerTimer
    Left = 288
    Top = 232
  end
end

⌨️ 快捷键说明

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