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

📄 rb_go.dfm

📁 MTK平台的下载程序源代码,极具参考价值,可修改支持其它芯片的FLASH
💻 DFM
字号:
object Form_RB_GO: TForm_RB_GO
  Left = 78
  Top = 281
  BorderStyle = bsDialog
  Caption = 'Readback'
  ClientHeight = 136
  ClientWidth = 331
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 289
    Height = 25
    AutoSize = False
    Caption = 'Please reset target and click [Go !] button to readback.'
  end
  object bb_RB_Go: TBitBtn
    Left = 64
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Go !'
    TabOrder = 0
    OnClick = bb_RB_GoClick
    Kind = bkOK
  end
  object bb_RB_Cancel: TBitBtn
    Left = 208
    Top = 96
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = bb_RB_CancelClick
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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