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

📄 testmain.dfm

📁 支持CMPP/SGIP/SMGP/CNGP/SMPP协议的多功能网关模拟器:概述:基于CMPP v3.0 v2.0协议, SGIP v1.2协议...实现了正向订制/退订、反向订制/退订接口。同时提供
💻 DFM
字号:
object MainForm: TMainForm
  Left = 262
  Top = 224
  BorderStyle = bsDialog
  ClientHeight = 253
  ClientWidth = 281
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object lblSendType: TLabel
    Left = 16
    Top = 42
    Width = 24
    Height = 12
    Caption = #31867#22411
  end
  object lblSendCount: TLabel
    Left = 16
    Top = 68
    Width = 48
    Height = 12
    Caption = #21457#36865#20010#25968
  end
  object bvlSend: TBevel
    Left = 32
    Top = 104
    Width = 210
    Height = 2
  end
  object lblLogin: TLabel
    Left = 16
    Top = 124
    Width = 36
    Height = 12
    Caption = #30331#24405#21517
  end
  object lblSharedKey: TLabel
    Left = 16
    Top = 148
    Width = 24
    Height = 12
    Caption = #21475#20196
  end
  object bvlSimulation: TBevel
    Left = 32
    Top = 208
    Width = 210
    Height = 2
  end
  object lblMsgContent: TLabel
    Left = 16
    Top = 222
    Width = 48
    Height = 12
    Caption = #28040#24687#20869#23481
  end
  object btnBatchSend: TButton
    Left = 184
    Top = 40
    Width = 75
    Height = 46
    Caption = 'Batch send'
    TabOrder = 0
    OnClick = btnBatchSendClick
  end
  object edtSendCount: TEdit
    Left = 72
    Top = 64
    Width = 105
    Height = 20
    TabOrder = 1
    Text = '100'
  end
  object cmbSendType: TComboBox
    Left = 72
    Top = 40
    Width = 105
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 2
    Text = #28857#25773#19979#21457
    Items.Strings = (
      #28857#25773#19979#21457
      #23450#21046#19994#21153#19979#21457
      #21253#26376#35805#21333)
  end
  object btnSetConn: TButton
    Left = 32
    Top = 9
    Width = 210
    Height = 22
    Caption = 'Set database connection'
    TabOrder = 3
    OnClick = btnSetConnClick
  end
  object btnSmgwSim: TButton
    Left = 32
    Top = 173
    Width = 210
    Height = 23
    Caption = 'Start SMGW simulation'
    TabOrder = 4
    OnClick = btnSmgwSimClick
  end
  object edtLogin: TEdit
    Left = 72
    Top = 120
    Width = 73
    Height = 20
    MaxLength = 10
    TabOrder = 5
    Text = '3311000000'
  end
  object edtSharedKey: TEdit
    Left = 72
    Top = 144
    Width = 73
    Height = 20
    TabOrder = 6
    Text = '9999'
  end
  object edtMsgContent: TEdit
    Left = 72
    Top = 218
    Width = 105
    Height = 20
    MaxLength = 70
    TabOrder = 7
    Text = 'Test'
  end
  object btnDeliverMsg: TButton
    Left = 184
    Top = 217
    Width = 75
    Height = 23
    Caption = 'Deliver'
    TabOrder = 8
    OnClick = btnDeliverMsgClick
  end
  object XPMan: TXPManifest
    Left = 65496
    Top = 32
  end
  object adoConn: TADOConnection
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 65496
  end
end

⌨️ 快捷键说明

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