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 46KB

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