暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

合約驗收控制表.Designer.vb 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 合約驗收控制表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Me.請款已結束_ch = New System.Windows.Forms.CheckBox()
  24. Me.請款未結束_ch = New System.Windows.Forms.CheckBox()
  25. Me.全部資料_ch = New System.Windows.Forms.CheckBox()
  26. Me.驗收單_dgv = New System.Windows.Forms.DataGridView()
  27. Me.Label10 = New System.Windows.Forms.Label()
  28. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  29. Me.Label11 = New System.Windows.Forms.Label()
  30. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  31. Me.查詢_bt = New System.Windows.Forms.Button()
  32. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  33. Me.Label7 = New System.Windows.Forms.Label()
  34. Me.合約工期_nud = New System.Windows.Forms.NumericUpDown()
  35. Me.Label4 = New System.Windows.Forms.Label()
  36. Me.工程天數_nud = New System.Windows.Forms.NumericUpDown()
  37. Me.Label3 = New System.Windows.Forms.Label()
  38. Me.日期差異_nud = New System.Windows.Forms.NumericUpDown()
  39. Me.Label1 = New System.Windows.Forms.Label()
  40. Me.立約日期_dtp = New System.Windows.Forms.DateTimePicker()
  41. Me.Label20 = New System.Windows.Forms.Label()
  42. Me.驗收日期_dtp = New System.Windows.Forms.DateTimePicker()
  43. Me.Label6 = New System.Windows.Forms.Label()
  44. Me.Label2 = New System.Windows.Forms.Label()
  45. Me.驗收完成_dtp = New System.Windows.Forms.DateTimePicker()
  46. Me.備註_tb = New System.Windows.Forms.TextBox()
  47. Me.Label5 = New System.Windows.Forms.Label()
  48. Me.驗收完成_bt = New System.Windows.Forms.Button()
  49. Me.Label8 = New System.Windows.Forms.Label()
  50. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  51. Me.Label9 = New System.Windows.Forms.Label()
  52. Me.保固_cb = New System.Windows.Forms.ComboBox()
  53. Me.Label12 = New System.Windows.Forms.Label()
  54. Me.指定存檔_bt = New System.Windows.Forms.Button()
  55. Me.Panel1 = New System.Windows.Forms.Panel()
  56. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  57. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  58. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  59. Me.查閱文件_bt = New System.Windows.Forms.Button()
  60. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  61. Me.語轉扭_bt = New System.Windows.Forms.Button()
  62. CType(Me.驗收單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  65. CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  66. Me.Panel1.SuspendLayout()
  67. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  68. Me.SuspendLayout()
  69. '
  70. '請款已結束_ch
  71. '
  72. Me.請款已結束_ch.AutoSize = True
  73. Me.請款已結束_ch.BackColor = System.Drawing.Color.Transparent
  74. Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green
  75. Me.請款已結束_ch.Location = New System.Drawing.Point(8, 53)
  76. Me.請款已結束_ch.Name = "請款已結束_ch"
  77. Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20)
  78. Me.請款已結束_ch.TabIndex = 1441
  79. Me.請款已結束_ch.Text = "驗收已結束"
  80. Me.請款已結束_ch.UseVisualStyleBackColor = False
  81. '
  82. '請款未結束_ch
  83. '
  84. Me.請款未結束_ch.AutoSize = True
  85. Me.請款未結束_ch.BackColor = System.Drawing.Color.Transparent
  86. Me.請款未結束_ch.Checked = True
  87. Me.請款未結束_ch.CheckState = System.Windows.Forms.CheckState.Checked
  88. Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green
  89. Me.請款未結束_ch.Location = New System.Drawing.Point(8, 27)
  90. Me.請款未結束_ch.Name = "請款未結束_ch"
  91. Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20)
  92. Me.請款未結束_ch.TabIndex = 1440
  93. Me.請款未結束_ch.Text = "驗收未結束"
  94. Me.請款未結束_ch.UseVisualStyleBackColor = False
  95. '
  96. '全部資料_ch
  97. '
  98. Me.全部資料_ch.AutoSize = True
  99. Me.全部資料_ch.BackColor = System.Drawing.Color.Transparent
  100. Me.全部資料_ch.ForeColor = System.Drawing.Color.Green
  101. Me.全部資料_ch.Location = New System.Drawing.Point(8, 1)
  102. Me.全部資料_ch.Name = "全部資料_ch"
  103. Me.全部資料_ch.Size = New System.Drawing.Size(95, 20)
  104. Me.全部資料_ch.TabIndex = 1442
  105. Me.全部資料_ch.Text = "Semua Data"
  106. Me.全部資料_ch.UseVisualStyleBackColor = False
  107. '
  108. '驗收單_dgv
  109. '
  110. Me.驗收單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  111. Or System.Windows.Forms.AnchorStyles.Left) _
  112. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  113. Me.驗收單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  114. Me.驗收單_dgv.BackgroundColor = System.Drawing.Color.White
  115. Me.驗收單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.驗收單_dgv.Location = New System.Drawing.Point(2, 73)
  117. Me.驗收單_dgv.Name = "驗收單_dgv"
  118. Me.驗收單_dgv.RowHeadersWidth = 5
  119. Me.驗收單_dgv.RowTemplate.Height = 24
  120. Me.驗收單_dgv.Size = New System.Drawing.Size(1345, 606)
  121. Me.驗收單_dgv.TabIndex = 1443
  122. '
  123. 'Label10
  124. '
  125. Me.Label10.AutoSize = True
  126. Me.Label10.BackColor = System.Drawing.SystemColors.Control
  127. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.Label10.Location = New System.Drawing.Point(3, 7)
  129. Me.Label10.Name = "Label10"
  130. Me.Label10.Size = New System.Drawing.Size(55, 16)
  131. Me.Label10.TabIndex = 1450
  132. Me.Label10.Text = "工程期數"
  133. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  134. '
  135. '工程期1_ch
  136. '
  137. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  138. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  139. Me.工程期1_ch.FormattingEnabled = True
  140. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  141. Me.工程期1_ch.Location = New System.Drawing.Point(60, 3)
  142. Me.工程期1_ch.Name = "工程期1_ch"
  143. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  144. Me.工程期1_ch.TabIndex = 1449
  145. '
  146. 'Label11
  147. '
  148. Me.Label11.BackColor = System.Drawing.Color.Transparent
  149. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.Label11.Location = New System.Drawing.Point(107, 30)
  151. Me.Label11.Name = "Label11"
  152. Me.Label11.Size = New System.Drawing.Size(55, 17)
  153. Me.Label11.TabIndex = 1448
  154. Me.Label11.Text = "Pihak A"
  155. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  156. '
  157. '合約編號1_cb
  158. '
  159. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  160. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  161. Me.合約編號1_cb.FormattingEnabled = True
  162. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  163. Me.合約編號1_cb.Location = New System.Drawing.Point(163, 26)
  164. Me.合約編號1_cb.Name = "合約編號1_cb"
  165. Me.合約編號1_cb.Size = New System.Drawing.Size(125, 24)
  166. Me.合約編號1_cb.TabIndex = 1447
  167. '
  168. '查詢_bt
  169. '
  170. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search
  171. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  172. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.查詢_bt.Location = New System.Drawing.Point(262, 1)
  174. Me.查詢_bt.Name = "查詢_bt"
  175. Me.查詢_bt.Size = New System.Drawing.Size(26, 25)
  176. Me.查詢_bt.TabIndex = 1446
  177. Me.查詢_bt.UseVisualStyleBackColor = True
  178. '
  179. '關鍵字搜尋_tb
  180. '
  181. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(163, 2)
  182. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  183. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(99, 23)
  184. Me.關鍵字搜尋_tb.TabIndex = 1444
  185. '
  186. 'Label7
  187. '
  188. Me.Label7.BackColor = System.Drawing.Color.Transparent
  189. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.Label7.Location = New System.Drawing.Point(123, 5)
  191. Me.Label7.Name = "Label7"
  192. Me.Label7.Size = New System.Drawing.Size(39, 16)
  193. Me.Label7.TabIndex = 1445
  194. Me.Label7.Text = "SRCH"
  195. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  196. '
  197. '合約工期_nud
  198. '
  199. Me.合約工期_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  200. Me.合約工期_nud.Location = New System.Drawing.Point(741, 0)
  201. Me.合約工期_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  202. Me.合約工期_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  203. Me.合約工期_nud.Name = "合約工期_nud"
  204. Me.合約工期_nud.Size = New System.Drawing.Size(65, 23)
  205. Me.合約工期_nud.TabIndex = 1664
  206. Me.合約工期_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  207. Me.合約工期_nud.ThousandsSeparator = True
  208. '
  209. 'Label4
  210. '
  211. Me.Label4.BackColor = System.Drawing.Color.Transparent
  212. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  214. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  215. Me.Label4.Location = New System.Drawing.Point(638, 3)
  216. Me.Label4.Name = "Label4"
  217. Me.Label4.Size = New System.Drawing.Size(100, 16)
  218. Me.Label4.TabIndex = 1665
  219. Me.Label4.Text = "合約工期"
  220. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  221. '
  222. '工程天數_nud
  223. '
  224. Me.工程天數_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.工程天數_nud.Location = New System.Drawing.Point(550, 25)
  226. Me.工程天數_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  227. Me.工程天數_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  228. Me.工程天數_nud.Name = "工程天數_nud"
  229. Me.工程天數_nud.Size = New System.Drawing.Size(87, 23)
  230. Me.工程天數_nud.TabIndex = 1662
  231. Me.工程天數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  232. Me.工程天數_nud.ThousandsSeparator = True
  233. '
  234. 'Label3
  235. '
  236. Me.Label3.BackColor = System.Drawing.Color.Transparent
  237. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  238. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  239. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  240. Me.Label3.Location = New System.Drawing.Point(486, 28)
  241. Me.Label3.Name = "Label3"
  242. Me.Label3.Size = New System.Drawing.Size(60, 16)
  243. Me.Label3.TabIndex = 1663
  244. Me.Label3.Text = "工程天數"
  245. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  246. '
  247. '日期差異_nud
  248. '
  249. Me.日期差異_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  250. Me.日期差異_nud.Location = New System.Drawing.Point(741, 49)
  251. Me.日期差異_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  252. Me.日期差異_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  253. Me.日期差異_nud.Name = "日期差異_nud"
  254. Me.日期差異_nud.Size = New System.Drawing.Size(65, 23)
  255. Me.日期差異_nud.TabIndex = 1660
  256. Me.日期差異_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  257. Me.日期差異_nud.ThousandsSeparator = True
  258. '
  259. 'Label1
  260. '
  261. Me.Label1.BackColor = System.Drawing.Color.Transparent
  262. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  263. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  264. Me.Label1.Location = New System.Drawing.Point(283, 27)
  265. Me.Label1.Name = "Label1"
  266. Me.Label1.Size = New System.Drawing.Size(112, 18)
  267. Me.Label1.TabIndex = 1659
  268. Me.Label1.Text = "Tanggal Kontrak"
  269. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  270. '
  271. '立約日期_dtp
  272. '
  273. Me.立約日期_dtp.CustomFormat = "yyyy/MM/dd"
  274. Me.立約日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  275. Me.立約日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  276. Me.立約日期_dtp.Location = New System.Drawing.Point(398, 25)
  277. Me.立約日期_dtp.Name = "立約日期_dtp"
  278. Me.立約日期_dtp.Size = New System.Drawing.Size(87, 23)
  279. Me.立約日期_dtp.TabIndex = 1658
  280. '
  281. 'Label20
  282. '
  283. Me.Label20.BackColor = System.Drawing.Color.Transparent
  284. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  285. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  286. Me.Label20.Location = New System.Drawing.Point(286, 51)
  287. Me.Label20.Name = "Label20"
  288. Me.Label20.Size = New System.Drawing.Size(109, 20)
  289. Me.Label20.TabIndex = 1657
  290. Me.Label20.Text = "Mulai Penerimaan"
  291. Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  292. '
  293. '驗收日期_dtp
  294. '
  295. Me.驗收日期_dtp.CustomFormat = "yyyy/MM/dd"
  296. Me.驗收日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  297. Me.驗收日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  298. Me.驗收日期_dtp.Location = New System.Drawing.Point(398, 49)
  299. Me.驗收日期_dtp.Name = "驗收日期_dtp"
  300. Me.驗收日期_dtp.Size = New System.Drawing.Size(87, 23)
  301. Me.驗收日期_dtp.TabIndex = 1656
  302. '
  303. 'Label6
  304. '
  305. Me.Label6.BackColor = System.Drawing.Color.Transparent
  306. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  308. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  309. Me.Label6.Location = New System.Drawing.Point(638, 52)
  310. Me.Label6.Name = "Label6"
  311. Me.Label6.Size = New System.Drawing.Size(100, 16)
  312. Me.Label6.TabIndex = 1661
  313. Me.Label6.Text = "日期差異"
  314. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  315. '
  316. 'Label2
  317. '
  318. Me.Label2.BackColor = System.Drawing.Color.Transparent
  319. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  320. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  321. Me.Label2.Location = New System.Drawing.Point(487, 53)
  322. Me.Label2.Name = "Label2"
  323. Me.Label2.Size = New System.Drawing.Size(60, 16)
  324. Me.Label2.TabIndex = 1667
  325. Me.Label2.Text = "驗收完成"
  326. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  327. '
  328. '驗收完成_dtp
  329. '
  330. Me.驗收完成_dtp.CustomFormat = "yyyy/MM/dd"
  331. Me.驗收完成_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  332. Me.驗收完成_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  333. Me.驗收完成_dtp.Location = New System.Drawing.Point(550, 49)
  334. Me.驗收完成_dtp.Name = "驗收完成_dtp"
  335. Me.驗收完成_dtp.Size = New System.Drawing.Size(87, 23)
  336. Me.驗收完成_dtp.TabIndex = 1666
  337. '
  338. '備註_tb
  339. '
  340. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  341. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  342. Me.備註_tb.BackColor = System.Drawing.Color.White
  343. Me.備註_tb.Location = New System.Drawing.Point(815, 17)
  344. Me.備註_tb.Multiline = True
  345. Me.備註_tb.Name = "備註_tb"
  346. Me.備註_tb.Size = New System.Drawing.Size(233, 54)
  347. Me.備註_tb.TabIndex = 1668
  348. '
  349. 'Label5
  350. '
  351. Me.Label5.AutoSize = True
  352. Me.Label5.BackColor = System.Drawing.Color.Transparent
  353. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  354. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  355. Me.Label5.Location = New System.Drawing.Point(812, 2)
  356. Me.Label5.Name = "Label5"
  357. Me.Label5.Size = New System.Drawing.Size(31, 16)
  358. Me.Label5.TabIndex = 1669
  359. Me.Label5.Text = "備註"
  360. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  361. '
  362. '驗收完成_bt
  363. '
  364. Me.驗收完成_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  365. Me.驗收完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  366. Me.驗收完成_bt.Location = New System.Drawing.Point(1050, 16)
  367. Me.驗收完成_bt.Name = "驗收完成_bt"
  368. Me.驗收完成_bt.Size = New System.Drawing.Size(110, 55)
  369. Me.驗收完成_bt.TabIndex = 1670
  370. Me.驗收完成_bt.Text = "驗收完成"
  371. Me.驗收完成_bt.UseVisualStyleBackColor = True
  372. '
  373. 'Label8
  374. '
  375. Me.Label8.BackColor = System.Drawing.Color.Transparent
  376. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  378. Me.Label8.Location = New System.Drawing.Point(286, 5)
  379. Me.Label8.Name = "Label8"
  380. Me.Label8.Size = New System.Drawing.Size(109, 19)
  381. Me.Label8.TabIndex = 1672
  382. Me.Label8.Text = "Contract No"
  383. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  384. '
  385. '合約編號_tb
  386. '
  387. Me.合約編號_tb.Enabled = False
  388. Me.合約編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  389. Me.合約編號_tb.Location = New System.Drawing.Point(398, 1)
  390. Me.合約編號_tb.Name = "合約編號_tb"
  391. Me.合約編號_tb.Size = New System.Drawing.Size(239, 23)
  392. Me.合約編號_tb.TabIndex = 1671
  393. '
  394. 'Label9
  395. '
  396. Me.Label9.BackColor = System.Drawing.Color.Transparent
  397. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  399. Me.Label9.Location = New System.Drawing.Point(639, 28)
  400. Me.Label9.Name = "Label9"
  401. Me.Label9.Size = New System.Drawing.Size(100, 16)
  402. Me.Label9.TabIndex = 1673
  403. Me.Label9.Text = "Warranty Period"
  404. Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  405. '
  406. '保固_cb
  407. '
  408. Me.保固_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  409. Me.保固_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  410. Me.保固_cb.ForeColor = System.Drawing.Color.Blue
  411. Me.保固_cb.FormattingEnabled = True
  412. 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"})
  413. Me.保固_cb.Location = New System.Drawing.Point(740, 24)
  414. Me.保固_cb.Name = "保固_cb"
  415. Me.保固_cb.Size = New System.Drawing.Size(45, 24)
  416. Me.保固_cb.TabIndex = 1674
  417. '
  418. 'Label12
  419. '
  420. Me.Label12.AutoSize = True
  421. Me.Label12.BackColor = System.Drawing.Color.Transparent
  422. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  423. Me.Label12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  424. Me.Label12.Location = New System.Drawing.Point(785, 29)
  425. Me.Label12.Name = "Label12"
  426. Me.Label12.Size = New System.Drawing.Size(19, 16)
  427. Me.Label12.TabIndex = 1675
  428. Me.Label12.Text = "月"
  429. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  430. '
  431. '指定存檔_bt
  432. '
  433. Me.指定存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  434. Me.指定存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.指定存檔_bt.Location = New System.Drawing.Point(1162, 16)
  436. Me.指定存檔_bt.Name = "指定存檔_bt"
  437. Me.指定存檔_bt.Size = New System.Drawing.Size(75, 55)
  438. Me.指定存檔_bt.TabIndex = 1676
  439. Me.指定存檔_bt.Text = "工程主管指定存檔"
  440. Me.指定存檔_bt.UseVisualStyleBackColor = True
  441. '
  442. 'Panel1
  443. '
  444. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  445. Me.Panel1.Controls.Add(Me.語言_dgv)
  446. Me.Panel1.Controls.Add(Me.工程期1_ch)
  447. Me.Panel1.Controls.Add(Me.Label10)
  448. Me.Panel1.Location = New System.Drawing.Point(627, 246)
  449. Me.Panel1.Name = "Panel1"
  450. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  451. Me.Panel1.TabIndex = 1677
  452. Me.Panel1.Visible = False
  453. '
  454. '語言_dgv
  455. '
  456. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  457. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  458. Me.語言_dgv.Location = New System.Drawing.Point(3, 28)
  459. Me.語言_dgv.Name = "語言_dgv"
  460. Me.語言_dgv.RowHeadersWidth = 5
  461. Me.語言_dgv.RowTemplate.Height = 24
  462. Me.語言_dgv.Size = New System.Drawing.Size(192, 50)
  463. Me.語言_dgv.TabIndex = 1451
  464. '
  465. 'Column1
  466. '
  467. Me.Column1.HeaderText = "Column1"
  468. Me.Column1.Name = "Column1"
  469. '
  470. 'Column2
  471. '
  472. Me.Column2.HeaderText = "Column2"
  473. Me.Column2.Name = "Column2"
  474. '
  475. '查閱文件_bt
  476. '
  477. Me.查閱文件_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  478. Me.查閱文件_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.reports
  479. Me.查閱文件_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  480. Me.查閱文件_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  481. Me.查閱文件_bt.ForeColor = System.Drawing.Color.Green
  482. Me.查閱文件_bt.Location = New System.Drawing.Point(1238, 16)
  483. Me.查閱文件_bt.Name = "查閱文件_bt"
  484. Me.查閱文件_bt.Size = New System.Drawing.Size(55, 55)
  485. Me.查閱文件_bt.TabIndex = 1748
  486. Me.查閱文件_bt.UseVisualStyleBackColor = True
  487. '
  488. 'ToolTip1
  489. '
  490. Me.ToolTip1.AutoPopDelay = 5000
  491. Me.ToolTip1.InitialDelay = 500
  492. Me.ToolTip1.IsBalloon = True
  493. Me.ToolTip1.ReshowDelay = 100
  494. Me.ToolTip1.ToolTipTitle = "illustrate"
  495. '
  496. '語轉扭_bt
  497. '
  498. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  499. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  500. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  501. Me.語轉扭_bt.Location = New System.Drawing.Point(1323, 2)
  502. Me.語轉扭_bt.Name = "語轉扭_bt"
  503. Me.語轉扭_bt.Size = New System.Drawing.Size(24, 24)
  504. Me.語轉扭_bt.TabIndex = 1749
  505. Me.語轉扭_bt.Text = "L"
  506. Me.語轉扭_bt.UseVisualStyleBackColor = True
  507. '
  508. '合約驗收控制表
  509. '
  510. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  511. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  512. Me.ClientSize = New System.Drawing.Size(1349, 681)
  513. Me.Controls.Add(Me.語轉扭_bt)
  514. Me.Controls.Add(Me.查閱文件_bt)
  515. Me.Controls.Add(Me.Panel1)
  516. Me.Controls.Add(Me.指定存檔_bt)
  517. Me.Controls.Add(Me.保固_cb)
  518. Me.Controls.Add(Me.Label9)
  519. Me.Controls.Add(Me.合約編號_tb)
  520. Me.Controls.Add(Me.驗收完成_bt)
  521. Me.Controls.Add(Me.備註_tb)
  522. Me.Controls.Add(Me.Label5)
  523. Me.Controls.Add(Me.Label2)
  524. Me.Controls.Add(Me.驗收完成_dtp)
  525. Me.Controls.Add(Me.合約工期_nud)
  526. Me.Controls.Add(Me.Label4)
  527. Me.Controls.Add(Me.Label3)
  528. Me.Controls.Add(Me.日期差異_nud)
  529. Me.Controls.Add(Me.立約日期_dtp)
  530. Me.Controls.Add(Me.驗收日期_dtp)
  531. Me.Controls.Add(Me.Label6)
  532. Me.Controls.Add(Me.Label11)
  533. Me.Controls.Add(Me.合約編號1_cb)
  534. Me.Controls.Add(Me.查詢_bt)
  535. Me.Controls.Add(Me.關鍵字搜尋_tb)
  536. Me.Controls.Add(Me.Label7)
  537. Me.Controls.Add(Me.驗收單_dgv)
  538. Me.Controls.Add(Me.請款已結束_ch)
  539. Me.Controls.Add(Me.請款未結束_ch)
  540. Me.Controls.Add(Me.全部資料_ch)
  541. Me.Controls.Add(Me.Label12)
  542. Me.Controls.Add(Me.工程天數_nud)
  543. Me.Controls.Add(Me.Label8)
  544. Me.Controls.Add(Me.Label1)
  545. Me.Controls.Add(Me.Label20)
  546. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  547. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  548. Me.Name = "合約驗收控制表"
  549. Me.Text = "合約驗收控制表"
  550. CType(Me.驗收單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  551. CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).EndInit()
  552. CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  553. CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).EndInit()
  554. Me.Panel1.ResumeLayout(False)
  555. Me.Panel1.PerformLayout()
  556. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  557. Me.ResumeLayout(False)
  558. Me.PerformLayout()
  559. End Sub
  560. Friend WithEvents 請款已結束_ch As CheckBox
  561. Friend WithEvents 請款未結束_ch As CheckBox
  562. Friend WithEvents 全部資料_ch As CheckBox
  563. Friend WithEvents 驗收單_dgv As DataGridView
  564. Friend WithEvents Label10 As Label
  565. Friend WithEvents 工程期1_ch As ComboBox
  566. Friend WithEvents Label11 As Label
  567. Friend WithEvents 合約編號1_cb As ComboBox
  568. Friend WithEvents 查詢_bt As Button
  569. Friend WithEvents 關鍵字搜尋_tb As TextBox
  570. Friend WithEvents Label7 As Label
  571. Friend WithEvents 合約工期_nud As NumericUpDown
  572. Friend WithEvents Label4 As Label
  573. Friend WithEvents 工程天數_nud As NumericUpDown
  574. Friend WithEvents Label3 As Label
  575. Friend WithEvents 日期差異_nud As NumericUpDown
  576. Friend WithEvents Label1 As Label
  577. Friend WithEvents 立約日期_dtp As DateTimePicker
  578. Friend WithEvents Label20 As Label
  579. Friend WithEvents 驗收日期_dtp As DateTimePicker
  580. Friend WithEvents Label6 As Label
  581. Friend WithEvents Label2 As Label
  582. Friend WithEvents 驗收完成_dtp As DateTimePicker
  583. Friend WithEvents 備註_tb As TextBox
  584. Friend WithEvents Label5 As Label
  585. Friend WithEvents 驗收完成_bt As Button
  586. Friend WithEvents Label8 As Label
  587. Friend WithEvents 合約編號_tb As TextBox
  588. Friend WithEvents Label9 As Label
  589. Friend WithEvents 保固_cb As ComboBox
  590. Friend WithEvents Label12 As Label
  591. Friend WithEvents 指定存檔_bt As Button
  592. Friend WithEvents Panel1 As Panel
  593. Friend WithEvents 查閱文件_bt As Button
  594. Friend WithEvents ToolTip1 As ToolTip
  595. Friend WithEvents 語轉扭_bt As Button
  596. Friend WithEvents 語言_dgv As DataGridView
  597. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  598. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  599. End Class