Sin descripción
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 45KB

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