暫無描述
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 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 合約結案控制表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.合約控制表_dgv = New System.Windows.Forms.DataGridView()
  25. Me.Label10 = New System.Windows.Forms.Label()
  26. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  27. Me.Label11 = New System.Windows.Forms.Label()
  28. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  29. Me.查詢_bt = New System.Windows.Forms.Button()
  30. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  31. Me.Label7 = New System.Windows.Forms.Label()
  32. Me.請款已結束_ch = New System.Windows.Forms.CheckBox()
  33. Me.請款未結束_ch = New System.Windows.Forms.CheckBox()
  34. Me.全部資料_ch = New System.Windows.Forms.CheckBox()
  35. Me.DTP1 = New System.Windows.Forms.DateTimePicker()
  36. Me.Panel1 = New System.Windows.Forms.Panel()
  37. Me.工程名稱_英_tb = New System.Windows.Forms.TextBox()
  38. Me.保固期限_tb = New System.Windows.Forms.TextBox()
  39. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  40. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  41. Me.語轉扭_bt = New System.Windows.Forms.Button()
  42. Me.Label2 = New System.Windows.Forms.Label()
  43. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  44. Me.備註存檔_bt = New System.Windows.Forms.Button()
  45. Me.備註_tb = New System.Windows.Forms.TextBox()
  46. Me.Label5 = New System.Windows.Forms.Label()
  47. Me.完工結案單_bt = New System.Windows.Forms.Button()
  48. Me.Label372 = New System.Windows.Forms.Label()
  49. Me.客戶名稱_tb = New System.Windows.Forms.ComboBox()
  50. Me.Label375 = New System.Windows.Forms.Label()
  51. Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
  52. Me.Label1 = New System.Windows.Forms.Label()
  53. Me.驗收日_tb = New System.Windows.Forms.TextBox()
  54. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  55. CType(Me.合約控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.Panel1.SuspendLayout()
  57. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.SuspendLayout()
  60. '
  61. '合約控制表_dgv
  62. '
  63. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  64. Me.合約控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  65. Me.合約控制表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  66. Or System.Windows.Forms.AnchorStyles.Left) _
  67. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  68. Me.合約控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  69. Me.合約控制表_dgv.BackgroundColor = System.Drawing.Color.White
  70. Me.合約控制表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  71. Me.合約控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  72. Me.合約控制表_dgv.Location = New System.Drawing.Point(2, 60)
  73. Me.合約控制表_dgv.Name = "合約控制表_dgv"
  74. Me.合約控制表_dgv.RowHeadersWidth = 5
  75. Me.合約控制表_dgv.RowTemplate.Height = 24
  76. Me.合約控制表_dgv.Size = New System.Drawing.Size(1345, 618)
  77. Me.合約控制表_dgv.TabIndex = 1444
  78. '
  79. 'Label10
  80. '
  81. Me.Label10.AutoSize = True
  82. Me.Label10.BackColor = System.Drawing.SystemColors.Control
  83. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Label10.Location = New System.Drawing.Point(3, 160)
  85. Me.Label10.Name = "Label10"
  86. Me.Label10.Size = New System.Drawing.Size(55, 16)
  87. Me.Label10.TabIndex = 1460
  88. Me.Label10.Text = "工程期數"
  89. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  90. '
  91. '工程期1_ch
  92. '
  93. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  94. Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
  95. Me.工程期1_ch.FormattingEnabled = True
  96. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  97. Me.工程期1_ch.Location = New System.Drawing.Point(59, 156)
  98. Me.工程期1_ch.Name = "工程期1_ch"
  99. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  100. Me.工程期1_ch.TabIndex = 1459
  101. '
  102. 'Label11
  103. '
  104. Me.Label11.BackColor = System.Drawing.SystemColors.Control
  105. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. Me.Label11.Location = New System.Drawing.Point(184, 34)
  107. Me.Label11.Name = "Label11"
  108. Me.Label11.Size = New System.Drawing.Size(45, 16)
  109. Me.Label11.TabIndex = 1458
  110. Me.Label11.Text = "甲方"
  111. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  112. Me.Label11.UseMnemonic = False
  113. '
  114. '合約編號1_cb
  115. '
  116. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  117. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  118. Me.合約編號1_cb.FormattingEnabled = True
  119. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  120. Me.合約編號1_cb.Location = New System.Drawing.Point(230, 30)
  121. Me.合約編號1_cb.Name = "合約編號1_cb"
  122. Me.合約編號1_cb.Size = New System.Drawing.Size(123, 24)
  123. Me.合約編號1_cb.TabIndex = 1457
  124. '
  125. '查詢_bt
  126. '
  127. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search
  128. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  129. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.查詢_bt.Location = New System.Drawing.Point(328, 4)
  131. Me.查詢_bt.Name = "查詢_bt"
  132. Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
  133. Me.查詢_bt.TabIndex = 1456
  134. Me.查詢_bt.UseVisualStyleBackColor = True
  135. '
  136. '關鍵字搜尋_tb
  137. '
  138. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(230, 5)
  139. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  140. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(98, 23)
  141. Me.關鍵字搜尋_tb.TabIndex = 1454
  142. '
  143. 'Label7
  144. '
  145. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  146. Me.Label7.Location = New System.Drawing.Point(182, 8)
  147. Me.Label7.Name = "Label7"
  148. Me.Label7.Size = New System.Drawing.Size(45, 16)
  149. Me.Label7.TabIndex = 1455
  150. Me.Label7.Text = "搜尋"
  151. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  152. '
  153. '請款已結束_ch
  154. '
  155. Me.請款已結束_ch.AutoSize = True
  156. Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green
  157. Me.請款已結束_ch.Location = New System.Drawing.Point(5, 40)
  158. Me.請款已結束_ch.Name = "請款已結束_ch"
  159. Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20)
  160. Me.請款已結束_ch.TabIndex = 1452
  161. Me.請款已結束_ch.Text = "請款已結束"
  162. Me.請款已結束_ch.UseVisualStyleBackColor = True
  163. '
  164. '請款未結束_ch
  165. '
  166. Me.請款未結束_ch.AutoSize = True
  167. Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green
  168. Me.請款未結束_ch.Location = New System.Drawing.Point(5, 21)
  169. Me.請款未結束_ch.Name = "請款未結束_ch"
  170. Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20)
  171. Me.請款未結束_ch.TabIndex = 1451
  172. Me.請款未結束_ch.Text = "請款未結束"
  173. Me.請款未結束_ch.UseVisualStyleBackColor = True
  174. '
  175. '全部資料_ch
  176. '
  177. Me.全部資料_ch.AutoSize = True
  178. Me.全部資料_ch.Checked = True
  179. Me.全部資料_ch.CheckState = System.Windows.Forms.CheckState.Checked
  180. Me.全部資料_ch.ForeColor = System.Drawing.Color.Green
  181. Me.全部資料_ch.Location = New System.Drawing.Point(5, 3)
  182. Me.全部資料_ch.Name = "全部資料_ch"
  183. Me.全部資料_ch.Size = New System.Drawing.Size(74, 20)
  184. Me.全部資料_ch.TabIndex = 1453
  185. Me.全部資料_ch.Text = "全部資料"
  186. Me.全部資料_ch.UseVisualStyleBackColor = True
  187. '
  188. 'DTP1
  189. '
  190. Me.DTP1.CustomFormat = "yyyy/MM/dd"
  191. Me.DTP1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  192. Me.DTP1.Location = New System.Drawing.Point(3, 3)
  193. Me.DTP1.Name = "DTP1"
  194. Me.DTP1.Size = New System.Drawing.Size(87, 23)
  195. Me.DTP1.TabIndex = 1667
  196. '
  197. 'Panel1
  198. '
  199. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  200. Me.Panel1.Controls.Add(Me.工程名稱_英_tb)
  201. Me.Panel1.Controls.Add(Me.保固期限_tb)
  202. Me.Panel1.Controls.Add(Me.PictureBox2)
  203. Me.Panel1.Controls.Add(Me.PictureBox1)
  204. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  205. Me.Panel1.Controls.Add(Me.DTP1)
  206. Me.Panel1.Controls.Add(Me.工程期1_ch)
  207. Me.Panel1.Controls.Add(Me.Label10)
  208. Me.Panel1.Location = New System.Drawing.Point(625, 216)
  209. Me.Panel1.Name = "Panel1"
  210. Me.Panel1.Size = New System.Drawing.Size(481, 191)
  211. Me.Panel1.TabIndex = 1668
  212. '
  213. '工程名稱_英_tb
  214. '
  215. Me.工程名稱_英_tb.Location = New System.Drawing.Point(155, 3)
  216. Me.工程名稱_英_tb.Name = "工程名稱_英_tb"
  217. Me.工程名稱_英_tb.Size = New System.Drawing.Size(319, 23)
  218. Me.工程名稱_英_tb.TabIndex = 1681
  219. '
  220. '保固期限_tb
  221. '
  222. Me.保固期限_tb.Enabled = False
  223. Me.保固期限_tb.Location = New System.Drawing.Point(94, 3)
  224. Me.保固期限_tb.Name = "保固期限_tb"
  225. Me.保固期限_tb.Size = New System.Drawing.Size(55, 23)
  226. Me.保固期限_tb.TabIndex = 1680
  227. '
  228. 'PictureBox2
  229. '
  230. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  231. Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
  232. Me.PictureBox2.Location = New System.Drawing.Point(3, 91)
  233. Me.PictureBox2.Name = "PictureBox2"
  234. Me.PictureBox2.Size = New System.Drawing.Size(471, 61)
  235. Me.PictureBox2.TabIndex = 1669
  236. Me.PictureBox2.TabStop = False
  237. '
  238. 'PictureBox1
  239. '
  240. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  241. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  242. Me.PictureBox1.Location = New System.Drawing.Point(3, 28)
  243. Me.PictureBox1.Name = "PictureBox1"
  244. Me.PictureBox1.Size = New System.Drawing.Size(471, 61)
  245. Me.PictureBox1.TabIndex = 1668
  246. Me.PictureBox1.TabStop = False
  247. '
  248. '語轉扭_bt
  249. '
  250. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  251. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  253. Me.語轉扭_bt.Location = New System.Drawing.Point(140, 158)
  254. Me.語轉扭_bt.Name = "語轉扭_bt"
  255. Me.語轉扭_bt.Size = New System.Drawing.Size(24, 24)
  256. Me.語轉扭_bt.TabIndex = 1835
  257. Me.語轉扭_bt.Text = "L"
  258. Me.語轉扭_bt.UseVisualStyleBackColor = True
  259. '
  260. 'Label2
  261. '
  262. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  263. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.Label2.Location = New System.Drawing.Point(354, 9)
  265. Me.Label2.Name = "Label2"
  266. Me.Label2.Size = New System.Drawing.Size(80, 16)
  267. Me.Label2.TabIndex = 1670
  268. Me.Label2.Text = "合約編號"
  269. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  270. '
  271. '合約編號_tb
  272. '
  273. Me.合約編號_tb.Location = New System.Drawing.Point(437, 5)
  274. Me.合約編號_tb.Name = "合約編號_tb"
  275. Me.合約編號_tb.Size = New System.Drawing.Size(247, 23)
  276. Me.合約編號_tb.TabIndex = 1669
  277. '
  278. '備註存檔_bt
  279. '
  280. Me.備註存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  281. Me.備註存檔_bt.Location = New System.Drawing.Point(1186, 30)
  282. Me.備註存檔_bt.Name = "備註存檔_bt"
  283. Me.備註存檔_bt.Size = New System.Drawing.Size(78, 25)
  284. Me.備註存檔_bt.TabIndex = 1673
  285. Me.備註存檔_bt.Text = "備註存檔"
  286. Me.備註存檔_bt.UseVisualStyleBackColor = True
  287. '
  288. '備註_tb
  289. '
  290. Me.備註_tb.Location = New System.Drawing.Point(786, 31)
  291. Me.備註_tb.Name = "備註_tb"
  292. Me.備註_tb.Size = New System.Drawing.Size(400, 23)
  293. Me.備註_tb.TabIndex = 1671
  294. '
  295. 'Label5
  296. '
  297. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  299. Me.Label5.Location = New System.Drawing.Point(689, 34)
  300. Me.Label5.Name = "Label5"
  301. Me.Label5.Size = New System.Drawing.Size(95, 16)
  302. Me.Label5.TabIndex = 1672
  303. Me.Label5.Text = "備註"
  304. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  305. '
  306. '完工結案單_bt
  307. '
  308. Me.完工結案單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.完工結案單_bt.Location = New System.Drawing.Point(1264, 30)
  310. Me.完工結案單_bt.Name = "完工結案單_bt"
  311. Me.完工結案單_bt.Size = New System.Drawing.Size(78, 25)
  312. Me.完工結案單_bt.TabIndex = 1674
  313. Me.完工結案單_bt.Text = "完工結案單"
  314. Me.完工結案單_bt.UseVisualStyleBackColor = True
  315. '
  316. 'Label372
  317. '
  318. Me.Label372.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  319. Me.Label372.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  320. Me.Label372.Location = New System.Drawing.Point(356, 34)
  321. Me.Label372.Name = "Label372"
  322. Me.Label372.Size = New System.Drawing.Size(80, 16)
  323. Me.Label372.TabIndex = 1677
  324. Me.Label372.Text = "客戶名稱"
  325. Me.Label372.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  326. '
  327. '客戶名稱_tb
  328. '
  329. Me.客戶名稱_tb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  330. Me.客戶名稱_tb.FormattingEnabled = True
  331. Me.客戶名稱_tb.Location = New System.Drawing.Point(438, 30)
  332. Me.客戶名稱_tb.Name = "客戶名稱_tb"
  333. Me.客戶名稱_tb.Size = New System.Drawing.Size(246, 24)
  334. Me.客戶名稱_tb.TabIndex = 1678
  335. '
  336. 'Label375
  337. '
  338. Me.Label375.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  339. Me.Label375.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  340. Me.Label375.Location = New System.Drawing.Point(689, 9)
  341. Me.Label375.Name = "Label375"
  342. Me.Label375.Size = New System.Drawing.Size(95, 16)
  343. Me.Label375.TabIndex = 1675
  344. Me.Label375.Text = "工程名稱(中文)"
  345. Me.Label375.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  346. '
  347. '工程名稱_中_tb
  348. '
  349. Me.工程名稱_中_tb.Location = New System.Drawing.Point(786, 6)
  350. Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
  351. Me.工程名稱_中_tb.Size = New System.Drawing.Size(400, 23)
  352. Me.工程名稱_中_tb.TabIndex = 1676
  353. '
  354. 'Label1
  355. '
  356. Me.Label1.BackColor = System.Drawing.SystemColors.Control
  357. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  358. Me.Label1.Location = New System.Drawing.Point(1189, 9)
  359. Me.Label1.Name = "Label1"
  360. Me.Label1.Size = New System.Drawing.Size(48, 16)
  361. Me.Label1.TabIndex = 1680
  362. Me.Label1.Text = "驗收日"
  363. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  364. '
  365. '驗收日_tb
  366. '
  367. Me.驗收日_tb.Location = New System.Drawing.Point(1238, 5)
  368. Me.驗收日_tb.Name = "驗收日_tb"
  369. Me.驗收日_tb.Size = New System.Drawing.Size(101, 23)
  370. Me.驗收日_tb.TabIndex = 1679
  371. '
  372. 'ToolTip1
  373. '
  374. Me.ToolTip1.AutoPopDelay = 5000
  375. Me.ToolTip1.InitialDelay = 500
  376. Me.ToolTip1.IsBalloon = True
  377. Me.ToolTip1.ReshowDelay = 100
  378. Me.ToolTip1.ToolTipTitle = "illustrate"
  379. '
  380. '合約結案控制表
  381. '
  382. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  383. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  384. Me.ClientSize = New System.Drawing.Size(1349, 681)
  385. Me.Controls.Add(Me.Label372)
  386. Me.Controls.Add(Me.Label375)
  387. Me.Controls.Add(Me.Label2)
  388. Me.Controls.Add(Me.Label1)
  389. Me.Controls.Add(Me.客戶名稱_tb)
  390. Me.Controls.Add(Me.工程名稱_中_tb)
  391. Me.Controls.Add(Me.完工結案單_bt)
  392. Me.Controls.Add(Me.請款未結束_ch)
  393. Me.Controls.Add(Me.備註存檔_bt)
  394. Me.Controls.Add(Me.請款已結束_ch)
  395. Me.Controls.Add(Me.備註_tb)
  396. Me.Controls.Add(Me.Label5)
  397. Me.Controls.Add(Me.合約編號_tb)
  398. Me.Controls.Add(Me.Panel1)
  399. Me.Controls.Add(Me.合約編號1_cb)
  400. Me.Controls.Add(Me.查詢_bt)
  401. Me.Controls.Add(Me.關鍵字搜尋_tb)
  402. Me.Controls.Add(Me.全部資料_ch)
  403. Me.Controls.Add(Me.合約控制表_dgv)
  404. Me.Controls.Add(Me.Label11)
  405. Me.Controls.Add(Me.Label7)
  406. Me.Controls.Add(Me.驗收日_tb)
  407. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  408. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  409. Me.Name = "合約結案控制表"
  410. Me.Text = "合約結案控制表"
  411. CType(Me.合約控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  412. Me.Panel1.ResumeLayout(False)
  413. Me.Panel1.PerformLayout()
  414. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  415. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  416. Me.ResumeLayout(False)
  417. Me.PerformLayout()
  418. End Sub
  419. Friend WithEvents 合約控制表_dgv As DataGridView
  420. Friend WithEvents Label10 As Label
  421. Friend WithEvents 工程期1_ch As ComboBox
  422. Friend WithEvents Label11 As Label
  423. Friend WithEvents 合約編號1_cb As ComboBox
  424. Friend WithEvents 查詢_bt As Button
  425. Friend WithEvents 關鍵字搜尋_tb As TextBox
  426. Friend WithEvents Label7 As Label
  427. Friend WithEvents 請款已結束_ch As CheckBox
  428. Friend WithEvents 請款未結束_ch As CheckBox
  429. Friend WithEvents 全部資料_ch As CheckBox
  430. Friend WithEvents DTP1 As DateTimePicker
  431. Friend WithEvents Panel1 As Panel
  432. Friend WithEvents Label2 As Label
  433. Friend WithEvents 合約編號_tb As TextBox
  434. Friend WithEvents 備註存檔_bt As Button
  435. Friend WithEvents 備註_tb As TextBox
  436. Friend WithEvents Label5 As Label
  437. Friend WithEvents 完工結案單_bt As Button
  438. Friend WithEvents Label372 As Label
  439. Friend WithEvents 客戶名稱_tb As ComboBox
  440. Friend WithEvents Label375 As Label
  441. Friend WithEvents 工程名稱_中_tb As TextBox
  442. Friend WithEvents Label1 As Label
  443. Friend WithEvents 驗收日_tb As TextBox
  444. Friend WithEvents 保固期限_tb As TextBox
  445. Friend WithEvents PictureBox2 As PictureBox
  446. Friend WithEvents PictureBox1 As PictureBox
  447. Friend WithEvents 工程名稱_英_tb As TextBox
  448. Friend WithEvents 語轉扭_bt As Button
  449. Friend WithEvents ToolTip1 As ToolTip
  450. End Class