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