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

📄 u_msc.~dfm

📁 串口发短信的例子
💻 ~DFM
字号:
object Form1: TForm1
  Left = 210
  Top = 115
  BorderStyle = bsSingle
  Caption = #32852#21019#30701#20449#36890
  ClientHeight = 475
  ClientWidth = 640
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 9
    Width = 36
    Height = 13
    Caption = '  '#31471#21475'  '
  end
  object Label2: TLabel
    Left = 176
    Top = 9
    Width = 33
    Height = 13
    Caption = ' '#36895#29575'  '
  end
  object Label3: TLabel
    Left = 8
    Top = 43
    Width = 69
    Height = 13
    Caption = '  '#25509#25910#21495#30721'     '
  end
  object Label4: TLabel
    Left = 208
    Top = 45
    Width = 96
    Height = 13
    Caption = '  '#30701#20449#20013#24515#21495#30721'      '
  end
  object Label5: TLabel
    Left = 5
    Top = 70
    Width = 102
    Height = 13
    Caption = '  '#20449#24687#20869#23481#21450#22791#27880'    '
  end
  object Label6: TLabel
    Left = 464
    Top = 43
    Width = 66
    Height = 13
    Caption = '  '#28040#24687#31867#22411'    '
  end
  object Button1: TButton
    Left = 304
    Top = 3
    Width = 49
    Height = 25
    Caption = #21551#21160
    TabOrder = 1
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 200
    Width = 640
    Height = 256
    Align = alBottom
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Button3: TButton
    Left = 576
    Top = 3
    Width = 49
    Height = 25
    Caption = #21457#36865
    TabOrder = 3
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 56
    Top = 5
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = #36873#25321#31471#21475
    OnChange = ComboBox1Change
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6'
      'COM6'
      'COM7'
      'COM8'
      'COM9'
      #36873#25321#31471#21475)
  end
  object ComboBox2: TComboBox
    Left = 392
    Top = 3
    Width = 177
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = #24120#29992'AT'#25351#20196
    OnChange = ComboBox2Change
    Items.Strings = (
      'AT'
      'at+cgmi'
      'at+cgmm'
      'AT+CMGF=0'
      'at+cmgl=4'
      'AT+CSCA?'
      'ATd13305716456;'
      'ATE0'
      'ATE1'
      'ATH'
      #24120#29992'AT'#25351#20196)
  end
  object ComboBox3: TComboBox
    Left = 219
    Top = 5
    Width = 70
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    Text = #36895#29575
    OnChange = ComboBox3Change
    Items.Strings = (
      '19200'
      '460800'
      '9600'
      #36895#29575)
  end
  object Memo2: TMemo
    Left = 8
    Top = 88
    Width = 625
    Height = 73
    Ctl3D = False
    Lines.Strings = (
      #27979#35797'test123')
    ParentCtl3D = False
    ScrollBars = ssVertical
    TabOrder = 6
    OnChange = Memo2Change
  end
  object ComboBox4: TComboBox
    Left = 536
    Top = 40
    Width = 81
    Height = 21
    ItemHeight = 13
    TabOrder = 7
    Text = #28040#24687#31867#22411
    OnChange = ComboBox4Change
    Items.Strings = (
      'MMS'
      'PUSH'
      'SMS'
      #28040#24687#31867#22411)
  end
  object ComboBox5: TComboBox
    Left = 72
    Top = 40
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 8
    Text = '13588493999'
    OnChange = ComboBox5Change
    OnKeyDown = ComboBox5KeyDown
    Items.Strings = (
      #25509#25910#21495#30721)
  end
  object ComboBox6: TComboBox
    Left = 304
    Top = 40
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 9
    Text = '+8613800571500  '
    OnChange = ComboBox6Change
    Items.Strings = (
      #30701#20449#20013#24515#21495#30721)
  end
  object Button2: TButton
    Left = 520
    Top = 168
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 10
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 456
    Width = 640
    Height = 19
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
  end
  object Comm1: TComm
    CommName = 'COM4'
    BaudRate = 19200
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = False
    Inx_XonXoffFlow = False
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #17
    XoffChar = #19
    ReplacedChar = #0
    ReadIntervalTimeout = 200
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    OnReceiveData = Comm1ReceiveData
    Left = 16
    Top = 168
  end
  object MainMenu1: TMainMenu
    Left = 56
    Top = 168
    object N1: TMenuItem
      Caption = #25968#25454#31649#29702
      object N2: TMenuItem
        Caption = #23548#20837#25968#25454
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #28165#31354#25968#25454
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = #23548#20986#25968#25454
      end
    end
    object N5: TMenuItem
      Caption = #35774#22791#31649#29702
      object N7: TMenuItem
        Caption = #24320#22987#21457#36865
        OnClick = N7Click
      end
      object N6: TMenuItem
        Caption = #20572#27490#21457#36865
        OnClick = N6Click
      end
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '*.txt'
    Filter = '*.txt|*.txt|*.*|*.*'
    Left = 96
    Top = 168
  end
end

⌨️ 快捷键说明

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