customsoapheaderform.designer.vb
来自「Microsoft Mobile Development Handbook的代码」· VB 代码 · 共 80 行
VB
80 行
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class CustomSOAPHeaderForm
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.button3 = New System.Windows.Forms.Button
Me.button2 = New System.Windows.Forms.Button
Me.button1 = New System.Windows.Forms.Button
Me.label1 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'button3
'
Me.button3.Location = New System.Drawing.Point(32, 135)
Me.button3.Name = "button3"
Me.button3.Size = New System.Drawing.Size(176, 35)
Me.button3.TabIndex = 4
Me.button3.Text = "Invoke - correct credentials"
'
'button2
'
Me.button2.Location = New System.Drawing.Point(32, 79)
Me.button2.Name = "button2"
Me.button2.Size = New System.Drawing.Size(176, 32)
Me.button2.TabIndex = 5
Me.button2.Text = "Invoke - wrong password"
'
'button1
'
Me.button1.Location = New System.Drawing.Point(32, 23)
Me.button1.Name = "button1"
Me.button1.Size = New System.Drawing.Size(176, 32)
Me.button1.TabIndex = 6
Me.button1.Text = "Invoke - no header"
'
'label1
'
Me.label1.Location = New System.Drawing.Point(0, 191)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(240, 80)
'
'CustomSOAPHeaderForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 294)
Me.Controls.Add(Me.button3)
Me.Controls.Add(Me.button2)
Me.Controls.Add(Me.button1)
Me.Controls.Add(Me.label1)
Me.MinimizeBox = False
Me.Name = "CustomSOAPHeaderForm"
Me.Text = "Form1"
Me.ResumeLayout(False)
End Sub
Private WithEvents button3 As System.Windows.Forms.Button
Private WithEvents button2 As System.Windows.Forms.Button
Private WithEvents button1 As System.Windows.Forms.Button
Private WithEvents label1 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?