12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 輸入密碼
- 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 Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.取消_bt = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.密碼_tb = New System.Windows.Forms.TextBox()
- Me.確認_bt = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- '取消_bt
- '
- Me.取消_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.Close
- Me.取消_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.取消_bt.Location = New System.Drawing.Point(255, 5)
- Me.取消_bt.Name = "取消_bt"
- Me.取消_bt.Size = New System.Drawing.Size(42, 42)
- Me.取消_bt.TabIndex = 19
- Me.取消_bt.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(4, 5)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(119, 16)
- Me.Label1.TabIndex = 17
- Me.Label1.Text = "Manage Password!!"
- '
- '密碼_tb
- '
- Me.密碼_tb.Location = New System.Drawing.Point(6, 25)
- Me.密碼_tb.Name = "密碼_tb"
- Me.密碼_tb.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
- Me.密碼_tb.Size = New System.Drawing.Size(200, 23)
- Me.密碼_tb.TabIndex = 16
- '
- '確認_bt
- '
- Me.確認_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.check
- Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.確認_bt.Location = New System.Drawing.Point(212, 5)
- Me.確認_bt.Name = "確認_bt"
- Me.確認_bt.Size = New System.Drawing.Size(42, 42)
- Me.確認_bt.TabIndex = 18
- Me.確認_bt.UseVisualStyleBackColor = True
- '
- '輸入密碼
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(300, 53)
- Me.Controls.Add(Me.取消_bt)
- Me.Controls.Add(Me.確認_bt)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.密碼_tb)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "輸入密碼"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "輸入密碼"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 取消_bt As Button
- Friend WithEvents 確認_bt As Button
- Friend WithEvents Label1 As Label
- Friend WithEvents 密碼_tb As TextBox
- End Class
|