unit1.dfm

来自「让你知道什么是 HASH算法 ,我测试了一下,再大数据,通过HASH算法来查找,」· DFM 代码 · 共 59 行

DFM
59
字号
object Form1: TForm1
  Left = 261
  Top = 133
  Width = 324
  Height = 358
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 252
    Width = 40
    Height = 13
    Caption = 'Find text'
  end
  object Memo1: TMemo
    Left = 12
    Top = 8
    Width = 297
    Height = 229
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button2: TButton
    Left = 12
    Top = 300
    Width = 93
    Height = 25
    Caption = 'Traverse test'
    TabOrder = 0
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 248
    Width = 153
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 228
    Top = 248
    Width = 75
    Height = 25
    Caption = 'Find'
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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