Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

採購單歷史檔案.Designer.vb 46KB

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