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

📄 comm.dfm

📁 本软件在C++ Builder 6.0开发环境下编程
💻 DFM
字号:
object SerialPort: TSerialPort
  Left = 195
  Top = 139
  Width = 598
  Height = 455
  Caption = #20018#21475#36890#35759
  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 GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 417
    Height = 249
    Caption = #25509#25910#26694
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Memo: TMemo
      Left = 8
      Top = 16
      Width = 401
      Height = 225
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 424
    Top = 0
    Width = 161
    Height = 249
    Caption = #21442#25968#35774#32622
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 12
      Top = 90
      Width = 46
      Height = 15
      Caption = #20018'  '#21475
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 12
      Top = 26
      Width = 45
      Height = 15
      Caption = #27874#29305#29575
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 12
      Top = 58
      Width = 45
      Height = 15
      Caption = #25968#25454#20301
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 12
      Top = 154
      Width = 45
      Height = 15
      Caption = #20572#27490#20301
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 12
      Top = 184
      Width = 45
      Height = 15
      Caption = #26816#39564#20301
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object CmbComName: TComboBox
      Left = 70
      Top = 87
      Width = 82
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = False
      TabOrder = 0
      Text = 'COM1'
      Items.Strings = (
        'COM1'
        'COM2')
    end
    object CmbBaudRate: TComboBox
      Left = 70
      Top = 23
      Width = 82
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = False
      TabOrder = 1
      Text = '9600'
      Items.Strings = (
        '9600'
        '19200'
        '38400'
        '57600'
        '115200')
    end
    object CmbByteSize: TComboBox
      Left = 70
      Top = 56
      Width = 82
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = False
      TabOrder = 2
      Text = '8'
      Items.Strings = (
        '5'
        '6'
        '7'
        '8')
    end
    object CmbStopBits: TComboBox
      Left = 70
      Top = 151
      Width = 82
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      ItemIndex = 0
      ParentShowHint = False
      ShowHint = False
      TabOrder = 3
      Text = '1'
      Items.Strings = (
        '1'
        '2')
    end
    object CmbParity: TComboBox
      Left = 70
      Top = 183
      Width = 82
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      ItemIndex = 0
      ParentShowHint = False
      ShowHint = False
      TabOrder = 4
      Text = #26080
      Items.Strings = (
        #26080
        #22855#26657#39564
        #20598#26816#39564)
    end
    object BtnOpen: TButton
      Left = 12
      Top = 120
      Width = 65
      Height = 20
      Caption = #25171#24320#20018#21475
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = BtnOpenClick
    end
    object BtnClose: TButton
      Left = 87
      Top = 120
      Width = 65
      Height = 20
      Caption = #20851#38381#20018#21475
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 6
      OnClick = BtnCloseClick
    end
    object BtnExit: TButton
      Left = 32
      Top = 216
      Width = 100
      Height = 20
      Caption = #36864'    '#20986
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 7
      OnClick = BtnExitClick
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 256
    Width = 585
    Height = 49
    Caption = #20256#36865#23383#31526
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object EdtSend: TEdit
      Left = 8
      Top = 16
      Width = 409
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object BtnSendChar: TButton
      Left = 432
      Top = 16
      Width = 65
      Height = 20
      Caption = #21457#36865
      TabOrder = 1
      OnClick = BtnSendCharClick
    end
  end
  object GroupBox4: TGroupBox
    Left = 0
    Top = 312
    Width = 585
    Height = 105
    Caption = #20256#36865#25991#20214
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object Label6: TLabel
      Left = 13
      Top = 50
      Width = 52
      Height = 13
      Caption = #21457#36865#36827#24230
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 13
      Top = 74
      Width = 52
      Height = 13
      Caption = #25509#21463#36827#24230
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object EdtFile: TEdit
      Left = 8
      Top = 14
      Width = 409
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object BtnBrowse: TButton
      Left = 432
      Top = 16
      Width = 65
      Height = 20
      Caption = #27983#35272
      TabOrder = 1
      OnClick = BtnBrowseClick
    end
    object BtnSendFile: TButton
      Left = 512
      Top = 16
      Width = 65
      Height = 20
      Caption = #21457#36865
      TabOrder = 2
      OnClick = BtnSendFileClick
    end
    object PbSend: TProgressBar
      Left = 85
      Top = 49
      Width = 332
      Height = 18
      Min = 0
      Max = 100
      TabOrder = 3
    end
    object PbReceive: TProgressBar
      Left = 85
      Top = 73
      Width = 332
      Height = 18
      Min = 0
      Max = 100
      TabOrder = 4
    end
    object BtnCancelSend: TButton
      Left = 432
      Top = 48
      Width = 65
      Height = 20
      Caption = #21462#28040#21457#36865
      TabOrder = 5
      OnClick = BtnCancelSendClick
    end
    object BtnCancelRece: TButton
      Left = 432
      Top = 71
      Width = 65
      Height = 20
      Caption = #21462#28040#25509#25910
      TabOrder = 6
      OnClick = BtnCancelReceClick
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 420
    Width = 590
    Height = 1
    Panels = <
      item
        Width = 150
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
    SimplePanel = False
    Visible = False
  end
  object OpenDialog: TOpenDialog
    Filter = #25152#26377#25991#20214#65288'*.*'#65289
    Left = 120
    Top = 48
  end
  object SaveDialog: TSaveDialog
    Filter = #25152#26377#25991#20214#31867#22411' (*.*)'
    Left = 176
    Top = 48
  end
end

⌨️ 快捷键说明

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