Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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