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

📄 unit1.dfm

📁 短信开发控件
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '《月影短信编程接口》示例程序'
  ClientHeight = 293
  ClientWidth = 492
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 15
    Top = 49
    Width = 48
    Height = 12
    Caption = '选择网关'
  end
  object Label2: TLabel
    Left = 15
    Top = 19
    Width = 462
    Height = 12
    Caption = 
      '运行之前,切记把 kkstar_sms.dll 拷贝到当前目录,或者 Windows 的 ' +
      'System 目录中'
    Color = clYellow
    ParentColor = False
  end
  object Label3: TLabel
    Left = 15
    Top = 74
    Width = 48
    Height = 12
    Caption = '登录账号'
  end
  object Label5: TLabel
    Left = 15
    Top = 122
    Width = 48
    Height = 12
    Caption = '对方手机'
  end
  object Label6: TLabel
    Left = 15
    Top = 98
    Width = 48
    Height = 12
    Caption = '登录密码'
  end
  object Label7: TLabel
    Left = 15
    Top = 147
    Width = 48
    Height = 12
    Caption = '使用昵称'
  end
  object Label8: TLabel
    Left = 15
    Top = 171
    Width = 48
    Height = 12
    Caption = '短信内容'
  end
  object Label9: TLabel
    Left = 15
    Top = 257
    Width = 48
    Height = 12
    Caption = '发送结果'
  end
  object cmdRefresh: TButton
    Left = 417
    Top = 45
    Width = 60
    Height = 20
    Caption = '刷新'
    TabOrder = 1
    OnClick = cmdRefreshClick
  end
  object cmbGateway: TComboBox
    Left = 68
    Top = 45
    Width = 340
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
  end
  object txtUserName: TEdit
    Left = 68
    Top = 70
    Width = 160
    Height = 20
    TabOrder = 2
  end
  object txtPassword: TEdit
    Left = 68
    Top = 94
    Width = 160
    Height = 20
    PasswordChar = '*'
    TabOrder = 3
  end
  object txtPhone: TEdit
    Left = 68
    Top = 118
    Width = 160
    Height = 20
    TabOrder = 4
  end
  object txtNickName: TEdit
    Left = 68
    Top = 143
    Width = 160
    Height = 20
    TabOrder = 5
  end
  object edtMessage: TMemo
    Left = 68
    Top = 169
    Width = 340
    Height = 77
    TabOrder = 6
  end
  object txtResult: TEdit
    Left = 68
    Top = 253
    Width = 340
    Height = 20
    Color = clYellow
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 8
  end
  object cmdSend: TButton
    Left = 417
    Top = 201
    Width = 60
    Height = 20
    Caption = '发送短信'
    TabOrder = 7
    OnClick = cmdSendClick
  end
end

⌨️ 快捷键说明

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