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 34KB

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.員工資料表_dgv = New System.Windows.Forms.DataGridView()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.編號_tb = New System.Windows.Forms.TextBox()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.名稱_tb = New System.Windows.Forms.TextBox()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.身分證_tb = New System.Windows.Forms.TextBox()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.地址_tb = New System.Windows.Forms.TextBox()
  33. Me.Label5 = New System.Windows.Forms.Label()
  34. Me.手機_tb = New System.Windows.Forms.TextBox()
  35. Me.Label6 = New System.Windows.Forms.Label()
  36. Me.配偶_tb = New System.Windows.Forms.TextBox()
  37. Me.Label7 = New System.Windows.Forms.Label()
  38. Me.配偶手機_tb = New System.Windows.Forms.TextBox()
  39. Me.性別_cb = New System.Windows.Forms.ComboBox()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.Label9 = New System.Windows.Forms.Label()
  42. Me.住家電話_tb = New System.Windows.Forms.TextBox()
  43. Me.Label10 = New System.Windows.Forms.Label()
  44. Me.薪資_tb = New System.Windows.Forms.TextBox()
  45. Me.Label11 = New System.Windows.Forms.Label()
  46. Me.LINEID_tb = New System.Windows.Forms.TextBox()
  47. Me.職別_cb = 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.負責區域_cb = New System.Windows.Forms.ComboBox()
  52. Me.Label15 = New System.Windows.Forms.Label()
  53. Me.到職日期_dtp = New System.Windows.Forms.DateTimePicker()
  54. Me.出生日期_dtp = New System.Windows.Forms.DateTimePicker()
  55. Me.模式一_bt = New System.Windows.Forms.Button()
  56. Me.模式二_bt = New System.Windows.Forms.Button()
  57. Me.單一資料存檔_bt = New System.Windows.Forms.Button()
  58. Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
  59. Me.整體清單存檔_bt = New System.Windows.Forms.Button()
  60. Me.新增一筆空白資料_bt = 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.職別編號_tb = New System.Windows.Forms.TextBox()
  75. Me.負責區域編號_tb = New System.Windows.Forms.TextBox()
  76. Me.可全選_ch = New System.Windows.Forms.CheckBox()
  77. CType(Me.員工資料表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.ContextMenuStrip1.SuspendLayout()
  79. Me.SuspendLayout()
  80. '
  81. '員工資料表_dgv
  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.員工資料表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  85. Me.員工資料表_dgv.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.員工資料表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  89. Me.員工資料表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  90. Me.員工資料表_dgv.Location = New System.Drawing.Point(12, 112)
  91. Me.員工資料表_dgv.Name = "員工資料表_dgv"
  92. Me.員工資料表_dgv.RowHeadersWidth = 5
  93. Me.員工資料表_dgv.RowTemplate.Height = 24
  94. Me.員工資料表_dgv.Size = New System.Drawing.Size(1225, 492)
  95. Me.員工資料表_dgv.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. '編號_tb
  108. '
  109. Me.編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.編號_tb.Location = New System.Drawing.Point(52, 5)
  111. Me.編號_tb.Name = "編號_tb"
  112. Me.編號_tb.Size = New System.Drawing.Size(121, 25)
  113. Me.編號_tb.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. '名稱_tb
  126. '
  127. Me.名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.名稱_tb.Location = New System.Drawing.Point(219, 5)
  129. Me.名稱_tb.Name = "名稱_tb"
  130. Me.名稱_tb.Size = New System.Drawing.Size(121, 25)
  131. Me.名稱_tb.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. '身分證_tb
  144. '
  145. Me.身分證_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  146. Me.身分證_tb.Location = New System.Drawing.Point(809, 4)
  147. Me.身分證_tb.Name = "身分證_tb"
  148. Me.身分證_tb.Size = New System.Drawing.Size(121, 25)
  149. Me.身分證_tb.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. '地址_tb
  162. '
  163. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.地址_tb.Location = New System.Drawing.Point(65, 83)
  165. Me.地址_tb.Multiline = True
  166. Me.地址_tb.Name = "地址_tb"
  167. Me.地址_tb.Size = New System.Drawing.Size(1176, 25)
  168. Me.地址_tb.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. '手機_tb
  181. '
  182. Me.手機_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.手機_tb.Location = New System.Drawing.Point(412, 5)
  184. Me.手機_tb.Name = "手機_tb"
  185. Me.手機_tb.Size = New System.Drawing.Size(121, 25)
  186. Me.手機_tb.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. '配偶_tb
  199. '
  200. Me.配偶_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  201. Me.配偶_tb.Location = New System.Drawing.Point(219, 31)
  202. Me.配偶_tb.Name = "配偶_tb"
  203. Me.配偶_tb.Size = New System.Drawing.Size(121, 25)
  204. Me.配偶_tb.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. '配偶手機_tb
  217. '
  218. Me.配偶手機_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.配偶手機_tb.Location = New System.Drawing.Point(412, 31)
  220. Me.配偶手機_tb.Name = "配偶手機_tb"
  221. Me.配偶手機_tb.Size = New System.Drawing.Size(121, 25)
  222. Me.配偶手機_tb.TabIndex = 677
  223. '
  224. '性別_cb
  225. '
  226. Me.性別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  227. Me.性別_cb.FormattingEnabled = True
  228. Me.性別_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  229. Me.性別_cb.Location = New System.Drawing.Point(629, 5)
  230. Me.性別_cb.Name = "性別_cb"
  231. Me.性別_cb.Size = New System.Drawing.Size(121, 24)
  232. Me.性別_cb.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. '住家電話_tb
  254. '
  255. Me.住家電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.住家電話_tb.Location = New System.Drawing.Point(629, 31)
  257. Me.住家電話_tb.Name = "住家電話_tb"
  258. Me.住家電話_tb.Size = New System.Drawing.Size(121, 25)
  259. Me.住家電話_tb.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. '薪資_tb
  272. '
  273. Me.薪資_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. Me.薪資_tb.Location = New System.Drawing.Point(809, 30)
  275. Me.薪資_tb.Name = "薪資_tb"
  276. Me.薪資_tb.Size = New System.Drawing.Size(121, 25)
  277. Me.薪資_tb.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. 'LINEID_tb
  290. '
  291. Me.LINEID_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  292. Me.LINEID_tb.Location = New System.Drawing.Point(809, 56)
  293. Me.LINEID_tb.Name = "LINEID_tb"
  294. Me.LINEID_tb.Size = New System.Drawing.Size(121, 25)
  295. Me.LINEID_tb.TabIndex = 950
  296. '
  297. '職別_cb
  298. '
  299. Me.職別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  300. Me.職別_cb.FormattingEnabled = True
  301. Me.職別_cb.Items.AddRange(New Object() {"男", "女"})
  302. Me.職別_cb.Location = New System.Drawing.Point(52, 32)
  303. Me.職別_cb.Name = "職別_cb"
  304. Me.職別_cb.Size = New System.Drawing.Size(121, 24)
  305. Me.職別_cb.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. '負責區域_cb
  337. '
  338. Me.負責區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  339. Me.負責區域_cb.FormattingEnabled = True
  340. Me.負責區域_cb.Items.AddRange(New Object() {"男", "女"})
  341. Me.負責區域_cb.Location = New System.Drawing.Point(1002, 56)
  342. Me.負責區域_cb.Name = "負責區域_cb"
  343. Me.負責區域_cb.Size = New System.Drawing.Size(121, 24)
  344. Me.負責區域_cb.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. '到職日期_dtp
  356. '
  357. Me.到職日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  358. Me.到職日期_dtp.Location = New System.Drawing.Point(1002, 31)
  359. Me.到職日期_dtp.Name = "到職日期_dtp"
  360. Me.到職日期_dtp.Size = New System.Drawing.Size(121, 23)
  361. Me.到職日期_dtp.TabIndex = 960
  362. '
  363. '出生日期_dtp
  364. '
  365. Me.出生日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  366. Me.出生日期_dtp.Location = New System.Drawing.Point(1002, 6)
  367. Me.出生日期_dtp.Name = "出生日期_dtp"
  368. Me.出生日期_dtp.Size = New System.Drawing.Size(121, 23)
  369. Me.出生日期_dtp.TabIndex = 961
  370. '
  371. '模式一_bt
  372. '
  373. Me.模式一_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  374. Me.模式一_bt.ForeColor = System.Drawing.Color.Black
  375. Me.模式一_bt.Location = New System.Drawing.Point(12, 58)
  376. Me.模式一_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  377. Me.模式一_bt.Name = "模式一_bt"
  378. Me.模式一_bt.Size = New System.Drawing.Size(120, 24)
  379. Me.模式一_bt.TabIndex = 983
  380. Me.模式一_bt.Text = "模式一"
  381. Me.模式一_bt.UseVisualStyleBackColor = True
  382. '
  383. '模式二_bt
  384. '
  385. Me.模式二_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.模式二_bt.ForeColor = System.Drawing.Color.Black
  387. Me.模式二_bt.Location = New System.Drawing.Point(138, 58)
  388. Me.模式二_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  389. Me.模式二_bt.Name = "模式二_bt"
  390. Me.模式二_bt.Size = New System.Drawing.Size(120, 24)
  391. Me.模式二_bt.TabIndex = 982
  392. Me.模式二_bt.Text = "模式二"
  393. Me.模式二_bt.UseVisualStyleBackColor = True
  394. '
  395. '單一資料存檔_bt
  396. '
  397. Me.單一資料存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. Me.單一資料存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  399. Me.單一資料存檔_bt.Location = New System.Drawing.Point(609, 58)
  400. Me.單一資料存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  401. Me.單一資料存檔_bt.Name = "單一資料存檔_bt"
  402. Me.單一資料存檔_bt.Size = New System.Drawing.Size(141, 24)
  403. Me.單一資料存檔_bt.TabIndex = 981
  404. Me.單一資料存檔_bt.Text = "資料存檔(單一筆資料)"
  405. Me.單一資料存檔_bt.UseVisualStyleBackColor = True
  406. '
  407. '關鍵字查詢_bt
  408. '
  409. Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  410. Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
  411. Me.關鍵字查詢_bt.Location = New System.Drawing.Point(357, 58)
  412. Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  413. Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
  414. Me.關鍵字查詢_bt.Size = New System.Drawing.Size(120, 24)
  415. Me.關鍵字查詢_bt.TabIndex = 980
  416. Me.關鍵字查詢_bt.Text = "關鍵字查詢"
  417. Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
  418. '
  419. '整體清單存檔_bt
  420. '
  421. Me.整體清單存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.整體清單存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  423. Me.整體清單存檔_bt.Location = New System.Drawing.Point(1126, 5)
  424. Me.整體清單存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  425. Me.整體清單存檔_bt.Name = "整體清單存檔_bt"
  426. Me.整體清單存檔_bt.Size = New System.Drawing.Size(115, 76)
  427. Me.整體清單存檔_bt.TabIndex = 979
  428. Me.整體清單存檔_bt.Text = "資料存檔整體清單適用excel表格資料貼上"
  429. Me.整體清單存檔_bt.UseVisualStyleBackColor = True
  430. '
  431. '新增一筆空白資料_bt
  432. '
  433. Me.新增一筆空白資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  434. Me.新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
  435. Me.新增一筆空白資料_bt.Location = New System.Drawing.Point(483, 58)
  436. Me.新增一筆空白資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  437. Me.新增一筆空白資料_bt.Name = "新增一筆空白資料_bt"
  438. Me.新增一筆空白資料_bt.Size = New System.Drawing.Size(120, 24)
  439. Me.新增一筆空白資料_bt.TabIndex = 978
  440. Me.新增一筆空白資料_bt.Text = "新增一筆空白資料"
  441. Me.新增一筆空白資料_bt.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. '職別編號_tb
  525. '
  526. Me.職別編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  527. Me.職別編號_tb.Location = New System.Drawing.Point(65, 180)
  528. Me.職別編號_tb.Name = "職別編號_tb"
  529. Me.職別編號_tb.Size = New System.Drawing.Size(47, 25)
  530. Me.職別編號_tb.TabIndex = 984
  531. '
  532. '負責區域編號_tb
  533. '
  534. Me.負責區域編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  535. Me.負責區域編號_tb.Location = New System.Drawing.Point(65, 207)
  536. Me.負責區域編號_tb.Name = "負責區域編號_tb"
  537. Me.負責區域編號_tb.Size = New System.Drawing.Size(47, 25)
  538. Me.負責區域編號_tb.TabIndex = 985
  539. '
  540. '可全選_ch
  541. '
  542. Me.可全選_ch.AutoSize = True
  543. Me.可全選_ch.Location = New System.Drawing.Point(264, 61)
  544. Me.可全選_ch.Name = "可全選_ch"
  545. Me.可全選_ch.Size = New System.Drawing.Size(63, 20)
  546. Me.可全選_ch.TabIndex = 986
  547. Me.可全選_ch.Text = "可全選"
  548. Me.可全選_ch.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.可全選_ch)
  557. Me.Controls.Add(Me.負責區域編號_tb)
  558. Me.Controls.Add(Me.職別編號_tb)
  559. Me.Controls.Add(Me.模式一_bt)
  560. Me.Controls.Add(Me.模式二_bt)
  561. Me.Controls.Add(Me.單一資料存檔_bt)
  562. Me.Controls.Add(Me.關鍵字查詢_bt)
  563. Me.Controls.Add(Me.整體清單存檔_bt)
  564. Me.Controls.Add(Me.新增一筆空白資料_bt)
  565. Me.Controls.Add(Me.出生日期_dtp)
  566. Me.Controls.Add(Me.到職日期_dtp)
  567. Me.Controls.Add(Me.負責區域_cb)
  568. Me.Controls.Add(Me.Label15)
  569. Me.Controls.Add(Me.Label14)
  570. Me.Controls.Add(Me.Label13)
  571. Me.Controls.Add(Me.職別_cb)
  572. Me.Controls.Add(Me.Label12)
  573. Me.Controls.Add(Me.Label11)
  574. Me.Controls.Add(Me.LINEID_tb)
  575. Me.Controls.Add(Me.Label10)
  576. Me.Controls.Add(Me.薪資_tb)
  577. Me.Controls.Add(Me.Label9)
  578. Me.Controls.Add(Me.住家電話_tb)
  579. Me.Controls.Add(Me.性別_cb)
  580. Me.Controls.Add(Me.Label8)
  581. Me.Controls.Add(Me.Label7)
  582. Me.Controls.Add(Me.配偶手機_tb)
  583. Me.Controls.Add(Me.Label6)
  584. Me.Controls.Add(Me.配偶_tb)
  585. Me.Controls.Add(Me.Label5)
  586. Me.Controls.Add(Me.手機_tb)
  587. Me.Controls.Add(Me.Label4)
  588. Me.Controls.Add(Me.地址_tb)
  589. Me.Controls.Add(Me.Label3)
  590. Me.Controls.Add(Me.身分證_tb)
  591. Me.Controls.Add(Me.Label2)
  592. Me.Controls.Add(Me.名稱_tb)
  593. Me.Controls.Add(Me.Label1)
  594. Me.Controls.Add(Me.編號_tb)
  595. Me.Controls.Add(Me.員工資料表_dgv)
  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.員工資料表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  601. Me.ContextMenuStrip1.ResumeLayout(False)
  602. Me.ResumeLayout(False)
  603. Me.PerformLayout()
  604. End Sub
  605. Friend WithEvents 員工資料表_dgv As DataGridView
  606. Friend WithEvents Label1 As Label
  607. Friend WithEvents 編號_tb As TextBox
  608. Friend WithEvents Label2 As Label
  609. Friend WithEvents 名稱_tb As TextBox
  610. Friend WithEvents Label3 As Label
  611. Friend WithEvents 身分證_tb As TextBox
  612. Friend WithEvents Label4 As Label
  613. Friend WithEvents 地址_tb As TextBox
  614. Friend WithEvents Label5 As Label
  615. Friend WithEvents 手機_tb As TextBox
  616. Friend WithEvents Label6 As Label
  617. Friend WithEvents 配偶_tb As TextBox
  618. Friend WithEvents Label7 As Label
  619. Friend WithEvents 配偶手機_tb As TextBox
  620. Friend WithEvents 性別_cb As ComboBox
  621. Friend WithEvents Label8 As Label
  622. Friend WithEvents Label9 As Label
  623. Friend WithEvents 住家電話_tb As TextBox
  624. Friend WithEvents Label10 As Label
  625. Friend WithEvents 薪資_tb As TextBox
  626. Friend WithEvents Label11 As Label
  627. Friend WithEvents LINEID_tb As TextBox
  628. Friend WithEvents 職別_cb As ComboBox
  629. Friend WithEvents Label12 As Label
  630. Friend WithEvents Label13 As Label
  631. Friend WithEvents Label14 As Label
  632. Friend WithEvents 負責區域_cb As ComboBox
  633. Friend WithEvents Label15 As Label
  634. Friend WithEvents 到職日期_dtp As DateTimePicker
  635. Friend WithEvents 出生日期_dtp As DateTimePicker
  636. Friend WithEvents 模式一_bt As Button
  637. Friend WithEvents 模式二_bt As Button
  638. Friend WithEvents 單一資料存檔_bt As Button
  639. Friend WithEvents 關鍵字查詢_bt As Button
  640. Friend WithEvents 整體清單存檔_bt As Button
  641. Friend WithEvents 新增一筆空白資料_bt 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 職別編號_tb As TextBox
  652. Friend WithEvents 負責區域編號_tb As TextBox
  653. Friend WithEvents 可全選_ch 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