Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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.components = New System.ComponentModel.Container()
  23. Me.帳號_lb = New System.Windows.Forms.Label()
  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.剩餘有效日_lb = New System.Windows.Forms.Label()
  28. Me.天_lb = New System.Windows.Forms.Label()
  29. Me.Panel1 = New System.Windows.Forms.Panel()
  30. Me.主題_lb = New System.Windows.Forms.Label()
  31. Me.Cancel_bt = New System.Windows.Forms.Button()
  32. Me.pnlTitleBar = New System.Windows.Forms.Panel()
  33. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  34. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  35. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  36. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  37. Me.姓名_rtb = New System.Windows.Forms.TextBox()
  38. Me.帳號_rtb = New System.Windows.Forms.TextBox()
  39. Me.密碼_rtb = New System.Windows.Forms.TextBox()
  40. Me.上次修改日期_rtb = New System.Windows.Forms.TextBox()
  41. Me.剩餘有效日_rtb = New System.Windows.Forms.TextBox()
  42. Me.存檔_rbt = New System.Windows.Forms.Button()
  43. Me.Panel1.SuspendLayout()
  44. Me.pnlTitleBar.SuspendLayout()
  45. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. Me.SuspendLayout()
  47. '
  48. '帳號_lb
  49. '
  50. Me.帳號_lb.AutoSize = True
  51. Me.帳號_lb.BackColor = System.Drawing.Color.Transparent
  52. Me.帳號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.帳號_lb.Location = New System.Drawing.Point(5, 32)
  54. Me.帳號_lb.Name = "帳號_lb"
  55. Me.帳號_lb.Size = New System.Drawing.Size(34, 17)
  56. Me.帳號_lb.TabIndex = 36
  57. Me.帳號_lb.Text = "帳號"
  58. '
  59. '密碼_lb
  60. '
  61. Me.密碼_lb.AutoSize = True
  62. Me.密碼_lb.BackColor = System.Drawing.Color.Transparent
  63. Me.密碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  64. Me.密碼_lb.Location = New System.Drawing.Point(6, 57)
  65. Me.密碼_lb.Name = "密碼_lb"
  66. Me.密碼_lb.Size = New System.Drawing.Size(34, 17)
  67. Me.密碼_lb.TabIndex = 35
  68. Me.密碼_lb.Text = "密碼"
  69. '
  70. '姓名_lb
  71. '
  72. Me.姓名_lb.AutoSize = True
  73. Me.姓名_lb.BackColor = System.Drawing.Color.Transparent
  74. Me.姓名_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  75. Me.姓名_lb.Location = New System.Drawing.Point(5, 7)
  76. Me.姓名_lb.Name = "姓名_lb"
  77. Me.姓名_lb.Size = New System.Drawing.Size(34, 17)
  78. Me.姓名_lb.TabIndex = 34
  79. Me.姓名_lb.Text = "姓名"
  80. '
  81. '上次修改日期_lb
  82. '
  83. Me.上次修改日期_lb.BackColor = System.Drawing.Color.Transparent
  84. Me.上次修改日期_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. Me.上次修改日期_lb.Location = New System.Drawing.Point(9, 81)
  86. Me.上次修改日期_lb.Name = "上次修改日期_lb"
  87. Me.上次修改日期_lb.Size = New System.Drawing.Size(169, 19)
  88. Me.上次修改日期_lb.TabIndex = 39
  89. Me.上次修改日期_lb.Text = " 上次修改日期"
  90. Me.上次修改日期_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  91. '
  92. '剩餘有效日_lb
  93. '
  94. Me.剩餘有效日_lb.BackColor = System.Drawing.Color.Transparent
  95. Me.剩餘有效日_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.剩餘有效日_lb.Location = New System.Drawing.Point(6, 107)
  97. Me.剩餘有效日_lb.Name = "剩餘有效日_lb"
  98. Me.剩餘有效日_lb.Size = New System.Drawing.Size(136, 17)
  99. Me.剩餘有效日_lb.TabIndex = 41
  100. Me.剩餘有效日_lb.Text = " 剩餘有效日"
  101. Me.剩餘有效日_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  102. '
  103. '天_lb
  104. '
  105. Me.天_lb.AutoSize = True
  106. Me.天_lb.BackColor = System.Drawing.Color.Transparent
  107. Me.天_lb.Location = New System.Drawing.Point(246, 108)
  108. Me.天_lb.Name = "天_lb"
  109. Me.天_lb.Size = New System.Drawing.Size(30, 16)
  110. Me.天_lb.TabIndex = 43
  111. Me.天_lb.Text = "Hari"
  112. '
  113. 'Panel1
  114. '
  115. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  116. Or System.Windows.Forms.AnchorStyles.Left) _
  117. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  118. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  119. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  120. Me.Panel1.Controls.Add(Me.存檔_rbt)
  121. Me.Panel1.Controls.Add(Me.剩餘有效日_rtb)
  122. Me.Panel1.Controls.Add(Me.上次修改日期_rtb)
  123. Me.Panel1.Controls.Add(Me.密碼_rtb)
  124. Me.Panel1.Controls.Add(Me.帳號_rtb)
  125. Me.Panel1.Controls.Add(Me.姓名_rtb)
  126. Me.Panel1.Controls.Add(Me.姓名_lb)
  127. Me.Panel1.Controls.Add(Me.剩餘有效日_lb)
  128. Me.Panel1.Controls.Add(Me.密碼_lb)
  129. Me.Panel1.Controls.Add(Me.帳號_lb)
  130. Me.Panel1.Controls.Add(Me.上次修改日期_lb)
  131. Me.Panel1.Controls.Add(Me.天_lb)
  132. Me.Panel1.Location = New System.Drawing.Point(4, 34)
  133. Me.Panel1.Name = "Panel1"
  134. Me.Panel1.Size = New System.Drawing.Size(346, 133)
  135. Me.Panel1.TabIndex = 1724
  136. '
  137. '主題_lb
  138. '
  139. Me.主題_lb.AutoSize = True
  140. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  141. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.主題_lb.Location = New System.Drawing.Point(10, 9)
  143. Me.主題_lb.Name = "主題_lb"
  144. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  145. Me.主題_lb.TabIndex = 1725
  146. Me.主題_lb.Text = "Label1"
  147. '
  148. 'Cancel_bt
  149. '
  150. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  151. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  152. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  153. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  154. Me.Cancel_bt.Location = New System.Drawing.Point(324, 4)
  155. Me.Cancel_bt.Name = "Cancel_bt"
  156. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  157. Me.Cancel_bt.TabIndex = 1726
  158. Me.Cancel_bt.Text = "X"
  159. Me.Cancel_bt.UseVisualStyleBackColor = False
  160. '
  161. 'pnlTitleBar
  162. '
  163. Me.pnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  164. Or System.Windows.Forms.AnchorStyles.Left) _
  165. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  166. Me.pnlTitleBar.BackColor = System.Drawing.Color.Transparent
  167. Me.pnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  168. Me.pnlTitleBar.Controls.Add(Me.語言_dgv)
  169. Me.pnlTitleBar.Location = New System.Drawing.Point(0, 0)
  170. Me.pnlTitleBar.Name = "pnlTitleBar"
  171. Me.pnlTitleBar.Size = New System.Drawing.Size(354, 170)
  172. Me.pnlTitleBar.TabIndex = 1727
  173. '
  174. '語言_dgv
  175. '
  176. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  177. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  178. Me.語言_dgv.Location = New System.Drawing.Point(174, 53)
  179. Me.語言_dgv.Name = "語言_dgv"
  180. Me.語言_dgv.RowTemplate.Height = 24
  181. Me.語言_dgv.Size = New System.Drawing.Size(70, 73)
  182. Me.語言_dgv.TabIndex = 1724
  183. Me.語言_dgv.Visible = False
  184. '
  185. 'Column1
  186. '
  187. Me.Column1.HeaderText = "Column1"
  188. Me.Column1.Name = "Column1"
  189. '
  190. 'Column2
  191. '
  192. Me.Column2.HeaderText = "Column2"
  193. Me.Column2.Name = "Column2"
  194. '
  195. 'ToolTip1
  196. '
  197. Me.ToolTip1.AutoPopDelay = 5000
  198. Me.ToolTip1.InitialDelay = 500
  199. Me.ToolTip1.IsBalloon = True
  200. Me.ToolTip1.ReshowDelay = 100
  201. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  202. Me.ToolTip1.ToolTipTitle = "illustrate"
  203. '
  204. '姓名_rtb
  205. '
  206. Me.姓名_rtb.Location = New System.Drawing.Point(73, 5)
  207. Me.姓名_rtb.Name = "姓名_rtb"
  208. Me.姓名_rtb.Size = New System.Drawing.Size(264, 23)
  209. Me.姓名_rtb.TabIndex = 44
  210. '
  211. '帳號_rtb
  212. '
  213. Me.帳號_rtb.Location = New System.Drawing.Point(73, 30)
  214. Me.帳號_rtb.Name = "帳號_rtb"
  215. Me.帳號_rtb.Size = New System.Drawing.Size(264, 23)
  216. Me.帳號_rtb.TabIndex = 45
  217. '
  218. '密碼_rtb
  219. '
  220. Me.密碼_rtb.Location = New System.Drawing.Point(73, 55)
  221. Me.密碼_rtb.Name = "密碼_rtb"
  222. Me.密碼_rtb.Size = New System.Drawing.Size(264, 23)
  223. Me.密碼_rtb.TabIndex = 46
  224. '
  225. '上次修改日期_rtb
  226. '
  227. Me.上次修改日期_rtb.Location = New System.Drawing.Point(184, 80)
  228. Me.上次修改日期_rtb.Name = "上次修改日期_rtb"
  229. Me.上次修改日期_rtb.Size = New System.Drawing.Size(92, 23)
  230. Me.上次修改日期_rtb.TabIndex = 47
  231. '
  232. '剩餘有效日_rtb
  233. '
  234. Me.剩餘有效日_rtb.Location = New System.Drawing.Point(148, 105)
  235. Me.剩餘有效日_rtb.Name = "剩餘有效日_rtb"
  236. Me.剩餘有效日_rtb.Size = New System.Drawing.Size(92, 23)
  237. Me.剩餘有效日_rtb.TabIndex = 48
  238. '
  239. '存檔_rbt
  240. '
  241. Me.存檔_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.SAVER
  242. Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  243. Me.存檔_rbt.Location = New System.Drawing.Point(282, 81)
  244. Me.存檔_rbt.Name = "存檔_rbt"
  245. Me.存檔_rbt.Size = New System.Drawing.Size(55, 47)
  246. Me.存檔_rbt.TabIndex = 49
  247. Me.存檔_rbt.UseVisualStyleBackColor = True
  248. '
  249. '個人帳號管理
  250. '
  251. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  252. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  253. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  254. Me.ClientSize = New System.Drawing.Size(354, 170)
  255. Me.Controls.Add(Me.Cancel_bt)
  256. Me.Controls.Add(Me.主題_lb)
  257. Me.Controls.Add(Me.Panel1)
  258. Me.Controls.Add(Me.pnlTitleBar)
  259. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  260. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  261. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  262. Me.Name = "個人帳號管理"
  263. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  264. Me.Text = "個人帳號管理"
  265. Me.Panel1.ResumeLayout(False)
  266. Me.Panel1.PerformLayout()
  267. Me.pnlTitleBar.ResumeLayout(False)
  268. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  269. Me.ResumeLayout(False)
  270. Me.PerformLayout()
  271. End Sub
  272. Friend WithEvents 帳號_lb As Label
  273. Friend WithEvents 密碼_lb As Label
  274. Friend WithEvents 姓名_lb As Label
  275. Friend WithEvents 上次修改日期_lb As Label
  276. Friend WithEvents 剩餘有效日_lb As Label
  277. Friend WithEvents 天_lb As Label
  278. Friend WithEvents Panel1 As Panel
  279. Friend WithEvents 主題_lb As Label
  280. Friend WithEvents Cancel_bt As Button
  281. Friend WithEvents pnlTitleBar As Panel
  282. Friend WithEvents 語言_dgv As DataGridView
  283. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  284. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  285. Friend WithEvents ToolTip1 As ToolTip
  286. Friend WithEvents 存檔_rbt As Button
  287. Friend WithEvents 剩餘有效日_rtb As TextBox
  288. Friend WithEvents 上次修改日期_rtb As TextBox
  289. Friend WithEvents 密碼_rtb As TextBox
  290. Friend WithEvents 帳號_rtb As TextBox
  291. Friend WithEvents 姓名_rtb As TextBox
  292. End Class