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

📄 comset.~dfm

📁 这是用Delphi+spcomm开发的基于MODBUS协议的RTU程序
💻 ~DFM
字号:
object Form2: TForm2
  Left = 317
  Top = 128
  BorderStyle = bsDialog
  Caption = 'Form2'
  ClientHeight = 230
  ClientWidth = 193
  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 = 8
    Top = 24
    Width = 33
    Height = 13
    Caption = #31471#21475
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 33
    Height = 13
    Caption = #22855#20598
  end
  object Label3: TLabel
    Left = 8
    Top = 88
    Width = 24
    Height = 13
    Caption = #36895#29575
  end
  object Label4: TLabel
    Left = 8
    Top = 120
    Width = 29
    Height = 13
    Caption = 'BIT'#20301
  end
  object Label5: TLabel
    Left = 8
    Top = 152
    Width = 49
    Height = 13
    Caption = #20572#27490#20301
  end
  object Edit1: TEdit
    Left = 64
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'com1'
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 56
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'even'
    Items.Strings = (
      'None'
      'Odd'
      'Even'
      'Mark'
      'Space')
  end
  object Edit2: TEdit
    Left = 64
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '9600'
  end
  object ComboBox2: TComboBox
    Left = 64
    Top = 120
    Width = 121
    Height = 21
    ItemHeight = 13
    ItemIndex = 3
    TabOrder = 3
    Text = '_8'
    Items.Strings = (
      '_5'
      '_6'
      '_7'
      '_8')
  end
  object ComboBox3: TComboBox
    Left = 64
    Top = 152
    Width = 121
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 4
    Text = '_1'
    Items.Strings = (
      '_1'
      '_1_5'
      '_2')
  end
  object Button1: TButton
    Left = 16
    Top = 192
    Width = 75
    Height = 25
    Caption = 'ok'
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 192
    Width = 75
    Height = 25
    Caption = 'cancel'
    TabOrder = 6
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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