Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Calculator-Backend-SYS.Designer.vb 108KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Calculator_Backend_SYS
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Calculator_Backend_SYS))
  24. Dim DataGridViewCellStyle208 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle209 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle210 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle211 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle212 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle213 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle214 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle215 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle216 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle217 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle218 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Dim DataGridViewCellStyle219 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim DataGridViewCellStyle220 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  37. Dim DataGridViewCellStyle221 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  38. Dim DataGridViewCellStyle222 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  39. Dim DataGridViewCellStyle223 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  40. Dim DataGridViewCellStyle224 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  41. Dim DataGridViewCellStyle225 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  42. Dim DataGridViewCellStyle226 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  43. Dim DataGridViewCellStyle227 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  44. Dim DataGridViewCellStyle228 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  45. Dim DataGridViewCellStyle229 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  46. Dim DataGridViewCellStyle230 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  47. Dim DataGridViewCellStyle231 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  48. Dim DataGridViewCellStyle232 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  49. Dim DataGridViewCellStyle233 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  50. Dim DataGridViewCellStyle234 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  51. Dim DataGridViewCellStyle235 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  52. Dim DataGridViewCellStyle236 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  53. Dim DataGridViewCellStyle237 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  54. Dim DataGridViewCellStyle238 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  55. Dim DataGridViewCellStyle239 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  56. Dim DataGridViewCellStyle240 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  57. Dim DataGridViewCellStyle241 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  58. Dim DataGridViewCellStyle242 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  59. Dim DataGridViewCellStyle243 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  60. Dim DataGridViewCellStyle244 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  61. Dim DataGridViewCellStyle245 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  62. Dim DataGridViewCellStyle246 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  63. Dim DataGridViewCellStyle247 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  64. Dim DataGridViewCellStyle248 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  65. Dim DataGridViewCellStyle249 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  66. Dim DataGridViewCellStyle250 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  67. Dim DataGridViewCellStyle251 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  68. Dim DataGridViewCellStyle252 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  69. Dim DataGridViewCellStyle253 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  70. Dim DataGridViewCellStyle254 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  71. Dim DataGridViewCellStyle255 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  72. Dim DataGridViewCellStyle256 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  73. Dim DataGridViewCellStyle257 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  74. Dim DataGridViewCellStyle258 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  75. Dim DataGridViewCellStyle259 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  76. Dim DataGridViewCellStyle260 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  77. Dim DataGridViewCellStyle261 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  78. Dim DataGridViewCellStyle262 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  79. Dim DataGridViewCellStyle263 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  80. Dim DataGridViewCellStyle264 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  81. Dim DataGridViewCellStyle265 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  82. Dim DataGridViewCellStyle266 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  83. Dim DataGridViewCellStyle267 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  84. Dim DataGridViewCellStyle268 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  85. Dim DataGridViewCellStyle269 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  86. Dim DataGridViewCellStyle270 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  87. Dim DataGridViewCellStyle271 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  88. Dim DataGridViewCellStyle272 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  89. Dim DataGridViewCellStyle273 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  90. Dim DataGridViewCellStyle274 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  91. Dim DataGridViewCellStyle275 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  92. Dim DataGridViewCellStyle276 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  93. Me.Panel1 = New System.Windows.Forms.Panel()
  94. Me.開始日期2_dtp = New System.Windows.Forms.DateTimePicker()
  95. Me.結束日期2_dtp = New System.Windows.Forms.DateTimePicker()
  96. Me.開始日期1_dtp = New System.Windows.Forms.DateTimePicker()
  97. Me.結束日期1_dtp = New System.Windows.Forms.DateTimePicker()
  98. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  99. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  100. Me.Panel2 = New System.Windows.Forms.Panel()
  101. Me.Label2 = New System.Windows.Forms.Label()
  102. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  103. Me.狀態2_ch = New System.Windows.Forms.CheckBox()
  104. Me.狀態1_ch = New System.Windows.Forms.CheckBox()
  105. Me.執行_bt = New System.Windows.Forms.Button()
  106. Me.DA3_bt = New System.Windows.Forms.Button()
  107. Me.DA2_bt = New System.Windows.Forms.Button()
  108. Me.DA1_bt = New System.Windows.Forms.Button()
  109. Me.月_ch = New System.Windows.Forms.CheckBox()
  110. Me.周_ch = New System.Windows.Forms.CheckBox()
  111. Me.天_ch = New System.Windows.Forms.CheckBox()
  112. Me.星期_tb = New System.Windows.Forms.TextBox()
  113. Me.Label1 = New System.Windows.Forms.Label()
  114. Me.系統日期_tb = New System.Windows.Forms.TextBox()
  115. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  116. Me.狀態3_ch = New System.Windows.Forms.CheckBox()
  117. Me.驗收未簽回_dgv = New System.Windows.Forms.DataGridView()
  118. Me.保固未簽回_dgv = New System.Windows.Forms.DataGridView()
  119. Me.合約未簽回_dgv = New System.Windows.Forms.DataGridView()
  120. Me.報價未簽回_dgv = New System.Windows.Forms.DataGridView()
  121. Me.報價未完成_dgv = New System.Windows.Forms.DataGridView()
  122. Me.合約未放行_dgv = New System.Windows.Forms.DataGridView()
  123. Me.合約預估利潤_dgv = New System.Windows.Forms.DataGridView()
  124. Me.未開工程進度表_dgv = New System.Windows.Forms.DataGridView()
  125. Me.合約未指定主管_dgv = New System.Windows.Forms.DataGridView()
  126. Me.合約未驗收_dgv = New System.Windows.Forms.DataGridView()
  127. Me.合約請款5_dgv = New System.Windows.Forms.DataGridView()
  128. Me.合約請款4_dgv = New System.Windows.Forms.DataGridView()
  129. Me.合約請款3_dgv = New System.Windows.Forms.DataGridView()
  130. Me.合約請款2_dgv = New System.Windows.Forms.DataGridView()
  131. Me.合約請款1_dgv = New System.Windows.Forms.DataGridView()
  132. Me.聯絡函_未驗收_dgv = New System.Windows.Forms.DataGridView()
  133. Me.聯絡函_未執行_dgv = New System.Windows.Forms.DataGridView()
  134. Me.聯絡函_未收_dgv = New System.Windows.Forms.DataGridView()
  135. Me.聯絡函_未審_dgv = New System.Windows.Forms.DataGridView()
  136. Me.採購核准12_dgv = New System.Windows.Forms.DataGridView()
  137. Me.請購單_dgv = New System.Windows.Forms.DataGridView()
  138. Me.採購核准11_dgv = New System.Windows.Forms.DataGridView()
  139. Me.詢價單_dgv = New System.Windows.Forms.DataGridView()
  140. Me.系統時間_tb = New System.Windows.Forms.TextBox()
  141. Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  142. Me.時機_tb = New System.Windows.Forms.TextBox()
  143. Me.Panel1.SuspendLayout()
  144. Me.Panel2.SuspendLayout()
  145. Me.GroupBox1.SuspendLayout()
  146. CType(Me.驗收未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  147. CType(Me.保固未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  148. CType(Me.合約未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  149. CType(Me.報價未簽回_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  150. CType(Me.報價未完成_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  151. CType(Me.合約未放行_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  152. CType(Me.合約預估利潤_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  153. CType(Me.未開工程進度表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  154. CType(Me.合約未指定主管_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  155. CType(Me.合約未驗收_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  156. CType(Me.合約請款5_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  157. CType(Me.合約請款4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  158. CType(Me.合約請款3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  159. CType(Me.合約請款2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  160. CType(Me.合約請款1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  161. CType(Me.聯絡函_未驗收_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  162. CType(Me.聯絡函_未執行_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  163. CType(Me.聯絡函_未收_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  164. CType(Me.聯絡函_未審_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  165. CType(Me.採購核准12_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  166. CType(Me.請購單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  167. CType(Me.採購核准11_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  168. CType(Me.詢價單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  169. Me.SuspendLayout()
  170. '
  171. 'Panel1
  172. '
  173. Me.Panel1.Controls.Add(Me.時機_tb)
  174. Me.Panel1.Controls.Add(Me.驗收未簽回_dgv)
  175. Me.Panel1.Controls.Add(Me.保固未簽回_dgv)
  176. Me.Panel1.Controls.Add(Me.合約未簽回_dgv)
  177. Me.Panel1.Controls.Add(Me.報價未簽回_dgv)
  178. Me.Panel1.Controls.Add(Me.報價未完成_dgv)
  179. Me.Panel1.Controls.Add(Me.合約未放行_dgv)
  180. Me.Panel1.Controls.Add(Me.合約預估利潤_dgv)
  181. Me.Panel1.Controls.Add(Me.未開工程進度表_dgv)
  182. Me.Panel1.Controls.Add(Me.合約未指定主管_dgv)
  183. Me.Panel1.Controls.Add(Me.合約未驗收_dgv)
  184. Me.Panel1.Controls.Add(Me.合約請款5_dgv)
  185. Me.Panel1.Controls.Add(Me.合約請款4_dgv)
  186. Me.Panel1.Controls.Add(Me.合約請款3_dgv)
  187. Me.Panel1.Controls.Add(Me.合約請款2_dgv)
  188. Me.Panel1.Controls.Add(Me.合約請款1_dgv)
  189. Me.Panel1.Controls.Add(Me.聯絡函_未驗收_dgv)
  190. Me.Panel1.Controls.Add(Me.聯絡函_未執行_dgv)
  191. Me.Panel1.Controls.Add(Me.聯絡函_未收_dgv)
  192. Me.Panel1.Controls.Add(Me.聯絡函_未審_dgv)
  193. Me.Panel1.Controls.Add(Me.採購核准12_dgv)
  194. Me.Panel1.Controls.Add(Me.請購單_dgv)
  195. Me.Panel1.Controls.Add(Me.採購核准11_dgv)
  196. Me.Panel1.Controls.Add(Me.詢價單_dgv)
  197. Me.Panel1.Controls.Add(Me.開始日期2_dtp)
  198. Me.Panel1.Controls.Add(Me.結束日期2_dtp)
  199. Me.Panel1.Controls.Add(Me.開始日期1_dtp)
  200. Me.Panel1.Controls.Add(Me.結束日期1_dtp)
  201. Me.Panel1.Controls.Add(Me.結束日期_dtp)
  202. Me.Panel1.Controls.Add(Me.開始日期_dtp)
  203. Me.Panel1.Location = New System.Drawing.Point(10, 10)
  204. Me.Panel1.Name = "Panel1"
  205. Me.Panel1.Size = New System.Drawing.Size(358, 220)
  206. Me.Panel1.TabIndex = 0
  207. '
  208. '開始日期2_dtp
  209. '
  210. Me.開始日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  211. Me.開始日期2_dtp.Location = New System.Drawing.Point(180, 3)
  212. Me.開始日期2_dtp.Name = "開始日期2_dtp"
  213. Me.開始日期2_dtp.Size = New System.Drawing.Size(86, 23)
  214. Me.開始日期2_dtp.TabIndex = 1678
  215. '
  216. '結束日期2_dtp
  217. '
  218. Me.結束日期2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  219. Me.結束日期2_dtp.Location = New System.Drawing.Point(267, 3)
  220. Me.結束日期2_dtp.Name = "結束日期2_dtp"
  221. Me.結束日期2_dtp.Size = New System.Drawing.Size(89, 23)
  222. Me.結束日期2_dtp.TabIndex = 1679
  223. '
  224. '開始日期1_dtp
  225. '
  226. Me.開始日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  227. Me.開始日期1_dtp.Location = New System.Drawing.Point(3, 28)
  228. Me.開始日期1_dtp.Name = "開始日期1_dtp"
  229. Me.開始日期1_dtp.Size = New System.Drawing.Size(86, 23)
  230. Me.開始日期1_dtp.TabIndex = 1676
  231. '
  232. '結束日期1_dtp
  233. '
  234. Me.結束日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  235. Me.結束日期1_dtp.Location = New System.Drawing.Point(90, 28)
  236. Me.結束日期1_dtp.Name = "結束日期1_dtp"
  237. Me.結束日期1_dtp.Size = New System.Drawing.Size(89, 23)
  238. Me.結束日期1_dtp.TabIndex = 1677
  239. '
  240. '結束日期_dtp
  241. '
  242. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  243. Me.結束日期_dtp.Location = New System.Drawing.Point(90, 3)
  244. Me.結束日期_dtp.Name = "結束日期_dtp"
  245. Me.結束日期_dtp.Size = New System.Drawing.Size(89, 23)
  246. Me.結束日期_dtp.TabIndex = 1580
  247. '
  248. '開始日期_dtp
  249. '
  250. Me.開始日期_dtp.Enabled = False
  251. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  252. Me.開始日期_dtp.Location = New System.Drawing.Point(3, 3)
  253. Me.開始日期_dtp.Name = "開始日期_dtp"
  254. Me.開始日期_dtp.Size = New System.Drawing.Size(86, 23)
  255. Me.開始日期_dtp.TabIndex = 1579
  256. '
  257. 'Panel2
  258. '
  259. Me.Panel2.Controls.Add(Me.系統時間_tb)
  260. Me.Panel2.Controls.Add(Me.Label2)
  261. Me.Panel2.Controls.Add(Me.GroupBox1)
  262. Me.Panel2.Controls.Add(Me.執行_bt)
  263. Me.Panel2.Controls.Add(Me.DA3_bt)
  264. Me.Panel2.Controls.Add(Me.DA2_bt)
  265. Me.Panel2.Controls.Add(Me.DA1_bt)
  266. Me.Panel2.Controls.Add(Me.月_ch)
  267. Me.Panel2.Controls.Add(Me.周_ch)
  268. Me.Panel2.Controls.Add(Me.天_ch)
  269. Me.Panel2.Controls.Add(Me.星期_tb)
  270. Me.Panel2.Controls.Add(Me.Label1)
  271. Me.Panel2.Controls.Add(Me.系統日期_tb)
  272. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  273. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  274. Me.Panel2.Name = "Panel2"
  275. Me.Panel2.Size = New System.Drawing.Size(376, 258)
  276. Me.Panel2.TabIndex = 1
  277. '
  278. 'Label2
  279. '
  280. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  281. Me.Label2.ForeColor = System.Drawing.Color.Red
  282. Me.Label2.Location = New System.Drawing.Point(5, 186)
  283. Me.Label2.Name = "Label2"
  284. Me.Label2.Size = New System.Drawing.Size(368, 67)
  285. Me.Label2.TabIndex = 1591
  286. Me.Label2.Text = resources.GetString("Label2.Text")
  287. '
  288. 'GroupBox1
  289. '
  290. Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  291. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  292. Me.GroupBox1.Controls.Add(Me.狀態3_ch)
  293. Me.GroupBox1.Controls.Add(Me.狀態2_ch)
  294. Me.GroupBox1.Controls.Add(Me.狀態1_ch)
  295. Me.GroupBox1.ForeColor = System.Drawing.Color.Red
  296. Me.GroupBox1.Location = New System.Drawing.Point(8, 58)
  297. Me.GroupBox1.Name = "GroupBox1"
  298. Me.GroupBox1.Size = New System.Drawing.Size(359, 124)
  299. Me.GroupBox1.TabIndex = 1590
  300. Me.GroupBox1.TabStop = False
  301. Me.GroupBox1.Text = "自動模式 - 未啟動"
  302. '
  303. '狀態2_ch
  304. '
  305. Me.狀態2_ch.AutoSize = True
  306. Me.狀態2_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.狀態2_ch.Location = New System.Drawing.Point(6, 48)
  308. Me.狀態2_ch.Name = "狀態2_ch"
  309. Me.狀態2_ch.Size = New System.Drawing.Size(325, 20)
  310. Me.狀態2_ch.TabIndex = 1590
  311. Me.狀態2_ch.Text = "B組工人薪資表-匯總自動計算-週期 : 每日 - 狀態 : 未完成"
  312. Me.狀態2_ch.UseVisualStyleBackColor = True
  313. '
  314. '狀態1_ch
  315. '
  316. Me.狀態1_ch.AutoSize = True
  317. Me.狀態1_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.狀態1_ch.Location = New System.Drawing.Point(6, 22)
  319. Me.狀態1_ch.Name = "狀態1_ch"
  320. Me.狀態1_ch.Size = New System.Drawing.Size(326, 20)
  321. Me.狀態1_ch.TabIndex = 1589
  322. Me.狀態1_ch.Text = "A組工人薪資表-匯總自動計算-週期 : 每日 - 狀態 : 未完成"
  323. Me.狀態1_ch.UseVisualStyleBackColor = True
  324. '
  325. '執行_bt
  326. '
  327. Me.執行_bt.BackgroundImage = Global.Calculator_Backend_SYS.My.Resources.Resources.system
  328. Me.執行_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  329. Me.執行_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  330. Me.執行_bt.Location = New System.Drawing.Point(316, 3)
  331. Me.執行_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  332. Me.執行_bt.Name = "執行_bt"
  333. Me.執行_bt.Size = New System.Drawing.Size(51, 51)
  334. Me.執行_bt.TabIndex = 1588
  335. Me.執行_bt.UseVisualStyleBackColor = True
  336. '
  337. 'DA3_bt
  338. '
  339. Me.DA3_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  340. Me.DA3_bt.Location = New System.Drawing.Point(251, 3)
  341. Me.DA3_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  342. Me.DA3_bt.Name = "DA3_bt"
  343. Me.DA3_bt.Size = New System.Drawing.Size(64, 25)
  344. Me.DA3_bt.TabIndex = 1587
  345. Me.DA3_bt.Text = "AAA"
  346. Me.DA3_bt.UseVisualStyleBackColor = True
  347. '
  348. 'DA2_bt
  349. '
  350. Me.DA2_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  351. Me.DA2_bt.Location = New System.Drawing.Point(187, 3)
  352. Me.DA2_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  353. Me.DA2_bt.Name = "DA2_bt"
  354. Me.DA2_bt.Size = New System.Drawing.Size(64, 25)
  355. Me.DA2_bt.TabIndex = 1586
  356. Me.DA2_bt.Text = "AAA"
  357. Me.DA2_bt.UseVisualStyleBackColor = True
  358. '
  359. 'DA1_bt
  360. '
  361. Me.DA1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  362. Me.DA1_bt.Location = New System.Drawing.Point(123, 3)
  363. Me.DA1_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  364. Me.DA1_bt.Name = "DA1_bt"
  365. Me.DA1_bt.Size = New System.Drawing.Size(64, 25)
  366. Me.DA1_bt.TabIndex = 1585
  367. Me.DA1_bt.Text = "AAA"
  368. Me.DA1_bt.UseVisualStyleBackColor = True
  369. '
  370. '月_ch
  371. '
  372. Me.月_ch.AutoSize = True
  373. Me.月_ch.Location = New System.Drawing.Point(88, 5)
  374. Me.月_ch.Name = "月_ch"
  375. Me.月_ch.Size = New System.Drawing.Size(38, 20)
  376. Me.月_ch.TabIndex = 1584
  377. Me.月_ch.Text = "月"
  378. Me.月_ch.UseVisualStyleBackColor = True
  379. '
  380. '周_ch
  381. '
  382. Me.周_ch.AutoSize = True
  383. Me.周_ch.Location = New System.Drawing.Point(48, 5)
  384. Me.周_ch.Name = "周_ch"
  385. Me.周_ch.Size = New System.Drawing.Size(38, 20)
  386. Me.周_ch.TabIndex = 1583
  387. Me.周_ch.Text = "周"
  388. Me.周_ch.UseVisualStyleBackColor = True
  389. '
  390. '天_ch
  391. '
  392. Me.天_ch.AutoSize = True
  393. Me.天_ch.Location = New System.Drawing.Point(8, 5)
  394. Me.天_ch.Name = "天_ch"
  395. Me.天_ch.Size = New System.Drawing.Size(38, 20)
  396. Me.天_ch.TabIndex = 1582
  397. Me.天_ch.Text = "天"
  398. Me.天_ch.UseVisualStyleBackColor = True
  399. '
  400. '星期_tb
  401. '
  402. Me.星期_tb.Location = New System.Drawing.Point(169, 31)
  403. Me.星期_tb.Name = "星期_tb"
  404. Me.星期_tb.Size = New System.Drawing.Size(66, 23)
  405. Me.星期_tb.TabIndex = 2
  406. Me.星期_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  407. '
  408. 'Label1
  409. '
  410. Me.Label1.AutoSize = True
  411. Me.Label1.Location = New System.Drawing.Point(5, 34)
  412. Me.Label1.Name = "Label1"
  413. Me.Label1.Size = New System.Drawing.Size(64, 16)
  414. Me.Label1.TabIndex = 1
  415. Me.Label1.Text = "系統日期 : "
  416. '
  417. '系統日期_tb
  418. '
  419. Me.系統日期_tb.Location = New System.Drawing.Point(67, 31)
  420. Me.系統日期_tb.Name = "系統日期_tb"
  421. Me.系統日期_tb.Size = New System.Drawing.Size(99, 23)
  422. Me.系統日期_tb.TabIndex = 0
  423. Me.系統日期_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  424. '
  425. 'Timer1
  426. '
  427. Me.Timer1.Interval = 60000
  428. '
  429. '狀態3_ch
  430. '
  431. Me.狀態3_ch.AutoSize = True
  432. Me.狀態3_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  433. Me.狀態3_ch.Location = New System.Drawing.Point(6, 74)
  434. Me.狀態3_ch.Name = "狀態3_ch"
  435. Me.狀態3_ch.Size = New System.Drawing.Size(326, 20)
  436. Me.狀態3_ch.TabIndex = 1591
  437. Me.狀態3_ch.Text = "系統工作狀態-匯總自動計算-週期 : 每小時- 狀態 : 未完成"
  438. Me.狀態3_ch.UseVisualStyleBackColor = True
  439. '
  440. '驗收未簽回_dgv
  441. '
  442. Me.驗收未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  443. Me.驗收未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  444. Me.驗收未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  445. DataGridViewCellStyle208.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  446. DataGridViewCellStyle208.BackColor = System.Drawing.Color.White
  447. DataGridViewCellStyle208.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  448. DataGridViewCellStyle208.ForeColor = System.Drawing.SystemColors.WindowText
  449. DataGridViewCellStyle208.SelectionBackColor = System.Drawing.SystemColors.Highlight
  450. DataGridViewCellStyle208.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  451. DataGridViewCellStyle208.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  452. Me.驗收未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle208
  453. Me.驗收未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  454. DataGridViewCellStyle209.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  455. DataGridViewCellStyle209.BackColor = System.Drawing.Color.White
  456. DataGridViewCellStyle209.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  457. DataGridViewCellStyle209.ForeColor = System.Drawing.SystemColors.ControlText
  458. DataGridViewCellStyle209.SelectionBackColor = System.Drawing.SystemColors.Highlight
  459. DataGridViewCellStyle209.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  460. DataGridViewCellStyle209.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  461. Me.驗收未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle209
  462. Me.驗收未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  463. Me.驗收未簽回_dgv.Location = New System.Drawing.Point(111, 113)
  464. Me.驗收未簽回_dgv.Name = "驗收未簽回_dgv"
  465. DataGridViewCellStyle210.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  466. DataGridViewCellStyle210.BackColor = System.Drawing.Color.White
  467. DataGridViewCellStyle210.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  468. DataGridViewCellStyle210.ForeColor = System.Drawing.SystemColors.WindowText
  469. DataGridViewCellStyle210.SelectionBackColor = System.Drawing.SystemColors.Highlight
  470. DataGridViewCellStyle210.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  471. DataGridViewCellStyle210.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  472. Me.驗收未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle210
  473. Me.驗收未簽回_dgv.RowHeadersWidth = 5
  474. Me.驗收未簽回_dgv.RowTemplate.Height = 24
  475. Me.驗收未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  476. Me.驗收未簽回_dgv.TabIndex = 1702
  477. '
  478. '保固未簽回_dgv
  479. '
  480. Me.保固未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  481. Me.保固未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  482. Me.保固未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  483. DataGridViewCellStyle211.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  484. DataGridViewCellStyle211.BackColor = System.Drawing.Color.White
  485. DataGridViewCellStyle211.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  486. DataGridViewCellStyle211.ForeColor = System.Drawing.SystemColors.WindowText
  487. DataGridViewCellStyle211.SelectionBackColor = System.Drawing.SystemColors.Highlight
  488. DataGridViewCellStyle211.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  489. DataGridViewCellStyle211.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  490. Me.保固未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle211
  491. Me.保固未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  492. DataGridViewCellStyle212.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  493. DataGridViewCellStyle212.BackColor = System.Drawing.Color.White
  494. DataGridViewCellStyle212.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  495. DataGridViewCellStyle212.ForeColor = System.Drawing.SystemColors.ControlText
  496. DataGridViewCellStyle212.SelectionBackColor = System.Drawing.SystemColors.Highlight
  497. DataGridViewCellStyle212.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  498. DataGridViewCellStyle212.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  499. Me.保固未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle212
  500. Me.保固未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  501. Me.保固未簽回_dgv.Location = New System.Drawing.Point(219, 113)
  502. Me.保固未簽回_dgv.Name = "保固未簽回_dgv"
  503. DataGridViewCellStyle213.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  504. DataGridViewCellStyle213.BackColor = System.Drawing.Color.White
  505. DataGridViewCellStyle213.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  506. DataGridViewCellStyle213.ForeColor = System.Drawing.SystemColors.WindowText
  507. DataGridViewCellStyle213.SelectionBackColor = System.Drawing.SystemColors.Highlight
  508. DataGridViewCellStyle213.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  509. DataGridViewCellStyle213.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  510. Me.保固未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle213
  511. Me.保固未簽回_dgv.RowHeadersWidth = 5
  512. Me.保固未簽回_dgv.RowTemplate.Height = 24
  513. Me.保固未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  514. Me.保固未簽回_dgv.TabIndex = 1701
  515. '
  516. '合約未簽回_dgv
  517. '
  518. Me.合約未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  519. Me.合約未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  520. Me.合約未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  521. DataGridViewCellStyle214.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  522. DataGridViewCellStyle214.BackColor = System.Drawing.Color.White
  523. DataGridViewCellStyle214.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  524. DataGridViewCellStyle214.ForeColor = System.Drawing.SystemColors.WindowText
  525. DataGridViewCellStyle214.SelectionBackColor = System.Drawing.SystemColors.Highlight
  526. DataGridViewCellStyle214.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  527. DataGridViewCellStyle214.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  528. Me.合約未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle214
  529. Me.合約未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  530. DataGridViewCellStyle215.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  531. DataGridViewCellStyle215.BackColor = System.Drawing.Color.White
  532. DataGridViewCellStyle215.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  533. DataGridViewCellStyle215.ForeColor = System.Drawing.SystemColors.ControlText
  534. DataGridViewCellStyle215.SelectionBackColor = System.Drawing.SystemColors.Highlight
  535. DataGridViewCellStyle215.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  536. DataGridViewCellStyle215.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  537. Me.合約未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle215
  538. Me.合約未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  539. Me.合約未簽回_dgv.Location = New System.Drawing.Point(183, 113)
  540. Me.合約未簽回_dgv.Name = "合約未簽回_dgv"
  541. DataGridViewCellStyle216.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  542. DataGridViewCellStyle216.BackColor = System.Drawing.Color.White
  543. DataGridViewCellStyle216.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  544. DataGridViewCellStyle216.ForeColor = System.Drawing.SystemColors.WindowText
  545. DataGridViewCellStyle216.SelectionBackColor = System.Drawing.SystemColors.Highlight
  546. DataGridViewCellStyle216.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  547. DataGridViewCellStyle216.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  548. Me.合約未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle216
  549. Me.合約未簽回_dgv.RowHeadersWidth = 5
  550. Me.合約未簽回_dgv.RowTemplate.Height = 24
  551. Me.合約未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  552. Me.合約未簽回_dgv.TabIndex = 1700
  553. '
  554. '報價未簽回_dgv
  555. '
  556. Me.報價未簽回_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  557. Me.報價未簽回_dgv.BackgroundColor = System.Drawing.Color.White
  558. Me.報價未簽回_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  559. DataGridViewCellStyle217.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  560. DataGridViewCellStyle217.BackColor = System.Drawing.Color.White
  561. DataGridViewCellStyle217.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  562. DataGridViewCellStyle217.ForeColor = System.Drawing.SystemColors.WindowText
  563. DataGridViewCellStyle217.SelectionBackColor = System.Drawing.SystemColors.Highlight
  564. DataGridViewCellStyle217.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  565. DataGridViewCellStyle217.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  566. Me.報價未簽回_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle217
  567. Me.報價未簽回_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  568. DataGridViewCellStyle218.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  569. DataGridViewCellStyle218.BackColor = System.Drawing.Color.White
  570. DataGridViewCellStyle218.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  571. DataGridViewCellStyle218.ForeColor = System.Drawing.SystemColors.ControlText
  572. DataGridViewCellStyle218.SelectionBackColor = System.Drawing.SystemColors.Highlight
  573. DataGridViewCellStyle218.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  574. DataGridViewCellStyle218.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  575. Me.報價未簽回_dgv.DefaultCellStyle = DataGridViewCellStyle218
  576. Me.報價未簽回_dgv.GridColor = System.Drawing.Color.LightGray
  577. Me.報價未簽回_dgv.Location = New System.Drawing.Point(147, 113)
  578. Me.報價未簽回_dgv.Name = "報價未簽回_dgv"
  579. DataGridViewCellStyle219.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  580. DataGridViewCellStyle219.BackColor = System.Drawing.Color.White
  581. DataGridViewCellStyle219.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  582. DataGridViewCellStyle219.ForeColor = System.Drawing.SystemColors.WindowText
  583. DataGridViewCellStyle219.SelectionBackColor = System.Drawing.SystemColors.Highlight
  584. DataGridViewCellStyle219.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  585. DataGridViewCellStyle219.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  586. Me.報價未簽回_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle219
  587. Me.報價未簽回_dgv.RowHeadersWidth = 5
  588. Me.報價未簽回_dgv.RowTemplate.Height = 24
  589. Me.報價未簽回_dgv.Size = New System.Drawing.Size(30, 22)
  590. Me.報價未簽回_dgv.TabIndex = 1699
  591. '
  592. '報價未完成_dgv
  593. '
  594. Me.報價未完成_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  595. Me.報價未完成_dgv.BackgroundColor = System.Drawing.Color.White
  596. Me.報價未完成_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  597. DataGridViewCellStyle220.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  598. DataGridViewCellStyle220.BackColor = System.Drawing.Color.White
  599. DataGridViewCellStyle220.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  600. DataGridViewCellStyle220.ForeColor = System.Drawing.SystemColors.WindowText
  601. DataGridViewCellStyle220.SelectionBackColor = System.Drawing.SystemColors.Highlight
  602. DataGridViewCellStyle220.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  603. DataGridViewCellStyle220.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  604. Me.報價未完成_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle220
  605. Me.報價未完成_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  606. DataGridViewCellStyle221.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  607. DataGridViewCellStyle221.BackColor = System.Drawing.Color.White
  608. DataGridViewCellStyle221.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  609. DataGridViewCellStyle221.ForeColor = System.Drawing.SystemColors.ControlText
  610. DataGridViewCellStyle221.SelectionBackColor = System.Drawing.SystemColors.Highlight
  611. DataGridViewCellStyle221.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  612. DataGridViewCellStyle221.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  613. Me.報價未完成_dgv.DefaultCellStyle = DataGridViewCellStyle221
  614. Me.報價未完成_dgv.GridColor = System.Drawing.Color.LightGray
  615. Me.報價未完成_dgv.Location = New System.Drawing.Point(75, 113)
  616. Me.報價未完成_dgv.Name = "報價未完成_dgv"
  617. DataGridViewCellStyle222.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  618. DataGridViewCellStyle222.BackColor = System.Drawing.Color.White
  619. DataGridViewCellStyle222.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  620. DataGridViewCellStyle222.ForeColor = System.Drawing.SystemColors.WindowText
  621. DataGridViewCellStyle222.SelectionBackColor = System.Drawing.SystemColors.Highlight
  622. DataGridViewCellStyle222.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  623. DataGridViewCellStyle222.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  624. Me.報價未完成_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle222
  625. Me.報價未完成_dgv.RowHeadersWidth = 5
  626. Me.報價未完成_dgv.RowTemplate.Height = 24
  627. Me.報價未完成_dgv.Size = New System.Drawing.Size(30, 22)
  628. Me.報價未完成_dgv.TabIndex = 1698
  629. '
  630. '合約未放行_dgv
  631. '
  632. Me.合約未放行_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  633. Me.合約未放行_dgv.BackgroundColor = System.Drawing.Color.White
  634. Me.合約未放行_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  635. DataGridViewCellStyle223.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  636. DataGridViewCellStyle223.BackColor = System.Drawing.Color.White
  637. DataGridViewCellStyle223.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  638. DataGridViewCellStyle223.ForeColor = System.Drawing.SystemColors.WindowText
  639. DataGridViewCellStyle223.SelectionBackColor = System.Drawing.SystemColors.Highlight
  640. DataGridViewCellStyle223.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  641. DataGridViewCellStyle223.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  642. Me.合約未放行_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle223
  643. Me.合約未放行_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  644. DataGridViewCellStyle224.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  645. DataGridViewCellStyle224.BackColor = System.Drawing.Color.White
  646. DataGridViewCellStyle224.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  647. DataGridViewCellStyle224.ForeColor = System.Drawing.SystemColors.ControlText
  648. DataGridViewCellStyle224.SelectionBackColor = System.Drawing.SystemColors.Highlight
  649. DataGridViewCellStyle224.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  650. DataGridViewCellStyle224.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  651. Me.合約未放行_dgv.DefaultCellStyle = DataGridViewCellStyle224
  652. Me.合約未放行_dgv.GridColor = System.Drawing.Color.LightGray
  653. Me.合約未放行_dgv.Location = New System.Drawing.Point(39, 113)
  654. Me.合約未放行_dgv.Name = "合約未放行_dgv"
  655. DataGridViewCellStyle225.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  656. DataGridViewCellStyle225.BackColor = System.Drawing.Color.White
  657. DataGridViewCellStyle225.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  658. DataGridViewCellStyle225.ForeColor = System.Drawing.SystemColors.WindowText
  659. DataGridViewCellStyle225.SelectionBackColor = System.Drawing.SystemColors.Highlight
  660. DataGridViewCellStyle225.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  661. DataGridViewCellStyle225.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  662. Me.合約未放行_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle225
  663. Me.合約未放行_dgv.RowHeadersWidth = 5
  664. Me.合約未放行_dgv.RowTemplate.Height = 24
  665. Me.合約未放行_dgv.Size = New System.Drawing.Size(30, 22)
  666. Me.合約未放行_dgv.TabIndex = 1697
  667. '
  668. '合約預估利潤_dgv
  669. '
  670. Me.合約預估利潤_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  671. Me.合約預估利潤_dgv.BackgroundColor = System.Drawing.Color.White
  672. Me.合約預估利潤_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  673. DataGridViewCellStyle226.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  674. DataGridViewCellStyle226.BackColor = System.Drawing.Color.White
  675. DataGridViewCellStyle226.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  676. DataGridViewCellStyle226.ForeColor = System.Drawing.SystemColors.WindowText
  677. DataGridViewCellStyle226.SelectionBackColor = System.Drawing.SystemColors.Highlight
  678. DataGridViewCellStyle226.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  679. DataGridViewCellStyle226.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  680. Me.合約預估利潤_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle226
  681. Me.合約預估利潤_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  682. DataGridViewCellStyle227.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  683. DataGridViewCellStyle227.BackColor = System.Drawing.Color.White
  684. DataGridViewCellStyle227.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  685. DataGridViewCellStyle227.ForeColor = System.Drawing.SystemColors.ControlText
  686. DataGridViewCellStyle227.SelectionBackColor = System.Drawing.SystemColors.Highlight
  687. DataGridViewCellStyle227.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  688. DataGridViewCellStyle227.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  689. Me.合約預估利潤_dgv.DefaultCellStyle = DataGridViewCellStyle227
  690. Me.合約預估利潤_dgv.GridColor = System.Drawing.Color.LightGray
  691. Me.合約預估利潤_dgv.Location = New System.Drawing.Point(3, 113)
  692. Me.合約預估利潤_dgv.Name = "合約預估利潤_dgv"
  693. DataGridViewCellStyle228.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  694. DataGridViewCellStyle228.BackColor = System.Drawing.Color.White
  695. DataGridViewCellStyle228.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  696. DataGridViewCellStyle228.ForeColor = System.Drawing.SystemColors.WindowText
  697. DataGridViewCellStyle228.SelectionBackColor = System.Drawing.SystemColors.Highlight
  698. DataGridViewCellStyle228.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  699. DataGridViewCellStyle228.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  700. Me.合約預估利潤_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle228
  701. Me.合約預估利潤_dgv.RowHeadersWidth = 5
  702. Me.合約預估利潤_dgv.RowTemplate.Height = 24
  703. Me.合約預估利潤_dgv.Size = New System.Drawing.Size(30, 22)
  704. Me.合約預估利潤_dgv.TabIndex = 1696
  705. '
  706. '未開工程進度表_dgv
  707. '
  708. Me.未開工程進度表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  709. Me.未開工程進度表_dgv.BackgroundColor = System.Drawing.Color.White
  710. Me.未開工程進度表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  711. DataGridViewCellStyle229.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  712. DataGridViewCellStyle229.BackColor = System.Drawing.Color.White
  713. DataGridViewCellStyle229.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  714. DataGridViewCellStyle229.ForeColor = System.Drawing.SystemColors.WindowText
  715. DataGridViewCellStyle229.SelectionBackColor = System.Drawing.SystemColors.Highlight
  716. DataGridViewCellStyle229.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  717. DataGridViewCellStyle229.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  718. Me.未開工程進度表_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle229
  719. Me.未開工程進度表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  720. DataGridViewCellStyle230.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  721. DataGridViewCellStyle230.BackColor = System.Drawing.Color.White
  722. DataGridViewCellStyle230.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  723. DataGridViewCellStyle230.ForeColor = System.Drawing.SystemColors.ControlText
  724. DataGridViewCellStyle230.SelectionBackColor = System.Drawing.SystemColors.Highlight
  725. DataGridViewCellStyle230.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  726. DataGridViewCellStyle230.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  727. Me.未開工程進度表_dgv.DefaultCellStyle = DataGridViewCellStyle230
  728. Me.未開工程進度表_dgv.GridColor = System.Drawing.Color.LightGray
  729. Me.未開工程進度表_dgv.Location = New System.Drawing.Point(3, 57)
  730. Me.未開工程進度表_dgv.Name = "未開工程進度表_dgv"
  731. DataGridViewCellStyle231.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  732. DataGridViewCellStyle231.BackColor = System.Drawing.Color.White
  733. DataGridViewCellStyle231.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  734. DataGridViewCellStyle231.ForeColor = System.Drawing.SystemColors.WindowText
  735. DataGridViewCellStyle231.SelectionBackColor = System.Drawing.SystemColors.Highlight
  736. DataGridViewCellStyle231.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  737. DataGridViewCellStyle231.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  738. Me.未開工程進度表_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle231
  739. Me.未開工程進度表_dgv.RowHeadersWidth = 5
  740. Me.未開工程進度表_dgv.RowTemplate.Height = 24
  741. Me.未開工程進度表_dgv.Size = New System.Drawing.Size(30, 22)
  742. Me.未開工程進度表_dgv.TabIndex = 1695
  743. '
  744. '合約未指定主管_dgv
  745. '
  746. Me.合約未指定主管_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  747. Me.合約未指定主管_dgv.BackgroundColor = System.Drawing.Color.White
  748. Me.合約未指定主管_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  749. DataGridViewCellStyle232.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  750. DataGridViewCellStyle232.BackColor = System.Drawing.Color.White
  751. DataGridViewCellStyle232.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  752. DataGridViewCellStyle232.ForeColor = System.Drawing.SystemColors.WindowText
  753. DataGridViewCellStyle232.SelectionBackColor = System.Drawing.SystemColors.Highlight
  754. DataGridViewCellStyle232.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  755. DataGridViewCellStyle232.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  756. Me.合約未指定主管_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle232
  757. Me.合約未指定主管_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  758. DataGridViewCellStyle233.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  759. DataGridViewCellStyle233.BackColor = System.Drawing.Color.White
  760. DataGridViewCellStyle233.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  761. DataGridViewCellStyle233.ForeColor = System.Drawing.SystemColors.ControlText
  762. DataGridViewCellStyle233.SelectionBackColor = System.Drawing.SystemColors.Highlight
  763. DataGridViewCellStyle233.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  764. DataGridViewCellStyle233.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  765. Me.合約未指定主管_dgv.DefaultCellStyle = DataGridViewCellStyle233
  766. Me.合約未指定主管_dgv.GridColor = System.Drawing.Color.LightGray
  767. Me.合約未指定主管_dgv.Location = New System.Drawing.Point(254, 57)
  768. Me.合約未指定主管_dgv.Name = "合約未指定主管_dgv"
  769. DataGridViewCellStyle234.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  770. DataGridViewCellStyle234.BackColor = System.Drawing.Color.White
  771. DataGridViewCellStyle234.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  772. DataGridViewCellStyle234.ForeColor = System.Drawing.SystemColors.WindowText
  773. DataGridViewCellStyle234.SelectionBackColor = System.Drawing.SystemColors.Highlight
  774. DataGridViewCellStyle234.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  775. DataGridViewCellStyle234.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  776. Me.合約未指定主管_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle234
  777. Me.合約未指定主管_dgv.RowHeadersWidth = 5
  778. Me.合約未指定主管_dgv.RowTemplate.Height = 24
  779. Me.合約未指定主管_dgv.Size = New System.Drawing.Size(30, 22)
  780. Me.合約未指定主管_dgv.TabIndex = 1694
  781. '
  782. '合約未驗收_dgv
  783. '
  784. Me.合約未驗收_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  785. Me.合約未驗收_dgv.BackgroundColor = System.Drawing.Color.White
  786. Me.合約未驗收_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  787. DataGridViewCellStyle235.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  788. DataGridViewCellStyle235.BackColor = System.Drawing.Color.White
  789. DataGridViewCellStyle235.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  790. DataGridViewCellStyle235.ForeColor = System.Drawing.SystemColors.WindowText
  791. DataGridViewCellStyle235.SelectionBackColor = System.Drawing.SystemColors.Highlight
  792. DataGridViewCellStyle235.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  793. DataGridViewCellStyle235.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  794. Me.合約未驗收_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle235
  795. Me.合約未驗收_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  796. DataGridViewCellStyle236.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  797. DataGridViewCellStyle236.BackColor = System.Drawing.Color.White
  798. DataGridViewCellStyle236.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  799. DataGridViewCellStyle236.ForeColor = System.Drawing.SystemColors.ControlText
  800. DataGridViewCellStyle236.SelectionBackColor = System.Drawing.SystemColors.Highlight
  801. DataGridViewCellStyle236.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  802. DataGridViewCellStyle236.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  803. Me.合約未驗收_dgv.DefaultCellStyle = DataGridViewCellStyle236
  804. Me.合約未驗收_dgv.GridColor = System.Drawing.Color.LightGray
  805. Me.合約未驗收_dgv.Location = New System.Drawing.Point(254, 85)
  806. Me.合約未驗收_dgv.Name = "合約未驗收_dgv"
  807. DataGridViewCellStyle237.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  808. DataGridViewCellStyle237.BackColor = System.Drawing.Color.White
  809. DataGridViewCellStyle237.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  810. DataGridViewCellStyle237.ForeColor = System.Drawing.SystemColors.WindowText
  811. DataGridViewCellStyle237.SelectionBackColor = System.Drawing.SystemColors.Highlight
  812. DataGridViewCellStyle237.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  813. DataGridViewCellStyle237.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  814. Me.合約未驗收_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle237
  815. Me.合約未驗收_dgv.RowHeadersWidth = 5
  816. Me.合約未驗收_dgv.RowTemplate.Height = 24
  817. Me.合約未驗收_dgv.Size = New System.Drawing.Size(30, 22)
  818. Me.合約未驗收_dgv.TabIndex = 1693
  819. '
  820. '合約請款5_dgv
  821. '
  822. Me.合約請款5_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  823. Me.合約請款5_dgv.BackgroundColor = System.Drawing.Color.White
  824. Me.合約請款5_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  825. DataGridViewCellStyle238.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  826. DataGridViewCellStyle238.BackColor = System.Drawing.Color.White
  827. DataGridViewCellStyle238.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  828. DataGridViewCellStyle238.ForeColor = System.Drawing.SystemColors.WindowText
  829. DataGridViewCellStyle238.SelectionBackColor = System.Drawing.SystemColors.Highlight
  830. DataGridViewCellStyle238.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  831. DataGridViewCellStyle238.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  832. Me.合約請款5_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle238
  833. Me.合約請款5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  834. DataGridViewCellStyle239.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  835. DataGridViewCellStyle239.BackColor = System.Drawing.Color.White
  836. DataGridViewCellStyle239.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  837. DataGridViewCellStyle239.ForeColor = System.Drawing.SystemColors.ControlText
  838. DataGridViewCellStyle239.SelectionBackColor = System.Drawing.SystemColors.Highlight
  839. DataGridViewCellStyle239.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  840. DataGridViewCellStyle239.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  841. Me.合約請款5_dgv.DefaultCellStyle = DataGridViewCellStyle239
  842. Me.合約請款5_dgv.GridColor = System.Drawing.Color.LightGray
  843. Me.合約請款5_dgv.Location = New System.Drawing.Point(218, 85)
  844. Me.合約請款5_dgv.Name = "合約請款5_dgv"
  845. DataGridViewCellStyle240.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  846. DataGridViewCellStyle240.BackColor = System.Drawing.Color.White
  847. DataGridViewCellStyle240.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  848. DataGridViewCellStyle240.ForeColor = System.Drawing.SystemColors.WindowText
  849. DataGridViewCellStyle240.SelectionBackColor = System.Drawing.SystemColors.Highlight
  850. DataGridViewCellStyle240.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  851. DataGridViewCellStyle240.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  852. Me.合約請款5_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle240
  853. Me.合約請款5_dgv.RowHeadersWidth = 5
  854. Me.合約請款5_dgv.RowTemplate.Height = 24
  855. Me.合約請款5_dgv.Size = New System.Drawing.Size(30, 22)
  856. Me.合約請款5_dgv.TabIndex = 1692
  857. '
  858. '合約請款4_dgv
  859. '
  860. Me.合約請款4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  861. Me.合約請款4_dgv.BackgroundColor = System.Drawing.Color.White
  862. Me.合約請款4_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  863. DataGridViewCellStyle241.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  864. DataGridViewCellStyle241.BackColor = System.Drawing.Color.White
  865. DataGridViewCellStyle241.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  866. DataGridViewCellStyle241.ForeColor = System.Drawing.SystemColors.WindowText
  867. DataGridViewCellStyle241.SelectionBackColor = System.Drawing.SystemColors.Highlight
  868. DataGridViewCellStyle241.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  869. DataGridViewCellStyle241.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  870. Me.合約請款4_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle241
  871. Me.合約請款4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  872. DataGridViewCellStyle242.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  873. DataGridViewCellStyle242.BackColor = System.Drawing.Color.White
  874. DataGridViewCellStyle242.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  875. DataGridViewCellStyle242.ForeColor = System.Drawing.SystemColors.ControlText
  876. DataGridViewCellStyle242.SelectionBackColor = System.Drawing.SystemColors.Highlight
  877. DataGridViewCellStyle242.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  878. DataGridViewCellStyle242.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  879. Me.合約請款4_dgv.DefaultCellStyle = DataGridViewCellStyle242
  880. Me.合約請款4_dgv.GridColor = System.Drawing.Color.LightGray
  881. Me.合約請款4_dgv.Location = New System.Drawing.Point(183, 85)
  882. Me.合約請款4_dgv.Name = "合約請款4_dgv"
  883. DataGridViewCellStyle243.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  884. DataGridViewCellStyle243.BackColor = System.Drawing.Color.White
  885. DataGridViewCellStyle243.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  886. DataGridViewCellStyle243.ForeColor = System.Drawing.SystemColors.WindowText
  887. DataGridViewCellStyle243.SelectionBackColor = System.Drawing.SystemColors.Highlight
  888. DataGridViewCellStyle243.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  889. DataGridViewCellStyle243.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  890. Me.合約請款4_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle243
  891. Me.合約請款4_dgv.RowHeadersWidth = 5
  892. Me.合約請款4_dgv.RowTemplate.Height = 24
  893. Me.合約請款4_dgv.Size = New System.Drawing.Size(30, 22)
  894. Me.合約請款4_dgv.TabIndex = 1691
  895. '
  896. '合約請款3_dgv
  897. '
  898. Me.合約請款3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  899. Me.合約請款3_dgv.BackgroundColor = System.Drawing.Color.White
  900. Me.合約請款3_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  901. DataGridViewCellStyle244.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  902. DataGridViewCellStyle244.BackColor = System.Drawing.Color.White
  903. DataGridViewCellStyle244.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  904. DataGridViewCellStyle244.ForeColor = System.Drawing.SystemColors.WindowText
  905. DataGridViewCellStyle244.SelectionBackColor = System.Drawing.SystemColors.Highlight
  906. DataGridViewCellStyle244.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  907. DataGridViewCellStyle244.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  908. Me.合約請款3_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle244
  909. Me.合約請款3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  910. DataGridViewCellStyle245.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  911. DataGridViewCellStyle245.BackColor = System.Drawing.Color.White
  912. DataGridViewCellStyle245.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  913. DataGridViewCellStyle245.ForeColor = System.Drawing.SystemColors.ControlText
  914. DataGridViewCellStyle245.SelectionBackColor = System.Drawing.SystemColors.Highlight
  915. DataGridViewCellStyle245.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  916. DataGridViewCellStyle245.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  917. Me.合約請款3_dgv.DefaultCellStyle = DataGridViewCellStyle245
  918. Me.合約請款3_dgv.GridColor = System.Drawing.Color.LightGray
  919. Me.合約請款3_dgv.Location = New System.Drawing.Point(147, 85)
  920. Me.合約請款3_dgv.Name = "合約請款3_dgv"
  921. DataGridViewCellStyle246.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  922. DataGridViewCellStyle246.BackColor = System.Drawing.Color.White
  923. DataGridViewCellStyle246.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  924. DataGridViewCellStyle246.ForeColor = System.Drawing.SystemColors.WindowText
  925. DataGridViewCellStyle246.SelectionBackColor = System.Drawing.SystemColors.Highlight
  926. DataGridViewCellStyle246.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  927. DataGridViewCellStyle246.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  928. Me.合約請款3_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle246
  929. Me.合約請款3_dgv.RowHeadersWidth = 5
  930. Me.合約請款3_dgv.RowTemplate.Height = 24
  931. Me.合約請款3_dgv.Size = New System.Drawing.Size(30, 22)
  932. Me.合約請款3_dgv.TabIndex = 1690
  933. '
  934. '合約請款2_dgv
  935. '
  936. Me.合約請款2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  937. Me.合約請款2_dgv.BackgroundColor = System.Drawing.Color.White
  938. Me.合約請款2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  939. DataGridViewCellStyle247.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  940. DataGridViewCellStyle247.BackColor = System.Drawing.Color.White
  941. DataGridViewCellStyle247.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  942. DataGridViewCellStyle247.ForeColor = System.Drawing.SystemColors.WindowText
  943. DataGridViewCellStyle247.SelectionBackColor = System.Drawing.SystemColors.Highlight
  944. DataGridViewCellStyle247.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  945. DataGridViewCellStyle247.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  946. Me.合約請款2_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle247
  947. Me.合約請款2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  948. DataGridViewCellStyle248.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  949. DataGridViewCellStyle248.BackColor = System.Drawing.Color.White
  950. DataGridViewCellStyle248.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  951. DataGridViewCellStyle248.ForeColor = System.Drawing.SystemColors.ControlText
  952. DataGridViewCellStyle248.SelectionBackColor = System.Drawing.SystemColors.Highlight
  953. DataGridViewCellStyle248.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  954. DataGridViewCellStyle248.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  955. Me.合約請款2_dgv.DefaultCellStyle = DataGridViewCellStyle248
  956. Me.合約請款2_dgv.GridColor = System.Drawing.Color.LightGray
  957. Me.合約請款2_dgv.Location = New System.Drawing.Point(111, 85)
  958. Me.合約請款2_dgv.Name = "合約請款2_dgv"
  959. DataGridViewCellStyle249.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  960. DataGridViewCellStyle249.BackColor = System.Drawing.Color.White
  961. DataGridViewCellStyle249.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  962. DataGridViewCellStyle249.ForeColor = System.Drawing.SystemColors.WindowText
  963. DataGridViewCellStyle249.SelectionBackColor = System.Drawing.SystemColors.Highlight
  964. DataGridViewCellStyle249.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  965. DataGridViewCellStyle249.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  966. Me.合約請款2_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle249
  967. Me.合約請款2_dgv.RowHeadersWidth = 5
  968. Me.合約請款2_dgv.RowTemplate.Height = 24
  969. Me.合約請款2_dgv.Size = New System.Drawing.Size(30, 22)
  970. Me.合約請款2_dgv.TabIndex = 1689
  971. '
  972. '合約請款1_dgv
  973. '
  974. Me.合約請款1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  975. Me.合約請款1_dgv.BackgroundColor = System.Drawing.Color.White
  976. Me.合約請款1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  977. DataGridViewCellStyle250.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  978. DataGridViewCellStyle250.BackColor = System.Drawing.Color.White
  979. DataGridViewCellStyle250.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  980. DataGridViewCellStyle250.ForeColor = System.Drawing.SystemColors.WindowText
  981. DataGridViewCellStyle250.SelectionBackColor = System.Drawing.SystemColors.Highlight
  982. DataGridViewCellStyle250.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  983. DataGridViewCellStyle250.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  984. Me.合約請款1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle250
  985. Me.合約請款1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  986. DataGridViewCellStyle251.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  987. DataGridViewCellStyle251.BackColor = System.Drawing.Color.White
  988. DataGridViewCellStyle251.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  989. DataGridViewCellStyle251.ForeColor = System.Drawing.SystemColors.ControlText
  990. DataGridViewCellStyle251.SelectionBackColor = System.Drawing.SystemColors.Highlight
  991. DataGridViewCellStyle251.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  992. DataGridViewCellStyle251.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  993. Me.合約請款1_dgv.DefaultCellStyle = DataGridViewCellStyle251
  994. Me.合約請款1_dgv.GridColor = System.Drawing.Color.LightGray
  995. Me.合約請款1_dgv.Location = New System.Drawing.Point(75, 85)
  996. Me.合約請款1_dgv.Name = "合約請款1_dgv"
  997. DataGridViewCellStyle252.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  998. DataGridViewCellStyle252.BackColor = System.Drawing.Color.White
  999. DataGridViewCellStyle252.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1000. DataGridViewCellStyle252.ForeColor = System.Drawing.SystemColors.WindowText
  1001. DataGridViewCellStyle252.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1002. DataGridViewCellStyle252.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1003. DataGridViewCellStyle252.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1004. Me.合約請款1_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle252
  1005. Me.合約請款1_dgv.RowHeadersWidth = 5
  1006. Me.合約請款1_dgv.RowTemplate.Height = 24
  1007. Me.合約請款1_dgv.Size = New System.Drawing.Size(30, 22)
  1008. Me.合約請款1_dgv.TabIndex = 1688
  1009. '
  1010. '聯絡函_未驗收_dgv
  1011. '
  1012. Me.聯絡函_未驗收_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1013. Me.聯絡函_未驗收_dgv.BackgroundColor = System.Drawing.Color.White
  1014. Me.聯絡函_未驗收_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1015. DataGridViewCellStyle253.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1016. DataGridViewCellStyle253.BackColor = System.Drawing.Color.White
  1017. DataGridViewCellStyle253.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1018. DataGridViewCellStyle253.ForeColor = System.Drawing.SystemColors.WindowText
  1019. DataGridViewCellStyle253.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1020. DataGridViewCellStyle253.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1021. DataGridViewCellStyle253.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1022. Me.聯絡函_未驗收_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle253
  1023. Me.聯絡函_未驗收_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1024. DataGridViewCellStyle254.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1025. DataGridViewCellStyle254.BackColor = System.Drawing.Color.White
  1026. DataGridViewCellStyle254.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1027. DataGridViewCellStyle254.ForeColor = System.Drawing.SystemColors.ControlText
  1028. DataGridViewCellStyle254.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1029. DataGridViewCellStyle254.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1030. DataGridViewCellStyle254.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1031. Me.聯絡函_未驗收_dgv.DefaultCellStyle = DataGridViewCellStyle254
  1032. Me.聯絡函_未驗收_dgv.GridColor = System.Drawing.Color.LightGray
  1033. Me.聯絡函_未驗收_dgv.Location = New System.Drawing.Point(39, 85)
  1034. Me.聯絡函_未驗收_dgv.Name = "聯絡函_未驗收_dgv"
  1035. DataGridViewCellStyle255.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1036. DataGridViewCellStyle255.BackColor = System.Drawing.Color.White
  1037. DataGridViewCellStyle255.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1038. DataGridViewCellStyle255.ForeColor = System.Drawing.SystemColors.WindowText
  1039. DataGridViewCellStyle255.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1040. DataGridViewCellStyle255.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1041. DataGridViewCellStyle255.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1042. Me.聯絡函_未驗收_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle255
  1043. Me.聯絡函_未驗收_dgv.RowHeadersWidth = 5
  1044. Me.聯絡函_未驗收_dgv.RowTemplate.Height = 24
  1045. Me.聯絡函_未驗收_dgv.Size = New System.Drawing.Size(30, 22)
  1046. Me.聯絡函_未驗收_dgv.TabIndex = 1687
  1047. '
  1048. '聯絡函_未執行_dgv
  1049. '
  1050. Me.聯絡函_未執行_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1051. Me.聯絡函_未執行_dgv.BackgroundColor = System.Drawing.Color.White
  1052. Me.聯絡函_未執行_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1053. DataGridViewCellStyle256.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1054. DataGridViewCellStyle256.BackColor = System.Drawing.Color.White
  1055. DataGridViewCellStyle256.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1056. DataGridViewCellStyle256.ForeColor = System.Drawing.SystemColors.WindowText
  1057. DataGridViewCellStyle256.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1058. DataGridViewCellStyle256.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1059. DataGridViewCellStyle256.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1060. Me.聯絡函_未執行_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle256
  1061. Me.聯絡函_未執行_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1062. DataGridViewCellStyle257.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1063. DataGridViewCellStyle257.BackColor = System.Drawing.Color.White
  1064. DataGridViewCellStyle257.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1065. DataGridViewCellStyle257.ForeColor = System.Drawing.SystemColors.ControlText
  1066. DataGridViewCellStyle257.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1067. DataGridViewCellStyle257.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1068. DataGridViewCellStyle257.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1069. Me.聯絡函_未執行_dgv.DefaultCellStyle = DataGridViewCellStyle257
  1070. Me.聯絡函_未執行_dgv.GridColor = System.Drawing.Color.LightGray
  1071. Me.聯絡函_未執行_dgv.Location = New System.Drawing.Point(3, 85)
  1072. Me.聯絡函_未執行_dgv.Name = "聯絡函_未執行_dgv"
  1073. DataGridViewCellStyle258.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1074. DataGridViewCellStyle258.BackColor = System.Drawing.Color.White
  1075. DataGridViewCellStyle258.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1076. DataGridViewCellStyle258.ForeColor = System.Drawing.SystemColors.WindowText
  1077. DataGridViewCellStyle258.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1078. DataGridViewCellStyle258.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1079. DataGridViewCellStyle258.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1080. Me.聯絡函_未執行_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle258
  1081. Me.聯絡函_未執行_dgv.RowHeadersWidth = 5
  1082. Me.聯絡函_未執行_dgv.RowTemplate.Height = 24
  1083. Me.聯絡函_未執行_dgv.Size = New System.Drawing.Size(30, 22)
  1084. Me.聯絡函_未執行_dgv.TabIndex = 1686
  1085. '
  1086. '聯絡函_未收_dgv
  1087. '
  1088. Me.聯絡函_未收_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1089. Me.聯絡函_未收_dgv.BackgroundColor = System.Drawing.Color.White
  1090. Me.聯絡函_未收_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1091. DataGridViewCellStyle259.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1092. DataGridViewCellStyle259.BackColor = System.Drawing.Color.White
  1093. DataGridViewCellStyle259.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1094. DataGridViewCellStyle259.ForeColor = System.Drawing.SystemColors.WindowText
  1095. DataGridViewCellStyle259.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1096. DataGridViewCellStyle259.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1097. DataGridViewCellStyle259.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1098. Me.聯絡函_未收_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle259
  1099. Me.聯絡函_未收_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1100. DataGridViewCellStyle260.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1101. DataGridViewCellStyle260.BackColor = System.Drawing.Color.White
  1102. DataGridViewCellStyle260.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1103. DataGridViewCellStyle260.ForeColor = System.Drawing.SystemColors.ControlText
  1104. DataGridViewCellStyle260.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1105. DataGridViewCellStyle260.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1106. DataGridViewCellStyle260.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1107. Me.聯絡函_未收_dgv.DefaultCellStyle = DataGridViewCellStyle260
  1108. Me.聯絡函_未收_dgv.GridColor = System.Drawing.Color.LightGray
  1109. Me.聯絡函_未收_dgv.Location = New System.Drawing.Point(218, 57)
  1110. Me.聯絡函_未收_dgv.Name = "聯絡函_未收_dgv"
  1111. DataGridViewCellStyle261.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1112. DataGridViewCellStyle261.BackColor = System.Drawing.Color.White
  1113. DataGridViewCellStyle261.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1114. DataGridViewCellStyle261.ForeColor = System.Drawing.SystemColors.WindowText
  1115. DataGridViewCellStyle261.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1116. DataGridViewCellStyle261.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1117. DataGridViewCellStyle261.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1118. Me.聯絡函_未收_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle261
  1119. Me.聯絡函_未收_dgv.RowHeadersWidth = 5
  1120. Me.聯絡函_未收_dgv.RowTemplate.Height = 24
  1121. Me.聯絡函_未收_dgv.Size = New System.Drawing.Size(30, 22)
  1122. Me.聯絡函_未收_dgv.TabIndex = 1685
  1123. '
  1124. '聯絡函_未審_dgv
  1125. '
  1126. Me.聯絡函_未審_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1127. Me.聯絡函_未審_dgv.BackgroundColor = System.Drawing.Color.White
  1128. Me.聯絡函_未審_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1129. DataGridViewCellStyle262.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1130. DataGridViewCellStyle262.BackColor = System.Drawing.Color.White
  1131. DataGridViewCellStyle262.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1132. DataGridViewCellStyle262.ForeColor = System.Drawing.SystemColors.WindowText
  1133. DataGridViewCellStyle262.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1134. DataGridViewCellStyle262.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1135. DataGridViewCellStyle262.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1136. Me.聯絡函_未審_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle262
  1137. Me.聯絡函_未審_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1138. DataGridViewCellStyle263.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1139. DataGridViewCellStyle263.BackColor = System.Drawing.Color.White
  1140. DataGridViewCellStyle263.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1141. DataGridViewCellStyle263.ForeColor = System.Drawing.SystemColors.ControlText
  1142. DataGridViewCellStyle263.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1143. DataGridViewCellStyle263.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1144. DataGridViewCellStyle263.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1145. Me.聯絡函_未審_dgv.DefaultCellStyle = DataGridViewCellStyle263
  1146. Me.聯絡函_未審_dgv.GridColor = System.Drawing.Color.LightGray
  1147. Me.聯絡函_未審_dgv.Location = New System.Drawing.Point(183, 57)
  1148. Me.聯絡函_未審_dgv.Name = "聯絡函_未審_dgv"
  1149. DataGridViewCellStyle264.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1150. DataGridViewCellStyle264.BackColor = System.Drawing.Color.White
  1151. DataGridViewCellStyle264.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1152. DataGridViewCellStyle264.ForeColor = System.Drawing.SystemColors.WindowText
  1153. DataGridViewCellStyle264.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1154. DataGridViewCellStyle264.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1155. DataGridViewCellStyle264.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1156. Me.聯絡函_未審_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle264
  1157. Me.聯絡函_未審_dgv.RowHeadersWidth = 5
  1158. Me.聯絡函_未審_dgv.RowTemplate.Height = 24
  1159. Me.聯絡函_未審_dgv.Size = New System.Drawing.Size(30, 22)
  1160. Me.聯絡函_未審_dgv.TabIndex = 1684
  1161. '
  1162. '採購核准12_dgv
  1163. '
  1164. Me.採購核准12_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1165. Me.採購核准12_dgv.BackgroundColor = System.Drawing.Color.White
  1166. Me.採購核准12_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1167. DataGridViewCellStyle265.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1168. DataGridViewCellStyle265.BackColor = System.Drawing.Color.White
  1169. DataGridViewCellStyle265.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1170. DataGridViewCellStyle265.ForeColor = System.Drawing.SystemColors.WindowText
  1171. DataGridViewCellStyle265.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1172. DataGridViewCellStyle265.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1173. DataGridViewCellStyle265.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1174. Me.採購核准12_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle265
  1175. Me.採購核准12_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1176. DataGridViewCellStyle266.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1177. DataGridViewCellStyle266.BackColor = System.Drawing.Color.White
  1178. DataGridViewCellStyle266.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1179. DataGridViewCellStyle266.ForeColor = System.Drawing.SystemColors.ControlText
  1180. DataGridViewCellStyle266.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1181. DataGridViewCellStyle266.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1182. DataGridViewCellStyle266.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1183. Me.採購核准12_dgv.DefaultCellStyle = DataGridViewCellStyle266
  1184. Me.採購核准12_dgv.GridColor = System.Drawing.Color.LightGray
  1185. Me.採購核准12_dgv.Location = New System.Drawing.Point(147, 57)
  1186. Me.採購核准12_dgv.Name = "採購核准12_dgv"
  1187. DataGridViewCellStyle267.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1188. DataGridViewCellStyle267.BackColor = System.Drawing.Color.White
  1189. DataGridViewCellStyle267.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1190. DataGridViewCellStyle267.ForeColor = System.Drawing.SystemColors.WindowText
  1191. DataGridViewCellStyle267.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1192. DataGridViewCellStyle267.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1193. DataGridViewCellStyle267.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1194. Me.採購核准12_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle267
  1195. Me.採購核准12_dgv.RowHeadersWidth = 5
  1196. Me.採購核准12_dgv.RowTemplate.Height = 24
  1197. Me.採購核准12_dgv.Size = New System.Drawing.Size(30, 22)
  1198. Me.採購核准12_dgv.TabIndex = 1683
  1199. '
  1200. '請購單_dgv
  1201. '
  1202. Me.請購單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1203. Me.請購單_dgv.BackgroundColor = System.Drawing.Color.White
  1204. Me.請購單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1205. DataGridViewCellStyle268.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1206. DataGridViewCellStyle268.BackColor = System.Drawing.Color.White
  1207. DataGridViewCellStyle268.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1208. DataGridViewCellStyle268.ForeColor = System.Drawing.SystemColors.WindowText
  1209. DataGridViewCellStyle268.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1210. DataGridViewCellStyle268.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1211. DataGridViewCellStyle268.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1212. Me.請購單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle268
  1213. Me.請購單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1214. DataGridViewCellStyle269.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1215. DataGridViewCellStyle269.BackColor = System.Drawing.Color.White
  1216. DataGridViewCellStyle269.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1217. DataGridViewCellStyle269.ForeColor = System.Drawing.SystemColors.ControlText
  1218. DataGridViewCellStyle269.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1219. DataGridViewCellStyle269.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1220. DataGridViewCellStyle269.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1221. Me.請購單_dgv.DefaultCellStyle = DataGridViewCellStyle269
  1222. Me.請購單_dgv.GridColor = System.Drawing.Color.LightGray
  1223. Me.請購單_dgv.Location = New System.Drawing.Point(39, 57)
  1224. Me.請購單_dgv.Name = "請購單_dgv"
  1225. DataGridViewCellStyle270.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1226. DataGridViewCellStyle270.BackColor = System.Drawing.Color.White
  1227. DataGridViewCellStyle270.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1228. DataGridViewCellStyle270.ForeColor = System.Drawing.SystemColors.WindowText
  1229. DataGridViewCellStyle270.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1230. DataGridViewCellStyle270.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1231. DataGridViewCellStyle270.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1232. Me.請購單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle270
  1233. Me.請購單_dgv.RowHeadersWidth = 5
  1234. Me.請購單_dgv.RowTemplate.Height = 24
  1235. Me.請購單_dgv.Size = New System.Drawing.Size(30, 22)
  1236. Me.請購單_dgv.TabIndex = 1680
  1237. '
  1238. '採購核准11_dgv
  1239. '
  1240. Me.採購核准11_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1241. Me.採購核准11_dgv.BackgroundColor = System.Drawing.Color.White
  1242. Me.採購核准11_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1243. DataGridViewCellStyle271.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1244. DataGridViewCellStyle271.BackColor = System.Drawing.Color.White
  1245. DataGridViewCellStyle271.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1246. DataGridViewCellStyle271.ForeColor = System.Drawing.SystemColors.WindowText
  1247. DataGridViewCellStyle271.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1248. DataGridViewCellStyle271.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1249. DataGridViewCellStyle271.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1250. Me.採購核准11_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle271
  1251. Me.採購核准11_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1252. DataGridViewCellStyle272.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1253. DataGridViewCellStyle272.BackColor = System.Drawing.Color.White
  1254. DataGridViewCellStyle272.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1255. DataGridViewCellStyle272.ForeColor = System.Drawing.SystemColors.ControlText
  1256. DataGridViewCellStyle272.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1257. DataGridViewCellStyle272.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1258. DataGridViewCellStyle272.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1259. Me.採購核准11_dgv.DefaultCellStyle = DataGridViewCellStyle272
  1260. Me.採購核准11_dgv.GridColor = System.Drawing.Color.LightGray
  1261. Me.採購核准11_dgv.Location = New System.Drawing.Point(111, 57)
  1262. Me.採購核准11_dgv.Name = "採購核准11_dgv"
  1263. DataGridViewCellStyle273.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1264. DataGridViewCellStyle273.BackColor = System.Drawing.Color.White
  1265. DataGridViewCellStyle273.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1266. DataGridViewCellStyle273.ForeColor = System.Drawing.SystemColors.WindowText
  1267. DataGridViewCellStyle273.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1268. DataGridViewCellStyle273.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1269. DataGridViewCellStyle273.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1270. Me.採購核准11_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle273
  1271. Me.採購核准11_dgv.RowHeadersWidth = 5
  1272. Me.採購核准11_dgv.RowTemplate.Height = 24
  1273. Me.採購核准11_dgv.Size = New System.Drawing.Size(30, 22)
  1274. Me.採購核准11_dgv.TabIndex = 1682
  1275. '
  1276. '詢價單_dgv
  1277. '
  1278. Me.詢價單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1279. Me.詢價單_dgv.BackgroundColor = System.Drawing.Color.White
  1280. Me.詢價單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1281. DataGridViewCellStyle274.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1282. DataGridViewCellStyle274.BackColor = System.Drawing.Color.White
  1283. DataGridViewCellStyle274.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1284. DataGridViewCellStyle274.ForeColor = System.Drawing.SystemColors.WindowText
  1285. DataGridViewCellStyle274.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1286. DataGridViewCellStyle274.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1287. DataGridViewCellStyle274.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1288. Me.詢價單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle274
  1289. Me.詢價單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1290. DataGridViewCellStyle275.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1291. DataGridViewCellStyle275.BackColor = System.Drawing.Color.White
  1292. DataGridViewCellStyle275.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1293. DataGridViewCellStyle275.ForeColor = System.Drawing.SystemColors.ControlText
  1294. DataGridViewCellStyle275.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1295. DataGridViewCellStyle275.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1296. DataGridViewCellStyle275.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  1297. Me.詢價單_dgv.DefaultCellStyle = DataGridViewCellStyle275
  1298. Me.詢價單_dgv.GridColor = System.Drawing.Color.LightGray
  1299. Me.詢價單_dgv.Location = New System.Drawing.Point(75, 57)
  1300. Me.詢價單_dgv.Name = "詢價單_dgv"
  1301. DataGridViewCellStyle276.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  1302. DataGridViewCellStyle276.BackColor = System.Drawing.Color.White
  1303. DataGridViewCellStyle276.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1304. DataGridViewCellStyle276.ForeColor = System.Drawing.SystemColors.WindowText
  1305. DataGridViewCellStyle276.SelectionBackColor = System.Drawing.SystemColors.Highlight
  1306. DataGridViewCellStyle276.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  1307. DataGridViewCellStyle276.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1308. Me.詢價單_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle276
  1309. Me.詢價單_dgv.RowHeadersWidth = 5
  1310. Me.詢價單_dgv.RowTemplate.Height = 24
  1311. Me.詢價單_dgv.Size = New System.Drawing.Size(30, 22)
  1312. Me.詢價單_dgv.TabIndex = 1681
  1313. '
  1314. '系統時間_tb
  1315. '
  1316. Me.系統時間_tb.Location = New System.Drawing.Point(238, 31)
  1317. Me.系統時間_tb.Name = "系統時間_tb"
  1318. Me.系統時間_tb.Size = New System.Drawing.Size(76, 23)
  1319. Me.系統時間_tb.TabIndex = 1592
  1320. Me.系統時間_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1321. '
  1322. 'Timer2
  1323. '
  1324. Me.Timer2.Interval = 1000
  1325. '
  1326. '時機_tb
  1327. '
  1328. Me.時機_tb.Location = New System.Drawing.Point(183, 28)
  1329. Me.時機_tb.Name = "時機_tb"
  1330. Me.時機_tb.Size = New System.Drawing.Size(76, 23)
  1331. Me.時機_tb.TabIndex = 1703
  1332. Me.時機_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1333. '
  1334. 'Calculator_Backend_SYS
  1335. '
  1336. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1337. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1338. Me.ClientSize = New System.Drawing.Size(376, 258)
  1339. Me.Controls.Add(Me.Panel2)
  1340. Me.Controls.Add(Me.Panel1)
  1341. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1342. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  1343. Me.Margin = New System.Windows.Forms.Padding(4)
  1344. Me.Name = "Calculator_Backend_SYS"
  1345. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1346. Me.Text = "Calculator-Backend-SYS"
  1347. Me.Panel1.ResumeLayout(False)
  1348. Me.Panel1.PerformLayout()
  1349. Me.Panel2.ResumeLayout(False)
  1350. Me.Panel2.PerformLayout()
  1351. Me.GroupBox1.ResumeLayout(False)
  1352. Me.GroupBox1.PerformLayout()
  1353. CType(Me.驗收未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1354. CType(Me.保固未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1355. CType(Me.合約未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1356. CType(Me.報價未簽回_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1357. CType(Me.報價未完成_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1358. CType(Me.合約未放行_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1359. CType(Me.合約預估利潤_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1360. CType(Me.未開工程進度表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1361. CType(Me.合約未指定主管_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1362. CType(Me.合約未驗收_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1363. CType(Me.合約請款5_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1364. CType(Me.合約請款4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1365. CType(Me.合約請款3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1366. CType(Me.合約請款2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1367. CType(Me.合約請款1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1368. CType(Me.聯絡函_未驗收_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1369. CType(Me.聯絡函_未執行_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1370. CType(Me.聯絡函_未收_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1371. CType(Me.聯絡函_未審_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1372. CType(Me.採購核准12_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1373. CType(Me.請購單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1374. CType(Me.採購核准11_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1375. CType(Me.詢價單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1376. Me.ResumeLayout(False)
  1377. End Sub
  1378. Friend WithEvents Panel1 As Panel
  1379. Friend WithEvents Panel2 As Panel
  1380. Friend WithEvents Label1 As Label
  1381. Friend WithEvents 系統日期_tb As TextBox
  1382. Friend WithEvents 星期_tb As TextBox
  1383. Friend WithEvents DA3_bt As Button
  1384. Friend WithEvents DA2_bt As Button
  1385. Friend WithEvents DA1_bt As Button
  1386. Friend WithEvents 月_ch As CheckBox
  1387. Friend WithEvents 周_ch As CheckBox
  1388. Friend WithEvents 天_ch As CheckBox
  1389. Friend WithEvents 結束日期_dtp As DateTimePicker
  1390. Friend WithEvents 開始日期_dtp As DateTimePicker
  1391. Friend WithEvents 開始日期2_dtp As DateTimePicker
  1392. Friend WithEvents 結束日期2_dtp As DateTimePicker
  1393. Friend WithEvents 開始日期1_dtp As DateTimePicker
  1394. Friend WithEvents 結束日期1_dtp As DateTimePicker
  1395. Friend WithEvents 執行_bt As Button
  1396. Friend WithEvents 狀態1_ch As CheckBox
  1397. Friend WithEvents Timer1 As Timer
  1398. Friend WithEvents GroupBox1 As GroupBox
  1399. Friend WithEvents Label2 As Label
  1400. Friend WithEvents 狀態2_ch As CheckBox
  1401. Friend WithEvents 狀態3_ch As CheckBox
  1402. Friend WithEvents 驗收未簽回_dgv As DataGridView
  1403. Friend WithEvents 保固未簽回_dgv As DataGridView
  1404. Friend WithEvents 合約未簽回_dgv As DataGridView
  1405. Friend WithEvents 報價未簽回_dgv As DataGridView
  1406. Friend WithEvents 報價未完成_dgv As DataGridView
  1407. Friend WithEvents 合約未放行_dgv As DataGridView
  1408. Friend WithEvents 合約預估利潤_dgv As DataGridView
  1409. Friend WithEvents 未開工程進度表_dgv As DataGridView
  1410. Friend WithEvents 合約未指定主管_dgv As DataGridView
  1411. Friend WithEvents 合約未驗收_dgv As DataGridView
  1412. Friend WithEvents 合約請款5_dgv As DataGridView
  1413. Friend WithEvents 合約請款4_dgv As DataGridView
  1414. Friend WithEvents 合約請款3_dgv As DataGridView
  1415. Friend WithEvents 合約請款2_dgv As DataGridView
  1416. Friend WithEvents 合約請款1_dgv As DataGridView
  1417. Friend WithEvents 聯絡函_未驗收_dgv As DataGridView
  1418. Friend WithEvents 聯絡函_未執行_dgv As DataGridView
  1419. Friend WithEvents 聯絡函_未收_dgv As DataGridView
  1420. Friend WithEvents 聯絡函_未審_dgv As DataGridView
  1421. Friend WithEvents 採購核准12_dgv As DataGridView
  1422. Friend WithEvents 請購單_dgv As DataGridView
  1423. Friend WithEvents 採購核准11_dgv As DataGridView
  1424. Friend WithEvents 詢價單_dgv As DataGridView
  1425. Friend WithEvents 系統時間_tb As TextBox
  1426. Friend WithEvents Timer2 As Timer
  1427. Friend WithEvents 時機_tb As TextBox
  1428. End Class