Sin descripción
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 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. Me.人事資料表清單_lb = New System.Windows.Forms.Label()
  24. Me.在職員工_dgv = New System.Windows.Forms.DataGridView()
  25. Me.姓名_tb = New System.Windows.Forms.TextBox()
  26. Me.姓名_lb = New System.Windows.Forms.Label()
  27. Me.帳號_tb = New System.Windows.Forms.TextBox()
  28. Me.帳號_lb = New System.Windows.Forms.Label()
  29. Me.ID卡號_tb = New System.Windows.Forms.TextBox()
  30. Me.ID卡號_lb = New System.Windows.Forms.Label()
  31. Me.卡片配對_bt = New System.Windows.Forms.Button()
  32. CType(Me.在職員工_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  33. Me.SuspendLayout()
  34. '
  35. '人事資料表清單_lb
  36. '
  37. Me.人事資料表清單_lb.AutoSize = True
  38. Me.人事資料表清單_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  39. Me.人事資料表清單_lb.Location = New System.Drawing.Point(8, 3)
  40. Me.人事資料表清單_lb.Name = "人事資料表清單_lb"
  41. Me.人事資料表清單_lb.Size = New System.Drawing.Size(143, 24)
  42. Me.人事資料表清單_lb.TabIndex = 701
  43. Me.人事資料表清單_lb.Text = "人事資料表清單"
  44. '
  45. '在職員工_dgv
  46. '
  47. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  48. Me.在職員工_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  49. Me.在職員工_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  50. Or System.Windows.Forms.AnchorStyles.Left) _
  51. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  52. Me.在職員工_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  53. Me.在職員工_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  54. Me.在職員工_dgv.Location = New System.Drawing.Point(12, 31)
  55. Me.在職員工_dgv.Name = "在職員工_dgv"
  56. Me.在職員工_dgv.RowHeadersWidth = 5
  57. Me.在職員工_dgv.RowTemplate.Height = 24
  58. Me.在職員工_dgv.Size = New System.Drawing.Size(886, 416)
  59. Me.在職員工_dgv.TabIndex = 700
  60. '
  61. '姓名_tb
  62. '
  63. Me.姓名_tb.Location = New System.Drawing.Point(227, 4)
  64. Me.姓名_tb.Name = "姓名_tb"
  65. Me.姓名_tb.Size = New System.Drawing.Size(99, 23)
  66. Me.姓名_tb.TabIndex = 712
  67. '
  68. '姓名_lb
  69. '
  70. Me.姓名_lb.AutoSize = True
  71. Me.姓名_lb.Location = New System.Drawing.Point(194, 8)
  72. Me.姓名_lb.Name = "姓名_lb"
  73. Me.姓名_lb.Size = New System.Drawing.Size(32, 16)
  74. Me.姓名_lb.TabIndex = 711
  75. Me.姓名_lb.Text = "姓名"
  76. '
  77. '帳號_tb
  78. '
  79. Me.帳號_tb.Location = New System.Drawing.Point(367, 4)
  80. Me.帳號_tb.Name = "帳號_tb"
  81. Me.帳號_tb.Size = New System.Drawing.Size(112, 23)
  82. Me.帳號_tb.TabIndex = 714
  83. '
  84. '帳號_lb
  85. '
  86. Me.帳號_lb.AutoSize = True
  87. Me.帳號_lb.Location = New System.Drawing.Point(331, 7)
  88. Me.帳號_lb.Name = "帳號_lb"
  89. Me.帳號_lb.Size = New System.Drawing.Size(32, 16)
  90. Me.帳號_lb.TabIndex = 713
  91. Me.帳號_lb.Text = "帳號"
  92. '
  93. 'ID卡號_tb
  94. '
  95. Me.ID卡號_tb.Location = New System.Drawing.Point(535, 5)
  96. Me.ID卡號_tb.Name = "ID卡號_tb"
  97. Me.ID卡號_tb.Size = New System.Drawing.Size(186, 23)
  98. Me.ID卡號_tb.TabIndex = 716
  99. '
  100. 'ID卡號_lb
  101. '
  102. Me.ID卡號_lb.AutoSize = True
  103. Me.ID卡號_lb.Location = New System.Drawing.Point(485, 8)
  104. Me.ID卡號_lb.Name = "ID卡號_lb"
  105. Me.ID卡號_lb.Size = New System.Drawing.Size(44, 16)
  106. Me.ID卡號_lb.TabIndex = 715
  107. Me.ID卡號_lb.Text = "ID卡號"
  108. '
  109. '卡片配對_bt
  110. '
  111. Me.卡片配對_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.卡片配對_bt.Location = New System.Drawing.Point(727, 4)
  113. Me.卡片配對_bt.Name = "卡片配對_bt"
  114. Me.卡片配對_bt.Size = New System.Drawing.Size(171, 25)
  115. Me.卡片配對_bt.TabIndex = 717
  116. Me.卡片配對_bt.Text = "卡片配對"
  117. Me.卡片配對_bt.UseVisualStyleBackColor = True
  118. '
  119. '人員ID卡系統配置設定
  120. '
  121. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  122. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  123. Me.ClientSize = New System.Drawing.Size(910, 453)
  124. Me.Controls.Add(Me.卡片配對_bt)
  125. Me.Controls.Add(Me.ID卡號_tb)
  126. Me.Controls.Add(Me.ID卡號_lb)
  127. Me.Controls.Add(Me.帳號_tb)
  128. Me.Controls.Add(Me.帳號_lb)
  129. Me.Controls.Add(Me.姓名_tb)
  130. Me.Controls.Add(Me.姓名_lb)
  131. Me.Controls.Add(Me.人事資料表清單_lb)
  132. Me.Controls.Add(Me.在職員工_dgv)
  133. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  134. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  135. Me.Name = "人員ID卡系統配置設定"
  136. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  137. Me.Text = "人員ID卡系統配置設定"
  138. CType(Me.在職員工_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  139. Me.ResumeLayout(False)
  140. Me.PerformLayout()
  141. End Sub
  142. Friend WithEvents 人事資料表清單_lb As Label
  143. Friend WithEvents 在職員工_dgv As DataGridView
  144. Friend WithEvents 姓名_tb As TextBox
  145. Friend WithEvents 姓名_lb As Label
  146. Friend WithEvents 帳號_tb As TextBox
  147. Friend WithEvents 帳號_lb As Label
  148. Friend WithEvents ID卡號_tb As TextBox
  149. Friend WithEvents ID卡號_lb As Label
  150. Friend WithEvents 卡片配對_bt As Button
  151. End Class