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

📄 unit1.dfm

📁 BCB环境下在使用MSCOMM对串口的编程
💻 DFM
字号:
object Form1: TForm1
  Left = 181
  Top = 200
  Width = 608
  Height = 360
  Caption = #20018#21475#35843#35797#21161#25163
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 104
    Width = 49
    Height = 13
    Caption = #31471#21475#21495
  end
  object Label2: TLabel
    Left = 8
    Top = 136
    Width = 49
    Height = 13
    Caption = #27874#29305#29575
  end
  object Label3: TLabel
    Left = 8
    Top = 168
    Width = 57
    Height = 13
    Caption = #22855#32806#26657#39564
  end
  object Label4: TLabel
    Left = 8
    Top = 200
    Width = 41
    Height = 13
    Caption = #25968#25454#20301
  end
  object Label5: TLabel
    Left = 8
    Top = 232
    Width = 41
    Height = 13
    Caption = #20572#27490#20301
  end
  object Shape1: TShape
    Left = 72
    Top = 80
    Width = 17
    Height = 17
    Shape = stCircle
  end
  object Label6: TLabel
    Left = 8
    Top = 264
    Width = 48
    Height = 13
    Caption = #21457#36865#36827#21046
  end
  object Label7: TLabel
    Left = 184
    Top = 8
    Width = 40
    Height = 13
    Caption = 'Receive'
    Color = clRed
    ParentColor = False
  end
  object Label8: TLabel
    Left = 192
    Top = 304
    Width = 25
    Height = 13
    Caption = 'Send'
    Color = clRed
    ParentColor = False
  end
  object Label9: TLabel
    Left = 8
    Top = 296
    Width = 48
    Height = 13
    Caption = #25509#21463#27169#24335
  end
  object Label10: TLabel
    Left = 8
    Top = 80
    Width = 48
    Height = 13
    Caption = #31383#21475#29366#24577
  end
  object MSComm1: TMSComm
    Left = 88
    Top = 8
    Width = 32
    Height = 32
    OnComm = MSComm1Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040000
      00020000802500000000080000000000000000003F00000001000000}
  end
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 73
    Height = 25
    Caption = #25171#24320#20018#21475
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 8
    Top = 40
    Width = 73
    Height = 25
    Caption = #20851#38381#20018#21475
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 144
    Top = 264
    Width = 73
    Height = 25
    Caption = #21457#36865#25968#25454
    TabOrder = 3
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 72
    Top = 104
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = '1'
    Items.Strings = (
      '1'
      '2'
      '3')
  end
  object ComboBox2: TComboBox
    Left = 72
    Top = 136
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    Text = '9600'
    Items.Strings = (
      '9600'
      '38400')
  end
  object ComboBox3: TComboBox
    Left = 72
    Top = 168
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 6
    Text = 'n'
    Items.Strings = (
      'n')
  end
  object ComboBox4: TComboBox
    Left = 72
    Top = 200
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 7
    Text = '8'
    Items.Strings = (
      '7'
      '8')
  end
  object ComboBox5: TComboBox
    Left = 72
    Top = 232
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 8
    Text = '1'
    Items.Strings = (
      '0'
      '1')
  end
  object Button4: TButton
    Left = 144
    Top = 208
    Width = 73
    Height = 25
    Caption = #20445#23384#25968#25454
    TabOrder = 9
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 224
    Top = 8
    Width = 369
    Height = 233
    TabOrder = 10
  end
  object Memo2: TMemo
    Left = 224
    Top = 256
    Width = 369
    Height = 65
    TabOrder = 11
  end
  object ComboBox6: TComboBox
    Left = 72
    Top = 264
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 12
    Text = 'ASCII'
    Items.Strings = (
      'ASCII'
      #21313#20845#36827#21046)
  end
  object ComboBox7: TComboBox
    Left = 72
    Top = 296
    Width = 57
    Height = 21
    ItemHeight = 13
    TabOrder = 13
    Text = 'ASCII'
    Items.Strings = (
      'ASCII'
      #21313#20845#36827#21046)
  end
  object Button5: TButton
    Left = 136
    Top = 32
    Width = 73
    Height = 33
    Caption = #25253#25991#35774#23450
    TabOrder = 14
    OnClick = Button5Click
  end
  object SaveDialog1: TSaveDialog
    Left = 88
    Top = 40
  end
end

⌨️ 快捷键说明

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