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

📄 optionsdlg.dfm

📁 用于开发Atmel的AVR系列单片机的GCC集成开发环境
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          'atmega162'
          'atmega163'
          'atmega165'
          'atmega168'
          'atmega169'
          'atmega323'
          'atmega325'
          'atmega329'
          'atmega603'
          'atmega645'
          'atmega649'
          'atmega3250'
          'atmega3290'
          'atmega6450'
          'atmega6490'
          'atmega8515'
          'atmega8535'
          'at43usb320'
          'at43usb355'
          'at76c711'
          'at86rf401'
          'at94k')
      end
      object FormatGroup: TRadioGroup
        Left = 24
        Top = 88
        Width = 129
        Height = 81
        Caption = 'Output Format'
        ItemIndex = 0
        Items.Strings = (
          'Binary'
          'Intel Hex'
          'Motorola S-Record')
        TabOrder = 1
      end
      object OutName: TEdit
        Left = 8
        Top = 264
        Width = 449
        Height = 21
        TabOrder = 2
      end
      object DbgGroup: TRadioGroup
        Left = 184
        Top = 40
        Width = 121
        Height = 129
        Caption = 'Debug Output'
        ItemIndex = 0
        Items.Strings = (
          'None'
          'ELF/STABS'
          'COFF'
          'Extended COFF'
          'ELF/DWARF 2')
        TabOrder = 3
      end
      object GenEEPROM: TCheckBox
        Left = 24
        Top = 192
        Width = 129
        Height = 17
        Caption = 'Generate EEPROM'
        TabOrder = 4
      end
      object ExtLst: TCheckBox
        Left = 160
        Top = 192
        Width = 153
        Height = 17
        Caption = 'Generate Extended Listing'
        TabOrder = 5
      end
      object SymTab: TCheckBox
        Left = 328
        Top = 192
        Width = 137
        Height = 17
        Caption = 'Generate Symbol Table'
        TabOrder = 6
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Warnings'
      ImageIndex = 3
      object PartWarn: TCheckBox
        Left = 192
        Top = 296
        Width = 113
        Height = 17
        Caption = 'Partially On (-Wall)'
        Checked = True
        State = cbChecked
        TabOrder = 0
        OnClick = PartWarnClick
      end
      object UnusWarn: TCheckBox
        Left = 248
        Top = 16
        Width = 121
        Height = 17
        Caption = 'Unused (-Wunused)'
        Enabled = False
        TabOrder = 6
      end
      object ImplWarn: TCheckBox
        Left = 16
        Top = 136
        Width = 113
        Height = 17
        Caption = 'Implicit (-Wimplicit)'
        Enabled = False
        TabOrder = 2
      end
      object BracWarn: TCheckBox
        Left = 16
        Top = 160
        Width = 185
        Height = 17
        Caption = 'Missing Braces (-Wmissing-braces)'
        Enabled = False
        TabOrder = 3
      end
      object ParWarn: TCheckBox
        Left = 16
        Top = 184
        Width = 169
        Height = 17
        Caption = 'Parentheses (-Wparentheses)'
        Enabled = False
        TabOrder = 4
      end
      object NoWarn: TCheckBox
        Left = 336
        Top = 296
        Width = 105
        Height = 17
        Caption = 'No Warnings'
        TabOrder = 5
        OnClick = NoWarnClick
      end
      object ProtWarn: TCheckBox
        Left = 248
        Top = 168
        Width = 201
        Height = 17
        Caption = 'Strict Prototypes (-Wstrict-prototypes)'
        Checked = True
        State = cbChecked
        TabOrder = 1
      end
      object NoImpWarn: TCheckBox
        Left = 16
        Top = 40
        Width = 137
        Height = 17
        Caption = 'No Import (-Wno-import)'
        Enabled = False
        TabOrder = 7
      end
      object CharSubsWarn: TCheckBox
        Left = 16
        Top = 64
        Width = 193
        Height = 17
        Caption = 'Char Subscripts (-Wchar-subscripts)'
        Enabled = False
        TabOrder = 8
      end
      object PedaWarn: TCheckBox
        Left = 16
        Top = 16
        Width = 121
        Height = 17
        Caption = 'Pedantic (-pedantic)'
        Enabled = False
        TabOrder = 9
      end
      object ComWarn: TCheckBox
        Left = 16
        Top = 88
        Width = 137
        Height = 17
        Caption = 'Comment (-Wcomment)'
        Enabled = False
        TabOrder = 10
      end
      object FormWarn: TCheckBox
        Left = 16
        Top = 112
        Width = 113
        Height = 17
        Caption = 'Format (-Wformat)'
        Enabled = False
        TabOrder = 11
      end
      object RetTypWarn: TCheckBox
        Left = 16
        Top = 208
        Width = 161
        Height = 17
        Caption = 'Return Type (-Wreturn-type)'
        Enabled = False
        TabOrder = 12
      end
      object SwitchWarn: TCheckBox
        Left = 16
        Top = 232
        Width = 113
        Height = 17
        Caption = 'Switch (-Wswitch)'
        Enabled = False
        TabOrder = 13
      end
      object SwiDefWarn: TCheckBox
        Left = 16
        Top = 256
        Width = 185
        Height = 17
        Caption = 'Switch Default (-Wswitch-default)'
        Enabled = False
        TabOrder = 14
      end
      object UninitWarn: TCheckBox
        Left = 248
        Top = 40
        Width = 145
        Height = 17
        Caption = 'Unitialized (-Wunitialized)'
        Enabled = False
        TabOrder = 15
      end
      object PragWarn: TCheckBox
        Left = 248
        Top = 64
        Width = 225
        Height = 17
        Caption = 'Unknown Pragmas (-Wunknown-pragmas)'
        Enabled = False
        TabOrder = 16
      end
      object AllWarn: TCheckBox
        Left = 16
        Top = 296
        Width = 121
        Height = 17
        Caption = 'All Warnings On (-W)'
        TabOrder = 17
        OnClick = AllWarnClick
      end
      object SysHeadWarn: TCheckBox
        Left = 248
        Top = 96
        Width = 201
        Height = 17
        Caption = 'System Headers (-Wsystem-headers)'
        TabOrder = 18
      end
      object UndefWarn: TCheckBox
        Left = 248
        Top = 120
        Width = 105
        Height = 17
        Caption = 'Undef (-Wundef)'
        TabOrder = 19
      end
      object EndifWarn: TCheckBox
        Left = 248
        Top = 144
        Width = 161
        Height = 17
        Caption = 'Endif Labels (-Wendif-labels)'
        TabOrder = 20
      end
      object UnreaWarn: TCheckBox
        Left = 248
        Top = 240
        Width = 225
        Height = 17
        Caption = 'Unreachable Code (-Wunreachable-code)'
        TabOrder = 21
      end
      object NestWarn: TCheckBox
        Left = 248
        Top = 192
        Width = 185
        Height = 17
        Caption = 'Nested Extern (-Wnested-extern)'
        TabOrder = 22
      end
      object InlineWarn: TCheckBox
        Left = 248
        Top = 216
        Width = 185
        Height = 17
        Caption = 'Inline (-Winline)'
        TabOrder = 23
      end
    end
  end
  object StdButton: TBitBtn
    Left = 336
    Top = 352
    Width = 129
    Height = 25
    Caption = 'Save as Standard'
    TabOrder = 1
    OnClick = StdButtonClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      04000000000080000000120B0000120B00001000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
      88888800000000000008880FFFFFFFFFFF08880F00F1F000FF08880FFF117FFF
      FF08880FF1111F00FF08880F111711FFFF08880FF17FF17FFF08880FFFFFFF17
      FF08880F00000FF1FF08880FFFFFFFFF1F08880F0000000FFF08880FFFFFFFF0
      0008880F00000FF0F088880FFFFFFFF008888800000000008888}
  end
  object Cancel: TBitBtn
    Left = 120
    Top = 352
    Width = 81
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    TabOrder = 3
    OnClick = CancelClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333333333333000033338833333333333333333F333333333333
      0000333911833333983333333388F333333F3333000033391118333911833333
      38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
      911118111118333338F3338F833338F3000033333911111111833333338F3338
      3333F8330000333333911111183333333338F333333F83330000333333311111
      8333333333338F3333383333000033333339111183333333333338F333833333
      00003333339111118333333333333833338F3333000033333911181118333333
      33338333338F333300003333911183911183333333383338F338F33300003333
      9118333911183333338F33838F338F33000033333913333391113333338FF833
      38F338F300003333333333333919333333388333338FFF830000333333333333
      3333333333333333333888330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object OkButton: TBitBtn
    Left = 16
    Top = 352
    Width = 81
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 2
    OnClick = OkButtonClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
end

⌨️ 快捷键说明

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