Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

採購單二級核准.Designer.vb 50KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim ChartArea1 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  29. Dim Legend1 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  30. Dim Series1 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  31. Me.稅金比例_tb = New System.Windows.Forms.TextBox()
  32. Me.稅金金額_tb = New System.Windows.Forms.TextBox()
  33. Me.稅金_ch = New System.Windows.Forms.CheckBox()
  34. Me.折扣金額_tb = New System.Windows.Forms.TextBox()
  35. Me.折扣比例_tb = New System.Windows.Forms.TextBox()
  36. Me.Label12 = New System.Windows.Forms.Label()
  37. Me.傳真_tb = New System.Windows.Forms.TextBox()
  38. Me.Label11 = New System.Windows.Forms.Label()
  39. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  40. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  41. Me.圖片編碼_lb = New System.Windows.Forms.Label()
  42. Me.驗證碼_lb = New System.Windows.Forms.Label()
  43. Me.簽名檔_dgv = New System.Windows.Forms.DataGridView()
  44. Me.未核准_ib = New System.Windows.Forms.Label()
  45. Me.總金額_tb = New System.Windows.Forms.TextBox()
  46. Me.總金額_lb = New System.Windows.Forms.Label()
  47. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  48. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  49. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  50. Me.選擇公司_lb = New System.Windows.Forms.Label()
  51. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  52. Me.需求時間_dtp = New System.Windows.Forms.DateTimePicker()
  53. Me.Label8 = New System.Windows.Forms.Label()
  54. Me.使用地點_tb = New System.Windows.Forms.TextBox()
  55. Me.Label5 = New System.Windows.Forms.Label()
  56. Me.採購單號_tb = New System.Windows.Forms.TextBox()
  57. Me.Label2 = New System.Windows.Forms.Label()
  58. Me.電話_tb = New System.Windows.Forms.TextBox()
  59. Me.地址_tb = New System.Windows.Forms.TextBox()
  60. Me.Label3 = New System.Windows.Forms.Label()
  61. Me.郵件_tb = New System.Windows.Forms.TextBox()
  62. Me.Label1 = New System.Windows.Forms.Label()
  63. Me.Label6 = New System.Windows.Forms.Label()
  64. Me.Label7 = New System.Windows.Forms.Label()
  65. Me.單據_dgv = New System.Windows.Forms.DataGridView()
  66. Me.項次_tb = New System.Windows.Forms.TextBox()
  67. Me.項次_lb = New System.Windows.Forms.Label()
  68. Me.選擇_lb = New System.Windows.Forms.Label()
  69. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  70. Me.一級簽核_lb = New System.Windows.Forms.Label()
  71. Me.二級簽核_lb = New System.Windows.Forms.Label()
  72. Me.編號_tb = New System.Windows.Forms.TextBox()
  73. Me.價錢_dgv = New System.Windows.Forms.DataGridView()
  74. Me.Label4 = New System.Windows.Forms.Label()
  75. Me.Panel1 = New System.Windows.Forms.Panel()
  76. Me.日期_rb = New System.Windows.Forms.RadioButton()
  77. Me.單價_rb = New System.Windows.Forms.RadioButton()
  78. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  79. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  80. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  81. Me.語轉扭_bt = New System.Windows.Forms.Button()
  82. Me.料號1_tb = New System.Windows.Forms.TextBox()
  83. Me.料號_dgv = New System.Windows.Forms.DataGridView()
  84. Me.Panel3 = New System.Windows.Forms.Panel()
  85. Me.供應商資料_dgv = New System.Windows.Forms.DataGridView()
  86. Me.長條圖_ch = New System.Windows.Forms.CheckBox()
  87. Me.折線圖_ch = New System.Windows.Forms.CheckBox()
  88. Me.品名_tb = New System.Windows.Forms.TextBox()
  89. Me.歷史單價_P = New System.Windows.Forms.Panel()
  90. Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  91. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  92. Me.料號_bt = New System.Windows.Forms.Button()
  93. Me.刪除一筆選中的細項資料_bt = New System.Windows.Forms.Button()
  94. Me.簽名檔1_pb = New System.Windows.Forms.PictureBox()
  95. Me.物料圖檔_pb = New System.Windows.Forms.PictureBox()
  96. Me.存檔_bt = New System.Windows.Forms.Button()
  97. Me.簽名檔2_pb = New System.Windows.Forms.PictureBox()
  98. Me.作廢_bt = New System.Windows.Forms.Button()
  99. Me.核准_bt = New System.Windows.Forms.Button()
  100. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  101. Me.供應商1_cb = New System.Windows.Forms.ComboBox()
  102. Me.公司類別_cb = New System.Windows.Forms.ComboBox()
  103. Me.計算分流01 = New System.Windows.Forms.Timer(Me.components)
  104. CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  105. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  109. Me.Panel1.SuspendLayout()
  110. CType(Me.料號_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  111. Me.Panel3.SuspendLayout()
  112. CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  113. Me.歷史單價_P.SuspendLayout()
  114. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
  115. CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  116. CType(Me.物料圖檔_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  117. CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  118. Me.SuspendLayout()
  119. '
  120. '稅金比例_tb
  121. '
  122. Me.稅金比例_tb.Location = New System.Drawing.Point(911, 98)
  123. Me.稅金比例_tb.Name = "稅金比例_tb"
  124. Me.稅金比例_tb.Size = New System.Drawing.Size(30, 23)
  125. Me.稅金比例_tb.TabIndex = 966
  126. Me.稅金比例_tb.Text = "10"
  127. Me.稅金比例_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  128. '
  129. '稅金金額_tb
  130. '
  131. Me.稅金金額_tb.Location = New System.Drawing.Point(941, 98)
  132. Me.稅金金額_tb.Name = "稅金金額_tb"
  133. Me.稅金金額_tb.Size = New System.Drawing.Size(80, 23)
  134. Me.稅金金額_tb.TabIndex = 965
  135. Me.稅金金額_tb.Text = "0"
  136. Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  137. '
  138. '稅金_ch
  139. '
  140. Me.稅金_ch.AutoSize = True
  141. Me.稅金_ch.Location = New System.Drawing.Point(839, 99)
  142. Me.稅金_ch.Name = "稅金_ch"
  143. Me.稅金_ch.Size = New System.Drawing.Size(70, 20)
  144. Me.稅金_ch.TabIndex = 964
  145. Me.稅金_ch.Text = "PPN % :"
  146. Me.稅金_ch.UseVisualStyleBackColor = True
  147. '
  148. '折扣金額_tb
  149. '
  150. Me.折扣金額_tb.Location = New System.Drawing.Point(941, 74)
  151. Me.折扣金額_tb.Name = "折扣金額_tb"
  152. Me.折扣金額_tb.Size = New System.Drawing.Size(80, 23)
  153. Me.折扣金額_tb.TabIndex = 963
  154. Me.折扣金額_tb.Text = "0"
  155. Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  156. '
  157. '折扣比例_tb
  158. '
  159. Me.折扣比例_tb.Location = New System.Drawing.Point(911, 74)
  160. Me.折扣比例_tb.Name = "折扣比例_tb"
  161. Me.折扣比例_tb.Size = New System.Drawing.Size(30, 23)
  162. Me.折扣比例_tb.TabIndex = 962
  163. Me.折扣比例_tb.Text = "0"
  164. Me.折扣比例_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  165. '
  166. 'Label12
  167. '
  168. Me.Label12.Location = New System.Drawing.Point(812, 77)
  169. Me.Label12.Name = "Label12"
  170. Me.Label12.Size = New System.Drawing.Size(98, 16)
  171. Me.Label12.TabIndex = 961
  172. Me.Label12.Text = "DISC % :"
  173. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  174. '
  175. '傳真_tb
  176. '
  177. Me.傳真_tb.Location = New System.Drawing.Point(339, 98)
  178. Me.傳真_tb.Name = "傳真_tb"
  179. Me.傳真_tb.Size = New System.Drawing.Size(216, 23)
  180. Me.傳真_tb.TabIndex = 960
  181. '
  182. 'Label11
  183. '
  184. Me.Label11.Location = New System.Drawing.Point(272, 102)
  185. Me.Label11.Name = "Label11"
  186. Me.Label11.Size = New System.Drawing.Size(66, 16)
  187. Me.Label11.TabIndex = 959
  188. Me.Label11.Text = "FAX : "
  189. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  190. '
  191. '圖片編碼_tb
  192. '
  193. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  194. Me.圖片編碼_tb.Location = New System.Drawing.Point(3, 119)
  195. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  196. Me.圖片編碼_tb.Size = New System.Drawing.Size(143, 23)
  197. Me.圖片編碼_tb.TabIndex = 958
  198. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  199. '
  200. '驗證碼_tb
  201. '
  202. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  203. Me.驗證碼_tb.Location = New System.Drawing.Point(3, 74)
  204. Me.驗證碼_tb.Name = "驗證碼_tb"
  205. Me.驗證碼_tb.Size = New System.Drawing.Size(143, 23)
  206. Me.驗證碼_tb.TabIndex = 957
  207. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  208. '
  209. '圖片編碼_lb
  210. '
  211. Me.圖片編碼_lb.AutoSize = True
  212. Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
  213. Me.圖片編碼_lb.Location = New System.Drawing.Point(3, 100)
  214. Me.圖片編碼_lb.Name = "圖片編碼_lb"
  215. Me.圖片編碼_lb.Size = New System.Drawing.Size(136, 16)
  216. Me.圖片編碼_lb.TabIndex = 956
  217. Me.圖片編碼_lb.Text = "圖       片       編       碼"
  218. '
  219. '驗證碼_lb
  220. '
  221. Me.驗證碼_lb.AutoSize = True
  222. Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
  223. Me.驗證碼_lb.Location = New System.Drawing.Point(3, 55)
  224. Me.驗證碼_lb.Name = "驗證碼_lb"
  225. Me.驗證碼_lb.Size = New System.Drawing.Size(121, 16)
  226. Me.驗證碼_lb.TabIndex = 955
  227. Me.驗證碼_lb.Text = "驗          證          碼"
  228. '
  229. '簽名檔_dgv
  230. '
  231. Me.簽名檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  232. Me.簽名檔_dgv.BackgroundColor = System.Drawing.Color.White
  233. Me.簽名檔_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  234. Me.簽名檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  235. Me.簽名檔_dgv.Location = New System.Drawing.Point(152, 3)
  236. Me.簽名檔_dgv.Name = "簽名檔_dgv"
  237. Me.簽名檔_dgv.RowHeadersWidth = 5
  238. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  239. Me.簽名檔_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  240. Me.簽名檔_dgv.RowTemplate.Height = 24
  241. Me.簽名檔_dgv.Size = New System.Drawing.Size(163, 93)
  242. Me.簽名檔_dgv.TabIndex = 953
  243. '
  244. '未核准_ib
  245. '
  246. Me.未核准_ib.AutoSize = True
  247. Me.未核准_ib.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  248. Me.未核准_ib.Location = New System.Drawing.Point(3, 2)
  249. Me.未核准_ib.Name = "未核准_ib"
  250. Me.未核准_ib.Size = New System.Drawing.Size(139, 15)
  251. Me.未核准_ib.TabIndex = 952
  252. Me.未核准_ib.Text = "已生未核准成採購單、單號"
  253. '
  254. '總金額_tb
  255. '
  256. Me.總金額_tb.Location = New System.Drawing.Point(911, 122)
  257. Me.總金額_tb.Name = "總金額_tb"
  258. Me.總金額_tb.Size = New System.Drawing.Size(110, 23)
  259. Me.總金額_tb.TabIndex = 948
  260. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  261. '
  262. '總金額_lb
  263. '
  264. Me.總金額_lb.Location = New System.Drawing.Point(812, 125)
  265. Me.總金額_lb.Name = "總金額_lb"
  266. Me.總金額_lb.Size = New System.Drawing.Size(98, 16)
  267. Me.總金額_lb.TabIndex = 947
  268. Me.總金額_lb.Text = "總       金       額"
  269. Me.總金額_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  270. '
  271. '供應商編碼_tb
  272. '
  273. Me.供應商編碼_tb.Location = New System.Drawing.Point(3, 144)
  274. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  275. Me.供應商編碼_tb.Size = New System.Drawing.Size(143, 23)
  276. Me.供應商編碼_tb.TabIndex = 946
  277. '
  278. '供應商_cb
  279. '
  280. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  281. Me.供應商_cb.ForeColor = System.Drawing.Color.Blue
  282. Me.供應商_cb.FormattingEnabled = True
  283. Me.供應商_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  284. Me.供應商_cb.Location = New System.Drawing.Point(734, 25)
  285. Me.供應商_cb.Name = "供應商_cb"
  286. Me.供應商_cb.Size = New System.Drawing.Size(287, 24)
  287. Me.供應商_cb.TabIndex = 945
  288. '
  289. '明細_dgv
  290. '
  291. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  292. Or System.Windows.Forms.AnchorStyles.Left) _
  293. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  294. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  295. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  296. Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  297. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  298. Me.明細_dgv.Location = New System.Drawing.Point(269, 168)
  299. Me.明細_dgv.Name = "明細_dgv"
  300. Me.明細_dgv.RowHeadersWidth = 5
  301. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  303. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  304. Me.明細_dgv.RowTemplate.Height = 24
  305. Me.明細_dgv.Size = New System.Drawing.Size(1079, 511)
  306. Me.明細_dgv.TabIndex = 944
  307. '
  308. '選擇公司_lb
  309. '
  310. Me.選擇公司_lb.ForeColor = System.Drawing.Color.Blue
  311. Me.選擇公司_lb.Location = New System.Drawing.Point(268, 28)
  312. Me.選擇公司_lb.Name = "選擇公司_lb"
  313. Me.選擇公司_lb.Size = New System.Drawing.Size(112, 16)
  314. Me.選擇公司_lb.TabIndex = 943
  315. Me.選擇公司_lb.Text = "選     擇     公    司"
  316. Me.選擇公司_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  317. '
  318. '選擇公司_cb
  319. '
  320. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  321. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  322. Me.選擇公司_cb.FormattingEnabled = True
  323. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  324. Me.選擇公司_cb.Location = New System.Drawing.Point(381, 24)
  325. Me.選擇公司_cb.Name = "選擇公司_cb"
  326. Me.選擇公司_cb.Size = New System.Drawing.Size(271, 24)
  327. Me.選擇公司_cb.TabIndex = 942
  328. '
  329. '需求時間_dtp
  330. '
  331. Me.需求時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  332. Me.需求時間_dtp.Location = New System.Drawing.Point(694, 98)
  333. Me.需求時間_dtp.Name = "需求時間_dtp"
  334. Me.需求時間_dtp.Size = New System.Drawing.Size(117, 23)
  335. Me.需求時間_dtp.TabIndex = 941
  336. '
  337. 'Label8
  338. '
  339. Me.Label8.Location = New System.Drawing.Point(563, 101)
  340. Me.Label8.Name = "Label8"
  341. Me.Label8.Size = New System.Drawing.Size(130, 16)
  342. Me.Label8.TabIndex = 940
  343. Me.Label8.Text = "TGL/BLN/THN : "
  344. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  345. '
  346. '使用地點_tb
  347. '
  348. Me.使用地點_tb.Location = New System.Drawing.Point(694, 122)
  349. Me.使用地點_tb.Name = "使用地點_tb"
  350. Me.使用地點_tb.Size = New System.Drawing.Size(117, 23)
  351. Me.使用地點_tb.TabIndex = 937
  352. '
  353. 'Label5
  354. '
  355. Me.Label5.Location = New System.Drawing.Point(272, 125)
  356. Me.Label5.Name = "Label5"
  357. Me.Label5.Size = New System.Drawing.Size(66, 16)
  358. Me.Label5.TabIndex = 936
  359. Me.Label5.Text = "EMAIL : "
  360. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  361. '
  362. '採購單號_tb
  363. '
  364. Me.採購單號_tb.Location = New System.Drawing.Point(694, 74)
  365. Me.採購單號_tb.Name = "採購單號_tb"
  366. Me.採購單號_tb.Size = New System.Drawing.Size(117, 23)
  367. Me.採購單號_tb.TabIndex = 935
  368. '
  369. 'Label2
  370. '
  371. Me.Label2.Location = New System.Drawing.Point(273, 54)
  372. Me.Label2.Name = "Label2"
  373. Me.Label2.Size = New System.Drawing.Size(66, 16)
  374. Me.Label2.TabIndex = 934
  375. Me.Label2.Text = "ALAMAT : "
  376. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  377. '
  378. '電話_tb
  379. '
  380. Me.電話_tb.Location = New System.Drawing.Point(339, 74)
  381. Me.電話_tb.Name = "電話_tb"
  382. Me.電話_tb.Size = New System.Drawing.Size(216, 23)
  383. Me.電話_tb.TabIndex = 933
  384. '
  385. '地址_tb
  386. '
  387. Me.地址_tb.Location = New System.Drawing.Point(339, 50)
  388. Me.地址_tb.Name = "地址_tb"
  389. Me.地址_tb.Size = New System.Drawing.Size(682, 23)
  390. Me.地址_tb.TabIndex = 931
  391. '
  392. 'Label3
  393. '
  394. Me.Label3.Location = New System.Drawing.Point(272, 78)
  395. Me.Label3.Name = "Label3"
  396. Me.Label3.Size = New System.Drawing.Size(66, 16)
  397. Me.Label3.TabIndex = 930
  398. Me.Label3.Text = "TELP : "
  399. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  400. '
  401. '郵件_tb
  402. '
  403. Me.郵件_tb.Location = New System.Drawing.Point(339, 122)
  404. Me.郵件_tb.Name = "郵件_tb"
  405. Me.郵件_tb.Size = New System.Drawing.Size(216, 23)
  406. Me.郵件_tb.TabIndex = 929
  407. '
  408. 'Label1
  409. '
  410. Me.Label1.Location = New System.Drawing.Point(653, 28)
  411. Me.Label1.Name = "Label1"
  412. Me.Label1.Size = New System.Drawing.Size(79, 16)
  413. Me.Label1.TabIndex = 932
  414. Me.Label1.Text = "ORDER TO : "
  415. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  416. '
  417. 'Label6
  418. '
  419. Me.Label6.Location = New System.Drawing.Point(564, 77)
  420. Me.Label6.Name = "Label6"
  421. Me.Label6.Size = New System.Drawing.Size(130, 16)
  422. Me.Label6.TabIndex = 938
  423. Me.Label6.Text = "PO NOMOR : "
  424. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  425. '
  426. 'Label7
  427. '
  428. Me.Label7.Location = New System.Drawing.Point(555, 125)
  429. Me.Label7.Name = "Label7"
  430. Me.Label7.Size = New System.Drawing.Size(138, 16)
  431. Me.Label7.TabIndex = 939
  432. Me.Label7.Text = "TEMPAT PEMAKAIAN : "
  433. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  434. '
  435. '單據_dgv
  436. '
  437. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  438. Me.單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  439. Me.單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  440. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  441. Me.單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  442. Me.單據_dgv.BackgroundColor = System.Drawing.Color.White
  443. Me.單據_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  444. Me.單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  445. Me.單據_dgv.Location = New System.Drawing.Point(2, 65)
  446. Me.單據_dgv.Name = "單據_dgv"
  447. Me.單據_dgv.ReadOnly = True
  448. Me.單據_dgv.RowHeadersWidth = 5
  449. Me.單據_dgv.RowTemplate.Height = 24
  450. Me.單據_dgv.Size = New System.Drawing.Size(268, 614)
  451. Me.單據_dgv.TabIndex = 951
  452. '
  453. '項次_tb
  454. '
  455. Me.項次_tb.Location = New System.Drawing.Point(3, 194)
  456. Me.項次_tb.Name = "項次_tb"
  457. Me.項次_tb.Size = New System.Drawing.Size(143, 23)
  458. Me.項次_tb.TabIndex = 969
  459. '
  460. '項次_lb
  461. '
  462. Me.項次_lb.AutoSize = True
  463. Me.項次_lb.Location = New System.Drawing.Point(1255, 129)
  464. Me.項次_lb.Name = "項次_lb"
  465. Me.項次_lb.Size = New System.Drawing.Size(50, 16)
  466. Me.項次_lb.TabIndex = 968
  467. Me.項次_lb.Text = "項     次"
  468. '
  469. '選擇_lb
  470. '
  471. Me.選擇_lb.AutoSize = True
  472. Me.選擇_lb.Location = New System.Drawing.Point(1160, 129)
  473. Me.選擇_lb.Name = "選擇_lb"
  474. Me.選擇_lb.Size = New System.Drawing.Size(42, 16)
  475. Me.選擇_lb.TabIndex = 967
  476. Me.選擇_lb.Text = "選   擇"
  477. '
  478. '語言_dgv
  479. '
  480. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  481. Me.語言_dgv.Location = New System.Drawing.Point(4, 4)
  482. Me.語言_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  483. Me.語言_dgv.Name = "語言_dgv"
  484. Me.語言_dgv.RowHeadersWidth = 5
  485. Me.語言_dgv.RowTemplate.Height = 24
  486. Me.語言_dgv.Size = New System.Drawing.Size(68, 48)
  487. Me.語言_dgv.TabIndex = 1031
  488. '
  489. '一級簽核_lb
  490. '
  491. Me.一級簽核_lb.Location = New System.Drawing.Point(1020, 47)
  492. Me.一級簽核_lb.Name = "一級簽核_lb"
  493. Me.一級簽核_lb.Size = New System.Drawing.Size(137, 16)
  494. Me.一級簽核_lb.TabIndex = 1035
  495. Me.一級簽核_lb.Text = "一 級 簽 核"
  496. Me.一級簽核_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  497. '
  498. '二級簽核_lb
  499. '
  500. Me.二級簽核_lb.Location = New System.Drawing.Point(1025, 96)
  501. Me.二級簽核_lb.Name = "二級簽核_lb"
  502. Me.二級簽核_lb.Size = New System.Drawing.Size(137, 16)
  503. Me.二級簽核_lb.TabIndex = 1033
  504. Me.二級簽核_lb.Text = "二 級 簽 核"
  505. Me.二級簽核_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  506. '
  507. '編號_tb
  508. '
  509. Me.編號_tb.BorderStyle = System.Windows.Forms.BorderStyle.None
  510. Me.編號_tb.Location = New System.Drawing.Point(1211, 129)
  511. Me.編號_tb.Name = "編號_tb"
  512. Me.編號_tb.Size = New System.Drawing.Size(43, 16)
  513. Me.編號_tb.TabIndex = 1077
  514. '
  515. '價錢_dgv
  516. '
  517. Me.價錢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  518. Me.價錢_dgv.Location = New System.Drawing.Point(78, 4)
  519. Me.價錢_dgv.Name = "價錢_dgv"
  520. Me.價錢_dgv.RowTemplate.Height = 24
  521. Me.價錢_dgv.Size = New System.Drawing.Size(68, 48)
  522. Me.價錢_dgv.TabIndex = 1351
  523. Me.價錢_dgv.VirtualMode = True
  524. '
  525. 'Label4
  526. '
  527. Me.Label4.AutoSize = True
  528. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  529. Me.Label4.Location = New System.Drawing.Point(273, 148)
  530. Me.Label4.Name = "Label4"
  531. Me.Label4.Size = New System.Drawing.Size(490, 15)
  532. Me.Label4.TabIndex = 1386
  533. Me.Label4.Text = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  534. '
  535. 'Panel1
  536. '
  537. Me.Panel1.Controls.Add(Me.日期_rb)
  538. Me.Panel1.Controls.Add(Me.單價_rb)
  539. Me.Panel1.Location = New System.Drawing.Point(381, 2)
  540. Me.Panel1.Name = "Panel1"
  541. Me.Panel1.Size = New System.Drawing.Size(350, 23)
  542. Me.Panel1.TabIndex = 1387
  543. '
  544. '日期_rb
  545. '
  546. Me.日期_rb.AutoSize = True
  547. Me.日期_rb.Location = New System.Drawing.Point(151, 1)
  548. Me.日期_rb.Name = "日期_rb"
  549. Me.日期_rb.Size = New System.Drawing.Size(109, 20)
  550. Me.日期_rb.TabIndex = 1348
  551. Me.日期_rb.TabStop = True
  552. Me.日期_rb.Text = "上一次購買日期"
  553. Me.日期_rb.UseVisualStyleBackColor = True
  554. '
  555. '單價_rb
  556. '
  557. Me.單價_rb.AutoSize = True
  558. Me.單價_rb.Location = New System.Drawing.Point(3, 1)
  559. Me.單價_rb.Name = "單價_rb"
  560. Me.單價_rb.Size = New System.Drawing.Size(73, 20)
  561. Me.單價_rb.TabIndex = 0
  562. Me.單價_rb.TabStop = True
  563. Me.單價_rb.Text = "平均單價"
  564. Me.單價_rb.UseVisualStyleBackColor = True
  565. '
  566. '小間距1_ch
  567. '
  568. Me.小間距1_ch.AutoSize = True
  569. Me.小間距1_ch.Location = New System.Drawing.Point(3, 18)
  570. Me.小間距1_ch.Name = "小間距1_ch"
  571. Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
  572. Me.小間距1_ch.TabIndex = 1388
  573. Me.小間距1_ch.Text = "L1"
  574. Me.小間距1_ch.UseVisualStyleBackColor = True
  575. '
  576. '中間距1_ch
  577. '
  578. Me.中間距1_ch.AutoSize = True
  579. Me.中間距1_ch.Location = New System.Drawing.Point(48, 18)
  580. Me.中間距1_ch.Name = "中間距1_ch"
  581. Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
  582. Me.中間距1_ch.TabIndex = 1389
  583. Me.中間距1_ch.Text = "L2"
  584. Me.中間距1_ch.UseVisualStyleBackColor = True
  585. '
  586. '大間距1_ch
  587. '
  588. Me.大間距1_ch.AutoSize = True
  589. Me.大間距1_ch.Location = New System.Drawing.Point(93, 18)
  590. Me.大間距1_ch.Name = "大間距1_ch"
  591. Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
  592. Me.大間距1_ch.TabIndex = 1390
  593. Me.大間距1_ch.Text = "L3"
  594. Me.大間距1_ch.UseVisualStyleBackColor = True
  595. '
  596. '語轉扭_bt
  597. '
  598. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  599. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  600. Me.語轉扭_bt.Location = New System.Drawing.Point(152, 100)
  601. Me.語轉扭_bt.Name = "語轉扭_bt"
  602. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  603. Me.語轉扭_bt.TabIndex = 1635
  604. Me.語轉扭_bt.Text = "L"
  605. Me.語轉扭_bt.UseVisualStyleBackColor = True
  606. '
  607. '料號1_tb
  608. '
  609. Me.料號1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  610. Me.料號1_tb.Enabled = False
  611. Me.料號1_tb.Location = New System.Drawing.Point(4, 219)
  612. Me.料號1_tb.Name = "料號1_tb"
  613. Me.料號1_tb.Size = New System.Drawing.Size(142, 23)
  614. Me.料號1_tb.TabIndex = 1646
  615. '
  616. '料號_dgv
  617. '
  618. Me.料號_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  619. Or System.Windows.Forms.AnchorStyles.Left) _
  620. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  621. Me.料號_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  622. Me.料號_dgv.BackgroundColor = System.Drawing.Color.White
  623. Me.料號_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  624. Me.料號_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  625. Me.料號_dgv.Location = New System.Drawing.Point(0, -1)
  626. Me.料號_dgv.Name = "料號_dgv"
  627. Me.料號_dgv.ReadOnly = True
  628. Me.料號_dgv.RowHeadersWidth = 4
  629. Me.料號_dgv.RowTemplate.Height = 24
  630. Me.料號_dgv.Size = New System.Drawing.Size(679, 377)
  631. Me.料號_dgv.TabIndex = 1647
  632. '
  633. 'Panel3
  634. '
  635. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  636. Me.Panel3.Controls.Add(Me.供應商資料_dgv)
  637. Me.Panel3.Controls.Add(Me.長條圖_ch)
  638. Me.Panel3.Controls.Add(Me.折線圖_ch)
  639. Me.Panel3.Controls.Add(Me.品名_tb)
  640. Me.Panel3.Controls.Add(Me.語言_dgv)
  641. Me.Panel3.Controls.Add(Me.語轉扭_bt)
  642. Me.Panel3.Controls.Add(Me.價錢_dgv)
  643. Me.Panel3.Controls.Add(Me.料號1_tb)
  644. Me.Panel3.Controls.Add(Me.驗證碼_lb)
  645. Me.Panel3.Controls.Add(Me.圖片編碼_lb)
  646. Me.Panel3.Controls.Add(Me.驗證碼_tb)
  647. Me.Panel3.Controls.Add(Me.圖片編碼_tb)
  648. Me.Panel3.Controls.Add(Me.供應商編碼_tb)
  649. Me.Panel3.Controls.Add(Me.項次_tb)
  650. Me.Panel3.Controls.Add(Me.簽名檔_dgv)
  651. Me.Panel3.Location = New System.Drawing.Point(321, 234)
  652. Me.Panel3.Name = "Panel3"
  653. Me.Panel3.Size = New System.Drawing.Size(330, 289)
  654. Me.Panel3.TabIndex = 1648
  655. '
  656. '供應商資料_dgv
  657. '
  658. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  659. Me.供應商資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  660. Me.供應商資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  661. Me.供應商資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  662. Me.供應商資料_dgv.Location = New System.Drawing.Point(152, 131)
  663. Me.供應商資料_dgv.Name = "供應商資料_dgv"
  664. Me.供應商資料_dgv.RowHeadersWidth = 5
  665. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  666. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  667. Me.供應商資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  668. Me.供應商資料_dgv.RowTemplate.Height = 24
  669. Me.供應商資料_dgv.Size = New System.Drawing.Size(50, 49)
  670. Me.供應商資料_dgv.TabIndex = 1900
  671. '
  672. '長條圖_ch
  673. '
  674. Me.長條圖_ch.AutoSize = True
  675. Me.長條圖_ch.BackColor = System.Drawing.Color.White
  676. Me.長條圖_ch.Checked = True
  677. Me.長條圖_ch.CheckState = System.Windows.Forms.CheckState.Checked
  678. Me.長條圖_ch.Location = New System.Drawing.Point(6, 248)
  679. Me.長條圖_ch.Name = "長條圖_ch"
  680. Me.長條圖_ch.Size = New System.Drawing.Size(70, 20)
  681. Me.長條圖_ch.TabIndex = 1653
  682. Me.長條圖_ch.Text = "Column"
  683. Me.長條圖_ch.UseVisualStyleBackColor = False
  684. '
  685. '折線圖_ch
  686. '
  687. Me.折線圖_ch.AutoSize = True
  688. Me.折線圖_ch.BackColor = System.Drawing.Color.White
  689. Me.折線圖_ch.Location = New System.Drawing.Point(97, 248)
  690. Me.折線圖_ch.Name = "折線圖_ch"
  691. Me.折線圖_ch.Size = New System.Drawing.Size(49, 20)
  692. Me.折線圖_ch.TabIndex = 1652
  693. Me.折線圖_ch.Text = "Line"
  694. Me.折線圖_ch.UseVisualStyleBackColor = False
  695. '
  696. '品名_tb
  697. '
  698. Me.品名_tb.Location = New System.Drawing.Point(4, 169)
  699. Me.品名_tb.Name = "品名_tb"
  700. Me.品名_tb.Size = New System.Drawing.Size(142, 23)
  701. Me.品名_tb.TabIndex = 1389
  702. '
  703. '歷史單價_P
  704. '
  705. Me.歷史單價_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  706. Or System.Windows.Forms.AnchorStyles.Left) _
  707. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  708. Me.歷史單價_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  709. Me.歷史單價_P.Controls.Add(Me.Chart1)
  710. Me.歷史單價_P.Controls.Add(Me.料號_dgv)
  711. Me.歷史單價_P.Location = New System.Drawing.Point(667, 168)
  712. Me.歷史單價_P.Name = "歷史單價_P"
  713. Me.歷史單價_P.Size = New System.Drawing.Size(681, 511)
  714. Me.歷史單價_P.TabIndex = 1649
  715. Me.歷史單價_P.Visible = False
  716. '
  717. 'Chart1
  718. '
  719. Me.Chart1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  720. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  721. Me.Chart1.BackColor = System.Drawing.Color.Transparent
  722. Me.Chart1.BorderlineColor = System.Drawing.Color.Transparent
  723. ChartArea1.Name = "ChartArea1"
  724. Me.Chart1.ChartAreas.Add(ChartArea1)
  725. Legend1.Name = "Legend1"
  726. Me.Chart1.Legends.Add(Legend1)
  727. Me.Chart1.Location = New System.Drawing.Point(-1, 377)
  728. Me.Chart1.Name = "Chart1"
  729. Series1.ChartArea = "ChartArea1"
  730. Series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line
  731. Series1.Legend = "Legend1"
  732. Series1.Name = "Series1"
  733. Me.Chart1.Series.Add(Series1)
  734. Me.Chart1.Size = New System.Drawing.Size(681, 131)
  735. Me.Chart1.TabIndex = 1651
  736. Me.Chart1.Text = "Chart2"
  737. '
  738. '詳細資料2_ch
  739. '
  740. Me.詳細資料2_ch.AutoSize = True
  741. Me.詳細資料2_ch.Location = New System.Drawing.Point(893, 3)
  742. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  743. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  744. Me.詳細資料2_ch.TabIndex = 1842
  745. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  746. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  747. '
  748. '料號_bt
  749. '
  750. Me.料號_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Bar_Chart
  751. Me.料號_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  752. Me.料號_bt.ForeColor = System.Drawing.Color.Red
  753. Me.料號_bt.Location = New System.Drawing.Point(1221, 1)
  754. Me.料號_bt.Name = "料號_bt"
  755. Me.料號_bt.Size = New System.Drawing.Size(47, 47)
  756. Me.料號_bt.TabIndex = 1645
  757. Me.料號_bt.UseVisualStyleBackColor = True
  758. '
  759. '刪除一筆選中的細項資料_bt
  760. '
  761. Me.刪除一筆選中的細項資料_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  762. Me.刪除一筆選中的細項資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  763. Me.刪除一筆選中的細項資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  764. Me.刪除一筆選中的細項資料_bt.ForeColor = System.Drawing.Color.Red
  765. Me.刪除一筆選中的細項資料_bt.Location = New System.Drawing.Point(1268, 1)
  766. Me.刪除一筆選中的細項資料_bt.Name = "刪除一筆選中的細項資料_bt"
  767. Me.刪除一筆選中的細項資料_bt.Size = New System.Drawing.Size(47, 47)
  768. Me.刪除一筆選中的細項資料_bt.TabIndex = 1076
  769. Me.刪除一筆選中的細項資料_bt.UseVisualStyleBackColor = True
  770. '
  771. '簽名檔1_pb
  772. '
  773. Me.簽名檔1_pb.BackColor = System.Drawing.Color.White
  774. Me.簽名檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  775. Me.簽名檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  776. Me.簽名檔1_pb.Location = New System.Drawing.Point(1024, 62)
  777. Me.簽名檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  778. Me.簽名檔1_pb.Name = "簽名檔1_pb"
  779. Me.簽名檔1_pb.Size = New System.Drawing.Size(132, 35)
  780. Me.簽名檔1_pb.TabIndex = 1034
  781. Me.簽名檔1_pb.TabStop = False
  782. '
  783. '物料圖檔_pb
  784. '
  785. Me.物料圖檔_pb.BackColor = System.Drawing.Color.White
  786. Me.物料圖檔_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  787. Me.物料圖檔_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  788. Me.物料圖檔_pb.Location = New System.Drawing.Point(1159, 48)
  789. Me.物料圖檔_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  790. Me.物料圖檔_pb.Name = "物料圖檔_pb"
  791. Me.物料圖檔_pb.Size = New System.Drawing.Size(156, 80)
  792. Me.物料圖檔_pb.TabIndex = 971
  793. Me.物料圖檔_pb.TabStop = False
  794. '
  795. '存檔_bt
  796. '
  797. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  798. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  799. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  800. Me.存檔_bt.Location = New System.Drawing.Point(1174, 1)
  801. Me.存檔_bt.Name = "存檔_bt"
  802. Me.存檔_bt.Size = New System.Drawing.Size(47, 47)
  803. Me.存檔_bt.TabIndex = 970
  804. Me.存檔_bt.UseVisualStyleBackColor = True
  805. '
  806. '簽名檔2_pb
  807. '
  808. Me.簽名檔2_pb.BackColor = System.Drawing.Color.White
  809. Me.簽名檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  810. Me.簽名檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  811. Me.簽名檔2_pb.Location = New System.Drawing.Point(1024, 111)
  812. Me.簽名檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  813. Me.簽名檔2_pb.Name = "簽名檔2_pb"
  814. Me.簽名檔2_pb.Size = New System.Drawing.Size(132, 35)
  815. Me.簽名檔2_pb.TabIndex = 954
  816. Me.簽名檔2_pb.TabStop = False
  817. '
  818. '作廢_bt
  819. '
  820. Me.作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.cancel_button
  821. Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  822. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  823. Me.作廢_bt.ForeColor = System.Drawing.Color.Red
  824. Me.作廢_bt.Location = New System.Drawing.Point(1127, 1)
  825. Me.作廢_bt.Name = "作廢_bt"
  826. Me.作廢_bt.Size = New System.Drawing.Size(47, 47)
  827. Me.作廢_bt.TabIndex = 950
  828. Me.作廢_bt.UseVisualStyleBackColor = True
  829. '
  830. '核准_bt
  831. '
  832. Me.核准_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check
  833. Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  834. Me.核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  835. Me.核准_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  836. Me.核准_bt.Location = New System.Drawing.Point(1080, 1)
  837. Me.核准_bt.Name = "核准_bt"
  838. Me.核准_bt.Size = New System.Drawing.Size(47, 47)
  839. Me.核准_bt.TabIndex = 949
  840. Me.核准_bt.UseVisualStyleBackColor = True
  841. '
  842. 'ToolTip1
  843. '
  844. Me.ToolTip1.AutoPopDelay = 5000
  845. Me.ToolTip1.InitialDelay = 500
  846. Me.ToolTip1.IsBalloon = True
  847. Me.ToolTip1.ReshowDelay = 100
  848. Me.ToolTip1.ToolTipTitle = "illustrate"
  849. '
  850. '供應商1_cb
  851. '
  852. Me.供應商1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  853. Me.供應商1_cb.ForeColor = System.Drawing.Color.Blue
  854. Me.供應商1_cb.FormattingEnabled = True
  855. Me.供應商1_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  856. Me.供應商1_cb.Location = New System.Drawing.Point(2, 39)
  857. Me.供應商1_cb.Name = "供應商1_cb"
  858. Me.供應商1_cb.Size = New System.Drawing.Size(222, 24)
  859. Me.供應商1_cb.TabIndex = 1901
  860. '
  861. '公司類別_cb
  862. '
  863. Me.公司類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  864. Me.公司類別_cb.FormattingEnabled = True
  865. Me.公司類別_cb.Items.AddRange(New Object() {"PT", "CV", "UD", "NA"})
  866. Me.公司類別_cb.Location = New System.Drawing.Point(225, 39)
  867. Me.公司類別_cb.Name = "公司類別_cb"
  868. Me.公司類別_cb.Size = New System.Drawing.Size(45, 24)
  869. Me.公司類別_cb.TabIndex = 1902
  870. '
  871. '採購單二級核准
  872. '
  873. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  874. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  875. Me.ClientSize = New System.Drawing.Size(1350, 681)
  876. Me.Controls.Add(Me.公司類別_cb)
  877. Me.Controls.Add(Me.供應商1_cb)
  878. Me.Controls.Add(Me.詳細資料2_ch)
  879. Me.Controls.Add(Me.歷史單價_P)
  880. Me.Controls.Add(Me.Panel3)
  881. Me.Controls.Add(Me.料號_bt)
  882. Me.Controls.Add(Me.小間距1_ch)
  883. Me.Controls.Add(Me.中間距1_ch)
  884. Me.Controls.Add(Me.大間距1_ch)
  885. Me.Controls.Add(Me.Label4)
  886. Me.Controls.Add(Me.編號_tb)
  887. Me.Controls.Add(Me.刪除一筆選中的細項資料_bt)
  888. Me.Controls.Add(Me.簽名檔1_pb)
  889. Me.Controls.Add(Me.物料圖檔_pb)
  890. Me.Controls.Add(Me.存檔_bt)
  891. Me.Controls.Add(Me.項次_lb)
  892. Me.Controls.Add(Me.選擇_lb)
  893. Me.Controls.Add(Me.稅金比例_tb)
  894. Me.Controls.Add(Me.稅金金額_tb)
  895. Me.Controls.Add(Me.稅金_ch)
  896. Me.Controls.Add(Me.折扣金額_tb)
  897. Me.Controls.Add(Me.折扣比例_tb)
  898. Me.Controls.Add(Me.Label12)
  899. Me.Controls.Add(Me.傳真_tb)
  900. Me.Controls.Add(Me.Label11)
  901. Me.Controls.Add(Me.簽名檔2_pb)
  902. Me.Controls.Add(Me.作廢_bt)
  903. Me.Controls.Add(Me.核准_bt)
  904. Me.Controls.Add(Me.總金額_tb)
  905. Me.Controls.Add(Me.總金額_lb)
  906. Me.Controls.Add(Me.供應商_cb)
  907. Me.Controls.Add(Me.選擇公司_cb)
  908. Me.Controls.Add(Me.需求時間_dtp)
  909. Me.Controls.Add(Me.Label8)
  910. Me.Controls.Add(Me.使用地點_tb)
  911. Me.Controls.Add(Me.採購單號_tb)
  912. Me.Controls.Add(Me.電話_tb)
  913. Me.Controls.Add(Me.地址_tb)
  914. Me.Controls.Add(Me.Label3)
  915. Me.Controls.Add(Me.郵件_tb)
  916. Me.Controls.Add(Me.Label1)
  917. Me.Controls.Add(Me.Label6)
  918. Me.Controls.Add(Me.Label7)
  919. Me.Controls.Add(Me.單據_dgv)
  920. Me.Controls.Add(Me.Label2)
  921. Me.Controls.Add(Me.未核准_ib)
  922. Me.Controls.Add(Me.二級簽核_lb)
  923. Me.Controls.Add(Me.一級簽核_lb)
  924. Me.Controls.Add(Me.Panel1)
  925. Me.Controls.Add(Me.明細_dgv)
  926. Me.Controls.Add(Me.Label5)
  927. Me.Controls.Add(Me.選擇公司_lb)
  928. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  929. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  930. Me.Name = "採購單二級核准"
  931. Me.Text = "建築物料採購單核准"
  932. CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  933. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  934. CType(Me.單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  935. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  936. CType(Me.價錢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  937. Me.Panel1.ResumeLayout(False)
  938. Me.Panel1.PerformLayout()
  939. CType(Me.料號_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  940. Me.Panel3.ResumeLayout(False)
  941. Me.Panel3.PerformLayout()
  942. CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  943. Me.歷史單價_P.ResumeLayout(False)
  944. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
  945. CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  946. CType(Me.物料圖檔_pb, System.ComponentModel.ISupportInitialize).EndInit()
  947. CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  948. Me.ResumeLayout(False)
  949. Me.PerformLayout()
  950. End Sub
  951. Friend WithEvents 稅金比例_tb As TextBox
  952. Friend WithEvents 稅金金額_tb As TextBox
  953. Friend WithEvents 稅金_ch As CheckBox
  954. Friend WithEvents 折扣金額_tb As TextBox
  955. Friend WithEvents 折扣比例_tb As TextBox
  956. Friend WithEvents Label12 As Label
  957. Friend WithEvents 傳真_tb As TextBox
  958. Friend WithEvents Label11 As Label
  959. Friend WithEvents 圖片編碼_tb As TextBox
  960. Friend WithEvents 驗證碼_tb As TextBox
  961. Friend WithEvents 圖片編碼_lb As Label
  962. Friend WithEvents 驗證碼_lb As Label
  963. Friend WithEvents 簽名檔2_pb As PictureBox
  964. Friend WithEvents 簽名檔_dgv As DataGridView
  965. Friend WithEvents 未核准_ib As Label
  966. Friend WithEvents 作廢_bt As Button
  967. Friend WithEvents 核准_bt As Button
  968. Friend WithEvents 總金額_tb As TextBox
  969. Friend WithEvents 總金額_lb As Label
  970. Friend WithEvents 供應商編碼_tb As TextBox
  971. Friend WithEvents 供應商_cb As ComboBox
  972. Friend WithEvents 明細_dgv As DataGridView
  973. Friend WithEvents 選擇公司_lb As Label
  974. Friend WithEvents 選擇公司_cb As ComboBox
  975. Friend WithEvents 需求時間_dtp As DateTimePicker
  976. Friend WithEvents Label8 As Label
  977. Friend WithEvents 使用地點_tb As TextBox
  978. Friend WithEvents Label5 As Label
  979. Friend WithEvents 採購單號_tb As TextBox
  980. Friend WithEvents Label2 As Label
  981. Friend WithEvents 電話_tb As TextBox
  982. Friend WithEvents 地址_tb As TextBox
  983. Friend WithEvents Label3 As Label
  984. Friend WithEvents 郵件_tb As TextBox
  985. Friend WithEvents Label1 As Label
  986. Friend WithEvents Label6 As Label
  987. Friend WithEvents Label7 As Label
  988. Friend WithEvents 單據_dgv As DataGridView
  989. Friend WithEvents 存檔_bt As Button
  990. Friend WithEvents 項次_tb As TextBox
  991. Friend WithEvents 項次_lb As Label
  992. Friend WithEvents 選擇_lb As Label
  993. Friend WithEvents 物料圖檔_pb As PictureBox
  994. Friend WithEvents 語言_dgv As DataGridView
  995. Friend WithEvents 一級簽核_lb As Label
  996. Friend WithEvents 簽名檔1_pb As PictureBox
  997. Friend WithEvents 二級簽核_lb As Label
  998. Friend WithEvents 刪除一筆選中的細項資料_bt As Button
  999. Friend WithEvents 編號_tb As TextBox
  1000. Friend WithEvents 價錢_dgv As DataGridView
  1001. Friend WithEvents Label4 As Label
  1002. Friend WithEvents Panel1 As Panel
  1003. Friend WithEvents 日期_rb As RadioButton
  1004. Friend WithEvents 單價_rb As RadioButton
  1005. Friend WithEvents 小間距1_ch As CheckBox
  1006. Friend WithEvents 中間距1_ch As CheckBox
  1007. Friend WithEvents 大間距1_ch As CheckBox
  1008. Friend WithEvents 語轉扭_bt As Button
  1009. Friend WithEvents 料號_bt As Button
  1010. Friend WithEvents 料號1_tb As TextBox
  1011. Friend WithEvents 料號_dgv As DataGridView
  1012. Friend WithEvents Panel3 As Panel
  1013. Friend WithEvents 歷史單價_P As Panel
  1014. Friend WithEvents Chart1 As DataVisualization.Charting.Chart
  1015. Friend WithEvents 品名_tb As TextBox
  1016. Friend WithEvents 詳細資料2_ch As CheckBox
  1017. Friend WithEvents ToolTip1 As ToolTip
  1018. Friend WithEvents 長條圖_ch As CheckBox
  1019. Friend WithEvents 折線圖_ch As CheckBox
  1020. Friend WithEvents 供應商1_cb As ComboBox
  1021. Friend WithEvents 供應商資料_dgv As DataGridView
  1022. Friend WithEvents 公司類別_cb As ComboBox
  1023. Friend WithEvents 計算分流01 As Timer
  1024. End Class