Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

門禁權限管理.Designer.vb 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.語轉扭_bt = New System.Windows.Forms.Button()
  25. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  26. Me.TabControl1 = New System.Windows.Forms.TabControl()
  27. Me.TabPage1 = New System.Windows.Forms.TabPage()
  28. Me.帶入預設值_bt = New System.Windows.Forms.Button()
  29. Me.Panel1 = New System.Windows.Forms.Panel()
  30. Me.處別_tb = New System.Windows.Forms.TextBox()
  31. Me.姓名_tb = New System.Windows.Forms.TextBox()
  32. Me.預設權限_dgv = New System.Windows.Forms.DataGridView()
  33. Me.重讀2_bt = New System.Windows.Forms.Button()
  34. Me.資料寫入_bt = New System.Windows.Forms.Button()
  35. Me.人員門禁清單_dgv = New System.Windows.Forms.DataGridView()
  36. Me.TabPage2 = New System.Windows.Forms.TabPage()
  37. Me.人員記錄_dgv = New System.Windows.Forms.DataGridView()
  38. Me.門禁紀錄_dgv = New System.Windows.Forms.DataGridView()
  39. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  40. Me.門禁清單_dgv = New System.Windows.Forms.DataGridView()
  41. Me.TabControl1.SuspendLayout()
  42. Me.TabPage1.SuspendLayout()
  43. Me.Panel1.SuspendLayout()
  44. CType(Me.預設權限_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.人員門禁清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. Me.TabPage2.SuspendLayout()
  47. CType(Me.人員記錄_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. CType(Me.門禁紀錄_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.門禁清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  51. Me.SuspendLayout()
  52. '
  53. '語轉扭_bt
  54. '
  55. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  56. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  57. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  58. Me.語轉扭_bt.Location = New System.Drawing.Point(1311, 616)
  59. Me.語轉扭_bt.Name = "語轉扭_bt"
  60. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  61. Me.語轉扭_bt.TabIndex = 1353
  62. Me.語轉扭_bt.Text = "L"
  63. Me.語轉扭_bt.UseVisualStyleBackColor = True
  64. '
  65. 'ToolTip1
  66. '
  67. Me.ToolTip1.AutoPopDelay = 5000
  68. Me.ToolTip1.InitialDelay = 500
  69. Me.ToolTip1.IsBalloon = True
  70. Me.ToolTip1.ReshowDelay = 100
  71. Me.ToolTip1.ToolTipTitle = "illustrate"
  72. '
  73. 'TabControl1
  74. '
  75. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  76. Me.TabControl1.Controls.Add(Me.TabPage1)
  77. Me.TabControl1.Controls.Add(Me.TabPage2)
  78. Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  79. Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  80. Me.TabControl1.Name = "TabControl1"
  81. Me.TabControl1.SelectedIndex = 0
  82. Me.TabControl1.Size = New System.Drawing.Size(1349, 681)
  83. Me.TabControl1.TabIndex = 1384
  84. '
  85. 'TabPage1
  86. '
  87. Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  88. Me.TabPage1.Controls.Add(Me.語轉扭_bt)
  89. Me.TabPage1.Controls.Add(Me.帶入預設值_bt)
  90. Me.TabPage1.Controls.Add(Me.Panel1)
  91. Me.TabPage1.Controls.Add(Me.預設權限_dgv)
  92. Me.TabPage1.Controls.Add(Me.重讀2_bt)
  93. Me.TabPage1.Controls.Add(Me.資料寫入_bt)
  94. Me.TabPage1.Controls.Add(Me.人員門禁清單_dgv)
  95. Me.TabPage1.Location = New System.Drawing.Point(4, 28)
  96. Me.TabPage1.Name = "TabPage1"
  97. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  98. Me.TabPage1.Size = New System.Drawing.Size(1341, 649)
  99. Me.TabPage1.TabIndex = 0
  100. Me.TabPage1.Text = "門禁權限設定"
  101. Me.TabPage1.UseVisualStyleBackColor = True
  102. '
  103. '帶入預設值_bt
  104. '
  105. Me.帶入預設值_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  106. Me.帶入預設值_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Default_Programs
  107. Me.帶入預設值_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  108. Me.帶入預設值_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. Me.帶入預設值_bt.Location = New System.Drawing.Point(1274, 102)
  110. Me.帶入預設值_bt.Name = "帶入預設值_bt"
  111. Me.帶入預設值_bt.Size = New System.Drawing.Size(63, 50)
  112. Me.帶入預設值_bt.TabIndex = 1390
  113. Me.帶入預設值_bt.UseVisualStyleBackColor = True
  114. '
  115. 'Panel1
  116. '
  117. Me.Panel1.Controls.Add(Me.處別_tb)
  118. Me.Panel1.Controls.Add(Me.姓名_tb)
  119. Me.Panel1.Location = New System.Drawing.Point(38, 389)
  120. Me.Panel1.Name = "Panel1"
  121. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  122. Me.Panel1.TabIndex = 1389
  123. '
  124. '處別_tb
  125. '
  126. Me.處別_tb.Location = New System.Drawing.Point(3, 29)
  127. Me.處別_tb.Name = "處別_tb"
  128. Me.處別_tb.Size = New System.Drawing.Size(100, 23)
  129. Me.處別_tb.TabIndex = 1
  130. '
  131. '姓名_tb
  132. '
  133. Me.姓名_tb.Location = New System.Drawing.Point(3, 3)
  134. Me.姓名_tb.Name = "姓名_tb"
  135. Me.姓名_tb.Size = New System.Drawing.Size(100, 23)
  136. Me.姓名_tb.TabIndex = 0
  137. '
  138. '預設權限_dgv
  139. '
  140. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  141. Me.預設權限_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  142. Me.預設權限_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  143. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  144. Me.預設權限_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  145. Me.預設權限_dgv.BackgroundColor = System.Drawing.Color.White
  146. Me.預設權限_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  147. Me.預設權限_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  148. Me.預設權限_dgv.Location = New System.Drawing.Point(38, 27)
  149. Me.預設權限_dgv.Name = "預設權限_dgv"
  150. Me.預設權限_dgv.RowHeadersWidth = 5
  151. Me.預設權限_dgv.RowTemplate.Height = 24
  152. Me.預設權限_dgv.Size = New System.Drawing.Size(502, 356)
  153. Me.預設權限_dgv.TabIndex = 1387
  154. '
  155. '重讀2_bt
  156. '
  157. Me.重讀2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158. Me.重讀2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  159. Me.重讀2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  160. Me.重讀2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.重讀2_bt.Location = New System.Drawing.Point(1274, 50)
  162. Me.重讀2_bt.Name = "重讀2_bt"
  163. Me.重讀2_bt.Size = New System.Drawing.Size(63, 50)
  164. Me.重讀2_bt.TabIndex = 1386
  165. Me.重讀2_bt.UseVisualStyleBackColor = True
  166. '
  167. '資料寫入_bt
  168. '
  169. Me.資料寫入_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  170. Me.資料寫入_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  171. Me.資料寫入_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  172. Me.資料寫入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.資料寫入_bt.Location = New System.Drawing.Point(1274, -2)
  174. Me.資料寫入_bt.Name = "資料寫入_bt"
  175. Me.資料寫入_bt.Size = New System.Drawing.Size(63, 50)
  176. Me.資料寫入_bt.TabIndex = 1382
  177. Me.資料寫入_bt.UseVisualStyleBackColor = True
  178. '
  179. '人員門禁清單_dgv
  180. '
  181. Me.人員門禁清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  182. Or System.Windows.Forms.AnchorStyles.Left) _
  183. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  184. Me.人員門禁清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  185. Me.人員門禁清單_dgv.BackgroundColor = System.Drawing.Color.White
  186. Me.人員門禁清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  187. Me.人員門禁清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  188. Me.人員門禁清單_dgv.Location = New System.Drawing.Point(3, 2)
  189. Me.人員門禁清單_dgv.Name = "人員門禁清單_dgv"
  190. Me.人員門禁清單_dgv.RowHeadersWidth = 5
  191. Me.人員門禁清單_dgv.RowTemplate.Height = 24
  192. Me.人員門禁清單_dgv.Size = New System.Drawing.Size(1270, 639)
  193. Me.人員門禁清單_dgv.TabIndex = 1369
  194. '
  195. 'TabPage2
  196. '
  197. Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  198. Me.TabPage2.Controls.Add(Me.人員記錄_dgv)
  199. Me.TabPage2.Controls.Add(Me.門禁紀錄_dgv)
  200. Me.TabPage2.Controls.Add(Me.人員_dgv)
  201. Me.TabPage2.Controls.Add(Me.門禁清單_dgv)
  202. Me.TabPage2.Location = New System.Drawing.Point(4, 28)
  203. Me.TabPage2.Name = "TabPage2"
  204. Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  205. Me.TabPage2.Size = New System.Drawing.Size(1341, 649)
  206. Me.TabPage2.TabIndex = 1
  207. Me.TabPage2.Text = "門禁記錄"
  208. Me.TabPage2.UseVisualStyleBackColor = True
  209. '
  210. '人員記錄_dgv
  211. '
  212. Me.人員記錄_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  213. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  214. Me.人員記錄_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  215. Me.人員記錄_dgv.BackgroundColor = System.Drawing.Color.White
  216. Me.人員記錄_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  217. Me.人員記錄_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  218. Me.人員記錄_dgv.Location = New System.Drawing.Point(875, 1)
  219. Me.人員記錄_dgv.Name = "人員記錄_dgv"
  220. Me.人員記錄_dgv.RowHeadersWidth = 5
  221. Me.人員記錄_dgv.RowTemplate.Height = 24
  222. Me.人員記錄_dgv.Size = New System.Drawing.Size(462, 642)
  223. Me.人員記錄_dgv.TabIndex = 1392
  224. '
  225. '門禁紀錄_dgv
  226. '
  227. Me.門禁紀錄_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  228. Or System.Windows.Forms.AnchorStyles.Left) _
  229. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  230. Me.門禁紀錄_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  231. Me.門禁紀錄_dgv.BackgroundColor = System.Drawing.Color.White
  232. Me.門禁紀錄_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  233. Me.門禁紀錄_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  234. Me.門禁紀錄_dgv.Location = New System.Drawing.Point(249, 1)
  235. Me.門禁紀錄_dgv.Name = "門禁紀錄_dgv"
  236. Me.門禁紀錄_dgv.RowHeadersWidth = 5
  237. Me.門禁紀錄_dgv.RowTemplate.Height = 24
  238. Me.門禁紀錄_dgv.Size = New System.Drawing.Size(379, 642)
  239. Me.門禁紀錄_dgv.TabIndex = 1391
  240. '
  241. '人員_dgv
  242. '
  243. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  244. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  245. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  246. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  247. Me.人員_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  248. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  249. Me.人員_dgv.Location = New System.Drawing.Point(629, 1)
  250. Me.人員_dgv.Name = "人員_dgv"
  251. Me.人員_dgv.RowHeadersWidth = 5
  252. Me.人員_dgv.RowTemplate.Height = 24
  253. Me.人員_dgv.Size = New System.Drawing.Size(247, 642)
  254. Me.人員_dgv.TabIndex = 1390
  255. '
  256. '門禁清單_dgv
  257. '
  258. Me.門禁清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  259. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  260. Me.門禁清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  261. Me.門禁清單_dgv.BackgroundColor = System.Drawing.Color.White
  262. Me.門禁清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  263. Me.門禁清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  264. Me.門禁清單_dgv.Location = New System.Drawing.Point(3, 1)
  265. Me.門禁清單_dgv.Name = "門禁清單_dgv"
  266. Me.門禁清單_dgv.RowHeadersWidth = 5
  267. Me.門禁清單_dgv.RowTemplate.Height = 24
  268. Me.門禁清單_dgv.Size = New System.Drawing.Size(247, 642)
  269. Me.門禁清單_dgv.TabIndex = 1389
  270. '
  271. '門禁權限管理
  272. '
  273. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  274. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  275. Me.ClientSize = New System.Drawing.Size(1349, 681)
  276. Me.Controls.Add(Me.TabControl1)
  277. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  278. Me.Margin = New System.Windows.Forms.Padding(4)
  279. Me.Name = "門禁權限管理"
  280. Me.Text = "門禁權限管理"
  281. Me.TabControl1.ResumeLayout(False)
  282. Me.TabPage1.ResumeLayout(False)
  283. Me.Panel1.ResumeLayout(False)
  284. Me.Panel1.PerformLayout()
  285. CType(Me.預設權限_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  286. CType(Me.人員門禁清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  287. Me.TabPage2.ResumeLayout(False)
  288. CType(Me.人員記錄_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  289. CType(Me.門禁紀錄_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  290. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  291. CType(Me.門禁清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  292. Me.ResumeLayout(False)
  293. End Sub
  294. Friend WithEvents 語轉扭_bt As Button
  295. Friend WithEvents ToolTip1 As ToolTip
  296. Friend WithEvents TabControl1 As TabControl
  297. Friend WithEvents TabPage1 As TabPage
  298. Friend WithEvents 重讀2_bt As Button
  299. Friend WithEvents 資料寫入_bt As Button
  300. Friend WithEvents 人員門禁清單_dgv As DataGridView
  301. Friend WithEvents TabPage2 As TabPage
  302. Friend WithEvents 預設權限_dgv As DataGridView
  303. Friend WithEvents Panel1 As Panel
  304. Friend WithEvents 處別_tb As TextBox
  305. Friend WithEvents 姓名_tb As TextBox
  306. Friend WithEvents 帶入預設值_bt As Button
  307. Friend WithEvents 門禁清單_dgv As DataGridView
  308. Friend WithEvents 人員_dgv As DataGridView
  309. Friend WithEvents 人員記錄_dgv As DataGridView
  310. Friend WithEvents 門禁紀錄_dgv As DataGridView
  311. End Class