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

📄 portsettings.dfm

📁 用于开发Atmel的AVR系列单片机的GCC集成开发环境
💻 DFM
字号:
object PortSet: TPortSet
  Left = 223
  Top = 147
  BorderStyle = bsDialog
  Caption = 'PortSet'
  ClientHeight = 178
  ClientWidth = 362
  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 BaudBox: TComboBox
    Left = 16
    Top = 16
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'BaudBox'
    OnKeyDown = BaudBoxKeyBlock
    OnKeyPress = BaudBoxKeyPress
    OnKeyUp = BaudBoxKeyBlock
    Items.Strings = (
      '110'
      '300'
      '600'
      '1200'
      '2400'
      '4800'
      '9600'
      '14400'
      '19200'
      '28800'
      '38400'
      '56000'
      '57600'
      '115200')
  end
  object DataGroup: TRadioGroup
    Left = 16
    Top = 64
    Width = 73
    Height = 89
    Caption = 'DataBits'
    ItemIndex = 3
    Items.Strings = (
      '5'
      '6'
      '7'
      '8')
    TabOrder = 1
  end
  object StopGroup: TRadioGroup
    Left = 176
    Top = 64
    Width = 73
    Height = 89
    Caption = 'StopBits'
    ItemIndex = 0
    Items.Strings = (
      '1'
      '2')
    TabOrder = 2
  end
  object ParityGroup: TRadioGroup
    Left = 96
    Top = 64
    Width = 73
    Height = 89
    Caption = 'Parity'
    ItemIndex = 0
    Items.Strings = (
      'None'
      'Odd'
      'Even'
      'Mark')
    TabOrder = 3
  end
  object FlowGroup: TRadioGroup
    Left = 256
    Top = 64
    Width = 89
    Height = 89
    Caption = 'Flow Control'
    ItemIndex = 0
    Items.Strings = (
      'None'
      'XOn/XOff'
      'RTS/CTS'
      'DTR/DSR')
    TabOrder = 4
  end
  object OkButton: TButton
    Left = 184
    Top = 16
    Width = 65
    Height = 25
    Caption = 'OK'
    TabOrder = 5
    OnClick = OkButtonClick
  end
  object Cancel: TButton
    Left = 272
    Top = 16
    Width = 65
    Height = 25
    Caption = 'Cancel'
    TabOrder = 6
    OnClick = CancelClick
  end
end

⌨️ 快捷键说明

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