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

📄 optionsdlg.dfm

📁 用于开发Atmel的AVR系列单片机的GCC集成开发环境
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object OptDlg: TOptDlg
  Left = 201
  Top = 114
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  BorderStyle = bsDialog
  Caption = 'Make Options'
  ClientHeight = 398
  ClientWidth = 484
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 484
    Height = 398
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Compiler'
      object CompLabel1: TLabel
        Left = 8
        Top = 248
        Width = 194
        Height = 16
        Caption = 'Additional Compiler Options'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label1: TLabel
        Left = 16
        Top = 24
        Width = 57
        Height = 13
        Caption = 'Optimization'
      end
      object OptimBox: TComboBox
        Left = 16
        Top = 40
        Width = 153
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        Text = 'OptimBox'
        Items.Strings = (
          'No Optimization'
          'Optimization Level 1'
          'Optimization Level 2'
          'Optimization Level 3'
          'Optimize for Size')
      end
      object AddComp: TEdit
        Left = 8
        Top = 264
        Width = 449
        Height = 21
        TabOrder = 1
      end
      object TinyStack: TCheckBox
        Left = 24
        Top = 88
        Width = 89
        Height = 17
        Caption = 'Tiny Stack'
        TabOrder = 2
      end
      object GenList: TCheckBox
        Left = 24
        Top = 112
        Width = 105
        Height = 17
        Caption = 'Generate Listfile'
        TabOrder = 3
      end
      object SaveTempBox: TCheckBox
        Left = 24
        Top = 136
        Width = 193
        Height = 17
        Caption = 'Save Temporary Files'
        TabOrder = 5
      end
      object StdGroup: TRadioGroup
        Left = 208
        Top = 40
        Width = 105
        Height = 129
        Caption = 'C Standard'
        ItemIndex = 3
        Items.Strings = (
          'C89'
          'GNU89'
          'C99'
          'GNU99')
        TabOrder = 4
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Linker'
      ImageIndex = 1
      object Label2: TLabel
        Left = 8
        Top = 272
        Width = 174
        Height = 16
        Caption = 'Additional Linker Options'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object AddLink: TEdit
        Left = 8
        Top = 296
        Width = 449
        Height = 21
        TabOrder = 0
      end
      object GenMap: TCheckBox
        Left = 16
        Top = 32
        Width = 105
        Height = 17
        Caption = 'Generate Mapfile'
        TabOrder = 1
        OnClick = GenMapClick
      end
      object CRef: TCheckBox
        Left = 16
        Top = 56
        Width = 161
        Height = 17
        Caption = 'Add Cross Reference Table'
        Enabled = False
        TabOrder = 2
      end
      object MathBox: TCheckBox
        Left = 16
        Top = 80
        Width = 113
        Height = 17
        Caption = 'Add Math Library'
        TabOrder = 3
      end
      object prntGroup: TRadioGroup
        Left = 296
        Top = 24
        Width = 153
        Height = 105
        Caption = 'printf Version'
        ItemIndex = 0
        Items.Strings = (
          'Standard'
          'Minimalistic'
          'Floating Point')
        TabOrder = 4
      end
      object scnGroup: TRadioGroup
        Left = 296
        Top = 136
        Width = 153
        Height = 97
        Caption = 'scanf Version'
        ItemIndex = 0
        Items.Strings = (
          'Standard'
          'Minimalistic'
          'Floating Point')
        TabOrder = 5
      end
      object DatSecBox: TCheckBox
        Left = 16
        Top = 144
        Width = 153
        Height = 25
        Caption = 'Relocate Data Section : 0x'
        TabOrder = 7
        OnClick = DatSecBoxClick
      end
      object DataSection: TEdit
        Left = 165
        Top = 146
        Width = 48
        Height = 21
        AutoSize = False
        CharCase = ecUpperCase
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        MaxLength = 4
        ParentFont = False
        TabOrder = 6
        Text = '60'
        OnKeyPress = HexKeyPress
      end
      object HeapStartBox: TCheckBox
        Left = 16
        Top = 208
        Width = 137
        Height = 25
        Caption = 'Define Heap Start : 0x'
        TabOrder = 8
        OnClick = HeapStartBoxClick
      end
      object HeapStartEd: TEdit
        Left = 144
        Top = 210
        Width = 48
        Height = 21
        AutoSize = False
        CharCase = ecUpperCase
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        MaxLength = 4
        ParentFont = False
        TabOrder = 9
        Text = '0'
        OnKeyPress = HexKeyPress
      end
      object HeapEndBox: TCheckBox
        Left = 16
        Top = 232
        Width = 129
        Height = 25
        Caption = 'Define Heap End :  0x'
        TabOrder = 10
        OnClick = HeapEndBoxClick
      end
      object HeapEndEd: TEdit
        Left = 144
        Top = 234
        Width = 48
        Height = 21
        CharCase = ecUpperCase
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        MaxLength = 4
        ParentFont = False
        TabOrder = 11
        Text = '0'
        OnKeyPress = HexKeyPress
      end
      object TexSecBox: TCheckBox
        Left = 16
        Top = 112
        Width = 153
        Height = 25
        Caption = 'Relocate Text Section : 0x'
        TabOrder = 12
        OnClick = TexSecBoxClick
      end
      object TextSection: TEdit
        Left = 163
        Top = 114
        Width = 48
        Height = 21
        AutoSize = False
        CharCase = ecUpperCase
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        MaxLength = 5
        ParentFont = False
        TabOrder = 13
        Text = '0'
        OnKeyPress = HexKeyPress
      end
      object BssSecBox: TCheckBox
        Left = 16
        Top = 176
        Width = 153
        Height = 25
        Caption = 'Relocate Bss Section : 0x'
        TabOrder = 14
        OnClick = BssSecBoxClick
      end
      object BssSection: TEdit
        Left = 159
        Top = 178
        Width = 48
        Height = 21
        AutoSize = False
        CharCase = ecUpperCase
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        MaxLength = 4
        ParentFont = False
        TabOrder = 15
        Text = '60'
        OnKeyPress = HexKeyPress
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Misc Options'
      ImageIndex = 2
      object Label3: TLabel
        Left = 8
        Top = 248
        Width = 113
        Height = 16
        Caption = 'Output Filename'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object MCUBox: TComboBox
        Left = 24
        Top = 40
        Width = 129
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        Text = 'MCUBox'
        Items.Strings = (
          'attiny11'
          'attiny12'
          'attiny15'
          'attiny22'
          'attiny26'
          'attiny28'
          'at90s1200'
          'at90s2313'
          'at90s2323'
          'at90s2333'
          'at90s2343'
          'at90s4414'
          'at90s4433'
          'at90s4434'
          'at90s8515'
          'at90s8534'
          'at90s8535'
          'at90can128'
          'atmega8'
          'atmega16'
          'atmega32'
          'atmega48'
          'atmega64'
          'atmega88'
          'atmega103'
          'atmega128'
          'atmega161'

⌨️ 快捷键说明

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