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

📄 fmmodem.dfm

📁 采用cb平台开发
💻 DFM
字号:
object frmModem: TfrmModem
  Left = 482
  Top = 112
  BorderStyle = bsDialog
  Caption = 'modem test'
  ClientHeight = 379
  ClientWidth = 587
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object btCall: TButton
    Left = 416
    Top = 208
    Width = 161
    Height = 25
    Caption = '拨号'
    TabOrder = 0
    OnClick = btCallClick
  end
  object mmMsg: TMemo
    Left = 16
    Top = 16
    Width = 385
    Height = 353
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier New'
    Font.Style = []
    Lines.Strings = (
      'mmMsg')
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object cbCallNumber: TComboBox
    Left = 416
    Top = 16
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'cbCallNumber'
  end
  object rgPacket: TRadioGroup
    Left = 416
    Top = 48
    Width = 161
    Height = 121
    Items.Strings = (
      '大连银联包'
      '视融达'
      '南天东华'
      '非法包')
    TabOrder = 3
  end
  object Button1: TButton
    Left = 448
    Top = 328
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 4
    Visible = False
    OnClick = Button1Click
  end
  object btPortState: TButton
    Left = 504
    Top = 264
    Width = 75
    Height = 25
    Caption = '串口关闭'
    TabOrder = 5
    OnClick = btPortStateClick
  end
  object btClear: TButton
    Left = 416
    Top = 264
    Width = 75
    Height = 25
    Caption = '清屏'
    TabOrder = 6
    OnClick = btClearClick
  end
  object btModemInition: TButton
    Left = 416
    Top = 176
    Width = 161
    Height = 25
    Caption = 'Modem初始化'
    TabOrder = 7
    OnClick = btModemInitionClick
  end
end

⌨️ 快捷键说明

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