f_ceshi.dfm

来自「一个移动通信用SMPP协议写的.非常经典!」· DFM 代码 · 共 91 行

DFM
91
字号
object n_ceshi: Tn_ceshi
  Left = 285
  Top = 366
  ActiveControl = sim
  BorderStyle = bsDialog
  Caption = '短信测试'
  ClientHeight = 182
  ClientWidth = 447
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 72
    Height = 13
    AutoSize = False
    Caption = '目标手机号:'
  end
  object Label2: TLabel
    Left = 8
    Top = 80
    Width = 65
    Height = 13
    AutoSize = False
    Caption = '内容:'
  end
  object Label3: TLabel
    Left = 8
    Top = 48
    Width = 65
    Height = 13
    AutoSize = False
    Caption = '源手机号:'
  end
  object sim: TEdit
    Left = 88
    Top = 16
    Width = 257
    Height = 21
    MaxLength = 11
    TabOrder = 0
    Text = '13819179752'
  end
  object data: TMemo
    Left = 88
    Top = 80
    Width = 257
    Height = 89
    Lines.Strings = (
      '猜灯谜测试消息:)')
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Button1: TButton
    Left = 360
    Top = 16
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 360
    Top = 48
    Width = 75
    Height = 25
    Caption = '关闭(&X)'
    TabOrder = 3
    OnClick = Button2Click
  end
  object sourcesim: TEdit
    Left = 88
    Top = 48
    Width = 257
    Height = 21
    TabOrder = 4
    Text = '99009'
  end
end

⌨️ 快捷键说明

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