暫無描述
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 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  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.已作廢_lb = New System.Windows.Forms.Label()
  30. Me.已作廢_dgv = New System.Windows.Forms.DataGridView()
  31. Me.總金額_tb = New System.Windows.Forms.TextBox()
  32. Me.總金額_lb = New System.Windows.Forms.Label()
  33. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  34. Me.廠商_cb = New System.Windows.Forms.ComboBox()
  35. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  36. Me.選擇公司_lb = New System.Windows.Forms.Label()
  37. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  38. Me.需求日期_dtp = New System.Windows.Forms.DateTimePicker()
  39. Me.Label8 = New System.Windows.Forms.Label()
  40. Me.使用地點_tb = New System.Windows.Forms.TextBox()
  41. Me.Label5 = New System.Windows.Forms.Label()
  42. Me.採購單號_tb = New System.Windows.Forms.TextBox()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.電話_tb = New System.Windows.Forms.TextBox()
  45. Me.地址_tb = New System.Windows.Forms.TextBox()
  46. Me.Label3 = New System.Windows.Forms.Label()
  47. Me.郵件_tb = New System.Windows.Forms.TextBox()
  48. Me.已核准_lb = New System.Windows.Forms.Label()
  49. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  50. Me.Label1 = New System.Windows.Forms.Label()
  51. Me.Label6 = New System.Windows.Forms.Label()
  52. Me.Label7 = New System.Windows.Forms.Label()
  53. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  54. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  55. Me.圖片編碼_lb = New System.Windows.Forms.Label()
  56. Me.驗證碼_lb = New System.Windows.Forms.Label()
  57. Me.確認列印_bt = New System.Windows.Forms.Button()
  58. Me.傳真_tb = New System.Windows.Forms.TextBox()
  59. Me.Label11 = New System.Windows.Forms.Label()
  60. Me.稅金比_tb = New System.Windows.Forms.TextBox()
  61. Me.稅金金額_tb = New System.Windows.Forms.TextBox()
  62. Me.稅金計算_ch = New System.Windows.Forms.CheckBox()
  63. Me.折扣金額_tb = New System.Windows.Forms.TextBox()
  64. Me.折扣比_tb = New System.Windows.Forms.TextBox()
  65. Me.Label12 = New System.Windows.Forms.Label()
  66. Me.核對員_tb = New System.Windows.Forms.TextBox()
  67. Me.核對日期_tb = New System.Windows.Forms.TextBox()
  68. Me.詢價員_tb = New System.Windows.Forms.TextBox()
  69. Me.尋價日期_tb = New System.Windows.Forms.TextBox()
  70. Me.驗證碼1_tb = New System.Windows.Forms.TextBox()
  71. Me.簽名檔2_pb = New System.Windows.Forms.PictureBox()
  72. Me.QRCode_pb = New System.Windows.Forms.PictureBox()
  73. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  74. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  75. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  76. Me.確認列印_tsm = New System.Windows.Forms.ToolStripMenuItem()
  77. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  78. Me.簽名檔1_pb = New System.Windows.Forms.PictureBox()
  79. Me.一級簽核_lb = New System.Windows.Forms.Label()
  80. Me.二級簽核_lb = New System.Windows.Forms.Label()
  81. Me.QRCode2_pb = New System.Windows.Forms.PictureBox()
  82. Me.語轉扭_bt = New System.Windows.Forms.Button()
  83. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  84. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  85. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  86. CType(Me.已作廢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  87. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.QRCode_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  91. Me.ContextMenuStrip1.SuspendLayout()
  92. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.QRCode2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  95. Me.SuspendLayout()
  96. '
  97. '已作廢_lb
  98. '
  99. Me.已作廢_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  100. Me.已作廢_lb.AutoSize = True
  101. Me.已作廢_lb.Location = New System.Drawing.Point(2, 390)
  102. Me.已作廢_lb.Name = "已作廢_lb"
  103. Me.已作廢_lb.Size = New System.Drawing.Size(125, 16)
  104. Me.已作廢_lb.TabIndex = 897
  105. Me.已作廢_lb.Text = "已 作 廢 採 購 單"
  106. '
  107. '已作廢_dgv
  108. '
  109. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  110. Me.已作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  111. Me.已作廢_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  112. Me.已作廢_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  113. Me.已作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  114. Me.已作廢_dgv.Location = New System.Drawing.Point(4, 423)
  115. Me.已作廢_dgv.Name = "已作廢_dgv"
  116. Me.已作廢_dgv.ReadOnly = True
  117. Me.已作廢_dgv.RowHeadersWidth = 5
  118. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  119. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  120. Me.已作廢_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  121. Me.已作廢_dgv.RowTemplate.Height = 24
  122. Me.已作廢_dgv.Size = New System.Drawing.Size(150, 253)
  123. Me.已作廢_dgv.TabIndex = 896
  124. '
  125. '總金額_tb
  126. '
  127. Me.總金額_tb.Location = New System.Drawing.Point(1048, 126)
  128. Me.總金額_tb.Name = "總金額_tb"
  129. Me.總金額_tb.Size = New System.Drawing.Size(204, 23)
  130. Me.總金額_tb.TabIndex = 895
  131. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  132. '
  133. '總金額_lb
  134. '
  135. Me.總金額_lb.AutoSize = True
  136. Me.總金額_lb.Location = New System.Drawing.Point(956, 129)
  137. Me.總金額_lb.Name = "總金額_lb"
  138. Me.總金額_lb.Size = New System.Drawing.Size(86, 16)
  139. Me.總金額_lb.TabIndex = 894
  140. Me.總金額_lb.Text = "總 金 額"
  141. '
  142. '供應商編碼_tb
  143. '
  144. Me.供應商編碼_tb.Location = New System.Drawing.Point(246, 199)
  145. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  146. Me.供應商編碼_tb.Size = New System.Drawing.Size(30, 23)
  147. Me.供應商編碼_tb.TabIndex = 893
  148. '
  149. '廠商_cb
  150. '
  151. Me.廠商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  152. Me.廠商_cb.ForeColor = System.Drawing.Color.Blue
  153. Me.廠商_cb.FormattingEnabled = True
  154. Me.廠商_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  155. Me.廠商_cb.Location = New System.Drawing.Point(626, 3)
  156. Me.廠商_cb.Name = "廠商_cb"
  157. Me.廠商_cb.Size = New System.Drawing.Size(334, 24)
  158. Me.廠商_cb.TabIndex = 892
  159. '
  160. '明細_dgv
  161. '
  162. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  163. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  164. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  165. Or System.Windows.Forms.AnchorStyles.Left) _
  166. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  167. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  168. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  169. Me.明細_dgv.Location = New System.Drawing.Point(160, 155)
  170. Me.明細_dgv.Name = "明細_dgv"
  171. Me.明細_dgv.ReadOnly = True
  172. Me.明細_dgv.RowHeadersWidth = 5
  173. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  175. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  176. Me.明細_dgv.RowTemplate.Height = 24
  177. Me.明細_dgv.Size = New System.Drawing.Size(1184, 521)
  178. Me.明細_dgv.TabIndex = 890
  179. '
  180. '選擇公司_lb
  181. '
  182. Me.選擇公司_lb.AutoSize = True
  183. Me.選擇公司_lb.ForeColor = System.Drawing.Color.Blue
  184. Me.選擇公司_lb.Location = New System.Drawing.Point(160, 6)
  185. Me.選擇公司_lb.Name = "選擇公司_lb"
  186. Me.選擇公司_lb.Size = New System.Drawing.Size(119, 16)
  187. Me.選擇公司_lb.TabIndex = 889
  188. Me.選擇公司_lb.Text = "選 擇 公 司"
  189. '
  190. '選擇公司_cb
  191. '
  192. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  193. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  194. Me.選擇公司_cb.FormattingEnabled = True
  195. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  196. Me.選擇公司_cb.Location = New System.Drawing.Point(285, 3)
  197. Me.選擇公司_cb.Name = "選擇公司_cb"
  198. Me.選擇公司_cb.Size = New System.Drawing.Size(268, 24)
  199. Me.選擇公司_cb.TabIndex = 888
  200. '
  201. '需求日期_dtp
  202. '
  203. Me.需求日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  204. Me.需求日期_dtp.Location = New System.Drawing.Point(668, 79)
  205. Me.需求日期_dtp.Name = "需求日期_dtp"
  206. Me.需求日期_dtp.Size = New System.Drawing.Size(292, 23)
  207. Me.需求日期_dtp.TabIndex = 887
  208. '
  209. 'Label8
  210. '
  211. Me.Label8.AutoSize = True
  212. Me.Label8.Location = New System.Drawing.Point(532, 82)
  213. Me.Label8.Name = "Label8"
  214. Me.Label8.Size = New System.Drawing.Size(98, 16)
  215. Me.Label8.TabIndex = 886
  216. Me.Label8.Text = "TGL/BLN/THN : "
  217. '
  218. '使用地點_tb
  219. '
  220. Me.使用地點_tb.Location = New System.Drawing.Point(668, 104)
  221. Me.使用地點_tb.Name = "使用地點_tb"
  222. Me.使用地點_tb.Size = New System.Drawing.Size(292, 23)
  223. Me.使用地點_tb.TabIndex = 883
  224. '
  225. 'Label5
  226. '
  227. Me.Label5.AutoSize = True
  228. Me.Label5.Location = New System.Drawing.Point(159, 107)
  229. Me.Label5.Name = "Label5"
  230. Me.Label5.Size = New System.Drawing.Size(53, 16)
  231. Me.Label5.TabIndex = 882
  232. Me.Label5.Text = "EMAIL : "
  233. '
  234. '採購單號_tb
  235. '
  236. Me.採購單號_tb.Location = New System.Drawing.Point(668, 54)
  237. Me.採購單號_tb.Name = "採購單號_tb"
  238. Me.採購單號_tb.Size = New System.Drawing.Size(292, 23)
  239. Me.採購單號_tb.TabIndex = 881
  240. '
  241. 'Label2
  242. '
  243. Me.Label2.AutoSize = True
  244. Me.Label2.Location = New System.Drawing.Point(159, 33)
  245. Me.Label2.Name = "Label2"
  246. Me.Label2.Size = New System.Drawing.Size(66, 16)
  247. Me.Label2.TabIndex = 880
  248. Me.Label2.Text = "ALAMAT : "
  249. '
  250. '電話_tb
  251. '
  252. Me.電話_tb.Location = New System.Drawing.Point(234, 54)
  253. Me.電話_tb.Name = "電話_tb"
  254. Me.電話_tb.Size = New System.Drawing.Size(292, 23)
  255. Me.電話_tb.TabIndex = 879
  256. '
  257. '地址_tb
  258. '
  259. Me.地址_tb.Location = New System.Drawing.Point(234, 29)
  260. Me.地址_tb.Name = "地址_tb"
  261. Me.地址_tb.Size = New System.Drawing.Size(726, 23)
  262. Me.地址_tb.TabIndex = 877
  263. '
  264. 'Label3
  265. '
  266. Me.Label3.AutoSize = True
  267. Me.Label3.Location = New System.Drawing.Point(159, 58)
  268. Me.Label3.Name = "Label3"
  269. Me.Label3.Size = New System.Drawing.Size(44, 16)
  270. Me.Label3.TabIndex = 876
  271. Me.Label3.Text = "TELP : "
  272. '
  273. '郵件_tb
  274. '
  275. Me.郵件_tb.Location = New System.Drawing.Point(234, 104)
  276. Me.郵件_tb.Name = "郵件_tb"
  277. Me.郵件_tb.Size = New System.Drawing.Size(292, 23)
  278. Me.郵件_tb.TabIndex = 875
  279. '
  280. '已核准_lb
  281. '
  282. Me.已核准_lb.AutoSize = True
  283. Me.已核准_lb.Location = New System.Drawing.Point(3, 3)
  284. Me.已核准_lb.Name = "已核准_lb"
  285. Me.已核准_lb.Size = New System.Drawing.Size(80, 16)
  286. Me.已核准_lb.TabIndex = 874
  287. Me.已核准_lb.Text = "已核准採購單"
  288. '
  289. '已核准_dgv
  290. '
  291. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  292. Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  293. Me.已核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  294. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  295. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  296. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  297. Me.已核准_dgv.Location = New System.Drawing.Point(5, 36)
  298. Me.已核准_dgv.Name = "已核准_dgv"
  299. Me.已核准_dgv.ReadOnly = True
  300. Me.已核准_dgv.RowHeadersWidth = 5
  301. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  303. Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  304. Me.已核准_dgv.RowTemplate.Height = 24
  305. Me.已核准_dgv.Size = New System.Drawing.Size(150, 351)
  306. Me.已核准_dgv.TabIndex = 873
  307. '
  308. 'Label1
  309. '
  310. Me.Label1.AutoSize = True
  311. Me.Label1.Location = New System.Drawing.Point(553, 7)
  312. Me.Label1.Name = "Label1"
  313. Me.Label1.Size = New System.Drawing.Size(79, 16)
  314. Me.Label1.TabIndex = 878
  315. Me.Label1.Text = "ORDER TO : "
  316. '
  317. 'Label6
  318. '
  319. Me.Label6.AutoSize = True
  320. Me.Label6.Location = New System.Drawing.Point(532, 57)
  321. Me.Label6.Name = "Label6"
  322. Me.Label6.Size = New System.Drawing.Size(87, 16)
  323. Me.Label6.TabIndex = 884
  324. Me.Label6.Text = "PO NOMOR : "
  325. '
  326. 'Label7
  327. '
  328. Me.Label7.AutoSize = True
  329. Me.Label7.Location = New System.Drawing.Point(532, 107)
  330. Me.Label7.Name = "Label7"
  331. Me.Label7.Size = New System.Drawing.Size(138, 16)
  332. Me.Label7.TabIndex = 885
  333. Me.Label7.Text = "TEMPAT PEMAKAIAN : "
  334. '
  335. '圖片編碼_tb
  336. '
  337. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  338. Me.圖片編碼_tb.Location = New System.Drawing.Point(869, 247)
  339. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  340. Me.圖片編碼_tb.Size = New System.Drawing.Size(181, 23)
  341. Me.圖片編碼_tb.TabIndex = 908
  342. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  343. Me.圖片編碼_tb.Visible = False
  344. '
  345. '驗證碼_tb
  346. '
  347. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  348. Me.驗證碼_tb.Location = New System.Drawing.Point(869, 286)
  349. Me.驗證碼_tb.Name = "驗證碼_tb"
  350. Me.驗證碼_tb.Size = New System.Drawing.Size(181, 23)
  351. Me.驗證碼_tb.TabIndex = 907
  352. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  353. Me.驗證碼_tb.Visible = False
  354. '
  355. '圖片編碼_lb
  356. '
  357. Me.圖片編碼_lb.AutoSize = True
  358. Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
  359. Me.圖片編碼_lb.Location = New System.Drawing.Point(869, 232)
  360. Me.圖片編碼_lb.Name = "圖片編碼_lb"
  361. Me.圖片編碼_lb.Size = New System.Drawing.Size(119, 16)
  362. Me.圖片編碼_lb.TabIndex = 906
  363. Me.圖片編碼_lb.Text = "圖 片 編 碼"
  364. Me.圖片編碼_lb.Visible = False
  365. '
  366. '驗證碼_lb
  367. '
  368. Me.驗證碼_lb.AutoSize = True
  369. Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
  370. Me.驗證碼_lb.Location = New System.Drawing.Point(867, 271)
  371. Me.驗證碼_lb.Name = "驗證碼_lb"
  372. Me.驗證碼_lb.Size = New System.Drawing.Size(104, 16)
  373. Me.驗證碼_lb.TabIndex = 905
  374. Me.驗證碼_lb.Text = "驗 證 碼"
  375. Me.驗證碼_lb.Visible = False
  376. '
  377. '確認列印_bt
  378. '
  379. Me.確認列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.確認列印_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  381. Me.確認列印_bt.Location = New System.Drawing.Point(291, 128)
  382. Me.確認列印_bt.Name = "確認列印_bt"
  383. Me.確認列印_bt.Size = New System.Drawing.Size(235, 26)
  384. Me.確認列印_bt.TabIndex = 909
  385. Me.確認列印_bt.Text = "確認列印"
  386. Me.確認列印_bt.UseVisualStyleBackColor = True
  387. '
  388. '傳真_tb
  389. '
  390. Me.傳真_tb.Location = New System.Drawing.Point(234, 79)
  391. Me.傳真_tb.Name = "傳真_tb"
  392. Me.傳真_tb.Size = New System.Drawing.Size(292, 23)
  393. Me.傳真_tb.TabIndex = 911
  394. '
  395. 'Label11
  396. '
  397. Me.Label11.AutoSize = True
  398. Me.Label11.Location = New System.Drawing.Point(159, 83)
  399. Me.Label11.Name = "Label11"
  400. Me.Label11.Size = New System.Drawing.Size(39, 16)
  401. Me.Label11.TabIndex = 910
  402. Me.Label11.Text = "FAX : "
  403. '
  404. '稅金比_tb
  405. '
  406. Me.稅金比_tb.Location = New System.Drawing.Point(1048, 101)
  407. Me.稅金比_tb.Name = "稅金比_tb"
  408. Me.稅金比_tb.Size = New System.Drawing.Size(53, 23)
  409. Me.稅金比_tb.TabIndex = 933
  410. Me.稅金比_tb.Text = "10"
  411. Me.稅金比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  412. '
  413. '稅金金額_tb
  414. '
  415. Me.稅金金額_tb.Location = New System.Drawing.Point(1103, 101)
  416. Me.稅金金額_tb.Name = "稅金金額_tb"
  417. Me.稅金金額_tb.Size = New System.Drawing.Size(149, 23)
  418. Me.稅金金額_tb.TabIndex = 932
  419. Me.稅金金額_tb.Text = "0"
  420. Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  421. '
  422. '稅金計算_ch
  423. '
  424. Me.稅金計算_ch.AutoSize = True
  425. Me.稅金計算_ch.Location = New System.Drawing.Point(978, 104)
  426. Me.稅金計算_ch.Name = "稅金計算_ch"
  427. Me.稅金計算_ch.Size = New System.Drawing.Size(71, 20)
  428. Me.稅金計算_ch.TabIndex = 931
  429. Me.稅金計算_ch.Text = "PPN % :"
  430. Me.稅金計算_ch.UseVisualStyleBackColor = True
  431. '
  432. '折扣金額_tb
  433. '
  434. Me.折扣金額_tb.Location = New System.Drawing.Point(1103, 76)
  435. Me.折扣金額_tb.Name = "折扣金額_tb"
  436. Me.折扣金額_tb.Size = New System.Drawing.Size(149, 23)
  437. Me.折扣金額_tb.TabIndex = 930
  438. Me.折扣金額_tb.Text = "0"
  439. Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  440. '
  441. '折扣比_tb
  442. '
  443. Me.折扣比_tb.Location = New System.Drawing.Point(1048, 76)
  444. Me.折扣比_tb.Name = "折扣比_tb"
  445. Me.折扣比_tb.Size = New System.Drawing.Size(53, 23)
  446. Me.折扣比_tb.TabIndex = 929
  447. Me.折扣比_tb.Text = "0"
  448. Me.折扣比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  449. '
  450. 'Label12
  451. '
  452. Me.Label12.AutoSize = True
  453. Me.Label12.Location = New System.Drawing.Point(973, 79)
  454. Me.Label12.Name = "Label12"
  455. Me.Label12.Size = New System.Drawing.Size(55, 16)
  456. Me.Label12.TabIndex = 928
  457. Me.Label12.Text = "DISC % :"
  458. '
  459. '核對員_tb
  460. '
  461. Me.核對員_tb.Location = New System.Drawing.Point(246, 228)
  462. Me.核對員_tb.Name = "核對員_tb"
  463. Me.核對員_tb.Size = New System.Drawing.Size(30, 23)
  464. Me.核對員_tb.TabIndex = 934
  465. '
  466. '核對日期_tb
  467. '
  468. Me.核對日期_tb.Location = New System.Drawing.Point(246, 257)
  469. Me.核對日期_tb.Name = "核對日期_tb"
  470. Me.核對日期_tb.Size = New System.Drawing.Size(30, 23)
  471. Me.核對日期_tb.TabIndex = 935
  472. '
  473. '詢價員_tb
  474. '
  475. Me.詢價員_tb.Location = New System.Drawing.Point(246, 286)
  476. Me.詢價員_tb.Name = "詢價員_tb"
  477. Me.詢價員_tb.Size = New System.Drawing.Size(30, 23)
  478. Me.詢價員_tb.TabIndex = 936
  479. '
  480. '尋價日期_tb
  481. '
  482. Me.尋價日期_tb.Location = New System.Drawing.Point(246, 315)
  483. Me.尋價日期_tb.Name = "尋價日期_tb"
  484. Me.尋價日期_tb.Size = New System.Drawing.Size(30, 23)
  485. Me.尋價日期_tb.TabIndex = 937
  486. '
  487. '驗證碼1_tb
  488. '
  489. Me.驗證碼1_tb.Location = New System.Drawing.Point(246, 344)
  490. Me.驗證碼1_tb.Name = "驗證碼1_tb"
  491. Me.驗證碼1_tb.Size = New System.Drawing.Size(30, 23)
  492. Me.驗證碼1_tb.TabIndex = 939
  493. '
  494. '簽名檔2_pb
  495. '
  496. Me.簽名檔2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  497. Me.簽名檔2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  498. Me.簽名檔2_pb.Location = New System.Drawing.Point(1155, 17)
  499. Me.簽名檔2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  500. Me.簽名檔2_pb.Name = "簽名檔2_pb"
  501. Me.簽名檔2_pb.Size = New System.Drawing.Size(190, 50)
  502. Me.簽名檔2_pb.TabIndex = 904
  503. Me.簽名檔2_pb.TabStop = False
  504. '
  505. 'QRCode_pb
  506. '
  507. Me.QRCode_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  508. Me.QRCode_pb.Location = New System.Drawing.Point(547, 228)
  509. Me.QRCode_pb.Name = "QRCode_pb"
  510. Me.QRCode_pb.Size = New System.Drawing.Size(300, 300)
  511. Me.QRCode_pb.TabIndex = 938
  512. Me.QRCode_pb.TabStop = False
  513. '
  514. 'ContextMenuStrip1
  515. '
  516. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator6, Me.確認列印_tsm})
  517. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  518. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 54)
  519. '
  520. '重新整理_tsm
  521. '
  522. Me.重新整理_tsm.Name = "重新整理_tsm"
  523. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  524. Me.重新整理_tsm.Text = "重新整理"
  525. '
  526. 'ToolStripSeparator6
  527. '
  528. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  529. Me.ToolStripSeparator6.Size = New System.Drawing.Size(119, 6)
  530. '
  531. '確認列印_tsm
  532. '
  533. Me.確認列印_tsm.Name = "確認列印_tsm"
  534. Me.確認列印_tsm.Size = New System.Drawing.Size(122, 22)
  535. Me.確認列印_tsm.Text = "確認列印"
  536. '
  537. '語言_dgv
  538. '
  539. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  540. Me.語言_dgv.Location = New System.Drawing.Point(282, 199)
  541. Me.語言_dgv.Name = "語言_dgv"
  542. Me.語言_dgv.RowHeadersWidth = 5
  543. Me.語言_dgv.RowTemplate.Height = 24
  544. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  545. Me.語言_dgv.TabIndex = 1029
  546. Me.語言_dgv.Visible = False
  547. '
  548. '簽名檔1_pb
  549. '
  550. Me.簽名檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  551. Me.簽名檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  552. Me.簽名檔1_pb.Location = New System.Drawing.Point(962, 17)
  553. Me.簽名檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  554. Me.簽名檔1_pb.Name = "簽名檔1_pb"
  555. Me.簽名檔1_pb.Size = New System.Drawing.Size(190, 50)
  556. Me.簽名檔1_pb.TabIndex = 1030
  557. Me.簽名檔1_pb.TabStop = False
  558. '
  559. '一級簽核_lb
  560. '
  561. Me.一級簽核_lb.AutoSize = True
  562. Me.一級簽核_lb.Location = New System.Drawing.Point(965, 2)
  563. Me.一級簽核_lb.Name = "一級簽核_lb"
  564. Me.一級簽核_lb.Size = New System.Drawing.Size(137, 16)
  565. Me.一級簽核_lb.TabIndex = 1034
  566. Me.一級簽核_lb.Text = "一 級 簽 核"
  567. '
  568. '二級簽核_lb
  569. '
  570. Me.二級簽核_lb.AutoSize = True
  571. Me.二級簽核_lb.Location = New System.Drawing.Point(1158, 2)
  572. Me.二級簽核_lb.Name = "二級簽核_lb"
  573. Me.二級簽核_lb.Size = New System.Drawing.Size(137, 16)
  574. Me.二級簽核_lb.TabIndex = 1033
  575. Me.二級簽核_lb.Text = "二 級 簽 核"
  576. '
  577. 'QRCode2_pb
  578. '
  579. Me.QRCode2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  580. Me.QRCode2_pb.Location = New System.Drawing.Point(1256, 68)
  581. Me.QRCode2_pb.Name = "QRCode2_pb"
  582. Me.QRCode2_pb.Size = New System.Drawing.Size(85, 85)
  583. Me.QRCode2_pb.TabIndex = 1035
  584. Me.QRCode2_pb.TabStop = False
  585. '
  586. '語轉扭_bt
  587. '
  588. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  589. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  590. Me.語轉扭_bt.Location = New System.Drawing.Point(528, 128)
  591. Me.語轉扭_bt.Name = "語轉扭_bt"
  592. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  593. Me.語轉扭_bt.TabIndex = 1653
  594. Me.語轉扭_bt.Text = "L"
  595. Me.語轉扭_bt.UseVisualStyleBackColor = True
  596. '
  597. '小間距1_ch
  598. '
  599. Me.小間距1_ch.AutoSize = True
  600. Me.小間距1_ch.Location = New System.Drawing.Point(160, 130)
  601. Me.小間距1_ch.Name = "小間距1_ch"
  602. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  603. Me.小間距1_ch.TabIndex = 1650
  604. Me.小間距1_ch.Text = "L1"
  605. Me.小間距1_ch.UseVisualStyleBackColor = True
  606. '
  607. '中間距1_ch
  608. '
  609. Me.中間距1_ch.AutoSize = True
  610. Me.中間距1_ch.Location = New System.Drawing.Point(206, 130)
  611. Me.中間距1_ch.Name = "中間距1_ch"
  612. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  613. Me.中間距1_ch.TabIndex = 1651
  614. Me.中間距1_ch.Text = "L2"
  615. Me.中間距1_ch.UseVisualStyleBackColor = True
  616. '
  617. '大間距1_ch
  618. '
  619. Me.大間距1_ch.AutoSize = True
  620. Me.大間距1_ch.Location = New System.Drawing.Point(252, 130)
  621. Me.大間距1_ch.Name = "大間距1_ch"
  622. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  623. Me.大間距1_ch.TabIndex = 1652
  624. Me.大間距1_ch.Text = "L3"
  625. Me.大間距1_ch.UseVisualStyleBackColor = True
  626. '
  627. '樣品採購單歷史檔案
  628. '
  629. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  630. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  631. Me.ClientSize = New System.Drawing.Size(1349, 681)
  632. Me.ContextMenuStrip = Me.ContextMenuStrip1
  633. Me.Controls.Add(Me.語轉扭_bt)
  634. Me.Controls.Add(Me.小間距1_ch)
  635. Me.Controls.Add(Me.中間距1_ch)
  636. Me.Controls.Add(Me.大間距1_ch)
  637. Me.Controls.Add(Me.QRCode2_pb)
  638. Me.Controls.Add(Me.簽名檔1_pb)
  639. Me.Controls.Add(Me.語言_dgv)
  640. Me.Controls.Add(Me.驗證碼1_tb)
  641. Me.Controls.Add(Me.尋價日期_tb)
  642. Me.Controls.Add(Me.詢價員_tb)
  643. Me.Controls.Add(Me.核對日期_tb)
  644. Me.Controls.Add(Me.核對員_tb)
  645. Me.Controls.Add(Me.稅金比_tb)
  646. Me.Controls.Add(Me.稅金金額_tb)
  647. Me.Controls.Add(Me.稅金計算_ch)
  648. Me.Controls.Add(Me.折扣金額_tb)
  649. Me.Controls.Add(Me.折扣比_tb)
  650. Me.Controls.Add(Me.Label12)
  651. Me.Controls.Add(Me.傳真_tb)
  652. Me.Controls.Add(Me.Label11)
  653. Me.Controls.Add(Me.確認列印_bt)
  654. Me.Controls.Add(Me.圖片編碼_tb)
  655. Me.Controls.Add(Me.驗證碼_tb)
  656. Me.Controls.Add(Me.圖片編碼_lb)
  657. Me.Controls.Add(Me.驗證碼_lb)
  658. Me.Controls.Add(Me.簽名檔2_pb)
  659. Me.Controls.Add(Me.已作廢_lb)
  660. Me.Controls.Add(Me.已作廢_dgv)
  661. Me.Controls.Add(Me.總金額_tb)
  662. Me.Controls.Add(Me.總金額_lb)
  663. Me.Controls.Add(Me.供應商編碼_tb)
  664. Me.Controls.Add(Me.廠商_cb)
  665. Me.Controls.Add(Me.選擇公司_lb)
  666. Me.Controls.Add(Me.選擇公司_cb)
  667. Me.Controls.Add(Me.需求日期_dtp)
  668. Me.Controls.Add(Me.Label8)
  669. Me.Controls.Add(Me.使用地點_tb)
  670. Me.Controls.Add(Me.Label5)
  671. Me.Controls.Add(Me.採購單號_tb)
  672. Me.Controls.Add(Me.Label2)
  673. Me.Controls.Add(Me.電話_tb)
  674. Me.Controls.Add(Me.地址_tb)
  675. Me.Controls.Add(Me.Label3)
  676. Me.Controls.Add(Me.郵件_tb)
  677. Me.Controls.Add(Me.已核准_lb)
  678. Me.Controls.Add(Me.已核准_dgv)
  679. Me.Controls.Add(Me.Label1)
  680. Me.Controls.Add(Me.Label6)
  681. Me.Controls.Add(Me.Label7)
  682. Me.Controls.Add(Me.QRCode_pb)
  683. Me.Controls.Add(Me.明細_dgv)
  684. Me.Controls.Add(Me.一級簽核_lb)
  685. Me.Controls.Add(Me.二級簽核_lb)
  686. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  687. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  688. Me.Name = "樣品採購單歷史檔案"
  689. Me.Text = "行政物料採購單一覽表"
  690. CType(Me.已作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  691. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  692. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  693. CType(Me.簽名檔2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  694. CType(Me.QRCode_pb, System.ComponentModel.ISupportInitialize).EndInit()
  695. Me.ContextMenuStrip1.ResumeLayout(False)
  696. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  697. CType(Me.簽名檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  698. CType(Me.QRCode2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  699. Me.ResumeLayout(False)
  700. Me.PerformLayout()
  701. End Sub
  702. Friend WithEvents 已作廢_lb As Label
  703. Friend WithEvents 已作廢_dgv As DataGridView
  704. Friend WithEvents 總金額_tb As TextBox
  705. Friend WithEvents 總金額_lb As Label
  706. Friend WithEvents 供應商編碼_tb As TextBox
  707. Friend WithEvents 廠商_cb As ComboBox
  708. Friend WithEvents 明細_dgv As DataGridView
  709. Friend WithEvents 選擇公司_lb As Label
  710. Friend WithEvents 選擇公司_cb As ComboBox
  711. Friend WithEvents 需求日期_dtp As DateTimePicker
  712. Friend WithEvents Label8 As Label
  713. Friend WithEvents 使用地點_tb As TextBox
  714. Friend WithEvents Label5 As Label
  715. Friend WithEvents 採購單號_tb As TextBox
  716. Friend WithEvents Label2 As Label
  717. Friend WithEvents 電話_tb As TextBox
  718. Friend WithEvents 地址_tb As TextBox
  719. Friend WithEvents Label3 As Label
  720. Friend WithEvents 郵件_tb As TextBox
  721. Friend WithEvents 已核准_lb As Label
  722. Friend WithEvents 已核准_dgv As DataGridView
  723. Friend WithEvents Label1 As Label
  724. Friend WithEvents Label6 As Label
  725. Friend WithEvents Label7 As Label
  726. Friend WithEvents 圖片編碼_tb As TextBox
  727. Friend WithEvents 驗證碼_tb As TextBox
  728. Friend WithEvents 圖片編碼_lb As Label
  729. Friend WithEvents 驗證碼_lb As Label
  730. Friend WithEvents 簽名檔2_pb As PictureBox
  731. Friend WithEvents 確認列印_bt As Button
  732. Friend WithEvents 傳真_tb As TextBox
  733. Friend WithEvents Label11 As Label
  734. Friend WithEvents 稅金比_tb As TextBox
  735. Friend WithEvents 稅金金額_tb As TextBox
  736. Friend WithEvents 稅金計算_ch As CheckBox
  737. Friend WithEvents 折扣金額_tb As TextBox
  738. Friend WithEvents 折扣比_tb As TextBox
  739. Friend WithEvents Label12 As Label
  740. Friend WithEvents 核對員_tb As TextBox
  741. Friend WithEvents 核對日期_tb As TextBox
  742. Friend WithEvents 詢價員_tb As TextBox
  743. Friend WithEvents 尋價日期_tb As TextBox
  744. Friend WithEvents QRCode_pb As PictureBox
  745. Friend WithEvents 驗證碼1_tb As TextBox
  746. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  747. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  748. Friend WithEvents 確認列印_tsm As ToolStripMenuItem
  749. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  750. Friend WithEvents 語言_dgv As DataGridView
  751. Friend WithEvents 簽名檔1_pb As PictureBox
  752. Friend WithEvents 一級簽核_lb As Label
  753. Friend WithEvents 二級簽核_lb As Label
  754. Friend WithEvents QRCode2_pb As PictureBox
  755. Friend WithEvents 語轉扭_bt As Button
  756. Friend WithEvents 小間距1_ch As CheckBox
  757. Friend WithEvents 中間距1_ch As CheckBox
  758. Friend WithEvents 大間距1_ch As CheckBox
  759. End Class