www.pudn.com > sendmessagesrc.rar > frmMain.Designer.vb


 _ 
Partial Class frmMain 
    Inherits System.Windows.Forms.Form 
 
    'Form 重写 Dispose,以清理组件列表。 
     _ 
    Protected Overrides Sub Dispose(ByVal disposing As Boolean) 
        If disposing AndAlso components IsNot Nothing Then 
            components.Dispose() 
        End If 
        MyBase.Dispose(disposing) 
    End Sub 
 
    'Windows 窗体设计器所必需的 
    Private components As System.ComponentModel.IContainer 
 
    '注意: 以下过程是 Windows 窗体设计器所必需的 
    '可以使用 Windows 窗体设计器修改它。 
    '不要使用代码编辑器修改它。 
     _ 
    Private Sub InitializeComponent() 
        Me.btnBumb = New System.Windows.Forms.Button 
        Me.btnExit = New System.Windows.Forms.Button 
        Me.tabMain = New System.Windows.Forms.TabControl 
        Me.TabPage1 = New System.Windows.Forms.TabPage 
        Me.Label7 = New System.Windows.Forms.Label 
        Me.Label6 = New System.Windows.Forms.Label 
        Me.Label5 = New System.Windows.Forms.Label 
        Me.txtReadyTime = New System.Windows.Forms.TextBox 
        Me.txtBombNum = New System.Windows.Forms.TextBox 
        Me.Label4 = New System.Windows.Forms.Label 
        Me.txtBomb = New System.Windows.Forms.TextBox 
        Me.Label3 = New System.Windows.Forms.Label 
        Me.rdbCmdQQ = New System.Windows.Forms.RadioButton 
        Me.rdbcmdMsn = New System.Windows.Forms.RadioButton 
        Me.rdcmdGoogleTalk = New System.Windows.Forms.RadioButton 
        Me.Label2 = New System.Windows.Forms.Label 
        Me.Label1 = New System.Windows.Forms.Label 
        Me.txtPerBumb = New System.Windows.Forms.TextBox 
        Me.TabPage3 = New System.Windows.Forms.TabPage 
        Me.TabPage2 = New System.Windows.Forms.TabPage 
        Me.WebBrowser1 = New System.Windows.Forms.WebBrowser 
        Me.chkAddChars = New System.Windows.Forms.CheckBox 
        Me.txtAbout = New System.Windows.Forms.TextBox 
        Me.tabMain.SuspendLayout() 
        Me.TabPage1.SuspendLayout() 
        Me.TabPage3.SuspendLayout() 
        Me.TabPage2.SuspendLayout() 
        Me.SuspendLayout() 
        ' 
        'btnBumb 
        ' 
        Me.btnBumb.Location = New System.Drawing.Point(174, 212) 
        Me.btnBumb.Name = "btnBumb" 
        Me.btnBumb.Size = New System.Drawing.Size(75, 23) 
        Me.btnBumb.TabIndex = 0 
        Me.btnBumb.Text = "发射" 
        Me.btnBumb.UseVisualStyleBackColor = True 
        ' 
        'btnExit 
        ' 
        Me.btnExit.Location = New System.Drawing.Point(269, 212) 
        Me.btnExit.Name = "btnExit" 
        Me.btnExit.Size = New System.Drawing.Size(75, 23) 
        Me.btnExit.TabIndex = 1 
        Me.btnExit.Text = "退出" 
        Me.btnExit.UseVisualStyleBackColor = True 
        ' 
        'tabMain 
        ' 
        Me.tabMain.Controls.Add(Me.TabPage1) 
        Me.tabMain.Controls.Add(Me.TabPage3) 
        Me.tabMain.Controls.Add(Me.TabPage2) 
        Me.tabMain.Location = New System.Drawing.Point(12, 12) 
        Me.tabMain.Name = "tabMain" 
        Me.tabMain.SelectedIndex = 0 
        Me.tabMain.Size = New System.Drawing.Size(361, 194) 
        Me.tabMain.TabIndex = 3 
        ' 
        'TabPage1 
        ' 
        Me.TabPage1.Controls.Add(Me.chkAddChars) 
        Me.TabPage1.Controls.Add(Me.Label7) 
        Me.TabPage1.Controls.Add(Me.Label6) 
        Me.TabPage1.Controls.Add(Me.Label5) 
        Me.TabPage1.Controls.Add(Me.txtReadyTime) 
        Me.TabPage1.Controls.Add(Me.txtBombNum) 
        Me.TabPage1.Controls.Add(Me.Label4) 
        Me.TabPage1.Controls.Add(Me.txtBomb) 
        Me.TabPage1.Controls.Add(Me.Label3) 
        Me.TabPage1.Controls.Add(Me.rdbCmdQQ) 
        Me.TabPage1.Controls.Add(Me.rdbcmdMsn) 
        Me.TabPage1.Controls.Add(Me.rdcmdGoogleTalk) 
        Me.TabPage1.Controls.Add(Me.Label2) 
        Me.TabPage1.Controls.Add(Me.Label1) 
        Me.TabPage1.Controls.Add(Me.txtPerBumb) 
        Me.TabPage1.Location = New System.Drawing.Point(4, 21) 
        Me.TabPage1.Name = "TabPage1" 
        Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) 
        Me.TabPage1.Size = New System.Drawing.Size(353, 169) 
        Me.TabPage1.TabIndex = 0 
        Me.TabPage1.Text = "应用" 
        Me.TabPage1.UseVisualStyleBackColor = True 
        ' 
        'Label7 
        ' 
        Me.Label7.AutoSize = True 
        Me.Label7.Location = New System.Drawing.Point(4, 47) 
        Me.Label7.Name = "Label7" 
        Me.Label7.Size = New System.Drawing.Size(53, 12) 
        Me.Label7.TabIndex = 13 
        Me.Label7.Text = "我的基地" 
        ' 
        'Label6 
        ' 
        Me.Label6.AutoSize = True 
        Me.Label6.Location = New System.Drawing.Point(294, 138) 
        Me.Label6.Name = "Label6" 
        Me.Label6.Size = New System.Drawing.Size(29, 12) 
        Me.Label6.TabIndex = 12 
        Me.Label6.Text = "毫秒" 
        ' 
        'Label5 
        ' 
        Me.Label5.AutoSize = True 
        Me.Label5.Location = New System.Drawing.Point(155, 135) 
        Me.Label5.Name = "Label5" 
        Me.Label5.Size = New System.Drawing.Size(53, 12) 
        Me.Label5.TabIndex = 11 
        Me.Label5.Text = "准备时间" 
        ' 
        'txtReadyTime 
        ' 
        Me.txtReadyTime.Location = New System.Drawing.Point(213, 135) 
        Me.txtReadyTime.Name = "txtReadyTime" 
        Me.txtReadyTime.Size = New System.Drawing.Size(80, 21) 
        Me.txtReadyTime.TabIndex = 10 
        Me.txtReadyTime.Text = "5000" 
        ' 
        'txtBombNum 
        ' 
        Me.txtBombNum.Location = New System.Drawing.Point(60, 132) 
        Me.txtBombNum.Name = "txtBombNum" 
        Me.txtBombNum.Size = New System.Drawing.Size(88, 21) 
        Me.txtBombNum.TabIndex = 9 
        ' 
        'Label4 
        ' 
        Me.Label4.AutoSize = True 
        Me.Label4.Location = New System.Drawing.Point(6, 135) 
        Me.Label4.Name = "Label4" 
        Me.Label4.Size = New System.Drawing.Size(53, 12) 
        Me.Label4.TabIndex = 8 
        Me.Label4.Text = "发射次数" 
        ' 
        'txtBomb 
        ' 
        Me.txtBomb.Location = New System.Drawing.Point(60, 67) 
        Me.txtBomb.Multiline = True 
        Me.txtBomb.Name = "txtBomb" 
        Me.txtBomb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical 
        Me.txtBomb.Size = New System.Drawing.Size(263, 37) 
        Me.txtBomb.TabIndex = 7 
        ' 
        'Label3 
        ' 
        Me.Label3.AutoSize = True 
        Me.Label3.Location = New System.Drawing.Point(4, 67) 
        Me.Label3.Name = "Label3" 
        Me.Label3.Size = New System.Drawing.Size(53, 12) 
        Me.Label3.TabIndex = 6 
        Me.Label3.Text = "请您发射" 
        ' 
        'rdbCmdQQ 
        ' 
        Me.rdbCmdQQ.AutoSize = True 
        Me.rdbCmdQQ.Location = New System.Drawing.Point(244, 45) 
        Me.rdbCmdQQ.Name = "rdbCmdQQ" 
        Me.rdbCmdQQ.Size = New System.Drawing.Size(35, 16) 
        Me.rdbCmdQQ.TabIndex = 5 
        Me.rdbCmdQQ.TabStop = True 
        Me.rdbCmdQQ.Text = "QQ" 
        Me.rdbCmdQQ.UseVisualStyleBackColor = True 
        ' 
        'rdbcmdMsn 
        ' 
        Me.rdbcmdMsn.AutoSize = True 
        Me.rdbcmdMsn.Location = New System.Drawing.Point(176, 45) 
        Me.rdbcmdMsn.Name = "rdbcmdMsn" 
        Me.rdbcmdMsn.Size = New System.Drawing.Size(41, 16) 
        Me.rdbcmdMsn.TabIndex = 4 
        Me.rdbcmdMsn.TabStop = True 
        Me.rdbcmdMsn.Text = "MSN" 
        Me.rdbcmdMsn.UseVisualStyleBackColor = True 
        ' 
        'rdcmdGoogleTalk 
        ' 
        Me.rdcmdGoogleTalk.AutoSize = True 
        Me.rdcmdGoogleTalk.Location = New System.Drawing.Point(60, 45) 
        Me.rdcmdGoogleTalk.Name = "rdcmdGoogleTalk" 
        Me.rdcmdGoogleTalk.Size = New System.Drawing.Size(89, 16) 
        Me.rdcmdGoogleTalk.TabIndex = 3 
        Me.rdcmdGoogleTalk.TabStop = True 
        Me.rdcmdGoogleTalk.Text = "Google Talk" 
        Me.rdcmdGoogleTalk.UseVisualStyleBackColor = True 
        ' 
        'Label2 
        ' 
        Me.Label2.AutoSize = True 
        Me.Label2.Location = New System.Drawing.Point(156, 20) 
        Me.Label2.Name = "Label2" 
        Me.Label2.Size = New System.Drawing.Size(173, 12) 
        Me.Label2.TabIndex = 2 
        Me.Label2.Text = "毫秒将对我选择的基地进行功击" 
        ' 
        'Label1 
        ' 
        Me.Label1.AutoSize = True 
        Me.Label1.Location = New System.Drawing.Point(4, 20) 
        Me.Label1.Name = "Label1" 
        Me.Label1.Size = New System.Drawing.Size(53, 12) 
        Me.Label1.TabIndex = 1 
        Me.Label1.Text = "请您每隔" 
        ' 
        'txtPerBumb 
        ' 
        Me.txtPerBumb.Location = New System.Drawing.Point(62, 20) 
        Me.txtPerBumb.Name = "txtPerBumb" 
        Me.txtPerBumb.Size = New System.Drawing.Size(86, 21) 
        Me.txtPerBumb.TabIndex = 0 
        Me.txtPerBumb.Text = "1000" 
        ' 
        'TabPage3 
        ' 
        Me.TabPage3.Controls.Add(Me.txtAbout) 
        Me.TabPage3.Location = New System.Drawing.Point(4, 21) 
        Me.TabPage3.Name = "TabPage3" 
        Me.TabPage3.Size = New System.Drawing.Size(353, 169) 
        Me.TabPage3.TabIndex = 2 
        Me.TabPage3.Text = "帮助" 
        Me.TabPage3.UseVisualStyleBackColor = True 
        ' 
        'TabPage2 
        ' 
        Me.TabPage2.Controls.Add(Me.WebBrowser1) 
        Me.TabPage2.Location = New System.Drawing.Point(4, 21) 
        Me.TabPage2.Name = "TabPage2" 
        Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) 
        Me.TabPage2.Size = New System.Drawing.Size(353, 169) 
        Me.TabPage2.TabIndex = 1 
        Me.TabPage2.Text = "关于" 
        Me.TabPage2.UseVisualStyleBackColor = True 
        ' 
        'WebBrowser1 
        ' 
        Me.WebBrowser1.Location = New System.Drawing.Point(6, 7) 
        Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) 
        Me.WebBrowser1.Name = "WebBrowser1" 
        Me.WebBrowser1.Size = New System.Drawing.Size(341, 156) 
        Me.WebBrowser1.TabIndex = 3 
        Me.WebBrowser1.Url = New System.Uri("http://www.mama520.cn", System.UriKind.Absolute) 
        ' 
        'chkAddChars 
        ' 
        Me.chkAddChars.AutoSize = True 
        Me.chkAddChars.Location = New System.Drawing.Point(60, 110) 
        Me.chkAddChars.Name = "chkAddChars" 
        Me.chkAddChars.Size = New System.Drawing.Size(96, 16) 
        Me.chkAddChars.TabIndex = 14 
        Me.chkAddChars.Text = "同时发射标识" 
        Me.chkAddChars.UseVisualStyleBackColor = True 
        ' 
        'txtAbout 
        ' 
        Me.txtAbout.BackColor = System.Drawing.SystemColors.ActiveCaptionText 
        Me.txtAbout.Location = New System.Drawing.Point(3, 3) 
        Me.txtAbout.Multiline = True 
        Me.txtAbout.Name = "txtAbout" 
        Me.txtAbout.ReadOnly = True 
        Me.txtAbout.Size = New System.Drawing.Size(347, 163) 
        Me.txtAbout.TabIndex = 0 
        ' 
        'frmMain 
        ' 
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) 
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 
        Me.ClientSize = New System.Drawing.Size(385, 247) 
        Me.Controls.Add(Me.tabMain) 
        Me.Controls.Add(Me.btnExit) 
        Me.Controls.Add(Me.btnBumb) 
        Me.MaximizeBox = False 
        Me.Name = "frmMain" 
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen 
        Me.Text = "小炸弹精灵V1.0——www.mama520.cn    作者:黄启清" 
        Me.tabMain.ResumeLayout(False) 
        Me.TabPage1.ResumeLayout(False) 
        Me.TabPage1.PerformLayout() 
        Me.TabPage3.ResumeLayout(False) 
        Me.TabPage3.PerformLayout() 
        Me.TabPage2.ResumeLayout(False) 
        Me.ResumeLayout(False) 
 
    End Sub 
    Friend WithEvents btnBumb As System.Windows.Forms.Button 
    Friend WithEvents btnExit As System.Windows.Forms.Button 
    Friend WithEvents tabMain As System.Windows.Forms.TabControl 
    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage 
    Friend WithEvents TabPage2 As System.Windows.Forms.TabPage 
    Friend WithEvents Label2 As System.Windows.Forms.Label 
    Friend WithEvents Label1 As System.Windows.Forms.Label 
    Friend WithEvents txtPerBumb As System.Windows.Forms.TextBox 
    Friend WithEvents rdbCmdQQ As System.Windows.Forms.RadioButton 
    Friend WithEvents rdbcmdMsn As System.Windows.Forms.RadioButton 
    Friend WithEvents rdcmdGoogleTalk As System.Windows.Forms.RadioButton 
    Friend WithEvents Label5 As System.Windows.Forms.Label 
    Friend WithEvents txtReadyTime As System.Windows.Forms.TextBox 
    Friend WithEvents txtBombNum As System.Windows.Forms.TextBox 
    Friend WithEvents Label4 As System.Windows.Forms.Label 
    Friend WithEvents txtBomb As System.Windows.Forms.TextBox 
    Friend WithEvents Label3 As System.Windows.Forms.Label 
    Friend WithEvents Label6 As System.Windows.Forms.Label 
    Friend WithEvents Label7 As System.Windows.Forms.Label 
    Friend WithEvents TabPage3 As System.Windows.Forms.TabPage 
    Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser 
    Friend WithEvents chkAddChars As System.Windows.Forms.CheckBox 
    Friend WithEvents txtAbout As System.Windows.Forms.TextBox 
 
End Class