frm_bootromstartcmdretry.dfm

来自「MTK bin下载工具全部源代码(c++)」· DFM 代码 · 共 52 行

DFM
52
字号
object frm_BromStartCmdRetry: Tfrm_BromStartCmdRetry
  Left = 365
  Top = 311
  BorderStyle = bsDialog
  Caption = 'BootROM start cmd retry count'
  ClientHeight = 72
  ClientWidth = 295
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object m_OK_Button: TButton
    Left = 240
    Top = 8
    Width = 49
    Height = 25
    Caption = 'OK'
    TabOrder = 0
    OnClick = m_OK_ButtonClick
  end
  object m_Cancel_Button: TButton
    Left = 240
    Top = 40
    Width = 49
    Height = 25
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = m_Cancel_ButtonClick
  end
  object m_RetryCount: TLabeledEdit
    Left = 176
    Top = 24
    Width = 41
    Height = 21
    EditLabel.Width = 161
    EditLabel.Height = 13
    EditLabel.Caption = 'BootROM Start Cmd Retry Count: '
    LabelPosition = lpLeft
    LabelSpacing = 3
    MaxLength = 3
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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