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

📄 ext_mem1.dfm

📁 MTK手机平台下载工具FLASHTOOL界面源码
💻 DFM
字号:
object ext_mem1Form: Text_mem1Form
  Left = 214
  Top = 127
  BorderStyle = bsDialog
  Caption = 'EMI & NFI Setup'
  ClientHeight = 432
  ClientWidth = 615
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 7
    Top = 3
    Width = 602
    Height = 422
    TabOrder = 1
    object m_Panel_ManualEMI_1: TPanel
      Left = 16
      Top = 16
      Width = 137
      Height = 25
      BevelOuter = bvLowered
      Caption = 'EMI Configuration'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object Panel1: TPanel
      Left = 16
      Top = 40
      Width = 284
      Height = 97
      BevelOuter = bvLowered
      TabOrder = 2
      object Label5: TLabel
        Left = 19
        Top = 23
        Width = 91
        Height = 13
        Align = alCustom
        Caption = 'NOR EMI (ECS0) : '
      end
      object Label6: TLabel
        Left = 12
        Top = 55
        Width = 98
        Height = 13
        Caption = 'SRAM EMI (ECS1) : '
      end
      object m_Bank1_Option: TComboBox
        Left = 112
        Top = 52
        Width = 69
        Height = 21
        ImeMode = imClose
        ItemHeight = 13
        ItemIndex = 0
        TabOrder = 0
        Text = 'MANUAL'
        OnChange = m_Bank1_OptionChange
        Items.Strings = (
          'MANUAL'
          'AUTO')
      end
      object m_Bank0_Option: TComboBox
        Left = 112
        Top = 20
        Width = 69
        Height = 21
        BiDiMode = bdLeftToRight
        ImeMode = imClose
        ItemHeight = 13
        ItemIndex = 0
        ParentBiDiMode = False
        TabOrder = 1
        Text = 'MANUAL'
        OnChange = m_Bank0_OptionChange
        Items.Strings = (
          'MANUAL'
          'AUTO')
      end
      object m_Bank0_EMI: TEdit
        Left = 188
        Top = 20
        Width = 70
        Height = 21
        TabOrder = 2
        Text = '0x00804102'
      end
      object m_Bank1_EMI: TEdit
        Left = 188
        Top = 52
        Width = 70
        Height = 21
        TabOrder = 3
        Text = '0x00804102'
      end
    end
    object m_Panel_ManualEMI_2: TPanel
      Left = 16
      Top = 136
      Width = 284
      Height = 185
      BevelOuter = bvLowered
      TabOrder = 1
      object Label4: TLabel
        Left = 15
        Top = 17
        Width = 205
        Height = 13
        Caption = 'Please setup the EMI config for each bank.'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        WordWrap = True
      end
      object Label3: TLabel
        Left = 15
        Top = 41
        Width = 248
        Height = 39
        Caption = 
          'If you choose AUTO config, FlashTool automatically configure the' +
          ' EMI setting by different external clock rate. For example: '
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        WordWrap = True
      end
      object Label1: TLabel
        Left = 34
        Top = 88
        Width = 174
        Height = 39
        Caption = 
          '13MHz:  EMI setting is 0x00004001. 26MHz:  EMI setting is 0x0000' +
          '4102. 52MHz:  EMI setting is 0x00004304.'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        WordWrap = True
      end
      object Label2: TLabel
        Left = 15
        Top = 140
        Width = 253
        Height = 26
        Caption = 
          'If you choose MANUAL config, you have to manually specify the EM' +
          'I config for each bank.'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        WordWrap = True
      end
    end
    object Panel2: TPanel
      Left = 306
      Top = 40
      Width = 207
      Height = 281
      BevelOuter = bvLowered
      TabOrder = 3
      object Label9: TLabel
        Left = 55
        Top = 58
        Width = 58
        Height = 13
        Align = alCustom
        Caption = 'EMI GEN A:'
      end
      object Label15: TLabel
        Left = 55
        Top = 89
        Width = 58
        Height = 13
        Align = alCustom
        Caption = 'EMI GEN B:'
      end
      object Label10: TLabel
        Left = 30
        Top = 120
        Width = 84
        Height = 13
        Align = alCustom
        Caption = 'EMI CON I Mode:'
      end
      object Label11: TLabel
        Left = 14
        Top = 152
        Width = 99
        Height = 13
        Align = alCustom
        Caption = 'EMI CON I ExtMode:'
      end
      object Label12: TLabel
        Left = 54
        Top = 184
        Width = 58
        Height = 13
        Align = alCustom
        Caption = 'EMI CON K:'
      end
      object Label13: TLabel
        Left = 54
        Top = 216
        Width = 57
        Height = 13
        Align = alCustom
        Caption = 'EMI CON L:'
      end
      object m_EnableDRAMSetting: TCheckBox
        Left = 8
        Top = 14
        Width = 193
        Height = 17
        Caption = 'Enable Manual DRAM EMI Setting'
        TabOrder = 0
        OnClick = m_EnableDRAMSettingClick
      end
      object m_emi_gen_a: TEdit
        Left = 122
        Top = 54
        Width = 70
        Height = 21
        TabOrder = 1
        Text = '0'
      end
      object m_emi_gen_b: TEdit
        Left = 122
        Top = 85
        Width = 70
        Height = 21
        TabOrder = 2
        Text = '0'
      end
      object m_emi_dram_con_i_mode: TEdit
        Left = 122
        Top = 116
        Width = 70
        Height = 21
        TabOrder = 3
        Text = '0'
      end
      object m_emi_dram_con_i_ext_mode: TEdit
        Left = 122
        Top = 148
        Width = 70
        Height = 21
        TabOrder = 4
        Text = '0'
      end
      object m_emi_dram_con_k: TEdit
        Left = 122
        Top = 180
        Width = 70
        Height = 21
        TabOrder = 5
        Text = '0'
      end
      object m_emi_dram_con_l: TEdit
        Left = 122
        Top = 212
        Width = 70
        Height = 21
        TabOrder = 6
        Text = '0'
      end
    end
    object Panel4: TPanel
      Left = 16
      Top = 336
      Width = 137
      Height = 25
      BevelOuter = bvLowered
      Caption = 'NFI Configuration'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 5
    end
    object Panel3: TPanel
      Left = 16
      Top = 360
      Width = 497
      Height = 49
      BevelOuter = bvLowered
      TabOrder = 4
      object Label14: TLabel
        Left = 18
        Top = 18
        Width = 81
        Height = 13
        Align = alCustom
        Caption = 'NAND ACCCON:'
      end
      object m_nand_acccon: TEdit
        Left = 106
        Top = 14
        Width = 70
        Height = 21
        TabOrder = 0
        Text = '0'
      end
    end
  end
  object btn_EMI_Cancel: TButton
    Left = 533
    Top = 80
    Width = 65
    Height = 25
    Caption = 'Cancel'
    TabOrder = 2
    OnClick = btn_EMI_CancelClick
  end
  object btn_EMI_OK: TButton
    Left = 533
    Top = 48
    Width = 65
    Height = 25
    Caption = 'OK'
    TabOrder = 0
    OnClick = btn_EMI_OKClick
  end
end

⌨️ 快捷键说明

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