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

📄 main.designer.vb

📁 用GSM模块发送短信,是个发送短信的平台
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.details_ToolStripMenuItem.Size = New System.Drawing.Size(118, 22)
        Me.details_ToolStripMenuItem.Text = "查看详细"
        '
        'btnSendSMS
        '
        Me.btnSendSMS.Location = New System.Drawing.Point(3, 280)
        Me.btnSendSMS.Name = "btnSendSMS"
        Me.btnSendSMS.Size = New System.Drawing.Size(75, 23)
        Me.btnSendSMS.TabIndex = 3
        Me.btnSendSMS.Text = "短信群发"
        Me.btnSendSMS.UseVisualStyleBackColor = True
        '
        'btnGetGroup
        '
        Me.btnGetGroup.Location = New System.Drawing.Point(207, 27)
        Me.btnGetGroup.Name = "btnGetGroup"
        Me.btnGetGroup.Size = New System.Drawing.Size(50, 23)
        Me.btnGetGroup.TabIndex = 2
        Me.btnGetGroup.Text = "确定"
        Me.btnGetGroup.UseVisualStyleBackColor = True
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(6, 32)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(65, 12)
        Me.Label1.TabIndex = 1
        Me.Label1.Text = "请选择分组"
        '
        'comGroupList
        '
        Me.comGroupList.FormattingEnabled = True
        Me.comGroupList.Location = New System.Drawing.Point(77, 28)
        Me.comGroupList.Name = "comGroupList"
        Me.comGroupList.Size = New System.Drawing.Size(121, 20)
        Me.comGroupList.TabIndex = 0
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.smsTemplateShowText)
        Me.GroupBox2.Controls.Add(Me.smsTemplateList)
        Me.GroupBox2.Location = New System.Drawing.Point(315, 41)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(515, 368)
        Me.GroupBox2.TabIndex = 2
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "短信内容"
        '
        'smsTemplateShowText
        '
        Me.smsTemplateShowText.Location = New System.Drawing.Point(6, 318)
        Me.smsTemplateShowText.Multiline = True
        Me.smsTemplateShowText.Name = "smsTemplateShowText"
        Me.smsTemplateShowText.ReadOnly = True
        Me.smsTemplateShowText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.smsTemplateShowText.Size = New System.Drawing.Size(453, 42)
        Me.smsTemplateShowText.TabIndex = 1
        '
        'smsTemplateList
        '
        Me.smsTemplateList.FormattingEnabled = True
        Me.smsTemplateList.ItemHeight = 12
        Me.smsTemplateList.Location = New System.Drawing.Point(6, 20)
        Me.smsTemplateList.Name = "smsTemplateList"
        Me.smsTemplateList.Size = New System.Drawing.Size(453, 292)
        Me.smsTemplateList.TabIndex = 0
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.btnSendSingSMS)
        Me.GroupBox3.Controls.Add(Me.singMobileTel)
        Me.GroupBox3.Controls.Add(Me.Label3)
        Me.GroupBox3.Controls.Add(Me.txtSmsContentZone)
        Me.GroupBox3.Controls.Add(Me.Label2)
        Me.GroupBox3.Location = New System.Drawing.Point(12, 426)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(818, 128)
        Me.GroupBox3.TabIndex = 3
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "手动发送"
        '
        'btnSendSingSMS
        '
        Me.btnSendSingSMS.Location = New System.Drawing.Point(92, 98)
        Me.btnSendSingSMS.Name = "btnSendSingSMS"
        Me.btnSendSingSMS.Size = New System.Drawing.Size(75, 23)
        Me.btnSendSingSMS.TabIndex = 6
        Me.btnSendSingSMS.Text = "发送短信"
        Me.btnSendSingSMS.UseVisualStyleBackColor = True
        '
        'singMobileTel
        '
        Me.singMobileTel.Location = New System.Drawing.Point(92, 20)
        Me.singMobileTel.MaxLength = 11
        Me.singMobileTel.Name = "singMobileTel"
        Me.singMobileTel.Size = New System.Drawing.Size(111, 21)
        Me.singMobileTel.TabIndex = 5
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(29, 23)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(53, 12)
        Me.Label3.TabIndex = 4
        Me.Label3.Text = "手机号码"
        '
        'txtSmsContentZone
        '
        Me.txtSmsContentZone.Location = New System.Drawing.Point(92, 50)
        Me.txtSmsContentZone.Multiline = True
        Me.txtSmsContentZone.Name = "txtSmsContentZone"
        Me.txtSmsContentZone.Size = New System.Drawing.Size(720, 42)
        Me.txtSmsContentZone.TabIndex = 1
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(9, 66)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(77, 12)
        Me.Label2.TabIndex = 0
        Me.Label2.Text = "短信发送内容"
        '
        'GroupBox4
        '
        Me.GroupBox4.Controls.Add(Me.reciveSMSList)
        Me.GroupBox4.Controls.Add(Me.btnDelete)
        Me.GroupBox4.Location = New System.Drawing.Point(12, 564)
        Me.GroupBox4.Name = "GroupBox4"
        Me.GroupBox4.Size = New System.Drawing.Size(818, 110)
        Me.GroupBox4.TabIndex = 4
        Me.GroupBox4.TabStop = False
        Me.GroupBox4.Text = "短信读取"
        '
        'reciveSMSList
        '
        Me.reciveSMSList.FormattingEnabled = True
        Me.reciveSMSList.ItemHeight = 12
        Me.reciveSMSList.Location = New System.Drawing.Point(11, 22)
        Me.reciveSMSList.Name = "reciveSMSList"
        Me.reciveSMSList.Size = New System.Drawing.Size(801, 52)
        Me.reciveSMSList.TabIndex = 2
        '
        'btnDelete
        '
        Me.btnDelete.Location = New System.Drawing.Point(8, 81)
        Me.btnDelete.Name = "btnDelete"
        Me.btnDelete.Size = New System.Drawing.Size(75, 23)
        Me.btnDelete.TabIndex = 1
        Me.btnDelete.Text = "删除短信"
        Me.btnDelete.UseVisualStyleBackColor = True
        '
        'Timer1
        '
        Me.Timer1.Enabled = True
        Me.Timer1.Interval = 5000
        '
        'Main
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(842, 686)
        Me.Controls.Add(Me.GroupBox4)
        Me.Controls.Add(Me.GroupBox3)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.MenuStrip1)
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "Main"
        Me.Text = "短信平台"
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.Panel1.ResumeLayout(False)
        Me.Panel1.PerformLayout()
        Me.ContextMenuStrip1.ResumeLayout(False)
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.GroupBox4.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
    Friend WithEvents 操作ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents Op_Open As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 通讯录ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents address_groupManager As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents address_addContact As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents address_managerContact As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents 短信模板ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents smsTemplate_add As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents file_exit As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents smsTemplate_manager As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents comGroupList As System.Windows.Forms.ComboBox
    Friend WithEvents btnGetGroup As System.Windows.Forms.Button
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents smsTemplateList As System.Windows.Forms.ListBox
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents txtSmsContentZone As System.Windows.Forms.TextBox
    Friend WithEvents btnSendSMS As System.Windows.Forms.Button
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents phoneCheckBox As System.Windows.Forms.CheckedListBox
    Friend WithEvents smsTemplateShowText As System.Windows.Forms.TextBox
    Friend WithEvents singMobileTel As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents btnSendSingSMS As System.Windows.Forms.Button
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents statusReport As System.Windows.Forms.CheckedListBox
    Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents phone_ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents details_ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
    Friend WithEvents btnDelete As System.Windows.Forms.Button
    Friend WithEvents Timer1 As System.Windows.Forms.Timer
    Friend WithEvents reciveSMSList As System.Windows.Forms.ListBox
End Class

⌨️ 快捷键说明

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