説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

歷史休假紀錄.Designer.vb 12KB

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