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

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