Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958
  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.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(加班申請系統))
  26. Me.語轉扭_bt = New System.Windows.Forms.Button()
  27. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  28. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  29. Me.Panel2 = New System.Windows.Forms.Panel()
  30. Me.姓名_cb = New System.Windows.Forms.ComboBox()
  31. Me.加班地點_cb = New System.Windows.Forms.ComboBox()
  32. Me.簽核時數_nud = New System.Windows.Forms.NumericUpDown()
  33. Me.加班時數_nud = New System.Windows.Forms.NumericUpDown()
  34. Me.結束時間_dtp = New System.Windows.Forms.DateTimePicker()
  35. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  36. Me.開始時間_dtp = New System.Windows.Forms.DateTimePicker()
  37. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  38. Me.職務_tb = New System.Windows.Forms.TextBox()
  39. Me.申請單位_tb = New System.Windows.Forms.TextBox()
  40. Me.理由_tb = New System.Windows.Forms.TextBox()
  41. Me.Panel1 = New System.Windows.Forms.Panel()
  42. Me.簽核時間3_tb = New System.Windows.Forms.TextBox()
  43. Me.簽核時間2_tb = New System.Windows.Forms.TextBox()
  44. Me.簽核時間1_tb = New System.Windows.Forms.TextBox()
  45. Me.單號_tb = New System.Windows.Forms.TextBox()
  46. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  47. Me.重選部門_bt = New System.Windows.Forms.Button()
  48. Me.帳號_tb = New System.Windows.Forms.TextBox()
  49. Me.公司選擇_cb = New System.Windows.Forms.ComboBox()
  50. Me.簽名圖1_pb = New System.Windows.Forms.PictureBox()
  51. Me.簽名圖2_pb = New System.Windows.Forms.PictureBox()
  52. Me.簽名圖3_pb = New System.Windows.Forms.PictureBox()
  53. Me.Panel6 = New System.Windows.Forms.Panel()
  54. Me.申請人_tb = New System.Windows.Forms.TextBox()
  55. Me.申請人_lb = New System.Windows.Forms.Label()
  56. Me.Panel5 = New System.Windows.Forms.Panel()
  57. Me.單位主管_tb = New System.Windows.Forms.TextBox()
  58. Me.單位主管_lb = New System.Windows.Forms.Label()
  59. Me.Panel4 = New System.Windows.Forms.Panel()
  60. Me.部門主管_tb = New System.Windows.Forms.TextBox()
  61. Me.部門主管_lb = New System.Windows.Forms.Label()
  62. Me.Panel3 = New System.Windows.Forms.Panel()
  63. Me.管理部_tb = New System.Windows.Forms.TextBox()
  64. Me.管理部_lb = New System.Windows.Forms.Label()
  65. Me.簽名圖4_pb = New System.Windows.Forms.PictureBox()
  66. Me.加班時數_lb = New System.Windows.Forms.Label()
  67. Me.直到_lb = New System.Windows.Forms.Label()
  68. Me.加班時間_lb = New System.Windows.Forms.Label()
  69. Me.加班地點_lb = New System.Windows.Forms.Label()
  70. Me.理由_lb = New System.Windows.Forms.Label()
  71. Me.姓名_lb = New System.Windows.Forms.Label()
  72. Me.職務_lb = New System.Windows.Forms.Label()
  73. Me.申請單位_lb = New System.Windows.Forms.Label()
  74. Me.Label7 = New System.Windows.Forms.Label()
  75. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  76. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  77. Me.申請_p = New System.Windows.Forms.Panel()
  78. Me.列印_bt = New System.Windows.Forms.Button()
  79. Me.刪除_bt = New System.Windows.Forms.Button()
  80. Me.修改_bt = New System.Windows.Forms.Button()
  81. Me.新增_bt = New System.Windows.Forms.Button()
  82. Me.審核_p = New System.Windows.Forms.Panel()
  83. Me.單據作廢_bt = New System.Windows.Forms.Button()
  84. Me.審核通過_bt = New System.Windows.Forms.Button()
  85. Me.簽核時數_lb = New System.Windows.Forms.Label()
  86. Me.未歸檔_ch = New System.Windows.Forms.CheckBox()
  87. Me.已歸檔_ch = New System.Windows.Forms.CheckBox()
  88. Me.已作廢_ch = New System.Windows.Forms.CheckBox()
  89. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  90. Me.Panel2.SuspendLayout()
  91. CType(Me.簽核時數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.加班時數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  93. Me.Panel1.SuspendLayout()
  94. CType(Me.簽名圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.簽名圖2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.簽名圖3_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  97. Me.Panel6.SuspendLayout()
  98. Me.Panel5.SuspendLayout()
  99. Me.Panel4.SuspendLayout()
  100. Me.Panel3.SuspendLayout()
  101. CType(Me.簽名圖4_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  103. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  104. Me.申請_p.SuspendLayout()
  105. Me.審核_p.SuspendLayout()
  106. Me.SuspendLayout()
  107. '
  108. '語轉扭_bt
  109. '
  110. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  111. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  113. Me.語轉扭_bt.Location = New System.Drawing.Point(1431, 3)
  114. Me.語轉扭_bt.Name = "語轉扭_bt"
  115. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  116. Me.語轉扭_bt.TabIndex = 1349
  117. Me.語轉扭_bt.Text = "L"
  118. Me.語轉扭_bt.UseVisualStyleBackColor = True
  119. '
  120. 'ToolTip1
  121. '
  122. Me.ToolTip1.AutoPopDelay = 5000
  123. Me.ToolTip1.InitialDelay = 500
  124. Me.ToolTip1.IsBalloon = True
  125. Me.ToolTip1.ReshowDelay = 100
  126. Me.ToolTip1.ToolTipTitle = "illustrate"
  127. '
  128. '清單1_dgv
  129. '
  130. Me.清單1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  131. Or System.Windows.Forms.AnchorStyles.Left) _
  132. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  133. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  134. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  135. Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  136. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  137. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  138. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  140. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  141. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  142. Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  143. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  144. Me.清單1_dgv.Location = New System.Drawing.Point(3, 27)
  145. Me.清單1_dgv.Name = "清單1_dgv"
  146. Me.清單1_dgv.RowHeadersWidth = 5
  147. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  148. Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  149. Me.清單1_dgv.RowTemplate.Height = 24
  150. Me.清單1_dgv.Size = New System.Drawing.Size(577, 622)
  151. Me.清單1_dgv.TabIndex = 1384
  152. '
  153. 'Panel2
  154. '
  155. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  156. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  157. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  158. Me.Panel2.Controls.Add(Me.姓名_cb)
  159. Me.Panel2.Controls.Add(Me.加班地點_cb)
  160. Me.Panel2.Controls.Add(Me.簽核時數_nud)
  161. Me.Panel2.Controls.Add(Me.加班時數_nud)
  162. Me.Panel2.Controls.Add(Me.結束時間_dtp)
  163. Me.Panel2.Controls.Add(Me.結束日期_dtp)
  164. Me.Panel2.Controls.Add(Me.開始時間_dtp)
  165. Me.Panel2.Controls.Add(Me.開始日期_dtp)
  166. Me.Panel2.Controls.Add(Me.職務_tb)
  167. Me.Panel2.Controls.Add(Me.申請單位_tb)
  168. Me.Panel2.Controls.Add(Me.理由_tb)
  169. Me.Panel2.Controls.Add(Me.Panel1)
  170. Me.Panel2.Controls.Add(Me.公司選擇_cb)
  171. Me.Panel2.Controls.Add(Me.簽名圖1_pb)
  172. Me.Panel2.Controls.Add(Me.簽名圖2_pb)
  173. Me.Panel2.Controls.Add(Me.簽名圖3_pb)
  174. Me.Panel2.Controls.Add(Me.Panel6)
  175. Me.Panel2.Controls.Add(Me.Panel5)
  176. Me.Panel2.Controls.Add(Me.Panel4)
  177. Me.Panel2.Controls.Add(Me.Panel3)
  178. Me.Panel2.Controls.Add(Me.簽名圖4_pb)
  179. Me.Panel2.Controls.Add(Me.加班時數_lb)
  180. Me.Panel2.Controls.Add(Me.直到_lb)
  181. Me.Panel2.Controls.Add(Me.加班時間_lb)
  182. Me.Panel2.Controls.Add(Me.加班地點_lb)
  183. Me.Panel2.Controls.Add(Me.理由_lb)
  184. Me.Panel2.Controls.Add(Me.姓名_lb)
  185. Me.Panel2.Controls.Add(Me.職務_lb)
  186. Me.Panel2.Controls.Add(Me.申請單位_lb)
  187. Me.Panel2.Controls.Add(Me.Label7)
  188. Me.Panel2.Controls.Add(Me.PictureBox2)
  189. Me.Panel2.Controls.Add(Me.PictureBox1)
  190. Me.Panel2.Controls.Add(Me.申請_p)
  191. Me.Panel2.Controls.Add(Me.審核_p)
  192. Me.Panel2.Controls.Add(Me.簽核時數_lb)
  193. Me.Panel2.Location = New System.Drawing.Point(582, 2)
  194. Me.Panel2.Name = "Panel2"
  195. Me.Panel2.Size = New System.Drawing.Size(875, 647)
  196. Me.Panel2.TabIndex = 1880
  197. '
  198. '姓名_cb
  199. '
  200. Me.姓名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  201. Me.姓名_cb.FormattingEnabled = True
  202. Me.姓名_cb.Location = New System.Drawing.Point(116, 202)
  203. Me.姓名_cb.Name = "姓名_cb"
  204. Me.姓名_cb.Size = New System.Drawing.Size(440, 24)
  205. Me.姓名_cb.TabIndex = 1980
  206. '
  207. '加班地點_cb
  208. '
  209. Me.加班地點_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  210. Me.加班地點_cb.FormattingEnabled = True
  211. Me.加班地點_cb.Location = New System.Drawing.Point(115, 502)
  212. Me.加班地點_cb.Name = "加班地點_cb"
  213. Me.加班地點_cb.Size = New System.Drawing.Size(756, 24)
  214. Me.加班地點_cb.TabIndex = 1977
  215. '
  216. '簽核時數_nud
  217. '
  218. Me.簽核時數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  219. Me.簽核時數_nud.Location = New System.Drawing.Point(826, 528)
  220. Me.簽核時數_nud.Name = "簽核時數_nud"
  221. Me.簽核時數_nud.Size = New System.Drawing.Size(43, 23)
  222. Me.簽核時數_nud.TabIndex = 1957
  223. '
  224. '加班時數_nud
  225. '
  226. Me.加班時數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  227. Me.加班時數_nud.DecimalPlaces = 2
  228. Me.加班時數_nud.Location = New System.Drawing.Point(646, 528)
  229. Me.加班時數_nud.Name = "加班時數_nud"
  230. Me.加班時數_nud.ReadOnly = True
  231. Me.加班時數_nud.Size = New System.Drawing.Size(54, 23)
  232. Me.加班時數_nud.TabIndex = 1955
  233. Me.加班時數_nud.ThousandsSeparator = True
  234. '
  235. '結束時間_dtp
  236. '
  237. Me.結束時間_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  238. Me.結束時間_dtp.CustomFormat = "HH:mm:ss"
  239. Me.結束時間_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  240. Me.結束時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  241. Me.結束時間_dtp.Location = New System.Drawing.Point(426, 528)
  242. Me.結束時間_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  243. Me.結束時間_dtp.Name = "結束時間_dtp"
  244. Me.結束時間_dtp.ShowUpDown = True
  245. Me.結束時間_dtp.Size = New System.Drawing.Size(72, 23)
  246. Me.結束時間_dtp.TabIndex = 1952
  247. '
  248. '結束日期_dtp
  249. '
  250. Me.結束日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  251. Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
  252. Me.結束日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  254. Me.結束日期_dtp.Location = New System.Drawing.Point(337, 528)
  255. Me.結束日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  256. Me.結束日期_dtp.Name = "結束日期_dtp"
  257. Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23)
  258. Me.結束日期_dtp.TabIndex = 1951
  259. '
  260. '開始時間_dtp
  261. '
  262. Me.開始時間_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  263. Me.開始時間_dtp.CustomFormat = "HH:mm:ss"
  264. Me.開始時間_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.開始時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  266. Me.開始時間_dtp.Location = New System.Drawing.Point(206, 528)
  267. Me.開始時間_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  268. Me.開始時間_dtp.Name = "開始時間_dtp"
  269. Me.開始時間_dtp.ShowUpDown = True
  270. Me.開始時間_dtp.Size = New System.Drawing.Size(72, 23)
  271. Me.開始時間_dtp.TabIndex = 1949
  272. '
  273. '開始日期_dtp
  274. '
  275. Me.開始日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  276. Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
  277. Me.開始日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  278. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  279. Me.開始日期_dtp.Location = New System.Drawing.Point(117, 528)
  280. Me.開始日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  281. Me.開始日期_dtp.Name = "開始日期_dtp"
  282. Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23)
  283. Me.開始日期_dtp.TabIndex = 1948
  284. '
  285. '職務_tb
  286. '
  287. Me.職務_tb.Location = New System.Drawing.Point(381, 177)
  288. Me.職務_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  289. Me.職務_tb.Name = "職務_tb"
  290. Me.職務_tb.ReadOnly = True
  291. Me.職務_tb.Size = New System.Drawing.Size(175, 23)
  292. Me.職務_tb.TabIndex = 1939
  293. '
  294. '申請單位_tb
  295. '
  296. Me.申請單位_tb.Location = New System.Drawing.Point(115, 177)
  297. Me.申請單位_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  298. Me.申請單位_tb.Name = "申請單位_tb"
  299. Me.申請單位_tb.ReadOnly = True
  300. Me.申請單位_tb.Size = New System.Drawing.Size(175, 23)
  301. Me.申請單位_tb.TabIndex = 1865
  302. '
  303. '理由_tb
  304. '
  305. Me.理由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  306. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  307. Me.理由_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.理由_tb.Location = New System.Drawing.Point(115, 228)
  309. Me.理由_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  310. Me.理由_tb.Multiline = True
  311. Me.理由_tb.Name = "理由_tb"
  312. Me.理由_tb.Size = New System.Drawing.Size(754, 272)
  313. Me.理由_tb.TabIndex = 1943
  314. '
  315. 'Panel1
  316. '
  317. Me.Panel1.Controls.Add(Me.簽核時間3_tb)
  318. Me.Panel1.Controls.Add(Me.簽核時間2_tb)
  319. Me.Panel1.Controls.Add(Me.簽核時間1_tb)
  320. Me.Panel1.Controls.Add(Me.單號_tb)
  321. Me.Panel1.Controls.Add(Me.列印成EXCEL_bt)
  322. Me.Panel1.Controls.Add(Me.重選部門_bt)
  323. Me.Panel1.Controls.Add(Me.帳號_tb)
  324. Me.Panel1.Location = New System.Drawing.Point(289, 283)
  325. Me.Panel1.Name = "Panel1"
  326. Me.Panel1.Size = New System.Drawing.Size(338, 153)
  327. Me.Panel1.TabIndex = 1981
  328. '
  329. '簽核時間3_tb
  330. '
  331. Me.簽核時間3_tb.Location = New System.Drawing.Point(109, 61)
  332. Me.簽核時間3_tb.Name = "簽核時間3_tb"
  333. Me.簽核時間3_tb.Size = New System.Drawing.Size(100, 23)
  334. Me.簽核時間3_tb.TabIndex = 1983
  335. '
  336. '簽核時間2_tb
  337. '
  338. Me.簽核時間2_tb.Location = New System.Drawing.Point(109, 32)
  339. Me.簽核時間2_tb.Name = "簽核時間2_tb"
  340. Me.簽核時間2_tb.Size = New System.Drawing.Size(100, 23)
  341. Me.簽核時間2_tb.TabIndex = 1982
  342. '
  343. '簽核時間1_tb
  344. '
  345. Me.簽核時間1_tb.Location = New System.Drawing.Point(109, 3)
  346. Me.簽核時間1_tb.Name = "簽核時間1_tb"
  347. Me.簽核時間1_tb.Size = New System.Drawing.Size(100, 23)
  348. Me.簽核時間1_tb.TabIndex = 1981
  349. '
  350. '單號_tb
  351. '
  352. Me.單號_tb.Location = New System.Drawing.Point(3, 88)
  353. Me.單號_tb.Name = "單號_tb"
  354. Me.單號_tb.Size = New System.Drawing.Size(100, 23)
  355. Me.單號_tb.TabIndex = 1980
  356. '
  357. '列印成EXCEL_bt
  358. '
  359. Me.列印成EXCEL_bt.BackColor = System.Drawing.Color.White
  360. Me.列印成EXCEL_bt.BackgroundImage = CType(resources.GetObject("列印成EXCEL_bt.BackgroundImage"), System.Drawing.Image)
  361. Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  362. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Green
  363. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(7, 3)
  364. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  365. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(50, 50)
  366. Me.列印成EXCEL_bt.TabIndex = 1882
  367. Me.列印成EXCEL_bt.UseVisualStyleBackColor = False
  368. '
  369. '重選部門_bt
  370. '
  371. Me.重選部門_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  372. Me.重選部門_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  373. Me.重選部門_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  374. Me.重選部門_bt.Location = New System.Drawing.Point(57, 3)
  375. Me.重選部門_bt.Name = "重選部門_bt"
  376. Me.重選部門_bt.Size = New System.Drawing.Size(50, 50)
  377. Me.重選部門_bt.TabIndex = 1862
  378. Me.重選部門_bt.UseVisualStyleBackColor = True
  379. '
  380. '帳號_tb
  381. '
  382. Me.帳號_tb.Location = New System.Drawing.Point(3, 59)
  383. Me.帳號_tb.Name = "帳號_tb"
  384. Me.帳號_tb.Size = New System.Drawing.Size(100, 23)
  385. Me.帳號_tb.TabIndex = 1979
  386. '
  387. '公司選擇_cb
  388. '
  389. Me.公司選擇_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  390. Me.公司選擇_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  391. Me.公司選擇_cb.FormattingEnabled = True
  392. Me.公司選擇_cb.Items.AddRange(New Object() {"HX", "PGS"})
  393. Me.公司選擇_cb.Location = New System.Drawing.Point(822, 144)
  394. Me.公司選擇_cb.Name = "公司選擇_cb"
  395. Me.公司選擇_cb.Size = New System.Drawing.Size(50, 24)
  396. Me.公司選擇_cb.TabIndex = 1978
  397. '
  398. '簽名圖1_pb
  399. '
  400. Me.簽名圖1_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  401. Me.簽名圖1_pb.BackColor = System.Drawing.Color.White
  402. Me.簽名圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  403. Me.簽名圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  404. Me.簽名圖1_pb.Location = New System.Drawing.Point(116, 598)
  405. Me.簽名圖1_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  406. Me.簽名圖1_pb.Name = "簽名圖1_pb"
  407. Me.簽名圖1_pb.Size = New System.Drawing.Size(188, 45)
  408. Me.簽名圖1_pb.TabIndex = 1976
  409. Me.簽名圖1_pb.TabStop = False
  410. '
  411. '簽名圖2_pb
  412. '
  413. Me.簽名圖2_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  414. Me.簽名圖2_pb.BackColor = System.Drawing.Color.White
  415. Me.簽名圖2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  416. Me.簽名圖2_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  417. Me.簽名圖2_pb.Location = New System.Drawing.Point(305, 598)
  418. Me.簽名圖2_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  419. Me.簽名圖2_pb.Name = "簽名圖2_pb"
  420. Me.簽名圖2_pb.Size = New System.Drawing.Size(188, 45)
  421. Me.簽名圖2_pb.TabIndex = 1975
  422. Me.簽名圖2_pb.TabStop = False
  423. '
  424. '簽名圖3_pb
  425. '
  426. Me.簽名圖3_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  427. Me.簽名圖3_pb.BackColor = System.Drawing.Color.White
  428. Me.簽名圖3_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  429. Me.簽名圖3_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  430. Me.簽名圖3_pb.Location = New System.Drawing.Point(494, 598)
  431. Me.簽名圖3_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  432. Me.簽名圖3_pb.Name = "簽名圖3_pb"
  433. Me.簽名圖3_pb.Size = New System.Drawing.Size(188, 45)
  434. Me.簽名圖3_pb.TabIndex = 1974
  435. Me.簽名圖3_pb.TabStop = False
  436. '
  437. 'Panel6
  438. '
  439. Me.Panel6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  440. Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  441. Me.Panel6.Controls.Add(Me.申請人_tb)
  442. Me.Panel6.Controls.Add(Me.申請人_lb)
  443. Me.Panel6.Location = New System.Drawing.Point(683, 553)
  444. Me.Panel6.Name = "Panel6"
  445. Me.Panel6.Size = New System.Drawing.Size(188, 46)
  446. Me.Panel6.TabIndex = 1973
  447. '
  448. '申請人_tb
  449. '
  450. Me.申請人_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  451. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  452. Me.申請人_tb.Location = New System.Drawing.Point(2, 20)
  453. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  454. Me.申請人_tb.Name = "申請人_tb"
  455. Me.申請人_tb.ReadOnly = True
  456. Me.申請人_tb.Size = New System.Drawing.Size(183, 23)
  457. Me.申請人_tb.TabIndex = 1939
  458. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  459. '
  460. '申請人_lb
  461. '
  462. Me.申請人_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  463. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  464. Me.申請人_lb.BackColor = System.Drawing.Color.Transparent
  465. Me.申請人_lb.Location = New System.Drawing.Point(1, 0)
  466. Me.申請人_lb.Name = "申請人_lb"
  467. Me.申請人_lb.Size = New System.Drawing.Size(183, 20)
  468. Me.申請人_lb.TabIndex = 1891
  469. Me.申請人_lb.Text = "申請人"
  470. Me.申請人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  471. '
  472. 'Panel5
  473. '
  474. Me.Panel5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  475. Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  476. Me.Panel5.Controls.Add(Me.單位主管_tb)
  477. Me.Panel5.Controls.Add(Me.單位主管_lb)
  478. Me.Panel5.Location = New System.Drawing.Point(494, 553)
  479. Me.Panel5.Name = "Panel5"
  480. Me.Panel5.Size = New System.Drawing.Size(188, 46)
  481. Me.Panel5.TabIndex = 1972
  482. '
  483. '單位主管_tb
  484. '
  485. Me.單位主管_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  486. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  487. Me.單位主管_tb.Location = New System.Drawing.Point(1, 20)
  488. Me.單位主管_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  489. Me.單位主管_tb.Name = "單位主管_tb"
  490. Me.單位主管_tb.ReadOnly = True
  491. Me.單位主管_tb.Size = New System.Drawing.Size(183, 23)
  492. Me.單位主管_tb.TabIndex = 1957
  493. Me.單位主管_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  494. '
  495. '單位主管_lb
  496. '
  497. Me.單位主管_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  498. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  499. Me.單位主管_lb.BackColor = System.Drawing.Color.Transparent
  500. Me.單位主管_lb.Location = New System.Drawing.Point(1, 0)
  501. Me.單位主管_lb.Name = "單位主管_lb"
  502. Me.單位主管_lb.Size = New System.Drawing.Size(183, 20)
  503. Me.單位主管_lb.TabIndex = 1890
  504. Me.單位主管_lb.Text = "單位主管"
  505. Me.單位主管_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  506. '
  507. 'Panel4
  508. '
  509. Me.Panel4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  510. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  511. Me.Panel4.Controls.Add(Me.部門主管_tb)
  512. Me.Panel4.Controls.Add(Me.部門主管_lb)
  513. Me.Panel4.Location = New System.Drawing.Point(305, 553)
  514. Me.Panel4.Name = "Panel4"
  515. Me.Panel4.Size = New System.Drawing.Size(188, 46)
  516. Me.Panel4.TabIndex = 1971
  517. '
  518. '部門主管_tb
  519. '
  520. Me.部門主管_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  521. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  522. Me.部門主管_tb.Location = New System.Drawing.Point(0, 20)
  523. Me.部門主管_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  524. Me.部門主管_tb.Name = "部門主管_tb"
  525. Me.部門主管_tb.ReadOnly = True
  526. Me.部門主管_tb.Size = New System.Drawing.Size(187, 23)
  527. Me.部門主管_tb.TabIndex = 1956
  528. Me.部門主管_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  529. '
  530. '部門主管_lb
  531. '
  532. Me.部門主管_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  533. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  534. Me.部門主管_lb.BackColor = System.Drawing.Color.Transparent
  535. Me.部門主管_lb.Location = New System.Drawing.Point(0, 1)
  536. Me.部門主管_lb.Name = "部門主管_lb"
  537. Me.部門主管_lb.Size = New System.Drawing.Size(187, 20)
  538. Me.部門主管_lb.TabIndex = 1955
  539. Me.部門主管_lb.Text = "部門主管"
  540. Me.部門主管_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  541. '
  542. 'Panel3
  543. '
  544. Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  545. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  546. Me.Panel3.Controls.Add(Me.管理部_tb)
  547. Me.Panel3.Controls.Add(Me.管理部_lb)
  548. Me.Panel3.Location = New System.Drawing.Point(116, 553)
  549. Me.Panel3.Name = "Panel3"
  550. Me.Panel3.Size = New System.Drawing.Size(188, 46)
  551. Me.Panel3.TabIndex = 1970
  552. '
  553. '管理部_tb
  554. '
  555. Me.管理部_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  556. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  557. Me.管理部_tb.Location = New System.Drawing.Point(1, 20)
  558. Me.管理部_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  559. Me.管理部_tb.Name = "管理部_tb"
  560. Me.管理部_tb.ReadOnly = True
  561. Me.管理部_tb.Size = New System.Drawing.Size(184, 23)
  562. Me.管理部_tb.TabIndex = 1888
  563. Me.管理部_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  564. '
  565. '管理部_lb
  566. '
  567. Me.管理部_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  568. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  569. Me.管理部_lb.BackColor = System.Drawing.Color.Transparent
  570. Me.管理部_lb.Location = New System.Drawing.Point(1, 0)
  571. Me.管理部_lb.Name = "管理部_lb"
  572. Me.管理部_lb.Size = New System.Drawing.Size(184, 20)
  573. Me.管理部_lb.TabIndex = 1889
  574. Me.管理部_lb.Text = "管理部"
  575. Me.管理部_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  576. '
  577. '簽名圖4_pb
  578. '
  579. Me.簽名圖4_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  580. Me.簽名圖4_pb.BackColor = System.Drawing.Color.White
  581. Me.簽名圖4_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  582. Me.簽名圖4_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  583. Me.簽名圖4_pb.Location = New System.Drawing.Point(683, 598)
  584. Me.簽名圖4_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  585. Me.簽名圖4_pb.Name = "簽名圖4_pb"
  586. Me.簽名圖4_pb.Size = New System.Drawing.Size(188, 45)
  587. Me.簽名圖4_pb.TabIndex = 1969
  588. Me.簽名圖4_pb.TabStop = False
  589. '
  590. '加班時數_lb
  591. '
  592. Me.加班時數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  593. Me.加班時數_lb.BackColor = System.Drawing.Color.Transparent
  594. Me.加班時數_lb.Location = New System.Drawing.Point(504, 529)
  595. Me.加班時數_lb.Name = "加班時數_lb"
  596. Me.加班時數_lb.Size = New System.Drawing.Size(140, 20)
  597. Me.加班時數_lb.TabIndex = 1953
  598. Me.加班時數_lb.Text = "加班時間"
  599. Me.加班時數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  600. '
  601. '直到_lb
  602. '
  603. Me.直到_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  604. Me.直到_lb.BackColor = System.Drawing.Color.Transparent
  605. Me.直到_lb.Location = New System.Drawing.Point(282, 530)
  606. Me.直到_lb.Name = "直到_lb"
  607. Me.直到_lb.Size = New System.Drawing.Size(52, 20)
  608. Me.直到_lb.TabIndex = 1950
  609. Me.直到_lb.Text = "Hingga"
  610. Me.直到_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  611. '
  612. '加班時間_lb
  613. '
  614. Me.加班時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  615. Me.加班時間_lb.BackColor = System.Drawing.Color.Transparent
  616. Me.加班時間_lb.Location = New System.Drawing.Point(-24, 529)
  617. Me.加班時間_lb.Name = "加班時間_lb"
  618. Me.加班時間_lb.Size = New System.Drawing.Size(140, 20)
  619. Me.加班時間_lb.TabIndex = 1947
  620. Me.加班時間_lb.Text = "加班時間"
  621. Me.加班時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  622. '
  623. '加班地點_lb
  624. '
  625. Me.加班地點_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  626. Me.加班地點_lb.BackColor = System.Drawing.Color.Transparent
  627. Me.加班地點_lb.Location = New System.Drawing.Point(-24, 504)
  628. Me.加班地點_lb.Name = "加班地點_lb"
  629. Me.加班地點_lb.Size = New System.Drawing.Size(140, 20)
  630. Me.加班地點_lb.TabIndex = 1946
  631. Me.加班地點_lb.Text = "加班地點"
  632. Me.加班地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  633. '
  634. '理由_lb
  635. '
  636. Me.理由_lb.BackColor = System.Drawing.Color.Transparent
  637. Me.理由_lb.Location = New System.Drawing.Point(-24, 230)
  638. Me.理由_lb.Name = "理由_lb"
  639. Me.理由_lb.Size = New System.Drawing.Size(140, 20)
  640. Me.理由_lb.TabIndex = 1944
  641. Me.理由_lb.Text = "理由"
  642. Me.理由_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  643. '
  644. '姓名_lb
  645. '
  646. Me.姓名_lb.BackColor = System.Drawing.Color.Transparent
  647. Me.姓名_lb.Location = New System.Drawing.Point(-24, 205)
  648. Me.姓名_lb.Name = "姓名_lb"
  649. Me.姓名_lb.Size = New System.Drawing.Size(140, 20)
  650. Me.姓名_lb.TabIndex = 1942
  651. Me.姓名_lb.Text = "姓名"
  652. Me.姓名_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  653. '
  654. '職務_lb
  655. '
  656. Me.職務_lb.BackColor = System.Drawing.Color.Transparent
  657. Me.職務_lb.Location = New System.Drawing.Point(293, 179)
  658. Me.職務_lb.Name = "職務_lb"
  659. Me.職務_lb.Size = New System.Drawing.Size(91, 20)
  660. Me.職務_lb.TabIndex = 1940
  661. Me.職務_lb.Text = "職務"
  662. Me.職務_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  663. '
  664. '申請單位_lb
  665. '
  666. Me.申請單位_lb.BackColor = System.Drawing.Color.Transparent
  667. Me.申請單位_lb.Location = New System.Drawing.Point(-24, 179)
  668. Me.申請單位_lb.Name = "申請單位_lb"
  669. Me.申請單位_lb.Size = New System.Drawing.Size(140, 20)
  670. Me.申請單位_lb.TabIndex = 1866
  671. Me.申請單位_lb.Text = "申請單位"
  672. Me.申請單位_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  673. '
  674. 'Label7
  675. '
  676. Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  677. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  678. Me.Label7.BackColor = System.Drawing.Color.Transparent
  679. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  680. Me.Label7.Location = New System.Drawing.Point(-1, 138)
  681. Me.Label7.Name = "Label7"
  682. Me.Label7.Size = New System.Drawing.Size(871, 37)
  683. Me.Label7.TabIndex = 1888
  684. Me.Label7.Text = "SURAT PERINTAH LEMBUR"
  685. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  686. '
  687. 'PictureBox2
  688. '
  689. Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  690. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  691. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  692. Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
  693. Me.PictureBox2.Location = New System.Drawing.Point(-1, -1)
  694. Me.PictureBox2.Name = "PictureBox2"
  695. Me.PictureBox2.Size = New System.Drawing.Size(875, 138)
  696. Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  697. Me.PictureBox2.TabIndex = 1864
  698. Me.PictureBox2.TabStop = False
  699. '
  700. 'PictureBox1
  701. '
  702. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  703. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  704. Me.PictureBox1.BackColor = System.Drawing.Color.White
  705. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  706. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  707. Me.PictureBox1.Location = New System.Drawing.Point(-1, -1)
  708. Me.PictureBox1.Name = "PictureBox1"
  709. Me.PictureBox1.Size = New System.Drawing.Size(875, 138)
  710. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  711. Me.PictureBox1.TabIndex = 1863
  712. Me.PictureBox1.TabStop = False
  713. '
  714. '申請_p
  715. '
  716. Me.申請_p.Controls.Add(Me.列印_bt)
  717. Me.申請_p.Controls.Add(Me.刪除_bt)
  718. Me.申請_p.Controls.Add(Me.修改_bt)
  719. Me.申請_p.Controls.Add(Me.新增_bt)
  720. Me.申請_p.Location = New System.Drawing.Point(562, 176)
  721. Me.申請_p.Name = "申請_p"
  722. Me.申請_p.Size = New System.Drawing.Size(200, 50)
  723. Me.申請_p.TabIndex = 1894
  724. '
  725. '列印_bt
  726. '
  727. Me.列印_bt.BackColor = System.Drawing.SystemColors.Control
  728. Me.列印_bt.BackgroundImage = CType(resources.GetObject("列印_bt.BackgroundImage"), System.Drawing.Image)
  729. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  730. Me.列印_bt.ForeColor = System.Drawing.Color.Green
  731. Me.列印_bt.Location = New System.Drawing.Point(150, 0)
  732. Me.列印_bt.Name = "列印_bt"
  733. Me.列印_bt.Size = New System.Drawing.Size(50, 50)
  734. Me.列印_bt.TabIndex = 1982
  735. Me.列印_bt.UseVisualStyleBackColor = True
  736. '
  737. '刪除_bt
  738. '
  739. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  740. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  741. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  742. Me.刪除_bt.Location = New System.Drawing.Point(100, 0)
  743. Me.刪除_bt.Name = "刪除_bt"
  744. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  745. Me.刪除_bt.TabIndex = 1880
  746. Me.刪除_bt.UseVisualStyleBackColor = True
  747. '
  748. '修改_bt
  749. '
  750. Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  751. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  752. Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  753. Me.修改_bt.Location = New System.Drawing.Point(50, 0)
  754. Me.修改_bt.Name = "修改_bt"
  755. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  756. Me.修改_bt.TabIndex = 1881
  757. Me.修改_bt.UseVisualStyleBackColor = True
  758. '
  759. '新增_bt
  760. '
  761. Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  762. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  763. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  764. Me.新增_bt.Location = New System.Drawing.Point(0, 0)
  765. Me.新增_bt.Name = "新增_bt"
  766. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  767. Me.新增_bt.TabIndex = 1879
  768. Me.新增_bt.UseVisualStyleBackColor = True
  769. '
  770. '審核_p
  771. '
  772. Me.審核_p.Controls.Add(Me.單據作廢_bt)
  773. Me.審核_p.Controls.Add(Me.審核通過_bt)
  774. Me.審核_p.Location = New System.Drawing.Point(767, 176)
  775. Me.審核_p.Name = "審核_p"
  776. Me.審核_p.Size = New System.Drawing.Size(104, 51)
  777. Me.審核_p.TabIndex = 1938
  778. '
  779. '單據作廢_bt
  780. '
  781. Me.單據作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  782. Me.單據作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  783. Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  784. Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
  785. Me.單據作廢_bt.Location = New System.Drawing.Point(52, 1)
  786. Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  787. Me.單據作廢_bt.Name = "單據作廢_bt"
  788. Me.單據作廢_bt.Size = New System.Drawing.Size(50, 50)
  789. Me.單據作廢_bt.TabIndex = 1001
  790. Me.單據作廢_bt.UseVisualStyleBackColor = True
  791. '
  792. '審核通過_bt
  793. '
  794. Me.審核通過_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
  795. Me.審核通過_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  796. Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  797. Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  798. Me.審核通過_bt.Location = New System.Drawing.Point(2, 1)
  799. Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  800. Me.審核通過_bt.Name = "審核通過_bt"
  801. Me.審核通過_bt.Size = New System.Drawing.Size(50, 50)
  802. Me.審核通過_bt.TabIndex = 1000
  803. Me.審核通過_bt.UseVisualStyleBackColor = True
  804. '
  805. '簽核時數_lb
  806. '
  807. Me.簽核時數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  808. Me.簽核時數_lb.BackColor = System.Drawing.Color.Transparent
  809. Me.簽核時數_lb.Location = New System.Drawing.Point(684, 529)
  810. Me.簽核時數_lb.Name = "簽核時數_lb"
  811. Me.簽核時數_lb.Size = New System.Drawing.Size(140, 20)
  812. Me.簽核時數_lb.TabIndex = 1956
  813. Me.簽核時數_lb.Text = "簽核時數"
  814. Me.簽核時數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  815. '
  816. '未歸檔_ch
  817. '
  818. Me.未歸檔_ch.AutoSize = True
  819. Me.未歸檔_ch.Checked = True
  820. Me.未歸檔_ch.CheckState = System.Windows.Forms.CheckState.Checked
  821. Me.未歸檔_ch.Location = New System.Drawing.Point(6, 4)
  822. Me.未歸檔_ch.Name = "未歸檔_ch"
  823. Me.未歸檔_ch.Size = New System.Drawing.Size(161, 20)
  824. Me.未歸檔_ch.TabIndex = 1881
  825. Me.未歸檔_ch.Text = "Document not reviewed"
  826. Me.未歸檔_ch.UseVisualStyleBackColor = True
  827. '
  828. '已歸檔_ch
  829. '
  830. Me.已歸檔_ch.AutoSize = True
  831. Me.已歸檔_ch.Location = New System.Drawing.Point(192, 4)
  832. Me.已歸檔_ch.Name = "已歸檔_ch"
  833. Me.已歸檔_ch.Size = New System.Drawing.Size(103, 20)
  834. Me.已歸檔_ch.TabIndex = 1882
  835. Me.已歸檔_ch.Text = "Telah Ditinjau"
  836. Me.已歸檔_ch.UseVisualStyleBackColor = True
  837. '
  838. '已作廢_ch
  839. '
  840. Me.已作廢_ch.AutoSize = True
  841. Me.已作廢_ch.Location = New System.Drawing.Point(385, 4)
  842. Me.已作廢_ch.Name = "已作廢_ch"
  843. Me.已作廢_ch.Size = New System.Drawing.Size(193, 20)
  844. Me.已作廢_ch.TabIndex = 1883
  845. Me.已作廢_ch.Text = "Document has been canceled"
  846. Me.已作廢_ch.UseVisualStyleBackColor = True
  847. '
  848. '加班申請系統
  849. '
  850. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  851. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  852. Me.ClientSize = New System.Drawing.Size(1460, 650)
  853. Me.Controls.Add(Me.已作廢_ch)
  854. Me.Controls.Add(Me.已歸檔_ch)
  855. Me.Controls.Add(Me.未歸檔_ch)
  856. Me.Controls.Add(Me.Panel2)
  857. Me.Controls.Add(Me.清單1_dgv)
  858. Me.Controls.Add(Me.語轉扭_bt)
  859. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  860. Me.Margin = New System.Windows.Forms.Padding(4)
  861. Me.Name = "加班申請系統"
  862. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  863. Me.Text = "加班申請系統"
  864. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  865. Me.Panel2.ResumeLayout(False)
  866. Me.Panel2.PerformLayout()
  867. CType(Me.簽核時數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  868. CType(Me.加班時數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  869. Me.Panel1.ResumeLayout(False)
  870. Me.Panel1.PerformLayout()
  871. CType(Me.簽名圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  872. CType(Me.簽名圖2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  873. CType(Me.簽名圖3_pb, System.ComponentModel.ISupportInitialize).EndInit()
  874. Me.Panel6.ResumeLayout(False)
  875. Me.Panel6.PerformLayout()
  876. Me.Panel5.ResumeLayout(False)
  877. Me.Panel5.PerformLayout()
  878. Me.Panel4.ResumeLayout(False)
  879. Me.Panel4.PerformLayout()
  880. Me.Panel3.ResumeLayout(False)
  881. Me.Panel3.PerformLayout()
  882. CType(Me.簽名圖4_pb, System.ComponentModel.ISupportInitialize).EndInit()
  883. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  884. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  885. Me.申請_p.ResumeLayout(False)
  886. Me.審核_p.ResumeLayout(False)
  887. Me.ResumeLayout(False)
  888. Me.PerformLayout()
  889. End Sub
  890. Friend WithEvents 語轉扭_bt As Button
  891. Friend WithEvents ToolTip1 As ToolTip
  892. Friend WithEvents 清單1_dgv As DataGridView
  893. Friend WithEvents Panel2 As Panel
  894. Friend WithEvents 重選部門_bt As Button
  895. Friend WithEvents 列印成EXCEL_bt As Button
  896. Friend WithEvents 申請單位_lb As Label
  897. Friend WithEvents 申請單位_tb As TextBox
  898. Friend WithEvents Label7 As Label
  899. Friend WithEvents PictureBox2 As PictureBox
  900. Friend WithEvents PictureBox1 As PictureBox
  901. Friend WithEvents 申請_p As Panel
  902. Friend WithEvents 刪除_bt As Button
  903. Friend WithEvents 修改_bt As Button
  904. Friend WithEvents 新增_bt As Button
  905. Friend WithEvents 審核_p As Panel
  906. Friend WithEvents 單據作廢_bt As Button
  907. Friend WithEvents 審核通過_bt As Button
  908. Friend WithEvents 姓名_lb As Label
  909. Friend WithEvents 職務_lb As Label
  910. Friend WithEvents 職務_tb As TextBox
  911. Friend WithEvents 加班地點_lb As Label
  912. Friend WithEvents 理由_tb As TextBox
  913. Friend WithEvents 理由_lb As Label
  914. Friend WithEvents 直到_lb As Label
  915. Friend WithEvents 開始時間_dtp As DateTimePicker
  916. Friend WithEvents 開始日期_dtp As DateTimePicker
  917. Friend WithEvents 加班時間_lb As Label
  918. Friend WithEvents 加班時數_nud As NumericUpDown
  919. Friend WithEvents 加班時數_lb As Label
  920. Friend WithEvents 結束時間_dtp As DateTimePicker
  921. Friend WithEvents 結束日期_dtp As DateTimePicker
  922. Friend WithEvents 簽核時數_nud As NumericUpDown
  923. Friend WithEvents 簽核時數_lb As Label
  924. Friend WithEvents 簽名圖1_pb As PictureBox
  925. Friend WithEvents 簽名圖2_pb As PictureBox
  926. Friend WithEvents 簽名圖3_pb As PictureBox
  927. Friend WithEvents Panel6 As Panel
  928. Friend WithEvents 申請人_tb As TextBox
  929. Friend WithEvents 申請人_lb As Label
  930. Friend WithEvents Panel5 As Panel
  931. Friend WithEvents 單位主管_tb As TextBox
  932. Friend WithEvents 單位主管_lb As Label
  933. Friend WithEvents Panel4 As Panel
  934. Friend WithEvents 部門主管_lb As Label
  935. Friend WithEvents 部門主管_tb As TextBox
  936. Friend WithEvents Panel3 As Panel
  937. Friend WithEvents 管理部_tb As TextBox
  938. Friend WithEvents 管理部_lb As Label
  939. Friend WithEvents 簽名圖4_pb As PictureBox
  940. Friend WithEvents 加班地點_cb As ComboBox
  941. Friend WithEvents 公司選擇_cb As ComboBox
  942. Friend WithEvents 帳號_tb As TextBox
  943. Friend WithEvents 姓名_cb As ComboBox
  944. Friend WithEvents Panel1 As Panel
  945. Friend WithEvents 單號_tb As TextBox
  946. Friend WithEvents 未歸檔_ch As CheckBox
  947. Friend WithEvents 已歸檔_ch As CheckBox
  948. Friend WithEvents 已作廢_ch As CheckBox
  949. Friend WithEvents 簽核時間3_tb As TextBox
  950. Friend WithEvents 簽核時間2_tb As TextBox
  951. Friend WithEvents 簽核時間1_tb As TextBox
  952. Friend WithEvents 列印_bt As Button
  953. End Class