설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

薪資表.Designer.vb 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 薪資表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.月清單_dgv = New System.Windows.Forms.DataGridView()
  23. Me.R_bt = New System.Windows.Forms.Button()
  24. Me.Label17 = New System.Windows.Forms.Label()
  25. Me.年份_cb = New System.Windows.Forms.ComboBox()
  26. Me.月份_cb = New System.Windows.Forms.ComboBox()
  27. Me.Label16 = New System.Windows.Forms.Label()
  28. Me.彈性工時_cb = New System.Windows.Forms.CheckBox()
  29. Me.正常工時_ch = New System.Windows.Forms.CheckBox()
  30. Me.合計_dgv = New System.Windows.Forms.DataGridView()
  31. Me.列印_bt = New System.Windows.Forms.Button()
  32. CType(Me.月清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  33. CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SuspendLayout()
  35. '
  36. '月清單_dgv
  37. '
  38. Me.月清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  39. Or System.Windows.Forms.AnchorStyles.Left) _
  40. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  41. Me.月清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  42. Me.月清單_dgv.BackgroundColor = System.Drawing.Color.White
  43. Me.月清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  44. Me.月清單_dgv.Location = New System.Drawing.Point(5, 30)
  45. Me.月清單_dgv.Name = "月清單_dgv"
  46. Me.月清單_dgv.RowHeadersWidth = 5
  47. Me.月清單_dgv.RowTemplate.Height = 24
  48. Me.月清單_dgv.Size = New System.Drawing.Size(1484, 603)
  49. Me.月清單_dgv.TabIndex = 688
  50. '
  51. 'R_bt
  52. '
  53. Me.R_bt.Location = New System.Drawing.Point(1465, 4)
  54. Me.R_bt.Name = "R_bt"
  55. Me.R_bt.Size = New System.Drawing.Size(23, 23)
  56. Me.R_bt.TabIndex = 837
  57. Me.R_bt.Text = "R"
  58. Me.R_bt.UseVisualStyleBackColor = True
  59. '
  60. 'Label17
  61. '
  62. Me.Label17.AutoSize = True
  63. Me.Label17.Location = New System.Drawing.Point(6, 7)
  64. Me.Label17.Name = "Label17"
  65. Me.Label17.Size = New System.Drawing.Size(31, 16)
  66. Me.Label17.TabIndex = 838
  67. Me.Label17.Text = "年份"
  68. '
  69. '年份_cb
  70. '
  71. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  72. Me.年份_cb.FormattingEnabled = True
  73. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  74. Me.年份_cb.Location = New System.Drawing.Point(38, 3)
  75. Me.年份_cb.Name = "年份_cb"
  76. Me.年份_cb.Size = New System.Drawing.Size(61, 24)
  77. Me.年份_cb.TabIndex = 840
  78. '
  79. '月份_cb
  80. '
  81. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  82. Me.月份_cb.FormattingEnabled = True
  83. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  84. Me.月份_cb.Location = New System.Drawing.Point(127, 3)
  85. Me.月份_cb.Name = "月份_cb"
  86. Me.月份_cb.Size = New System.Drawing.Size(46, 24)
  87. Me.月份_cb.TabIndex = 841
  88. '
  89. 'Label16
  90. '
  91. Me.Label16.AutoSize = True
  92. Me.Label16.Location = New System.Drawing.Point(97, 7)
  93. Me.Label16.Name = "Label16"
  94. Me.Label16.Size = New System.Drawing.Size(31, 16)
  95. Me.Label16.TabIndex = 839
  96. Me.Label16.Text = "月份"
  97. '
  98. '彈性工時_cb
  99. '
  100. Me.彈性工時_cb.AutoSize = True
  101. Me.彈性工時_cb.Checked = True
  102. Me.彈性工時_cb.CheckState = System.Windows.Forms.CheckState.Checked
  103. Me.彈性工時_cb.Location = New System.Drawing.Point(179, 5)
  104. Me.彈性工時_cb.Name = "彈性工時_cb"
  105. Me.彈性工時_cb.Size = New System.Drawing.Size(110, 20)
  106. Me.彈性工時_cb.TabIndex = 842
  107. Me.彈性工時_cb.Text = "已彈性工時計算"
  108. Me.彈性工時_cb.UseVisualStyleBackColor = True
  109. '
  110. '正常工時_ch
  111. '
  112. Me.正常工時_ch.AutoSize = True
  113. Me.正常工時_ch.Location = New System.Drawing.Point(295, 5)
  114. Me.正常工時_ch.Name = "正常工時_ch"
  115. Me.正常工時_ch.Size = New System.Drawing.Size(110, 20)
  116. Me.正常工時_ch.TabIndex = 843
  117. Me.正常工時_ch.Text = "已正常工時計算"
  118. Me.正常工時_ch.UseVisualStyleBackColor = True
  119. '
  120. '合計_dgv
  121. '
  122. Me.合計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  123. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  124. Me.合計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  125. Me.合計_dgv.BackgroundColor = System.Drawing.Color.White
  126. Me.合計_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  127. Me.合計_dgv.Location = New System.Drawing.Point(5, 632)
  128. Me.合計_dgv.Name = "合計_dgv"
  129. Me.合計_dgv.RowHeadersWidth = 5
  130. Me.合計_dgv.RowTemplate.Height = 24
  131. Me.合計_dgv.Size = New System.Drawing.Size(1484, 26)
  132. Me.合計_dgv.TabIndex = 844
  133. '
  134. '列印_bt
  135. '
  136. Me.列印_bt.Location = New System.Drawing.Point(410, 2)
  137. Me.列印_bt.Name = "列印_bt"
  138. Me.列印_bt.Size = New System.Drawing.Size(114, 26)
  139. Me.列印_bt.TabIndex = 845
  140. Me.列印_bt.Text = "列印 EXCEL"
  141. Me.列印_bt.UseVisualStyleBackColor = True
  142. '
  143. '薪資表
  144. '
  145. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  146. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  147. Me.ClientSize = New System.Drawing.Size(1492, 661)
  148. Me.Controls.Add(Me.列印_bt)
  149. Me.Controls.Add(Me.合計_dgv)
  150. Me.Controls.Add(Me.正常工時_ch)
  151. Me.Controls.Add(Me.彈性工時_cb)
  152. Me.Controls.Add(Me.Label17)
  153. Me.Controls.Add(Me.年份_cb)
  154. Me.Controls.Add(Me.月份_cb)
  155. Me.Controls.Add(Me.Label16)
  156. Me.Controls.Add(Me.R_bt)
  157. Me.Controls.Add(Me.月清單_dgv)
  158. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.Margin = New System.Windows.Forms.Padding(4)
  160. Me.Name = "薪資表"
  161. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  162. Me.Text = "薪資表"
  163. CType(Me.月清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  164. CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  165. Me.ResumeLayout(False)
  166. Me.PerformLayout()
  167. End Sub
  168. Friend WithEvents 月清單_dgv As DataGridView
  169. Friend WithEvents R_bt As Button
  170. Friend WithEvents Label17 As Label
  171. Friend WithEvents 年份_cb As ComboBox
  172. Friend WithEvents 月份_cb As ComboBox
  173. Friend WithEvents Label16 As Label
  174. Friend WithEvents 彈性工時_cb As CheckBox
  175. Friend WithEvents 正常工時_ch As CheckBox
  176. Friend WithEvents 合計_dgv As DataGridView
  177. Friend WithEvents 列印_bt As Button
  178. End Class