Нема описа
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 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  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.合約_dgv = New System.Windows.Forms.DataGridView()
  24. Me.甲方_lb = New System.Windows.Forms.Label()
  25. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  26. Me.查詢_bt = New System.Windows.Forms.Button()
  27. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  28. Me.搜尋_lb = New System.Windows.Forms.Label()
  29. Me.利潤比4_tb = New System.Windows.Forms.TextBox()
  30. Me.含折讓_lb = New System.Windows.Forms.Label()
  31. Me.利潤比3_tb = New System.Windows.Forms.TextBox()
  32. Me.不含折讓_lb = New System.Windows.Forms.Label()
  33. Me.總報價_tb = New System.Windows.Forms.TextBox()
  34. Me.總成本_tb = New System.Windows.Forms.TextBox()
  35. Me.累計成本_lb = New System.Windows.Forms.Label()
  36. Me.累計報價_lb = New System.Windows.Forms.Label()
  37. Me.利潤比2_tb = New System.Windows.Forms.TextBox()
  38. Me.利潤比2_lb = New System.Windows.Forms.Label()
  39. Me.利潤比1_tb = New System.Windows.Forms.TextBox()
  40. Me.預估利潤_tb = New System.Windows.Forms.TextBox()
  41. Me.預估材料總報價_tb = New System.Windows.Forms.TextBox()
  42. Me.預估工資總報價_tb = New System.Windows.Forms.TextBox()
  43. Me.預估材料總成本_tb = New System.Windows.Forms.TextBox()
  44. Me.工資總成本_lb = New System.Windows.Forms.Label()
  45. Me.預估工資總成本_tb = New System.Windows.Forms.TextBox()
  46. Me.材料總成本_lb = New System.Windows.Forms.Label()
  47. Me.利潤比1_lb = New System.Windows.Forms.Label()
  48. Me.工資總報價_lb = New System.Windows.Forms.Label()
  49. Me.預估利潤_lb = New System.Windows.Forms.Label()
  50. Me.材料總報價_lb = New System.Windows.Forms.Label()
  51. Me.累計折讓_tb = New System.Windows.Forms.TextBox()
  52. Me.累計折讓_lb = New System.Windows.Forms.Label()
  53. Me.印尼盾_ch = New System.Windows.Forms.CheckBox()
  54. Me.人民幣_ch = New System.Windows.Forms.CheckBox()
  55. Me.美金_ch = New System.Windows.Forms.CheckBox()
  56. Me.台幣_ch = New System.Windows.Forms.CheckBox()
  57. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  58. Me.語轉扭_bt = New System.Windows.Forms.Button()
  59. Me.Panel1 = New System.Windows.Forms.Panel()
  60. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.Panel1.SuspendLayout()
  62. Me.SuspendLayout()
  63. '
  64. '合約_dgv
  65. '
  66. Me.合約_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  67. Or System.Windows.Forms.AnchorStyles.Left) _
  68. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  69. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  70. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  71. Me.合約_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  72. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  73. Me.合約_dgv.Location = New System.Drawing.Point(2, 65)
  74. Me.合約_dgv.Name = "合約_dgv"
  75. Me.合約_dgv.RowHeadersWidth = 5
  76. Me.合約_dgv.RowTemplate.Height = 24
  77. Me.合約_dgv.Size = New System.Drawing.Size(1346, 614)
  78. Me.合約_dgv.TabIndex = 1408
  79. '
  80. '甲方_lb
  81. '
  82. Me.甲方_lb.AutoSize = True
  83. Me.甲方_lb.BackColor = System.Drawing.Color.Transparent
  84. Me.甲方_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. Me.甲方_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  86. Me.甲方_lb.Location = New System.Drawing.Point(2, 31)
  87. Me.甲方_lb.Name = "甲方_lb"
  88. Me.甲方_lb.Size = New System.Drawing.Size(49, 16)
  89. Me.甲方_lb.TabIndex = 1410
  90. Me.甲方_lb.Text = " 甲方"
  91. Me.甲方_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  92. '
  93. '合約編號1_cb
  94. '
  95. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  96. Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  97. Me.合約編號1_cb.FormattingEnabled = True
  98. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  99. Me.合約編號1_cb.Location = New System.Drawing.Point(56, 27)
  100. Me.合約編號1_cb.Name = "合約編號1_cb"
  101. Me.合約編號1_cb.Size = New System.Drawing.Size(132, 24)
  102. Me.合約編號1_cb.TabIndex = 1409
  103. '
  104. '查詢_bt
  105. '
  106. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  107. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  108. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. Me.查詢_bt.Location = New System.Drawing.Point(162, 1)
  110. Me.查詢_bt.Name = "查詢_bt"
  111. Me.查詢_bt.Size = New System.Drawing.Size(26, 26)
  112. Me.查詢_bt.TabIndex = 1413
  113. Me.查詢_bt.UseVisualStyleBackColor = True
  114. '
  115. '關鍵字搜尋_tb
  116. '
  117. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(56, 3)
  118. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  119. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(104, 23)
  120. Me.關鍵字搜尋_tb.TabIndex = 1411
  121. '
  122. '搜尋_lb
  123. '
  124. Me.搜尋_lb.AutoSize = True
  125. Me.搜尋_lb.BackColor = System.Drawing.Color.Transparent
  126. Me.搜尋_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.搜尋_lb.Location = New System.Drawing.Point(23, 6)
  128. Me.搜尋_lb.Name = "搜尋_lb"
  129. Me.搜尋_lb.Size = New System.Drawing.Size(29, 16)
  130. Me.搜尋_lb.TabIndex = 1412
  131. Me.搜尋_lb.Text = "Cari"
  132. Me.搜尋_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  133. '
  134. '利潤比4_tb
  135. '
  136. Me.利潤比4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  137. Me.利潤比4_tb.Location = New System.Drawing.Point(1225, 46)
  138. Me.利潤比4_tb.Name = "利潤比4_tb"
  139. Me.利潤比4_tb.Size = New System.Drawing.Size(105, 16)
  140. Me.利潤比4_tb.TabIndex = 1724
  141. Me.利潤比4_tb.Text = "100%"
  142. Me.利潤比4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  143. '
  144. '含折讓_lb
  145. '
  146. Me.含折讓_lb.AutoSize = True
  147. Me.含折讓_lb.BackColor = System.Drawing.Color.Transparent
  148. Me.含折讓_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.含折讓_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  150. Me.含折讓_lb.Location = New System.Drawing.Point(1120, 46)
  151. Me.含折讓_lb.Name = "含折讓_lb"
  152. Me.含折讓_lb.Size = New System.Drawing.Size(102, 16)
  153. Me.含折讓_lb.TabIndex = 1725
  154. Me.含折讓_lb.Text = " 利潤比(含折讓) : "
  155. Me.含折讓_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  156. '
  157. '利潤比3_tb
  158. '
  159. Me.利潤比3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  160. Me.利潤比3_tb.Location = New System.Drawing.Point(987, 46)
  161. Me.利潤比3_tb.Name = "利潤比3_tb"
  162. Me.利潤比3_tb.Size = New System.Drawing.Size(105, 16)
  163. Me.利潤比3_tb.TabIndex = 1722
  164. Me.利潤比3_tb.Text = "100%"
  165. Me.利潤比3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  166. '
  167. '不含折讓_lb
  168. '
  169. Me.不含折讓_lb.AutoSize = True
  170. Me.不含折讓_lb.BackColor = System.Drawing.Color.Transparent
  171. Me.不含折讓_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.不含折讓_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  173. Me.不含折讓_lb.Location = New System.Drawing.Point(849, 46)
  174. Me.不含折讓_lb.Name = "不含折讓_lb"
  175. Me.不含折讓_lb.Size = New System.Drawing.Size(135, 16)
  176. Me.不含折讓_lb.TabIndex = 1723
  177. Me.不含折讓_lb.Text = " 利潤比(不含折讓) : "
  178. Me.不含折讓_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  179. '
  180. '總報價_tb
  181. '
  182. Me.總報價_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  183. Me.總報價_tb.Location = New System.Drawing.Point(1225, 5)
  184. Me.總報價_tb.Name = "總報價_tb"
  185. Me.總報價_tb.Size = New System.Drawing.Size(105, 16)
  186. Me.總報價_tb.TabIndex = 1719
  187. Me.總報價_tb.Text = "99,999,999,999"
  188. Me.總報價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  189. '
  190. '總成本_tb
  191. '
  192. Me.總成本_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  193. Me.總成本_tb.Location = New System.Drawing.Point(987, 5)
  194. Me.總成本_tb.Name = "總成本_tb"
  195. Me.總成本_tb.Size = New System.Drawing.Size(105, 16)
  196. Me.總成本_tb.TabIndex = 1718
  197. Me.總成本_tb.Text = "99,999,999,999"
  198. Me.總成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  199. '
  200. '累計成本_lb
  201. '
  202. Me.累計成本_lb.AutoSize = True
  203. Me.累計成本_lb.BackColor = System.Drawing.Color.Transparent
  204. Me.累計成本_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. Me.累計成本_lb.ForeColor = System.Drawing.Color.Red
  206. Me.累計成本_lb.Location = New System.Drawing.Point(891, 4)
  207. Me.累計成本_lb.Name = "累計成本_lb"
  208. Me.累計成本_lb.Size = New System.Drawing.Size(94, 16)
  209. Me.累計成本_lb.TabIndex = 1720
  210. Me.累計成本_lb.Text = " 累計成本 : "
  211. Me.累計成本_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  212. '
  213. '累計報價_lb
  214. '
  215. Me.累計報價_lb.AutoSize = True
  216. Me.累計報價_lb.BackColor = System.Drawing.Color.Transparent
  217. Me.累計報價_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.累計報價_lb.ForeColor = System.Drawing.Color.Green
  219. Me.累計報價_lb.Location = New System.Drawing.Point(1109, 3)
  220. Me.累計報價_lb.Name = "累計報價_lb"
  221. Me.累計報價_lb.Size = New System.Drawing.Size(112, 16)
  222. Me.累計報價_lb.TabIndex = 1721
  223. Me.累計報價_lb.Text = " 累計報價 : "
  224. Me.累計報價_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  225. '
  226. '利潤比2_tb
  227. '
  228. Me.利潤比2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  229. Me.利潤比2_tb.Location = New System.Drawing.Point(836, 24)
  230. Me.利潤比2_tb.Name = "利潤比2_tb"
  231. Me.利潤比2_tb.Size = New System.Drawing.Size(40, 16)
  232. Me.利潤比2_tb.TabIndex = 1716
  233. Me.利潤比2_tb.Text = "100%"
  234. Me.利潤比2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  235. '
  236. '利潤比2_lb
  237. '
  238. Me.利潤比2_lb.AutoSize = True
  239. Me.利潤比2_lb.BackColor = System.Drawing.Color.Transparent
  240. Me.利潤比2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.利潤比2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  242. Me.利潤比2_lb.Location = New System.Drawing.Point(785, 24)
  243. Me.利潤比2_lb.Name = "利潤比2_lb"
  244. Me.利潤比2_lb.Size = New System.Drawing.Size(49, 16)
  245. Me.利潤比2_lb.TabIndex = 1717
  246. Me.利潤比2_lb.Text = "Laba %"
  247. Me.利潤比2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  248. '
  249. '利潤比1_tb
  250. '
  251. Me.利潤比1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  252. Me.利潤比1_tb.Location = New System.Drawing.Point(835, 5)
  253. Me.利潤比1_tb.Name = "利潤比1_tb"
  254. Me.利潤比1_tb.Size = New System.Drawing.Size(40, 16)
  255. Me.利潤比1_tb.TabIndex = 1709
  256. Me.利潤比1_tb.Text = "100%"
  257. Me.利潤比1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  258. '
  259. '預估利潤_tb
  260. '
  261. Me.預估利潤_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  262. Me.預估利潤_tb.Location = New System.Drawing.Point(1225, 25)
  263. Me.預估利潤_tb.Name = "預估利潤_tb"
  264. Me.預估利潤_tb.Size = New System.Drawing.Size(105, 16)
  265. Me.預估利潤_tb.TabIndex = 1708
  266. Me.預估利潤_tb.Text = "99,999,999,999"
  267. Me.預估利潤_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  268. '
  269. '預估材料總報價_tb
  270. '
  271. Me.預估材料總報價_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  272. Me.預估材料總報價_tb.Location = New System.Drawing.Point(673, 25)
  273. Me.預估材料總報價_tb.Name = "預估材料總報價_tb"
  274. Me.預估材料總報價_tb.Size = New System.Drawing.Size(105, 16)
  275. Me.預估材料總報價_tb.TabIndex = 1707
  276. Me.預估材料總報價_tb.Text = "99,999,999,999"
  277. Me.預估材料總報價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  278. '
  279. '預估工資總報價_tb
  280. '
  281. Me.預估工資總報價_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  282. Me.預估工資總報價_tb.Location = New System.Drawing.Point(673, 5)
  283. Me.預估工資總報價_tb.Name = "預估工資總報價_tb"
  284. Me.預估工資總報價_tb.Size = New System.Drawing.Size(105, 16)
  285. Me.預估工資總報價_tb.TabIndex = 1706
  286. Me.預估工資總報價_tb.Text = "99,999,999,999"
  287. Me.預估工資總報價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  288. '
  289. '預估材料總成本_tb
  290. '
  291. Me.預估材料總成本_tb.BackColor = System.Drawing.Color.DarkRed
  292. Me.預估材料總成本_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  293. Me.預估材料總成本_tb.Location = New System.Drawing.Point(437, 25)
  294. Me.預估材料總成本_tb.Name = "預估材料總成本_tb"
  295. Me.預估材料總成本_tb.Size = New System.Drawing.Size(105, 16)
  296. Me.預估材料總成本_tb.TabIndex = 1705
  297. Me.預估材料總成本_tb.Text = "99,999,999,999"
  298. Me.預估材料總成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  299. '
  300. '工資總成本_lb
  301. '
  302. Me.工資總成本_lb.AutoSize = True
  303. Me.工資總成本_lb.BackColor = System.Drawing.Color.Transparent
  304. Me.工資總成本_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  305. Me.工資總成本_lb.ForeColor = System.Drawing.Color.Red
  306. Me.工資總成本_lb.Location = New System.Drawing.Point(343, 3)
  307. Me.工資總成本_lb.Name = "工資總成本_lb"
  308. Me.工資總成本_lb.Size = New System.Drawing.Size(91, 16)
  309. Me.工資總成本_lb.TabIndex = 1710
  310. Me.工資總成本_lb.Text = " 工資總成本 : "
  311. Me.工資總成本_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  312. '
  313. '預估工資總成本_tb
  314. '
  315. Me.預估工資總成本_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  316. Me.預估工資總成本_tb.Location = New System.Drawing.Point(437, 5)
  317. Me.預估工資總成本_tb.Name = "預估工資總成本_tb"
  318. Me.預估工資總成本_tb.Size = New System.Drawing.Size(105, 16)
  319. Me.預估工資總成本_tb.TabIndex = 1704
  320. Me.預估工資總成本_tb.Text = "99,999,999,999"
  321. Me.預估工資總成本_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  322. '
  323. '材料總成本_lb
  324. '
  325. Me.材料總成本_lb.AutoSize = True
  326. Me.材料總成本_lb.BackColor = System.Drawing.Color.Transparent
  327. Me.材料總成本_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  328. Me.材料總成本_lb.ForeColor = System.Drawing.Color.Red
  329. Me.材料總成本_lb.Location = New System.Drawing.Point(328, 24)
  330. Me.材料總成本_lb.Name = "材料總成本_lb"
  331. Me.材料總成本_lb.Size = New System.Drawing.Size(106, 16)
  332. Me.材料總成本_lb.TabIndex = 1711
  333. Me.材料總成本_lb.Text = " 材料總成本 : "
  334. Me.材料總成本_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  335. '
  336. '利潤比1_lb
  337. '
  338. Me.利潤比1_lb.AutoSize = True
  339. Me.利潤比1_lb.BackColor = System.Drawing.Color.Transparent
  340. Me.利潤比1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  341. Me.利潤比1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  342. Me.利潤比1_lb.Location = New System.Drawing.Point(784, 4)
  343. Me.利潤比1_lb.Name = "利潤比1_lb"
  344. Me.利潤比1_lb.Size = New System.Drawing.Size(49, 16)
  345. Me.利潤比1_lb.TabIndex = 1715
  346. Me.利潤比1_lb.Text = "利潤比 :"
  347. Me.利潤比1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  348. '
  349. '工資總報價_lb
  350. '
  351. Me.工資總報價_lb.AutoSize = True
  352. Me.工資總報價_lb.BackColor = System.Drawing.Color.Transparent
  353. Me.工資總報價_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  354. Me.工資總報價_lb.ForeColor = System.Drawing.Color.Green
  355. Me.工資總報價_lb.Location = New System.Drawing.Point(563, 4)
  356. Me.工資總報價_lb.Name = "工資總報價_lb"
  357. Me.工資總報價_lb.Size = New System.Drawing.Size(106, 16)
  358. Me.工資總報價_lb.TabIndex = 1712
  359. Me.工資總報價_lb.Text = " 工資總報價 : "
  360. Me.工資總報價_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  361. '
  362. '預估利潤_lb
  363. '
  364. Me.預估利潤_lb.AutoSize = True
  365. Me.預估利潤_lb.BackColor = System.Drawing.Color.Transparent
  366. Me.預估利潤_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  367. Me.預估利潤_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  368. Me.預估利潤_lb.Location = New System.Drawing.Point(1098, 23)
  369. Me.預估利潤_lb.Name = "預估利潤_lb"
  370. Me.預估利潤_lb.Size = New System.Drawing.Size(124, 16)
  371. Me.預估利潤_lb.TabIndex = 1714
  372. Me.預估利潤_lb.Text = " 預估利潤 : "
  373. Me.預估利潤_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  374. '
  375. '材料總報價_lb
  376. '
  377. Me.材料總報價_lb.AutoSize = True
  378. Me.材料總報價_lb.BackColor = System.Drawing.Color.Transparent
  379. Me.材料總報價_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.材料總報價_lb.ForeColor = System.Drawing.Color.Green
  381. Me.材料總報價_lb.Location = New System.Drawing.Point(550, 24)
  382. Me.材料總報價_lb.Name = "材料總報價_lb"
  383. Me.材料總報價_lb.Size = New System.Drawing.Size(118, 16)
  384. Me.材料總報價_lb.TabIndex = 1713
  385. Me.材料總報價_lb.Text = " 材料總報價 : "
  386. Me.材料總報價_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  387. '
  388. '累計折讓_tb
  389. '
  390. Me.累計折讓_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  391. Me.累計折讓_tb.Location = New System.Drawing.Point(987, 25)
  392. Me.累計折讓_tb.Name = "累計折讓_tb"
  393. Me.累計折讓_tb.Size = New System.Drawing.Size(105, 16)
  394. Me.累計折讓_tb.TabIndex = 1726
  395. Me.累計折讓_tb.Text = "99,999,999,999"
  396. Me.累計折讓_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  397. '
  398. '累計折讓_lb
  399. '
  400. Me.累計折讓_lb.AutoSize = True
  401. Me.累計折讓_lb.BackColor = System.Drawing.Color.Transparent
  402. Me.累計折讓_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  403. Me.累計折讓_lb.ForeColor = System.Drawing.Color.Red
  404. Me.累計折讓_lb.Location = New System.Drawing.Point(884, 24)
  405. Me.累計折讓_lb.Name = "累計折讓_lb"
  406. Me.累計折讓_lb.Size = New System.Drawing.Size(100, 16)
  407. Me.累計折讓_lb.TabIndex = 1727
  408. Me.累計折讓_lb.Text = " 累計折讓 : "
  409. Me.累計折讓_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  410. '
  411. '印尼盾_ch
  412. '
  413. Me.印尼盾_ch.AutoSize = True
  414. Me.印尼盾_ch.BackColor = System.Drawing.Color.Transparent
  415. Me.印尼盾_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  416. Me.印尼盾_ch.Checked = True
  417. Me.印尼盾_ch.CheckState = System.Windows.Forms.CheckState.Checked
  418. Me.印尼盾_ch.Location = New System.Drawing.Point(251, 28)
  419. Me.印尼盾_ch.Name = "印尼盾_ch"
  420. Me.印尼盾_ch.Size = New System.Drawing.Size(62, 20)
  421. Me.印尼盾_ch.TabIndex = 1731
  422. Me.印尼盾_ch.Text = "印尼盾"
  423. Me.印尼盾_ch.UseVisualStyleBackColor = False
  424. '
  425. '人民幣_ch
  426. '
  427. Me.人民幣_ch.AutoSize = True
  428. Me.人民幣_ch.BackColor = System.Drawing.Color.Transparent
  429. Me.人民幣_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  430. Me.人民幣_ch.Location = New System.Drawing.Point(251, 7)
  431. Me.人民幣_ch.Name = "人民幣_ch"
  432. Me.人民幣_ch.Size = New System.Drawing.Size(62, 20)
  433. Me.人民幣_ch.TabIndex = 1730
  434. Me.人民幣_ch.Text = "人民幣"
  435. Me.人民幣_ch.UseVisualStyleBackColor = False
  436. '
  437. '美金_ch
  438. '
  439. Me.美金_ch.AutoSize = True
  440. Me.美金_ch.BackColor = System.Drawing.Color.Transparent
  441. Me.美金_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  442. Me.美金_ch.Location = New System.Drawing.Point(194, 7)
  443. Me.美金_ch.Name = "美金_ch"
  444. Me.美金_ch.Size = New System.Drawing.Size(50, 20)
  445. Me.美金_ch.TabIndex = 1728
  446. Me.美金_ch.Text = "美金"
  447. Me.美金_ch.UseVisualStyleBackColor = False
  448. '
  449. '台幣_ch
  450. '
  451. Me.台幣_ch.AutoSize = True
  452. Me.台幣_ch.BackColor = System.Drawing.Color.Transparent
  453. Me.台幣_ch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  454. Me.台幣_ch.Location = New System.Drawing.Point(194, 27)
  455. Me.台幣_ch.Name = "台幣_ch"
  456. Me.台幣_ch.Size = New System.Drawing.Size(50, 20)
  457. Me.台幣_ch.TabIndex = 1729
  458. Me.台幣_ch.Text = "台幣"
  459. Me.台幣_ch.UseVisualStyleBackColor = False
  460. '
  461. 'ToolTip1
  462. '
  463. Me.ToolTip1.AutoPopDelay = 5000
  464. Me.ToolTip1.InitialDelay = 500
  465. Me.ToolTip1.IsBalloon = True
  466. Me.ToolTip1.ReshowDelay = 100
  467. Me.ToolTip1.ToolTipTitle = "illustrate"
  468. '
  469. '語轉扭_bt
  470. '
  471. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  472. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  473. Me.語轉扭_bt.Location = New System.Drawing.Point(7, 3)
  474. Me.語轉扭_bt.Name = "語轉扭_bt"
  475. Me.語轉扭_bt.Size = New System.Drawing.Size(24, 24)
  476. Me.語轉扭_bt.TabIndex = 1732
  477. Me.語轉扭_bt.Text = "L"
  478. Me.語轉扭_bt.UseVisualStyleBackColor = True
  479. '
  480. 'Panel1
  481. '
  482. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  483. Me.Panel1.Location = New System.Drawing.Point(649, 182)
  484. Me.Panel1.Name = "Panel1"
  485. Me.Panel1.Size = New System.Drawing.Size(204, 82)
  486. Me.Panel1.TabIndex = 1733
  487. '
  488. '合約利潤預估表
  489. '
  490. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  491. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  492. Me.ClientSize = New System.Drawing.Size(1350, 681)
  493. Me.Controls.Add(Me.印尼盾_ch)
  494. Me.Controls.Add(Me.人民幣_ch)
  495. Me.Controls.Add(Me.美金_ch)
  496. Me.Controls.Add(Me.台幣_ch)
  497. Me.Controls.Add(Me.累計折讓_tb)
  498. Me.Controls.Add(Me.利潤比4_tb)
  499. Me.Controls.Add(Me.利潤比3_tb)
  500. Me.Controls.Add(Me.總報價_tb)
  501. Me.Controls.Add(Me.總成本_tb)
  502. Me.Controls.Add(Me.利潤比2_tb)
  503. Me.Controls.Add(Me.利潤比1_tb)
  504. Me.Controls.Add(Me.預估利潤_tb)
  505. Me.Controls.Add(Me.預估材料總報價_tb)
  506. Me.Controls.Add(Me.預估工資總報價_tb)
  507. Me.Controls.Add(Me.預估材料總成本_tb)
  508. Me.Controls.Add(Me.預估工資總成本_tb)
  509. Me.Controls.Add(Me.查詢_bt)
  510. Me.Controls.Add(Me.關鍵字搜尋_tb)
  511. Me.Controls.Add(Me.搜尋_lb)
  512. Me.Controls.Add(Me.甲方_lb)
  513. Me.Controls.Add(Me.合約編號1_cb)
  514. Me.Controls.Add(Me.累計折讓_lb)
  515. Me.Controls.Add(Me.含折讓_lb)
  516. Me.Controls.Add(Me.不含折讓_lb)
  517. Me.Controls.Add(Me.累計成本_lb)
  518. Me.Controls.Add(Me.累計報價_lb)
  519. Me.Controls.Add(Me.利潤比2_lb)
  520. Me.Controls.Add(Me.工資總成本_lb)
  521. Me.Controls.Add(Me.材料總成本_lb)
  522. Me.Controls.Add(Me.利潤比1_lb)
  523. Me.Controls.Add(Me.工資總報價_lb)
  524. Me.Controls.Add(Me.預估利潤_lb)
  525. Me.Controls.Add(Me.材料總報價_lb)
  526. Me.Controls.Add(Me.合約_dgv)
  527. Me.Controls.Add(Me.Panel1)
  528. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  529. Me.Margin = New System.Windows.Forms.Padding(4)
  530. Me.MaximizeBox = False
  531. Me.MinimizeBox = False
  532. Me.Name = "合約利潤預估表"
  533. Me.Text = "合約利潤預估表"
  534. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  535. Me.Panel1.ResumeLayout(False)
  536. Me.ResumeLayout(False)
  537. Me.PerformLayout()
  538. End Sub
  539. Friend WithEvents 合約_dgv As DataGridView
  540. Friend WithEvents 甲方_lb As Label
  541. Friend WithEvents 合約編號1_cb As ComboBox
  542. Friend WithEvents 查詢_bt As Button
  543. Friend WithEvents 關鍵字搜尋_tb As TextBox
  544. Friend WithEvents 搜尋_lb As Label
  545. Friend WithEvents 利潤比4_tb As TextBox
  546. Friend WithEvents 含折讓_lb As Label
  547. Friend WithEvents 利潤比3_tb As TextBox
  548. Friend WithEvents 不含折讓_lb As Label
  549. Friend WithEvents 總報價_tb As TextBox
  550. Friend WithEvents 總成本_tb As TextBox
  551. Friend WithEvents 累計成本_lb As Label
  552. Friend WithEvents 累計報價_lb As Label
  553. Friend WithEvents 利潤比2_tb As TextBox
  554. Friend WithEvents 利潤比2_lb As Label
  555. Friend WithEvents 利潤比1_tb As TextBox
  556. Friend WithEvents 預估利潤_tb As TextBox
  557. Friend WithEvents 預估材料總報價_tb As TextBox
  558. Friend WithEvents 預估工資總報價_tb As TextBox
  559. Friend WithEvents 預估材料總成本_tb As TextBox
  560. Friend WithEvents 工資總成本_lb As Label
  561. Friend WithEvents 預估工資總成本_tb As TextBox
  562. Friend WithEvents 材料總成本_lb As Label
  563. Friend WithEvents 利潤比1_lb As Label
  564. Friend WithEvents 工資總報價_lb As Label
  565. Friend WithEvents 預估利潤_lb As Label
  566. Friend WithEvents 材料總報價_lb As Label
  567. Friend WithEvents 累計折讓_tb As TextBox
  568. Friend WithEvents 累計折讓_lb As Label
  569. Friend WithEvents 印尼盾_ch As CheckBox
  570. Friend WithEvents 人民幣_ch As CheckBox
  571. Friend WithEvents 美金_ch As CheckBox
  572. Friend WithEvents 台幣_ch As CheckBox
  573. Friend WithEvents ToolTip1 As ToolTip
  574. Friend WithEvents 語轉扭_bt As Button
  575. Friend WithEvents Panel1 As Panel
  576. End Class