Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

採購單一級核准.Designer.vb 45KB

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