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

📄 unit1.dfm

📁 Serial ports. Enumeration and FIFO controls.
💻 DFM
字号:
object Form1: TForm1
  Left = 297
  Top = 197
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsToolWindow
  Caption = 'Enumeration Com-ports and FIFO Control'
  ClientHeight = 175
  ClientWidth = 344
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 112
    Top = 40
    Width = 74
    Height = 13
    Caption = 'Receive Buffer:'
  end
  object Label2: TLabel
    Left = 112
    Top = 88
    Width = 74
    Height = 13
    Caption = 'Transmit Buffer:'
  end
  object Label3: TLabel
    Left = 304
    Top = 40
    Width = 12
    Height = 13
    Caption = '    '
  end
  object Label4: TLabel
    Left = 304
    Top = 88
    Width = 9
    Height = 13
    Caption = '   '
  end
  object TrackBar1: TTrackBar
    Left = 104
    Top = 104
    Width = 217
    Height = 25
    Max = 16
    Min = 1
    Orientation = trHorizontal
    PageSize = 1
    Frequency = 1
    Position = 1
    SelEnd = 0
    SelStart = 0
    TabOrder = 0
    ThumbLength = 10
    TickMarks = tmBottomRight
    TickStyle = tsAuto
  end
  object CheckBox1: TCheckBox
    Left = 104
    Top = 8
    Width = 225
    Height = 17
    Caption = 'Use FIFO buffer (16550 compatible UART)'
    TabOrder = 1
  end
  object ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 97
    Height = 169
    ItemHeight = 13
    TabOrder = 2
    OnClick = ListBox1Click
  end
  object Button1: TButton
    Left = 184
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Set'
    Enabled = False
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 4
    OnClick = Button2Click
  end
  object TrackBar2: TTrackBar
    Left = 104
    Top = 56
    Width = 217
    Height = 25
    Max = 3
    Orientation = trHorizontal
    PageSize = 1
    Frequency = 1
    Position = 0
    SelEnd = 0
    SelStart = 0
    TabOrder = 5
    ThumbLength = 10
    TickMarks = tmBottomRight
    TickStyle = tsAuto
  end
  object Button3: TButton
    Left = 104
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Enumerate'
    TabOrder = 6
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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