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

📄 comm.dfm

📁 使用PC机的COM口
💻 DFM
字号:
object SerialPort: TSerialPort
  Left = 248
  Top = 168
  Width = 613
  Height = 524
  Caption = #20018#21475#36890#35759
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    605
    495)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 192
    Top = 8
    Width = 408
    Height = 307
    Anchors = [akLeft, akTop, akRight, akBottom]
    Caption = #25509#25910#26694
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    DesignSize = (
      408
      307)
    object Memo: TMemo
      Left = 4
      Top = 16
      Width = 396
      Height = 283
      Anchors = [akLeft, akTop, akRight, akBottom]
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 16
    Width = 161
    Height = 193
    Caption = #21442#25968
    Color = clSilver
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 28
      Top = 26
      Width = 30
      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 = 20
      Top = 58
      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 = 16
      Top = 88
      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 = 20
      Top = 122
      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 = 16
      Top = 152
      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 = 23
      Width = 82
      Height = 21
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = False
      TabOrder = 0
      Text = 'COM1'
      Items.Strings = (
        'COM1'
        'COM2')
    end
    object CmbBaudRate: TComboBox
      Left = 70
      Top = 55
      Width = 82
      Height = 21
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = False
      TabOrder = 1
      Text = '9600'
      Items.Strings = (
        '9600'
        '19200'
        '38400'
        '57600'
        '115200')
    end
    object CmbByteSize: TComboBox
      Left = 70
      Top = 87
      Width = 82
      Height = 21
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = False
      TabOrder = 2
      Text = '8'
      Items.Strings = (
        '5'
        '6'
        '7'
        '8')
    end
    object CmbStopBits: TComboBox
      Left = 70
      Top = 119
      Width = 82
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      ParentShowHint = False
      ShowHint = False
      TabOrder = 3
      Text = '1'
      Items.Strings = (
        '1'
        '2')
    end
    object CmbParity: TComboBox
      Left = 70
      Top = 151
      Width = 82
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      ParentShowHint = False
      ShowHint = False
      TabOrder = 4
      Text = #26080
      Items.Strings = (
        #26080
        #22855#26657#39564
        #20598#26816#39564)
    end
  end
  object GroupBox3: TGroupBox
    Left = 192
    Top = 360
    Width = 408
    Height = 48
    Anchors = [akLeft, akRight, akBottom]
    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
    DesignSize = (
      408
      48)
    object EdtSend: TEdit
      Left = 3
      Top = 16
      Width = 317
      Height = 21
      Anchors = [akLeft, akRight, akBottom]
      TabOrder = 0
    end
    object BtnSendChar: TButton
      Left = 335
      Top = 16
      Width = 49
      Height = 23
      Anchors = [akRight, akBottom]
      Caption = #21457#36865
      TabOrder = 1
      OnClick = BtnSendCharClick
    end
  end
  object GroupBox4: TGroupBox
    Left = 192
    Top = 417
    Width = 408
    Height = 49
    Anchors = [akLeft, akRight, akBottom]
    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
    DesignSize = (
      408
      49)
    object Label6: TLabel
      Left = 5
      Top = 50
      Width = 60
      Height = 15
      Caption = #21457#36865#36827#24230
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 5
      Top = 82
      Width = 60
      Height = 15
      Caption = #25509#21463#36827#24230
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object EdtFile: TEdit
      Left = 2
      Top = 14
      Width = 294
      Height = 21
      Anchors = [akLeft, akRight, akBottom]
      TabOrder = 0
    end
    object BtnBrowse: TButton
      Left = 303
      Top = 12
      Width = 41
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #27983#35272
      TabOrder = 1
      OnClick = BtnBrowseClick
    end
    object BtnSendFile: TButton
      Left = 359
      Top = 12
      Width = 41
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #21457#36865
      TabOrder = 2
      OnClick = BtnSendFileClick
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 474
    Width = 605
    Height = 21
    Panels = <
      item
        Width = 150
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
    SimplePanel = False
    Visible = False
  end
  object BtnOpen: TButton
    Left = 25
    Top = 224
    Width = 64
    Height = 33
    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 btnClear: TButton
    Left = 24
    Top = 272
    Width = 65
    Height = 31
    Caption = #28165#23631
    TabOrder = 6
    OnClick = btnClearClick
  end
  object BtnClose: TButton
    Left = 97
    Top = 224
    Width = 64
    Height = 33
    Caption = #20851#38381#20018#21475
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = BtnCloseClick
  end
  object BtnExit: TButton
    Left = 96
    Top = 272
    Width = 65
    Height = 31
    Caption = #36864#20986
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = BtnExitClick
  end
  object GroupBox5: TGroupBox
    Left = 8
    Top = 320
    Width = 161
    Height = 147
    Anchors = [akLeft, akTop, akBottom]
    Caption = #20010#20154#20449#24687
    TabOrder = 9
    object Label8: TLabel
      Left = 8
      Top = 48
      Width = 145
      Height = 13
      AutoSize = False
      Caption = #35745#31639#26426#31185#23398#19982#25216#26415#20108#29677
    end
    object Label9: TLabel
      Left = 24
      Top = 88
      Width = 105
      Height = 25
      AutoSize = False
      Caption = #23398#21495':3103003126'
    end
    object Label10: TLabel
      Left = 24
      Top = 120
      Width = 105
      Height = 25
      AutoSize = False
      Caption = #35774#35745#32773':'#38472#24179#38155
    end
  end
  object GroupBox6: TGroupBox
    Left = 192
    Top = 320
    Width = 408
    Height = 33
    Anchors = [akLeft, akRight, akBottom]
    Caption = #36827#24230#26639
    TabOrder = 10
    DesignSize = (
      408
      33)
    object ProgressBar: TProgressBar
      Left = 8
      Top = 16
      Width = 392
      Height = 9
      Anchors = [akLeft, akRight, akBottom]
      Min = 0
      Max = 100
      TabOrder = 0
    end
  end
  object OpenDialog: TOpenDialog
    Filter = #25152#26377#25991#20214#65288'*.*'#65289
    Left = 296
    Top = 56
  end
  object SaveDialog: TSaveDialog
    Filter = #25152#26377#25991#20214#31867#22411' (*.*)'
    Left = 280
    Top = 120
  end
end

⌨️ 快捷键说明

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