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

📄 comm.dfm

📁 用C++BUIDER开发的双机通讯课程设计,包括了可执行程序,源程序和报告,功能完整,推荐使用.
💻 DFM
字号:
object SerialPort: TSerialPort
  Left = 225
  Top = 132
  Width = 746
  Height = 372
  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 = 577
    Height = 153
    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 = 4
      Top = 15
      Width = 565
      Height = 130
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 584
    Top = 0
    Width = 153
    Height = 313
    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 = 28
      Top = 154
      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 = 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 = 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 = 12
      Top = 58
      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 = 8
      Top = 120
      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 = 62
      Top = 151
      Width = 82
      Height = 21
      ItemHeight = 13
      ParentShowHint = False
      ShowHint = False
      TabOrder = 0
      Text = 'COM1'
      Items.Strings = (
        'COM1'
        'COM2')
    end
    object CmbBaudRate: TComboBox
      Left = 62
      Top = 23
      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 = 62
      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 = 62
      Top = 55
      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 = 62
      Top = 119
      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
    object BtnOpen: TButton
      Left = 8
      Top = 178
      Width = 137
      Height = 25
      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 = 8
      Top = 212
      Width = 137
      Height = 25
      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 = 10
      Top = 240
      Width = 135
      Height = 65
      Caption = #36864#20986
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -21
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 7
      OnClick = BtnExitClick
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 152
    Width = 577
    Height = 48
    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 = 3
      Top = 16
      Width = 470
      Height = 21
      TabOrder = 0
    end
    object BtnSendChar: TButton
      Left = 480
      Top = 16
      Width = 89
      Height = 23
      Caption = #21457#36865
      TabOrder = 1
      OnClick = BtnSendCharClick
    end
  end
  object GroupBox4: TGroupBox
    Left = 0
    Top = 200
    Width = 577
    Height = 113
    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 = 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 = 567
      Height = 21
      TabOrder = 0
    end
    object BtnBrowse: TButton
      Left = 480
      Top = 44
      Width = 89
      Height = 25
      Caption = #27983#35272
      TabOrder = 1
      OnClick = BtnBrowseClick
    end
    object BtnSendFile: TButton
      Left = 480
      Top = 80
      Width = 89
      Height = 25
      Caption = #21457#36865
      TabOrder = 2
      OnClick = BtnSendFileClick
    end
    object PbSend: TProgressBar
      Left = 85
      Top = 49
      Width = 388
      Height = 18
      Min = 0
      Max = 100
      TabOrder = 3
    end
    object PbReceive: TProgressBar
      Left = 85
      Top = 81
      Width = 388
      Height = 18
      Min = 0
      Max = 100
      TabOrder = 4
    end
    object BtnCancelSend: TButton
      Left = 314
      Top = 115
      Width = 80
      Height = 26
      Caption = #21462#28040#21457#36865
      TabOrder = 5
      Visible = False
      OnClick = BtnCancelSendClick
    end
    object BtnCancelRece: TButton
      Left = 332
      Top = 119
      Width = 81
      Height = 26
      Caption = #21462#28040#25509#25910
      TabOrder = 6
      Visible = False
      OnClick = BtnCancelReceClick
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 331
    Width = 738
    Height = 7
    Panels = <
      item
        Width = 150
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
    SimplePanel = False
    Visible = False
  end
  object GroupBox5: TGroupBox
    Left = 0
    Top = 312
    Width = 737
    Height = 25
    TabOrder = 5
    object Label8: TLabel
      Left = 504
      Top = 8
      Width = 72
      Height = 13
      Caption = '3103000520    '
    end
    object Label9: TLabel
      Left = 640
      Top = 8
      Width = 54
      Height = 13
      Caption = #24429#24935#24544'      '
    end
    object Label10: TLabel
      Left = 240
      Top = 8
      Width = 183
      Height = 13
      Caption = '2004'#32423#35745#31639#26426#31185#23398#19982#25216#26415'(4)'#29677'         '
    end
    object Label11: TLabel
      Left = 88
      Top = 8
      Width = 78
      Height = 13
      Caption = #35745#31639#26426#23398#38498'      '
    end
  end
  object OpenDialog: TOpenDialog
    Filter = #25152#26377#25991#20214#65288'*.*'#65289
    Left = 144
    Top = 24
  end
  object SaveDialog: TSaveDialog
    Filter = #25152#26377#25991#20214#31867#22411' (*.*)'
    Left = 376
    Top = 24
  end
end

⌨️ 快捷键说明

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