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

📄 main.dfm

📁 这是通过COM口对声波触摸屏控制卡直接进行数据包解读的程序源码. BCB
💻 DFM
字号:
object Form1: TForm1
  Left = 188
  Top = 156
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnKeyUp = FormKeyUp
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 20
  object ComboBox1: TComboBox
    Left = 232
    Top = 136
    Width = 145
    Height = 28
    ImeName = '中文 (简体) - 微软拼音'
    ItemHeight = 20
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2')
  end
  object Button1: TButton
    Left = 392
    Top = 136
    Width = 75
    Height = 25
    Caption = '测试'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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