Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

輸入密碼.Designer.vb 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 輸入密碼
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.密碼_tb = New System.Windows.Forms.TextBox()
  23. Me.Label1 = New System.Windows.Forms.Label()
  24. Me.確認_bt = New System.Windows.Forms.Button()
  25. Me.取消_bt = New System.Windows.Forms.Button()
  26. Me.SuspendLayout()
  27. '
  28. '密碼_tb
  29. '
  30. Me.密碼_tb.Location = New System.Drawing.Point(4, 24)
  31. Me.密碼_tb.Name = "密碼_tb"
  32. Me.密碼_tb.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  33. Me.密碼_tb.Size = New System.Drawing.Size(134, 22)
  34. Me.密碼_tb.TabIndex = 0
  35. '
  36. 'Label1
  37. '
  38. Me.Label1.AutoSize = True
  39. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  40. Me.Label1.Location = New System.Drawing.Point(2, 4)
  41. Me.Label1.Name = "Label1"
  42. Me.Label1.Size = New System.Drawing.Size(136, 16)
  43. Me.Label1.TabIndex = 1
  44. Me.Label1.Text = "請輸入系統商管理密碼!!"
  45. '
  46. '確認_bt
  47. '
  48. Me.確認_bt.Location = New System.Drawing.Point(144, 4)
  49. Me.確認_bt.Name = "確認_bt"
  50. Me.確認_bt.Size = New System.Drawing.Size(75, 42)
  51. Me.確認_bt.TabIndex = 2
  52. Me.確認_bt.Text = "確認"
  53. Me.確認_bt.UseVisualStyleBackColor = True
  54. '
  55. '取消_bt
  56. '
  57. Me.取消_bt.Location = New System.Drawing.Point(221, 4)
  58. Me.取消_bt.Name = "取消_bt"
  59. Me.取消_bt.Size = New System.Drawing.Size(75, 42)
  60. Me.取消_bt.TabIndex = 3
  61. Me.取消_bt.Text = "取消"
  62. Me.取消_bt.UseVisualStyleBackColor = True
  63. '
  64. '輸入密碼
  65. '
  66. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  67. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  68. Me.ClientSize = New System.Drawing.Size(300, 53)
  69. Me.ControlBox = False
  70. Me.Controls.Add(Me.取消_bt)
  71. Me.Controls.Add(Me.確認_bt)
  72. Me.Controls.Add(Me.Label1)
  73. Me.Controls.Add(Me.密碼_tb)
  74. Me.Name = "輸入密碼"
  75. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  76. Me.Text = "輸入密碼"
  77. Me.ResumeLayout(False)
  78. Me.PerformLayout()
  79. End Sub
  80. Friend WithEvents 密碼_tb As TextBox
  81. Friend WithEvents Label1 As Label
  82. Friend WithEvents 確認_bt As Button
  83. Friend WithEvents 取消_bt As Button
  84. End Class