Ingen beskrivning
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.

員工資料表.Designer.vb 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  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.DataGridView1 = New System.Windows.Forms.DataGridView()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.TextBox1 = New System.Windows.Forms.TextBox()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.TextBox2 = New System.Windows.Forms.TextBox()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.TextBox3 = New System.Windows.Forms.TextBox()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. Me.Label5 = New System.Windows.Forms.Label()
  34. Me.TextBox5 = New System.Windows.Forms.TextBox()
  35. Me.Label6 = New System.Windows.Forms.Label()
  36. Me.TextBox6 = New System.Windows.Forms.TextBox()
  37. Me.Label7 = New System.Windows.Forms.Label()
  38. Me.TextBox7 = New System.Windows.Forms.TextBox()
  39. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.Label9 = New System.Windows.Forms.Label()
  42. Me.TextBox8 = New System.Windows.Forms.TextBox()
  43. Me.Label10 = New System.Windows.Forms.Label()
  44. Me.TextBox9 = New System.Windows.Forms.TextBox()
  45. Me.Label11 = New System.Windows.Forms.Label()
  46. Me.TextBox10 = New System.Windows.Forms.TextBox()
  47. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  48. Me.Label12 = New System.Windows.Forms.Label()
  49. Me.Label13 = New System.Windows.Forms.Label()
  50. Me.Label14 = New System.Windows.Forms.Label()
  51. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  52. Me.Label15 = New System.Windows.Forms.Label()
  53. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  54. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  55. Me.Button8 = New System.Windows.Forms.Button()
  56. Me.Button7 = New System.Windows.Forms.Button()
  57. Me.Button4 = New System.Windows.Forms.Button()
  58. Me.Button3 = New System.Windows.Forms.Button()
  59. Me.Button1 = New System.Windows.Forms.Button()
  60. Me.Button6 = New System.Windows.Forms.Button()
  61. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  62. Me.模式一ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  63. Me.模式二ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  64. Me.貼上ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  65. Me.重新讀取清單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
  67. Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.新增一筆空白資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  69. Me.資料存檔單一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  70. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  71. Me.資料存檔整體清單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  72. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  73. Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  74. Me.TextBox11 = New System.Windows.Forms.TextBox()
  75. Me.TextBox12 = New System.Windows.Forms.TextBox()
  76. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  77. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.ContextMenuStrip1.SuspendLayout()
  79. Me.SuspendLayout()
  80. '
  81. 'DataGridView1
  82. '
  83. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  84. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  85. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  86. Or System.Windows.Forms.AnchorStyles.Left) _
  87. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  88. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  89. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  90. Me.DataGridView1.Location = New System.Drawing.Point(12, 112)
  91. Me.DataGridView1.Name = "DataGridView1"
  92. Me.DataGridView1.RowHeadersWidth = 5
  93. Me.DataGridView1.RowTemplate.Height = 24
  94. Me.DataGridView1.Size = New System.Drawing.Size(1225, 492)
  95. Me.DataGridView1.TabIndex = 664
  96. '
  97. 'Label1
  98. '
  99. Me.Label1.AutoSize = True
  100. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. Me.Label1.Location = New System.Drawing.Point(12, 8)
  102. Me.Label1.Name = "Label1"
  103. Me.Label1.Size = New System.Drawing.Size(34, 17)
  104. Me.Label1.TabIndex = 666
  105. Me.Label1.Text = "編號"
  106. '
  107. 'TextBox1
  108. '
  109. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.TextBox1.Location = New System.Drawing.Point(52, 5)
  111. Me.TextBox1.Name = "TextBox1"
  112. Me.TextBox1.Size = New System.Drawing.Size(121, 25)
  113. Me.TextBox1.TabIndex = 665
  114. '
  115. 'Label2
  116. '
  117. Me.Label2.AutoSize = True
  118. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  119. Me.Label2.Location = New System.Drawing.Point(179, 8)
  120. Me.Label2.Name = "Label2"
  121. Me.Label2.Size = New System.Drawing.Size(34, 17)
  122. Me.Label2.TabIndex = 668
  123. Me.Label2.Text = "名稱"
  124. '
  125. 'TextBox2
  126. '
  127. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.TextBox2.Location = New System.Drawing.Point(219, 5)
  129. Me.TextBox2.Name = "TextBox2"
  130. Me.TextBox2.Size = New System.Drawing.Size(121, 25)
  131. Me.TextBox2.TabIndex = 667
  132. '
  133. 'Label3
  134. '
  135. Me.Label3.AutoSize = True
  136. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.Label3.Location = New System.Drawing.Point(756, 8)
  138. Me.Label3.Name = "Label3"
  139. Me.Label3.Size = New System.Drawing.Size(47, 17)
  140. Me.Label3.TabIndex = 670
  141. Me.Label3.Text = "身分證"
  142. '
  143. 'TextBox3
  144. '
  145. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  146. Me.TextBox3.Location = New System.Drawing.Point(809, 4)
  147. Me.TextBox3.Name = "TextBox3"
  148. Me.TextBox3.Size = New System.Drawing.Size(121, 25)
  149. Me.TextBox3.TabIndex = 669
  150. '
  151. 'Label4
  152. '
  153. Me.Label4.AutoSize = True
  154. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.Label4.Location = New System.Drawing.Point(936, 8)
  156. Me.Label4.Name = "Label4"
  157. Me.Label4.Size = New System.Drawing.Size(60, 17)
  158. Me.Label4.TabIndex = 672
  159. Me.Label4.Text = "出生日期"
  160. '
  161. 'TextBox4
  162. '
  163. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.TextBox4.Location = New System.Drawing.Point(65, 83)
  165. Me.TextBox4.Multiline = True
  166. Me.TextBox4.Name = "TextBox4"
  167. Me.TextBox4.Size = New System.Drawing.Size(1176, 25)
  168. Me.TextBox4.TabIndex = 671
  169. '
  170. 'Label5
  171. '
  172. Me.Label5.AutoSize = True
  173. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.Label5.Location = New System.Drawing.Point(12, 86)
  175. Me.Label5.Name = "Label5"
  176. Me.Label5.Size = New System.Drawing.Size(47, 17)
  177. Me.Label5.TabIndex = 674
  178. Me.Label5.Text = "居住址"
  179. '
  180. 'TextBox5
  181. '
  182. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.TextBox5.Location = New System.Drawing.Point(412, 5)
  184. Me.TextBox5.Name = "TextBox5"
  185. Me.TextBox5.Size = New System.Drawing.Size(121, 25)
  186. Me.TextBox5.TabIndex = 673
  187. '
  188. 'Label6
  189. '
  190. Me.Label6.AutoSize = True
  191. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.Label6.Location = New System.Drawing.Point(372, 8)
  193. Me.Label6.Name = "Label6"
  194. Me.Label6.Size = New System.Drawing.Size(34, 17)
  195. Me.Label6.TabIndex = 676
  196. Me.Label6.Text = "手機"
  197. '
  198. 'TextBox6
  199. '
  200. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  201. Me.TextBox6.Location = New System.Drawing.Point(219, 31)
  202. Me.TextBox6.Name = "TextBox6"
  203. Me.TextBox6.Size = New System.Drawing.Size(121, 25)
  204. Me.TextBox6.TabIndex = 675
  205. '
  206. 'Label7
  207. '
  208. Me.Label7.AutoSize = True
  209. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  210. Me.Label7.Location = New System.Drawing.Point(179, 34)
  211. Me.Label7.Name = "Label7"
  212. Me.Label7.Size = New System.Drawing.Size(34, 17)
  213. Me.Label7.TabIndex = 678
  214. Me.Label7.Text = "配偶"
  215. '
  216. 'TextBox7
  217. '
  218. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.TextBox7.Location = New System.Drawing.Point(412, 31)
  220. Me.TextBox7.Name = "TextBox7"
  221. Me.TextBox7.Size = New System.Drawing.Size(121, 25)
  222. Me.TextBox7.TabIndex = 677
  223. '
  224. 'ComboBox1
  225. '
  226. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  227. Me.ComboBox1.FormattingEnabled = True
  228. Me.ComboBox1.Items.AddRange(New Object() {"男", "女", "NA"})
  229. Me.ComboBox1.Location = New System.Drawing.Point(629, 5)
  230. Me.ComboBox1.Name = "ComboBox1"
  231. Me.ComboBox1.Size = New System.Drawing.Size(121, 24)
  232. Me.ComboBox1.TabIndex = 945
  233. '
  234. 'Label8
  235. '
  236. Me.Label8.AutoSize = True
  237. Me.Label8.Location = New System.Drawing.Point(591, 9)
  238. Me.Label8.Name = "Label8"
  239. Me.Label8.Size = New System.Drawing.Size(32, 16)
  240. Me.Label8.TabIndex = 944
  241. Me.Label8.Text = "性別"
  242. '
  243. 'Label9
  244. '
  245. Me.Label9.AutoSize = True
  246. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  247. Me.Label9.Location = New System.Drawing.Point(346, 34)
  248. Me.Label9.Name = "Label9"
  249. Me.Label9.Size = New System.Drawing.Size(60, 17)
  250. Me.Label9.TabIndex = 947
  251. Me.Label9.Text = "配偶手機"
  252. '
  253. 'TextBox8
  254. '
  255. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.TextBox8.Location = New System.Drawing.Point(629, 31)
  257. Me.TextBox8.Name = "TextBox8"
  258. Me.TextBox8.Size = New System.Drawing.Size(121, 25)
  259. Me.TextBox8.TabIndex = 946
  260. '
  261. 'Label10
  262. '
  263. Me.Label10.AutoSize = True
  264. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.Label10.Location = New System.Drawing.Point(539, 34)
  266. Me.Label10.Name = "Label10"
  267. Me.Label10.Size = New System.Drawing.Size(86, 17)
  268. Me.Label10.TabIndex = 949
  269. Me.Label10.Text = "住家連絡電話"
  270. '
  271. 'TextBox9
  272. '
  273. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. Me.TextBox9.Location = New System.Drawing.Point(809, 30)
  275. Me.TextBox9.Name = "TextBox9"
  276. Me.TextBox9.Size = New System.Drawing.Size(121, 25)
  277. Me.TextBox9.TabIndex = 948
  278. '
  279. 'Label11
  280. '
  281. Me.Label11.AutoSize = True
  282. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  283. Me.Label11.Location = New System.Drawing.Point(936, 32)
  284. Me.Label11.Name = "Label11"
  285. Me.Label11.Size = New System.Drawing.Size(60, 17)
  286. Me.Label11.TabIndex = 951
  287. Me.Label11.Text = "到職日期"
  288. '
  289. 'TextBox10
  290. '
  291. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  292. Me.TextBox10.Location = New System.Drawing.Point(809, 56)
  293. Me.TextBox10.Name = "TextBox10"
  294. Me.TextBox10.Size = New System.Drawing.Size(121, 25)
  295. Me.TextBox10.TabIndex = 950
  296. '
  297. 'ComboBox2
  298. '
  299. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  300. Me.ComboBox2.FormattingEnabled = True
  301. Me.ComboBox2.Items.AddRange(New Object() {"男", "女"})
  302. Me.ComboBox2.Location = New System.Drawing.Point(52, 32)
  303. Me.ComboBox2.Name = "ComboBox2"
  304. Me.ComboBox2.Size = New System.Drawing.Size(121, 24)
  305. Me.ComboBox2.TabIndex = 953
  306. '
  307. 'Label12
  308. '
  309. Me.Label12.AutoSize = True
  310. Me.Label12.Location = New System.Drawing.Point(14, 35)
  311. Me.Label12.Name = "Label12"
  312. Me.Label12.Size = New System.Drawing.Size(32, 16)
  313. Me.Label12.TabIndex = 952
  314. Me.Label12.Text = "職別"
  315. '
  316. 'Label13
  317. '
  318. Me.Label13.AutoSize = True
  319. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  320. Me.Label13.Location = New System.Drawing.Point(769, 33)
  321. Me.Label13.Name = "Label13"
  322. Me.Label13.Size = New System.Drawing.Size(34, 17)
  323. Me.Label13.TabIndex = 955
  324. Me.Label13.Text = "薪水"
  325. '
  326. 'Label14
  327. '
  328. Me.Label14.AutoSize = True
  329. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  330. Me.Label14.Location = New System.Drawing.Point(756, 59)
  331. Me.Label14.Name = "Label14"
  332. Me.Label14.Size = New System.Drawing.Size(47, 17)
  333. Me.Label14.TabIndex = 957
  334. Me.Label14.Text = "LineID"
  335. '
  336. 'ComboBox3
  337. '
  338. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  339. Me.ComboBox3.FormattingEnabled = True
  340. Me.ComboBox3.Items.AddRange(New Object() {"男", "女"})
  341. Me.ComboBox3.Location = New System.Drawing.Point(1002, 56)
  342. Me.ComboBox3.Name = "ComboBox3"
  343. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  344. Me.ComboBox3.TabIndex = 959
  345. '
  346. 'Label15
  347. '
  348. Me.Label15.AutoSize = True
  349. Me.Label15.Location = New System.Drawing.Point(940, 60)
  350. Me.Label15.Name = "Label15"
  351. Me.Label15.Size = New System.Drawing.Size(56, 16)
  352. Me.Label15.TabIndex = 958
  353. Me.Label15.Text = "負責區域"
  354. '
  355. 'DateTimePicker1
  356. '
  357. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  358. Me.DateTimePicker1.Location = New System.Drawing.Point(1002, 31)
  359. Me.DateTimePicker1.Name = "DateTimePicker1"
  360. Me.DateTimePicker1.Size = New System.Drawing.Size(121, 23)
  361. Me.DateTimePicker1.TabIndex = 960
  362. '
  363. 'DateTimePicker2
  364. '
  365. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  366. Me.DateTimePicker2.Location = New System.Drawing.Point(1002, 6)
  367. Me.DateTimePicker2.Name = "DateTimePicker2"
  368. Me.DateTimePicker2.Size = New System.Drawing.Size(121, 23)
  369. Me.DateTimePicker2.TabIndex = 961
  370. '
  371. 'Button8
  372. '
  373. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  374. Me.Button8.ForeColor = System.Drawing.Color.Black
  375. Me.Button8.Location = New System.Drawing.Point(12, 58)
  376. Me.Button8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  377. Me.Button8.Name = "Button8"
  378. Me.Button8.Size = New System.Drawing.Size(120, 24)
  379. Me.Button8.TabIndex = 983
  380. Me.Button8.Text = "模式一"
  381. Me.Button8.UseVisualStyleBackColor = True
  382. '
  383. 'Button7
  384. '
  385. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.Button7.ForeColor = System.Drawing.Color.Black
  387. Me.Button7.Location = New System.Drawing.Point(138, 58)
  388. Me.Button7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  389. Me.Button7.Name = "Button7"
  390. Me.Button7.Size = New System.Drawing.Size(120, 24)
  391. Me.Button7.TabIndex = 982
  392. Me.Button7.Text = "模式二"
  393. Me.Button7.UseVisualStyleBackColor = True
  394. '
  395. 'Button4
  396. '
  397. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  399. Me.Button4.Location = New System.Drawing.Point(629, 58)
  400. Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  401. Me.Button4.Name = "Button4"
  402. Me.Button4.Size = New System.Drawing.Size(120, 24)
  403. Me.Button4.TabIndex = 981
  404. Me.Button4.Text = "資料存檔(單一筆資料)"
  405. Me.Button4.UseVisualStyleBackColor = True
  406. '
  407. 'Button3
  408. '
  409. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  410. Me.Button3.ForeColor = System.Drawing.Color.Black
  411. Me.Button3.Location = New System.Drawing.Point(377, 58)
  412. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  413. Me.Button3.Name = "Button3"
  414. Me.Button3.Size = New System.Drawing.Size(120, 24)
  415. Me.Button3.TabIndex = 980
  416. Me.Button3.Text = "關鍵字查詢"
  417. Me.Button3.UseVisualStyleBackColor = True
  418. '
  419. 'Button1
  420. '
  421. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  423. Me.Button1.Location = New System.Drawing.Point(1126, 5)
  424. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  425. Me.Button1.Name = "Button1"
  426. Me.Button1.Size = New System.Drawing.Size(115, 76)
  427. Me.Button1.TabIndex = 979
  428. Me.Button1.Text = "資料存檔整體清單適用excel表格資料貼上"
  429. Me.Button1.UseVisualStyleBackColor = True
  430. '
  431. 'Button6
  432. '
  433. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  434. Me.Button6.ForeColor = System.Drawing.Color.Green
  435. Me.Button6.Location = New System.Drawing.Point(503, 58)
  436. Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  437. Me.Button6.Name = "Button6"
  438. Me.Button6.Size = New System.Drawing.Size(120, 24)
  439. Me.Button6.TabIndex = 978
  440. Me.Button6.Text = "新增一筆空白資料"
  441. Me.Button6.UseVisualStyleBackColor = True
  442. '
  443. 'ContextMenuStrip1
  444. '
  445. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.模式一ToolStripMenuItem, Me.模式二ToolStripMenuItem, Me.貼上ToolStripMenuItem, Me.重新讀取清單ToolStripMenuItem, Me.ToolStripSeparator5, Me.關鍵字查詢ToolStripMenuItem, Me.新增一筆空白資料ToolStripMenuItem, Me.資料存檔單一筆資料ToolStripMenuItem, Me.ToolStripSeparator1, Me.資料存檔整體清單ToolStripMenuItem, Me.ToolStripSeparator2, Me.資料刪除ToolStripMenuItem})
  446. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  447. Me.ContextMenuStrip1.Size = New System.Drawing.Size(191, 220)
  448. '
  449. '模式一ToolStripMenuItem
  450. '
  451. Me.模式一ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  452. Me.模式一ToolStripMenuItem.Name = "模式一ToolStripMenuItem"
  453. Me.模式一ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  454. Me.模式一ToolStripMenuItem.Text = "模式一"
  455. '
  456. '模式二ToolStripMenuItem
  457. '
  458. Me.模式二ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  459. Me.模式二ToolStripMenuItem.Name = "模式二ToolStripMenuItem"
  460. Me.模式二ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  461. Me.模式二ToolStripMenuItem.Text = "模式二"
  462. '
  463. '貼上ToolStripMenuItem
  464. '
  465. Me.貼上ToolStripMenuItem.Name = "貼上ToolStripMenuItem"
  466. Me.貼上ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  467. Me.貼上ToolStripMenuItem.Text = "貼上"
  468. '
  469. '重新讀取清單ToolStripMenuItem
  470. '
  471. Me.重新讀取清單ToolStripMenuItem.Name = "重新讀取清單ToolStripMenuItem"
  472. Me.重新讀取清單ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  473. Me.重新讀取清單ToolStripMenuItem.Text = "重新讀取清單"
  474. '
  475. 'ToolStripSeparator5
  476. '
  477. Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
  478. Me.ToolStripSeparator5.Size = New System.Drawing.Size(187, 6)
  479. '
  480. '關鍵字查詢ToolStripMenuItem
  481. '
  482. Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem"
  483. Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  484. Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢"
  485. '
  486. '新增一筆空白資料ToolStripMenuItem
  487. '
  488. Me.新增一筆空白資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  489. Me.新增一筆空白資料ToolStripMenuItem.Name = "新增一筆空白資料ToolStripMenuItem"
  490. Me.新增一筆空白資料ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  491. Me.新增一筆空白資料ToolStripMenuItem.Text = "新增一筆空白資料"
  492. '
  493. '資料存檔單一筆資料ToolStripMenuItem
  494. '
  495. Me.資料存檔單一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  496. Me.資料存檔單一筆資料ToolStripMenuItem.Name = "資料存檔單一筆資料ToolStripMenuItem"
  497. Me.資料存檔單一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  498. Me.資料存檔單一筆資料ToolStripMenuItem.Text = "資料存檔(單一筆資料)"
  499. '
  500. 'ToolStripSeparator1
  501. '
  502. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  503. Me.ToolStripSeparator1.Size = New System.Drawing.Size(187, 6)
  504. '
  505. '資料存檔整體清單ToolStripMenuItem
  506. '
  507. Me.資料存檔整體清單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  508. Me.資料存檔整體清單ToolStripMenuItem.Name = "資料存檔整體清單ToolStripMenuItem"
  509. Me.資料存檔整體清單ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  510. Me.資料存檔整體清單ToolStripMenuItem.Text = "資料存檔(整體清單)"
  511. '
  512. 'ToolStripSeparator2
  513. '
  514. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  515. Me.ToolStripSeparator2.Size = New System.Drawing.Size(187, 6)
  516. '
  517. '資料刪除ToolStripMenuItem
  518. '
  519. Me.資料刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  520. Me.資料刪除ToolStripMenuItem.Name = "資料刪除ToolStripMenuItem"
  521. Me.資料刪除ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  522. Me.資料刪除ToolStripMenuItem.Text = "資料刪除"
  523. '
  524. 'TextBox11
  525. '
  526. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  527. Me.TextBox11.Location = New System.Drawing.Point(65, 180)
  528. Me.TextBox11.Name = "TextBox11"
  529. Me.TextBox11.Size = New System.Drawing.Size(47, 25)
  530. Me.TextBox11.TabIndex = 984
  531. '
  532. 'TextBox12
  533. '
  534. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  535. Me.TextBox12.Location = New System.Drawing.Point(65, 207)
  536. Me.TextBox12.Name = "TextBox12"
  537. Me.TextBox12.Size = New System.Drawing.Size(47, 25)
  538. Me.TextBox12.TabIndex = 985
  539. '
  540. 'CheckBox1
  541. '
  542. Me.CheckBox1.AutoSize = True
  543. Me.CheckBox1.Location = New System.Drawing.Point(264, 61)
  544. Me.CheckBox1.Name = "CheckBox1"
  545. Me.CheckBox1.Size = New System.Drawing.Size(63, 20)
  546. Me.CheckBox1.TabIndex = 986
  547. Me.CheckBox1.Text = "可全選"
  548. Me.CheckBox1.UseVisualStyleBackColor = True
  549. '
  550. '員工資料表
  551. '
  552. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  553. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  554. Me.ClientSize = New System.Drawing.Size(1249, 611)
  555. Me.ContextMenuStrip = Me.ContextMenuStrip1
  556. Me.Controls.Add(Me.CheckBox1)
  557. Me.Controls.Add(Me.TextBox12)
  558. Me.Controls.Add(Me.TextBox11)
  559. Me.Controls.Add(Me.Button8)
  560. Me.Controls.Add(Me.Button7)
  561. Me.Controls.Add(Me.Button4)
  562. Me.Controls.Add(Me.Button3)
  563. Me.Controls.Add(Me.Button1)
  564. Me.Controls.Add(Me.Button6)
  565. Me.Controls.Add(Me.DateTimePicker2)
  566. Me.Controls.Add(Me.DateTimePicker1)
  567. Me.Controls.Add(Me.ComboBox3)
  568. Me.Controls.Add(Me.Label15)
  569. Me.Controls.Add(Me.Label14)
  570. Me.Controls.Add(Me.Label13)
  571. Me.Controls.Add(Me.ComboBox2)
  572. Me.Controls.Add(Me.Label12)
  573. Me.Controls.Add(Me.Label11)
  574. Me.Controls.Add(Me.TextBox10)
  575. Me.Controls.Add(Me.Label10)
  576. Me.Controls.Add(Me.TextBox9)
  577. Me.Controls.Add(Me.Label9)
  578. Me.Controls.Add(Me.TextBox8)
  579. Me.Controls.Add(Me.ComboBox1)
  580. Me.Controls.Add(Me.Label8)
  581. Me.Controls.Add(Me.Label7)
  582. Me.Controls.Add(Me.TextBox7)
  583. Me.Controls.Add(Me.Label6)
  584. Me.Controls.Add(Me.TextBox6)
  585. Me.Controls.Add(Me.Label5)
  586. Me.Controls.Add(Me.TextBox5)
  587. Me.Controls.Add(Me.Label4)
  588. Me.Controls.Add(Me.TextBox4)
  589. Me.Controls.Add(Me.Label3)
  590. Me.Controls.Add(Me.TextBox3)
  591. Me.Controls.Add(Me.Label2)
  592. Me.Controls.Add(Me.TextBox2)
  593. Me.Controls.Add(Me.Label1)
  594. Me.Controls.Add(Me.TextBox1)
  595. Me.Controls.Add(Me.DataGridView1)
  596. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  597. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  598. Me.Name = "員工資料表"
  599. Me.Text = "員工資料表"
  600. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  601. Me.ContextMenuStrip1.ResumeLayout(False)
  602. Me.ResumeLayout(False)
  603. Me.PerformLayout()
  604. End Sub
  605. Friend WithEvents DataGridView1 As DataGridView
  606. Friend WithEvents Label1 As Label
  607. Friend WithEvents TextBox1 As TextBox
  608. Friend WithEvents Label2 As Label
  609. Friend WithEvents TextBox2 As TextBox
  610. Friend WithEvents Label3 As Label
  611. Friend WithEvents TextBox3 As TextBox
  612. Friend WithEvents Label4 As Label
  613. Friend WithEvents TextBox4 As TextBox
  614. Friend WithEvents Label5 As Label
  615. Friend WithEvents TextBox5 As TextBox
  616. Friend WithEvents Label6 As Label
  617. Friend WithEvents TextBox6 As TextBox
  618. Friend WithEvents Label7 As Label
  619. Friend WithEvents TextBox7 As TextBox
  620. Friend WithEvents ComboBox1 As ComboBox
  621. Friend WithEvents Label8 As Label
  622. Friend WithEvents Label9 As Label
  623. Friend WithEvents TextBox8 As TextBox
  624. Friend WithEvents Label10 As Label
  625. Friend WithEvents TextBox9 As TextBox
  626. Friend WithEvents Label11 As Label
  627. Friend WithEvents TextBox10 As TextBox
  628. Friend WithEvents ComboBox2 As ComboBox
  629. Friend WithEvents Label12 As Label
  630. Friend WithEvents Label13 As Label
  631. Friend WithEvents Label14 As Label
  632. Friend WithEvents ComboBox3 As ComboBox
  633. Friend WithEvents Label15 As Label
  634. Friend WithEvents DateTimePicker1 As DateTimePicker
  635. Friend WithEvents DateTimePicker2 As DateTimePicker
  636. Friend WithEvents Button8 As Button
  637. Friend WithEvents Button7 As Button
  638. Friend WithEvents Button4 As Button
  639. Friend WithEvents Button3 As Button
  640. Friend WithEvents Button1 As Button
  641. Friend WithEvents Button6 As Button
  642. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  643. Friend WithEvents 模式一ToolStripMenuItem As ToolStripMenuItem
  644. Friend WithEvents 模式二ToolStripMenuItem As ToolStripMenuItem
  645. Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem
  646. Friend WithEvents 新增一筆空白資料ToolStripMenuItem As ToolStripMenuItem
  647. Friend WithEvents 資料存檔單一筆資料ToolStripMenuItem As ToolStripMenuItem
  648. Friend WithEvents 資料存檔整體清單ToolStripMenuItem As ToolStripMenuItem
  649. Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
  650. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  651. Friend WithEvents TextBox11 As TextBox
  652. Friend WithEvents TextBox12 As TextBox
  653. Friend WithEvents CheckBox1 As CheckBox
  654. Friend WithEvents 貼上ToolStripMenuItem As ToolStripMenuItem
  655. Friend WithEvents 重新讀取清單ToolStripMenuItem As ToolStripMenuItem
  656. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  657. Friend WithEvents 資料刪除ToolStripMenuItem As ToolStripMenuItem
  658. End Class