Няма описание
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 34KB

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