暫無描述
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 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.TextBox3 = New System.Windows.Forms.TextBox()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.TextBox1 = New System.Windows.Forms.TextBox()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.TextBox2 = New System.Windows.Forms.TextBox()
  30. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  33. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  36. Me.Label6 = New System.Windows.Forms.Label()
  37. Me.Label7 = New System.Windows.Forms.Label()
  38. Me.Label8 = New System.Windows.Forms.Label()
  39. Me.TextBox4 = New System.Windows.Forms.TextBox()
  40. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  41. Me.Label9 = New System.Windows.Forms.Label()
  42. Me.TextBox6 = New System.Windows.Forms.TextBox()
  43. Me.Label10 = New System.Windows.Forms.Label()
  44. Me.Button3 = New System.Windows.Forms.Button()
  45. Me.Button1 = New System.Windows.Forms.Button()
  46. Me.Button2 = New System.Windows.Forms.Button()
  47. Me.Button7 = New System.Windows.Forms.Button()
  48. Me.Label11 = New System.Windows.Forms.Label()
  49. Me.TextBox5 = New System.Windows.Forms.TextBox()
  50. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  51. Me.Label12 = New System.Windows.Forms.Label()
  52. Me.TextBox7 = New System.Windows.Forms.TextBox()
  53. Me.Label13 = New System.Windows.Forms.Label()
  54. Me.TextBox8 = New System.Windows.Forms.TextBox()
  55. Me.Label14 = New System.Windows.Forms.Label()
  56. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  57. Me.Label15 = New System.Windows.Forms.Label()
  58. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  59. Me.Label16 = New System.Windows.Forms.Label()
  60. Me.ComboBox8 = New System.Windows.Forms.ComboBox()
  61. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  62. Me.Label17 = New System.Windows.Forms.Label()
  63. Me.ComboBox9 = New System.Windows.Forms.ComboBox()
  64. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.SuspendLayout()
  66. '
  67. 'DataGridView1
  68. '
  69. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  70. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  71. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  72. Me.DataGridView1.Location = New System.Drawing.Point(214, 9)
  73. Me.DataGridView1.Name = "DataGridView1"
  74. Me.DataGridView1.RowHeadersWidth = 5
  75. Me.DataGridView1.RowTemplate.Height = 24
  76. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  77. Me.DataGridView1.Size = New System.Drawing.Size(1688, 970)
  78. Me.DataGridView1.TabIndex = 127
  79. '
  80. 'Label2
  81. '
  82. Me.Label2.AutoSize = True
  83. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Label2.Location = New System.Drawing.Point(12, 100)
  85. Me.Label2.Name = "Label2"
  86. Me.Label2.Size = New System.Drawing.Size(32, 16)
  87. Me.Label2.TabIndex = 204
  88. Me.Label2.Text = "籍貫"
  89. '
  90. 'TextBox3
  91. '
  92. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.TextBox3.Location = New System.Drawing.Point(74, 216)
  94. Me.TextBox3.Name = "TextBox3"
  95. Me.TextBox3.Size = New System.Drawing.Size(134, 23)
  96. Me.TextBox3.TabIndex = 203
  97. '
  98. 'Label1
  99. '
  100. Me.Label1.AutoSize = True
  101. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.Label1.Location = New System.Drawing.Point(12, 12)
  103. Me.Label1.Name = "Label1"
  104. Me.Label1.Size = New System.Drawing.Size(56, 16)
  105. Me.Label1.TabIndex = 206
  106. Me.Label1.Text = "人員編號"
  107. '
  108. 'TextBox1
  109. '
  110. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.TextBox1.Location = New System.Drawing.Point(74, 9)
  112. Me.TextBox1.Name = "TextBox1"
  113. Me.TextBox1.Size = New System.Drawing.Size(134, 23)
  114. Me.TextBox1.TabIndex = 205
  115. '
  116. 'Label3
  117. '
  118. Me.Label3.AutoSize = True
  119. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.Label3.Location = New System.Drawing.Point(12, 41)
  121. Me.Label3.Name = "Label3"
  122. Me.Label3.Size = New System.Drawing.Size(32, 16)
  123. Me.Label3.TabIndex = 208
  124. Me.Label3.Text = "姓名"
  125. '
  126. 'TextBox2
  127. '
  128. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. Me.TextBox2.Location = New System.Drawing.Point(74, 38)
  130. Me.TextBox2.Name = "TextBox2"
  131. Me.TextBox2.Size = New System.Drawing.Size(134, 23)
  132. Me.TextBox2.TabIndex = 207
  133. '
  134. 'ComboBox1
  135. '
  136. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.ComboBox1.FormattingEnabled = True
  138. Me.ComboBox1.Items.AddRange(New Object() {"男", "女"})
  139. Me.ComboBox1.Location = New System.Drawing.Point(74, 67)
  140. Me.ComboBox1.Name = "ComboBox1"
  141. Me.ComboBox1.Size = New System.Drawing.Size(134, 24)
  142. Me.ComboBox1.TabIndex = 210
  143. '
  144. 'Label4
  145. '
  146. Me.Label4.AutoSize = True
  147. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.Label4.Location = New System.Drawing.Point(12, 70)
  149. Me.Label4.Name = "Label4"
  150. Me.Label4.Size = New System.Drawing.Size(32, 16)
  151. Me.Label4.TabIndex = 209
  152. Me.Label4.Text = "性別"
  153. '
  154. 'ComboBox2
  155. '
  156. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  157. Me.ComboBox2.FormattingEnabled = True
  158. Me.ComboBox2.Items.AddRange(New Object() {"臺灣", "河北省[冀]", "山東省[齊]", "遼寧省[遼]", "黑龍江省[黑]", "吉林省[吉]", "甘肅省[隴]", "青海省[青]", "河南省[豫]", "江蘇省[蘇]", "湖北省[鄂]", "湖南省[湘]", "江西省[贛]", "浙江省[浙]", "廣東省[粵]", "雲南省[滇]", "福建省[福]", "海南省[瓊]", "山西省[晋]", "四川省[川]", "陝西省[陝]", "貴州省[黔]", "安徽省[皖] "})
  159. Me.ComboBox2.Location = New System.Drawing.Point(74, 97)
  160. Me.ComboBox2.Name = "ComboBox2"
  161. Me.ComboBox2.Size = New System.Drawing.Size(134, 24)
  162. Me.ComboBox2.TabIndex = 211
  163. '
  164. 'ComboBox3
  165. '
  166. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.ComboBox3.FormattingEnabled = True
  168. Me.ComboBox3.Items.AddRange(New Object() {"2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2007", "2006", "2005", "2004", "2003", "2002", "2001", "2000", "1999", "1998", "1997", "1996", "1995", "1994", "1993", "1992", "1991", "1990", "1989", "1988", "1987", "1986", "1985", "1984", "1983", "1982", "1981", "1980", "1979", "1978", "1977", "1976", "1975", "1974", "1973", "1972", "1971", "1970", "1969", "1968", "1967", "1966", "1965", "1964", "1963", "1962", "1961", "1960", "1959", "1958", "1957", "1956", "1955", "1954", "1953", "1952", "1951", "1950"})
  169. Me.ComboBox3.Location = New System.Drawing.Point(74, 127)
  170. Me.ComboBox3.Name = "ComboBox3"
  171. Me.ComboBox3.Size = New System.Drawing.Size(134, 24)
  172. Me.ComboBox3.TabIndex = 212
  173. '
  174. 'Label5
  175. '
  176. Me.Label5.AutoSize = True
  177. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.Label5.Location = New System.Drawing.Point(12, 130)
  179. Me.Label5.Name = "Label5"
  180. Me.Label5.Size = New System.Drawing.Size(56, 16)
  181. Me.Label5.TabIndex = 213
  182. Me.Label5.Text = "出生年份"
  183. '
  184. 'ComboBox4
  185. '
  186. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  187. Me.ComboBox4.FormattingEnabled = True
  188. Me.ComboBox4.Items.AddRange(New Object() {"台胞證", "護照", "大陸身分證", "台灣身分證", "駕照"})
  189. Me.ComboBox4.Location = New System.Drawing.Point(74, 186)
  190. Me.ComboBox4.Name = "ComboBox4"
  191. Me.ComboBox4.Size = New System.Drawing.Size(134, 24)
  192. Me.ComboBox4.TabIndex = 214
  193. '
  194. 'Label6
  195. '
  196. Me.Label6.AutoSize = True
  197. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.Label6.Location = New System.Drawing.Point(12, 189)
  199. Me.Label6.Name = "Label6"
  200. Me.Label6.Size = New System.Drawing.Size(32, 16)
  201. Me.Label6.TabIndex = 215
  202. Me.Label6.Text = "證件"
  203. '
  204. 'Label7
  205. '
  206. Me.Label7.AutoSize = True
  207. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  208. Me.Label7.Location = New System.Drawing.Point(12, 219)
  209. Me.Label7.Name = "Label7"
  210. Me.Label7.Size = New System.Drawing.Size(32, 16)
  211. Me.Label7.TabIndex = 216
  212. Me.Label7.Text = "證號"
  213. '
  214. 'Label8
  215. '
  216. Me.Label8.AutoSize = True
  217. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.Label8.Location = New System.Drawing.Point(12, 248)
  219. Me.Label8.Name = "Label8"
  220. Me.Label8.Size = New System.Drawing.Size(56, 16)
  221. Me.Label8.TabIndex = 218
  222. Me.Label8.Text = "大陸手機"
  223. '
  224. 'TextBox4
  225. '
  226. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.TextBox4.Location = New System.Drawing.Point(74, 245)
  228. Me.TextBox4.Name = "TextBox4"
  229. Me.TextBox4.Size = New System.Drawing.Size(134, 23)
  230. Me.TextBox4.TabIndex = 217
  231. '
  232. 'ComboBox5
  233. '
  234. Me.ComboBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.ComboBox5.FormattingEnabled = True
  236. Me.ComboBox5.Items.AddRange(New Object() {"NA", "月薪", "日薪", "時薪", "佣金"})
  237. Me.ComboBox5.Location = New System.Drawing.Point(74, 419)
  238. Me.ComboBox5.Name = "ComboBox5"
  239. Me.ComboBox5.Size = New System.Drawing.Size(134, 24)
  240. Me.ComboBox5.TabIndex = 219
  241. '
  242. 'Label9
  243. '
  244. Me.Label9.AutoSize = True
  245. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.Label9.Location = New System.Drawing.Point(12, 422)
  247. Me.Label9.Name = "Label9"
  248. Me.Label9.Size = New System.Drawing.Size(56, 16)
  249. Me.Label9.TabIndex = 220
  250. Me.Label9.Text = "薪資結構"
  251. '
  252. 'TextBox6
  253. '
  254. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.TextBox6.Location = New System.Drawing.Point(12, 530)
  256. Me.TextBox6.Multiline = True
  257. Me.TextBox6.Name = "TextBox6"
  258. Me.TextBox6.Size = New System.Drawing.Size(196, 151)
  259. Me.TextBox6.TabIndex = 222
  260. '
  261. 'Label10
  262. '
  263. Me.Label10.AutoSize = True
  264. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.Label10.Location = New System.Drawing.Point(12, 511)
  266. Me.Label10.Name = "Label10"
  267. Me.Label10.Size = New System.Drawing.Size(32, 16)
  268. Me.Label10.TabIndex = 221
  269. Me.Label10.Text = "備註"
  270. '
  271. 'Button3
  272. '
  273. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. Me.Button3.ForeColor = System.Drawing.Color.Red
  275. Me.Button3.Location = New System.Drawing.Point(12, 912)
  276. Me.Button3.Name = "Button3"
  277. Me.Button3.Size = New System.Drawing.Size(196, 70)
  278. Me.Button3.TabIndex = 226
  279. Me.Button3.Text = "刪除"
  280. Me.Button3.UseVisualStyleBackColor = True
  281. '
  282. 'Button1
  283. '
  284. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  285. Me.Button1.ForeColor = System.Drawing.Color.Blue
  286. Me.Button1.Location = New System.Drawing.Point(12, 762)
  287. Me.Button1.Name = "Button1"
  288. Me.Button1.Size = New System.Drawing.Size(196, 70)
  289. Me.Button1.TabIndex = 224
  290. Me.Button1.Text = "新增"
  291. Me.Button1.UseVisualStyleBackColor = True
  292. '
  293. 'Button2
  294. '
  295. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
  297. Me.Button2.Location = New System.Drawing.Point(12, 837)
  298. Me.Button2.Name = "Button2"
  299. Me.Button2.Size = New System.Drawing.Size(196, 70)
  300. Me.Button2.TabIndex = 225
  301. Me.Button2.Text = "修改"
  302. Me.Button2.UseVisualStyleBackColor = True
  303. '
  304. 'Button7
  305. '
  306. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.Button7.Location = New System.Drawing.Point(12, 687)
  308. Me.Button7.Name = "Button7"
  309. Me.Button7.Size = New System.Drawing.Size(196, 70)
  310. Me.Button7.TabIndex = 223
  311. Me.Button7.Text = "查詢"
  312. Me.Button7.UseVisualStyleBackColor = True
  313. '
  314. 'Label11
  315. '
  316. Me.Label11.AutoSize = True
  317. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.Label11.Location = New System.Drawing.Point(12, 452)
  319. Me.Label11.Name = "Label11"
  320. Me.Label11.Size = New System.Drawing.Size(32, 16)
  321. Me.Label11.TabIndex = 228
  322. Me.Label11.Text = "薪資"
  323. '
  324. 'TextBox5
  325. '
  326. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.TextBox5.Location = New System.Drawing.Point(74, 449)
  328. Me.TextBox5.Name = "TextBox5"
  329. Me.TextBox5.Size = New System.Drawing.Size(134, 23)
  330. Me.TextBox5.TabIndex = 227
  331. '
  332. 'CheckBox1
  333. '
  334. Me.CheckBox1.AutoSize = True
  335. Me.CheckBox1.Location = New System.Drawing.Point(12, 393)
  336. Me.CheckBox1.Name = "CheckBox1"
  337. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  338. Me.CheckBox1.TabIndex = 229
  339. Me.CheckBox1.Text = "是否在職"
  340. Me.CheckBox1.UseVisualStyleBackColor = True
  341. '
  342. 'Label12
  343. '
  344. Me.Label12.AutoSize = True
  345. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  346. Me.Label12.Location = New System.Drawing.Point(12, 160)
  347. Me.Label12.Name = "Label12"
  348. Me.Label12.Size = New System.Drawing.Size(32, 16)
  349. Me.Label12.TabIndex = 231
  350. Me.Label12.Text = "年紀"
  351. '
  352. 'TextBox7
  353. '
  354. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. Me.TextBox7.Location = New System.Drawing.Point(74, 157)
  356. Me.TextBox7.Name = "TextBox7"
  357. Me.TextBox7.Size = New System.Drawing.Size(134, 23)
  358. Me.TextBox7.TabIndex = 230
  359. '
  360. 'Label13
  361. '
  362. Me.Label13.AutoSize = True
  363. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  364. Me.Label13.Location = New System.Drawing.Point(12, 277)
  365. Me.Label13.Name = "Label13"
  366. Me.Label13.Size = New System.Drawing.Size(56, 16)
  367. Me.Label13.TabIndex = 233
  368. Me.Label13.Text = "台灣手機"
  369. '
  370. 'TextBox8
  371. '
  372. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.TextBox8.Location = New System.Drawing.Point(74, 274)
  374. Me.TextBox8.Name = "TextBox8"
  375. Me.TextBox8.Size = New System.Drawing.Size(134, 23)
  376. Me.TextBox8.TabIndex = 232
  377. '
  378. 'Label14
  379. '
  380. Me.Label14.AutoSize = True
  381. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  382. Me.Label14.Location = New System.Drawing.Point(12, 306)
  383. Me.Label14.Name = "Label14"
  384. Me.Label14.Size = New System.Drawing.Size(32, 16)
  385. Me.Label14.TabIndex = 235
  386. Me.Label14.Text = "階段"
  387. '
  388. 'ComboBox6
  389. '
  390. Me.ComboBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  391. Me.ComboBox6.FormattingEnabled = True
  392. Me.ComboBox6.Items.AddRange(New Object() {"創值期", "學習期"})
  393. Me.ComboBox6.Location = New System.Drawing.Point(74, 303)
  394. Me.ComboBox6.Name = "ComboBox6"
  395. Me.ComboBox6.Size = New System.Drawing.Size(134, 24)
  396. Me.ComboBox6.TabIndex = 234
  397. '
  398. 'Label15
  399. '
  400. Me.Label15.AutoSize = True
  401. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  402. Me.Label15.Location = New System.Drawing.Point(12, 336)
  403. Me.Label15.Name = "Label15"
  404. Me.Label15.Size = New System.Drawing.Size(32, 16)
  405. Me.Label15.TabIndex = 237
  406. Me.Label15.Text = "級別"
  407. '
  408. 'ComboBox7
  409. '
  410. Me.ComboBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.ComboBox7.FormattingEnabled = True
  412. Me.ComboBox7.Items.AddRange(New Object() {"初級", "中級", "高級"})
  413. Me.ComboBox7.Location = New System.Drawing.Point(74, 333)
  414. Me.ComboBox7.Name = "ComboBox7"
  415. Me.ComboBox7.Size = New System.Drawing.Size(134, 24)
  416. Me.ComboBox7.TabIndex = 236
  417. '
  418. 'Label16
  419. '
  420. Me.Label16.AutoSize = True
  421. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.Label16.Location = New System.Drawing.Point(12, 366)
  423. Me.Label16.Name = "Label16"
  424. Me.Label16.Size = New System.Drawing.Size(32, 16)
  425. Me.Label16.TabIndex = 239
  426. Me.Label16.Text = "性質"
  427. '
  428. 'ComboBox8
  429. '
  430. Me.ComboBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  431. Me.ComboBox8.FormattingEnabled = True
  432. Me.ComboBox8.Items.AddRange(New Object() {"兼職", "全職"})
  433. Me.ComboBox8.Location = New System.Drawing.Point(74, 363)
  434. Me.ComboBox8.Name = "ComboBox8"
  435. Me.ComboBox8.Size = New System.Drawing.Size(134, 24)
  436. Me.ComboBox8.TabIndex = 238
  437. '
  438. 'CheckBox2
  439. '
  440. Me.CheckBox2.AutoSize = True
  441. Me.CheckBox2.Location = New System.Drawing.Point(133, 393)
  442. Me.CheckBox2.Name = "CheckBox2"
  443. Me.CheckBox2.Size = New System.Drawing.Size(75, 20)
  444. Me.CheckBox2.TabIndex = 240
  445. Me.CheckBox2.Text = "是否給薪"
  446. Me.CheckBox2.UseVisualStyleBackColor = True
  447. '
  448. 'Label17
  449. '
  450. Me.Label17.AutoSize = True
  451. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  452. Me.Label17.Location = New System.Drawing.Point(12, 481)
  453. Me.Label17.Name = "Label17"
  454. Me.Label17.Size = New System.Drawing.Size(56, 16)
  455. Me.Label17.TabIndex = 242
  456. Me.Label17.Text = "給薪幣別"
  457. '
  458. 'ComboBox9
  459. '
  460. Me.ComboBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  461. Me.ComboBox9.FormattingEnabled = True
  462. Me.ComboBox9.Items.AddRange(New Object() {"TWD", "RMB"})
  463. Me.ComboBox9.Location = New System.Drawing.Point(74, 478)
  464. Me.ComboBox9.Name = "ComboBox9"
  465. Me.ComboBox9.Size = New System.Drawing.Size(134, 24)
  466. Me.ComboBox9.TabIndex = 241
  467. '
  468. '人員入職資料表
  469. '
  470. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  471. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  472. Me.ClientSize = New System.Drawing.Size(1914, 991)
  473. Me.Controls.Add(Me.Label17)
  474. Me.Controls.Add(Me.ComboBox9)
  475. Me.Controls.Add(Me.CheckBox2)
  476. Me.Controls.Add(Me.Label16)
  477. Me.Controls.Add(Me.ComboBox8)
  478. Me.Controls.Add(Me.Label15)
  479. Me.Controls.Add(Me.ComboBox7)
  480. Me.Controls.Add(Me.Label14)
  481. Me.Controls.Add(Me.ComboBox6)
  482. Me.Controls.Add(Me.Label13)
  483. Me.Controls.Add(Me.TextBox8)
  484. Me.Controls.Add(Me.Label12)
  485. Me.Controls.Add(Me.TextBox7)
  486. Me.Controls.Add(Me.CheckBox1)
  487. Me.Controls.Add(Me.Label11)
  488. Me.Controls.Add(Me.TextBox5)
  489. Me.Controls.Add(Me.Button3)
  490. Me.Controls.Add(Me.Button1)
  491. Me.Controls.Add(Me.Button2)
  492. Me.Controls.Add(Me.Button7)
  493. Me.Controls.Add(Me.TextBox6)
  494. Me.Controls.Add(Me.Label10)
  495. Me.Controls.Add(Me.Label9)
  496. Me.Controls.Add(Me.ComboBox5)
  497. Me.Controls.Add(Me.Label8)
  498. Me.Controls.Add(Me.TextBox4)
  499. Me.Controls.Add(Me.Label7)
  500. Me.Controls.Add(Me.Label6)
  501. Me.Controls.Add(Me.ComboBox4)
  502. Me.Controls.Add(Me.Label5)
  503. Me.Controls.Add(Me.ComboBox3)
  504. Me.Controls.Add(Me.ComboBox2)
  505. Me.Controls.Add(Me.ComboBox1)
  506. Me.Controls.Add(Me.Label4)
  507. Me.Controls.Add(Me.Label3)
  508. Me.Controls.Add(Me.TextBox2)
  509. Me.Controls.Add(Me.Label1)
  510. Me.Controls.Add(Me.TextBox1)
  511. Me.Controls.Add(Me.Label2)
  512. Me.Controls.Add(Me.TextBox3)
  513. Me.Controls.Add(Me.DataGridView1)
  514. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  515. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  516. Me.Name = "人員入職資料表"
  517. Me.Text = "人員入職資料表"
  518. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  519. Me.ResumeLayout(False)
  520. Me.PerformLayout()
  521. End Sub
  522. Friend WithEvents DataGridView1 As DataGridView
  523. Friend WithEvents Label2 As Label
  524. Friend WithEvents TextBox3 As TextBox
  525. Friend WithEvents Label1 As Label
  526. Friend WithEvents TextBox1 As TextBox
  527. Friend WithEvents Label3 As Label
  528. Friend WithEvents TextBox2 As TextBox
  529. Friend WithEvents ComboBox1 As ComboBox
  530. Friend WithEvents Label4 As Label
  531. Friend WithEvents ComboBox2 As ComboBox
  532. Friend WithEvents ComboBox3 As ComboBox
  533. Friend WithEvents Label5 As Label
  534. Friend WithEvents ComboBox4 As ComboBox
  535. Friend WithEvents Label6 As Label
  536. Friend WithEvents Label7 As Label
  537. Friend WithEvents Label8 As Label
  538. Friend WithEvents TextBox4 As TextBox
  539. Friend WithEvents ComboBox5 As ComboBox
  540. Friend WithEvents Label9 As Label
  541. Friend WithEvents TextBox6 As TextBox
  542. Friend WithEvents Label10 As Label
  543. Friend WithEvents Button3 As Button
  544. Friend WithEvents Button1 As Button
  545. Friend WithEvents Button2 As Button
  546. Friend WithEvents Button7 As Button
  547. Friend WithEvents Label11 As Label
  548. Friend WithEvents TextBox5 As TextBox
  549. Friend WithEvents CheckBox1 As CheckBox
  550. Friend WithEvents Label12 As Label
  551. Friend WithEvents TextBox7 As TextBox
  552. Friend WithEvents Label13 As Label
  553. Friend WithEvents TextBox8 As TextBox
  554. Friend WithEvents Label14 As Label
  555. Friend WithEvents ComboBox6 As ComboBox
  556. Friend WithEvents Label15 As Label
  557. Friend WithEvents ComboBox7 As ComboBox
  558. Friend WithEvents Label16 As Label
  559. Friend WithEvents ComboBox8 As ComboBox
  560. Friend WithEvents CheckBox2 As CheckBox
  561. Friend WithEvents Label17 As Label
  562. Friend WithEvents ComboBox9 As ComboBox
  563. End Class