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

📄 exam.~dfm

📁 短信开发
💻 ~DFM
字号:
object Form1: TForm1
  Left = 200
  Top = 206
  Width = 643
  Height = 288
  Caption = 'DelPhi环境演示程序 - DLL接口'
  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 Label1: TLabel
    Left = 24
    Top = 16
    Width = 66
    Height = 13
    Caption = '短信中心地址'
  end
  object Label2: TLabel
    Left = 24
    Top = 56
    Width = 44
    Height = 13
    Caption = '电话号码'
  end
  object Label3: TLabel
    Left = 24
    Top = 96
    Width = 22
    Height = 13
    Caption = '时间'
  end
  object Label4: TLabel
    Left = 24
    Top = 136
    Width = 44
    Height = 13
    Caption = '短信号码'
  end
  object Label5: TLabel
    Left = 264
    Top = 16
    Width = 33
    Height = 13
    Caption = '短信:'
  end
  object Button1: TButton
    Left = 312
    Top = 208
    Width = 75
    Height = 25
    Caption = '初始化'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 544
    Top = 208
    Width = 75
    Height = 25
    Caption = '退出'
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 112
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '8613800591500'
  end
  object RadioGroup1: TRadioGroup
    Left = 312
    Top = 80
    Width = 145
    Height = 41
    Caption = '选择文本格式'
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      '中文'
      '英文')
    TabOrder = 3
  end
  object Button3: TButton
    Left = 536
    Top = 88
    Width = 75
    Height = 25
    Caption = '发送短信'
    TabOrder = 4
  end
  object Button4: TButton
    Left = 312
    Top = 136
    Width = 75
    Height = 25
    Caption = '接收短信'
    TabOrder = 5
    OnClick = Button4Click
  end
  object Edit2: TEdit
    Left = 112
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 6
    Text = '13960926125'
  end
  object Edit3: TEdit
    Left = 112
    Top = 96
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 7
    Text = 'YYMMDDHHMMSS'
  end
  object Edit4: TEdit
    Left = 112
    Top = 136
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object Memo1: TMemo
    Left = 312
    Top = 16
    Width = 297
    Height = 57
    Lines.Strings = (
      '发送短消息测试2001-09')
    TabOrder = 9
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 504
    Top = 136
  end
end

⌨️ 快捷键说明

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