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

📄 main.dfm

📁 这是一个用vc开发的基于CMPP的短信收发程序
💻 DFM
字号:
object FrmMain: TFrmMain
  Left = 193
  Top = 107
  BorderStyle = bsSingle
  Caption = #21326#20026'CMPP'#30701#20449#25910#21457#31243#24207
  ClientHeight = 496
  ClientWidth = 672
  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 Label7: TLabel
    Left = 408
    Top = 464
    Width = 249
    Height = 17
    AutoSize = False
    BiDiMode = bdLeftToRight
    Caption = 'mail: sqs@minefont.com'#12289'lshuogang@sohu.com'
    Color = clBtnFace
    ParentBiDiMode = False
    ParentColor = False
  end
  object Memo1: TMemo
    Left = 16
    Top = 123
    Width = 641
    Height = 342
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 16
    Top = 16
    Width = 641
    Height = 68
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = '     '
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 11
      Width = 17
      Height = 13
      AutoSize = False
      Caption = 'IP'
    end
    object Label4: TLabel
      Left = 128
      Top = 10
      Width = 25
      Height = 13
      AutoSize = False
      Caption = 'SPID'
    end
    object Label5: TLabel
      Left = 264
      Top = 10
      Width = 68
      Height = 13
      Caption = 'Shared Secret'
    end
    object Label6: TLabel
      Left = 448
      Top = 10
      Width = 75
      Height = 13
      Caption = 'Source Address'
    end
    object Label2: TLabel
      Left = 192
      Top = 42
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #20869#23481
    end
    object Label3: TLabel
      Left = 16
      Top = 42
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #25163#26426#21495
    end
    object eIp: TEdit
      Left = 32
      Top = 8
      Width = 81
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
      Text = '127.0.0.1'
    end
    object eSpid: TEdit
      Left = 160
      Top = 8
      Width = 89
      Height = 19
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 1
      Text = '912345'
    end
    object eShaSec: TEdit
      Left = 336
      Top = 8
      Width = 97
      Height = 19
      TabOrder = 2
      Text = '912345'
    end
    object eSourceAdd: TEdit
      Left = 528
      Top = 8
      Width = 97
      Height = 19
      TabOrder = 3
      Text = '912345'
    end
    object eMsg: TEdit
      Left = 224
      Top = 40
      Width = 401
      Height = 19
      TabOrder = 4
      Text = #20013#21326#20154#27665#20849#21644#22269' '#33258#24378#19981#24687
    end
    object eTel: TEdit
      Left = 64
      Top = 40
      Width = 97
      Height = 19
      TabOrder = 5
      Text = '13912345678'
    end
  end
  object Panel2: TPanel
    Left = 16
    Top = 83
    Width = 641
    Height = 41
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = '     '
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 2
    object bInit: TButton
      Left = 16
      Top = 7
      Width = 81
      Height = 24
      Caption = #21021' '#22987' '#21270
      TabOrder = 0
      OnClick = bInitClick
    end
    object bTerminate: TButton
      Left = 120
      Top = 7
      Width = 81
      Height = 24
      Caption = #32467'  '#26463
      TabOrder = 1
      OnClick = bTerminateClick
    end
    object bSubmit: TButton
      Left = 224
      Top = 8
      Width = 81
      Height = 23
      Caption = #30701#20449#21457#36865
      TabOrder = 2
      OnClick = bSubmitClick
    end
    object bActiveTest: TButton
      Left = 328
      Top = 7
      Width = 81
      Height = 24
      Caption = #21457#36865#27979#35797#21253'  '
      TabOrder = 3
    end
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 7890
    OnRead = ClientSocket1Read
    OnError = ClientSocket1Error
    Left = 472
    Top = 88
  end
end

⌨️ 快捷键说明

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