Geen omschrijving
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.

匯入EXCEL.Designer.vb 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 匯入EXCEL
  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 DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.薪資匯入EXCEL_dgv = New System.Windows.Forms.DataGridView()
  28. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  29. Me.選擇_TreeView = New System.Windows.Forms.TreeView()
  30. Me.紀錄Sheet年月_LBox = New System.Windows.Forms.ListBox()
  31. Me.匯入EXCEL_bt = New System.Windows.Forms.Button()
  32. Me.紀錄選擇月份_LBox = New System.Windows.Forms.ListBox()
  33. Me.流水號_tb = New System.Windows.Forms.TextBox()
  34. Me.人事流水號_tb = New System.Windows.Forms.TextBox()
  35. Me.身分證_tb = New System.Windows.Forms.TextBox()
  36. Me.Label5 = New System.Windows.Forms.Label()
  37. Me.薪資帳號_tb = New System.Windows.Forms.TextBox()
  38. Me.Label6 = New System.Windows.Forms.Label()
  39. Me.Label11 = New System.Windows.Forms.Label()
  40. Me.全選_bt = New System.Windows.Forms.Button()
  41. Me.取消全選_bt = New System.Windows.Forms.Button()
  42. Me.匯入Excel_PBar = New System.Windows.Forms.ProgressBar()
  43. Me.匯入進度_Label = New System.Windows.Forms.Label()
  44. CType(Me.薪資匯入EXCEL_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. '薪資匯入EXCEL_dgv
  48. '
  49. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  50. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  51. Me.薪資匯入EXCEL_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  52. Me.薪資匯入EXCEL_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  53. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  54. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control
  55. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  56. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
  57. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  58. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  59. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  60. Me.薪資匯入EXCEL_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle7
  61. Me.薪資匯入EXCEL_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  62. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  63. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  64. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  66. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  67. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  68. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  69. Me.薪資匯入EXCEL_dgv.DefaultCellStyle = DataGridViewCellStyle8
  70. Me.薪資匯入EXCEL_dgv.Location = New System.Drawing.Point(130, 12)
  71. Me.薪資匯入EXCEL_dgv.Margin = New System.Windows.Forms.Padding(2)
  72. Me.薪資匯入EXCEL_dgv.Name = "薪資匯入EXCEL_dgv"
  73. Me.薪資匯入EXCEL_dgv.ReadOnly = True
  74. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  75. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control
  76. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
  78. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  79. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  80. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  81. Me.薪資匯入EXCEL_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
  82. Me.薪資匯入EXCEL_dgv.RowHeadersWidth = 5
  83. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.薪資匯入EXCEL_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
  85. Me.薪資匯入EXCEL_dgv.RowTemplate.Height = 27
  86. Me.薪資匯入EXCEL_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  87. Me.薪資匯入EXCEL_dgv.Size = New System.Drawing.Size(1229, 656)
  88. Me.薪資匯入EXCEL_dgv.TabIndex = 15
  89. '
  90. 'OpenFileDialog1
  91. '
  92. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  93. '
  94. '選擇_TreeView
  95. '
  96. Me.選擇_TreeView.CheckBoxes = True
  97. Me.選擇_TreeView.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  98. Me.選擇_TreeView.Indent = 22
  99. Me.選擇_TreeView.ItemHeight = 18
  100. Me.選擇_TreeView.Location = New System.Drawing.Point(12, 12)
  101. Me.選擇_TreeView.Name = "選擇_TreeView"
  102. Me.選擇_TreeView.Size = New System.Drawing.Size(110, 377)
  103. Me.選擇_TreeView.TabIndex = 17
  104. '
  105. '紀錄Sheet年月_LBox
  106. '
  107. Me.紀錄Sheet年月_LBox.FormattingEnabled = True
  108. Me.紀錄Sheet年月_LBox.ItemHeight = 12
  109. Me.紀錄Sheet年月_LBox.Location = New System.Drawing.Point(138, 615)
  110. Me.紀錄Sheet年月_LBox.Name = "紀錄Sheet年月_LBox"
  111. Me.紀錄Sheet年月_LBox.Size = New System.Drawing.Size(100, 52)
  112. Me.紀錄Sheet年月_LBox.TabIndex = 19
  113. Me.紀錄Sheet年月_LBox.Visible = False
  114. '
  115. '匯入EXCEL_bt
  116. '
  117. Me.匯入EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.匯入EXCEL_bt.Location = New System.Drawing.Point(11, 488)
  119. Me.匯入EXCEL_bt.Margin = New System.Windows.Forms.Padding(2)
  120. Me.匯入EXCEL_bt.Name = "匯入EXCEL_bt"
  121. Me.匯入EXCEL_bt.Size = New System.Drawing.Size(110, 180)
  122. Me.匯入EXCEL_bt.TabIndex = 14
  123. Me.匯入EXCEL_bt.Text = "匯入EXCEL"
  124. Me.匯入EXCEL_bt.UseVisualStyleBackColor = True
  125. '
  126. '紀錄選擇月份_LBox
  127. '
  128. Me.紀錄選擇月份_LBox.FormattingEnabled = True
  129. Me.紀錄選擇月份_LBox.ItemHeight = 12
  130. Me.紀錄選擇月份_LBox.Location = New System.Drawing.Point(244, 615)
  131. Me.紀錄選擇月份_LBox.Name = "紀錄選擇月份_LBox"
  132. Me.紀錄選擇月份_LBox.Size = New System.Drawing.Size(100, 52)
  133. Me.紀錄選擇月份_LBox.TabIndex = 21
  134. Me.紀錄選擇月份_LBox.Visible = False
  135. '
  136. '流水號_tb
  137. '
  138. Me.流水號_tb.Location = New System.Drawing.Point(138, 586)
  139. Me.流水號_tb.Name = "流水號_tb"
  140. Me.流水號_tb.Size = New System.Drawing.Size(100, 22)
  141. Me.流水號_tb.TabIndex = 1045
  142. Me.流水號_tb.Visible = False
  143. '
  144. '人事流水號_tb
  145. '
  146. Me.人事流水號_tb.Location = New System.Drawing.Point(423, 583)
  147. Me.人事流水號_tb.Name = "人事流水號_tb"
  148. Me.人事流水號_tb.ReadOnly = True
  149. Me.人事流水號_tb.Size = New System.Drawing.Size(100, 22)
  150. Me.人事流水號_tb.TabIndex = 1422
  151. Me.人事流水號_tb.Visible = False
  152. '
  153. '身分證_tb
  154. '
  155. Me.身分證_tb.Location = New System.Drawing.Point(423, 639)
  156. Me.身分證_tb.Name = "身分證_tb"
  157. Me.身分證_tb.ReadOnly = True
  158. Me.身分證_tb.Size = New System.Drawing.Size(100, 22)
  159. Me.身分證_tb.TabIndex = 1424
  160. Me.身分證_tb.Visible = False
  161. '
  162. 'Label5
  163. '
  164. Me.Label5.AutoSize = True
  165. Me.Label5.Location = New System.Drawing.Point(364, 643)
  166. Me.Label5.Name = "Label5"
  167. Me.Label5.Size = New System.Drawing.Size(53, 12)
  168. Me.Label5.TabIndex = 1423
  169. Me.Label5.Text = "身分證號"
  170. Me.Label5.Visible = False
  171. '
  172. '薪資帳號_tb
  173. '
  174. Me.薪資帳號_tb.Location = New System.Drawing.Point(423, 611)
  175. Me.薪資帳號_tb.Name = "薪資帳號_tb"
  176. Me.薪資帳號_tb.ReadOnly = True
  177. Me.薪資帳號_tb.Size = New System.Drawing.Size(100, 22)
  178. Me.薪資帳號_tb.TabIndex = 1426
  179. Me.薪資帳號_tb.Visible = False
  180. '
  181. 'Label6
  182. '
  183. Me.Label6.AutoSize = True
  184. Me.Label6.Location = New System.Drawing.Point(392, 615)
  185. Me.Label6.Name = "Label6"
  186. Me.Label6.Size = New System.Drawing.Size(29, 12)
  187. Me.Label6.TabIndex = 1425
  188. Me.Label6.Text = "帳號"
  189. Me.Label6.Visible = False
  190. '
  191. 'Label11
  192. '
  193. Me.Label11.AutoSize = True
  194. Me.Label11.Location = New System.Drawing.Point(356, 589)
  195. Me.Label11.Name = "Label11"
  196. Me.Label11.Size = New System.Drawing.Size(65, 12)
  197. Me.Label11.TabIndex = 1427
  198. Me.Label11.Text = "人事流水號"
  199. Me.Label11.Visible = False
  200. '
  201. '全選_bt
  202. '
  203. Me.全選_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.全選_bt.Location = New System.Drawing.Point(11, 394)
  205. Me.全選_bt.Margin = New System.Windows.Forms.Padding(2)
  206. Me.全選_bt.Name = "全選_bt"
  207. Me.全選_bt.Size = New System.Drawing.Size(110, 43)
  208. Me.全選_bt.TabIndex = 1428
  209. Me.全選_bt.Text = "全選"
  210. Me.全選_bt.UseVisualStyleBackColor = True
  211. '
  212. '取消全選_bt
  213. '
  214. Me.取消全選_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  215. Me.取消全選_bt.Location = New System.Drawing.Point(11, 441)
  216. Me.取消全選_bt.Margin = New System.Windows.Forms.Padding(2)
  217. Me.取消全選_bt.Name = "取消全選_bt"
  218. Me.取消全選_bt.Size = New System.Drawing.Size(110, 43)
  219. Me.取消全選_bt.TabIndex = 1429
  220. Me.取消全選_bt.Text = "取消全選"
  221. Me.取消全選_bt.UseVisualStyleBackColor = True
  222. '
  223. '匯入Excel_PBar
  224. '
  225. Me.匯入Excel_PBar.Location = New System.Drawing.Point(130, 673)
  226. Me.匯入Excel_PBar.Name = "匯入Excel_PBar"
  227. Me.匯入Excel_PBar.Size = New System.Drawing.Size(1229, 23)
  228. Me.匯入Excel_PBar.Step = 1
  229. Me.匯入Excel_PBar.TabIndex = 1430
  230. '
  231. '匯入進度_Label
  232. '
  233. Me.匯入進度_Label.AutoSize = True
  234. Me.匯入進度_Label.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.匯入進度_Label.ForeColor = System.Drawing.SystemColors.HotTrack
  236. Me.匯入進度_Label.Location = New System.Drawing.Point(12, 676)
  237. Me.匯入進度_Label.Name = "匯入進度_Label"
  238. Me.匯入進度_Label.Size = New System.Drawing.Size(108, 17)
  239. Me.匯入進度_Label.TabIndex = 1431
  240. Me.匯入進度_Label.Text = "EXCEL 匯入進度 :"
  241. '
  242. '匯入EXCEL
  243. '
  244. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  245. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  246. Me.ClientSize = New System.Drawing.Size(1377, 704)
  247. Me.Controls.Add(Me.匯入進度_Label)
  248. Me.Controls.Add(Me.匯入Excel_PBar)
  249. Me.Controls.Add(Me.紀錄選擇月份_LBox)
  250. Me.Controls.Add(Me.紀錄Sheet年月_LBox)
  251. Me.Controls.Add(Me.取消全選_bt)
  252. Me.Controls.Add(Me.全選_bt)
  253. Me.Controls.Add(Me.Label11)
  254. Me.Controls.Add(Me.薪資帳號_tb)
  255. Me.Controls.Add(Me.Label6)
  256. Me.Controls.Add(Me.身分證_tb)
  257. Me.Controls.Add(Me.Label5)
  258. Me.Controls.Add(Me.人事流水號_tb)
  259. Me.Controls.Add(Me.流水號_tb)
  260. Me.Controls.Add(Me.選擇_TreeView)
  261. Me.Controls.Add(Me.匯入EXCEL_bt)
  262. Me.Controls.Add(Me.薪資匯入EXCEL_dgv)
  263. Me.Name = "匯入EXCEL"
  264. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  265. Me.Text = "匯入EXCEL"
  266. CType(Me.薪資匯入EXCEL_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  267. Me.ResumeLayout(False)
  268. Me.PerformLayout()
  269. End Sub
  270. Friend WithEvents 薪資匯入EXCEL_dgv As DataGridView
  271. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  272. Friend WithEvents 選擇_TreeView As TreeView
  273. Friend WithEvents 紀錄Sheet年月_LBox As ListBox
  274. Friend WithEvents 匯入EXCEL_bt As Button
  275. Friend WithEvents 紀錄選擇月份_LBox As ListBox
  276. Friend WithEvents 流水號_tb As TextBox
  277. Friend WithEvents 人事流水號_tb As TextBox
  278. Friend WithEvents 身分證_tb As TextBox
  279. Friend WithEvents Label5 As Label
  280. Friend WithEvents 薪資帳號_tb As TextBox
  281. Friend WithEvents Label6 As Label
  282. Friend WithEvents Label11 As Label
  283. Friend WithEvents 全選_bt As Button
  284. Friend WithEvents 取消全選_bt As Button
  285. Friend WithEvents 匯入Excel_PBar As ProgressBar
  286. Friend WithEvents 匯入進度_Label As Label
  287. End Class