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

📄 unit1.dfm

📁 临视串口的传输
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 284
  Height = 220
  Caption = '锦山文件读写跟踪软件1.0'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 120
    Width = 104
    Height = 13
    Caption = '读文件时记录到:'
  end
  object Label2: TLabel
    Left = 16
    Top = 160
    Width = 104
    Height = 13
    Caption = '写文件时记录到:'
  end
  object ComboBox2: TComboBox
    Left = 64
    Top = 24
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'ComboBox2'
    Visible = False
    Items.Strings = (
      '\\.\COM1'
      '\\.\COM2'
      '\\.\COM3'
      '\\.\COM4'
      '\\.\COM5'
      '\\.\COM6')
  end
  object Button1: TButton
    Left = 88
    Top = 72
    Width = 75
    Height = 25
    Caption = '开始'
    TabOrder = 0
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 24
    Top = 24
    Width = 225
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
    Items.Strings = (
      '\\.\COM1'
      '\\.\COM2'
      '\\.\COM3'
      '\\.\COM4'
      '\\.\COM5'
      '\\.\COM6'
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6')
  end
  object Edit1: TEdit
    Left = 120
    Top = 112
    Width = 137
    Height = 21
    TabOrder = 3
    Text = 'c:\SpyCom.dat'
  end
  object Edit2: TEdit
    Left = 120
    Top = 152
    Width = 137
    Height = 21
    TabOrder = 4
    Text = 'c:\SpyCom.dat'
  end
end

⌨️ 快捷键说明

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