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

📄 frmmsgpost.designer.vb

📁 CSDN V3.0 使用VB。Net开发 可以使用该助手访问CSDN
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMsgPost
    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.b_OK = New System.Windows.Forms.Button
        Me.tb_Coutent = New System.Windows.Forms.TextBox
        Me.l_to = New System.Windows.Forms.Label
        Me.tb_To = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'b_OK
        '
        Me.b_OK.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.b_OK.Location = New System.Drawing.Point(304, 9)
        Me.b_OK.Name = "b_OK"
        Me.b_OK.Size = New System.Drawing.Size(75, 23)
        Me.b_OK.TabIndex = 0
        Me.b_OK.Text = "发送"
        Me.b_OK.UseVisualStyleBackColor = True
        '
        'tb_Coutent
        '
        Me.tb_Coutent.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.tb_Coutent.Location = New System.Drawing.Point(3, 36)
        Me.tb_Coutent.Multiline = True
        Me.tb_Coutent.Name = "tb_Coutent"
        Me.tb_Coutent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.tb_Coutent.Size = New System.Drawing.Size(376, 195)
        Me.tb_Coutent.TabIndex = 1
        '
        'l_to
        '
        Me.l_to.AutoSize = True
        Me.l_to.Location = New System.Drawing.Point(1, 9)
        Me.l_to.Name = "l_to"
        Me.l_to.Size = New System.Drawing.Size(53, 12)
        Me.l_to.TabIndex = 2
        Me.l_to.Text = "发送给:"
        '
        'tb_To
        '
        Me.tb_To.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.tb_To.Location = New System.Drawing.Point(60, 9)
        Me.tb_To.Name = "tb_To"
        Me.tb_To.Size = New System.Drawing.Size(238, 21)
        Me.tb_To.TabIndex = 3
        '
        'frmMsgPost
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(382, 234)
        Me.Controls.Add(Me.tb_To)
        Me.Controls.Add(Me.l_to)
        Me.Controls.Add(Me.tb_Coutent)
        Me.Controls.Add(Me.b_OK)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Name = "frmMsgPost"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "发送短消息"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents b_OK As System.Windows.Forms.Button
    Friend WithEvents tb_Coutent As System.Windows.Forms.TextBox
    Friend WithEvents l_to As System.Windows.Forms.Label
    Friend WithEvents tb_To As System.Windows.Forms.TextBox
End Class

⌨️ 快捷键说明

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