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

📄 umain.dfm

📁 硬盘测速软件,可以测试硬盘的读写速度,也可以测试硬盘性能.能够测试不同的文件块大小,文件大小,能够循环测试
💻 DFM
字号:
object Main: TMain
  Left = 398
  Top = 231
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30828#30424#27979#35797
  ClientHeight = 333
  ClientWidth = 534
  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 = 24
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #39537#21160#22120
  end
  object Label2: TLabel
    Left = 296
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #22359#22823#23567
  end
  object Label3: TLabel
    Left = 24
    Top = 48
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #26368#22823#36895#24230
  end
  object Label4: TLabel
    Left = 296
    Top = 48
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #25991#20214#22823#23567
  end
  object Label5: TLabel
    Left = 480
    Top = 48
    Width = 25
    Height = 13
    AutoSize = False
    Caption = 'MB'
  end
  object Label6: TLabel
    Left = 480
    Top = 24
    Width = 25
    Height = 13
    AutoSize = False
    Caption = 'KB'
  end
  object Label7: TLabel
    Left = 288
    Top = 80
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #24179#22343#36895#24230
  end
  object Label8: TLabel
    Left = 24
    Top = 80
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #26368#23567#36895#24230
  end
  object Label9: TLabel
    Left = 480
    Top = 86
    Width = 49
    Height = 13
    AutoSize = False
    Caption = 'MB/Sec'
  end
  object Label10: TLabel
    Left = 216
    Top = 56
    Width = 49
    Height = 13
    AutoSize = False
    Caption = 'MB/Sec'
  end
  object Label11: TLabel
    Left = 216
    Top = 88
    Width = 49
    Height = 13
    AutoSize = False
    Caption = 'MB/Sec'
  end
  object dcb: TDriveComboBox
    Left = 96
    Top = 16
    Width = 145
    Height = 19
    TabOrder = 0
  end
  object cbbBlockSize: TComboBox
    Left = 360
    Top = 16
    Width = 113
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    ItemIndex = 0
    TabOrder = 1
    Text = '64'
    Items.Strings = (
      '64'
      '128'
      '512'
      '1024')
  end
  object edtMax: TEdit
    Left = 96
    Top = 48
    Width = 113
    Height = 21
    ReadOnly = True
    TabOrder = 2
    Text = '0'
  end
  object Button1: TButton
    Left = 408
    Top = 168
    Width = 89
    Height = 41
    Caption = #24320#22987
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 408
    Top = 224
    Width = 89
    Height = 41
    Caption = #20572#27490
    TabOrder = 4
    OnClick = Button2Click
  end
  object cbbFileSize: TComboBox
    Left = 360
    Top = 48
    Width = 113
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    ItemIndex = 2
    TabOrder = 5
    Text = '1024'
    Items.Strings = (
      '200'
      '500'
      '1024'
      '5120'
      '10240')
  end
  object edtAvr: TEdit
    Left = 360
    Top = 80
    Width = 113
    Height = 21
    ReadOnly = True
    TabOrder = 6
    Text = '0'
  end
  object edtMin: TEdit
    Left = 96
    Top = 80
    Width = 113
    Height = 21
    ReadOnly = True
    TabOrder = 7
    Text = '0'
  end
  object Memo1: TMemo
    Left = 24
    Top = 112
    Width = 337
    Height = 201
    ScrollBars = ssVertical
    TabOrder = 8
  end
  object ckRepeat: TCheckBox
    Left = 384
    Top = 128
    Width = 65
    Height = 17
    Caption = #24490#29615
    TabOrder = 9
  end
  object Button3: TButton
    Left = 408
    Top = 288
    Width = 91
    Height = 25
    Caption = #20851#20110'...'
    TabOrder = 10
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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