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

📄 settingsystem.~dfm

📁 串口数据采集的上位机源码
💻 ~DFM
字号:
object frmSettingSystem: TfrmSettingSystem
  Left = 426
  Top = 364
  Width = 462
  Height = 237
  Caption = #31995#32479#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 96
    Height = 13
    Caption = #25968#25454#25991#20214#20445#23384#36335#24452
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 84
    Height = 13
    Caption = #20018#21475#36890#20449#31471#21475#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 112
    Width = 84
    Height = 13
    Caption = #20018#21475#36890#20449#27874#29305#29575
  end
  object btSetUp: TButton
    Left = 88
    Top = 168
    Width = 73
    Height = 25
    Caption = #35774#32622
    TabOrder = 0
    OnClick = btSetUpClick
  end
  object Button1: TButton
    Left = 280
    Top = 168
    Width = 73
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button1Click
  end
  object eddatapath: TEdit
    Left = 120
    Top = 32
    Width = 233
    Height = 21
    TabOrder = 2
  end
  object cbcom: TComboBox
    Left = 120
    Top = 72
    Width = 89
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    ItemIndex = 0
    TabOrder = 3
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3')
  end
  object cbbaud: TComboBox
    Left = 120
    Top = 104
    Width = 89
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    ItemIndex = 0
    TabOrder = 4
    Text = '115200'
    Items.Strings = (
      '115200'
      '9600')
  end
  object btBrause: TButton
    Left = 368
    Top = 32
    Width = 73
    Height = 25
    Caption = #27983#35272
    TabOrder = 5
    OnClick = btBrauseClick
  end
  object sd: TSaveDialog
    Left = 280
    Top = 96
  end
  object od: TOpenDialog
    Left = 336
    Top = 96
  end
end

⌨️ 快捷键说明

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