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 52KB

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