Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

合約驗收單.Designer.vb 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 合約驗收單
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label10 = New System.Windows.Forms.Label()
  25. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  26. Me.Label11 = New System.Windows.Forms.Label()
  27. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  28. Me.Label7 = New System.Windows.Forms.Label()
  29. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  30. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  33. Me.報價明細表_dgv = New System.Windows.Forms.DataGridView()
  34. Me.Label372 = New System.Windows.Forms.Label()
  35. Me.客戶名稱_tb = New System.Windows.Forms.ComboBox()
  36. Me.Label375 = New System.Windows.Forms.Label()
  37. Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
  38. Me.工程名稱_英_tb = New System.Windows.Forms.TextBox()
  39. Me.Label378 = New System.Windows.Forms.Label()
  40. Me.Label414 = New System.Windows.Forms.Label()
  41. Me.驗收日期_dtp = New System.Windows.Forms.DateTimePicker()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  44. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  45. Me.Label1 = New System.Windows.Forms.Label()
  46. Me.立約日期_dtp = New System.Windows.Forms.DateTimePicker()
  47. Me.Label6 = New System.Windows.Forms.Label()
  48. Me.日期差異_nud = New System.Windows.Forms.NumericUpDown()
  49. Me.工程天數_nud = New System.Windows.Forms.NumericUpDown()
  50. Me.Label3 = New System.Windows.Forms.Label()
  51. Me.合約工期_nud = New System.Windows.Forms.NumericUpDown()
  52. Me.Label4 = New System.Windows.Forms.Label()
  53. Me.已驗收_ch = New System.Windows.Forms.CheckBox()
  54. Me.Label5 = New System.Windows.Forms.Label()
  55. Me.驗收完成_dtp = New System.Windows.Forms.DateTimePicker()
  56. Me.保固_cb = New System.Windows.Forms.ComboBox()
  57. Me.Label9 = New System.Windows.Forms.Label()
  58. Me.Label12 = New System.Windows.Forms.Label()
  59. Me.備註_tb = New System.Windows.Forms.TextBox()
  60. Me.Label8 = New System.Windows.Forms.Label()
  61. Me.解鎖_bt = New System.Windows.Forms.Button()
  62. Me.縮放2_bt = New System.Windows.Forms.Button()
  63. Me.驗收完成_bt = New System.Windows.Forms.Button()
  64. Me.修改存檔_bt = New System.Windows.Forms.Button()
  65. Me.列印_bt = New System.Windows.Forms.Button()
  66. Me.查詢_bt = New System.Windows.Forms.Button()
  67. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  68. Me.工程執行主管_lb = New System.Windows.Forms.Label()
  69. Me.工程執行主管_cb = New System.Windows.Forms.ComboBox()
  70. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.報價明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.Panel1.SuspendLayout()
  73. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  75. CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  76. CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  77. CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.SuspendLayout()
  79. '
  80. 'Label10
  81. '
  82. Me.Label10.AutoSize = True
  83. Me.Label10.BackColor = System.Drawing.SystemColors.Control
  84. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. Me.Label10.Location = New System.Drawing.Point(5, 135)
  86. Me.Label10.Name = "Label10"
  87. Me.Label10.Size = New System.Drawing.Size(55, 16)
  88. Me.Label10.TabIndex = 1429
  89. Me.Label10.Text = "工程期數"
  90. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  91. '
  92. '工程期1_ch
  93. '
  94. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  95. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  96. Me.工程期1_ch.FormattingEnabled = True
  97. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  98. Me.工程期1_ch.Location = New System.Drawing.Point(62, 131)
  99. Me.工程期1_ch.Name = "工程期1_ch"
  100. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  101. Me.工程期1_ch.TabIndex = 1428
  102. '
  103. 'Label11
  104. '
  105. Me.Label11.AutoSize = True
  106. Me.Label11.BackColor = System.Drawing.SystemColors.Control
  107. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Label11.Location = New System.Drawing.Point(3, 30)
  109. Me.Label11.Name = "Label11"
  110. Me.Label11.Size = New System.Drawing.Size(55, 16)
  111. Me.Label11.TabIndex = 1427
  112. Me.Label11.Text = "合約甲方"
  113. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  114. '
  115. '合約編號1_cb
  116. '
  117. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  118. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  119. Me.合約編號1_cb.FormattingEnabled = True
  120. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  121. Me.合約編號1_cb.Location = New System.Drawing.Point(75, 27)
  122. Me.合約編號1_cb.Name = "合約編號1_cb"
  123. Me.合約編號1_cb.Size = New System.Drawing.Size(148, 24)
  124. Me.合約編號1_cb.TabIndex = 1426
  125. '
  126. 'Label7
  127. '
  128. Me.Label7.AutoSize = True
  129. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.Label7.Location = New System.Drawing.Point(3, 5)
  131. Me.Label7.Name = "Label7"
  132. Me.Label7.Size = New System.Drawing.Size(67, 16)
  133. Me.Label7.TabIndex = 1424
  134. Me.Label7.Text = "關鍵字搜尋"
  135. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  136. '
  137. '關鍵字搜尋_tb
  138. '
  139. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(75, 2)
  140. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  141. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(148, 23)
  142. Me.關鍵字搜尋_tb.TabIndex = 1423
  143. '
  144. '合約_dgv
  145. '
  146. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  147. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  148. Me.合約_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  149. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  150. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  151. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  152. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  153. Me.合約_dgv.Location = New System.Drawing.Point(3, 79)
  154. Me.合約_dgv.Name = "合約_dgv"
  155. Me.合約_dgv.RowHeadersWidth = 5
  156. Me.合約_dgv.RowTemplate.Height = 24
  157. Me.合約_dgv.Size = New System.Drawing.Size(265, 598)
  158. Me.合約_dgv.TabIndex = 1422
  159. '
  160. 'Label2
  161. '
  162. Me.Label2.AutoSize = True
  163. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  164. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  165. Me.Label2.Location = New System.Drawing.Point(267, 6)
  166. Me.Label2.Name = "Label2"
  167. Me.Label2.Size = New System.Drawing.Size(55, 16)
  168. Me.Label2.TabIndex = 1431
  169. Me.Label2.Text = "合約編號"
  170. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  171. '
  172. '合約編號_tb
  173. '
  174. Me.合約編號_tb.Enabled = False
  175. Me.合約編號_tb.Location = New System.Drawing.Point(323, 2)
  176. Me.合約編號_tb.Name = "合約編號_tb"
  177. Me.合約編號_tb.Size = New System.Drawing.Size(125, 23)
  178. Me.合約編號_tb.TabIndex = 1430
  179. '
  180. '報價明細表_dgv
  181. '
  182. Me.報價明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  183. Or System.Windows.Forms.AnchorStyles.Left) _
  184. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  185. Me.報價明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  186. Me.報價明細表_dgv.BackgroundColor = System.Drawing.Color.White
  187. Me.報價明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  188. Me.報價明細表_dgv.Location = New System.Drawing.Point(270, 99)
  189. Me.報價明細表_dgv.Name = "報價明細表_dgv"
  190. Me.報價明細表_dgv.RowHeadersWidth = 5
  191. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  193. Me.報價明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  194. Me.報價明細表_dgv.RowTemplate.Height = 24
  195. Me.報價明細表_dgv.Size = New System.Drawing.Size(1076, 578)
  196. Me.報價明細表_dgv.TabIndex = 1432
  197. '
  198. 'Label372
  199. '
  200. Me.Label372.AutoSize = True
  201. Me.Label372.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.Label372.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  203. Me.Label372.Location = New System.Drawing.Point(451, 6)
  204. Me.Label372.Name = "Label372"
  205. Me.Label372.Size = New System.Drawing.Size(55, 16)
  206. Me.Label372.TabIndex = 1439
  207. Me.Label372.Text = "客戶名稱"
  208. Me.Label372.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  209. '
  210. '客戶名稱_tb
  211. '
  212. Me.客戶名稱_tb.FormattingEnabled = True
  213. Me.客戶名稱_tb.Location = New System.Drawing.Point(506, 2)
  214. Me.客戶名稱_tb.Name = "客戶名稱_tb"
  215. Me.客戶名稱_tb.Size = New System.Drawing.Size(289, 24)
  216. Me.客戶名稱_tb.TabIndex = 1440
  217. '
  218. 'Label375
  219. '
  220. Me.Label375.AutoSize = True
  221. Me.Label375.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.Label375.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  223. Me.Label375.Location = New System.Drawing.Point(268, 30)
  224. Me.Label375.Name = "Label375"
  225. Me.Label375.Size = New System.Drawing.Size(87, 16)
  226. Me.Label375.TabIndex = 1435
  227. Me.Label375.Text = "工程名稱(中文)"
  228. Me.Label375.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  229. '
  230. '工程名稱_中_tb
  231. '
  232. Me.工程名稱_中_tb.Location = New System.Drawing.Point(358, 27)
  233. Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
  234. Me.工程名稱_中_tb.Size = New System.Drawing.Size(437, 23)
  235. Me.工程名稱_中_tb.TabIndex = 1436
  236. '
  237. '工程名稱_英_tb
  238. '
  239. Me.工程名稱_英_tb.Location = New System.Drawing.Point(358, 51)
  240. Me.工程名稱_英_tb.Name = "工程名稱_英_tb"
  241. Me.工程名稱_英_tb.Size = New System.Drawing.Size(437, 23)
  242. Me.工程名稱_英_tb.TabIndex = 1438
  243. '
  244. 'Label378
  245. '
  246. Me.Label378.AutoSize = True
  247. Me.Label378.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  248. Me.Label378.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  249. Me.Label378.Location = New System.Drawing.Point(268, 54)
  250. Me.Label378.Name = "Label378"
  251. Me.Label378.Size = New System.Drawing.Size(87, 16)
  252. Me.Label378.TabIndex = 1437
  253. Me.Label378.Text = "工程名稱(英文)"
  254. Me.Label378.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  255. '
  256. 'Label414
  257. '
  258. Me.Label414.AutoSize = True
  259. Me.Label414.ForeColor = System.Drawing.Color.Green
  260. Me.Label414.Location = New System.Drawing.Point(443, 79)
  261. Me.Label414.Name = "Label414"
  262. Me.Label414.Size = New System.Drawing.Size(79, 16)
  263. Me.Label414.TabIndex = 1452
  264. Me.Label414.Text = "驗收開始日期"
  265. '
  266. '驗收日期_dtp
  267. '
  268. Me.驗收日期_dtp.CustomFormat = "yyyy/MM/dd"
  269. Me.驗收日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  270. Me.驗收日期_dtp.Location = New System.Drawing.Point(525, 75)
  271. Me.驗收日期_dtp.Name = "驗收日期_dtp"
  272. Me.驗收日期_dtp.Size = New System.Drawing.Size(87, 23)
  273. Me.驗收日期_dtp.TabIndex = 1451
  274. '
  275. 'Panel1
  276. '
  277. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  278. Me.Panel1.Controls.Add(Me.PictureBox2)
  279. Me.Panel1.Controls.Add(Me.PictureBox1)
  280. Me.Panel1.Controls.Add(Me.Label10)
  281. Me.Panel1.Controls.Add(Me.工程期1_ch)
  282. Me.Panel1.Location = New System.Drawing.Point(430, 271)
  283. Me.Panel1.Name = "Panel1"
  284. Me.Panel1.Size = New System.Drawing.Size(490, 177)
  285. Me.Panel1.TabIndex = 1453
  286. Me.Panel1.Visible = False
  287. '
  288. 'PictureBox2
  289. '
  290. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  291. Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
  292. Me.PictureBox2.Location = New System.Drawing.Point(8, 67)
  293. Me.PictureBox2.Name = "PictureBox2"
  294. Me.PictureBox2.Size = New System.Drawing.Size(471, 61)
  295. Me.PictureBox2.TabIndex = 1434
  296. Me.PictureBox2.TabStop = False
  297. '
  298. 'PictureBox1
  299. '
  300. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  301. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  302. Me.PictureBox1.Location = New System.Drawing.Point(8, 4)
  303. Me.PictureBox1.Name = "PictureBox1"
  304. Me.PictureBox1.Size = New System.Drawing.Size(471, 61)
  305. Me.PictureBox1.TabIndex = 1433
  306. Me.PictureBox1.TabStop = False
  307. '
  308. 'Label1
  309. '
  310. Me.Label1.AutoSize = True
  311. Me.Label1.ForeColor = System.Drawing.Color.Green
  312. Me.Label1.Location = New System.Drawing.Point(268, 79)
  313. Me.Label1.Name = "Label1"
  314. Me.Label1.Size = New System.Drawing.Size(79, 16)
  315. Me.Label1.TabIndex = 1455
  316. Me.Label1.Text = "立 約 日 期"
  317. '
  318. '立約日期_dtp
  319. '
  320. Me.立約日期_dtp.CustomFormat = "yyyy/MM/dd"
  321. Me.立約日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  322. Me.立約日期_dtp.Location = New System.Drawing.Point(350, 75)
  323. Me.立約日期_dtp.Name = "立約日期_dtp"
  324. Me.立約日期_dtp.Size = New System.Drawing.Size(87, 23)
  325. Me.立約日期_dtp.TabIndex = 1454
  326. '
  327. 'Label6
  328. '
  329. Me.Label6.AutoSize = True
  330. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  331. Me.Label6.ForeColor = System.Drawing.Color.Green
  332. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  333. Me.Label6.Location = New System.Drawing.Point(1059, 78)
  334. Me.Label6.Name = "Label6"
  335. Me.Label6.Size = New System.Drawing.Size(60, 17)
  336. Me.Label6.TabIndex = 1651
  337. Me.Label6.Text = "日期差異"
  338. '
  339. '日期差異_nud
  340. '
  341. Me.日期差異_nud.Location = New System.Drawing.Point(1121, 75)
  342. Me.日期差異_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  343. Me.日期差異_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  344. Me.日期差異_nud.Name = "日期差異_nud"
  345. Me.日期差異_nud.Size = New System.Drawing.Size(65, 23)
  346. Me.日期差異_nud.TabIndex = 1650
  347. Me.日期差異_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  348. Me.日期差異_nud.ThousandsSeparator = True
  349. '
  350. '工程天數_nud
  351. '
  352. Me.工程天數_nud.Location = New System.Drawing.Point(988, 75)
  353. Me.工程天數_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  354. Me.工程天數_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  355. Me.工程天數_nud.Name = "工程天數_nud"
  356. Me.工程天數_nud.Size = New System.Drawing.Size(65, 23)
  357. Me.工程天數_nud.TabIndex = 1652
  358. Me.工程天數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  359. Me.工程天數_nud.ThousandsSeparator = True
  360. '
  361. 'Label3
  362. '
  363. Me.Label3.AutoSize = True
  364. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  365. Me.Label3.ForeColor = System.Drawing.Color.Green
  366. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  367. Me.Label3.Location = New System.Drawing.Point(926, 78)
  368. Me.Label3.Name = "Label3"
  369. Me.Label3.Size = New System.Drawing.Size(60, 17)
  370. Me.Label3.TabIndex = 1653
  371. Me.Label3.Text = "工程天數"
  372. '
  373. '合約工期_nud
  374. '
  375. Me.合約工期_nud.Location = New System.Drawing.Point(855, 75)
  376. Me.合約工期_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  377. Me.合約工期_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  378. Me.合約工期_nud.Name = "合約工期_nud"
  379. Me.合約工期_nud.Size = New System.Drawing.Size(65, 23)
  380. Me.合約工期_nud.TabIndex = 1654
  381. Me.合約工期_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  382. Me.合約工期_nud.ThousandsSeparator = True
  383. '
  384. 'Label4
  385. '
  386. Me.Label4.AutoSize = True
  387. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  388. Me.Label4.ForeColor = System.Drawing.Color.Green
  389. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  390. Me.Label4.Location = New System.Drawing.Point(793, 78)
  391. Me.Label4.Name = "Label4"
  392. Me.Label4.Size = New System.Drawing.Size(60, 17)
  393. Me.Label4.TabIndex = 1655
  394. Me.Label4.Text = "合約工期"
  395. '
  396. '已驗收_ch
  397. '
  398. Me.已驗收_ch.AutoSize = True
  399. Me.已驗收_ch.ForeColor = System.Drawing.Color.Green
  400. Me.已驗收_ch.Location = New System.Drawing.Point(1039, 4)
  401. Me.已驗收_ch.Name = "已驗收_ch"
  402. Me.已驗收_ch.Size = New System.Drawing.Size(62, 20)
  403. Me.已驗收_ch.TabIndex = 1657
  404. Me.已驗收_ch.Text = "已驗收"
  405. Me.已驗收_ch.UseVisualStyleBackColor = True
  406. '
  407. 'Label5
  408. '
  409. Me.Label5.AutoSize = True
  410. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  411. Me.Label5.Location = New System.Drawing.Point(618, 79)
  412. Me.Label5.Name = "Label5"
  413. Me.Label5.Size = New System.Drawing.Size(79, 16)
  414. Me.Label5.TabIndex = 1669
  415. Me.Label5.Text = "驗 收 完 成"
  416. '
  417. '驗收完成_dtp
  418. '
  419. Me.驗收完成_dtp.CustomFormat = "yyyy/MM/dd"
  420. Me.驗收完成_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  421. Me.驗收完成_dtp.Location = New System.Drawing.Point(700, 75)
  422. Me.驗收完成_dtp.Name = "驗收完成_dtp"
  423. Me.驗收完成_dtp.Size = New System.Drawing.Size(87, 23)
  424. Me.驗收完成_dtp.TabIndex = 1668
  425. '
  426. '保固_cb
  427. '
  428. Me.保固_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  429. Me.保固_cb.ForeColor = System.Drawing.Color.Blue
  430. Me.保固_cb.FormattingEnabled = True
  431. Me.保固_cb.Items.AddRange(New Object() {"", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24"})
  432. Me.保固_cb.Location = New System.Drawing.Point(1248, 74)
  433. Me.保固_cb.Name = "保固_cb"
  434. Me.保固_cb.Size = New System.Drawing.Size(45, 24)
  435. Me.保固_cb.TabIndex = 1677
  436. '
  437. 'Label9
  438. '
  439. Me.Label9.AutoSize = True
  440. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  441. Me.Label9.Location = New System.Drawing.Point(1192, 79)
  442. Me.Label9.Name = "Label9"
  443. Me.Label9.Size = New System.Drawing.Size(55, 16)
  444. Me.Label9.TabIndex = 1676
  445. Me.Label9.Text = "保固期限"
  446. '
  447. 'Label12
  448. '
  449. Me.Label12.AutoSize = True
  450. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.Label12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  452. Me.Label12.Location = New System.Drawing.Point(1292, 79)
  453. Me.Label12.Name = "Label12"
  454. Me.Label12.Size = New System.Drawing.Size(19, 16)
  455. Me.Label12.TabIndex = 1678
  456. Me.Label12.Text = "月"
  457. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  458. '
  459. '備註_tb
  460. '
  461. Me.備註_tb.Location = New System.Drawing.Point(797, 26)
  462. Me.備註_tb.Multiline = True
  463. Me.備註_tb.Name = "備註_tb"
  464. Me.備註_tb.Size = New System.Drawing.Size(305, 48)
  465. Me.備註_tb.TabIndex = 1679
  466. '
  467. 'Label8
  468. '
  469. Me.Label8.AutoSize = True
  470. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  471. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  472. Me.Label8.Location = New System.Drawing.Point(797, 8)
  473. Me.Label8.Name = "Label8"
  474. Me.Label8.Size = New System.Drawing.Size(31, 16)
  475. Me.Label8.TabIndex = 1680
  476. Me.Label8.Text = "備註"
  477. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  478. '
  479. '解鎖_bt
  480. '
  481. Me.解鎖_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.unlock
  482. Me.解鎖_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  483. Me.解鎖_bt.ForeColor = System.Drawing.Color.Green
  484. Me.解鎖_bt.Location = New System.Drawing.Point(1153, 28)
  485. Me.解鎖_bt.Name = "解鎖_bt"
  486. Me.解鎖_bt.Size = New System.Drawing.Size(45, 45)
  487. Me.解鎖_bt.TabIndex = 1779
  488. Me.解鎖_bt.UseVisualStyleBackColor = True
  489. '
  490. '縮放2_bt
  491. '
  492. Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  493. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  494. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  495. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  496. Me.縮放2_bt.Location = New System.Drawing.Point(226, 26)
  497. Me.縮放2_bt.Name = "縮放2_bt"
  498. Me.縮放2_bt.Size = New System.Drawing.Size(39, 26)
  499. Me.縮放2_bt.TabIndex = 1778
  500. Me.縮放2_bt.UseVisualStyleBackColor = True
  501. '
  502. '驗收完成_bt
  503. '
  504. Me.驗收完成_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.list_accept
  505. Me.驗收完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  506. Me.驗收完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  507. Me.驗收完成_bt.Location = New System.Drawing.Point(1247, 28)
  508. Me.驗收完成_bt.Name = "驗收完成_bt"
  509. Me.驗收完成_bt.Size = New System.Drawing.Size(45, 45)
  510. Me.驗收完成_bt.TabIndex = 1671
  511. Me.驗收完成_bt.UseVisualStyleBackColor = True
  512. '
  513. '修改存檔_bt
  514. '
  515. Me.修改存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  516. Me.修改存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  517. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  518. Me.修改存檔_bt.Location = New System.Drawing.Point(1200, 28)
  519. Me.修改存檔_bt.Name = "修改存檔_bt"
  520. Me.修改存檔_bt.Size = New System.Drawing.Size(45, 45)
  521. Me.修改存檔_bt.TabIndex = 1656
  522. Me.修改存檔_bt.UseVisualStyleBackColor = True
  523. '
  524. '列印_bt
  525. '
  526. Me.列印_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.print
  527. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  528. Me.列印_bt.ForeColor = System.Drawing.Color.Green
  529. Me.列印_bt.Location = New System.Drawing.Point(1105, 28)
  530. Me.列印_bt.Name = "列印_bt"
  531. Me.列印_bt.Size = New System.Drawing.Size(45, 45)
  532. Me.列印_bt.TabIndex = 1450
  533. Me.列印_bt.UseVisualStyleBackColor = True
  534. '
  535. '查詢_bt
  536. '
  537. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  538. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  539. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  540. Me.查詢_bt.Location = New System.Drawing.Point(226, 0)
  541. Me.查詢_bt.Name = "查詢_bt"
  542. Me.查詢_bt.Size = New System.Drawing.Size(40, 26)
  543. Me.查詢_bt.TabIndex = 1425
  544. Me.查詢_bt.UseVisualStyleBackColor = True
  545. '
  546. '詳細資料2_ch
  547. '
  548. Me.詳細資料2_ch.AutoSize = True
  549. Me.詳細資料2_ch.Location = New System.Drawing.Point(907, 5)
  550. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  551. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  552. Me.詳細資料2_ch.TabIndex = 1834
  553. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  554. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  555. '
  556. '工程執行主管_lb
  557. '
  558. Me.工程執行主管_lb.AutoSize = True
  559. Me.工程執行主管_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
  560. Me.工程執行主管_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  561. Me.工程執行主管_lb.Location = New System.Drawing.Point(4, 57)
  562. Me.工程執行主管_lb.Name = "工程執行主管_lb"
  563. Me.工程執行主管_lb.Size = New System.Drawing.Size(55, 16)
  564. Me.工程執行主管_lb.TabIndex = 1869
  565. Me.工程執行主管_lb.Text = "工程主管"
  566. '
  567. '工程執行主管_cb
  568. '
  569. Me.工程執行主管_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  570. Me.工程執行主管_cb.ForeColor = System.Drawing.Color.Blue
  571. Me.工程執行主管_cb.FormattingEnabled = True
  572. Me.工程執行主管_cb.Items.AddRange(New Object() {"HX", "PGS"})
  573. Me.工程執行主管_cb.Location = New System.Drawing.Point(75, 53)
  574. Me.工程執行主管_cb.Name = "工程執行主管_cb"
  575. Me.工程執行主管_cb.Size = New System.Drawing.Size(193, 24)
  576. Me.工程執行主管_cb.TabIndex = 1870
  577. '
  578. '合約驗收單
  579. '
  580. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  581. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  582. Me.ClientSize = New System.Drawing.Size(1349, 681)
  583. Me.Controls.Add(Me.工程執行主管_lb)
  584. Me.Controls.Add(Me.工程執行主管_cb)
  585. Me.Controls.Add(Me.詳細資料2_ch)
  586. Me.Controls.Add(Me.解鎖_bt)
  587. Me.Controls.Add(Me.合約_dgv)
  588. Me.Controls.Add(Me.縮放2_bt)
  589. Me.Controls.Add(Me.備註_tb)
  590. Me.Controls.Add(Me.Label8)
  591. Me.Controls.Add(Me.保固_cb)
  592. Me.Controls.Add(Me.Label9)
  593. Me.Controls.Add(Me.Label12)
  594. Me.Controls.Add(Me.驗收完成_bt)
  595. Me.Controls.Add(Me.Label5)
  596. Me.Controls.Add(Me.驗收完成_dtp)
  597. Me.Controls.Add(Me.已驗收_ch)
  598. Me.Controls.Add(Me.修改存檔_bt)
  599. Me.Controls.Add(Me.合約工期_nud)
  600. Me.Controls.Add(Me.Label4)
  601. Me.Controls.Add(Me.工程天數_nud)
  602. Me.Controls.Add(Me.Label3)
  603. Me.Controls.Add(Me.日期差異_nud)
  604. Me.Controls.Add(Me.Label1)
  605. Me.Controls.Add(Me.立約日期_dtp)
  606. Me.Controls.Add(Me.Panel1)
  607. Me.Controls.Add(Me.Label414)
  608. Me.Controls.Add(Me.驗收日期_dtp)
  609. Me.Controls.Add(Me.列印_bt)
  610. Me.Controls.Add(Me.客戶名稱_tb)
  611. Me.Controls.Add(Me.Label375)
  612. Me.Controls.Add(Me.工程名稱_中_tb)
  613. Me.Controls.Add(Me.工程名稱_英_tb)
  614. Me.Controls.Add(Me.Label378)
  615. Me.Controls.Add(Me.報價明細表_dgv)
  616. Me.Controls.Add(Me.Label2)
  617. Me.Controls.Add(Me.合約編號_tb)
  618. Me.Controls.Add(Me.Label11)
  619. Me.Controls.Add(Me.合約編號1_cb)
  620. Me.Controls.Add(Me.查詢_bt)
  621. Me.Controls.Add(Me.Label7)
  622. Me.Controls.Add(Me.關鍵字搜尋_tb)
  623. Me.Controls.Add(Me.Label372)
  624. Me.Controls.Add(Me.Label6)
  625. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  626. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  627. Me.Name = "合約驗收單"
  628. Me.Text = "合約驗收單"
  629. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  630. CType(Me.報價明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  631. Me.Panel1.ResumeLayout(False)
  632. Me.Panel1.PerformLayout()
  633. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  634. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  635. CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).EndInit()
  636. CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  637. CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).EndInit()
  638. Me.ResumeLayout(False)
  639. Me.PerformLayout()
  640. End Sub
  641. Friend WithEvents Label10 As Label
  642. Friend WithEvents 工程期1_ch As ComboBox
  643. Friend WithEvents Label11 As Label
  644. Friend WithEvents 合約編號1_cb As ComboBox
  645. Friend WithEvents 查詢_bt As Button
  646. Friend WithEvents Label7 As Label
  647. Friend WithEvents 關鍵字搜尋_tb As TextBox
  648. Friend WithEvents 合約_dgv As DataGridView
  649. Friend WithEvents Label2 As Label
  650. Friend WithEvents 合約編號_tb As TextBox
  651. Friend WithEvents 報價明細表_dgv As DataGridView
  652. Friend WithEvents Label372 As Label
  653. Friend WithEvents 客戶名稱_tb As ComboBox
  654. Friend WithEvents Label375 As Label
  655. Friend WithEvents 工程名稱_中_tb As TextBox
  656. Friend WithEvents 工程名稱_英_tb As TextBox
  657. Friend WithEvents Label378 As Label
  658. Friend WithEvents 列印_bt As Button
  659. Friend WithEvents Label414 As Label
  660. Friend WithEvents 驗收日期_dtp As DateTimePicker
  661. Friend WithEvents Panel1 As Panel
  662. Friend WithEvents PictureBox2 As PictureBox
  663. Friend WithEvents PictureBox1 As PictureBox
  664. Friend WithEvents Label1 As Label
  665. Friend WithEvents 立約日期_dtp As DateTimePicker
  666. Friend WithEvents Label6 As Label
  667. Friend WithEvents 日期差異_nud As NumericUpDown
  668. Friend WithEvents 工程天數_nud As NumericUpDown
  669. Friend WithEvents Label3 As Label
  670. Friend WithEvents 合約工期_nud As NumericUpDown
  671. Friend WithEvents Label4 As Label
  672. Friend WithEvents 修改存檔_bt As Button
  673. Friend WithEvents 已驗收_ch As CheckBox
  674. Friend WithEvents Label5 As Label
  675. Friend WithEvents 驗收完成_dtp As DateTimePicker
  676. Friend WithEvents 驗收完成_bt As Button
  677. Friend WithEvents 保固_cb As ComboBox
  678. Friend WithEvents Label9 As Label
  679. Friend WithEvents Label12 As Label
  680. Friend WithEvents 備註_tb As TextBox
  681. Friend WithEvents Label8 As Label
  682. Friend WithEvents 縮放2_bt As Button
  683. Friend WithEvents 解鎖_bt As Button
  684. Friend WithEvents 詳細資料2_ch As CheckBox
  685. Friend WithEvents 工程執行主管_lb As Label
  686. Friend WithEvents 工程執行主管_cb As ComboBox
  687. End Class