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