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

📄 fmmodem.dfm

📁 采用cb平台开以
💻 DFM
字号:
object frmModem: TfrmModem
  Left = 276
  Top = 132
  Width = 595
  Height = 413
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'modem test'
  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 btOpenGprs: TButton
    Left = 416
    Top = 24
    Width = 161
    Height = 25
    Caption = '开启模块'
    TabOrder = 0
    OnClick = btOpenGprsClick
  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 btPortState: TButton
    Left = 504
    Top = 312
    Width = 75
    Height = 25
    Caption = '串口关闭'
    TabOrder = 2
    OnClick = btPortStateClick
  end
  object btClear: TButton
    Left = 416
    Top = 312
    Width = 75
    Height = 25
    Caption = '清屏'
    TabOrder = 3
    OnClick = btClearClick
  end
  object btGprsInition: TButton
    Left = 416
    Top = 56
    Width = 161
    Height = 25
    Caption = 'Gprs初始化'
    TabOrder = 4
    OnClick = btGprsInitionClick
  end
  object btAllTest: TButton
    Left = 416
    Top = 96
    Width = 161
    Height = 73
    Caption = '整体测试'
    TabOrder = 5
  end
  object btGprsReset: TButton
    Left = 416
    Top = 192
    Width = 161
    Height = 25
    Caption = 'Gprs复位'
    TabOrder = 6
    OnClick = btGprsResetClick
  end
end

⌨️ 快捷键说明

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