Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

薪資轉帳表.Designer.vb 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(薪資轉帳表))
  25. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  26. Me.批量存檔_bt = New System.Windows.Forms.Button()
  27. Me.匯出EXCEL_bt = New System.Windows.Forms.Button()
  28. Me.匯入EXCEL_bt = New System.Windows.Forms.Button()
  29. Me.合計總金額_tb = New System.Windows.Forms.TextBox()
  30. Me.Label13 = New System.Windows.Forms.Label()
  31. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  32. Me.上個月_bt = New System.Windows.Forms.Button()
  33. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  34. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  35. Me.下個月_bt = New System.Windows.Forms.Button()
  36. Me.Label12 = New System.Windows.Forms.Label()
  37. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  38. Me.Label11 = New System.Windows.Forms.Label()
  39. Me.人事流水號_tb = New System.Windows.Forms.TextBox()
  40. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  41. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  42. Me.新增準備ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  45. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  46. Me.姓名_cb = New System.Windows.Forms.ComboBox()
  47. Me.薪資總金額_tb = New System.Windows.Forms.TextBox()
  48. Me.領現總金額_tb = New System.Windows.Forms.TextBox()
  49. Me.Label2 = New System.Windows.Forms.Label()
  50. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  51. Me.Label4 = New System.Windows.Forms.Label()
  52. Me.給付方式_cb = New System.Windows.Forms.ComboBox()
  53. Me.Label9 = New System.Windows.Forms.Label()
  54. Me.薪資帳號_tb = New System.Windows.Forms.TextBox()
  55. Me.狀態_lb = New System.Windows.Forms.Label()
  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.領現_tb = New System.Windows.Forms.TextBox()
  60. Me.薪資_tb = New System.Windows.Forms.TextBox()
  61. Me.獎金_tb = New System.Windows.Forms.TextBox()
  62. Me.身分證_tb = New System.Windows.Forms.TextBox()
  63. Me.編號_tb = New System.Windows.Forms.TextBox()
  64. Me.Label10 = New System.Windows.Forms.Label()
  65. Me.Label8 = New System.Windows.Forms.Label()
  66. Me.Label7 = New System.Windows.Forms.Label()
  67. Me.Label6 = New System.Windows.Forms.Label()
  68. Me.Label5 = New System.Windows.Forms.Label()
  69. Me.Label3 = New System.Windows.Forms.Label()
  70. Me.Label1 = New System.Windows.Forms.Label()
  71. Me.流水號_tb = New System.Windows.Forms.TextBox()
  72. Me.薪轉_dgv = New System.Windows.Forms.DataGridView()
  73. Me.Label14 = New System.Windows.Forms.Label()
  74. Me.Label15 = New System.Windows.Forms.Label()
  75. Me.ContextMenuStrip1.SuspendLayout()
  76. CType(Me.薪轉_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  77. Me.SuspendLayout()
  78. '
  79. '重新整理ToolStripMenuItem
  80. '
  81. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  82. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  83. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  84. '
  85. '批量存檔_bt
  86. '
  87. Me.批量存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  88. Me.批量存檔_bt.AutoSize = True
  89. Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. Me.批量存檔_bt.ForeColor = System.Drawing.Color.Firebrick
  91. Me.批量存檔_bt.Location = New System.Drawing.Point(1463, 90)
  92. Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  93. Me.批量存檔_bt.Name = "批量存檔_bt"
  94. Me.批量存檔_bt.Size = New System.Drawing.Size(235, 27)
  95. Me.批量存檔_bt.TabIndex = 1478
  96. Me.批量存檔_bt.Text = "批量存檔"
  97. Me.批量存檔_bt.UseVisualStyleBackColor = True
  98. '
  99. '匯出EXCEL_bt
  100. '
  101. Me.匯出EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  102. Me.匯出EXCEL_bt.AutoSize = True
  103. Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.Black
  105. Me.匯出EXCEL_bt.Location = New System.Drawing.Point(1247, 12)
  106. Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  107. Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt"
  108. Me.匯出EXCEL_bt.Size = New System.Drawing.Size(82, 64)
  109. Me.匯出EXCEL_bt.TabIndex = 1477
  110. Me.匯出EXCEL_bt.Text = "匯出EXCEL"
  111. Me.匯出EXCEL_bt.UseVisualStyleBackColor = True
  112. '
  113. '匯入EXCEL_bt
  114. '
  115. Me.匯入EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  116. Me.匯入EXCEL_bt.AutoSize = True
  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.ForeColor = System.Drawing.Color.Black
  119. Me.匯入EXCEL_bt.Location = New System.Drawing.Point(1331, 12)
  120. Me.匯入EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  121. Me.匯入EXCEL_bt.Name = "匯入EXCEL_bt"
  122. Me.匯入EXCEL_bt.Size = New System.Drawing.Size(82, 64)
  123. Me.匯入EXCEL_bt.TabIndex = 1476
  124. Me.匯入EXCEL_bt.Text = "匯入EXCEL"
  125. Me.匯入EXCEL_bt.UseVisualStyleBackColor = True
  126. '
  127. '合計總金額_tb
  128. '
  129. Me.合計總金額_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  130. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  131. Me.合計總金額_tb.ForeColor = System.Drawing.Color.Crimson
  132. Me.合計總金額_tb.Location = New System.Drawing.Point(569, 90)
  133. Me.合計總金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  134. Me.合計總金額_tb.Name = "合計總金額_tb"
  135. Me.合計總金額_tb.ReadOnly = True
  136. Me.合計總金額_tb.Size = New System.Drawing.Size(168, 23)
  137. Me.合計總金額_tb.TabIndex = 1475
  138. Me.合計總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  139. '
  140. 'Label13
  141. '
  142. Me.Label13.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  143. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  144. Me.Label13.AutoSize = True
  145. Me.Label13.ForeColor = System.Drawing.Color.Crimson
  146. Me.Label13.Location = New System.Drawing.Point(499, 94)
  147. Me.Label13.Name = "Label13"
  148. Me.Label13.Size = New System.Drawing.Size(68, 16)
  149. Me.Label13.TabIndex = 1474
  150. Me.Label13.Text = "合計總金額"
  151. '
  152. '中間日期_dtp
  153. '
  154. Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  155. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  156. Me.中間日期_dtp.Location = New System.Drawing.Point(31, 165)
  157. Me.中間日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  158. Me.中間日期_dtp.Name = "中間日期_dtp"
  159. Me.中間日期_dtp.Size = New System.Drawing.Size(49, 23)
  160. Me.中間日期_dtp.TabIndex = 1473
  161. Me.中間日期_dtp.Visible = False
  162. '
  163. '上個月_bt
  164. '
  165. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  167. Me.上個月_bt.Location = New System.Drawing.Point(153, 42)
  168. Me.上個月_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  169. Me.上個月_bt.Name = "上個月_bt"
  170. Me.上個月_bt.Size = New System.Drawing.Size(71, 31)
  171. Me.上個月_bt.TabIndex = 1469
  172. Me.上個月_bt.Text = "上個月"
  173. Me.上個月_bt.UseVisualStyleBackColor = True
  174. '
  175. '一般月_ch
  176. '
  177. Me.一般月_ch.AutoSize = True
  178. Me.一般月_ch.Location = New System.Drawing.Point(84, 47)
  179. Me.一般月_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  180. Me.一般月_ch.Name = "一般月_ch"
  181. Me.一般月_ch.Size = New System.Drawing.Size(63, 20)
  182. Me.一般月_ch.TabIndex = 1472
  183. Me.一般月_ch.Text = "一般月"
  184. Me.一般月_ch.UseVisualStyleBackColor = True
  185. Me.一般月_ch.Visible = False
  186. '
  187. '會計月_ch
  188. '
  189. Me.會計月_ch.AutoSize = True
  190. Me.會計月_ch.Checked = True
  191. Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  192. Me.會計月_ch.Location = New System.Drawing.Point(16, 47)
  193. Me.會計月_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  194. Me.會計月_ch.Name = "會計月_ch"
  195. Me.會計月_ch.Size = New System.Drawing.Size(63, 20)
  196. Me.會計月_ch.TabIndex = 1471
  197. Me.會計月_ch.Text = "會計月"
  198. Me.會計月_ch.UseVisualStyleBackColor = True
  199. '
  200. '下個月_bt
  201. '
  202. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  204. Me.下個月_bt.Location = New System.Drawing.Point(226, 42)
  205. Me.下個月_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  206. Me.下個月_bt.Name = "下個月_bt"
  207. Me.下個月_bt.Size = New System.Drawing.Size(71, 31)
  208. Me.下個月_bt.TabIndex = 1470
  209. Me.下個月_bt.Text = "下個月"
  210. Me.下個月_bt.UseVisualStyleBackColor = True
  211. '
  212. 'Label12
  213. '
  214. Me.Label12.AutoSize = True
  215. Me.Label12.Location = New System.Drawing.Point(148, 19)
  216. Me.Label12.Name = "Label12"
  217. Me.Label12.Size = New System.Drawing.Size(20, 16)
  218. Me.Label12.TabIndex = 1468
  219. Me.Label12.Text = "到"
  220. '
  221. '開始日期_dtp
  222. '
  223. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  224. Me.開始日期_dtp.Location = New System.Drawing.Point(19, 14)
  225. Me.開始日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  226. Me.開始日期_dtp.Name = "開始日期_dtp"
  227. Me.開始日期_dtp.Size = New System.Drawing.Size(122, 23)
  228. Me.開始日期_dtp.TabIndex = 1466
  229. '
  230. 'Label11
  231. '
  232. Me.Label11.AutoSize = True
  233. Me.Label11.Location = New System.Drawing.Point(962, 18)
  234. Me.Label11.Name = "Label11"
  235. Me.Label11.Size = New System.Drawing.Size(68, 16)
  236. Me.Label11.TabIndex = 1465
  237. Me.Label11.Text = "人事流水號"
  238. Me.Label11.Visible = False
  239. '
  240. '人事流水號_tb
  241. '
  242. Me.人事流水號_tb.Location = New System.Drawing.Point(1036, 13)
  243. Me.人事流水號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  244. Me.人事流水號_tb.Name = "人事流水號_tb"
  245. Me.人事流水號_tb.ReadOnly = True
  246. Me.人事流水號_tb.Size = New System.Drawing.Size(116, 23)
  247. Me.人事流水號_tb.TabIndex = 1464
  248. Me.人事流水號_tb.Visible = False
  249. '
  250. 'ContextMenuStrip1
  251. '
  252. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.新增準備ToolStripMenuItem, Me.存檔ToolStripMenuItem, Me.刪除ToolStripMenuItem})
  253. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  254. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 98)
  255. '
  256. 'ToolStripSeparator3
  257. '
  258. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  259. Me.ToolStripSeparator3.Size = New System.Drawing.Size(119, 6)
  260. '
  261. '新增準備ToolStripMenuItem
  262. '
  263. Me.新增準備ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  264. Me.新增準備ToolStripMenuItem.Name = "新增準備ToolStripMenuItem"
  265. Me.新增準備ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  266. Me.新增準備ToolStripMenuItem.Text = "新增準備"
  267. '
  268. '存檔ToolStripMenuItem
  269. '
  270. Me.存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  271. Me.存檔ToolStripMenuItem.Name = "存檔ToolStripMenuItem"
  272. Me.存檔ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  273. Me.存檔ToolStripMenuItem.Text = "存檔"
  274. '
  275. '刪除ToolStripMenuItem
  276. '
  277. Me.刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  278. Me.刪除ToolStripMenuItem.Name = "刪除ToolStripMenuItem"
  279. Me.刪除ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  280. Me.刪除ToolStripMenuItem.Text = "刪除"
  281. '
  282. '結束日期_dtp
  283. '
  284. Me.結束日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  285. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  286. Me.結束日期_dtp.Location = New System.Drawing.Point(174, 14)
  287. Me.結束日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  288. Me.結束日期_dtp.Name = "結束日期_dtp"
  289. Me.結束日期_dtp.Size = New System.Drawing.Size(122, 23)
  290. Me.結束日期_dtp.TabIndex = 1467
  291. '
  292. '姓名_cb
  293. '
  294. Me.姓名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  295. Me.姓名_cb.FormattingEnabled = True
  296. Me.姓名_cb.Location = New System.Drawing.Point(338, 44)
  297. Me.姓名_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  298. Me.姓名_cb.Name = "姓名_cb"
  299. Me.姓名_cb.Size = New System.Drawing.Size(116, 24)
  300. Me.姓名_cb.TabIndex = 1463
  301. '
  302. '薪資總金額_tb
  303. '
  304. Me.薪資總金額_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  305. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  306. Me.薪資總金額_tb.ForeColor = System.Drawing.Color.Blue
  307. Me.薪資總金額_tb.Location = New System.Drawing.Point(85, 90)
  308. Me.薪資總金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  309. Me.薪資總金額_tb.Name = "薪資總金額_tb"
  310. Me.薪資總金額_tb.ReadOnly = True
  311. Me.薪資總金額_tb.Size = New System.Drawing.Size(168, 23)
  312. Me.薪資總金額_tb.TabIndex = 1462
  313. Me.薪資總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  314. '
  315. '領現總金額_tb
  316. '
  317. Me.領現總金額_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  318. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  319. Me.領現總金額_tb.ForeColor = System.Drawing.Color.ForestGreen
  320. Me.領現總金額_tb.Location = New System.Drawing.Point(327, 90)
  321. Me.領現總金額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  322. Me.領現總金額_tb.Name = "領現總金額_tb"
  323. Me.領現總金額_tb.ReadOnly = True
  324. Me.領現總金額_tb.Size = New System.Drawing.Size(168, 23)
  325. Me.領現總金額_tb.TabIndex = 1461
  326. Me.領現總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  327. '
  328. 'Label2
  329. '
  330. Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  331. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  332. Me.Label2.AutoSize = True
  333. Me.Label2.ForeColor = System.Drawing.Color.ForestGreen
  334. Me.Label2.Location = New System.Drawing.Point(257, 94)
  335. Me.Label2.Name = "Label2"
  336. Me.Label2.Size = New System.Drawing.Size(68, 16)
  337. Me.Label2.TabIndex = 1460
  338. Me.Label2.Text = "領現總金額"
  339. '
  340. 'Timer1
  341. '
  342. Me.Timer1.Interval = 500
  343. '
  344. 'Label4
  345. '
  346. Me.Label4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  347. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  348. Me.Label4.AutoSize = True
  349. Me.Label4.ForeColor = System.Drawing.Color.Blue
  350. Me.Label4.Location = New System.Drawing.Point(12, 94)
  351. Me.Label4.Name = "Label4"
  352. Me.Label4.Size = New System.Drawing.Size(71, 16)
  353. Me.Label4.TabIndex = 1459
  354. Me.Label4.Text = " 薪資總金額"
  355. '
  356. '給付方式_cb
  357. '
  358. Me.給付方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  359. Me.給付方式_cb.FormattingEnabled = True
  360. Me.給付方式_cb.Items.AddRange(New Object() {"帳號匯款", "領現"})
  361. Me.給付方式_cb.Location = New System.Drawing.Point(527, 44)
  362. Me.給付方式_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  363. Me.給付方式_cb.Name = "給付方式_cb"
  364. Me.給付方式_cb.Size = New System.Drawing.Size(116, 24)
  365. Me.給付方式_cb.TabIndex = 1458
  366. '
  367. 'Label9
  368. '
  369. Me.Label9.AutoSize = True
  370. Me.Label9.ForeColor = System.Drawing.Color.Red
  371. Me.Label9.Location = New System.Drawing.Point(458, 51)
  372. Me.Label9.Name = "Label9"
  373. Me.Label9.Size = New System.Drawing.Size(56, 16)
  374. Me.Label9.TabIndex = 1457
  375. Me.Label9.Text = "給付方式"
  376. '
  377. '薪資帳號_tb
  378. '
  379. Me.薪資帳號_tb.Location = New System.Drawing.Point(842, 13)
  380. Me.薪資帳號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  381. Me.薪資帳號_tb.Name = "薪資帳號_tb"
  382. Me.薪資帳號_tb.ReadOnly = True
  383. Me.薪資帳號_tb.Size = New System.Drawing.Size(116, 23)
  384. Me.薪資帳號_tb.TabIndex = 1456
  385. '
  386. '狀態_lb
  387. '
  388. Me.狀態_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  389. Me.狀態_lb.AutoSize = True
  390. Me.狀態_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  391. Me.狀態_lb.ForeColor = System.Drawing.Color.Red
  392. Me.狀態_lb.Location = New System.Drawing.Point(1415, 20)
  393. Me.狀態_lb.Name = "狀態_lb"
  394. Me.狀態_lb.Size = New System.Drawing.Size(48, 48)
  395. Me.狀態_lb.TabIndex = 1455
  396. Me.狀態_lb.Text = "編輯" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "狀態"
  397. '
  398. '刪除_bt
  399. '
  400. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  401. Me.刪除_bt.AutoSize = True
  402. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  403. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  404. Me.刪除_bt.Location = New System.Drawing.Point(1621, 13)
  405. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  406. Me.刪除_bt.Name = "刪除_bt"
  407. Me.刪除_bt.Size = New System.Drawing.Size(77, 63)
  408. Me.刪除_bt.TabIndex = 1453
  409. Me.刪除_bt.Text = "刪除"
  410. Me.刪除_bt.UseVisualStyleBackColor = True
  411. '
  412. '存檔_bt
  413. '
  414. Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  415. Me.存檔_bt.AutoSize = True
  416. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  418. Me.存檔_bt.Location = New System.Drawing.Point(1542, 13)
  419. Me.存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  420. Me.存檔_bt.Name = "存檔_bt"
  421. Me.存檔_bt.Size = New System.Drawing.Size(77, 63)
  422. Me.存檔_bt.TabIndex = 1452
  423. Me.存檔_bt.Text = "存檔"
  424. Me.存檔_bt.UseVisualStyleBackColor = True
  425. '
  426. '新增準備_bt
  427. '
  428. Me.新增準備_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  429. Me.新增準備_bt.AutoSize = True
  430. Me.新增準備_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  431. Me.新增準備_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  432. Me.新增準備_bt.Location = New System.Drawing.Point(1463, 13)
  433. Me.新增準備_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  434. Me.新增準備_bt.Name = "新增準備_bt"
  435. Me.新增準備_bt.Size = New System.Drawing.Size(77, 63)
  436. Me.新增準備_bt.TabIndex = 1451
  437. Me.新增準備_bt.Text = "新增" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "準備"
  438. Me.新增準備_bt.UseVisualStyleBackColor = True
  439. '
  440. '領現_tb
  441. '
  442. Me.領現_tb.Location = New System.Drawing.Point(842, 43)
  443. Me.領現_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  444. Me.領現_tb.Name = "領現_tb"
  445. Me.領現_tb.Size = New System.Drawing.Size(116, 23)
  446. Me.領現_tb.TabIndex = 1450
  447. Me.領現_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  448. '
  449. '薪資_tb
  450. '
  451. Me.薪資_tb.Location = New System.Drawing.Point(686, 43)
  452. Me.薪資_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  453. Me.薪資_tb.Name = "薪資_tb"
  454. Me.薪資_tb.Size = New System.Drawing.Size(116, 23)
  455. Me.薪資_tb.TabIndex = 1449
  456. Me.薪資_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  457. '
  458. '獎金_tb
  459. '
  460. Me.獎金_tb.Location = New System.Drawing.Point(686, 13)
  461. Me.獎金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  462. Me.獎金_tb.Name = "獎金_tb"
  463. Me.獎金_tb.Size = New System.Drawing.Size(116, 23)
  464. Me.獎金_tb.TabIndex = 1448
  465. Me.獎金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  466. '
  467. '身分證_tb
  468. '
  469. Me.身分證_tb.Location = New System.Drawing.Point(527, 13)
  470. Me.身分證_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  471. Me.身分證_tb.Name = "身分證_tb"
  472. Me.身分證_tb.ReadOnly = True
  473. Me.身分證_tb.Size = New System.Drawing.Size(116, 23)
  474. Me.身分證_tb.TabIndex = 1447
  475. '
  476. '編號_tb
  477. '
  478. Me.編號_tb.Location = New System.Drawing.Point(338, 13)
  479. Me.編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  480. Me.編號_tb.Name = "編號_tb"
  481. Me.編號_tb.ReadOnly = True
  482. Me.編號_tb.Size = New System.Drawing.Size(116, 23)
  483. Me.編號_tb.TabIndex = 1446
  484. '
  485. 'Label10
  486. '
  487. Me.Label10.AutoSize = True
  488. Me.Label10.Location = New System.Drawing.Point(806, 50)
  489. Me.Label10.Name = "Label10"
  490. Me.Label10.Size = New System.Drawing.Size(32, 16)
  491. Me.Label10.TabIndex = 1445
  492. Me.Label10.Text = "領現"
  493. '
  494. 'Label8
  495. '
  496. Me.Label8.AutoSize = True
  497. Me.Label8.ForeColor = System.Drawing.Color.Black
  498. Me.Label8.Location = New System.Drawing.Point(648, 50)
  499. Me.Label8.Name = "Label8"
  500. Me.Label8.Size = New System.Drawing.Size(32, 16)
  501. Me.Label8.TabIndex = 1444
  502. Me.Label8.Text = "薪資"
  503. '
  504. 'Label7
  505. '
  506. Me.Label7.AutoSize = True
  507. Me.Label7.Location = New System.Drawing.Point(647, 18)
  508. Me.Label7.Name = "Label7"
  509. Me.Label7.Size = New System.Drawing.Size(32, 16)
  510. Me.Label7.TabIndex = 1443
  511. Me.Label7.Text = "獎金"
  512. '
  513. 'Label6
  514. '
  515. Me.Label6.AutoSize = True
  516. Me.Label6.Location = New System.Drawing.Point(806, 18)
  517. Me.Label6.Name = "Label6"
  518. Me.Label6.Size = New System.Drawing.Size(32, 16)
  519. Me.Label6.TabIndex = 1442
  520. Me.Label6.Text = "帳號"
  521. '
  522. 'Label5
  523. '
  524. Me.Label5.AutoSize = True
  525. Me.Label5.Location = New System.Drawing.Point(458, 18)
  526. Me.Label5.Name = "Label5"
  527. Me.Label5.Size = New System.Drawing.Size(56, 16)
  528. Me.Label5.TabIndex = 1441
  529. Me.Label5.Text = "身分證號"
  530. '
  531. 'Label3
  532. '
  533. Me.Label3.AutoSize = True
  534. Me.Label3.ForeColor = System.Drawing.Color.Red
  535. Me.Label3.Location = New System.Drawing.Point(300, 48)
  536. Me.Label3.Name = "Label3"
  537. Me.Label3.Size = New System.Drawing.Size(32, 16)
  538. Me.Label3.TabIndex = 1440
  539. Me.Label3.Text = "姓名"
  540. '
  541. 'Label1
  542. '
  543. Me.Label1.AutoSize = True
  544. Me.Label1.Location = New System.Drawing.Point(300, 18)
  545. Me.Label1.Name = "Label1"
  546. Me.Label1.Size = New System.Drawing.Size(32, 16)
  547. Me.Label1.TabIndex = 1439
  548. Me.Label1.Text = "編號"
  549. '
  550. '流水號_tb
  551. '
  552. Me.流水號_tb.Location = New System.Drawing.Point(131, 165)
  553. Me.流水號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  554. Me.流水號_tb.Name = "流水號_tb"
  555. Me.流水號_tb.Size = New System.Drawing.Size(116, 23)
  556. Me.流水號_tb.TabIndex = 1454
  557. '
  558. '薪轉_dgv
  559. '
  560. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  561. Me.薪轉_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  562. Me.薪轉_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  563. Or System.Windows.Forms.AnchorStyles.Left) _
  564. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  565. Me.薪轉_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  566. Me.薪轉_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  567. Me.薪轉_dgv.Location = New System.Drawing.Point(19, 121)
  568. Me.薪轉_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  569. Me.薪轉_dgv.Name = "薪轉_dgv"
  570. Me.薪轉_dgv.RowHeadersWidth = 5
  571. Me.薪轉_dgv.RowTemplate.Height = 24
  572. Me.薪轉_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
  573. Me.薪轉_dgv.Size = New System.Drawing.Size(1679, 868)
  574. Me.薪轉_dgv.TabIndex = 1438
  575. '
  576. 'Label14
  577. '
  578. Me.Label14.AutoSize = True
  579. Me.Label14.Location = New System.Drawing.Point(8, 69)
  580. Me.Label14.Name = "Label14"
  581. Me.Label14.Size = New System.Drawing.Size(1228, 16)
  582. Me.Label14.TabIndex = 1479
  583. Me.Label14.Text = resources.GetString("Label14.Text")
  584. '
  585. 'Label15
  586. '
  587. Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  588. Me.Label15.AutoSize = True
  589. Me.Label15.Location = New System.Drawing.Point(470, 69)
  590. Me.Label15.Name = "Label15"
  591. Me.Label15.Size = New System.Drawing.Size(1228, 16)
  592. Me.Label15.TabIndex = 1480
  593. Me.Label15.Text = resources.GetString("Label15.Text")
  594. '
  595. '薪資轉帳表
  596. '
  597. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  598. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  599. Me.ClientSize = New System.Drawing.Size(1707, 1000)
  600. Me.Controls.Add(Me.批量存檔_bt)
  601. Me.Controls.Add(Me.匯出EXCEL_bt)
  602. Me.Controls.Add(Me.匯入EXCEL_bt)
  603. Me.Controls.Add(Me.合計總金額_tb)
  604. Me.Controls.Add(Me.Label13)
  605. Me.Controls.Add(Me.中間日期_dtp)
  606. Me.Controls.Add(Me.上個月_bt)
  607. Me.Controls.Add(Me.一般月_ch)
  608. Me.Controls.Add(Me.會計月_ch)
  609. Me.Controls.Add(Me.下個月_bt)
  610. Me.Controls.Add(Me.Label12)
  611. Me.Controls.Add(Me.開始日期_dtp)
  612. Me.Controls.Add(Me.Label11)
  613. Me.Controls.Add(Me.人事流水號_tb)
  614. Me.Controls.Add(Me.結束日期_dtp)
  615. Me.Controls.Add(Me.姓名_cb)
  616. Me.Controls.Add(Me.薪資總金額_tb)
  617. Me.Controls.Add(Me.領現總金額_tb)
  618. Me.Controls.Add(Me.Label2)
  619. Me.Controls.Add(Me.Label4)
  620. Me.Controls.Add(Me.給付方式_cb)
  621. Me.Controls.Add(Me.Label9)
  622. Me.Controls.Add(Me.薪資帳號_tb)
  623. Me.Controls.Add(Me.狀態_lb)
  624. Me.Controls.Add(Me.刪除_bt)
  625. Me.Controls.Add(Me.存檔_bt)
  626. Me.Controls.Add(Me.新增準備_bt)
  627. Me.Controls.Add(Me.領現_tb)
  628. Me.Controls.Add(Me.薪資_tb)
  629. Me.Controls.Add(Me.獎金_tb)
  630. Me.Controls.Add(Me.身分證_tb)
  631. Me.Controls.Add(Me.編號_tb)
  632. Me.Controls.Add(Me.Label10)
  633. Me.Controls.Add(Me.Label8)
  634. Me.Controls.Add(Me.Label7)
  635. Me.Controls.Add(Me.Label6)
  636. Me.Controls.Add(Me.Label5)
  637. Me.Controls.Add(Me.Label3)
  638. Me.Controls.Add(Me.Label1)
  639. Me.Controls.Add(Me.流水號_tb)
  640. Me.Controls.Add(Me.薪轉_dgv)
  641. Me.Controls.Add(Me.Label14)
  642. Me.Controls.Add(Me.Label15)
  643. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  644. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  645. Me.Name = "薪資轉帳表"
  646. Me.Text = "薪資轉帳表"
  647. Me.ContextMenuStrip1.ResumeLayout(False)
  648. CType(Me.薪轉_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  649. Me.ResumeLayout(False)
  650. Me.PerformLayout()
  651. End Sub
  652. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  653. Friend WithEvents 批量存檔_bt As Button
  654. Friend WithEvents 匯出EXCEL_bt As Button
  655. Friend WithEvents 匯入EXCEL_bt As Button
  656. Friend WithEvents 合計總金額_tb As TextBox
  657. Friend WithEvents Label13 As Label
  658. Friend WithEvents 中間日期_dtp As DateTimePicker
  659. Friend WithEvents 上個月_bt As Button
  660. Friend WithEvents 一般月_ch As CheckBox
  661. Friend WithEvents 會計月_ch As CheckBox
  662. Friend WithEvents 下個月_bt As Button
  663. Friend WithEvents Label12 As Label
  664. Friend WithEvents 開始日期_dtp As DateTimePicker
  665. Friend WithEvents Label11 As Label
  666. Friend WithEvents 人事流水號_tb As TextBox
  667. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  668. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  669. Friend WithEvents 新增準備ToolStripMenuItem As ToolStripMenuItem
  670. Friend WithEvents 存檔ToolStripMenuItem As ToolStripMenuItem
  671. Friend WithEvents 刪除ToolStripMenuItem As ToolStripMenuItem
  672. Friend WithEvents 結束日期_dtp As DateTimePicker
  673. Friend WithEvents 姓名_cb As ComboBox
  674. Friend WithEvents 薪資總金額_tb As TextBox
  675. Friend WithEvents 領現總金額_tb As TextBox
  676. Friend WithEvents Label2 As Label
  677. Friend WithEvents Timer1 As Timer
  678. Friend WithEvents Label4 As Label
  679. Friend WithEvents 給付方式_cb As ComboBox
  680. Friend WithEvents Label9 As Label
  681. Friend WithEvents 薪資帳號_tb As TextBox
  682. Friend WithEvents 狀態_lb As Label
  683. Friend WithEvents 刪除_bt As Button
  684. Friend WithEvents 存檔_bt As Button
  685. Friend WithEvents 新增準備_bt As Button
  686. Friend WithEvents 領現_tb As TextBox
  687. Friend WithEvents 薪資_tb As TextBox
  688. Friend WithEvents 獎金_tb As TextBox
  689. Friend WithEvents 身分證_tb As TextBox
  690. Friend WithEvents 編號_tb As TextBox
  691. Friend WithEvents Label10 As Label
  692. Friend WithEvents Label8 As Label
  693. Friend WithEvents Label7 As Label
  694. Friend WithEvents Label6 As Label
  695. Friend WithEvents Label5 As Label
  696. Friend WithEvents Label3 As Label
  697. Friend WithEvents Label1 As Label
  698. Friend WithEvents 流水號_tb As TextBox
  699. Friend WithEvents 薪轉_dgv As DataGridView
  700. Friend WithEvents Label14 As Label
  701. Friend WithEvents Label15 As Label
  702. End Class