Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

人員名單入錄.Designer.vb 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Button4 = New System.Windows.Forms.Button()
  25. Me.Button3 = New System.Windows.Forms.Button()
  26. Me.Button2 = New System.Windows.Forms.Button()
  27. Me.TextBox3 = New System.Windows.Forms.TextBox()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.Button1 = New System.Windows.Forms.Button()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.TextBox2 = New System.Windows.Forms.TextBox()
  33. Me.TextBox1 = New System.Windows.Forms.TextBox()
  34. Me.Button5 = New System.Windows.Forms.Button()
  35. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  36. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  37. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  38. Me.Label4 = New System.Windows.Forms.Label()
  39. Me.Label5 = New System.Windows.Forms.Label()
  40. Me.Label6 = New System.Windows.Forms.Label()
  41. Me.Label7 = New System.Windows.Forms.Label()
  42. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  43. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  44. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'DataGridView1
  48. '
  49. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  50. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  51. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  52. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  53. Me.DataGridView1.Name = "DataGridView1"
  54. Me.DataGridView1.RowHeadersWidth = 5
  55. Me.DataGridView1.RowTemplate.Height = 24
  56. Me.DataGridView1.Size = New System.Drawing.Size(655, 598)
  57. Me.DataGridView1.TabIndex = 22
  58. '
  59. 'Button4
  60. '
  61. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  63. Me.Button4.Location = New System.Drawing.Point(676, 360)
  64. Me.Button4.Name = "Button4"
  65. Me.Button4.Size = New System.Drawing.Size(211, 58)
  66. Me.Button4.TabIndex = 41
  67. Me.Button4.Text = "新增人員"
  68. Me.Button4.UseVisualStyleBackColor = True
  69. '
  70. 'Button3
  71. '
  72. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.Button3.ForeColor = System.Drawing.Color.Red
  74. Me.Button3.Location = New System.Drawing.Point(676, 552)
  75. Me.Button3.Name = "Button3"
  76. Me.Button3.Size = New System.Drawing.Size(211, 58)
  77. Me.Button3.TabIndex = 40
  78. Me.Button3.Text = "刪除"
  79. Me.Button3.UseVisualStyleBackColor = True
  80. '
  81. 'Button2
  82. '
  83. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Button2.ForeColor = System.Drawing.Color.Green
  85. Me.Button2.Location = New System.Drawing.Point(676, 488)
  86. Me.Button2.Name = "Button2"
  87. Me.Button2.Size = New System.Drawing.Size(211, 58)
  88. Me.Button2.TabIndex = 39
  89. Me.Button2.Text = "修改"
  90. Me.Button2.UseVisualStyleBackColor = True
  91. '
  92. 'TextBox3
  93. '
  94. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. Me.TextBox3.Location = New System.Drawing.Point(730, 74)
  96. Me.TextBox3.Name = "TextBox3"
  97. Me.TextBox3.Size = New System.Drawing.Size(157, 25)
  98. Me.TextBox3.TabIndex = 38
  99. '
  100. 'Label3
  101. '
  102. Me.Label3.AutoSize = True
  103. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.Label3.Location = New System.Drawing.Point(690, 46)
  105. Me.Label3.Name = "Label3"
  106. Me.Label3.Size = New System.Drawing.Size(34, 17)
  107. Me.Label3.TabIndex = 37
  108. Me.Label3.Text = "序號"
  109. '
  110. 'Button1
  111. '
  112. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  113. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  114. Me.Button1.Location = New System.Drawing.Point(676, 424)
  115. Me.Button1.Name = "Button1"
  116. Me.Button1.Size = New System.Drawing.Size(211, 58)
  117. Me.Button1.TabIndex = 36
  118. Me.Button1.Text = "確認新增"
  119. Me.Button1.UseVisualStyleBackColor = True
  120. '
  121. 'Label2
  122. '
  123. Me.Label2.AutoSize = True
  124. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.Label2.Location = New System.Drawing.Point(690, 77)
  126. Me.Label2.Name = "Label2"
  127. Me.Label2.Size = New System.Drawing.Size(34, 17)
  128. Me.Label2.TabIndex = 35
  129. Me.Label2.Text = "姓名"
  130. '
  131. 'Label1
  132. '
  133. Me.Label1.AutoSize = True
  134. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.Label1.Location = New System.Drawing.Point(673, 15)
  136. Me.Label1.Name = "Label1"
  137. Me.Label1.Size = New System.Drawing.Size(51, 17)
  138. Me.Label1.TabIndex = 34
  139. Me.Label1.Text = "DataID"
  140. '
  141. 'TextBox2
  142. '
  143. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.TextBox2.Location = New System.Drawing.Point(730, 43)
  145. Me.TextBox2.Name = "TextBox2"
  146. Me.TextBox2.Size = New System.Drawing.Size(157, 25)
  147. Me.TextBox2.TabIndex = 33
  148. '
  149. 'TextBox1
  150. '
  151. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. Me.TextBox1.Location = New System.Drawing.Point(730, 12)
  153. Me.TextBox1.Name = "TextBox1"
  154. Me.TextBox1.Size = New System.Drawing.Size(157, 25)
  155. Me.TextBox1.TabIndex = 32
  156. '
  157. 'Button5
  158. '
  159. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  160. Me.Button5.ForeColor = System.Drawing.Color.Black
  161. Me.Button5.Location = New System.Drawing.Point(676, 255)
  162. Me.Button5.Name = "Button5"
  163. Me.Button5.Size = New System.Drawing.Size(211, 99)
  164. Me.Button5.TabIndex = 42
  165. Me.Button5.Text = "查詢"
  166. Me.Button5.UseVisualStyleBackColor = True
  167. '
  168. 'ComboBox3
  169. '
  170. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  171. Me.ComboBox3.FormattingEnabled = True
  172. Me.ComboBox3.Items.AddRange(New Object() {"", "直接人工A", "直接人工B", "間接人工A", "間接人工B", "管理人員A", "管理人員B"})
  173. Me.ComboBox3.Location = New System.Drawing.Point(730, 105)
  174. Me.ComboBox3.Name = "ComboBox3"
  175. Me.ComboBox3.Size = New System.Drawing.Size(157, 24)
  176. Me.ComboBox3.TabIndex = 544
  177. '
  178. 'ComboBox1
  179. '
  180. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  181. Me.ComboBox1.FormattingEnabled = True
  182. Me.ComboBox1.Items.AddRange(New Object() {"", "厂务室", "仓库", "办公室", "业务", "生管部", "后处理", "后勤", "成A", "成A(中)", "成A(后)", "成A(前)", "成B(中)", "成B(后)", "成C", "成C(后)", "成C(前)", "成一线", "成二线", "成三线", "成品仓", "江西品管", "江西面部", "江西鼎晋", "行政部", "技转", "财务室", "财务部", "针A", "针B", "针C", "针D", "品管", "品管(1)", "品管课", "测试房", "原料仓", "样品室", "配料仓", "裁断", "裁断(1)", "裁断(2)"})
  183. Me.ComboBox1.Location = New System.Drawing.Point(730, 135)
  184. Me.ComboBox1.Name = "ComboBox1"
  185. Me.ComboBox1.Size = New System.Drawing.Size(157, 24)
  186. Me.ComboBox1.TabIndex = 545
  187. '
  188. 'ComboBox2
  189. '
  190. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  191. Me.ComboBox2.FormattingEnabled = True
  192. Me.ComboBox2.Items.AddRange(New Object() {"", "养老", "工伤", "养老外厂"})
  193. Me.ComboBox2.Location = New System.Drawing.Point(730, 165)
  194. Me.ComboBox2.Name = "ComboBox2"
  195. Me.ComboBox2.Size = New System.Drawing.Size(157, 24)
  196. Me.ComboBox2.TabIndex = 546
  197. '
  198. 'Label4
  199. '
  200. Me.Label4.AutoSize = True
  201. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.Label4.Location = New System.Drawing.Point(690, 107)
  203. Me.Label4.Name = "Label4"
  204. Me.Label4.Size = New System.Drawing.Size(34, 17)
  205. Me.Label4.TabIndex = 547
  206. Me.Label4.Text = "類別"
  207. '
  208. 'Label5
  209. '
  210. Me.Label5.AutoSize = True
  211. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.Label5.Location = New System.Drawing.Point(690, 137)
  213. Me.Label5.Name = "Label5"
  214. Me.Label5.Size = New System.Drawing.Size(34, 17)
  215. Me.Label5.TabIndex = 548
  216. Me.Label5.Text = "部門"
  217. '
  218. 'Label6
  219. '
  220. Me.Label6.AutoSize = True
  221. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.Label6.Location = New System.Drawing.Point(690, 167)
  223. Me.Label6.Name = "Label6"
  224. Me.Label6.Size = New System.Drawing.Size(34, 17)
  225. Me.Label6.TabIndex = 549
  226. Me.Label6.Text = "險種"
  227. '
  228. 'Label7
  229. '
  230. Me.Label7.AutoSize = True
  231. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. Me.Label7.Location = New System.Drawing.Point(690, 199)
  233. Me.Label7.Name = "Label7"
  234. Me.Label7.Size = New System.Drawing.Size(34, 17)
  235. Me.Label7.TabIndex = 550
  236. Me.Label7.Text = "日期"
  237. '
  238. 'DateTimePicker1
  239. '
  240. Me.DateTimePicker1.Location = New System.Drawing.Point(730, 195)
  241. Me.DateTimePicker1.Name = "DateTimePicker1"
  242. Me.DateTimePicker1.Size = New System.Drawing.Size(157, 23)
  243. Me.DateTimePicker1.TabIndex = 551
  244. '
  245. 'CheckBox1
  246. '
  247. Me.CheckBox1.AutoSize = True
  248. Me.CheckBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  249. Me.CheckBox1.Location = New System.Drawing.Point(693, 229)
  250. Me.CheckBox1.Name = "CheckBox1"
  251. Me.CheckBox1.Size = New System.Drawing.Size(51, 20)
  252. Me.CheckBox1.TabIndex = 552
  253. Me.CheckBox1.Text = "未買"
  254. Me.CheckBox1.UseVisualStyleBackColor = True
  255. '
  256. '人員名單入錄
  257. '
  258. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  259. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  260. Me.ClientSize = New System.Drawing.Size(901, 622)
  261. Me.Controls.Add(Me.CheckBox1)
  262. Me.Controls.Add(Me.DateTimePicker1)
  263. Me.Controls.Add(Me.Label7)
  264. Me.Controls.Add(Me.Label6)
  265. Me.Controls.Add(Me.Label5)
  266. Me.Controls.Add(Me.Label4)
  267. Me.Controls.Add(Me.ComboBox2)
  268. Me.Controls.Add(Me.ComboBox1)
  269. Me.Controls.Add(Me.ComboBox3)
  270. Me.Controls.Add(Me.Button5)
  271. Me.Controls.Add(Me.Button4)
  272. Me.Controls.Add(Me.Button3)
  273. Me.Controls.Add(Me.Button2)
  274. Me.Controls.Add(Me.TextBox3)
  275. Me.Controls.Add(Me.Label3)
  276. Me.Controls.Add(Me.Button1)
  277. Me.Controls.Add(Me.Label2)
  278. Me.Controls.Add(Me.Label1)
  279. Me.Controls.Add(Me.TextBox2)
  280. Me.Controls.Add(Me.TextBox1)
  281. Me.Controls.Add(Me.DataGridView1)
  282. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  283. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  284. Me.Name = "人員名單入錄"
  285. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  286. Me.Text = "人員名單入錄"
  287. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  288. Me.ResumeLayout(False)
  289. Me.PerformLayout()
  290. End Sub
  291. Friend WithEvents DataGridView1 As DataGridView
  292. Friend WithEvents Button4 As Button
  293. Friend WithEvents Button3 As Button
  294. Friend WithEvents Button2 As Button
  295. Friend WithEvents TextBox3 As TextBox
  296. Friend WithEvents Label3 As Label
  297. Friend WithEvents Button1 As Button
  298. Friend WithEvents Label2 As Label
  299. Friend WithEvents Label1 As Label
  300. Friend WithEvents TextBox2 As TextBox
  301. Friend WithEvents TextBox1 As TextBox
  302. Friend WithEvents Button5 As Button
  303. Friend WithEvents ComboBox3 As ComboBox
  304. Friend WithEvents ComboBox1 As ComboBox
  305. Friend WithEvents ComboBox2 As ComboBox
  306. Friend WithEvents Label4 As Label
  307. Friend WithEvents Label5 As Label
  308. Friend WithEvents Label6 As Label
  309. Friend WithEvents Label7 As Label
  310. Friend WithEvents DateTimePicker1 As DateTimePicker
  311. Friend WithEvents CheckBox1 As CheckBox
  312. End Class