Geen omschrijving
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 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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.Label6 = New System.Windows.Forms.Label()
  23. Me.TextBox5 = New System.Windows.Forms.TextBox()
  24. Me.TextBox4 = New System.Windows.Forms.TextBox()
  25. Me.Label4 = New System.Windows.Forms.Label()
  26. Me.Button2 = New System.Windows.Forms.Button()
  27. Me.TextBox3 = New System.Windows.Forms.TextBox()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.Label2 = New System.Windows.Forms.Label()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.TextBox2 = New System.Windows.Forms.TextBox()
  32. Me.TextBox1 = New System.Windows.Forms.TextBox()
  33. Me.Label5 = New System.Windows.Forms.Label()
  34. Me.SuspendLayout()
  35. '
  36. 'Label6
  37. '
  38. Me.Label6.AutoSize = True
  39. Me.Label6.Location = New System.Drawing.Point(335, 104)
  40. Me.Label6.Name = "Label6"
  41. Me.Label6.Size = New System.Drawing.Size(20, 16)
  42. Me.Label6.TabIndex = 55
  43. Me.Label6.Text = "天"
  44. '
  45. 'TextBox5
  46. '
  47. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  48. Me.TextBox5.Location = New System.Drawing.Point(287, 100)
  49. Me.TextBox5.Name = "TextBox5"
  50. Me.TextBox5.Size = New System.Drawing.Size(42, 25)
  51. Me.TextBox5.TabIndex = 54
  52. '
  53. 'TextBox4
  54. '
  55. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  56. Me.TextBox4.Location = New System.Drawing.Point(102, 100)
  57. Me.TextBox4.Name = "TextBox4"
  58. Me.TextBox4.Size = New System.Drawing.Size(100, 25)
  59. Me.TextBox4.TabIndex = 52
  60. '
  61. 'Label4
  62. '
  63. Me.Label4.AutoSize = True
  64. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.Label4.Location = New System.Drawing.Point(10, 103)
  66. Me.Label4.Name = "Label4"
  67. Me.Label4.Size = New System.Drawing.Size(86, 17)
  68. Me.Label4.TabIndex = 51
  69. Me.Label4.Text = "上次修改日期"
  70. '
  71. 'Button2
  72. '
  73. Me.Button2.Location = New System.Drawing.Point(9, 131)
  74. Me.Button2.Name = "Button2"
  75. Me.Button2.Size = New System.Drawing.Size(346, 67)
  76. Me.Button2.TabIndex = 50
  77. Me.Button2.Text = "修改"
  78. Me.Button2.UseVisualStyleBackColor = True
  79. '
  80. 'TextBox3
  81. '
  82. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.TextBox3.Location = New System.Drawing.Point(50, 69)
  84. Me.TextBox3.Name = "TextBox3"
  85. Me.TextBox3.Size = New System.Drawing.Size(305, 25)
  86. Me.TextBox3.TabIndex = 49
  87. '
  88. 'Label3
  89. '
  90. Me.Label3.AutoSize = True
  91. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  92. Me.Label3.Location = New System.Drawing.Point(9, 41)
  93. Me.Label3.Name = "Label3"
  94. Me.Label3.Size = New System.Drawing.Size(34, 17)
  95. Me.Label3.TabIndex = 48
  96. Me.Label3.Text = "帳號"
  97. '
  98. 'Label2
  99. '
  100. Me.Label2.AutoSize = True
  101. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.Label2.Location = New System.Drawing.Point(10, 72)
  103. Me.Label2.Name = "Label2"
  104. Me.Label2.Size = New System.Drawing.Size(34, 17)
  105. Me.Label2.TabIndex = 47
  106. Me.Label2.Text = "密碼"
  107. '
  108. 'Label1
  109. '
  110. Me.Label1.AutoSize = True
  111. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.Label1.Location = New System.Drawing.Point(9, 10)
  113. Me.Label1.Name = "Label1"
  114. Me.Label1.Size = New System.Drawing.Size(34, 17)
  115. Me.Label1.TabIndex = 46
  116. Me.Label1.Text = "姓名"
  117. '
  118. 'TextBox2
  119. '
  120. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. Me.TextBox2.Location = New System.Drawing.Point(49, 38)
  122. Me.TextBox2.Name = "TextBox2"
  123. Me.TextBox2.Size = New System.Drawing.Size(305, 25)
  124. Me.TextBox2.TabIndex = 45
  125. '
  126. 'TextBox1
  127. '
  128. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. Me.TextBox1.Location = New System.Drawing.Point(49, 7)
  130. Me.TextBox1.Name = "TextBox1"
  131. Me.TextBox1.Size = New System.Drawing.Size(305, 25)
  132. Me.TextBox1.TabIndex = 44
  133. '
  134. 'Label5
  135. '
  136. Me.Label5.AutoSize = True
  137. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Label5.Location = New System.Drawing.Point(208, 103)
  139. Me.Label5.Name = "Label5"
  140. Me.Label5.Size = New System.Drawing.Size(73, 17)
  141. Me.Label5.TabIndex = 53
  142. Me.Label5.Text = "剩餘有效日"
  143. '
  144. '個人帳號管理
  145. '
  146. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  147. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  148. Me.ClientSize = New System.Drawing.Size(362, 206)
  149. Me.Controls.Add(Me.Label6)
  150. Me.Controls.Add(Me.TextBox5)
  151. Me.Controls.Add(Me.TextBox4)
  152. Me.Controls.Add(Me.Label4)
  153. Me.Controls.Add(Me.Button2)
  154. Me.Controls.Add(Me.TextBox3)
  155. Me.Controls.Add(Me.Label3)
  156. Me.Controls.Add(Me.Label2)
  157. Me.Controls.Add(Me.Label1)
  158. Me.Controls.Add(Me.TextBox2)
  159. Me.Controls.Add(Me.TextBox1)
  160. Me.Controls.Add(Me.Label5)
  161. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  163. Me.Name = "個人帳號管理"
  164. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  165. Me.Text = "個人帳號管理"
  166. Me.ResumeLayout(False)
  167. Me.PerformLayout()
  168. End Sub
  169. Friend WithEvents Label6 As Label
  170. Friend WithEvents TextBox5 As TextBox
  171. Friend WithEvents TextBox4 As TextBox
  172. Friend WithEvents Label4 As Label
  173. Friend WithEvents Button2 As Button
  174. Friend WithEvents TextBox3 As TextBox
  175. Friend WithEvents Label3 As Label
  176. Friend WithEvents Label2 As Label
  177. Friend WithEvents Label1 As Label
  178. Friend WithEvents TextBox2 As TextBox
  179. Friend WithEvents TextBox1 As TextBox
  180. Friend WithEvents Label5 As Label
  181. End Class