Bez popisu
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 5.3KB

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.Button2 = New System.Windows.Forms.Button()
  23. Me.TextBox3 = New System.Windows.Forms.TextBox()
  24. Me.Label3 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.TextBox2 = New System.Windows.Forms.TextBox()
  28. Me.TextBox1 = New System.Windows.Forms.TextBox()
  29. Me.SuspendLayout()
  30. '
  31. 'Button2
  32. '
  33. Me.Button2.Location = New System.Drawing.Point(16, 99)
  34. Me.Button2.Name = "Button2"
  35. Me.Button2.Size = New System.Drawing.Size(156, 25)
  36. Me.Button2.TabIndex = 45
  37. Me.Button2.Text = "修改"
  38. Me.Button2.UseVisualStyleBackColor = True
  39. '
  40. 'TextBox3
  41. '
  42. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. Me.TextBox3.Location = New System.Drawing.Point(53, 68)
  44. Me.TextBox3.Name = "TextBox3"
  45. Me.TextBox3.Size = New System.Drawing.Size(119, 25)
  46. Me.TextBox3.TabIndex = 44
  47. '
  48. 'Label3
  49. '
  50. Me.Label3.AutoSize = True
  51. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.Label3.Location = New System.Drawing.Point(12, 40)
  53. Me.Label3.Name = "Label3"
  54. Me.Label3.Size = New System.Drawing.Size(34, 17)
  55. Me.Label3.TabIndex = 43
  56. Me.Label3.Text = "帳號"
  57. '
  58. 'Label2
  59. '
  60. Me.Label2.AutoSize = True
  61. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.Label2.Location = New System.Drawing.Point(13, 71)
  63. Me.Label2.Name = "Label2"
  64. Me.Label2.Size = New System.Drawing.Size(34, 17)
  65. Me.Label2.TabIndex = 42
  66. Me.Label2.Text = "密碼"
  67. '
  68. 'Label1
  69. '
  70. Me.Label1.AutoSize = True
  71. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Label1.Location = New System.Drawing.Point(12, 9)
  73. Me.Label1.Name = "Label1"
  74. Me.Label1.Size = New System.Drawing.Size(34, 17)
  75. Me.Label1.TabIndex = 41
  76. Me.Label1.Text = "姓名"
  77. '
  78. 'TextBox2
  79. '
  80. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.TextBox2.Location = New System.Drawing.Point(52, 37)
  82. Me.TextBox2.Name = "TextBox2"
  83. Me.TextBox2.Size = New System.Drawing.Size(119, 25)
  84. Me.TextBox2.TabIndex = 40
  85. '
  86. 'TextBox1
  87. '
  88. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.TextBox1.Location = New System.Drawing.Point(52, 6)
  90. Me.TextBox1.Name = "TextBox1"
  91. Me.TextBox1.Size = New System.Drawing.Size(119, 25)
  92. Me.TextBox1.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.Button2)
  100. Me.Controls.Add(Me.TextBox3)
  101. Me.Controls.Add(Me.Label3)
  102. Me.Controls.Add(Me.Label2)
  103. Me.Controls.Add(Me.Label1)
  104. Me.Controls.Add(Me.TextBox2)
  105. Me.Controls.Add(Me.TextBox1)
  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 Button2 As Button
  115. Friend WithEvents TextBox3 As TextBox
  116. Friend WithEvents Label3 As Label
  117. Friend WithEvents Label2 As Label
  118. Friend WithEvents Label1 As Label
  119. Friend WithEvents TextBox2 As TextBox
  120. Friend WithEvents TextBox1 As TextBox
  121. End Class