Geen omschrijving
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 13KB

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