Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

人員薪資_實際.Designer.vb 48KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933
  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 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.Label4 = New System.Windows.Forms.Label()
  28. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  29. Me.Label5 = New System.Windows.Forms.Label()
  30. Me.年份2_cb = New System.Windows.Forms.ComboBox()
  31. Me.地區_cb = New System.Windows.Forms.ComboBox()
  32. Me.級別_cb = New System.Windows.Forms.ComboBox()
  33. Me.工人_ch = New System.Windows.Forms.CheckBox()
  34. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  35. Me.總清單_dgv = New System.Windows.Forms.DataGridView()
  36. Me.部門_cb = New System.Windows.Forms.ComboBox()
  37. Me.語轉扭_bt = New System.Windows.Forms.Button()
  38. Me.群組輸入_ch = New System.Windows.Forms.CheckBox()
  39. Me.群組選擇_ch = New System.Windows.Forms.CheckBox()
  40. Me.Label2 = New System.Windows.Forms.Label()
  41. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  42. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  43. Me.DA3_bt = New System.Windows.Forms.Button()
  44. Me.DA2_bt = New System.Windows.Forms.Button()
  45. Me.DA1_bt = New System.Windows.Forms.Button()
  46. Me.Panel2 = New System.Windows.Forms.Panel()
  47. Me.虛擬表_dgv = New System.Windows.Forms.DataGridView()
  48. Me.休假天數_nud = New System.Windows.Forms.NumericUpDown()
  49. Me.群組_cb = New System.Windows.Forms.ComboBox()
  50. Me.Label10 = New System.Windows.Forms.Label()
  51. Me.平均每天_nud = New System.Windows.Forms.NumericUpDown()
  52. Me.休假比例_nud = New System.Windows.Forms.NumericUpDown()
  53. Me.Label6 = New System.Windows.Forms.Label()
  54. Me.Label9 = New System.Windows.Forms.Label()
  55. Me.可沖天數_nud = New System.Windows.Forms.NumericUpDown()
  56. Me.Label3 = New System.Windows.Forms.Label()
  57. Me.星7_bt = New System.Windows.Forms.TextBox()
  58. Me.星6_bt = New System.Windows.Forms.TextBox()
  59. Me.星5_bt = New System.Windows.Forms.TextBox()
  60. Me.星4_bt = New System.Windows.Forms.TextBox()
  61. Me.星3_bt = New System.Windows.Forms.TextBox()
  62. Me.星2_bt = New System.Windows.Forms.TextBox()
  63. Me.星1_bt = New System.Windows.Forms.TextBox()
  64. Me.薪資表_bt = New System.Windows.Forms.Button()
  65. Me.考勤表_bt = New System.Windows.Forms.Button()
  66. Me.群組1_cb = New System.Windows.Forms.ComboBox()
  67. Me.視窗3_pl = New System.Windows.Forms.Panel()
  68. Me.Panel4 = New System.Windows.Forms.Panel()
  69. Me.沖帳金額_nud = New System.Windows.Forms.NumericUpDown()
  70. Me.Label8 = New System.Windows.Forms.Label()
  71. Me.加班_nud = New System.Windows.Forms.NumericUpDown()
  72. Me.Label7 = New System.Windows.Forms.Label()
  73. Me.總數_nud = New System.Windows.Forms.NumericUpDown()
  74. Me.Label1 = New System.Windows.Forms.Label()
  75. Me.Label11 = New System.Windows.Forms.Label()
  76. Me.CanceL3_bt = New System.Windows.Forms.Button()
  77. Me.合計_dgv = New System.Windows.Forms.DataGridView()
  78. Me.重新讀取_bt = New System.Windows.Forms.Button()
  79. Me.虛擬存檔_bt = New System.Windows.Forms.Button()
  80. Me.清除_bt = New System.Windows.Forms.Button()
  81. Me.考勤調整_bt = New System.Windows.Forms.Button()
  82. Me.縮放2_bt = New System.Windows.Forms.Button()
  83. Me.設定_bt = New System.Windows.Forms.Button()
  84. Me.列印_bt = New System.Windows.Forms.Button()
  85. Me.存檔_bt = New System.Windows.Forms.Button()
  86. Me.系統說明_bt = New System.Windows.Forms.Button()
  87. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.總清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  89. Me.Panel2.SuspendLayout()
  90. CType(Me.虛擬表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.休假天數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.平均每天_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.休假比例_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.可沖天數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  95. Me.視窗3_pl.SuspendLayout()
  96. Me.Panel4.SuspendLayout()
  97. CType(Me.沖帳金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.加班_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.總數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  101. Me.SuspendLayout()
  102. '
  103. 'Label4
  104. '
  105. Me.Label4.AutoSize = True
  106. Me.Label4.BackColor = System.Drawing.Color.Transparent
  107. Me.Label4.Location = New System.Drawing.Point(107, 7)
  108. Me.Label4.Name = "Label4"
  109. Me.Label4.Size = New System.Drawing.Size(34, 16)
  110. Me.Label4.TabIndex = 1931
  111. Me.Label4.Text = "Mon"
  112. '
  113. '月份2_cb
  114. '
  115. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  116. Me.月份2_cb.FormattingEnabled = True
  117. Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  118. Me.月份2_cb.Location = New System.Drawing.Point(141, 3)
  119. Me.月份2_cb.Name = "月份2_cb"
  120. Me.月份2_cb.Size = New System.Drawing.Size(46, 24)
  121. Me.月份2_cb.TabIndex = 1933
  122. '
  123. 'Label5
  124. '
  125. Me.Label5.AutoSize = True
  126. Me.Label5.BackColor = System.Drawing.Color.Transparent
  127. Me.Label5.Location = New System.Drawing.Point(12, 7)
  128. Me.Label5.Name = "Label5"
  129. Me.Label5.Size = New System.Drawing.Size(32, 16)
  130. Me.Label5.TabIndex = 1930
  131. Me.Label5.Text = "Year"
  132. '
  133. '年份2_cb
  134. '
  135. Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  136. Me.年份2_cb.FormattingEnabled = True
  137. Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  138. Me.年份2_cb.Location = New System.Drawing.Point(44, 3)
  139. Me.年份2_cb.Name = "年份2_cb"
  140. Me.年份2_cb.Size = New System.Drawing.Size(61, 24)
  141. Me.年份2_cb.TabIndex = 1932
  142. '
  143. '地區_cb
  144. '
  145. Me.地區_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  146. Me.地區_cb.FormattingEnabled = True
  147. Me.地區_cb.Items.AddRange(New Object() {"", "kantor", "Lokasi konstruksi"})
  148. Me.地區_cb.Location = New System.Drawing.Point(58, 29)
  149. Me.地區_cb.Name = "地區_cb"
  150. Me.地區_cb.Size = New System.Drawing.Size(129, 24)
  151. Me.地區_cb.TabIndex = 1926
  152. '
  153. '級別_cb
  154. '
  155. Me.級別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  156. Me.級別_cb.FormattingEnabled = True
  157. Me.級別_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  158. Me.級別_cb.Location = New System.Drawing.Point(7, 29)
  159. Me.級別_cb.Name = "級別_cb"
  160. Me.級別_cb.Size = New System.Drawing.Size(46, 24)
  161. Me.級別_cb.TabIndex = 1925
  162. '
  163. '工人_ch
  164. '
  165. Me.工人_ch.AutoSize = True
  166. Me.工人_ch.BackColor = System.Drawing.Color.Transparent
  167. Me.工人_ch.Checked = True
  168. Me.工人_ch.CheckState = System.Windows.Forms.CheckState.Checked
  169. Me.工人_ch.Location = New System.Drawing.Point(53, 176)
  170. Me.工人_ch.Name = "工人_ch"
  171. Me.工人_ch.Size = New System.Drawing.Size(131, 20)
  172. Me.工人_ch.TabIndex = 1924
  173. Me.工人_ch.Text = "Pekerja Sementara"
  174. Me.工人_ch.UseVisualStyleBackColor = False
  175. '
  176. '清單1_dgv
  177. '
  178. Me.清單1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  179. Or System.Windows.Forms.AnchorStyles.Left) _
  180. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  181. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  182. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  183. Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  184. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  185. Me.清單1_dgv.Location = New System.Drawing.Point(3, 35)
  186. Me.清單1_dgv.Name = "清單1_dgv"
  187. Me.清單1_dgv.RowHeadersWidth = 5
  188. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  189. Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  190. Me.清單1_dgv.RowTemplate.Height = 24
  191. Me.清單1_dgv.Size = New System.Drawing.Size(1445, 637)
  192. Me.清單1_dgv.TabIndex = 1386
  193. '
  194. '總清單_dgv
  195. '
  196. Me.總清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  197. Or System.Windows.Forms.AnchorStyles.Left) _
  198. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  199. Me.總清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  200. Me.總清單_dgv.BackgroundColor = System.Drawing.Color.White
  201. Me.總清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  202. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  203. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  204. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  206. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  207. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  208. Me.總清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  209. Me.總清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  210. Me.總清單_dgv.Location = New System.Drawing.Point(3, 35)
  211. Me.總清單_dgv.Name = "總清單_dgv"
  212. Me.總清單_dgv.RowHeadersWidth = 5
  213. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  214. Me.總清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  215. Me.總清單_dgv.RowTemplate.Height = 24
  216. Me.總清單_dgv.Size = New System.Drawing.Size(1445, 637)
  217. Me.總清單_dgv.TabIndex = 1922
  218. '
  219. '部門_cb
  220. '
  221. Me.部門_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  222. Me.部門_cb.FormattingEnabled = True
  223. Me.部門_cb.Location = New System.Drawing.Point(30, 59)
  224. Me.部門_cb.Name = "部門_cb"
  225. Me.部門_cb.Size = New System.Drawing.Size(157, 24)
  226. Me.部門_cb.TabIndex = 1921
  227. '
  228. '語轉扭_bt
  229. '
  230. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  231. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  233. Me.語轉扭_bt.Location = New System.Drawing.Point(4, 59)
  234. Me.語轉扭_bt.Name = "語轉扭_bt"
  235. Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
  236. Me.語轉扭_bt.TabIndex = 1898
  237. Me.語轉扭_bt.Text = "L"
  238. Me.語轉扭_bt.UseVisualStyleBackColor = True
  239. '
  240. '群組輸入_ch
  241. '
  242. Me.群組輸入_ch.AutoSize = True
  243. Me.群組輸入_ch.BackColor = System.Drawing.Color.Transparent
  244. Me.群組輸入_ch.Location = New System.Drawing.Point(651, 8)
  245. Me.群組輸入_ch.Name = "群組輸入_ch"
  246. Me.群組輸入_ch.Size = New System.Drawing.Size(178, 20)
  247. Me.群組輸入_ch.TabIndex = 1937
  248. Me.群組輸入_ch.Text = "Group Data - Manual Input"
  249. Me.群組輸入_ch.UseVisualStyleBackColor = False
  250. '
  251. '群組選擇_ch
  252. '
  253. Me.群組選擇_ch.AutoSize = True
  254. Me.群組選擇_ch.BackColor = System.Drawing.Color.Transparent
  255. Me.群組選擇_ch.Checked = True
  256. Me.群組選擇_ch.CheckState = System.Windows.Forms.CheckState.Checked
  257. Me.群組選擇_ch.Location = New System.Drawing.Point(828, 8)
  258. Me.群組選擇_ch.Name = "群組選擇_ch"
  259. Me.群組選擇_ch.Size = New System.Drawing.Size(158, 20)
  260. Me.群組選擇_ch.TabIndex = 1938
  261. Me.群組選擇_ch.Text = "Group Data - Select List"
  262. Me.群組選擇_ch.UseVisualStyleBackColor = False
  263. '
  264. 'Label2
  265. '
  266. Me.Label2.AutoSize = True
  267. Me.Label2.Location = New System.Drawing.Point(92, 8)
  268. Me.Label2.Name = "Label2"
  269. Me.Label2.Size = New System.Drawing.Size(16, 16)
  270. Me.Label2.TabIndex = 1942
  271. Me.Label2.Text = "~"
  272. '
  273. '結束日期_dtp
  274. '
  275. Me.結束日期_dtp.Enabled = False
  276. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  277. Me.結束日期_dtp.Location = New System.Drawing.Point(106, 5)
  278. Me.結束日期_dtp.Name = "結束日期_dtp"
  279. Me.結束日期_dtp.Size = New System.Drawing.Size(89, 23)
  280. Me.結束日期_dtp.TabIndex = 1940
  281. '
  282. '開始日期_dtp
  283. '
  284. Me.開始日期_dtp.Enabled = False
  285. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  286. Me.開始日期_dtp.Location = New System.Drawing.Point(6, 5)
  287. Me.開始日期_dtp.Name = "開始日期_dtp"
  288. Me.開始日期_dtp.Size = New System.Drawing.Size(86, 23)
  289. Me.開始日期_dtp.TabIndex = 1939
  290. '
  291. 'DA3_bt
  292. '
  293. Me.DA3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  294. Me.DA3_bt.Location = New System.Drawing.Point(398, 0)
  295. Me.DA3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  296. Me.DA3_bt.Name = "DA3_bt"
  297. Me.DA3_bt.Size = New System.Drawing.Size(105, 35)
  298. Me.DA3_bt.TabIndex = 1945
  299. Me.DA3_bt.Text = "Minggu depan"
  300. Me.DA3_bt.UseVisualStyleBackColor = True
  301. '
  302. 'DA2_bt
  303. '
  304. Me.DA2_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  305. Me.DA2_bt.Location = New System.Drawing.Point(298, 0)
  306. Me.DA2_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  307. Me.DA2_bt.Name = "DA2_bt"
  308. Me.DA2_bt.Size = New System.Drawing.Size(100, 35)
  309. Me.DA2_bt.TabIndex = 1944
  310. Me.DA2_bt.Text = "Minggu ini"
  311. Me.DA2_bt.UseVisualStyleBackColor = True
  312. '
  313. 'DA1_bt
  314. '
  315. Me.DA1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  316. Me.DA1_bt.Location = New System.Drawing.Point(198, 0)
  317. Me.DA1_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  318. Me.DA1_bt.Name = "DA1_bt"
  319. Me.DA1_bt.Size = New System.Drawing.Size(100, 35)
  320. Me.DA1_bt.TabIndex = 1943
  321. Me.DA1_bt.Text = "Minggu lalu"
  322. Me.DA1_bt.UseVisualStyleBackColor = True
  323. '
  324. 'Panel2
  325. '
  326. Me.Panel2.Controls.Add(Me.虛擬表_dgv)
  327. Me.Panel2.Controls.Add(Me.休假天數_nud)
  328. Me.Panel2.Controls.Add(Me.群組_cb)
  329. Me.Panel2.Controls.Add(Me.Label10)
  330. Me.Panel2.Controls.Add(Me.平均每天_nud)
  331. Me.Panel2.Controls.Add(Me.休假比例_nud)
  332. Me.Panel2.Controls.Add(Me.Label6)
  333. Me.Panel2.Controls.Add(Me.Label9)
  334. Me.Panel2.Controls.Add(Me.可沖天數_nud)
  335. Me.Panel2.Controls.Add(Me.Label3)
  336. Me.Panel2.Controls.Add(Me.年份2_cb)
  337. Me.Panel2.Controls.Add(Me.Label5)
  338. Me.Panel2.Controls.Add(Me.月份2_cb)
  339. Me.Panel2.Controls.Add(Me.部門_cb)
  340. Me.Panel2.Controls.Add(Me.Label4)
  341. Me.Panel2.Controls.Add(Me.語轉扭_bt)
  342. Me.Panel2.Controls.Add(Me.地區_cb)
  343. Me.Panel2.Controls.Add(Me.級別_cb)
  344. Me.Panel2.Controls.Add(Me.工人_ch)
  345. Me.Panel2.Location = New System.Drawing.Point(146, 128)
  346. Me.Panel2.Name = "Panel2"
  347. Me.Panel2.Size = New System.Drawing.Size(455, 227)
  348. Me.Panel2.TabIndex = 1946
  349. '
  350. '虛擬表_dgv
  351. '
  352. Me.虛擬表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  353. Or System.Windows.Forms.AnchorStyles.Left) _
  354. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  355. Me.虛擬表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  356. Me.虛擬表_dgv.BackgroundColor = System.Drawing.Color.White
  357. Me.虛擬表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  358. Me.虛擬表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  359. Me.虛擬表_dgv.Location = New System.Drawing.Point(270, 116)
  360. Me.虛擬表_dgv.Name = "虛擬表_dgv"
  361. Me.虛擬表_dgv.RowHeadersWidth = 5
  362. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  363. Me.虛擬表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  364. Me.虛擬表_dgv.RowTemplate.Height = 24
  365. Me.虛擬表_dgv.Size = New System.Drawing.Size(176, 103)
  366. Me.虛擬表_dgv.TabIndex = 1954
  367. '
  368. '休假天數_nud
  369. '
  370. Me.休假天數_nud.Location = New System.Drawing.Point(325, 30)
  371. Me.休假天數_nud.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
  372. Me.休假天數_nud.Name = "休假天數_nud"
  373. Me.休假天數_nud.Size = New System.Drawing.Size(127, 23)
  374. Me.休假天數_nud.TabIndex = 1943
  375. Me.休假天數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  376. Me.休假天數_nud.ThousandsSeparator = True
  377. '
  378. '群組_cb
  379. '
  380. Me.群組_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  381. Me.群組_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  382. Me.群組_cb.FormattingEnabled = True
  383. Me.群組_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  384. Me.群組_cb.Location = New System.Drawing.Point(7, 195)
  385. Me.群組_cb.Name = "群組_cb"
  386. Me.群組_cb.Size = New System.Drawing.Size(180, 24)
  387. Me.群組_cb.TabIndex = 1951
  388. '
  389. 'Label10
  390. '
  391. Me.Label10.AutoSize = True
  392. Me.Label10.BackColor = System.Drawing.Color.Transparent
  393. Me.Label10.Location = New System.Drawing.Point(264, 33)
  394. Me.Label10.Name = "Label10"
  395. Me.Label10.Size = New System.Drawing.Size(55, 16)
  396. Me.Label10.TabIndex = 1944
  397. Me.Label10.Text = "休假天數"
  398. '
  399. '平均每天_nud
  400. '
  401. Me.平均每天_nud.Location = New System.Drawing.Point(325, 85)
  402. Me.平均每天_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  403. Me.平均每天_nud.Name = "平均每天_nud"
  404. Me.平均每天_nud.Size = New System.Drawing.Size(127, 23)
  405. Me.平均每天_nud.TabIndex = 1935
  406. Me.平均每天_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  407. Me.平均每天_nud.ThousandsSeparator = True
  408. '
  409. '休假比例_nud
  410. '
  411. Me.休假比例_nud.Location = New System.Drawing.Point(325, 4)
  412. Me.休假比例_nud.Name = "休假比例_nud"
  413. Me.休假比例_nud.Size = New System.Drawing.Size(127, 23)
  414. Me.休假比例_nud.TabIndex = 1941
  415. Me.休假比例_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  416. Me.休假比例_nud.ThousandsSeparator = True
  417. '
  418. 'Label6
  419. '
  420. Me.Label6.AutoSize = True
  421. Me.Label6.BackColor = System.Drawing.Color.Transparent
  422. Me.Label6.Location = New System.Drawing.Point(264, 88)
  423. Me.Label6.Name = "Label6"
  424. Me.Label6.Size = New System.Drawing.Size(55, 16)
  425. Me.Label6.TabIndex = 1936
  426. Me.Label6.Text = "平均每天"
  427. '
  428. 'Label9
  429. '
  430. Me.Label9.AutoSize = True
  431. Me.Label9.BackColor = System.Drawing.Color.Transparent
  432. Me.Label9.Location = New System.Drawing.Point(264, 7)
  433. Me.Label9.Name = "Label9"
  434. Me.Label9.Size = New System.Drawing.Size(55, 16)
  435. Me.Label9.TabIndex = 1942
  436. Me.Label9.Text = "休假比例"
  437. '
  438. '可沖天數_nud
  439. '
  440. Me.可沖天數_nud.Location = New System.Drawing.Point(325, 58)
  441. Me.可沖天數_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  442. Me.可沖天數_nud.Name = "可沖天數_nud"
  443. Me.可沖天數_nud.Size = New System.Drawing.Size(127, 23)
  444. Me.可沖天數_nud.TabIndex = 1933
  445. Me.可沖天數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  446. Me.可沖天數_nud.ThousandsSeparator = True
  447. '
  448. 'Label3
  449. '
  450. Me.Label3.AutoSize = True
  451. Me.Label3.BackColor = System.Drawing.Color.Transparent
  452. Me.Label3.Location = New System.Drawing.Point(264, 61)
  453. Me.Label3.Name = "Label3"
  454. Me.Label3.Size = New System.Drawing.Size(55, 16)
  455. Me.Label3.TabIndex = 1934
  456. Me.Label3.Text = "可沖天數"
  457. '
  458. '星7_bt
  459. '
  460. Me.星7_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  461. Me.星7_bt.Location = New System.Drawing.Point(1075, 37)
  462. Me.星7_bt.Multiline = True
  463. Me.星7_bt.Name = "星7_bt"
  464. Me.星7_bt.Size = New System.Drawing.Size(120, 22)
  465. Me.星7_bt.TabIndex = 1940
  466. Me.星7_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  467. '
  468. '星6_bt
  469. '
  470. Me.星6_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  471. Me.星6_bt.Location = New System.Drawing.Point(949, 37)
  472. Me.星6_bt.Multiline = True
  473. Me.星6_bt.Name = "星6_bt"
  474. Me.星6_bt.Size = New System.Drawing.Size(120, 22)
  475. Me.星6_bt.TabIndex = 1939
  476. Me.星6_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  477. '
  478. '星5_bt
  479. '
  480. Me.星5_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  481. Me.星5_bt.Location = New System.Drawing.Point(823, 37)
  482. Me.星5_bt.Multiline = True
  483. Me.星5_bt.Name = "星5_bt"
  484. Me.星5_bt.Size = New System.Drawing.Size(120, 22)
  485. Me.星5_bt.TabIndex = 1938
  486. Me.星5_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  487. '
  488. '星4_bt
  489. '
  490. Me.星4_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  491. Me.星4_bt.Location = New System.Drawing.Point(697, 37)
  492. Me.星4_bt.Multiline = True
  493. Me.星4_bt.Name = "星4_bt"
  494. Me.星4_bt.Size = New System.Drawing.Size(120, 22)
  495. Me.星4_bt.TabIndex = 1937
  496. Me.星4_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  497. '
  498. '星3_bt
  499. '
  500. Me.星3_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  501. Me.星3_bt.Location = New System.Drawing.Point(565, 37)
  502. Me.星3_bt.Multiline = True
  503. Me.星3_bt.Name = "星3_bt"
  504. Me.星3_bt.Size = New System.Drawing.Size(120, 22)
  505. Me.星3_bt.TabIndex = 1936
  506. Me.星3_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  507. '
  508. '星2_bt
  509. '
  510. Me.星2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  511. Me.星2_bt.Location = New System.Drawing.Point(439, 37)
  512. Me.星2_bt.Multiline = True
  513. Me.星2_bt.Name = "星2_bt"
  514. Me.星2_bt.Size = New System.Drawing.Size(120, 22)
  515. Me.星2_bt.TabIndex = 1935
  516. Me.星2_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  517. '
  518. '星1_bt
  519. '
  520. Me.星1_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  521. Me.星1_bt.Location = New System.Drawing.Point(313, 37)
  522. Me.星1_bt.Multiline = True
  523. Me.星1_bt.Name = "星1_bt"
  524. Me.星1_bt.Size = New System.Drawing.Size(120, 22)
  525. Me.星1_bt.TabIndex = 1934
  526. Me.星1_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  527. '
  528. '薪資表_bt
  529. '
  530. Me.薪資表_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  531. Me.薪資表_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  532. Me.薪資表_bt.Location = New System.Drawing.Point(1297, 0)
  533. Me.薪資表_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  534. Me.薪資表_bt.Name = "薪資表_bt"
  535. Me.薪資表_bt.Size = New System.Drawing.Size(80, 35)
  536. Me.薪資表_bt.TabIndex = 1950
  537. Me.薪資表_bt.Text = "Salary"
  538. Me.薪資表_bt.UseVisualStyleBackColor = True
  539. '
  540. '考勤表_bt
  541. '
  542. Me.考勤表_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  543. Me.考勤表_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  544. Me.考勤表_bt.Location = New System.Drawing.Point(1217, 0)
  545. Me.考勤表_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  546. Me.考勤表_bt.Name = "考勤表_bt"
  547. Me.考勤表_bt.Size = New System.Drawing.Size(80, 35)
  548. Me.考勤表_bt.TabIndex = 1949
  549. Me.考勤表_bt.Text = "Attendance"
  550. Me.考勤表_bt.UseVisualStyleBackColor = True
  551. '
  552. '群組1_cb
  553. '
  554. Me.群組1_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  555. Me.群組1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  556. Me.群組1_cb.FormattingEnabled = True
  557. Me.群組1_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  558. Me.群組1_cb.Location = New System.Drawing.Point(1004, 6)
  559. Me.群組1_cb.Name = "群組1_cb"
  560. Me.群組1_cb.Size = New System.Drawing.Size(212, 24)
  561. Me.群組1_cb.TabIndex = 1952
  562. '
  563. '視窗3_pl
  564. '
  565. Me.視窗3_pl.BackColor = System.Drawing.Color.White
  566. Me.視窗3_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  567. Me.視窗3_pl.Controls.Add(Me.Panel4)
  568. Me.視窗3_pl.Controls.Add(Me.Label11)
  569. Me.視窗3_pl.Controls.Add(Me.CanceL3_bt)
  570. Me.視窗3_pl.Location = New System.Drawing.Point(620, 201)
  571. Me.視窗3_pl.Name = "視窗3_pl"
  572. Me.視窗3_pl.Size = New System.Drawing.Size(211, 163)
  573. Me.視窗3_pl.TabIndex = 1953
  574. '
  575. 'Panel4
  576. '
  577. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  578. Or System.Windows.Forms.AnchorStyles.Left) _
  579. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  580. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  581. Me.Panel4.Controls.Add(Me.虛擬存檔_bt)
  582. Me.Panel4.Controls.Add(Me.清除_bt)
  583. Me.Panel4.Controls.Add(Me.沖帳金額_nud)
  584. Me.Panel4.Controls.Add(Me.Label8)
  585. Me.Panel4.Controls.Add(Me.加班_nud)
  586. Me.Panel4.Controls.Add(Me.Label7)
  587. Me.Panel4.Controls.Add(Me.總數_nud)
  588. Me.Panel4.Controls.Add(Me.考勤調整_bt)
  589. Me.Panel4.Controls.Add(Me.Label1)
  590. Me.Panel4.Location = New System.Drawing.Point(3, 28)
  591. Me.Panel4.Name = "Panel4"
  592. Me.Panel4.Size = New System.Drawing.Size(204, 131)
  593. Me.Panel4.TabIndex = 1367
  594. '
  595. '沖帳金額_nud
  596. '
  597. Me.沖帳金額_nud.Location = New System.Drawing.Point(87, 56)
  598. Me.沖帳金額_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  599. Me.沖帳金額_nud.Name = "沖帳金額_nud"
  600. Me.沖帳金額_nud.Size = New System.Drawing.Size(110, 23)
  601. Me.沖帳金額_nud.TabIndex = 1939
  602. Me.沖帳金額_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  603. Me.沖帳金額_nud.ThousandsSeparator = True
  604. '
  605. 'Label8
  606. '
  607. Me.Label8.BackColor = System.Drawing.Color.Transparent
  608. Me.Label8.Location = New System.Drawing.Point(0, 59)
  609. Me.Label8.Name = "Label8"
  610. Me.Label8.Size = New System.Drawing.Size(87, 16)
  611. Me.Label8.TabIndex = 1940
  612. Me.Label8.Text = "Reconciliation"
  613. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  614. '
  615. '加班_nud
  616. '
  617. Me.加班_nud.Location = New System.Drawing.Point(87, 29)
  618. Me.加班_nud.Maximum = New Decimal(New Integer() {3, 0, 0, 0})
  619. Me.加班_nud.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
  620. Me.加班_nud.Name = "加班_nud"
  621. Me.加班_nud.Size = New System.Drawing.Size(110, 23)
  622. Me.加班_nud.TabIndex = 1937
  623. Me.加班_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  624. Me.加班_nud.ThousandsSeparator = True
  625. Me.加班_nud.Value = New Decimal(New Integer() {1, 0, 0, 0})
  626. '
  627. 'Label7
  628. '
  629. Me.Label7.BackColor = System.Drawing.Color.Transparent
  630. Me.Label7.Location = New System.Drawing.Point(0, 32)
  631. Me.Label7.Name = "Label7"
  632. Me.Label7.Size = New System.Drawing.Size(87, 16)
  633. Me.Label7.TabIndex = 1938
  634. Me.Label7.Text = "加班"
  635. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  636. '
  637. '總數_nud
  638. '
  639. Me.總數_nud.Location = New System.Drawing.Point(87, 3)
  640. Me.總數_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  641. Me.總數_nud.Name = "總數_nud"
  642. Me.總數_nud.Size = New System.Drawing.Size(110, 23)
  643. Me.總數_nud.TabIndex = 1920
  644. Me.總數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  645. Me.總數_nud.ThousandsSeparator = True
  646. '
  647. 'Label1
  648. '
  649. Me.Label1.BackColor = System.Drawing.Color.Transparent
  650. Me.Label1.Location = New System.Drawing.Point(0, 5)
  651. Me.Label1.Name = "Label1"
  652. Me.Label1.Size = New System.Drawing.Size(87, 16)
  653. Me.Label1.TabIndex = 1932
  654. Me.Label1.Text = "Maksimum"
  655. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  656. '
  657. 'Label11
  658. '
  659. Me.Label11.AutoSize = True
  660. Me.Label11.Location = New System.Drawing.Point(5, 7)
  661. Me.Label11.Name = "Label11"
  662. Me.Label11.Size = New System.Drawing.Size(140, 16)
  663. Me.Label11.TabIndex = 1375
  664. Me.Label11.Text = "Pengaturan Rekonsiliasi"
  665. '
  666. 'CanceL3_bt
  667. '
  668. Me.CanceL3_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  669. Me.CanceL3_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  670. Me.CanceL3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  671. Me.CanceL3_bt.ForeColor = System.Drawing.Color.Black
  672. Me.CanceL3_bt.Location = New System.Drawing.Point(179, 2)
  673. Me.CanceL3_bt.Name = "CanceL3_bt"
  674. Me.CanceL3_bt.Size = New System.Drawing.Size(26, 26)
  675. Me.CanceL3_bt.TabIndex = 1374
  676. Me.CanceL3_bt.Text = "X"
  677. Me.CanceL3_bt.UseVisualStyleBackColor = False
  678. '
  679. '合計_dgv
  680. '
  681. Me.合計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  682. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  683. Me.合計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  684. Me.合計_dgv.BackgroundColor = System.Drawing.Color.White
  685. Me.合計_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  686. Me.合計_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  687. Me.合計_dgv.Location = New System.Drawing.Point(3, 671)
  688. Me.合計_dgv.Name = "合計_dgv"
  689. Me.合計_dgv.RowHeadersWidth = 5
  690. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  691. Me.合計_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  692. Me.合計_dgv.RowTemplate.Height = 24
  693. Me.合計_dgv.Size = New System.Drawing.Size(1445, 34)
  694. Me.合計_dgv.TabIndex = 1955
  695. '
  696. '重新讀取_bt
  697. '
  698. Me.重新讀取_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.下載
  699. Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  700. Me.重新讀取_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  701. Me.重新讀取_bt.ForeColor = System.Drawing.Color.Blue
  702. Me.重新讀取_bt.Location = New System.Drawing.Point(508, 0)
  703. Me.重新讀取_bt.Name = "重新讀取_bt"
  704. Me.重新讀取_bt.Size = New System.Drawing.Size(35, 35)
  705. Me.重新讀取_bt.TabIndex = 1954
  706. Me.重新讀取_bt.UseVisualStyleBackColor = True
  707. '
  708. '虛擬存檔_bt
  709. '
  710. Me.虛擬存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  711. Me.虛擬存檔_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.SAVER
  712. Me.虛擬存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  713. Me.虛擬存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  714. Me.虛擬存檔_bt.ForeColor = System.Drawing.Color.DarkGreen
  715. Me.虛擬存檔_bt.Location = New System.Drawing.Point(155, 83)
  716. Me.虛擬存檔_bt.Name = "虛擬存檔_bt"
  717. Me.虛擬存檔_bt.Size = New System.Drawing.Size(40, 40)
  718. Me.虛擬存檔_bt.TabIndex = 1942
  719. Me.虛擬存檔_bt.UseVisualStyleBackColor = True
  720. '
  721. '清除_bt
  722. '
  723. Me.清除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  724. Me.清除_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.Close
  725. Me.清除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  726. Me.清除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  727. Me.清除_bt.ForeColor = System.Drawing.Color.DarkGreen
  728. Me.清除_bt.Location = New System.Drawing.Point(50, 83)
  729. Me.清除_bt.Name = "清除_bt"
  730. Me.清除_bt.Size = New System.Drawing.Size(40, 40)
  731. Me.清除_bt.TabIndex = 1941
  732. Me.清除_bt.UseVisualStyleBackColor = True
  733. '
  734. '考勤調整_bt
  735. '
  736. Me.考勤調整_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  737. Me.考勤調整_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.SAVER
  738. Me.考勤調整_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  739. Me.考勤調整_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  740. Me.考勤調整_bt.ForeColor = System.Drawing.Color.DarkGreen
  741. Me.考勤調整_bt.Location = New System.Drawing.Point(4, 83)
  742. Me.考勤調整_bt.Name = "考勤調整_bt"
  743. Me.考勤調整_bt.Size = New System.Drawing.Size(40, 40)
  744. Me.考勤調整_bt.TabIndex = 1919
  745. Me.考勤調整_bt.UseVisualStyleBackColor = True
  746. '
  747. '縮放2_bt
  748. '
  749. Me.縮放2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  750. Me.縮放2_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.ZOOM01
  751. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  752. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  753. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  754. Me.縮放2_bt.Location = New System.Drawing.Point(1377, 0)
  755. Me.縮放2_bt.Name = "縮放2_bt"
  756. Me.縮放2_bt.Size = New System.Drawing.Size(35, 35)
  757. Me.縮放2_bt.TabIndex = 1948
  758. Me.縮放2_bt.UseVisualStyleBackColor = True
  759. '
  760. '設定_bt
  761. '
  762. Me.設定_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.system
  763. Me.設定_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  764. Me.設定_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  765. Me.設定_bt.ForeColor = System.Drawing.Color.Blue
  766. Me.設定_bt.Location = New System.Drawing.Point(613, 0)
  767. Me.設定_bt.Name = "設定_bt"
  768. Me.設定_bt.Size = New System.Drawing.Size(35, 35)
  769. Me.設定_bt.TabIndex = 1947
  770. Me.設定_bt.UseVisualStyleBackColor = True
  771. '
  772. '列印_bt
  773. '
  774. Me.列印_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.print
  775. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  776. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  777. Me.列印_bt.ForeColor = System.Drawing.Color.Blue
  778. Me.列印_bt.Location = New System.Drawing.Point(578, 0)
  779. Me.列印_bt.Name = "列印_bt"
  780. Me.列印_bt.Size = New System.Drawing.Size(35, 35)
  781. Me.列印_bt.TabIndex = 1936
  782. Me.列印_bt.UseVisualStyleBackColor = True
  783. '
  784. '存檔_bt
  785. '
  786. Me.存檔_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.SAVER
  787. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  788. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  789. Me.存檔_bt.ForeColor = System.Drawing.Color.Blue
  790. Me.存檔_bt.Location = New System.Drawing.Point(543, 0)
  791. Me.存檔_bt.Name = "存檔_bt"
  792. Me.存檔_bt.Size = New System.Drawing.Size(35, 35)
  793. Me.存檔_bt.TabIndex = 1935
  794. Me.存檔_bt.UseVisualStyleBackColor = True
  795. '
  796. '系統說明_bt
  797. '
  798. Me.系統說明_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  799. Me.系統說明_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.question_mark
  800. Me.系統說明_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  801. Me.系統說明_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  802. Me.系統說明_bt.ForeColor = System.Drawing.Color.Blue
  803. Me.系統說明_bt.Location = New System.Drawing.Point(1413, 0)
  804. Me.系統說明_bt.Name = "系統說明_bt"
  805. Me.系統說明_bt.Size = New System.Drawing.Size(35, 35)
  806. Me.系統說明_bt.TabIndex = 1934
  807. Me.系統說明_bt.UseVisualStyleBackColor = True
  808. '
  809. '人員薪資
  810. '
  811. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  812. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  813. Me.ClientSize = New System.Drawing.Size(1451, 707)
  814. Me.Controls.Add(Me.合計_dgv)
  815. Me.Controls.Add(Me.重新讀取_bt)
  816. Me.Controls.Add(Me.視窗3_pl)
  817. Me.Controls.Add(Me.群組1_cb)
  818. Me.Controls.Add(Me.薪資表_bt)
  819. Me.Controls.Add(Me.星7_bt)
  820. Me.Controls.Add(Me.考勤表_bt)
  821. Me.Controls.Add(Me.縮放2_bt)
  822. Me.Controls.Add(Me.設定_bt)
  823. Me.Controls.Add(Me.Panel2)
  824. Me.Controls.Add(Me.DA3_bt)
  825. Me.Controls.Add(Me.DA2_bt)
  826. Me.Controls.Add(Me.DA1_bt)
  827. Me.Controls.Add(Me.星6_bt)
  828. Me.Controls.Add(Me.結束日期_dtp)
  829. Me.Controls.Add(Me.星5_bt)
  830. Me.Controls.Add(Me.開始日期_dtp)
  831. Me.Controls.Add(Me.星4_bt)
  832. Me.Controls.Add(Me.群組選擇_ch)
  833. Me.Controls.Add(Me.群組輸入_ch)
  834. Me.Controls.Add(Me.星3_bt)
  835. Me.Controls.Add(Me.列印_bt)
  836. Me.Controls.Add(Me.星2_bt)
  837. Me.Controls.Add(Me.存檔_bt)
  838. Me.Controls.Add(Me.系統說明_bt)
  839. Me.Controls.Add(Me.星1_bt)
  840. Me.Controls.Add(Me.Label2)
  841. Me.Controls.Add(Me.清單1_dgv)
  842. Me.Controls.Add(Me.總清單_dgv)
  843. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  844. Me.Margin = New System.Windows.Forms.Padding(4)
  845. Me.MaximizeBox = False
  846. Me.MinimizeBox = False
  847. Me.Name = "人員薪資"
  848. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  849. Me.Text = "人員薪資"
  850. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  851. CType(Me.總清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  852. Me.Panel2.ResumeLayout(False)
  853. Me.Panel2.PerformLayout()
  854. CType(Me.虛擬表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  855. CType(Me.休假天數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  856. CType(Me.平均每天_nud, System.ComponentModel.ISupportInitialize).EndInit()
  857. CType(Me.休假比例_nud, System.ComponentModel.ISupportInitialize).EndInit()
  858. CType(Me.可沖天數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  859. Me.視窗3_pl.ResumeLayout(False)
  860. Me.視窗3_pl.PerformLayout()
  861. Me.Panel4.ResumeLayout(False)
  862. CType(Me.沖帳金額_nud, System.ComponentModel.ISupportInitialize).EndInit()
  863. CType(Me.加班_nud, System.ComponentModel.ISupportInitialize).EndInit()
  864. CType(Me.總數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  865. CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  866. Me.ResumeLayout(False)
  867. Me.PerformLayout()
  868. End Sub
  869. Friend WithEvents 清單1_dgv As DataGridView
  870. Friend WithEvents 工人_ch As CheckBox
  871. Friend WithEvents 地區_cb As ComboBox
  872. Friend WithEvents 級別_cb As ComboBox
  873. Friend WithEvents 語轉扭_bt As Button
  874. Friend WithEvents 部門_cb As ComboBox
  875. Friend WithEvents 總清單_dgv As DataGridView
  876. Friend WithEvents Label4 As Label
  877. Friend WithEvents 月份2_cb As ComboBox
  878. Friend WithEvents Label5 As Label
  879. Friend WithEvents 年份2_cb As ComboBox
  880. Friend WithEvents 系統說明_bt As Button
  881. Friend WithEvents 存檔_bt As Button
  882. Friend WithEvents 列印_bt As Button
  883. Friend WithEvents 群組輸入_ch As CheckBox
  884. Friend WithEvents 群組選擇_ch As CheckBox
  885. Friend WithEvents Label2 As Label
  886. Friend WithEvents 結束日期_dtp As DateTimePicker
  887. Friend WithEvents 開始日期_dtp As DateTimePicker
  888. Friend WithEvents DA3_bt As Button
  889. Friend WithEvents DA2_bt As Button
  890. Friend WithEvents DA1_bt As Button
  891. Friend WithEvents Panel2 As Panel
  892. Friend WithEvents 設定_bt As Button
  893. Friend WithEvents 縮放2_bt As Button
  894. Friend WithEvents 星7_bt As TextBox
  895. Friend WithEvents 星6_bt As TextBox
  896. Friend WithEvents 星5_bt As TextBox
  897. Friend WithEvents 星4_bt As TextBox
  898. Friend WithEvents 星3_bt As TextBox
  899. Friend WithEvents 星2_bt As TextBox
  900. Friend WithEvents 星1_bt As TextBox
  901. Friend WithEvents 薪資表_bt As Button
  902. Friend WithEvents 考勤表_bt As Button
  903. Friend WithEvents 群組_cb As ComboBox
  904. Friend WithEvents 群組1_cb As ComboBox
  905. Friend WithEvents 視窗3_pl As Panel
  906. Friend WithEvents Panel4 As Panel
  907. Friend WithEvents 考勤調整_bt As Button
  908. Friend WithEvents Label11 As Label
  909. Friend WithEvents CanceL3_bt As Button
  910. Friend WithEvents 總數_nud As NumericUpDown
  911. Friend WithEvents Label1 As Label
  912. Friend WithEvents 平均每天_nud As NumericUpDown
  913. Friend WithEvents Label6 As Label
  914. Friend WithEvents 可沖天數_nud As NumericUpDown
  915. Friend WithEvents Label3 As Label
  916. Friend WithEvents 加班_nud As NumericUpDown
  917. Friend WithEvents Label7 As Label
  918. Friend WithEvents 沖帳金額_nud As NumericUpDown
  919. Friend WithEvents Label8 As Label
  920. Friend WithEvents 休假比例_nud As NumericUpDown
  921. Friend WithEvents Label9 As Label
  922. Friend WithEvents 休假天數_nud As NumericUpDown
  923. Friend WithEvents Label10 As Label
  924. Friend WithEvents 清除_bt As Button
  925. Friend WithEvents 虛擬存檔_bt As Button
  926. Friend WithEvents 虛擬表_dgv As DataGridView
  927. Friend WithEvents 重新讀取_bt As Button
  928. Friend WithEvents 合計_dgv As DataGridView
  929. End Class