Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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

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