📄 testatsms.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class TestATSMS
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(TestATSMS))
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.txtMSISDN = New System.Windows.Forms.TextBox
Me.txtMsg = New System.Windows.Forms.TextBox
Me.btnAutoDetect = New System.Windows.Forms.Button
Me.btnIMSI = New System.Windows.Forms.Button
Me.btnIMEI = New System.Windows.Forms.Button
Me.btnDisconnect = New System.Windows.Forms.Button
Me.btnPhoneModel = New System.Windows.Forms.Button
Me.btnDial = New System.Windows.Forms.Button
Me.btnAnswer = New System.Windows.Forms.Button
Me.btnHangup = New System.Windows.Forms.Button
Me.btnDtmfDigits = New System.Windows.Forms.Button
Me.btnSendDtmf = New System.Windows.Forms.Button
Me.btnSMSC = New System.Windows.Forms.Button
Me.btnSendTextSms = New System.Windows.Forms.Button
Me.btnSendHexSms = New System.Windows.Forms.Button
Me.btnSendUnicodeSms = New System.Windows.Forms.Button
Me.btnEnableCLIP = New System.Windows.Forms.Button
Me.btnDisableCLIP = New System.Windows.Forms.Button
Me.btnMSISDN = New System.Windows.Forms.Button
Me.btnManufacturer = New System.Windows.Forms.Button
Me.btnRevision = New System.Windows.Forms.Button
Me.btnPDUEncoder = New System.Windows.Forms.Button
Me.btnPDUDecoder = New System.Windows.Forms.Button
Me.btnInitMsgIndication = New System.Windows.Forms.Button
Me.btnQueryMsgIndication = New System.Windows.Forms.Button
Me.btnQueryStorageSupported = New System.Windows.Forms.Button
Me.btnQueryStorageSettings = New System.Windows.Forms.Button
Me.btnEnableCLIR = New System.Windows.Forms.Button
Me.btnDisableCLIR = New System.Windows.Forms.Button
Me.btnQueryLocation = New System.Windows.Forms.Button
Me.btnQueryBatteryLevel = New System.Windows.Forms.Button
Me.btnQueryRSSI = New System.Windows.Forms.Button
Me.btnATDiagnostics = New System.Windows.Forms.Button
Me.btnClass2SMS = New System.Windows.Forms.Button
Me.btnAbout = New System.Windows.Forms.Button
Me.btnSMS8Bit = New System.Windows.Forms.Button
Me.btnOutbox = New System.Windows.Forms.Button
Me.btnAnalyzePhone = New System.Windows.Forms.Button
Me.btnMsgStore = New System.Windows.Forms.Button
Me.btnManualConnect = New System.Windows.Forms.Button
Me.btnVCard = New System.Windows.Forms.Button
Me.btnVCalendar = New System.Windows.Forms.Button
Me.btnWapPush = New System.Windows.Forms.Button
Me.btnDeleteMsg = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(13, 20)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(49, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "MSISDN"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 51)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(50, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Message"
'
'txtMSISDN
'
Me.txtMSISDN.Location = New System.Drawing.Point(80, 13)
Me.txtMSISDN.Name = "txtMSISDN"
Me.txtMSISDN.Size = New System.Drawing.Size(138, 20)
Me.txtMSISDN.TabIndex = 2
'
'txtMsg
'
Me.txtMsg.Location = New System.Drawing.Point(81, 49)
Me.txtMsg.Multiline = True
Me.txtMsg.Name = "txtMsg"
Me.txtMsg.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.txtMsg.Size = New System.Drawing.Size(269, 60)
Me.txtMsg.TabIndex = 3
'
'btnAutoDetect
'
Me.btnAutoDetect.Location = New System.Drawing.Point(377, 5)
Me.btnAutoDetect.Name = "btnAutoDetect"
Me.btnAutoDetect.Size = New System.Drawing.Size(117, 28)
Me.btnAutoDetect.TabIndex = 4
Me.btnAutoDetect.Text = "AutoDetect"
Me.btnAutoDetect.UseVisualStyleBackColor = True
'
'btnIMSI
'
Me.btnIMSI.Enabled = False
Me.btnIMSI.Location = New System.Drawing.Point(13, 116)
Me.btnIMSI.Name = "btnIMSI"
Me.btnIMSI.Size = New System.Drawing.Size(79, 30)
Me.btnIMSI.TabIndex = 5
Me.btnIMSI.Text = "IMSI"
Me.btnIMSI.UseVisualStyleBackColor = True
'
'btnIMEI
'
Me.btnIMEI.Enabled = False
Me.btnIMEI.Location = New System.Drawing.Point(13, 152)
Me.btnIMEI.Name = "btnIMEI"
Me.btnIMEI.Size = New System.Drawing.Size(79, 30)
Me.btnIMEI.TabIndex = 6
Me.btnIMEI.Text = "IMEI"
Me.btnIMEI.UseVisualStyleBackColor = True
'
'btnDisconnect
'
Me.btnDisconnect.Enabled = False
Me.btnDisconnect.Location = New System.Drawing.Point(377, 76)
Me.btnDisconnect.Name = "btnDisconnect"
Me.btnDisconnect.Size = New System.Drawing.Size(117, 30)
Me.btnDisconnect.TabIndex = 7
Me.btnDisconnect.Text = "Disconnect"
Me.btnDisconnect.UseVisualStyleBackColor = True
'
'btnPhoneModel
'
Me.btnPhoneModel.Enabled = False
Me.btnPhoneModel.Location = New System.Drawing.Point(13, 188)
Me.btnPhoneModel.Name = "btnPhoneModel"
Me.btnPhoneModel.Size = New System.Drawing.Size(79, 32)
Me.btnPhoneModel.TabIndex = 8
Me.btnPhoneModel.Text = "Phone Model"
Me.btnPhoneModel.UseVisualStyleBackColor = True
'
'btnDial
'
Me.btnDial.Enabled = False
Me.btnDial.Location = New System.Drawing.Point(13, 226)
Me.btnDial.Name = "btnDial"
Me.btnDial.Size = New System.Drawing.Size(79, 32)
Me.btnDial.TabIndex = 9
Me.btnDial.Text = "Dial"
Me.btnDial.UseVisualStyleBackColor = True
'
'btnAnswer
'
Me.btnAnswer.Enabled = False
Me.btnAnswer.Location = New System.Drawing.Point(13, 264)
Me.btnAnswer.Name = "btnAnswer"
Me.btnAnswer.Size = New System.Drawing.Size(79, 32)
Me.btnAnswer.TabIndex = 10
Me.btnAnswer.Text = "Answer"
Me.btnAnswer.UseVisualStyleBackColor = True
'
'btnHangup
'
Me.btnHangup.Enabled = False
Me.btnHangup.Location = New System.Drawing.Point(13, 303)
Me.btnHangup.Name = "btnHangup"
Me.btnHangup.Size = New System.Drawing.Size(79, 32)
Me.btnHangup.TabIndex = 11
Me.btnHangup.Text = "Hangup"
Me.btnHangup.UseVisualStyleBackColor = True
'
'btnDtmfDigits
'
Me.btnDtmfDigits.Enabled = False
Me.btnDtmfDigits.Location = New System.Drawing.Point(98, 116)
Me.btnDtmfDigits.Name = "btnDtmfDigits"
Me.btnDtmfDigits.Size = New System.Drawing.Size(79, 32)
Me.btnDtmfDigits.TabIndex = 12
Me.btnDtmfDigits.Text = "DTMF Digits"
Me.btnDtmfDigits.UseVisualStyleBackColor = True
'
'btnSendDtmf
'
Me.btnSendDtmf.Enabled = False
Me.btnSendDtmf.Location = New System.Drawing.Point(97, 154)
Me.btnSendDtmf.Name = "btnSendDtmf"
Me.btnSendDtmf.Size = New System.Drawing.Size(80, 30)
Me.btnSendDtmf.TabIndex = 13
Me.btnSendDtmf.Text = "SendDtmf"
Me.btnSendDtmf.UseVisualStyleBackColor = True
'
'btnSMSC
'
Me.btnSMSC.Enabled = False
Me.btnSMSC.Location = New System.Drawing.Point(98, 192)
Me.btnSMSC.Name = "btnSMSC"
Me.btnSMSC.Size = New System.Drawing.Size(80, 30)
Me.btnSMSC.TabIndex = 14
Me.btnSMSC.Text = "SMSC"
Me.btnSMSC.UseVisualStyleBackColor = True
'
'btnSendTextSms
'
Me.btnSendTextSms.Enabled = False
Me.btnSendTextSms.Location = New System.Drawing.Point(98, 230)
Me.btnSendTextSms.Name = "btnSendTextSms"
Me.btnSendTextSms.Size = New System.Drawing.Size(80, 30)
Me.btnSendTextSms.TabIndex = 15
Me.btnSendTextSms.Text = "Text SMS"
Me.btnSendTextSms.UseVisualStyleBackColor = True
'
'btnSendHexSms
'
Me.btnSendHexSms.Enabled = False
Me.btnSendHexSms.Location = New System.Drawing.Point(98, 268)
Me.btnSendHexSms.Name = "btnSendHexSms"
Me.btnSendHexSms.Size = New System.Drawing.Size(80, 30)
Me.btnSendHexSms.TabIndex = 16
Me.btnSendHexSms.Text = "Hex SMS"
Me.btnSendHexSms.UseVisualStyleBackColor = True
'
'btnSendUnicodeSms
'
Me.btnSendUnicodeSms.Enabled = False
Me.btnSendUnicodeSms.Location = New System.Drawing.Point(97, 307)
Me.btnSendUnicodeSms.Name = "btnSendUnicodeSms"
Me.btnSendUnicodeSms.Size = New System.Drawing.Size(81, 30)
Me.btnSendUnicodeSms.TabIndex = 17
Me.btnSendUnicodeSms.Text = "Unicode SMS"
Me.btnSendUnicodeSms.UseVisualStyleBackColor = True
'
'btnEnableCLIP
'
Me.btnEnableCLIP.Enabled = False
Me.btnEnableCLIP.Location = New System.Drawing.Point(183, 115)
Me.btnEnableCLIP.Name = "btnEnableCLIP"
Me.btnEnableCLIP.Size = New System.Drawing.Size(80, 30)
Me.btnEnableCLIP.TabIndex = 18
Me.btnEnableCLIP.Text = "Enable CLIP"
Me.btnEnableCLIP.UseVisualStyleBackColor = True
'
'btnDisableCLIP
'
Me.btnDisableCLIP.Enabled = False
Me.btnDisableCLIP.Location = New System.Drawing.Point(183, 151)
Me.btnDisableCLIP.Name = "btnDisableCLIP"
Me.btnDisableCLIP.Size = New System.Drawing.Size(80, 30)
Me.btnDisableCLIP.TabIndex = 19
Me.btnDisableCLIP.Text = "Disable CLIP"
Me.btnDisableCLIP.UseVisualStyleBackColor = True
'
'btnMSISDN
'
Me.btnMSISDN.Enabled = False
Me.btnMSISDN.Location = New System.Drawing.Point(186, 187)
Me.btnMSISDN.Name = "btnMSISDN"
Me.btnMSISDN.Size = New System.Drawing.Size(76, 27)
Me.btnMSISDN.TabIndex = 20
Me.btnMSISDN.Text = "MSISDN"
Me.btnMSISDN.UseVisualStyleBackColor = True
'
'btnManufacturer
'
Me.btnManufacturer.Enabled = False
Me.btnManufacturer.Location = New System.Drawing.Point(184, 225)
Me.btnManufacturer.Name = "btnManufacturer"
Me.btnManufacturer.Size = New System.Drawing.Size(79, 27)
Me.btnManufacturer.TabIndex = 21
Me.btnManufacturer.Text = "Manufacturer"
Me.btnManufacturer.UseVisualStyleBackColor = True
'
'btnRevision
'
Me.btnRevision.Enabled = False
Me.btnRevision.Location = New System.Drawing.Point(186, 263)
Me.btnRevision.Name = "btnRevision"
Me.btnRevision.Size = New System.Drawing.Size(79, 27)
Me.btnRevision.TabIndex = 22
Me.btnRevision.Text = "Revision"
Me.btnRevision.UseVisualStyleBackColor = True
'
'btnPDUEncoder
'
Me.btnPDUEncoder.Location = New System.Drawing.Point(544, 7)
Me.btnPDUEncoder.Name = "btnPDUEncoder"
Me.btnPDUEncoder.Size = New System.Drawing.Size(103, 31)
Me.btnPDUEncoder.TabIndex = 23
Me.btnPDUEncoder.Text = "PDU Encoder"
Me.btnPDUEncoder.UseVisualStyleBackColor = True
'
'btnPDUDecoder
'
Me.btnPDUDecoder.Location = New System.Drawing.Point(544, 42)
Me.btnPDUDecoder.Name = "btnPDUDecoder"
Me.btnPDUDecoder.Size = New System.Drawing.Size(103, 31)
Me.btnPDUDecoder.TabIndex = 24
Me.btnPDUDecoder.Text = "PDU Decoder"
Me.btnPDUDecoder.UseVisualStyleBackColor = True
'
'btnInitMsgIndication
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -