Ingen beskrivning
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.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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.取消_bt = New System.Windows.Forms.Button()
  23. Me.確認_bt = New System.Windows.Forms.Button()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.密碼_tb = New System.Windows.Forms.TextBox()
  26. Me.SuspendLayout()
  27. '
  28. '取消_bt
  29. '
  30. Me.取消_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Cancel
  31. Me.取消_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  32. Me.取消_bt.Location = New System.Drawing.Point(255, 5)
  33. Me.取消_bt.Name = "取消_bt"
  34. Me.取消_bt.Size = New System.Drawing.Size(42, 42)
  35. Me.取消_bt.TabIndex = 15
  36. Me.取消_bt.UseVisualStyleBackColor = True
  37. '
  38. '確認_bt
  39. '
  40. Me.確認_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.check
  41. Me.確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  42. Me.確認_bt.Location = New System.Drawing.Point(212, 5)
  43. Me.確認_bt.Name = "確認_bt"
  44. Me.確認_bt.Size = New System.Drawing.Size(42, 42)
  45. Me.確認_bt.TabIndex = 14
  46. Me.確認_bt.UseVisualStyleBackColor = True
  47. '
  48. 'Label1
  49. '
  50. Me.Label1.AutoSize = True
  51. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.Label1.Location = New System.Drawing.Point(4, 5)
  53. Me.Label1.Name = "Label1"
  54. Me.Label1.Size = New System.Drawing.Size(120, 16)
  55. Me.Label1.TabIndex = 13
  56. Me.Label1.Text = "Manage Password!!"
  57. '
  58. '密碼_tb
  59. '
  60. Me.密碼_tb.Location = New System.Drawing.Point(6, 25)
  61. Me.密碼_tb.Name = "密碼_tb"
  62. Me.密碼_tb.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  63. Me.密碼_tb.Size = New System.Drawing.Size(200, 23)
  64. Me.密碼_tb.TabIndex = 12
  65. '
  66. '輸入密碼
  67. '
  68. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  69. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  70. Me.ClientSize = New System.Drawing.Size(300, 53)
  71. Me.Controls.Add(Me.取消_bt)
  72. Me.Controls.Add(Me.確認_bt)
  73. Me.Controls.Add(Me.Label1)
  74. Me.Controls.Add(Me.密碼_tb)
  75. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  76. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  77. Me.Name = "輸入密碼"
  78. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  79. Me.Text = "輸入密碼"
  80. Me.ResumeLayout(False)
  81. Me.PerformLayout()
  82. End Sub
  83. Friend WithEvents 取消_bt As Button
  84. Friend WithEvents 確認_bt As Button
  85. Friend WithEvents Label1 As Label
  86. Friend WithEvents 密碼_tb As TextBox
  87. End Class