暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

到離職管理.Designer.vb 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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. Me.月清單_DGV = New System.Windows.Forms.DataGridView()
  24. Me.申請_bt = New System.Windows.Forms.Button()
  25. Me.事由_tb = New System.Windows.Forms.TextBox()
  26. Me.Label7 = New System.Windows.Forms.Label()
  27. Me.特假日期_tb = New System.Windows.Forms.TextBox()
  28. Me.Label6 = New System.Windows.Forms.Label()
  29. Me.員工編號_tb = New System.Windows.Forms.TextBox()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.申請人_tb = New System.Windows.Forms.TextBox()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.請假類別_cb = New System.Windows.Forms.ComboBox()
  35. Me.月份_cb = New System.Windows.Forms.ComboBox()
  36. Me.年份_cb = New System.Windows.Forms.ComboBox()
  37. Me.Label16 = New System.Windows.Forms.Label()
  38. Me.Label17 = New System.Windows.Forms.Label()
  39. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  40. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.SuspendLayout()
  43. '
  44. '月清單_DGV
  45. '
  46. Me.月清單_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  47. Or System.Windows.Forms.AnchorStyles.Left) _
  48. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  49. Me.月清單_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  50. Me.月清單_DGV.BackgroundColor = System.Drawing.Color.White
  51. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  52. Me.月清單_DGV.Location = New System.Drawing.Point(192, 98)
  53. Me.月清單_DGV.Name = "月清單_DGV"
  54. Me.月清單_DGV.RowHeadersWidth = 5
  55. Me.月清單_DGV.RowTemplate.Height = 24
  56. Me.月清單_DGV.Size = New System.Drawing.Size(521, 470)
  57. Me.月清單_DGV.TabIndex = 818
  58. '
  59. '申請_bt
  60. '
  61. Me.申請_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  62. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  63. Me.申請_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  64. Me.申請_bt.Location = New System.Drawing.Point(192, 569)
  65. Me.申請_bt.Name = "申請_bt"
  66. Me.申請_bt.Size = New System.Drawing.Size(521, 29)
  67. Me.申請_bt.TabIndex = 817
  68. Me.申請_bt.Text = "申請"
  69. Me.申請_bt.UseVisualStyleBackColor = True
  70. '
  71. '事由_tb
  72. '
  73. Me.事由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  74. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  75. Me.事由_tb.Location = New System.Drawing.Point(236, 52)
  76. Me.事由_tb.Multiline = True
  77. Me.事由_tb.Name = "事由_tb"
  78. Me.事由_tb.Size = New System.Drawing.Size(477, 44)
  79. Me.事由_tb.TabIndex = 816
  80. '
  81. 'Label7
  82. '
  83. Me.Label7.AutoSize = True
  84. Me.Label7.Location = New System.Drawing.Point(198, 55)
  85. Me.Label7.Name = "Label7"
  86. Me.Label7.Size = New System.Drawing.Size(31, 16)
  87. Me.Label7.TabIndex = 815
  88. Me.Label7.Text = "事由"
  89. '
  90. '特假日期_tb
  91. '
  92. Me.特假日期_tb.Enabled = False
  93. Me.特假日期_tb.Location = New System.Drawing.Point(490, 2)
  94. Me.特假日期_tb.Name = "特假日期_tb"
  95. Me.特假日期_tb.Size = New System.Drawing.Size(113, 23)
  96. Me.特假日期_tb.TabIndex = 814
  97. '
  98. 'Label6
  99. '
  100. Me.Label6.AutoSize = True
  101. Me.Label6.Location = New System.Drawing.Point(428, 6)
  102. Me.Label6.Name = "Label6"
  103. Me.Label6.Size = New System.Drawing.Size(55, 16)
  104. Me.Label6.TabIndex = 813
  105. Me.Label6.Text = "休假日期"
  106. '
  107. '員工編號_tb
  108. '
  109. Me.員工編號_tb.Enabled = False
  110. Me.員工編號_tb.Location = New System.Drawing.Point(490, 27)
  111. Me.員工編號_tb.Name = "員工編號_tb"
  112. Me.員工編號_tb.Size = New System.Drawing.Size(113, 23)
  113. Me.員工編號_tb.TabIndex = 812
  114. '
  115. 'Label4
  116. '
  117. Me.Label4.AutoSize = True
  118. Me.Label4.Location = New System.Drawing.Point(428, 30)
  119. Me.Label4.Name = "Label4"
  120. Me.Label4.Size = New System.Drawing.Size(55, 16)
  121. Me.Label4.TabIndex = 811
  122. Me.Label4.Text = "員工編號"
  123. '
  124. '申請人_tb
  125. '
  126. Me.申請人_tb.Enabled = False
  127. Me.申請人_tb.Location = New System.Drawing.Point(236, 28)
  128. Me.申請人_tb.Name = "申請人_tb"
  129. Me.申請人_tb.Size = New System.Drawing.Size(186, 23)
  130. Me.申請人_tb.TabIndex = 810
  131. '
  132. 'Label3
  133. '
  134. Me.Label3.AutoSize = True
  135. Me.Label3.Location = New System.Drawing.Point(186, 30)
  136. Me.Label3.Name = "Label3"
  137. Me.Label3.Size = New System.Drawing.Size(43, 16)
  138. Me.Label3.TabIndex = 809
  139. Me.Label3.Text = "申請人"
  140. '
  141. 'Label1
  142. '
  143. Me.Label1.AutoSize = True
  144. Me.Label1.Location = New System.Drawing.Point(606, 30)
  145. Me.Label1.Name = "Label1"
  146. Me.Label1.Size = New System.Drawing.Size(31, 16)
  147. Me.Label1.TabIndex = 808
  148. Me.Label1.Text = "類別"
  149. '
  150. '請假類別_cb
  151. '
  152. Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  153. Me.請假類別_cb.FormattingEnabled = True
  154. Me.請假類別_cb.Items.AddRange(New Object() {"未到", "離職"})
  155. Me.請假類別_cb.Location = New System.Drawing.Point(641, 26)
  156. Me.請假類別_cb.Name = "請假類別_cb"
  157. Me.請假類別_cb.Size = New System.Drawing.Size(72, 24)
  158. Me.請假類別_cb.TabIndex = 807
  159. '
  160. '月份_cb
  161. '
  162. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  163. Me.月份_cb.FormattingEnabled = True
  164. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  165. Me.月份_cb.Location = New System.Drawing.Point(351, 3)
  166. Me.月份_cb.Name = "月份_cb"
  167. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  168. Me.月份_cb.TabIndex = 806
  169. '
  170. '年份_cb
  171. '
  172. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  173. Me.年份_cb.FormattingEnabled = True
  174. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  175. Me.年份_cb.Location = New System.Drawing.Point(236, 3)
  176. Me.年份_cb.Name = "年份_cb"
  177. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  178. Me.年份_cb.TabIndex = 805
  179. '
  180. 'Label16
  181. '
  182. Me.Label16.AutoSize = True
  183. Me.Label16.Location = New System.Drawing.Point(313, 6)
  184. Me.Label16.Name = "Label16"
  185. Me.Label16.Size = New System.Drawing.Size(31, 16)
  186. Me.Label16.TabIndex = 804
  187. Me.Label16.Text = "月份"
  188. '
  189. 'Label17
  190. '
  191. Me.Label17.AutoSize = True
  192. Me.Label17.Location = New System.Drawing.Point(198, 6)
  193. Me.Label17.Name = "Label17"
  194. Me.Label17.Size = New System.Drawing.Size(31, 16)
  195. Me.Label17.TabIndex = 803
  196. Me.Label17.Text = "年份"
  197. '
  198. '人員_dgv
  199. '
  200. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  201. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  202. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  203. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  204. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  205. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  206. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  207. Me.人員_dgv.Location = New System.Drawing.Point(2, 1)
  208. Me.人員_dgv.Name = "人員_dgv"
  209. Me.人員_dgv.RowHeadersWidth = 5
  210. Me.人員_dgv.RowTemplate.Height = 24
  211. Me.人員_dgv.Size = New System.Drawing.Size(186, 597)
  212. Me.人員_dgv.TabIndex = 802
  213. '
  214. '到離職管理
  215. '
  216. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  217. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  218. Me.ClientSize = New System.Drawing.Size(719, 600)
  219. Me.Controls.Add(Me.月清單_DGV)
  220. Me.Controls.Add(Me.申請_bt)
  221. Me.Controls.Add(Me.人員_dgv)
  222. Me.Controls.Add(Me.事由_tb)
  223. Me.Controls.Add(Me.Label7)
  224. Me.Controls.Add(Me.特假日期_tb)
  225. Me.Controls.Add(Me.Label6)
  226. Me.Controls.Add(Me.員工編號_tb)
  227. Me.Controls.Add(Me.Label4)
  228. Me.Controls.Add(Me.申請人_tb)
  229. Me.Controls.Add(Me.Label3)
  230. Me.Controls.Add(Me.Label1)
  231. Me.Controls.Add(Me.請假類別_cb)
  232. Me.Controls.Add(Me.月份_cb)
  233. Me.Controls.Add(Me.年份_cb)
  234. Me.Controls.Add(Me.Label16)
  235. Me.Controls.Add(Me.Label17)
  236. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  238. Me.Name = "到離職管理"
  239. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  240. Me.Text = "到離職管理"
  241. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  242. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  243. Me.ResumeLayout(False)
  244. Me.PerformLayout()
  245. End Sub
  246. Friend WithEvents 月清單_DGV As DataGridView
  247. Friend WithEvents 申請_bt As Button
  248. Friend WithEvents 事由_tb As TextBox
  249. Friend WithEvents Label7 As Label
  250. Friend WithEvents 特假日期_tb As TextBox
  251. Friend WithEvents Label6 As Label
  252. Friend WithEvents 員工編號_tb As TextBox
  253. Friend WithEvents Label4 As Label
  254. Friend WithEvents 申請人_tb As TextBox
  255. Friend WithEvents Label3 As Label
  256. Friend WithEvents Label1 As Label
  257. Friend WithEvents 請假類別_cb As ComboBox
  258. Friend WithEvents 月份_cb As ComboBox
  259. Friend WithEvents 年份_cb As ComboBox
  260. Friend WithEvents Label16 As Label
  261. Friend WithEvents Label17 As Label
  262. Friend WithEvents 人員_dgv As DataGridView
  263. End Class