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

📄 managersmstemplate.designer.vb

📁 用GSM模块发送短信,是个发送短信的平台
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ManagerSMSTemplate
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.btnRefresh = New System.Windows.Forms.Button
        Me.btnDeleteSmsTemplate = New System.Windows.Forms.Button
        Me.btnSaveEdit = New System.Windows.Forms.Button
        Me.txtSMSContentEdit = New System.Windows.Forms.TextBox
        Me.listSmsTemplate = New System.Windows.Forms.ListBox
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.btnRefresh)
        Me.GroupBox1.Controls.Add(Me.btnDeleteSmsTemplate)
        Me.GroupBox1.Controls.Add(Me.btnSaveEdit)
        Me.GroupBox1.Controls.Add(Me.txtSMSContentEdit)
        Me.GroupBox1.Controls.Add(Me.listSmsTemplate)
        Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(468, 342)
        Me.GroupBox1.TabIndex = 0
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "短信模板管理"
        '
        'btnRefresh
        '
        Me.btnRefresh.Location = New System.Drawing.Point(169, 305)
        Me.btnRefresh.Name = "btnRefresh"
        Me.btnRefresh.Size = New System.Drawing.Size(75, 23)
        Me.btnRefresh.TabIndex = 4
        Me.btnRefresh.Text = "刷新"
        Me.btnRefresh.UseVisualStyleBackColor = True
        '
        'btnDeleteSmsTemplate
        '
        Me.btnDeleteSmsTemplate.Location = New System.Drawing.Point(88, 305)
        Me.btnDeleteSmsTemplate.Name = "btnDeleteSmsTemplate"
        Me.btnDeleteSmsTemplate.Size = New System.Drawing.Size(75, 23)
        Me.btnDeleteSmsTemplate.TabIndex = 3
        Me.btnDeleteSmsTemplate.Text = "删除短信"
        Me.btnDeleteSmsTemplate.UseVisualStyleBackColor = True
        '
        'btnSaveEdit
        '
        Me.btnSaveEdit.Location = New System.Drawing.Point(7, 305)
        Me.btnSaveEdit.Name = "btnSaveEdit"
        Me.btnSaveEdit.Size = New System.Drawing.Size(75, 23)
        Me.btnSaveEdit.TabIndex = 2
        Me.btnSaveEdit.Text = "保存修改"
        Me.btnSaveEdit.UseVisualStyleBackColor = True
        '
        'txtSMSContentEdit
        '
        Me.txtSMSContentEdit.Location = New System.Drawing.Point(7, 167)
        Me.txtSMSContentEdit.Multiline = True
        Me.txtSMSContentEdit.Name = "txtSMSContentEdit"
        Me.txtSMSContentEdit.Size = New System.Drawing.Size(455, 127)
        Me.txtSMSContentEdit.TabIndex = 1
        '
        'listSmsTemplate
        '
        Me.listSmsTemplate.FormattingEnabled = True
        Me.listSmsTemplate.ItemHeight = 12
        Me.listSmsTemplate.Location = New System.Drawing.Point(6, 20)
        Me.listSmsTemplate.Name = "listSmsTemplate"
        Me.listSmsTemplate.ScrollAlwaysVisible = True
        Me.listSmsTemplate.Size = New System.Drawing.Size(456, 136)
        Me.listSmsTemplate.TabIndex = 0
        '
        'ManagerSMSTemplate
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(492, 366)
        Me.Controls.Add(Me.GroupBox1)
        Me.Name = "ManagerSMSTemplate"
        Me.Text = "管理短信模板"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents listSmsTemplate As System.Windows.Forms.ListBox
    Friend WithEvents txtSMSContentEdit As System.Windows.Forms.TextBox
    Friend WithEvents btnSaveEdit As System.Windows.Forms.Button
    Friend WithEvents btnDeleteSmsTemplate As System.Windows.Forms.Button
    Friend WithEvents btnRefresh As System.Windows.Forms.Button
End Class

⌨️ 快捷键说明

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