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

📄 terminal.dfm

📁 用于开发Atmel的AVR系列单片机的GCC集成开发环境
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object TermForm: TTermForm
  Left = 269
  Top = 173
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  AutoScroll = False
  Caption = 'Terminal'
  ClientHeight = 432
  ClientWidth = 684
  Color = clBtnFace
  Constraints.MinHeight = 380
  Constraints.MinWidth = 550
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Icon.Data = {
    0000010001001010100000000000280100001600000028000000100000002000
    00000100040000000000C0000000000000000000000000000000000000000000
    000000008000008000000080800080000000800080008080000080808000C0C0
    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF005B50
    00000000005B5BB09111111110BB51109808080810B515509999999910551555
    0980808905551555509999905555B011B0000000BBBBB01110BBBBB0BBBB5011
    108BB55555555099111BB501005555199910010111055550009999199905555B
    B7100199115555BB555BB7011B555BB5555BB5555BB5BB55555BB55555BB0000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000}
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 684
    Height = 35
    ButtonHeight = 30
    ButtonWidth = 32
    Caption = 'ToolBar1'
    Images = ImageList1
    TabOrder = 0
    object ToolButton1: TToolButton
      Left = 0
      Top = 2
      Width = 8
      Caption = 'ToolButton1'
      Style = tbsSeparator
    end
    object ConButton: TToolButton
      Left = 8
      Top = 2
      Hint = 'Connect'
      Caption = 'Connect'
      ImageIndex = 1
      ParentShowHint = False
      ShowHint = True
      OnClick = ConButtonClick
    end
    object DisconButton: TToolButton
      Left = 40
      Top = 2
      Hint = 'Disconnect'
      Caption = 'Disconnect'
      Enabled = False
      ImageIndex = 2
      ParentShowHint = False
      ShowHint = True
      OnClick = DisconButtonClick
    end
    object ToolButton4: TToolButton
      Left = 72
      Top = 2
      Width = 9
      Caption = 'ToolButton4'
      ImageIndex = 2
      Style = tbsSeparator
    end
    object PortBox: TComboBox
      Left = 81
      Top = 6
      Width = 72
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = 'Port'
      OnKeyDown = ComboKeyBlock
      OnKeyPress = ComboKeyBlock2
      OnKeyUp = ComboKeyBlock
    end
    object ToolButton5: TToolButton
      Left = 153
      Top = 2
      Width = 8
      Caption = 'ToolButton5'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object SetButton: TToolButton
      Left = 161
      Top = 2
      Hint = 'Port Settings'
      Caption = 'Port Settings'
      ImageIndex = 0
      ParentShowHint = False
      ShowHint = True
      OnClick = SetButtonClick
    end
    object ToolButton7: TToolButton
      Left = 193
      Top = 2
      Width = 16
      Caption = 'ToolButton7'
      ImageIndex = 10
      Style = tbsSeparator
    end
    object Bevel2: TBevel
      Left = 209
      Top = 2
      Width = 1
      Height = 30
      Shape = bsLeftLine
    end
    object CTSLED: TPSLED
      Left = 210
      Top = 2
      Width = 30
      Height = 30
      OnColor = clLime
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'CTS'
      Indicator = True
    end
    object DSRLED: TPSLED
      Left = 240
      Top = 2
      Width = 30
      Height = 30
      OnColor = clLime
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'DSR'
      Indicator = True
    end
    object RILED: TPSLED
      Left = 270
      Top = 2
      Width = 30
      Height = 30
      OnColor = clLime
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'RI'
      Indicator = True
    end
    object DCDLED: TPSLED
      Left = 300
      Top = 2
      Width = 30
      Height = 30
      OnColor = clLime
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'DCD'
      Indicator = True
    end
    object BRKLED: TPSLED
      Left = 330
      Top = 2
      Width = 30
      Height = 30
      OnColor = clLime
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'BRK'
      Indicator = True
    end
    object Bevel1: TBevel
      Left = 360
      Top = 2
      Width = 3
      Height = 30
      Shape = bsLeftLine
    end
    object RTSLED: TPSLED
      Left = 363
      Top = 2
      Width = 30
      Height = 30
      Cursor = crHandPoint
      OnColor = clRed
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'RTS'
      OnClick = RTSLEDClick
    end
    object DTRLED: TPSLED
      Left = 393
      Top = 2
      Width = 30
      Height = 30
      Cursor = crHandPoint
      OnColor = clRed
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'DTR'
      OnClick = DTRLEDClick
    end
    object TXBRKLED: TPSLED
      Left = 423
      Top = 2
      Width = 30
      Height = 30
      Cursor = crHandPoint
      OnColor = clRed
      OffColor = clSilver
      FrameColor = clGray
      Caption = 'BRK'
      OnClick = TXBRKLEDClick
    end
  end
  object RichEdit1: TRichEdit
    Left = 0
    Top = 65
    Width = 684
    Height = 342
    Align = alClient
    Color = clBlack
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -16
    Font.Name = 'Courier'
    Font.Style = []
    ParentFont = False
    PlainText = True
    ScrollBars = ssBoth
    TabOrder = 1
    WordWrap = False
    OnKeyDown = RichKey
    OnKeyPress = RichEdit1KeyPress
    OnKeyUp = RichKey
  end
  object StatusBar1: TStatusBar
    Left = 0

⌨️ 快捷键说明

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