www.pudn.com > FlashTool_src_v2.9.1006.zip > frm_FormatOption.dfm


object FormatOption: TFormatOption 
  Left = 156 
  Top = 7 
  BorderStyle = bsDialog 
  Caption = ' Format Begin Address and Length ' 
  ClientHeight = 696 
  ClientWidth = 465 
  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 = OnShow 
  PixelsPerInch = 96 
  TextHeight = 13 
  object GroupBox1: TGroupBox 
    Left = 8 
    Top = 8 
    Width = 449 
    Height = 681 
    TabOrder = 2 
    object m_Panel_AutoFormat1: TPanel 
      Left = 16 
      Top = 248 
      Width = 177 
      Height = 25 
      BevelOuter = bvLowered 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -11 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ParentFont = False 
      TabOrder = 1 
      object m_Radio_AutoFormat: TRadioButton 
        Left = 8 
        Top = 4 
        Width = 129 
        Height = 17 
        Caption = 'Auto Format FAT' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -11 
        Font.Name = 'MS Sans Serif' 
        Font.Style = [fsBold] 
        ParentFont = False 
        TabOrder = 0 
        OnClick = m_Radio_AutoFormatClick 
      end 
    end 
    object m_Panel_ManualFormat1: TPanel 
      Left = 16 
      Top = 400 
      Width = 177 
      Height = 25 
      BevelOuter = bvLowered 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -11 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ParentFont = False 
      TabOrder = 2 
      object m_Radio_ManualFormat: TRadioButton 
        Left = 8 
        Top = 4 
        Width = 129 
        Height = 17 
        Caption = 'Manual Format FAT' 
        TabOrder = 0 
        OnClick = m_Radio_ManualFormatClick 
      end 
    end 
    object m_Panel_ManualFormat2: TPanel 
      Left = 16 
      Top = 424 
      Width = 337 
      Height = 249 
      BevelOuter = bvLowered 
      TabOrder = 3 
      object Label4: TLabel 
        Left = 43 
        Top = 9 
        Width = 252 
        Height = 32 
        Caption = 'Specify the begin address and length of the format area.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
      object Label8: TLabel 
        Left = 43 
        Top = 112 
        Width = 214 
        Height = 16 
        Caption = 'WARNING! Calibration data is erased.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clRed 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
      object FormatLength: TLabeledEdit 
        Left = 176 
        Top = 84 
        Width = 97 
        Height = 21 
        EditLabel.Width = 102 
        EditLabel.Height = 13 
        EditLabel.Caption = 'Format Length (Hex) :' 
        LabelPosition = lpLeft 
        LabelSpacing = 3 
        TabOrder = 0 
      end 
      object FormatStartAddr: TLabeledEdit 
        Left = 176 
        Top = 52 
        Width = 97 
        Height = 21 
        EditLabel.Width = 102 
        EditLabel.Height = 13 
        EditLabel.Caption = 'Begin Address (Hex) :' 
        LabelPosition = lpLeft 
        LabelSpacing = 3 
        TabOrder = 1 
      end 
      object m_Group_EraseFlag: TRadioGroup 
        Left = 40 
        Top = 136 
        Width = 273 
        Height = 105 
        Caption = ' Erase Flag ' 
        Items.Strings = ( 
          'Normal Erase (Bad block is skipped)' 
          'Forcedly Erase (Bad block mark is erased)' 
          'Mark as Bad Block') 
        TabOrder = 2 
      end 
    end 
    object m_Panel_DisableFormat1: TPanel 
      Left = 16 
      Top = 16 
      Width = 177 
      Height = 25 
      BevelOuter = bvLowered 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -11 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ParentFont = False 
      TabOrder = 4 
      object m_Radio_DisableFormat: TRadioButton 
        Left = 8 
        Top = 4 
        Width = 129 
        Height = 17 
        Caption = 'Do Not Format FAT' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -11 
        Font.Name = 'MS Sans Serif' 
        Font.Style = [fsBold] 
        ParentFont = False 
        TabOrder = 0 
        OnClick = m_Radio_DisableFormatClick 
      end 
    end 
    object m_Panel_DisableFormat2: TPanel 
      Left = 16 
      Top = 40 
      Width = 337 
      Height = 49 
      BevelOuter = bvLowered 
      TabOrder = 5 
      object Label3: TLabel 
        Left = 43 
        Top = 8 
        Width = 231 
        Height = 32 
        Caption = 'The FAT area is not formatted after the download process.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
    end 
    object m_Panel_AutoFormat2: TPanel 
      Left = 16 
      Top = 272 
      Width = 337 
      Height = 113 
      BevelOuter = bvLowered 
      TabOrder = 0 
      object Label1: TLabel 
        Left = 43 
        Top = 13 
        Width = 265 
        Height = 16 
        Caption = 'FlashTool automatically formats the FAT area.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
      object Label2: TLabel 
        Left = 43 
        Top = 41 
        Width = 262 
        Height = 32 
        Caption = 'The format begin address and  format length need not to be set.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
      object Label7: TLabel 
        Left = 43 
        Top = 80 
        Width = 214 
        Height = 16 
        Caption = 'WARNING! Calibration data is erased.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clRed 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
    end 
    object m_Panel_ResetToFactoryDefault1: TPanel 
      Left = 16 
      Top = 104 
      Width = 177 
      Height = 25 
      BevelOuter = bvLowered 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clWindowText 
      Font.Height = -11 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [fsBold] 
      ParentFont = False 
      TabOrder = 6 
      object m_Radio_ResetToFactoryDefault: TRadioButton 
        Left = 8 
        Top = 4 
        Width = 161 
        Height = 17 
        Caption = 'Reset to Factory Default' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -11 
        Font.Name = 'MS Sans Serif' 
        Font.Style = [fsBold] 
        ParentFont = False 
        TabOrder = 0 
        OnClick = m_Radio_ResetToFactoryDefaultClick 
      end 
    end 
    object m_Panel_ResetToFactoryDefault2: TPanel 
      Left = 16 
      Top = 128 
      Width = 337 
      Height = 105 
      BevelOuter = bvLowered 
      TabOrder = 7 
      object Label5: TLabel 
        Left = 43 
        Top = 8 
        Width = 269 
        Height = 32 
        Caption =  
          'FlashTool resets  NVRAM data items that have NVRAM_CATEGORY_FACT' + 
          'ORY attribute.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clWindowText 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
      object Label6: TLabel 
        Left = 43 
        Top = 48 
        Width = 158 
        Height = 16 
        Caption = 'Calibration data is retained.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clBlue 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
      object Label9: TLabel 
        Left = 43 
        Top = 72 
        Width = 230 
        Height = 25 
        Caption = 'NOTICE! Only available from w05.52.' 
        Font.Charset = DEFAULT_CHARSET 
        Font.Color = clRed 
        Font.Height = -13 
        Font.Name = 'Tahoma' 
        Font.Pitch = fpFixed 
        Font.Style = [] 
        ParentFont = False 
        WordWrap = True 
      end 
    end 
    object m_FormatValidation: TCheckBox 
      Left = 368 
      Top = 128 
      Width = 73 
      Height = 25 
      Hint = 'Perform read back check to verify if all the data is 0xFF' 
      Caption = 'Validation' 
      ParentShowHint = False 
      ShowHint = True 
      TabOrder = 8 
      OnClick = m_FormatValidationClick 
    end 
  end 
  object btn_FormatCancel: TButton 
    Left = 376 
    Top = 80 
    Width = 65 
    Height = 25 
    Caption = 'Cancel' 
    TabOrder = 0 
    OnClick = btn_FormatCancelClick 
  end 
  object btn_FormatOK: TButton 
    Left = 376 
    Top = 48 
    Width = 65 
    Height = 25 
    Caption = 'OK' 
    TabOrder = 1 
    OnClick = btn_FormatOKClick 
  end 
end