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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.匯出EXCEL_bt = New System.Windows.Forms.Button()
  28. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  29. Me.月份選擇_gb = New System.Windows.Forms.GroupBox()
  30. Me.起始加一個月_bt = New System.Windows.Forms.Button()
  31. Me.起始減一個月_bt = New System.Windows.Forms.Button()
  32. Me.月選_起始_dtp = New System.Windows.Forms.DateTimePicker()
  33. Me.月選_起始_tb = New System.Windows.Forms.TextBox()
  34. Me.月選_起始年_cb = New System.Windows.Forms.ComboBox()
  35. Me.月選_起始月_cb = New System.Windows.Forms.ComboBox()
  36. Me.Label59 = New System.Windows.Forms.Label()
  37. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  38. Me.結束加一個月_bt = New System.Windows.Forms.Button()
  39. Me.月選_結束年_cb = New System.Windows.Forms.ComboBox()
  40. Me.月選_結束_dtp = New System.Windows.Forms.DateTimePicker()
  41. Me.結束減一個月_bt = New System.Windows.Forms.Button()
  42. Me.月選_結束_tb = New System.Windows.Forms.TextBox()
  43. Me.月選_結束月_cb = New System.Windows.Forms.ComboBox()
  44. Me.Label60 = New System.Windows.Forms.Label()
  45. Me.計算月數_tb = New System.Windows.Forms.TextBox()
  46. Me.顯示選擇月份_lb = New System.Windows.Forms.ListBox()
  47. Me.薪資匯出_dgv = New System.Windows.Forms.DataGridView()
  48. Me.民國年月_tb = New System.Windows.Forms.TextBox()
  49. Me.薪轉Ex存檔名_tb = New System.Windows.Forms.TextBox()
  50. Me.Label1 = New System.Windows.Forms.Label()
  51. Me.月份選擇_gb.SuspendLayout()
  52. Me.GroupBox1.SuspendLayout()
  53. CType(Me.薪資匯出_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. Me.SuspendLayout()
  55. '
  56. '匯出EXCEL_bt
  57. '
  58. Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  59. Me.匯出EXCEL_bt.Location = New System.Drawing.Point(11, 542)
  60. Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(2)
  61. Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt"
  62. Me.匯出EXCEL_bt.Size = New System.Drawing.Size(178, 80)
  63. Me.匯出EXCEL_bt.TabIndex = 15
  64. Me.匯出EXCEL_bt.Text = "匯出" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "EXCEL"
  65. Me.匯出EXCEL_bt.UseVisualStyleBackColor = True
  66. '
  67. '月份選擇_gb
  68. '
  69. Me.月份選擇_gb.Controls.Add(Me.起始加一個月_bt)
  70. Me.月份選擇_gb.Controls.Add(Me.起始減一個月_bt)
  71. Me.月份選擇_gb.Controls.Add(Me.月選_起始_dtp)
  72. Me.月份選擇_gb.Controls.Add(Me.月選_起始_tb)
  73. Me.月份選擇_gb.Controls.Add(Me.月選_起始年_cb)
  74. Me.月份選擇_gb.Controls.Add(Me.月選_起始月_cb)
  75. Me.月份選擇_gb.Controls.Add(Me.Label59)
  76. Me.月份選擇_gb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.月份選擇_gb.Location = New System.Drawing.Point(12, 13)
  78. Me.月份選擇_gb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  79. Me.月份選擇_gb.Name = "月份選擇_gb"
  80. Me.月份選擇_gb.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
  81. Me.月份選擇_gb.Size = New System.Drawing.Size(179, 126)
  82. Me.月份選擇_gb.TabIndex = 437
  83. Me.月份選擇_gb.TabStop = False
  84. Me.月份選擇_gb.Text = "起始月份"
  85. '
  86. '起始加一個月_bt
  87. '
  88. Me.起始加一個月_bt.Location = New System.Drawing.Point(91, 91)
  89. Me.起始加一個月_bt.Name = "起始加一個月_bt"
  90. Me.起始加一個月_bt.Size = New System.Drawing.Size(70, 25)
  91. Me.起始加一個月_bt.TabIndex = 1188
  92. Me.起始加一個月_bt.Text = "加一個月"
  93. Me.起始加一個月_bt.UseVisualStyleBackColor = True
  94. '
  95. '起始減一個月_bt
  96. '
  97. Me.起始減一個月_bt.Location = New System.Drawing.Point(14, 91)
  98. Me.起始減一個月_bt.Name = "起始減一個月_bt"
  99. Me.起始減一個月_bt.Size = New System.Drawing.Size(70, 25)
  100. Me.起始減一個月_bt.TabIndex = 1187
  101. Me.起始減一個月_bt.Text = "減一個月"
  102. Me.起始減一個月_bt.UseVisualStyleBackColor = True
  103. '
  104. '月選_起始_dtp
  105. '
  106. Me.月選_起始_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  107. Me.月選_起始_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  108. Me.月選_起始_dtp.Location = New System.Drawing.Point(13, 123)
  109. Me.月選_起始_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  110. Me.月選_起始_dtp.Name = "月選_起始_dtp"
  111. Me.月選_起始_dtp.Size = New System.Drawing.Size(147, 25)
  112. Me.月選_起始_dtp.TabIndex = 1171
  113. Me.月選_起始_dtp.Visible = False
  114. '
  115. '月選_起始_tb
  116. '
  117. Me.月選_起始_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.月選_起始_tb.Location = New System.Drawing.Point(14, 26)
  119. Me.月選_起始_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  120. Me.月選_起始_tb.Name = "月選_起始_tb"
  121. Me.月選_起始_tb.ReadOnly = True
  122. Me.月選_起始_tb.Size = New System.Drawing.Size(146, 25)
  123. Me.月選_起始_tb.TabIndex = 434
  124. '
  125. '月選_起始年_cb
  126. '
  127. Me.月選_起始年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  128. Me.月選_起始年_cb.FormattingEnabled = True
  129. Me.月選_起始年_cb.Items.AddRange(New Object() {"2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  130. Me.月選_起始年_cb.Location = New System.Drawing.Point(14, 59)
  131. Me.月選_起始年_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  132. Me.月選_起始年_cb.Name = "月選_起始年_cb"
  133. Me.月選_起始年_cb.Size = New System.Drawing.Size(80, 25)
  134. Me.月選_起始年_cb.TabIndex = 429
  135. '
  136. '月選_起始月_cb
  137. '
  138. Me.月選_起始月_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  139. Me.月選_起始月_cb.FormattingEnabled = True
  140. Me.月選_起始月_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"})
  141. Me.月選_起始月_cb.Location = New System.Drawing.Point(111, 59)
  142. Me.月選_起始月_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  143. Me.月選_起始月_cb.Name = "月選_起始月_cb"
  144. Me.月選_起始月_cb.Size = New System.Drawing.Size(50, 25)
  145. Me.月選_起始月_cb.TabIndex = 428
  146. '
  147. 'Label59
  148. '
  149. Me.Label59.AutoSize = True
  150. Me.Label59.Location = New System.Drawing.Point(97, 63)
  151. Me.Label59.Name = "Label59"
  152. Me.Label59.Size = New System.Drawing.Size(13, 17)
  153. Me.Label59.TabIndex = 430
  154. Me.Label59.Text = "/"
  155. '
  156. 'GroupBox1
  157. '
  158. Me.GroupBox1.Controls.Add(Me.結束加一個月_bt)
  159. Me.GroupBox1.Controls.Add(Me.月選_結束年_cb)
  160. Me.GroupBox1.Controls.Add(Me.月選_結束_dtp)
  161. Me.GroupBox1.Controls.Add(Me.結束減一個月_bt)
  162. Me.GroupBox1.Controls.Add(Me.月選_結束_tb)
  163. Me.GroupBox1.Controls.Add(Me.月選_結束月_cb)
  164. Me.GroupBox1.Controls.Add(Me.Label60)
  165. Me.GroupBox1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.GroupBox1.Location = New System.Drawing.Point(12, 146)
  167. Me.GroupBox1.Name = "GroupBox1"
  168. Me.GroupBox1.Size = New System.Drawing.Size(179, 126)
  169. Me.GroupBox1.TabIndex = 438
  170. Me.GroupBox1.TabStop = False
  171. Me.GroupBox1.Text = "結束月份"
  172. '
  173. '結束加一個月_bt
  174. '
  175. Me.結束加一個月_bt.Location = New System.Drawing.Point(91, 91)
  176. Me.結束加一個月_bt.Name = "結束加一個月_bt"
  177. Me.結束加一個月_bt.Size = New System.Drawing.Size(70, 25)
  178. Me.結束加一個月_bt.TabIndex = 1186
  179. Me.結束加一個月_bt.Text = "加一個月"
  180. Me.結束加一個月_bt.UseVisualStyleBackColor = True
  181. '
  182. '月選_結束年_cb
  183. '
  184. Me.月選_結束年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  185. Me.月選_結束年_cb.FormattingEnabled = True
  186. Me.月選_結束年_cb.Items.AddRange(New Object() {"2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  187. Me.月選_結束年_cb.Location = New System.Drawing.Point(14, 58)
  188. Me.月選_結束年_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  189. Me.月選_結束年_cb.Name = "月選_結束年_cb"
  190. Me.月選_結束年_cb.Size = New System.Drawing.Size(80, 25)
  191. Me.月選_結束年_cb.TabIndex = 1183
  192. '
  193. '月選_結束_dtp
  194. '
  195. Me.月選_結束_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  196. Me.月選_結束_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  197. Me.月選_結束_dtp.Location = New System.Drawing.Point(14, 123)
  198. Me.月選_結束_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  199. Me.月選_結束_dtp.Name = "月選_結束_dtp"
  200. Me.月選_結束_dtp.Size = New System.Drawing.Size(146, 25)
  201. Me.月選_結束_dtp.TabIndex = 1182
  202. Me.月選_結束_dtp.Visible = False
  203. '
  204. '結束減一個月_bt
  205. '
  206. Me.結束減一個月_bt.Location = New System.Drawing.Point(14, 91)
  207. Me.結束減一個月_bt.Name = "結束減一個月_bt"
  208. Me.結束減一個月_bt.Size = New System.Drawing.Size(70, 25)
  209. Me.結束減一個月_bt.TabIndex = 1185
  210. Me.結束減一個月_bt.Text = "減一個月"
  211. Me.結束減一個月_bt.UseVisualStyleBackColor = True
  212. '
  213. '月選_結束_tb
  214. '
  215. Me.月選_結束_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.月選_結束_tb.Location = New System.Drawing.Point(14, 25)
  217. Me.月選_結束_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  218. Me.月選_結束_tb.Name = "月選_結束_tb"
  219. Me.月選_結束_tb.ReadOnly = True
  220. Me.月選_結束_tb.Size = New System.Drawing.Size(146, 25)
  221. Me.月選_結束_tb.TabIndex = 1181
  222. '
  223. '月選_結束月_cb
  224. '
  225. Me.月選_結束月_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  226. Me.月選_結束月_cb.FormattingEnabled = True
  227. Me.月選_結束月_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"})
  228. Me.月選_結束月_cb.Location = New System.Drawing.Point(111, 58)
  229. Me.月選_結束月_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  230. Me.月選_結束月_cb.Name = "月選_結束月_cb"
  231. Me.月選_結束月_cb.Size = New System.Drawing.Size(50, 25)
  232. Me.月選_結束月_cb.TabIndex = 1179
  233. '
  234. 'Label60
  235. '
  236. Me.Label60.AutoSize = True
  237. Me.Label60.Location = New System.Drawing.Point(98, 61)
  238. Me.Label60.Name = "Label60"
  239. Me.Label60.Size = New System.Drawing.Size(13, 17)
  240. Me.Label60.TabIndex = 1184
  241. Me.Label60.Text = "/"
  242. '
  243. '計算月數_tb
  244. '
  245. Me.計算月數_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.計算月數_tb.Location = New System.Drawing.Point(232, 469)
  247. Me.計算月數_tb.Name = "計算月數_tb"
  248. Me.計算月數_tb.Size = New System.Drawing.Size(100, 25)
  249. Me.計算月數_tb.TabIndex = 1174
  250. Me.計算月數_tb.Visible = False
  251. '
  252. '顯示選擇月份_lb
  253. '
  254. Me.顯示選擇月份_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  255. Me.顯示選擇月份_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.顯示選擇月份_lb.FormattingEnabled = True
  257. Me.顯示選擇月份_lb.ItemHeight = 17
  258. Me.顯示選擇月份_lb.Location = New System.Drawing.Point(12, 312)
  259. Me.顯示選擇月份_lb.Name = "顯示選擇月份_lb"
  260. Me.顯示選擇月份_lb.Size = New System.Drawing.Size(177, 225)
  261. Me.顯示選擇月份_lb.TabIndex = 1176
  262. '
  263. '薪資匯出_dgv
  264. '
  265. Me.薪資匯出_dgv.AllowUserToAddRows = False
  266. Me.薪資匯出_dgv.AllowUserToDeleteRows = False
  267. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  268. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.薪資匯出_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  270. Me.薪資匯出_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  271. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  272. Me.薪資匯出_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  273. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  274. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  275. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  277. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  278. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  279. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  280. Me.薪資匯出_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  281. Me.薪資匯出_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  282. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  283. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  284. DataGridViewCellStyle3.Font = New System.Drawing.Font("新細明體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  285. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  286. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  287. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  288. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  289. Me.薪資匯出_dgv.DefaultCellStyle = DataGridViewCellStyle3
  290. Me.薪資匯出_dgv.Location = New System.Drawing.Point(201, 13)
  291. Me.薪資匯出_dgv.Name = "薪資匯出_dgv"
  292. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  293. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
  294. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  295. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  296. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  297. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  298. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  299. Me.薪資匯出_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
  300. Me.薪資匯出_dgv.RowHeadersWidth = 5
  301. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. Me.薪資匯出_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  303. Me.薪資匯出_dgv.RowTemplate.Height = 24
  304. Me.薪資匯出_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  305. Me.薪資匯出_dgv.Size = New System.Drawing.Size(1030, 609)
  306. Me.薪資匯出_dgv.TabIndex = 1177
  307. '
  308. '民國年月_tb
  309. '
  310. Me.民國年月_tb.Location = New System.Drawing.Point(232, 500)
  311. Me.民國年月_tb.Name = "民國年月_tb"
  312. Me.民國年月_tb.Size = New System.Drawing.Size(100, 22)
  313. Me.民國年月_tb.TabIndex = 1179
  314. Me.民國年月_tb.Visible = False
  315. '
  316. '薪轉Ex存檔名_tb
  317. '
  318. Me.薪轉Ex存檔名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  319. Me.薪轉Ex存檔名_tb.Location = New System.Drawing.Point(72, 281)
  320. Me.薪轉Ex存檔名_tb.Name = "薪轉Ex存檔名_tb"
  321. Me.薪轉Ex存檔名_tb.Size = New System.Drawing.Size(117, 25)
  322. Me.薪轉Ex存檔名_tb.TabIndex = 1180
  323. '
  324. 'Label1
  325. '
  326. Me.Label1.AutoSize = True
  327. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  328. Me.Label1.ForeColor = System.Drawing.Color.Teal
  329. Me.Label1.Location = New System.Drawing.Point(10, 284)
  330. Me.Label1.Name = "Label1"
  331. Me.Label1.Size = New System.Drawing.Size(60, 17)
  332. Me.Label1.TabIndex = 1181
  333. Me.Label1.Text = "資料年度"
  334. '
  335. '匯出EXCEL
  336. '
  337. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  338. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  339. Me.ClientSize = New System.Drawing.Size(1243, 627)
  340. Me.Controls.Add(Me.Label1)
  341. Me.Controls.Add(Me.薪轉Ex存檔名_tb)
  342. Me.Controls.Add(Me.薪資匯出_dgv)
  343. Me.Controls.Add(Me.顯示選擇月份_lb)
  344. Me.Controls.Add(Me.計算月數_tb)
  345. Me.Controls.Add(Me.GroupBox1)
  346. Me.Controls.Add(Me.月份選擇_gb)
  347. Me.Controls.Add(Me.匯出EXCEL_bt)
  348. Me.Controls.Add(Me.民國年月_tb)
  349. Me.Name = "匯出EXCEL"
  350. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  351. Me.Text = "匯出EXCEL"
  352. Me.月份選擇_gb.ResumeLayout(False)
  353. Me.月份選擇_gb.PerformLayout()
  354. Me.GroupBox1.ResumeLayout(False)
  355. Me.GroupBox1.PerformLayout()
  356. CType(Me.薪資匯出_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  357. Me.ResumeLayout(False)
  358. Me.PerformLayout()
  359. End Sub
  360. Friend WithEvents 匯出EXCEL_bt As Button
  361. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  362. Friend WithEvents 月份選擇_gb As GroupBox
  363. Friend WithEvents 月選_起始_dtp As DateTimePicker
  364. Friend WithEvents 月選_起始_tb As TextBox
  365. Friend WithEvents 月選_起始年_cb As ComboBox
  366. Friend WithEvents 月選_起始月_cb As ComboBox
  367. Friend WithEvents Label59 As Label
  368. Friend WithEvents GroupBox1 As GroupBox
  369. Friend WithEvents 結束加一個月_bt As Button
  370. Friend WithEvents 結束減一個月_bt As Button
  371. Friend WithEvents 月選_結束年_cb As ComboBox
  372. Friend WithEvents 月選_結束_dtp As DateTimePicker
  373. Friend WithEvents 月選_結束_tb As TextBox
  374. Friend WithEvents 月選_結束月_cb As ComboBox
  375. Friend WithEvents Label60 As Label
  376. Friend WithEvents 起始加一個月_bt As Button
  377. Friend WithEvents 起始減一個月_bt As Button
  378. Friend WithEvents 計算月數_tb As TextBox
  379. Friend WithEvents 顯示選擇月份_lb As ListBox
  380. Friend WithEvents 薪資匯出_dgv As DataGridView
  381. Friend WithEvents 民國年月_tb As TextBox
  382. Friend WithEvents 薪轉Ex存檔名_tb As TextBox
  383. Friend WithEvents Label1 As Label
  384. End Class