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

📄 termoptions.dfm

📁 用于开发Atmel的AVR系列单片机的GCC集成开发环境
💻 DFM
字号:
object Form3: TForm3
  Left = 248
  Top = 116
  BorderStyle = bsDialog
  Caption = 'Form3'
  ClientHeight = 121
  ClientWidth = 297
  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 ComboBox1: TComboBox
    Left = 16
    Top = 16
    Width = 169
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'ComboBox1'
    Items.Strings = (
      'STK200/300'
      'SP12'
      'Dontronics DT006'
      'Bascom Prog. Cable'
      'Brian Dean'#39's Programmer')
  end
  object ComboBox2: TComboBox
    Left = 16
    Top = 72
    Width = 169
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox2'
    Items.Strings = (
      'LPT1'
      'LPT2'
      'LPT3')
  end
  object OkButton: TBitBtn
    Left = 208
    Top = 16
    Width = 73
    Height = 25
    TabOrder = 2
    Kind = bkOK
  end
  object Cancel: TBitBtn
    Left = 208
    Top = 72
    Width = 73
    Height = 25
    Caption = 'Cancel'
    TabOrder = 3
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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