No Description
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 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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.事由_tb = New System.Windows.Forms.TextBox()
  24. Me.Label7 = New System.Windows.Forms.Label()
  25. Me.特假日期_tb = New System.Windows.Forms.TextBox()
  26. Me.Label6 = New System.Windows.Forms.Label()
  27. Me.員工編號_tb = New System.Windows.Forms.TextBox()
  28. Me.Label4 = New System.Windows.Forms.Label()
  29. Me.申請人_tb = New System.Windows.Forms.TextBox()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.請假類別_cb = New System.Windows.Forms.ComboBox()
  33. Me.加班核准_bt = New System.Windows.Forms.Button()
  34. Me.審核人_tb = New System.Windows.Forms.TextBox()
  35. Me.Label2 = New System.Windows.Forms.Label()
  36. Me.審核人1_tb = New System.Windows.Forms.TextBox()
  37. Me.Label5 = New System.Windows.Forms.Label()
  38. Me.審核人2_tb = New System.Windows.Forms.TextBox()
  39. Me.Label8 = New System.Windows.Forms.Label()
  40. Me.加班未准_bt = New System.Windows.Forms.Button()
  41. Me.DTP1_tb = New System.Windows.Forms.TextBox()
  42. Me.DTP2_tb = New System.Windows.Forms.TextBox()
  43. Me.默認核准_bt = New System.Windows.Forms.Button()
  44. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  45. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.SuspendLayout()
  48. '
  49. '月清單_DGV
  50. '
  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.BackgroundColor = System.Drawing.Color.White
  56. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  57. Me.月清單_DGV.Location = New System.Drawing.Point(3, 77)
  58. Me.月清單_DGV.Name = "月清單_DGV"
  59. Me.月清單_DGV.RowHeadersWidth = 5
  60. Me.月清單_DGV.RowTemplate.Height = 24
  61. Me.月清單_DGV.Size = New System.Drawing.Size(994, 518)
  62. Me.月清單_DGV.TabIndex = 816
  63. '
  64. '事由_tb
  65. '
  66. Me.事由_tb.Location = New System.Drawing.Point(52, 31)
  67. Me.事由_tb.Multiline = True
  68. Me.事由_tb.Name = "事由_tb"
  69. Me.事由_tb.Size = New System.Drawing.Size(707, 44)
  70. Me.事由_tb.TabIndex = 815
  71. '
  72. 'Label7
  73. '
  74. Me.Label7.AutoSize = True
  75. Me.Label7.Location = New System.Drawing.Point(3, 34)
  76. Me.Label7.Name = "Label7"
  77. Me.Label7.Size = New System.Drawing.Size(43, 16)
  78. Me.Label7.TabIndex = 814
  79. Me.Label7.Text = "事 由"
  80. '
  81. '特假日期_tb
  82. '
  83. Me.特假日期_tb.Enabled = False
  84. Me.特假日期_tb.Location = New System.Drawing.Point(363, 4)
  85. Me.特假日期_tb.Name = "特假日期_tb"
  86. Me.特假日期_tb.Size = New System.Drawing.Size(113, 23)
  87. Me.特假日期_tb.TabIndex = 813
  88. '
  89. 'Label6
  90. '
  91. Me.Label6.AutoSize = True
  92. Me.Label6.Location = New System.Drawing.Point(301, 8)
  93. Me.Label6.Name = "Label6"
  94. Me.Label6.Size = New System.Drawing.Size(55, 16)
  95. Me.Label6.TabIndex = 812
  96. Me.Label6.Text = "加班日期"
  97. '
  98. '員工編號_tb
  99. '
  100. Me.員工編號_tb.Enabled = False
  101. Me.員工編號_tb.Location = New System.Drawing.Point(218, 5)
  102. Me.員工編號_tb.Name = "員工編號_tb"
  103. Me.員工編號_tb.Size = New System.Drawing.Size(77, 23)
  104. Me.員工編號_tb.TabIndex = 811
  105. '
  106. 'Label4
  107. '
  108. Me.Label4.AutoSize = True
  109. Me.Label4.Location = New System.Drawing.Point(156, 8)
  110. Me.Label4.Name = "Label4"
  111. Me.Label4.Size = New System.Drawing.Size(55, 16)
  112. Me.Label4.TabIndex = 810
  113. Me.Label4.Text = "員工編號"
  114. '
  115. '申請人_tb
  116. '
  117. Me.申請人_tb.Enabled = False
  118. Me.申請人_tb.Location = New System.Drawing.Point(53, 5)
  119. Me.申請人_tb.Name = "申請人_tb"
  120. Me.申請人_tb.Size = New System.Drawing.Size(97, 23)
  121. Me.申請人_tb.TabIndex = 809
  122. '
  123. 'Label3
  124. '
  125. Me.Label3.AutoSize = True
  126. Me.Label3.Location = New System.Drawing.Point(3, 8)
  127. Me.Label3.Name = "Label3"
  128. Me.Label3.Size = New System.Drawing.Size(43, 16)
  129. Me.Label3.TabIndex = 808
  130. Me.Label3.Text = "申請人"
  131. '
  132. 'Label1
  133. '
  134. Me.Label1.AutoSize = True
  135. Me.Label1.Location = New System.Drawing.Point(482, 7)
  136. Me.Label1.Name = "Label1"
  137. Me.Label1.Size = New System.Drawing.Size(31, 16)
  138. Me.Label1.TabIndex = 807
  139. Me.Label1.Text = "類別"
  140. '
  141. '請假類別_cb
  142. '
  143. Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  144. Me.請假類別_cb.FormattingEnabled = True
  145. Me.請假類別_cb.Items.AddRange(New Object() {"加班(未超最晚下診)", "加班(已超最晚下診)"})
  146. Me.請假類別_cb.Location = New System.Drawing.Point(517, 3)
  147. Me.請假類別_cb.Name = "請假類別_cb"
  148. Me.請假類別_cb.Size = New System.Drawing.Size(210, 24)
  149. Me.請假類別_cb.TabIndex = 806
  150. '
  151. '加班核准_bt
  152. '
  153. Me.加班核准_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  154. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  155. Me.加班核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.加班核准_bt.ForeColor = System.Drawing.Color.Blue
  157. Me.加班核准_bt.Location = New System.Drawing.Point(915, 2)
  158. Me.加班核准_bt.Name = "加班核准_bt"
  159. Me.加班核准_bt.Size = New System.Drawing.Size(79, 37)
  160. Me.加班核准_bt.TabIndex = 817
  161. Me.加班核准_bt.Text = "加班核准"
  162. Me.加班核准_bt.UseVisualStyleBackColor = True
  163. '
  164. '審核人_tb
  165. '
  166. Me.審核人_tb.Enabled = False
  167. Me.審核人_tb.Location = New System.Drawing.Point(815, 3)
  168. Me.審核人_tb.Name = "審核人_tb"
  169. Me.審核人_tb.Size = New System.Drawing.Size(97, 23)
  170. Me.審核人_tb.TabIndex = 819
  171. '
  172. 'Label2
  173. '
  174. Me.Label2.AutoSize = True
  175. Me.Label2.Location = New System.Drawing.Point(765, 6)
  176. Me.Label2.Name = "Label2"
  177. Me.Label2.Size = New System.Drawing.Size(43, 16)
  178. Me.Label2.TabIndex = 818
  179. Me.Label2.Text = "審核人"
  180. Me.Label2.UseMnemonic = False
  181. '
  182. '審核人1_tb
  183. '
  184. Me.審核人1_tb.Enabled = False
  185. Me.審核人1_tb.Location = New System.Drawing.Point(815, 28)
  186. Me.審核人1_tb.Name = "審核人1_tb"
  187. Me.審核人1_tb.Size = New System.Drawing.Size(97, 23)
  188. Me.審核人1_tb.TabIndex = 821
  189. '
  190. 'Label5
  191. '
  192. Me.Label5.AutoSize = True
  193. Me.Label5.Location = New System.Drawing.Point(765, 31)
  194. Me.Label5.Name = "Label5"
  195. Me.Label5.Size = New System.Drawing.Size(50, 16)
  196. Me.Label5.TabIndex = 820
  197. Me.Label5.Text = "審核人1"
  198. Me.Label5.UseMnemonic = False
  199. '
  200. '審核人2_tb
  201. '
  202. Me.審核人2_tb.Enabled = False
  203. Me.審核人2_tb.Location = New System.Drawing.Point(815, 53)
  204. Me.審核人2_tb.Name = "審核人2_tb"
  205. Me.審核人2_tb.Size = New System.Drawing.Size(97, 23)
  206. Me.審核人2_tb.TabIndex = 823
  207. '
  208. 'Label8
  209. '
  210. Me.Label8.AutoSize = True
  211. Me.Label8.Location = New System.Drawing.Point(765, 56)
  212. Me.Label8.Name = "Label8"
  213. Me.Label8.Size = New System.Drawing.Size(50, 16)
  214. Me.Label8.TabIndex = 822
  215. Me.Label8.Text = "審核人2"
  216. Me.Label8.UseMnemonic = False
  217. '
  218. '加班未准_bt
  219. '
  220. Me.加班未准_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  221. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  222. Me.加班未准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.加班未准_bt.ForeColor = System.Drawing.Color.Red
  224. Me.加班未准_bt.Location = New System.Drawing.Point(915, 38)
  225. Me.加班未准_bt.Name = "加班未准_bt"
  226. Me.加班未准_bt.Size = New System.Drawing.Size(79, 37)
  227. Me.加班未准_bt.TabIndex = 824
  228. Me.加班未准_bt.Text = "加班未准"
  229. Me.加班未准_bt.UseVisualStyleBackColor = True
  230. '
  231. 'DTP1_tb
  232. '
  233. Me.DTP1_tb.Enabled = False
  234. Me.DTP1_tb.Location = New System.Drawing.Point(318, 120)
  235. Me.DTP1_tb.Name = "DTP1_tb"
  236. Me.DTP1_tb.Size = New System.Drawing.Size(113, 23)
  237. Me.DTP1_tb.TabIndex = 825
  238. Me.DTP1_tb.Visible = False
  239. '
  240. 'DTP2_tb
  241. '
  242. Me.DTP2_tb.Enabled = False
  243. Me.DTP2_tb.Location = New System.Drawing.Point(318, 149)
  244. Me.DTP2_tb.Name = "DTP2_tb"
  245. Me.DTP2_tb.Size = New System.Drawing.Size(113, 23)
  246. Me.DTP2_tb.TabIndex = 826
  247. Me.DTP2_tb.Visible = False
  248. '
  249. '默認核准_bt
  250. '
  251. Me.默認核准_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.默認核准_bt.ForeColor = System.Drawing.Color.Blue
  253. Me.默認核准_bt.Location = New System.Drawing.Point(734, 3)
  254. Me.默認核准_bt.Name = "默認核准_bt"
  255. Me.默認核准_bt.Size = New System.Drawing.Size(25, 25)
  256. Me.默認核准_bt.TabIndex = 827
  257. Me.默認核准_bt.Text = "R"
  258. Me.默認核准_bt.UseVisualStyleBackColor = True
  259. '
  260. 'PictureBox1
  261. '
  262. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  263. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  264. Me.PictureBox1.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Picture
  265. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  266. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  267. Me.PictureBox1.Location = New System.Drawing.Point(998, 3)
  268. Me.PictureBox1.Name = "PictureBox1"
  269. Me.PictureBox1.Size = New System.Drawing.Size(366, 592)
  270. Me.PictureBox1.TabIndex = 1406
  271. Me.PictureBox1.TabStop = False
  272. '
  273. '加班審核
  274. '
  275. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  276. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  277. Me.ClientSize = New System.Drawing.Size(1367, 600)
  278. Me.Controls.Add(Me.PictureBox1)
  279. Me.Controls.Add(Me.默認核准_bt)
  280. Me.Controls.Add(Me.DTP2_tb)
  281. Me.Controls.Add(Me.DTP1_tb)
  282. Me.Controls.Add(Me.加班未准_bt)
  283. Me.Controls.Add(Me.審核人2_tb)
  284. Me.Controls.Add(Me.Label8)
  285. Me.Controls.Add(Me.審核人1_tb)
  286. Me.Controls.Add(Me.Label5)
  287. Me.Controls.Add(Me.審核人_tb)
  288. Me.Controls.Add(Me.Label2)
  289. Me.Controls.Add(Me.加班核准_bt)
  290. Me.Controls.Add(Me.月清單_DGV)
  291. Me.Controls.Add(Me.事由_tb)
  292. Me.Controls.Add(Me.Label7)
  293. Me.Controls.Add(Me.特假日期_tb)
  294. Me.Controls.Add(Me.Label6)
  295. Me.Controls.Add(Me.員工編號_tb)
  296. Me.Controls.Add(Me.Label4)
  297. Me.Controls.Add(Me.申請人_tb)
  298. Me.Controls.Add(Me.Label3)
  299. Me.Controls.Add(Me.Label1)
  300. Me.Controls.Add(Me.請假類別_cb)
  301. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  303. Me.Name = "加班審核"
  304. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  305. Me.Text = "加班審核"
  306. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  307. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  308. Me.ResumeLayout(False)
  309. Me.PerformLayout()
  310. End Sub
  311. Friend WithEvents 月清單_DGV As DataGridView
  312. Friend WithEvents 事由_tb As TextBox
  313. Friend WithEvents Label7 As Label
  314. Friend WithEvents 特假日期_tb As TextBox
  315. Friend WithEvents Label6 As Label
  316. Friend WithEvents 員工編號_tb As TextBox
  317. Friend WithEvents Label4 As Label
  318. Friend WithEvents 申請人_tb As TextBox
  319. Friend WithEvents Label3 As Label
  320. Friend WithEvents Label1 As Label
  321. Friend WithEvents 請假類別_cb As ComboBox
  322. Friend WithEvents 加班核准_bt As Button
  323. Friend WithEvents 審核人_tb As TextBox
  324. Friend WithEvents Label2 As Label
  325. Friend WithEvents 審核人1_tb As TextBox
  326. Friend WithEvents Label5 As Label
  327. Friend WithEvents 審核人2_tb As TextBox
  328. Friend WithEvents Label8 As Label
  329. Friend WithEvents 加班未准_bt As Button
  330. Friend WithEvents DTP1_tb As TextBox
  331. Friend WithEvents DTP2_tb As TextBox
  332. Friend WithEvents 默認核准_bt As Button
  333. Friend WithEvents PictureBox1 As PictureBox
  334. End Class