📄 mainform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainForm
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()
Me.Label1 = New System.Windows.Forms.Label
Me.cboComPort = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.cboBaudRate = New System.Windows.Forms.ComboBox
Me.cboDataBit = New System.Windows.Forms.ComboBox
Me.cboStopBit = New System.Windows.Forms.ComboBox
Me.cboFlowControl = New System.Windows.Forms.ComboBox
Me.btnPhone = New System.Windows.Forms.Button
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.txtPhoneNumber = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.txtLocation = New System.Windows.Forms.TextBox
Me.txtSupportedStorage = New System.Windows.Forms.TextBox
Me.txtSignal = New System.Windows.Forms.TextBox
Me.txtSMSC = New System.Windows.Forms.TextBox
Me.txtRevision = New System.Windows.Forms.TextBox
Me.txtManufacturer = New System.Windows.Forms.TextBox
Me.txtModel = New System.Windows.Forms.TextBox
Me.txtIMEI = New System.Windows.Forms.TextBox
Me.Label14 = New System.Windows.Forms.Label
Me.Label13 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.Label11 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.txtIMSI = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label16 = New System.Windows.Forms.Label
Me.txtBattery = New System.Windows.Forms.TextBox
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(21, 14)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(74, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "COM Port: *"
'
'cboComPort
'
Me.cboComPort.AutoCompleteCustomSource.AddRange(New String() {"COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "COM10", "COM11", "COM12", "COM13", "COM14", "COM15"})
Me.cboComPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboComPort.FormattingEnabled = True
Me.cboComPort.Items.AddRange(New Object() {"COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9", "COM10", "COM11", "COM12", "COM13", "COM14", "COM15"})
Me.cboComPort.Location = New System.Drawing.Point(101, 11)
Me.cboComPort.Name = "cboComPort"
Me.cboComPort.Size = New System.Drawing.Size(121, 21)
Me.cboComPort.TabIndex = 1
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(21, 42)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(61, 13)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Baud Rate:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(21, 69)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(48, 13)
Me.Label3.TabIndex = 3
Me.Label3.Text = "Data Bit:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(21, 96)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(47, 13)
Me.Label4.TabIndex = 4
Me.Label4.Text = "Stop Bit:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(21, 125)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(68, 13)
Me.Label5.TabIndex = 5
Me.Label5.Text = "Flow Control:"
'
'cboBaudRate
'
Me.cboBaudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboBaudRate.FormattingEnabled = True
Me.cboBaudRate.Items.AddRange(New Object() {"1200", "2400", "4800", "9600", "19200", "38400", "57600", "115200"})
Me.cboBaudRate.Location = New System.Drawing.Point(101, 42)
Me.cboBaudRate.Name = "cboBaudRate"
Me.cboBaudRate.Size = New System.Drawing.Size(121, 21)
Me.cboBaudRate.TabIndex = 6
'
'cboDataBit
'
Me.cboDataBit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboDataBit.FormattingEnabled = True
Me.cboDataBit.Items.AddRange(New Object() {"4", "5", "6", "7", "8"})
Me.cboDataBit.Location = New System.Drawing.Point(101, 69)
Me.cboDataBit.Name = "cboDataBit"
Me.cboDataBit.Size = New System.Drawing.Size(121, 21)
Me.cboDataBit.TabIndex = 7
'
'cboStopBit
'
Me.cboStopBit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboStopBit.FormattingEnabled = True
Me.cboStopBit.Items.AddRange(New Object() {"1", "1.5", "2"})
Me.cboStopBit.Location = New System.Drawing.Point(101, 96)
Me.cboStopBit.Name = "cboStopBit"
Me.cboStopBit.Size = New System.Drawing.Size(121, 21)
Me.cboStopBit.TabIndex = 8
'
'cboFlowControl
'
Me.cboFlowControl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboFlowControl.FormattingEnabled = True
Me.cboFlowControl.Items.AddRange(New Object() {"None", "Hardware", "Xon/Xoff"})
Me.cboFlowControl.Location = New System.Drawing.Point(101, 123)
Me.cboFlowControl.Name = "cboFlowControl"
Me.cboFlowControl.Size = New System.Drawing.Size(121, 21)
Me.cboFlowControl.TabIndex = 9
'
'btnPhone
'
Me.btnPhone.Location = New System.Drawing.Point(24, 165)
Me.btnPhone.Name = "btnPhone"
Me.btnPhone.Size = New System.Drawing.Size(198, 23)
Me.btnPhone.TabIndex = 10
Me.btnPhone.Text = "Retrieve Settings"
Me.btnPhone.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txtBattery)
Me.GroupBox1.Controls.Add(Me.Label16)
Me.GroupBox1.Controls.Add(Me.txtPhoneNumber)
Me.GroupBox1.Controls.Add(Me.Label15)
Me.GroupBox1.Controls.Add(Me.txtLocation)
Me.GroupBox1.Controls.Add(Me.txtSupportedStorage)
Me.GroupBox1.Controls.Add(Me.txtSignal)
Me.GroupBox1.Controls.Add(Me.txtSMSC)
Me.GroupBox1.Controls.Add(Me.txtRevision)
Me.GroupBox1.Controls.Add(Me.txtManufacturer)
Me.GroupBox1.Controls.Add(Me.txtModel)
Me.GroupBox1.Controls.Add(Me.txtIMEI)
Me.GroupBox1.Controls.Add(Me.Label14)
Me.GroupBox1.Controls.Add(Me.Label13)
Me.GroupBox1.Controls.Add(Me.Label12)
Me.GroupBox1.Controls.Add(Me.Label11)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.txtIMSI)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Location = New System.Drawing.Point(247, 1)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(337, 329)
Me.GroupBox1.TabIndex = 11
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "My Phone"
'
'txtPhoneNumber
'
Me.txtPhoneNumber.Location = New System.Drawing.Point(123, 258)
Me.txtPhoneNumber.Name = "txtPhoneNumber"
Me.txtPhoneNumber.Size = New System.Drawing.Size(193, 20)
Me.txtPhoneNumber.TabIndex = 31
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(17, 265)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(81, 13)
Me.Label15.TabIndex = 30
Me.Label15.Text = "Phone Number:"
'
'txtLocation
'
Me.txtLocation.Location = New System.Drawing.Point(123, 232)
Me.txtLocation.Name = "txtLocation"
Me.txtLocation.Size = New System.Drawing.Size(193, 20)
Me.txtLocation.TabIndex = 29
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -