暫無描述
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.

人員ID卡系統配置設定.Designer.vb 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 人員ID卡系統配置設定
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(人員ID卡系統配置設定))
  24. Me.卡片配對_bt = New System.Windows.Forms.Button()
  25. Me.ID卡號_tb = New System.Windows.Forms.TextBox()
  26. Me.ID卡號_lb = New System.Windows.Forms.Label()
  27. Me.帳號_tb = New System.Windows.Forms.TextBox()
  28. Me.帳號_lb = New System.Windows.Forms.Label()
  29. Me.姓名_tb = New System.Windows.Forms.TextBox()
  30. Me.姓名_lb = New System.Windows.Forms.Label()
  31. Me.系統使用人員資料表_lb = New System.Windows.Forms.Label()
  32. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.解釋_ib = New System.Windows.Forms.Label()
  34. Me.清除_bt = New System.Windows.Forms.Button()
  35. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  36. Me.語轉扭_bt = New System.Windows.Forms.Button()
  37. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  38. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  39. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  40. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.SuspendLayout()
  43. '
  44. '卡片配對_bt
  45. '
  46. Me.卡片配對_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  47. Me.卡片配對_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  48. Me.卡片配對_bt.Location = New System.Drawing.Point(734, 2)
  49. Me.卡片配對_bt.Name = "卡片配對_bt"
  50. Me.卡片配對_bt.Size = New System.Drawing.Size(73, 61)
  51. Me.卡片配對_bt.TabIndex = 726
  52. Me.卡片配對_bt.Text = "卡片配對"
  53. Me.卡片配對_bt.UseVisualStyleBackColor = True
  54. '
  55. 'ID卡號_tb
  56. '
  57. Me.ID卡號_tb.ImeMode = System.Windows.Forms.ImeMode.Disable
  58. Me.ID卡號_tb.Location = New System.Drawing.Point(989, 55)
  59. Me.ID卡號_tb.Name = "ID卡號_tb"
  60. Me.ID卡號_tb.Size = New System.Drawing.Size(182, 23)
  61. Me.ID卡號_tb.TabIndex = 725
  62. '
  63. 'ID卡號_lb
  64. '
  65. Me.ID卡號_lb.AutoSize = True
  66. Me.ID卡號_lb.Location = New System.Drawing.Point(889, 58)
  67. Me.ID卡號_lb.Name = "ID卡號_lb"
  68. Me.ID卡號_lb.Size = New System.Drawing.Size(44, 16)
  69. Me.ID卡號_lb.TabIndex = 724
  70. Me.ID卡號_lb.Text = "ID卡號"
  71. '
  72. '帳號_tb
  73. '
  74. Me.帳號_tb.Location = New System.Drawing.Point(947, 29)
  75. Me.帳號_tb.Name = "帳號_tb"
  76. Me.帳號_tb.Size = New System.Drawing.Size(224, 23)
  77. Me.帳號_tb.TabIndex = 723
  78. '
  79. '帳號_lb
  80. '
  81. Me.帳號_lb.AutoSize = True
  82. Me.帳號_lb.Location = New System.Drawing.Point(889, 33)
  83. Me.帳號_lb.Name = "帳號_lb"
  84. Me.帳號_lb.Size = New System.Drawing.Size(32, 16)
  85. Me.帳號_lb.TabIndex = 722
  86. Me.帳號_lb.Text = "帳號"
  87. '
  88. '姓名_tb
  89. '
  90. Me.姓名_tb.Location = New System.Drawing.Point(947, 3)
  91. Me.姓名_tb.Name = "姓名_tb"
  92. Me.姓名_tb.Size = New System.Drawing.Size(225, 23)
  93. Me.姓名_tb.TabIndex = 721
  94. '
  95. '姓名_lb
  96. '
  97. Me.姓名_lb.AutoSize = True
  98. Me.姓名_lb.Location = New System.Drawing.Point(889, 6)
  99. Me.姓名_lb.Name = "姓名_lb"
  100. Me.姓名_lb.Size = New System.Drawing.Size(32, 16)
  101. Me.姓名_lb.TabIndex = 720
  102. Me.姓名_lb.Text = "姓名"
  103. '
  104. '系統使用人員資料表_lb
  105. '
  106. Me.系統使用人員資料表_lb.AutoSize = True
  107. Me.系統使用人員資料表_lb.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.系統使用人員資料表_lb.Location = New System.Drawing.Point(3, 2)
  109. Me.系統使用人員資料表_lb.Name = "系統使用人員資料表_lb"
  110. Me.系統使用人員資料表_lb.Size = New System.Drawing.Size(229, 30)
  111. Me.系統使用人員資料表_lb.TabIndex = 719
  112. Me.系統使用人員資料表_lb.Text = "系統使用人員資料表"
  113. '
  114. '清單_dgv
  115. '
  116. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  117. Or System.Windows.Forms.AnchorStyles.Left) _
  118. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  119. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  120. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  121. Me.清單_dgv.Location = New System.Drawing.Point(4, 81)
  122. Me.清單_dgv.Name = "清單_dgv"
  123. Me.清單_dgv.RowHeadersWidth = 5
  124. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  126. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  127. Me.清單_dgv.RowTemplate.Height = 24
  128. Me.清單_dgv.Size = New System.Drawing.Size(1175, 595)
  129. Me.清單_dgv.TabIndex = 718
  130. '
  131. '解釋_ib
  132. '
  133. Me.解釋_ib.AutoSize = True
  134. Me.解釋_ib.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.解釋_ib.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  136. Me.解釋_ib.Location = New System.Drawing.Point(2, 31)
  137. Me.解釋_ib.Name = "解釋_ib"
  138. Me.解釋_ib.Size = New System.Drawing.Size(774, 48)
  139. Me.解釋_ib.TabIndex = 727
  140. Me.解釋_ib.Text = resources.GetString("解釋_ib.Text")
  141. '
  142. '清除_bt
  143. '
  144. Me.清除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.清除_bt.ForeColor = System.Drawing.Color.Red
  146. Me.清除_bt.Location = New System.Drawing.Point(813, 2)
  147. Me.清除_bt.Name = "清除_bt"
  148. Me.清除_bt.Size = New System.Drawing.Size(70, 61)
  149. Me.清除_bt.TabIndex = 728
  150. Me.清除_bt.Text = "清除"
  151. Me.清除_bt.UseVisualStyleBackColor = True
  152. '
  153. '語言_dgv
  154. '
  155. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  156. Me.語言_dgv.Location = New System.Drawing.Point(46, 158)
  157. Me.語言_dgv.Name = "語言_dgv"
  158. Me.語言_dgv.RowHeadersWidth = 5
  159. Me.語言_dgv.RowTemplate.Height = 24
  160. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  161. Me.語言_dgv.TabIndex = 729
  162. Me.語言_dgv.Visible = False
  163. '
  164. '語轉扭_bt
  165. '
  166. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  168. Me.語轉扭_bt.Location = New System.Drawing.Point(703, 3)
  169. Me.語轉扭_bt.Name = "語轉扭_bt"
  170. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  171. Me.語轉扭_bt.TabIndex = 1654
  172. Me.語轉扭_bt.Text = "L"
  173. Me.語轉扭_bt.UseVisualStyleBackColor = True
  174. '
  175. '小間距1_ch
  176. '
  177. Me.小間距1_ch.AutoSize = True
  178. Me.小間距1_ch.Location = New System.Drawing.Point(565, 7)
  179. Me.小間距1_ch.Name = "小間距1_ch"
  180. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  181. Me.小間距1_ch.TabIndex = 1651
  182. Me.小間距1_ch.Text = "L1"
  183. Me.小間距1_ch.UseVisualStyleBackColor = True
  184. '
  185. '中間距1_ch
  186. '
  187. Me.中間距1_ch.AutoSize = True
  188. Me.中間距1_ch.Location = New System.Drawing.Point(611, 7)
  189. Me.中間距1_ch.Name = "中間距1_ch"
  190. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  191. Me.中間距1_ch.TabIndex = 1652
  192. Me.中間距1_ch.Text = "L2"
  193. Me.中間距1_ch.UseVisualStyleBackColor = True
  194. '
  195. '大間距1_ch
  196. '
  197. Me.大間距1_ch.AutoSize = True
  198. Me.大間距1_ch.Location = New System.Drawing.Point(657, 7)
  199. Me.大間距1_ch.Name = "大間距1_ch"
  200. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  201. Me.大間距1_ch.TabIndex = 1653
  202. Me.大間距1_ch.Text = "L3"
  203. Me.大間距1_ch.UseVisualStyleBackColor = True
  204. '
  205. '人員ID卡系統配置設定
  206. '
  207. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  208. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  209. Me.ClientSize = New System.Drawing.Size(1183, 681)
  210. Me.Controls.Add(Me.語轉扭_bt)
  211. Me.Controls.Add(Me.小間距1_ch)
  212. Me.Controls.Add(Me.中間距1_ch)
  213. Me.Controls.Add(Me.大間距1_ch)
  214. Me.Controls.Add(Me.語言_dgv)
  215. Me.Controls.Add(Me.卡片配對_bt)
  216. Me.Controls.Add(Me.清除_bt)
  217. Me.Controls.Add(Me.系統使用人員資料表_lb)
  218. Me.Controls.Add(Me.ID卡號_tb)
  219. Me.Controls.Add(Me.ID卡號_lb)
  220. Me.Controls.Add(Me.帳號_tb)
  221. Me.Controls.Add(Me.帳號_lb)
  222. Me.Controls.Add(Me.姓名_tb)
  223. Me.Controls.Add(Me.姓名_lb)
  224. Me.Controls.Add(Me.清單_dgv)
  225. Me.Controls.Add(Me.解釋_ib)
  226. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  228. Me.Name = "人員ID卡系統配置設定"
  229. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  230. Me.Text = "人員ID卡系統配置設定"
  231. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  232. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  233. Me.ResumeLayout(False)
  234. Me.PerformLayout()
  235. End Sub
  236. Friend WithEvents 卡片配對_bt As Button
  237. Friend WithEvents ID卡號_tb As TextBox
  238. Friend WithEvents ID卡號_lb As Label
  239. Friend WithEvents 帳號_tb As TextBox
  240. Friend WithEvents 帳號_lb As Label
  241. Friend WithEvents 姓名_tb As TextBox
  242. Friend WithEvents 姓名_lb As Label
  243. Friend WithEvents 系統使用人員資料表_lb As Label
  244. Friend WithEvents 清單_dgv As DataGridView
  245. Friend WithEvents 解釋_ib As Label
  246. Friend WithEvents 清除_bt As Button
  247. Friend WithEvents 語言_dgv As DataGridView
  248. Friend WithEvents 語轉扭_bt As Button
  249. Friend WithEvents 小間距1_ch As CheckBox
  250. Friend WithEvents 中間距1_ch As CheckBox
  251. Friend WithEvents 大間距1_ch As CheckBox
  252. End Class