69 lines
2.4 KiB
VB.net
69 lines
2.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form2
|
||
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.Button1 = New System.Windows.Forms.Button()
|
||
Me.txtPassword = New System.Windows.Forms.TextBox()
|
||
Me.SqLiteCommandBuilder1 = New System.Data.SQLite.SQLiteCommandBuilder()
|
||
Me.SuspendLayout()
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.Location = New System.Drawing.Point(618, 12)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(170, 54)
|
||
Me.Button1.TabIndex = 1
|
||
Me.Button1.Text = "Button1"
|
||
Me.Button1.UseVisualStyleBackColor = True
|
||
'
|
||
'txtPassword
|
||
'
|
||
Me.txtPassword.Location = New System.Drawing.Point(231, 45)
|
||
Me.txtPassword.Name = "txtPassword"
|
||
Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
||
Me.txtPassword.Size = New System.Drawing.Size(100, 21)
|
||
Me.txtPassword.TabIndex = 2
|
||
'
|
||
'SqLiteCommandBuilder1
|
||
'
|
||
Me.SqLiteCommandBuilder1.DataAdapter = Nothing
|
||
Me.SqLiteCommandBuilder1.QuoteSuffix = "]"
|
||
'
|
||
'Form2
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(800, 450)
|
||
Me.Controls.Add(Me.txtPassword)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Name = "Form2"
|
||
Me.Text = "Form2"
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
Friend WithEvents Button1 As Button
|
||
Friend WithEvents txtPassword As TextBox
|
||
Friend WithEvents SqLiteCommandBuilder1 As SQLite.SQLiteCommandBuilder
|
||
End Class
|