Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

樣品採購單編輯.Designer.vb 34KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 樣品採購單編輯
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.核准請購未生成_lb = New System.Windows.Forms.Label()
  30. Me.請購單_dgv = New System.Windows.Forms.DataGridView()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.郵件_tb = New System.Windows.Forms.TextBox()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.地址_tb = New System.Windows.Forms.TextBox()
  35. Me.Label2 = New System.Windows.Forms.Label()
  36. Me.電話_tb = New System.Windows.Forms.TextBox()
  37. Me.Label5 = New System.Windows.Forms.Label()
  38. Me.採購單號_tb = New System.Windows.Forms.TextBox()
  39. Me.Label6 = New System.Windows.Forms.Label()
  40. Me.使用地點_tb = New System.Windows.Forms.TextBox()
  41. Me.Label7 = New System.Windows.Forms.Label()
  42. Me.Label8 = New System.Windows.Forms.Label()
  43. Me.需求日期_dtp = New System.Windows.Forms.DateTimePicker()
  44. Me.選擇公司_lb = New System.Windows.Forms.Label()
  45. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  46. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  47. Me.廠商_cb = New System.Windows.Forms.ComboBox()
  48. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  49. Me.總金額_tb = New System.Windows.Forms.TextBox()
  50. Me.總金額_lb = New System.Windows.Forms.Label()
  51. Me.已生未核准的採購單_lb = New System.Windows.Forms.Label()
  52. Me.採購單_dgv = New System.Windows.Forms.DataGridView()
  53. Me.傳真_tb = New System.Windows.Forms.TextBox()
  54. Me.Label11 = New System.Windows.Forms.Label()
  55. Me.折扣比_tb = New System.Windows.Forms.TextBox()
  56. Me.Label12 = New System.Windows.Forms.Label()
  57. Me.折扣金額_tb = New System.Windows.Forms.TextBox()
  58. Me.稅金計算_ch = New System.Windows.Forms.CheckBox()
  59. Me.稅金金額_tb = New System.Windows.Forms.TextBox()
  60. Me.稅金比_tb = New System.Windows.Forms.TextBox()
  61. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  62. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  63. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  64. Me.列印成詢價單_bt = New System.Windows.Forms.Button()
  65. Me.尋價日期_tb = New System.Windows.Forms.TextBox()
  66. Me.詢價員_tb = New System.Windows.Forms.TextBox()
  67. Me.核對日期_tb = New System.Windows.Forms.TextBox()
  68. Me.核對員_tb = New System.Windows.Forms.TextBox()
  69. Me.類別管理_cb = New System.Windows.Forms.ComboBox()
  70. Me.簡稱_lb = New System.Windows.Forms.Label()
  71. Me.供應商簡稱_tb = New System.Windows.Forms.TextBox()
  72. Me.文字_lb = New System.Windows.Forms.Label()
  73. Me.修改的採購單存檔_bt = New System.Windows.Forms.Button()
  74. Me.全部選擇_bt = New System.Windows.Forms.Button()
  75. Me.全部取消_bt = New System.Windows.Forms.Button()
  76. Me.生成採購單_bt = New System.Windows.Forms.Button()
  77. Me.退回請購訂單_bt = New System.Windows.Forms.Button()
  78. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  79. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  80. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  81. Me.語轉扭_bt = New System.Windows.Forms.Button()
  82. CType(Me.請購單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  84. CType(Me.採購單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  85. Me.ContextMenuStrip1.SuspendLayout()
  86. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  87. Me.SuspendLayout()
  88. '
  89. '核准請購未生成_lb
  90. '
  91. Me.核准請購未生成_lb.AutoSize = True
  92. Me.核准請購未生成_lb.Location = New System.Drawing.Point(1, 7)
  93. Me.核准請購未生成_lb.Name = "核准請購未生成_lb"
  94. Me.核准請購未生成_lb.Size = New System.Drawing.Size(128, 16)
  95. Me.核准請購未生成_lb.TabIndex = 838
  96. Me.核准請購未生成_lb.Text = "請購單還沒變成採購單"
  97. '
  98. '請購單_dgv
  99. '
  100. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  101. Me.請購單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  102. Me.請購單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  103. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  104. Me.請購單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  105. Me.請購單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  106. Me.請購單_dgv.Location = New System.Drawing.Point(8, 43)
  107. Me.請購單_dgv.Name = "請購單_dgv"
  108. Me.請購單_dgv.ReadOnly = True
  109. Me.請購單_dgv.RowHeadersWidth = 5
  110. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.請購單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  112. Me.請購單_dgv.RowTemplate.Height = 24
  113. Me.請購單_dgv.Size = New System.Drawing.Size(163, 308)
  114. Me.請購單_dgv.TabIndex = 837
  115. '
  116. 'Label3
  117. '
  118. Me.Label3.AutoSize = True
  119. Me.Label3.Location = New System.Drawing.Point(175, 83)
  120. Me.Label3.Name = "Label3"
  121. Me.Label3.Size = New System.Drawing.Size(44, 16)
  122. Me.Label3.TabIndex = 848
  123. Me.Label3.Text = "TELP : "
  124. '
  125. '郵件_tb
  126. '
  127. Me.郵件_tb.Location = New System.Drawing.Point(250, 127)
  128. Me.郵件_tb.Name = "郵件_tb"
  129. Me.郵件_tb.Size = New System.Drawing.Size(292, 23)
  130. Me.郵件_tb.TabIndex = 847
  131. '
  132. 'Label1
  133. '
  134. Me.Label1.AutoSize = True
  135. Me.Label1.Location = New System.Drawing.Point(546, 32)
  136. Me.Label1.Name = "Label1"
  137. Me.Label1.Size = New System.Drawing.Size(79, 16)
  138. Me.Label1.TabIndex = 850
  139. Me.Label1.Text = "ORDER TO : "
  140. '
  141. '地址_tb
  142. '
  143. Me.地址_tb.Location = New System.Drawing.Point(250, 55)
  144. Me.地址_tb.Name = "地址_tb"
  145. Me.地址_tb.Size = New System.Drawing.Size(726, 23)
  146. Me.地址_tb.TabIndex = 849
  147. '
  148. 'Label2
  149. '
  150. Me.Label2.AutoSize = True
  151. Me.Label2.Location = New System.Drawing.Point(175, 59)
  152. Me.Label2.Name = "Label2"
  153. Me.Label2.Size = New System.Drawing.Size(66, 16)
  154. Me.Label2.TabIndex = 852
  155. Me.Label2.Text = "ALAMAT : "
  156. '
  157. '電話_tb
  158. '
  159. Me.電話_tb.Location = New System.Drawing.Point(250, 79)
  160. Me.電話_tb.Name = "電話_tb"
  161. Me.電話_tb.Size = New System.Drawing.Size(292, 23)
  162. Me.電話_tb.TabIndex = 851
  163. '
  164. 'Label5
  165. '
  166. Me.Label5.AutoSize = True
  167. Me.Label5.Location = New System.Drawing.Point(175, 130)
  168. Me.Label5.Name = "Label5"
  169. Me.Label5.Size = New System.Drawing.Size(53, 16)
  170. Me.Label5.TabIndex = 854
  171. Me.Label5.Text = "EMAIL : "
  172. '
  173. '採購單號_tb
  174. '
  175. Me.採購單號_tb.Location = New System.Drawing.Point(684, 79)
  176. Me.採購單號_tb.Name = "採購單號_tb"
  177. Me.採購單號_tb.Size = New System.Drawing.Size(292, 23)
  178. Me.採購單號_tb.TabIndex = 853
  179. '
  180. 'Label6
  181. '
  182. Me.Label6.AutoSize = True
  183. Me.Label6.Location = New System.Drawing.Point(548, 82)
  184. Me.Label6.Name = "Label6"
  185. Me.Label6.Size = New System.Drawing.Size(87, 16)
  186. Me.Label6.TabIndex = 856
  187. Me.Label6.Text = "PO NOMOR : "
  188. '
  189. '使用地點_tb
  190. '
  191. Me.使用地點_tb.Location = New System.Drawing.Point(684, 127)
  192. Me.使用地點_tb.Name = "使用地點_tb"
  193. Me.使用地點_tb.Size = New System.Drawing.Size(292, 23)
  194. Me.使用地點_tb.TabIndex = 855
  195. '
  196. 'Label7
  197. '
  198. Me.Label7.AutoSize = True
  199. Me.Label7.Location = New System.Drawing.Point(548, 130)
  200. Me.Label7.Name = "Label7"
  201. Me.Label7.Size = New System.Drawing.Size(138, 16)
  202. Me.Label7.TabIndex = 858
  203. Me.Label7.Text = "TEMPAT PEMAKAIAN : "
  204. '
  205. 'Label8
  206. '
  207. Me.Label8.AutoSize = True
  208. Me.Label8.Location = New System.Drawing.Point(548, 106)
  209. Me.Label8.Name = "Label8"
  210. Me.Label8.Size = New System.Drawing.Size(98, 16)
  211. Me.Label8.TabIndex = 859
  212. Me.Label8.Text = "TGL/BLN/THN : "
  213. '
  214. '需求日期_dtp
  215. '
  216. Me.需求日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  217. Me.需求日期_dtp.Location = New System.Drawing.Point(684, 103)
  218. Me.需求日期_dtp.Name = "需求日期_dtp"
  219. Me.需求日期_dtp.Size = New System.Drawing.Size(292, 23)
  220. Me.需求日期_dtp.TabIndex = 860
  221. '
  222. '選擇公司_lb
  223. '
  224. Me.選擇公司_lb.AutoSize = True
  225. Me.選擇公司_lb.ForeColor = System.Drawing.Color.Blue
  226. Me.選擇公司_lb.Location = New System.Drawing.Point(251, 10)
  227. Me.選擇公司_lb.Name = "選擇公司_lb"
  228. Me.選擇公司_lb.Size = New System.Drawing.Size(101, 16)
  229. Me.選擇公司_lb.TabIndex = 862
  230. Me.選擇公司_lb.Text = "選 擇 公 司"
  231. '
  232. '選擇公司_cb
  233. '
  234. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  235. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  236. Me.選擇公司_cb.FormattingEnabled = True
  237. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  238. Me.選擇公司_cb.Location = New System.Drawing.Point(248, 29)
  239. Me.選擇公司_cb.Name = "選擇公司_cb"
  240. Me.選擇公司_cb.Size = New System.Drawing.Size(292, 24)
  241. Me.選擇公司_cb.TabIndex = 861
  242. '
  243. '明細_dgv
  244. '
  245. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  246. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  247. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  248. Or System.Windows.Forms.AnchorStyles.Left) _
  249. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  250. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  251. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  252. Me.明細_dgv.Location = New System.Drawing.Point(176, 152)
  253. Me.明細_dgv.Name = "明細_dgv"
  254. Me.明細_dgv.RowHeadersWidth = 5
  255. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  257. Me.明細_dgv.RowTemplate.Height = 24
  258. Me.明細_dgv.Size = New System.Drawing.Size(1167, 499)
  259. Me.明細_dgv.TabIndex = 863
  260. '
  261. '廠商_cb
  262. '
  263. Me.廠商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  264. Me.廠商_cb.ForeColor = System.Drawing.Color.Blue
  265. Me.廠商_cb.FormattingEnabled = True
  266. Me.廠商_cb.Location = New System.Drawing.Point(682, 29)
  267. Me.廠商_cb.Name = "廠商_cb"
  268. Me.廠商_cb.Size = New System.Drawing.Size(292, 24)
  269. Me.廠商_cb.TabIndex = 865
  270. '
  271. '供應商編碼_tb
  272. '
  273. Me.供應商編碼_tb.Location = New System.Drawing.Point(239, 272)
  274. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  275. Me.供應商編碼_tb.Size = New System.Drawing.Size(30, 23)
  276. Me.供應商編碼_tb.TabIndex = 866
  277. '
  278. '總金額_tb
  279. '
  280. Me.總金額_tb.Location = New System.Drawing.Point(1072, 127)
  281. Me.總金額_tb.Name = "總金額_tb"
  282. Me.總金額_tb.Size = New System.Drawing.Size(270, 23)
  283. Me.總金額_tb.TabIndex = 868
  284. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  285. '
  286. '總金額_lb
  287. '
  288. Me.總金額_lb.AutoSize = True
  289. Me.總金額_lb.Location = New System.Drawing.Point(980, 130)
  290. Me.總金額_lb.Name = "總金額_lb"
  291. Me.總金額_lb.Size = New System.Drawing.Size(86, 16)
  292. Me.總金額_lb.TabIndex = 867
  293. Me.總金額_lb.Text = "總 金 額"
  294. '
  295. '已生未核准的採購單_lb
  296. '
  297. Me.已生未核准的採購單_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  298. Me.已生未核准的採購單_lb.AutoSize = True
  299. Me.已生未核准的採購單_lb.Location = New System.Drawing.Point(1, 356)
  300. Me.已生未核准的採購單_lb.Name = "已生未核准的採購單_lb"
  301. Me.已生未核准的採購單_lb.Size = New System.Drawing.Size(116, 16)
  302. Me.已生未核准的採購單_lb.TabIndex = 872
  303. Me.已生未核准的採購單_lb.Text = "已生未核准的採購單"
  304. '
  305. '採購單_dgv
  306. '
  307. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  308. Me.採購單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  309. Me.採購單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  310. Me.採購單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  311. Me.採購單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  312. Me.採購單_dgv.Location = New System.Drawing.Point(8, 393)
  313. Me.採購單_dgv.Name = "採購單_dgv"
  314. Me.採購單_dgv.ReadOnly = True
  315. Me.採購單_dgv.RowHeadersWidth = 5
  316. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  317. Me.採購單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  318. Me.採購單_dgv.RowTemplate.Height = 24
  319. Me.採購單_dgv.Size = New System.Drawing.Size(163, 285)
  320. Me.採購單_dgv.TabIndex = 871
  321. '
  322. '傳真_tb
  323. '
  324. Me.傳真_tb.Location = New System.Drawing.Point(250, 103)
  325. Me.傳真_tb.Name = "傳真_tb"
  326. Me.傳真_tb.Size = New System.Drawing.Size(292, 23)
  327. Me.傳真_tb.TabIndex = 915
  328. '
  329. 'Label11
  330. '
  331. Me.Label11.AutoSize = True
  332. Me.Label11.Location = New System.Drawing.Point(175, 107)
  333. Me.Label11.Name = "Label11"
  334. Me.Label11.Size = New System.Drawing.Size(39, 16)
  335. Me.Label11.TabIndex = 914
  336. Me.Label11.Text = "FAX : "
  337. '
  338. '折扣比_tb
  339. '
  340. Me.折扣比_tb.Location = New System.Drawing.Point(1072, 79)
  341. Me.折扣比_tb.Name = "折扣比_tb"
  342. Me.折扣比_tb.Size = New System.Drawing.Size(89, 23)
  343. Me.折扣比_tb.TabIndex = 917
  344. Me.折扣比_tb.Text = "0"
  345. Me.折扣比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  346. '
  347. 'Label12
  348. '
  349. Me.Label12.AutoSize = True
  350. Me.Label12.Location = New System.Drawing.Point(980, 82)
  351. Me.Label12.Name = "Label12"
  352. Me.Label12.Size = New System.Drawing.Size(55, 16)
  353. Me.Label12.TabIndex = 916
  354. Me.Label12.Text = "DISC % :"
  355. '
  356. '折扣金額_tb
  357. '
  358. Me.折扣金額_tb.Location = New System.Drawing.Point(1163, 79)
  359. Me.折扣金額_tb.Name = "折扣金額_tb"
  360. Me.折扣金額_tb.Size = New System.Drawing.Size(179, 23)
  361. Me.折扣金額_tb.TabIndex = 918
  362. Me.折扣金額_tb.Text = "0"
  363. Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  364. '
  365. '稅金計算_ch
  366. '
  367. Me.稅金計算_ch.AutoSize = True
  368. Me.稅金計算_ch.Location = New System.Drawing.Point(983, 106)
  369. Me.稅金計算_ch.Name = "稅金計算_ch"
  370. Me.稅金計算_ch.Size = New System.Drawing.Size(71, 20)
  371. Me.稅金計算_ch.TabIndex = 919
  372. Me.稅金計算_ch.Text = "PPN % :"
  373. Me.稅金計算_ch.UseVisualStyleBackColor = True
  374. '
  375. '稅金金額_tb
  376. '
  377. Me.稅金金額_tb.Location = New System.Drawing.Point(1163, 103)
  378. Me.稅金金額_tb.Name = "稅金金額_tb"
  379. Me.稅金金額_tb.Size = New System.Drawing.Size(179, 23)
  380. Me.稅金金額_tb.TabIndex = 920
  381. Me.稅金金額_tb.Text = "0"
  382. Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  383. '
  384. '稅金比_tb
  385. '
  386. Me.稅金比_tb.Location = New System.Drawing.Point(1072, 103)
  387. Me.稅金比_tb.Name = "稅金比_tb"
  388. Me.稅金比_tb.Size = New System.Drawing.Size(89, 23)
  389. Me.稅金比_tb.TabIndex = 921
  390. Me.稅金比_tb.Text = "5"
  391. Me.稅金比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  392. '
  393. 'ContextMenuStrip1
  394. '
  395. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm})
  396. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  397. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  398. '
  399. '重新整理_tsm
  400. '
  401. Me.重新整理_tsm.Name = "重新整理_tsm"
  402. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  403. Me.重新整理_tsm.Text = "重新整理"
  404. '
  405. '語言_dgv
  406. '
  407. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  408. Me.語言_dgv.Location = New System.Drawing.Point(275, 272)
  409. Me.語言_dgv.Name = "語言_dgv"
  410. Me.語言_dgv.RowHeadersWidth = 5
  411. Me.語言_dgv.RowTemplate.Height = 24
  412. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  413. Me.語言_dgv.TabIndex = 1028
  414. Me.語言_dgv.Visible = False
  415. '
  416. '列印成詢價單_bt
  417. '
  418. Me.列印成詢價單_bt.ContextMenuStrip = Me.ContextMenuStrip1
  419. Me.列印成詢價單_bt.ForeColor = System.Drawing.Color.Olive
  420. Me.列印成詢價單_bt.Location = New System.Drawing.Point(984, 52)
  421. Me.列印成詢價單_bt.Name = "列印成詢價單_bt"
  422. Me.列印成詢價單_bt.Size = New System.Drawing.Size(359, 25)
  423. Me.列印成詢價單_bt.TabIndex = 1029
  424. Me.列印成詢價單_bt.Text = "列印成詢價單"
  425. Me.列印成詢價單_bt.UseVisualStyleBackColor = True
  426. '
  427. '尋價日期_tb
  428. '
  429. Me.尋價日期_tb.Location = New System.Drawing.Point(239, 388)
  430. Me.尋價日期_tb.Name = "尋價日期_tb"
  431. Me.尋價日期_tb.Size = New System.Drawing.Size(30, 23)
  432. Me.尋價日期_tb.TabIndex = 1033
  433. '
  434. '詢價員_tb
  435. '
  436. Me.詢價員_tb.Location = New System.Drawing.Point(239, 359)
  437. Me.詢價員_tb.Name = "詢價員_tb"
  438. Me.詢價員_tb.Size = New System.Drawing.Size(30, 23)
  439. Me.詢價員_tb.TabIndex = 1032
  440. '
  441. '核對日期_tb
  442. '
  443. Me.核對日期_tb.Location = New System.Drawing.Point(239, 330)
  444. Me.核對日期_tb.Name = "核對日期_tb"
  445. Me.核對日期_tb.Size = New System.Drawing.Size(30, 23)
  446. Me.核對日期_tb.TabIndex = 1031
  447. '
  448. '核對員_tb
  449. '
  450. Me.核對員_tb.Location = New System.Drawing.Point(239, 301)
  451. Me.核對員_tb.Name = "核對員_tb"
  452. Me.核對員_tb.Size = New System.Drawing.Size(30, 23)
  453. Me.核對員_tb.TabIndex = 1030
  454. '
  455. '類別管理_cb
  456. '
  457. Me.類別管理_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  458. Me.類別管理_cb.FormattingEnabled = True
  459. Me.類別管理_cb.Location = New System.Drawing.Point(682, 3)
  460. Me.類別管理_cb.Name = "類別管理_cb"
  461. Me.類別管理_cb.Size = New System.Drawing.Size(292, 24)
  462. Me.類別管理_cb.TabIndex = 1038
  463. '
  464. '簡稱_lb
  465. '
  466. Me.簡稱_lb.AutoSize = True
  467. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  468. Me.簡稱_lb.Location = New System.Drawing.Point(546, 6)
  469. Me.簡稱_lb.Name = "簡稱_lb"
  470. Me.簡稱_lb.Size = New System.Drawing.Size(68, 16)
  471. Me.簡稱_lb.TabIndex = 1037
  472. Me.簡稱_lb.Text = "供應商簡稱"
  473. '
  474. '供應商簡稱_tb
  475. '
  476. Me.供應商簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  477. Me.供應商簡稱_tb.Location = New System.Drawing.Point(471, 4)
  478. Me.供應商簡稱_tb.Name = "供應商簡稱_tb"
  479. Me.供應商簡稱_tb.Size = New System.Drawing.Size(69, 23)
  480. Me.供應商簡稱_tb.TabIndex = 1039
  481. Me.供應商簡稱_tb.Visible = False
  482. '
  483. '文字_lb
  484. '
  485. Me.文字_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  486. Me.文字_lb.AutoSize = True
  487. Me.文字_lb.ForeColor = System.Drawing.Color.DarkRed
  488. Me.文字_lb.Location = New System.Drawing.Point(686, 658)
  489. Me.文字_lb.Name = "文字_lb"
  490. Me.文字_lb.Size = New System.Drawing.Size(198, 16)
  491. Me.文字_lb.TabIndex = 1040
  492. Me.文字_lb.Text = "必須勾選""已採購"",才能按採購訂單"
  493. '
  494. '修改的採購單存檔_bt
  495. '
  496. Me.修改的採購單存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  497. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  498. Me.修改的採購單存檔_bt.Location = New System.Drawing.Point(176, 655)
  499. Me.修改的採購單存檔_bt.Name = "修改的採購單存檔_bt"
  500. Me.修改的採購單存檔_bt.Size = New System.Drawing.Size(366, 25)
  501. Me.修改的採購單存檔_bt.TabIndex = 1041
  502. Me.修改的採購單存檔_bt.Text = "修改的採購單存檔"
  503. Me.修改的採購單存檔_bt.UseVisualStyleBackColor = True
  504. '
  505. '全部選擇_bt
  506. '
  507. Me.全部選擇_bt.Location = New System.Drawing.Point(984, 27)
  508. Me.全部選擇_bt.Name = "全部選擇_bt"
  509. Me.全部選擇_bt.Size = New System.Drawing.Size(177, 25)
  510. Me.全部選擇_bt.TabIndex = 1042
  511. Me.全部選擇_bt.Text = "全部選擇"
  512. Me.全部選擇_bt.UseVisualStyleBackColor = True
  513. '
  514. '全部取消_bt
  515. '
  516. Me.全部取消_bt.Location = New System.Drawing.Point(1166, 27)
  517. Me.全部取消_bt.Name = "全部取消_bt"
  518. Me.全部取消_bt.Size = New System.Drawing.Size(177, 25)
  519. Me.全部取消_bt.TabIndex = 1043
  520. Me.全部取消_bt.Text = "全部取消"
  521. Me.全部取消_bt.UseVisualStyleBackColor = True
  522. '
  523. '生成採購單_bt
  524. '
  525. Me.生成採購單_bt.Location = New System.Drawing.Point(984, 2)
  526. Me.生成採購單_bt.Name = "生成採購單_bt"
  527. Me.生成採購單_bt.Size = New System.Drawing.Size(177, 25)
  528. Me.生成採購單_bt.TabIndex = 1044
  529. Me.生成採購單_bt.Text = "生成新的採購訂單"
  530. Me.生成採購單_bt.UseVisualStyleBackColor = True
  531. '
  532. '退回請購訂單_bt
  533. '
  534. Me.退回請購訂單_bt.Location = New System.Drawing.Point(1166, 2)
  535. Me.退回請購訂單_bt.Name = "退回請購訂單_bt"
  536. Me.退回請購訂單_bt.Size = New System.Drawing.Size(177, 25)
  537. Me.退回請購訂單_bt.TabIndex = 1045
  538. Me.退回請購訂單_bt.Text = "退回請購訂單"
  539. Me.退回請購訂單_bt.UseVisualStyleBackColor = True
  540. '
  541. '小間距1_ch
  542. '
  543. Me.小間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  544. Me.小間距1_ch.AutoSize = True
  545. Me.小間距1_ch.Location = New System.Drawing.Point(548, 656)
  546. Me.小間距1_ch.Name = "小間距1_ch"
  547. Me.小間距1_ch.Size = New System.Drawing.Size(40, 20)
  548. Me.小間距1_ch.TabIndex = 1644
  549. Me.小間距1_ch.Text = "L1"
  550. Me.小間距1_ch.UseVisualStyleBackColor = True
  551. '
  552. '中間距1_ch
  553. '
  554. Me.中間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  555. Me.中間距1_ch.AutoSize = True
  556. Me.中間距1_ch.Location = New System.Drawing.Point(594, 656)
  557. Me.中間距1_ch.Name = "中間距1_ch"
  558. Me.中間距1_ch.Size = New System.Drawing.Size(40, 20)
  559. Me.中間距1_ch.TabIndex = 1645
  560. Me.中間距1_ch.Text = "L2"
  561. Me.中間距1_ch.UseVisualStyleBackColor = True
  562. '
  563. '大間距1_ch
  564. '
  565. Me.大間距1_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  566. Me.大間距1_ch.AutoSize = True
  567. Me.大間距1_ch.Location = New System.Drawing.Point(640, 656)
  568. Me.大間距1_ch.Name = "大間距1_ch"
  569. Me.大間距1_ch.Size = New System.Drawing.Size(40, 20)
  570. Me.大間距1_ch.TabIndex = 1646
  571. Me.大間距1_ch.Text = "L3"
  572. Me.大間距1_ch.UseVisualStyleBackColor = True
  573. '
  574. '語轉扭_bt
  575. '
  576. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  577. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  578. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  579. Me.語轉扭_bt.Location = New System.Drawing.Point(1318, 654)
  580. Me.語轉扭_bt.Name = "語轉扭_bt"
  581. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  582. Me.語轉扭_bt.TabIndex = 1647
  583. Me.語轉扭_bt.Text = "L"
  584. Me.語轉扭_bt.UseVisualStyleBackColor = True
  585. '
  586. '樣品採購單編輯
  587. '
  588. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  589. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  590. Me.ClientSize = New System.Drawing.Size(1349, 681)
  591. Me.ContextMenuStrip = Me.ContextMenuStrip1
  592. Me.Controls.Add(Me.語轉扭_bt)
  593. Me.Controls.Add(Me.小間距1_ch)
  594. Me.Controls.Add(Me.中間距1_ch)
  595. Me.Controls.Add(Me.大間距1_ch)
  596. Me.Controls.Add(Me.退回請購訂單_bt)
  597. Me.Controls.Add(Me.生成採購單_bt)
  598. Me.Controls.Add(Me.全部取消_bt)
  599. Me.Controls.Add(Me.全部選擇_bt)
  600. Me.Controls.Add(Me.修改的採購單存檔_bt)
  601. Me.Controls.Add(Me.文字_lb)
  602. Me.Controls.Add(Me.供應商簡稱_tb)
  603. Me.Controls.Add(Me.類別管理_cb)
  604. Me.Controls.Add(Me.簡稱_lb)
  605. Me.Controls.Add(Me.尋價日期_tb)
  606. Me.Controls.Add(Me.詢價員_tb)
  607. Me.Controls.Add(Me.核對日期_tb)
  608. Me.Controls.Add(Me.核對員_tb)
  609. Me.Controls.Add(Me.列印成詢價單_bt)
  610. Me.Controls.Add(Me.語言_dgv)
  611. Me.Controls.Add(Me.稅金比_tb)
  612. Me.Controls.Add(Me.稅金金額_tb)
  613. Me.Controls.Add(Me.稅金計算_ch)
  614. Me.Controls.Add(Me.折扣金額_tb)
  615. Me.Controls.Add(Me.折扣比_tb)
  616. Me.Controls.Add(Me.Label12)
  617. Me.Controls.Add(Me.傳真_tb)
  618. Me.Controls.Add(Me.Label11)
  619. Me.Controls.Add(Me.總金額_tb)
  620. Me.Controls.Add(Me.總金額_lb)
  621. Me.Controls.Add(Me.供應商編碼_tb)
  622. Me.Controls.Add(Me.廠商_cb)
  623. Me.Controls.Add(Me.選擇公司_lb)
  624. Me.Controls.Add(Me.選擇公司_cb)
  625. Me.Controls.Add(Me.需求日期_dtp)
  626. Me.Controls.Add(Me.Label8)
  627. Me.Controls.Add(Me.使用地點_tb)
  628. Me.Controls.Add(Me.Label5)
  629. Me.Controls.Add(Me.採購單號_tb)
  630. Me.Controls.Add(Me.Label2)
  631. Me.Controls.Add(Me.電話_tb)
  632. Me.Controls.Add(Me.地址_tb)
  633. Me.Controls.Add(Me.Label3)
  634. Me.Controls.Add(Me.郵件_tb)
  635. Me.Controls.Add(Me.請購單_dgv)
  636. Me.Controls.Add(Me.Label1)
  637. Me.Controls.Add(Me.Label6)
  638. Me.Controls.Add(Me.Label7)
  639. Me.Controls.Add(Me.採購單_dgv)
  640. Me.Controls.Add(Me.核准請購未生成_lb)
  641. Me.Controls.Add(Me.明細_dgv)
  642. Me.Controls.Add(Me.已生未核准的採購單_lb)
  643. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  644. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  645. Me.Name = "樣品採購單編輯"
  646. Me.Text = "行政物料採購單生成"
  647. CType(Me.請購單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  648. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  649. CType(Me.採購單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  650. Me.ContextMenuStrip1.ResumeLayout(False)
  651. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  652. Me.ResumeLayout(False)
  653. Me.PerformLayout()
  654. End Sub
  655. Friend WithEvents 核准請購未生成_lb As Label
  656. Friend WithEvents 請購單_dgv As DataGridView
  657. Friend WithEvents Label3 As Label
  658. Friend WithEvents 郵件_tb As TextBox
  659. Friend WithEvents Label1 As Label
  660. Friend WithEvents 地址_tb As TextBox
  661. Friend WithEvents Label2 As Label
  662. Friend WithEvents 電話_tb As TextBox
  663. Friend WithEvents Label5 As Label
  664. Friend WithEvents 採購單號_tb As TextBox
  665. Friend WithEvents Label6 As Label
  666. Friend WithEvents 使用地點_tb As TextBox
  667. Friend WithEvents Label7 As Label
  668. Friend WithEvents Label8 As Label
  669. Friend WithEvents 需求日期_dtp As DateTimePicker
  670. Friend WithEvents 選擇公司_lb As Label
  671. Friend WithEvents 選擇公司_cb As ComboBox
  672. Friend WithEvents 明細_dgv As DataGridView
  673. Friend WithEvents 廠商_cb As ComboBox
  674. Friend WithEvents 供應商編碼_tb As TextBox
  675. Friend WithEvents 總金額_tb As TextBox
  676. Friend WithEvents 總金額_lb As Label
  677. Friend WithEvents 已生未核准的採購單_lb As Label
  678. Friend WithEvents 採購單_dgv As DataGridView
  679. Friend WithEvents 傳真_tb As TextBox
  680. Friend WithEvents Label11 As Label
  681. Friend WithEvents 折扣比_tb As TextBox
  682. Friend WithEvents Label12 As Label
  683. Friend WithEvents 折扣金額_tb As TextBox
  684. Friend WithEvents 稅金計算_ch As CheckBox
  685. Friend WithEvents 稅金金額_tb As TextBox
  686. Friend WithEvents 稅金比_tb As TextBox
  687. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  688. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  689. Friend WithEvents 語言_dgv As DataGridView
  690. Friend WithEvents 列印成詢價單_bt As Button
  691. Friend WithEvents 尋價日期_tb As TextBox
  692. Friend WithEvents 詢價員_tb As TextBox
  693. Friend WithEvents 核對日期_tb As TextBox
  694. Friend WithEvents 核對員_tb As TextBox
  695. Friend WithEvents 類別管理_cb As ComboBox
  696. Friend WithEvents 簡稱_lb As Label
  697. Friend WithEvents 供應商簡稱_tb As TextBox
  698. Friend WithEvents 文字_lb As Label
  699. Friend WithEvents 修改的採購單存檔_bt As Button
  700. Friend WithEvents 全部選擇_bt As Button
  701. Friend WithEvents 全部取消_bt As Button
  702. Friend WithEvents 生成採購單_bt As Button
  703. Friend WithEvents 退回請購訂單_bt As Button
  704. Friend WithEvents 小間距1_ch As CheckBox
  705. Friend WithEvents 中間距1_ch As CheckBox
  706. Friend WithEvents 大間距1_ch As CheckBox
  707. Friend WithEvents 語轉扭_bt As Button
  708. End Class