Brak opisu
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 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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.Button1 = New System.Windows.Forms.Button()
  24. Me.TextBox3 = New System.Windows.Forms.TextBox()
  25. Me.Label4 = New System.Windows.Forms.Label()
  26. Me.TextBox2 = New System.Windows.Forms.TextBox()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.TextBox1 = New System.Windows.Forms.TextBox()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  32. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  33. Me.SuspendLayout()
  34. '
  35. 'Button1
  36. '
  37. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  38. Me.Button1.Location = New System.Drawing.Point(642, 118)
  39. Me.Button1.Name = "Button1"
  40. Me.Button1.Size = New System.Drawing.Size(287, 73)
  41. Me.Button1.TabIndex = 735
  42. Me.Button1.Text = "卡片配對"
  43. Me.Button1.UseVisualStyleBackColor = True
  44. '
  45. 'TextBox3
  46. '
  47. Me.TextBox3.ImeMode = System.Windows.Forms.ImeMode.Disable
  48. Me.TextBox3.Location = New System.Drawing.Point(693, 89)
  49. Me.TextBox3.Name = "TextBox3"
  50. Me.TextBox3.Size = New System.Drawing.Size(236, 23)
  51. Me.TextBox3.TabIndex = 734
  52. '
  53. 'Label4
  54. '
  55. Me.Label4.AutoSize = True
  56. Me.Label4.Location = New System.Drawing.Point(643, 92)
  57. Me.Label4.Name = "Label4"
  58. Me.Label4.Size = New System.Drawing.Size(44, 16)
  59. Me.Label4.TabIndex = 733
  60. Me.Label4.Text = "ID卡號"
  61. '
  62. 'TextBox2
  63. '
  64. Me.TextBox2.Location = New System.Drawing.Point(693, 64)
  65. Me.TextBox2.Name = "TextBox2"
  66. Me.TextBox2.Size = New System.Drawing.Size(236, 23)
  67. Me.TextBox2.TabIndex = 732
  68. '
  69. 'Label1
  70. '
  71. Me.Label1.AutoSize = True
  72. Me.Label1.Location = New System.Drawing.Point(643, 67)
  73. Me.Label1.Name = "Label1"
  74. Me.Label1.Size = New System.Drawing.Size(35, 16)
  75. Me.Label1.TabIndex = 731
  76. Me.Label1.Text = "帳號 "
  77. '
  78. 'TextBox1
  79. '
  80. Me.TextBox1.Location = New System.Drawing.Point(693, 39)
  81. Me.TextBox1.Name = "TextBox1"
  82. Me.TextBox1.Size = New System.Drawing.Size(236, 23)
  83. Me.TextBox1.TabIndex = 730
  84. '
  85. 'Label3
  86. '
  87. Me.Label3.AutoSize = True
  88. Me.Label3.Location = New System.Drawing.Point(643, 42)
  89. Me.Label3.Name = "Label3"
  90. Me.Label3.Size = New System.Drawing.Size(35, 16)
  91. Me.Label3.TabIndex = 729
  92. Me.Label3.Text = "姓名 "
  93. '
  94. 'Label2
  95. '
  96. Me.Label2.AutoSize = True
  97. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  98. Me.Label2.Location = New System.Drawing.Point(12, 9)
  99. Me.Label2.Name = "Label2"
  100. Me.Label2.Size = New System.Drawing.Size(181, 30)
  101. Me.Label2.TabIndex = 728
  102. Me.Label2.Text = "人事資料表清單"
  103. '
  104. 'DataGridView2
  105. '
  106. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  107. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  108. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  109. Me.DataGridView2.Location = New System.Drawing.Point(12, 42)
  110. Me.DataGridView2.Name = "DataGridView2"
  111. Me.DataGridView2.RowHeadersWidth = 5
  112. Me.DataGridView2.RowTemplate.Height = 24
  113. Me.DataGridView2.Size = New System.Drawing.Size(625, 937)
  114. Me.DataGridView2.TabIndex = 727
  115. '
  116. '人員ID卡系統配置設定
  117. '
  118. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  119. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  120. Me.ClientSize = New System.Drawing.Size(1914, 991)
  121. Me.Controls.Add(Me.Button1)
  122. Me.Controls.Add(Me.TextBox3)
  123. Me.Controls.Add(Me.Label4)
  124. Me.Controls.Add(Me.TextBox2)
  125. Me.Controls.Add(Me.Label1)
  126. Me.Controls.Add(Me.TextBox1)
  127. Me.Controls.Add(Me.Label3)
  128. Me.Controls.Add(Me.Label2)
  129. Me.Controls.Add(Me.DataGridView2)
  130. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  132. Me.Name = "人員ID卡系統配置設定"
  133. Me.Text = "人員ID卡系統配置設定"
  134. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  135. Me.ResumeLayout(False)
  136. Me.PerformLayout()
  137. End Sub
  138. Friend WithEvents Button1 As Button
  139. Friend WithEvents TextBox3 As TextBox
  140. Friend WithEvents Label4 As Label
  141. Friend WithEvents TextBox2 As TextBox
  142. Friend WithEvents Label1 As Label
  143. Friend WithEvents TextBox1 As TextBox
  144. Friend WithEvents Label3 As Label
  145. Friend WithEvents Label2 As Label
  146. Friend WithEvents DataGridView2 As DataGridView
  147. End Class