Brak opisu
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 40KB

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