Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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

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