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

📄 unit1.~dfm

📁 用DELPHI直接通过COM口发短信! 包括PUD编码解码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 83
  Top = 128
  Width = 725
  Height = 511
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 16
    Width = 24
    Height = 13
    Caption = 'COM'
  end
  object Label2: TLabel
    Left = 432
    Top = 8
    Width = 39
    Height = 13
    Caption = 'SMSNO'
  end
  object Label3: TLabel
    Left = 184
    Top = 40
    Width = 47
    Height = 13
    Caption = 'Mp/CMD:'
  end
  object Label4: TLabel
    Left = 186
    Top = 74
    Width = 23
    Height = 13
    Caption = 'SMS'
  end
  object Label5: TLabel
    Left = 186
    Top = 10
    Width = 31
    Height = 13
    Caption = 'Center'
  end
  object Button1: TButton
    Left = 32
    Top = 48
    Width = 75
    Height = 25
    Caption = 'open'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 216
    Top = 40
    Width = 121
    Height = 21
    ImeName = 'FM-WuBi GBK'
    TabOrder = 1
    Text = '13723714105'
  end
  object Button2: TButton
    Left = 48
    Top = 80
    Width = 75
    Height = 25
    Caption = 'close'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 32
    Top = 104
    Width = 75
    Height = 25
    Caption = 'cmd'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 152
    Width = 353
    Height = 289
    ImeName = 'FM-WuBi GBK'
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
  object SpinEdit1: TSpinEdit
    Left = 48
    Top = 16
    Width = 65
    Height = 22
    MaxValue = 256
    MinValue = 1
    TabOrder = 5
    Value = 7
  end
  object SpinEdit2: TSpinEdit
    Left = 480
    Top = 8
    Width = 121
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 6
    Value = 1
  end
  object Button4: TButton
    Left = 360
    Top = 8
    Width = 75
    Height = 25
    Caption = 'READ SMS'
    TabOrder = 7
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 216
    Top = 104
    Width = 75
    Height = 25
    Caption = 'Send'
    TabOrder = 8
    OnClick = Button5Click
  end
  object Edit2: TEdit
    Left = 216
    Top = 72
    Width = 121
    Height = 21
    ImeName = 'FM-WuBi GBK'
    TabOrder = 9
    Text = '111'
  end
  object Button6: TButton
    Left = 496
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Set'
    TabOrder = 10
    OnClick = Button6Click
  end
  object Edit3: TEdit
    Left = 488
    Top = 72
    Width = 121
    Height = 21
    ImeName = 'FM-WuBi GBK'
    TabOrder = 11
  end
  object Edit4: TEdit
    Left = 216
    Top = 8
    Width = 121
    Height = 21
    ImeName = 'FM-WuBi GBK'
    TabOrder = 12
  end
  object Memo2: TMemo
    Left = 384
    Top = 152
    Width = 305
    Height = 289
    ImeName = #20013#25991' ('#31616#20307') - '#20840#25340
    TabOrder = 13
  end
  object Comm1: TComm
    CommName = 'COM18'
    BaudRate = 9600
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = True
    Inx_XonXoffFlow = True
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #17
    XoffChar = #19
    ReplacedChar = #0
    ReadIntervalTimeout = 100
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 1000
    OnReceiveData = Comm1ReceiveData
    Left = 688
    Top = 32
  end
end

⌨️ 快捷键说明

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