Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

個人帳號管理.Designer.vb 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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.密碼_tb = New System.Windows.Forms.TextBox()
  24. Me.帳號_lb = New System.Windows.Forms.Label()
  25. Me.密碼_lb = New System.Windows.Forms.Label()
  26. Me.姓名_lb = New System.Windows.Forms.Label()
  27. Me.帳號_tb = New System.Windows.Forms.TextBox()
  28. Me.姓名_tb = New System.Windows.Forms.TextBox()
  29. Me.SuspendLayout()
  30. '
  31. '修改_bt
  32. '
  33. Me.修改_bt.Location = New System.Drawing.Point(16, 99)
  34. Me.修改_bt.Name = "修改_bt"
  35. Me.修改_bt.Size = New System.Drawing.Size(156, 25)
  36. Me.修改_bt.TabIndex = 45
  37. Me.修改_bt.Text = "修改"
  38. Me.修改_bt.UseVisualStyleBackColor = True
  39. '
  40. '密碼_tb
  41. '
  42. Me.密碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. Me.密碼_tb.Location = New System.Drawing.Point(53, 68)
  44. Me.密碼_tb.Name = "密碼_tb"
  45. Me.密碼_tb.Size = New System.Drawing.Size(119, 25)
  46. Me.密碼_tb.TabIndex = 44
  47. '
  48. '帳號_lb
  49. '
  50. Me.帳號_lb.AutoSize = True
  51. Me.帳號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.帳號_lb.Location = New System.Drawing.Point(12, 40)
  53. Me.帳號_lb.Name = "帳號_lb"
  54. Me.帳號_lb.Size = New System.Drawing.Size(34, 17)
  55. Me.帳號_lb.TabIndex = 43
  56. Me.帳號_lb.Text = "帳號"
  57. '
  58. '密碼_lb
  59. '
  60. Me.密碼_lb.AutoSize = True
  61. Me.密碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.密碼_lb.Location = New System.Drawing.Point(13, 71)
  63. Me.密碼_lb.Name = "密碼_lb"
  64. Me.密碼_lb.Size = New System.Drawing.Size(34, 17)
  65. Me.密碼_lb.TabIndex = 42
  66. Me.密碼_lb.Text = "密碼"
  67. '
  68. '姓名_lb
  69. '
  70. Me.姓名_lb.AutoSize = True
  71. Me.姓名_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.姓名_lb.Location = New System.Drawing.Point(12, 9)
  73. Me.姓名_lb.Name = "姓名_lb"
  74. Me.姓名_lb.Size = New System.Drawing.Size(34, 17)
  75. Me.姓名_lb.TabIndex = 41
  76. Me.姓名_lb.Text = "姓名"
  77. '
  78. '帳號_tb
  79. '
  80. Me.帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.帳號_tb.Location = New System.Drawing.Point(52, 37)
  82. Me.帳號_tb.Name = "帳號_tb"
  83. Me.帳號_tb.Size = New System.Drawing.Size(119, 25)
  84. Me.帳號_tb.TabIndex = 40
  85. '
  86. '姓名_tb
  87. '
  88. Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.姓名_tb.Location = New System.Drawing.Point(52, 6)
  90. Me.姓名_tb.Name = "姓名_tb"
  91. Me.姓名_tb.Size = New System.Drawing.Size(119, 25)
  92. Me.姓名_tb.TabIndex = 39
  93. '
  94. '個人帳號管理
  95. '
  96. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  97. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  98. Me.ClientSize = New System.Drawing.Size(178, 132)
  99. Me.Controls.Add(Me.修改_bt)
  100. Me.Controls.Add(Me.密碼_tb)
  101. Me.Controls.Add(Me.帳號_lb)
  102. Me.Controls.Add(Me.密碼_lb)
  103. Me.Controls.Add(Me.姓名_lb)
  104. Me.Controls.Add(Me.帳號_tb)
  105. Me.Controls.Add(Me.姓名_tb)
  106. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  108. Me.Name = "個人帳號管理"
  109. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  110. Me.Text = "個人帳號管理"
  111. Me.ResumeLayout(False)
  112. Me.PerformLayout()
  113. End Sub
  114. Friend WithEvents 修改_bt As Button
  115. Friend WithEvents 密碼_tb As TextBox
  116. Friend WithEvents 帳號_lb As Label
  117. Friend WithEvents 密碼_lb As Label
  118. Friend WithEvents 姓名_lb As Label
  119. Friend WithEvents 帳號_tb As TextBox
  120. Friend WithEvents 姓名_tb As TextBox
  121. End Class