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

📄 test_form.dfm

📁 尽量朝“单片”方向设计硬件系统。系统器件越多
💻 DFM
字号:
object testForm: TtestForm
  Left = 422
  Top = 117
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Flash Random Read Test'
  ClientHeight = 296
  ClientWidth = 507
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object lbStatistics: TLabel
    Left = 360
    Top = 136
    Width = 50
    Height = 13
    Caption = 'lbStatistics'
  end
  object lbDescription: TLabel
    Left = 360
    Top = 32
    Width = 61
    Height = 13
    Caption = 'lbDescription'
  end
  object logMemo: TMemo
    Left = 8
    Top = 9
    Width = 337
    Height = 280
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object btEndTest: TBitBtn
    Left = 432
    Top = 264
    Width = 65
    Height = 25
    Caption = 'End Test'
    TabOrder = 1
    OnClick = btEndTestClick
  end
  object btStartAgain: TBitBtn
    Left = 360
    Top = 232
    Width = 65
    Height = 25
    Caption = 'Start again'
    TabOrder = 2
    OnClick = btStartAgainClick
  end
  object btSaveLog: TBitBtn
    Left = 360
    Top = 264
    Width = 65
    Height = 25
    Caption = 'Save Log'
    TabOrder = 3
    OnClick = btSaveLogClick
  end
  object lbStat: TStaticText
    Left = 360
    Top = 120
    Width = 60
    Height = 17
    Caption = 'Statistics:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
  end
  object lbDesc: TStaticText
    Left = 360
    Top = 16
    Width = 72
    Height = 17
    Caption = 'Description:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 5
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'log'
    Filter = 'Log files (*.log)|*.log|All files (*.*)|*.*'
    Left = 448
    Top = 144
  end
end

⌨️ 快捷键说明

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