Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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