Нема описа
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 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.人員清單_dgv = New System.Windows.Forms.DataGridView()
  24. Me.重讀_bt = New System.Windows.Forms.Button()
  25. Me.離職_ch = New System.Windows.Forms.CheckBox()
  26. Me.UID_tb = New System.Windows.Forms.TextBox()
  27. Me.DIN_tb = New System.Windows.Forms.TextBox()
  28. Me.PIN_tb = New System.Windows.Forms.TextBox()
  29. Me.UserName_tb = New System.Windows.Forms.TextBox()
  30. Me.Sex_tb = New System.Windows.Forms.TextBox()
  31. Me.Password_tb = New System.Windows.Forms.TextBox()
  32. Me.PasswordQuestion_tb = New System.Windows.Forms.TextBox()
  33. Me.PasswordAnswer_tb = New System.Windows.Forms.TextBox()
  34. Me.已核准_ch = New System.Windows.Forms.CheckBox()
  35. Me.CreateDate_tb = New System.Windows.Forms.TextBox()
  36. Me.LastLoginDate_tb = New System.Windows.Forms.TextBox()
  37. Me.DeptId_tb = New System.Windows.Forms.TextBox()
  38. Me.AttId_tb = New System.Windows.Forms.TextBox()
  39. Me.RuleId_tb = New System.Windows.Forms.TextBox()
  40. Me.WeekendId_tb = New System.Windows.Forms.TextBox()
  41. Me.LastUpdatedUID_tb = New System.Windows.Forms.TextBox()
  42. Me.LastUpdatedDate_tb = New System.Windows.Forms.TextBox()
  43. Me.Comment_tb = New System.Windows.Forms.TextBox()
  44. Me.新增_tb = New System.Windows.Forms.Button()
  45. Me.修改_bt = New System.Windows.Forms.Button()
  46. Me.在職_ch = New System.Windows.Forms.CheckBox()
  47. Me.離職1_ch = New System.Windows.Forms.CheckBox()
  48. Me.全部_ch = New System.Windows.Forms.CheckBox()
  49. CType(Me.人員清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.SuspendLayout()
  51. '
  52. '人員清單_dgv
  53. '
  54. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  55. Me.人員清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  56. Me.人員清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  57. Or System.Windows.Forms.AnchorStyles.Left) _
  58. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  59. Me.人員清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  60. Me.人員清單_dgv.BackgroundColor = System.Drawing.Color.White
  61. Me.人員清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  62. Me.人員清單_dgv.Location = New System.Drawing.Point(2, 41)
  63. Me.人員清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  64. Me.人員清單_dgv.Name = "人員清單_dgv"
  65. Me.人員清單_dgv.RowHeadersWidth = 5
  66. Me.人員清單_dgv.RowTemplate.Height = 24
  67. Me.人員清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  68. Me.人員清單_dgv.Size = New System.Drawing.Size(1890, 927)
  69. Me.人員清單_dgv.TabIndex = 128
  70. '
  71. '重讀_bt
  72. '
  73. Me.重讀_bt.Location = New System.Drawing.Point(3, 3)
  74. Me.重讀_bt.Name = "重讀_bt"
  75. Me.重讀_bt.Size = New System.Drawing.Size(75, 35)
  76. Me.重讀_bt.TabIndex = 129
  77. Me.重讀_bt.Text = "重新讀取"
  78. Me.重讀_bt.UseVisualStyleBackColor = True
  79. '
  80. '離職_ch
  81. '
  82. Me.離職_ch.AutoSize = True
  83. Me.離職_ch.Location = New System.Drawing.Point(956, 11)
  84. Me.離職_ch.Name = "離職_ch"
  85. Me.離職_ch.Size = New System.Drawing.Size(50, 20)
  86. Me.離職_ch.TabIndex = 130
  87. Me.離職_ch.Text = "離職"
  88. Me.離職_ch.UseVisualStyleBackColor = True
  89. '
  90. 'UID_tb
  91. '
  92. Me.UID_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  93. Me.UID_tb.Location = New System.Drawing.Point(339, 9)
  94. Me.UID_tb.Name = "UID_tb"
  95. Me.UID_tb.Size = New System.Drawing.Size(59, 23)
  96. Me.UID_tb.TabIndex = 131
  97. '
  98. 'DIN_tb
  99. '
  100. Me.DIN_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  101. Me.DIN_tb.Location = New System.Drawing.Point(397, 9)
  102. Me.DIN_tb.Name = "DIN_tb"
  103. Me.DIN_tb.Size = New System.Drawing.Size(59, 23)
  104. Me.DIN_tb.TabIndex = 132
  105. '
  106. 'PIN_tb
  107. '
  108. Me.PIN_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  109. Me.PIN_tb.Location = New System.Drawing.Point(455, 9)
  110. Me.PIN_tb.Name = "PIN_tb"
  111. Me.PIN_tb.Size = New System.Drawing.Size(59, 23)
  112. Me.PIN_tb.TabIndex = 133
  113. '
  114. 'UserName_tb
  115. '
  116. Me.UserName_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  117. Me.UserName_tb.Location = New System.Drawing.Point(513, 9)
  118. Me.UserName_tb.Name = "UserName_tb"
  119. Me.UserName_tb.Size = New System.Drawing.Size(91, 23)
  120. Me.UserName_tb.TabIndex = 134
  121. '
  122. 'Sex_tb
  123. '
  124. Me.Sex_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  125. Me.Sex_tb.Location = New System.Drawing.Point(603, 9)
  126. Me.Sex_tb.Name = "Sex_tb"
  127. Me.Sex_tb.Size = New System.Drawing.Size(43, 23)
  128. Me.Sex_tb.TabIndex = 135
  129. '
  130. 'Password_tb
  131. '
  132. Me.Password_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  133. Me.Password_tb.Location = New System.Drawing.Point(645, 9)
  134. Me.Password_tb.Name = "Password_tb"
  135. Me.Password_tb.Size = New System.Drawing.Size(59, 23)
  136. Me.Password_tb.TabIndex = 136
  137. '
  138. 'PasswordQuestion_tb
  139. '
  140. Me.PasswordQuestion_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  141. Me.PasswordQuestion_tb.Location = New System.Drawing.Point(703, 9)
  142. Me.PasswordQuestion_tb.Name = "PasswordQuestion_tb"
  143. Me.PasswordQuestion_tb.Size = New System.Drawing.Size(91, 23)
  144. Me.PasswordQuestion_tb.TabIndex = 137
  145. '
  146. 'PasswordAnswer_tb
  147. '
  148. Me.PasswordAnswer_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  149. Me.PasswordAnswer_tb.Location = New System.Drawing.Point(793, 9)
  150. Me.PasswordAnswer_tb.Name = "PasswordAnswer_tb"
  151. Me.PasswordAnswer_tb.Size = New System.Drawing.Size(91, 23)
  152. Me.PasswordAnswer_tb.TabIndex = 138
  153. '
  154. '已核准_ch
  155. '
  156. Me.已核准_ch.AutoSize = True
  157. Me.已核准_ch.Location = New System.Drawing.Point(890, 11)
  158. Me.已核准_ch.Name = "已核准_ch"
  159. Me.已核准_ch.Size = New System.Drawing.Size(62, 20)
  160. Me.已核准_ch.TabIndex = 139
  161. Me.已核准_ch.Text = "已核准"
  162. Me.已核准_ch.UseVisualStyleBackColor = True
  163. '
  164. 'CreateDate_tb
  165. '
  166. Me.CreateDate_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  167. Me.CreateDate_tb.Location = New System.Drawing.Point(1012, 9)
  168. Me.CreateDate_tb.Name = "CreateDate_tb"
  169. Me.CreateDate_tb.Size = New System.Drawing.Size(163, 23)
  170. Me.CreateDate_tb.TabIndex = 140
  171. '
  172. 'LastLoginDate_tb
  173. '
  174. Me.LastLoginDate_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  175. Me.LastLoginDate_tb.Location = New System.Drawing.Point(1174, 9)
  176. Me.LastLoginDate_tb.Name = "LastLoginDate_tb"
  177. Me.LastLoginDate_tb.Size = New System.Drawing.Size(163, 23)
  178. Me.LastLoginDate_tb.TabIndex = 141
  179. '
  180. 'DeptId_tb
  181. '
  182. Me.DeptId_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  183. Me.DeptId_tb.Location = New System.Drawing.Point(1336, 9)
  184. Me.DeptId_tb.Name = "DeptId_tb"
  185. Me.DeptId_tb.Size = New System.Drawing.Size(59, 23)
  186. Me.DeptId_tb.TabIndex = 142
  187. '
  188. 'AttId_tb
  189. '
  190. Me.AttId_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  191. Me.AttId_tb.Location = New System.Drawing.Point(1394, 9)
  192. Me.AttId_tb.Name = "AttId_tb"
  193. Me.AttId_tb.Size = New System.Drawing.Size(59, 23)
  194. Me.AttId_tb.TabIndex = 143
  195. '
  196. 'RuleId_tb
  197. '
  198. Me.RuleId_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  199. Me.RuleId_tb.Location = New System.Drawing.Point(1452, 9)
  200. Me.RuleId_tb.Name = "RuleId_tb"
  201. Me.RuleId_tb.Size = New System.Drawing.Size(59, 23)
  202. Me.RuleId_tb.TabIndex = 144
  203. '
  204. 'WeekendId_tb
  205. '
  206. Me.WeekendId_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  207. Me.WeekendId_tb.Location = New System.Drawing.Point(1510, 9)
  208. Me.WeekendId_tb.Name = "WeekendId_tb"
  209. Me.WeekendId_tb.Size = New System.Drawing.Size(59, 23)
  210. Me.WeekendId_tb.TabIndex = 145
  211. '
  212. 'LastUpdatedUID_tb
  213. '
  214. Me.LastUpdatedUID_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  215. Me.LastUpdatedUID_tb.Location = New System.Drawing.Point(1568, 9)
  216. Me.LastUpdatedUID_tb.Name = "LastUpdatedUID_tb"
  217. Me.LastUpdatedUID_tb.Size = New System.Drawing.Size(59, 23)
  218. Me.LastUpdatedUID_tb.TabIndex = 146
  219. '
  220. 'LastUpdatedDate_tb
  221. '
  222. Me.LastUpdatedDate_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  223. Me.LastUpdatedDate_tb.Location = New System.Drawing.Point(1626, 9)
  224. Me.LastUpdatedDate_tb.Name = "LastUpdatedDate_tb"
  225. Me.LastUpdatedDate_tb.Size = New System.Drawing.Size(163, 23)
  226. Me.LastUpdatedDate_tb.TabIndex = 147
  227. '
  228. 'Comment_tb
  229. '
  230. Me.Comment_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  231. Me.Comment_tb.Location = New System.Drawing.Point(1788, 9)
  232. Me.Comment_tb.Name = "Comment_tb"
  233. Me.Comment_tb.Size = New System.Drawing.Size(59, 23)
  234. Me.Comment_tb.TabIndex = 148
  235. '
  236. '新增_tb
  237. '
  238. Me.新增_tb.Location = New System.Drawing.Point(231, 3)
  239. Me.新增_tb.Name = "新增_tb"
  240. Me.新增_tb.Size = New System.Drawing.Size(53, 35)
  241. Me.新增_tb.TabIndex = 149
  242. Me.新增_tb.Text = "新增"
  243. Me.新增_tb.UseVisualStyleBackColor = True
  244. '
  245. '修改_bt
  246. '
  247. Me.修改_bt.Location = New System.Drawing.Point(284, 3)
  248. Me.修改_bt.Name = "修改_bt"
  249. Me.修改_bt.Size = New System.Drawing.Size(53, 35)
  250. Me.修改_bt.TabIndex = 150
  251. Me.修改_bt.Text = "修改"
  252. Me.修改_bt.UseVisualStyleBackColor = True
  253. '
  254. '在職_ch
  255. '
  256. Me.在職_ch.AutoSize = True
  257. Me.在職_ch.Checked = True
  258. Me.在職_ch.CheckState = System.Windows.Forms.CheckState.Checked
  259. Me.在職_ch.Location = New System.Drawing.Point(131, 11)
  260. Me.在職_ch.Name = "在職_ch"
  261. Me.在職_ch.Size = New System.Drawing.Size(50, 20)
  262. Me.在職_ch.TabIndex = 151
  263. Me.在職_ch.Text = "在職"
  264. Me.在職_ch.UseVisualStyleBackColor = True
  265. '
  266. '離職1_ch
  267. '
  268. Me.離職1_ch.AutoSize = True
  269. Me.離職1_ch.Location = New System.Drawing.Point(183, 11)
  270. Me.離職1_ch.Name = "離職1_ch"
  271. Me.離職1_ch.Size = New System.Drawing.Size(50, 20)
  272. Me.離職1_ch.TabIndex = 152
  273. Me.離職1_ch.Text = "離職"
  274. Me.離職1_ch.UseVisualStyleBackColor = True
  275. '
  276. '全部_ch
  277. '
  278. Me.全部_ch.AutoSize = True
  279. Me.全部_ch.Location = New System.Drawing.Point(79, 12)
  280. Me.全部_ch.Name = "全部_ch"
  281. Me.全部_ch.Size = New System.Drawing.Size(50, 20)
  282. Me.全部_ch.TabIndex = 153
  283. Me.全部_ch.Text = "全部"
  284. Me.全部_ch.UseVisualStyleBackColor = True
  285. '
  286. '人員資料表
  287. '
  288. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  289. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  290. Me.ClientSize = New System.Drawing.Size(1894, 971)
  291. Me.Controls.Add(Me.修改_bt)
  292. Me.Controls.Add(Me.新增_tb)
  293. Me.Controls.Add(Me.Comment_tb)
  294. Me.Controls.Add(Me.LastUpdatedDate_tb)
  295. Me.Controls.Add(Me.LastUpdatedUID_tb)
  296. Me.Controls.Add(Me.WeekendId_tb)
  297. Me.Controls.Add(Me.RuleId_tb)
  298. Me.Controls.Add(Me.AttId_tb)
  299. Me.Controls.Add(Me.DeptId_tb)
  300. Me.Controls.Add(Me.LastLoginDate_tb)
  301. Me.Controls.Add(Me.CreateDate_tb)
  302. Me.Controls.Add(Me.已核准_ch)
  303. Me.Controls.Add(Me.PasswordAnswer_tb)
  304. Me.Controls.Add(Me.PasswordQuestion_tb)
  305. Me.Controls.Add(Me.Password_tb)
  306. Me.Controls.Add(Me.Sex_tb)
  307. Me.Controls.Add(Me.UserName_tb)
  308. Me.Controls.Add(Me.PIN_tb)
  309. Me.Controls.Add(Me.DIN_tb)
  310. Me.Controls.Add(Me.UID_tb)
  311. Me.Controls.Add(Me.離職_ch)
  312. Me.Controls.Add(Me.重讀_bt)
  313. Me.Controls.Add(Me.人員清單_dgv)
  314. Me.Controls.Add(Me.離職1_ch)
  315. Me.Controls.Add(Me.在職_ch)
  316. Me.Controls.Add(Me.全部_ch)
  317. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  319. Me.Name = "人員資料表"
  320. Me.Text = "人員資料表"
  321. CType(Me.人員清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  322. Me.ResumeLayout(False)
  323. Me.PerformLayout()
  324. End Sub
  325. Friend WithEvents 人員清單_dgv As DataGridView
  326. Friend WithEvents 重讀_bt As Button
  327. Friend WithEvents 離職_ch As CheckBox
  328. Friend WithEvents UID_tb As TextBox
  329. Friend WithEvents DIN_tb As TextBox
  330. Friend WithEvents PIN_tb As TextBox
  331. Friend WithEvents UserName_tb As TextBox
  332. Friend WithEvents Sex_tb As TextBox
  333. Friend WithEvents Password_tb As TextBox
  334. Friend WithEvents PasswordQuestion_tb As TextBox
  335. Friend WithEvents PasswordAnswer_tb As TextBox
  336. Friend WithEvents 已核准_ch As CheckBox
  337. Friend WithEvents CreateDate_tb As TextBox
  338. Friend WithEvents LastLoginDate_tb As TextBox
  339. Friend WithEvents DeptId_tb As TextBox
  340. Friend WithEvents AttId_tb As TextBox
  341. Friend WithEvents RuleId_tb As TextBox
  342. Friend WithEvents WeekendId_tb As TextBox
  343. Friend WithEvents LastUpdatedUID_tb As TextBox
  344. Friend WithEvents LastUpdatedDate_tb As TextBox
  345. Friend WithEvents Comment_tb As TextBox
  346. Friend WithEvents 新增_tb As Button
  347. Friend WithEvents 修改_bt As Button
  348. Friend WithEvents 在職_ch As CheckBox
  349. Friend WithEvents 離職1_ch As CheckBox
  350. Friend WithEvents 全部_ch As CheckBox
  351. End Class