Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

採購單編輯.Designer.vb 46KB

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