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.

合約結案控制表.Designer.vb 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  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. Me.合約控制表_dgv = New System.Windows.Forms.DataGridView()
  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.查詢_bt = New System.Windows.Forms.Button()
  29. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  30. Me.Label7 = New System.Windows.Forms.Label()
  31. Me.請款已結束_ch = New System.Windows.Forms.CheckBox()
  32. Me.請款未結束_ch = New System.Windows.Forms.CheckBox()
  33. Me.全部資料_ch = New System.Windows.Forms.CheckBox()
  34. Me.DTP1 = New System.Windows.Forms.DateTimePicker()
  35. Me.Panel1 = New System.Windows.Forms.Panel()
  36. Me.保固期限_tb = New System.Windows.Forms.TextBox()
  37. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  38. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  41. Me.備註存檔_bt = New System.Windows.Forms.Button()
  42. Me.備註_tb = New System.Windows.Forms.TextBox()
  43. Me.Label5 = New System.Windows.Forms.Label()
  44. Me.完工結案單_bt = New System.Windows.Forms.Button()
  45. Me.Label372 = New System.Windows.Forms.Label()
  46. Me.客戶名稱_tb = New System.Windows.Forms.ComboBox()
  47. Me.Label375 = New System.Windows.Forms.Label()
  48. Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
  49. Me.Label1 = New System.Windows.Forms.Label()
  50. Me.驗收日_tb = New System.Windows.Forms.TextBox()
  51. CType(Me.合約控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. Me.Panel1.SuspendLayout()
  53. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.SuspendLayout()
  56. '
  57. '合約控制表_dgv
  58. '
  59. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  60. Me.合約控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  61. Me.合約控制表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  62. Or System.Windows.Forms.AnchorStyles.Left) _
  63. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  64. Me.合約控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  65. Me.合約控制表_dgv.BackgroundColor = System.Drawing.Color.White
  66. Me.合約控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  67. Me.合約控制表_dgv.Location = New System.Drawing.Point(2, 53)
  68. Me.合約控制表_dgv.Name = "合約控制表_dgv"
  69. Me.合約控制表_dgv.RowHeadersWidth = 5
  70. Me.合約控制表_dgv.RowTemplate.Height = 24
  71. Me.合約控制表_dgv.Size = New System.Drawing.Size(1345, 625)
  72. Me.合約控制表_dgv.TabIndex = 1444
  73. '
  74. 'Label10
  75. '
  76. Me.Label10.AutoSize = True
  77. Me.Label10.BackColor = System.Drawing.SystemColors.Control
  78. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. Me.Label10.Location = New System.Drawing.Point(352, 6)
  80. Me.Label10.Name = "Label10"
  81. Me.Label10.Size = New System.Drawing.Size(55, 16)
  82. Me.Label10.TabIndex = 1460
  83. Me.Label10.Text = "工程期數"
  84. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  85. '
  86. '工程期1_ch
  87. '
  88. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  89. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  90. Me.工程期1_ch.FormattingEnabled = True
  91. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  92. Me.工程期1_ch.Location = New System.Drawing.Point(408, 2)
  93. Me.工程期1_ch.Name = "工程期1_ch"
  94. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  95. Me.工程期1_ch.TabIndex = 1459
  96. '
  97. 'Label11
  98. '
  99. Me.Label11.AutoSize = True
  100. Me.Label11.BackColor = System.Drawing.SystemColors.Control
  101. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.Label11.Location = New System.Drawing.Point(251, 6)
  103. Me.Label11.Name = "Label11"
  104. Me.Label11.Size = New System.Drawing.Size(31, 16)
  105. Me.Label11.TabIndex = 1458
  106. Me.Label11.Text = "甲方"
  107. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  108. '
  109. '合約編號1_cb
  110. '
  111. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  112. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  113. Me.合約編號1_cb.FormattingEnabled = True
  114. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  115. Me.合約編號1_cb.Location = New System.Drawing.Point(282, 2)
  116. Me.合約編號1_cb.Name = "合約編號1_cb"
  117. Me.合約編號1_cb.Size = New System.Drawing.Size(65, 24)
  118. Me.合約編號1_cb.TabIndex = 1457
  119. '
  120. '查詢_bt
  121. '
  122. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.查詢_bt.Location = New System.Drawing.Point(207, 1)
  124. Me.查詢_bt.Name = "查詢_bt"
  125. Me.查詢_bt.Size = New System.Drawing.Size(40, 25)
  126. Me.查詢_bt.TabIndex = 1456
  127. Me.查詢_bt.Text = "◄"
  128. Me.查詢_bt.UseVisualStyleBackColor = True
  129. '
  130. '關鍵字搜尋_tb
  131. '
  132. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(108, 2)
  133. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  134. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(99, 23)
  135. Me.關鍵字搜尋_tb.TabIndex = 1454
  136. '
  137. 'Label7
  138. '
  139. Me.Label7.AutoSize = True
  140. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. Me.Label7.Location = New System.Drawing.Point(77, 5)
  142. Me.Label7.Name = "Label7"
  143. Me.Label7.Size = New System.Drawing.Size(31, 16)
  144. Me.Label7.TabIndex = 1455
  145. Me.Label7.Text = "搜尋"
  146. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  147. '
  148. '請款已結束_ch
  149. '
  150. Me.請款已結束_ch.AutoSize = True
  151. Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green
  152. Me.請款已結束_ch.Location = New System.Drawing.Point(98, 29)
  153. Me.請款已結束_ch.Name = "請款已結束_ch"
  154. Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20)
  155. Me.請款已結束_ch.TabIndex = 1452
  156. Me.請款已結束_ch.Text = "請款已結束"
  157. Me.請款已結束_ch.UseVisualStyleBackColor = True
  158. '
  159. '請款未結束_ch
  160. '
  161. Me.請款未結束_ch.AutoSize = True
  162. Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green
  163. Me.請款未結束_ch.Location = New System.Drawing.Point(5, 29)
  164. Me.請款未結束_ch.Name = "請款未結束_ch"
  165. Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20)
  166. Me.請款未結束_ch.TabIndex = 1451
  167. Me.請款未結束_ch.Text = "請款未結束"
  168. Me.請款未結束_ch.UseVisualStyleBackColor = True
  169. '
  170. '全部資料_ch
  171. '
  172. Me.全部資料_ch.AutoSize = True
  173. Me.全部資料_ch.Checked = True
  174. Me.全部資料_ch.CheckState = System.Windows.Forms.CheckState.Checked
  175. Me.全部資料_ch.ForeColor = System.Drawing.Color.Green
  176. Me.全部資料_ch.Location = New System.Drawing.Point(5, 5)
  177. Me.全部資料_ch.Name = "全部資料_ch"
  178. Me.全部資料_ch.Size = New System.Drawing.Size(74, 20)
  179. Me.全部資料_ch.TabIndex = 1453
  180. Me.全部資料_ch.Text = "全部資料"
  181. Me.全部資料_ch.UseVisualStyleBackColor = True
  182. '
  183. 'DTP1
  184. '
  185. Me.DTP1.CustomFormat = "yyyy/MM/dd"
  186. Me.DTP1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  187. Me.DTP1.Location = New System.Drawing.Point(3, 3)
  188. Me.DTP1.Name = "DTP1"
  189. Me.DTP1.Size = New System.Drawing.Size(87, 23)
  190. Me.DTP1.TabIndex = 1667
  191. '
  192. 'Panel1
  193. '
  194. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  195. Me.Panel1.Controls.Add(Me.保固期限_tb)
  196. Me.Panel1.Controls.Add(Me.PictureBox2)
  197. Me.Panel1.Controls.Add(Me.PictureBox1)
  198. Me.Panel1.Controls.Add(Me.DTP1)
  199. Me.Panel1.Location = New System.Drawing.Point(625, 216)
  200. Me.Panel1.Name = "Panel1"
  201. Me.Panel1.Size = New System.Drawing.Size(481, 163)
  202. Me.Panel1.TabIndex = 1668
  203. Me.Panel1.Visible = False
  204. '
  205. '保固期限_tb
  206. '
  207. Me.保固期限_tb.Enabled = False
  208. Me.保固期限_tb.Location = New System.Drawing.Point(94, 3)
  209. Me.保固期限_tb.Name = "保固期限_tb"
  210. Me.保固期限_tb.Size = New System.Drawing.Size(55, 23)
  211. Me.保固期限_tb.TabIndex = 1680
  212. '
  213. 'PictureBox2
  214. '
  215. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  216. Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
  217. Me.PictureBox2.Location = New System.Drawing.Point(3, 91)
  218. Me.PictureBox2.Name = "PictureBox2"
  219. Me.PictureBox2.Size = New System.Drawing.Size(471, 61)
  220. Me.PictureBox2.TabIndex = 1669
  221. Me.PictureBox2.TabStop = False
  222. '
  223. 'PictureBox1
  224. '
  225. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  226. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  227. Me.PictureBox1.Location = New System.Drawing.Point(3, 28)
  228. Me.PictureBox1.Name = "PictureBox1"
  229. Me.PictureBox1.Size = New System.Drawing.Size(471, 61)
  230. Me.PictureBox1.TabIndex = 1668
  231. Me.PictureBox1.TabStop = False
  232. '
  233. 'Label2
  234. '
  235. Me.Label2.AutoSize = True
  236. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  237. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  238. Me.Label2.Location = New System.Drawing.Point(487, 6)
  239. Me.Label2.Name = "Label2"
  240. Me.Label2.Size = New System.Drawing.Size(55, 16)
  241. Me.Label2.TabIndex = 1670
  242. Me.Label2.Text = "合約編號"
  243. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  244. '
  245. '合約編號_tb
  246. '
  247. Me.合約編號_tb.Enabled = False
  248. Me.合約編號_tb.Location = New System.Drawing.Point(543, 2)
  249. Me.合約編號_tb.Name = "合約編號_tb"
  250. Me.合約編號_tb.Size = New System.Drawing.Size(125, 23)
  251. Me.合約編號_tb.TabIndex = 1669
  252. '
  253. '備註存檔_bt
  254. '
  255. Me.備註存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.備註存檔_bt.Location = New System.Drawing.Point(1169, 27)
  257. Me.備註存檔_bt.Name = "備註存檔_bt"
  258. Me.備註存檔_bt.Size = New System.Drawing.Size(78, 25)
  259. Me.備註存檔_bt.TabIndex = 1673
  260. Me.備註存檔_bt.Text = "備註存檔"
  261. Me.備註存檔_bt.UseVisualStyleBackColor = True
  262. '
  263. '備註_tb
  264. '
  265. Me.備註_tb.Location = New System.Drawing.Point(704, 28)
  266. Me.備註_tb.Name = "備註_tb"
  267. Me.備註_tb.Size = New System.Drawing.Size(462, 23)
  268. Me.備註_tb.TabIndex = 1671
  269. '
  270. 'Label5
  271. '
  272. Me.Label5.AutoSize = True
  273. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  275. Me.Label5.Location = New System.Drawing.Point(672, 31)
  276. Me.Label5.Name = "Label5"
  277. Me.Label5.Size = New System.Drawing.Size(31, 16)
  278. Me.Label5.TabIndex = 1672
  279. Me.Label5.Text = "備註"
  280. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  281. '
  282. '完工結案單_bt
  283. '
  284. Me.完工結案單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  285. Me.完工結案單_bt.Location = New System.Drawing.Point(1248, 27)
  286. Me.完工結案單_bt.Name = "完工結案單_bt"
  287. Me.完工結案單_bt.Size = New System.Drawing.Size(78, 25)
  288. Me.完工結案單_bt.TabIndex = 1674
  289. Me.完工結案單_bt.Text = "完工結案單"
  290. Me.完工結案單_bt.UseVisualStyleBackColor = True
  291. '
  292. 'Label372
  293. '
  294. Me.Label372.AutoSize = True
  295. Me.Label372.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.Label372.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  297. Me.Label372.Location = New System.Drawing.Point(191, 31)
  298. Me.Label372.Name = "Label372"
  299. Me.Label372.Size = New System.Drawing.Size(55, 16)
  300. Me.Label372.TabIndex = 1677
  301. Me.Label372.Text = "客戶名稱"
  302. Me.Label372.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  303. '
  304. '客戶名稱_tb
  305. '
  306. Me.客戶名稱_tb.FormattingEnabled = True
  307. Me.客戶名稱_tb.Location = New System.Drawing.Point(250, 27)
  308. Me.客戶名稱_tb.Name = "客戶名稱_tb"
  309. Me.客戶名稱_tb.Size = New System.Drawing.Size(418, 24)
  310. Me.客戶名稱_tb.TabIndex = 1678
  311. '
  312. 'Label375
  313. '
  314. Me.Label375.AutoSize = True
  315. Me.Label375.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.Label375.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  317. Me.Label375.Location = New System.Drawing.Point(672, 6)
  318. Me.Label375.Name = "Label375"
  319. Me.Label375.Size = New System.Drawing.Size(87, 16)
  320. Me.Label375.TabIndex = 1675
  321. Me.Label375.Text = "工程名稱(中文)"
  322. Me.Label375.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  323. '
  324. '工程名稱_中_tb
  325. '
  326. Me.工程名稱_中_tb.Location = New System.Drawing.Point(766, 3)
  327. Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
  328. Me.工程名稱_中_tb.Size = New System.Drawing.Size(400, 23)
  329. Me.工程名稱_中_tb.TabIndex = 1676
  330. '
  331. 'Label1
  332. '
  333. Me.Label1.AutoSize = True
  334. Me.Label1.BackColor = System.Drawing.SystemColors.Control
  335. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.Label1.Location = New System.Drawing.Point(1176, 6)
  337. Me.Label1.Name = "Label1"
  338. Me.Label1.Size = New System.Drawing.Size(43, 16)
  339. Me.Label1.TabIndex = 1680
  340. Me.Label1.Text = "驗收日"
  341. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  342. '
  343. '驗收日_tb
  344. '
  345. Me.驗收日_tb.Enabled = False
  346. Me.驗收日_tb.Location = New System.Drawing.Point(1217, 2)
  347. Me.驗收日_tb.Name = "驗收日_tb"
  348. Me.驗收日_tb.Size = New System.Drawing.Size(109, 23)
  349. Me.驗收日_tb.TabIndex = 1679
  350. '
  351. '合約結案控制表
  352. '
  353. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  354. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  355. Me.ClientSize = New System.Drawing.Size(1349, 681)
  356. Me.Controls.Add(Me.Label372)
  357. Me.Controls.Add(Me.客戶名稱_tb)
  358. Me.Controls.Add(Me.Label375)
  359. Me.Controls.Add(Me.工程名稱_中_tb)
  360. Me.Controls.Add(Me.完工結案單_bt)
  361. Me.Controls.Add(Me.請款未結束_ch)
  362. Me.Controls.Add(Me.備註存檔_bt)
  363. Me.Controls.Add(Me.請款已結束_ch)
  364. Me.Controls.Add(Me.備註_tb)
  365. Me.Controls.Add(Me.Label5)
  366. Me.Controls.Add(Me.Label2)
  367. Me.Controls.Add(Me.合約編號_tb)
  368. Me.Controls.Add(Me.Panel1)
  369. Me.Controls.Add(Me.工程期1_ch)
  370. Me.Controls.Add(Me.合約編號1_cb)
  371. Me.Controls.Add(Me.查詢_bt)
  372. Me.Controls.Add(Me.關鍵字搜尋_tb)
  373. Me.Controls.Add(Me.全部資料_ch)
  374. Me.Controls.Add(Me.合約控制表_dgv)
  375. Me.Controls.Add(Me.Label10)
  376. Me.Controls.Add(Me.Label11)
  377. Me.Controls.Add(Me.Label7)
  378. Me.Controls.Add(Me.Label1)
  379. Me.Controls.Add(Me.驗收日_tb)
  380. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  381. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  382. Me.Name = "合約結案控制表"
  383. Me.Text = "合約結案控制表"
  384. CType(Me.合約控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  385. Me.Panel1.ResumeLayout(False)
  386. Me.Panel1.PerformLayout()
  387. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  388. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  389. Me.ResumeLayout(False)
  390. Me.PerformLayout()
  391. End Sub
  392. Friend WithEvents 合約控制表_dgv As DataGridView
  393. Friend WithEvents Label10 As Label
  394. Friend WithEvents 工程期1_ch As ComboBox
  395. Friend WithEvents Label11 As Label
  396. Friend WithEvents 合約編號1_cb As ComboBox
  397. Friend WithEvents 查詢_bt As Button
  398. Friend WithEvents 關鍵字搜尋_tb As TextBox
  399. Friend WithEvents Label7 As Label
  400. Friend WithEvents 請款已結束_ch As CheckBox
  401. Friend WithEvents 請款未結束_ch As CheckBox
  402. Friend WithEvents 全部資料_ch As CheckBox
  403. Friend WithEvents DTP1 As DateTimePicker
  404. Friend WithEvents Panel1 As Panel
  405. Friend WithEvents Label2 As Label
  406. Friend WithEvents 合約編號_tb As TextBox
  407. Friend WithEvents 備註存檔_bt As Button
  408. Friend WithEvents 備註_tb As TextBox
  409. Friend WithEvents Label5 As Label
  410. Friend WithEvents 完工結案單_bt As Button
  411. Friend WithEvents Label372 As Label
  412. Friend WithEvents 客戶名稱_tb As ComboBox
  413. Friend WithEvents Label375 As Label
  414. Friend WithEvents 工程名稱_中_tb As TextBox
  415. Friend WithEvents Label1 As Label
  416. Friend WithEvents 驗收日_tb As TextBox
  417. Friend WithEvents PictureBox2 As PictureBox
  418. Friend WithEvents PictureBox1 As PictureBox
  419. Friend WithEvents 保固期限_tb As TextBox
  420. End Class