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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226
  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.Panel2 = New System.Windows.Forms.Panel()
  23. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  24. Me.幣別_tb = New System.Windows.Forms.TextBox()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.匯率_tb = New System.Windows.Forms.TextBox()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.Label45 = New System.Windows.Forms.Label()
  29. Me.Label6 = New System.Windows.Forms.Label()
  30. Me.Label9 = New System.Windows.Forms.Label()
  31. Me.交易方式_tb = New System.Windows.Forms.TextBox()
  32. Me.Label24 = New System.Windows.Forms.Label()
  33. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  34. Me.Label23 = New System.Windows.Forms.Label()
  35. Me.Label16 = New System.Windows.Forms.Label()
  36. Me.備註_tb = New System.Windows.Forms.TextBox()
  37. Me.客戶編號_tb = New System.Windows.Forms.TextBox()
  38. Me.Label22 = New System.Windows.Forms.Label()
  39. Me.訂單號_tb = New System.Windows.Forms.TextBox()
  40. Me.客戶名稱_tb = New System.Windows.Forms.TextBox()
  41. Me.Label21 = New System.Windows.Forms.Label()
  42. Me.清單1_1_dgv = New System.Windows.Forms.DataGridView()
  43. Me.Label20 = New System.Windows.Forms.Label()
  44. Me.受訂日期_dtp = New System.Windows.Forms.DateTimePicker()
  45. Me.經辦業務_tb = New System.Windows.Forms.TextBox()
  46. Me.預交日期_dtp = New System.Windows.Forms.DateTimePicker()
  47. Me.Label19 = New System.Windows.Forms.Label()
  48. Me.統一編號_tb = New System.Windows.Forms.TextBox()
  49. Me.Label18 = New System.Windows.Forms.Label()
  50. Me.連絡電話_tb = New System.Windows.Forms.TextBox()
  51. Me.傳真_tb = New System.Windows.Forms.TextBox()
  52. Me.Label10 = New System.Windows.Forms.Label()
  53. Me.Label17 = New System.Windows.Forms.Label()
  54. Me.送貨地址_tb = New System.Windows.Forms.TextBox()
  55. Me.Label15 = New System.Windows.Forms.Label()
  56. Me.Panel1 = New System.Windows.Forms.Panel()
  57. Me.總金額_lb = New System.Windows.Forms.Label()
  58. Me.總數量_lb = New System.Windows.Forms.Label()
  59. Me.Label47 = New System.Windows.Forms.Label()
  60. Me.Label46 = New System.Windows.Forms.Label()
  61. Me.清單2_dgv = New System.Windows.Forms.DataGridView()
  62. Me.Panel6 = New System.Windows.Forms.Panel()
  63. Me.Panel8 = New System.Windows.Forms.Panel()
  64. Me.付款條件_cb = New System.Windows.Forms.ComboBox()
  65. Me.Panel7 = New System.Windows.Forms.Panel()
  66. Me.客戶名稱_cb = New System.Windows.Forms.ComboBox()
  67. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  68. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  69. Me.Label25 = New System.Windows.Forms.Label()
  70. Me.總經理_tb = New System.Windows.Forms.TextBox()
  71. Me.Label14 = New System.Windows.Forms.Label()
  72. Me.品保審批_tb = New System.Windows.Forms.TextBox()
  73. Me.Label13 = New System.Windows.Forms.Label()
  74. Me.製造審批_tb = New System.Windows.Forms.TextBox()
  75. Me.Label12 = New System.Windows.Forms.Label()
  76. Me.生管審批_tb = New System.Windows.Forms.TextBox()
  77. Me.Label11 = New System.Windows.Forms.Label()
  78. Me.業務審批_tb = New System.Windows.Forms.TextBox()
  79. Me.Label8 = New System.Windows.Forms.Label()
  80. Me.品保_bt = New System.Windows.Forms.Button()
  81. Me.製造_bt = New System.Windows.Forms.Button()
  82. Me.生管_bt = New System.Windows.Forms.Button()
  83. Me.業務_bt = New System.Windows.Forms.Button()
  84. Me.Panel5 = New System.Windows.Forms.Panel()
  85. Me.交運條件_cb = New System.Windows.Forms.ComboBox()
  86. Me.付款條件_lb = New System.Windows.Forms.Label()
  87. Me.交運條件_lb = New System.Windows.Forms.Label()
  88. Me.Panel4 = New System.Windows.Forms.Panel()
  89. Me.訂單效期_dtp = New System.Windows.Forms.DateTimePicker()
  90. Me.Panel3 = New System.Windows.Forms.Panel()
  91. Me.接收日期_dtp = New System.Windows.Forms.DateTimePicker()
  92. Me.Label3 = New System.Windows.Forms.Label()
  93. Me.Label4 = New System.Windows.Forms.Label()
  94. Me.客戶訂單_bt = New System.Windows.Forms.TextBox()
  95. Me.客戶名稱_lb = New System.Windows.Forms.Label()
  96. Me.客戶訂單_lb = New System.Windows.Forms.Label()
  97. Me.清單2_1_dgv = New System.Windows.Forms.DataGridView()
  98. Me.開啟檔案 = New System.Windows.Forms.OpenFileDialog()
  99. Me.重新讀取_bt = New System.Windows.Forms.Button()
  100. Me.刪除受訂單_bt = New System.Windows.Forms.Button()
  101. Me.導入受訂單_bt = New System.Windows.Forms.Button()
  102. Me.增加明細_bt = New System.Windows.Forms.Button()
  103. Me.刪除明細_bt = New System.Windows.Forms.Button()
  104. Me.列印_bt = New System.Windows.Forms.Button()
  105. Me.刪除發票_bt = New System.Windows.Forms.Button()
  106. Me.存檔_bt = New System.Windows.Forms.Button()
  107. Me.新增_bt = New System.Windows.Forms.Button()
  108. Me.logo_pb = New System.Windows.Forms.PictureBox()
  109. Me.Panel2.SuspendLayout()
  110. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  111. Me.SplitContainer1.Panel1.SuspendLayout()
  112. Me.SplitContainer1.Panel2.SuspendLayout()
  113. Me.SplitContainer1.SuspendLayout()
  114. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  115. CType(Me.清單1_1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  116. Me.Panel1.SuspendLayout()
  117. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  118. Me.Panel6.SuspendLayout()
  119. Me.Panel8.SuspendLayout()
  120. Me.Panel7.SuspendLayout()
  121. Me.Panel5.SuspendLayout()
  122. Me.Panel4.SuspendLayout()
  123. Me.Panel3.SuspendLayout()
  124. CType(Me.清單2_1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.logo_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  126. Me.SuspendLayout()
  127. '
  128. 'Panel2
  129. '
  130. Me.Panel2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  131. Or System.Windows.Forms.AnchorStyles.Left) _
  132. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  133. Me.Panel2.Controls.Add(Me.SplitContainer1)
  134. Me.Panel2.Location = New System.Drawing.Point(-1, 0)
  135. Me.Panel2.Name = "Panel2"
  136. Me.Panel2.Size = New System.Drawing.Size(1350, 643)
  137. Me.Panel2.TabIndex = 858
  138. '
  139. 'SplitContainer1
  140. '
  141. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  142. Or System.Windows.Forms.AnchorStyles.Left) _
  143. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  144. Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  145. Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
  146. Me.SplitContainer1.Name = "SplitContainer1"
  147. '
  148. 'SplitContainer1.Panel1
  149. '
  150. Me.SplitContainer1.Panel1.Controls.Add(Me.幣別_tb)
  151. Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
  152. Me.SplitContainer1.Panel1.Controls.Add(Me.匯率_tb)
  153. Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
  154. Me.SplitContainer1.Panel1.Controls.Add(Me.Label45)
  155. Me.SplitContainer1.Panel1.Controls.Add(Me.重新讀取_bt)
  156. Me.SplitContainer1.Panel1.Controls.Add(Me.刪除受訂單_bt)
  157. Me.SplitContainer1.Panel1.Controls.Add(Me.導入受訂單_bt)
  158. Me.SplitContainer1.Panel1.Controls.Add(Me.增加明細_bt)
  159. Me.SplitContainer1.Panel1.Controls.Add(Me.Label6)
  160. Me.SplitContainer1.Panel1.Controls.Add(Me.Label9)
  161. Me.SplitContainer1.Panel1.Controls.Add(Me.交易方式_tb)
  162. Me.SplitContainer1.Panel1.Controls.Add(Me.Label24)
  163. Me.SplitContainer1.Panel1.Controls.Add(Me.清單1_dgv)
  164. Me.SplitContainer1.Panel1.Controls.Add(Me.Label23)
  165. Me.SplitContainer1.Panel1.Controls.Add(Me.Label16)
  166. Me.SplitContainer1.Panel1.Controls.Add(Me.備註_tb)
  167. Me.SplitContainer1.Panel1.Controls.Add(Me.客戶編號_tb)
  168. Me.SplitContainer1.Panel1.Controls.Add(Me.Label22)
  169. Me.SplitContainer1.Panel1.Controls.Add(Me.訂單號_tb)
  170. Me.SplitContainer1.Panel1.Controls.Add(Me.客戶名稱_tb)
  171. Me.SplitContainer1.Panel1.Controls.Add(Me.Label21)
  172. Me.SplitContainer1.Panel1.Controls.Add(Me.清單1_1_dgv)
  173. Me.SplitContainer1.Panel1.Controls.Add(Me.Label20)
  174. Me.SplitContainer1.Panel1.Controls.Add(Me.受訂日期_dtp)
  175. Me.SplitContainer1.Panel1.Controls.Add(Me.經辦業務_tb)
  176. Me.SplitContainer1.Panel1.Controls.Add(Me.預交日期_dtp)
  177. Me.SplitContainer1.Panel1.Controls.Add(Me.Label19)
  178. Me.SplitContainer1.Panel1.Controls.Add(Me.統一編號_tb)
  179. Me.SplitContainer1.Panel1.Controls.Add(Me.Label18)
  180. Me.SplitContainer1.Panel1.Controls.Add(Me.連絡電話_tb)
  181. Me.SplitContainer1.Panel1.Controls.Add(Me.傳真_tb)
  182. Me.SplitContainer1.Panel1.Controls.Add(Me.Label10)
  183. Me.SplitContainer1.Panel1.Controls.Add(Me.Label17)
  184. Me.SplitContainer1.Panel1.Controls.Add(Me.送貨地址_tb)
  185. Me.SplitContainer1.Panel1.Controls.Add(Me.Label15)
  186. Me.SplitContainer1.Panel1.Controls.Add(Me.Panel1)
  187. '
  188. 'SplitContainer1.Panel2
  189. '
  190. Me.SplitContainer1.Panel2.Controls.Add(Me.清單2_dgv)
  191. Me.SplitContainer1.Panel2.Controls.Add(Me.Panel6)
  192. Me.SplitContainer1.Size = New System.Drawing.Size(1350, 643)
  193. Me.SplitContainer1.SplitterDistance = 636
  194. Me.SplitContainer1.SplitterWidth = 2
  195. Me.SplitContainer1.TabIndex = 867
  196. '
  197. '幣別_tb
  198. '
  199. Me.幣別_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  200. Me.幣別_tb.Location = New System.Drawing.Point(496, 60)
  201. Me.幣別_tb.Name = "幣別_tb"
  202. Me.幣別_tb.Size = New System.Drawing.Size(41, 23)
  203. Me.幣別_tb.TabIndex = 912
  204. '
  205. 'Label2
  206. '
  207. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  208. Me.Label2.AutoSize = True
  209. Me.Label2.Location = New System.Drawing.Point(463, 64)
  210. Me.Label2.Name = "Label2"
  211. Me.Label2.Size = New System.Drawing.Size(31, 16)
  212. Me.Label2.TabIndex = 913
  213. Me.Label2.Text = "幣別"
  214. '
  215. '匯率_tb
  216. '
  217. Me.匯率_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  218. Me.匯率_tb.Location = New System.Drawing.Point(570, 60)
  219. Me.匯率_tb.Name = "匯率_tb"
  220. Me.匯率_tb.Size = New System.Drawing.Size(58, 23)
  221. Me.匯率_tb.TabIndex = 910
  222. '
  223. 'Label1
  224. '
  225. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  226. Me.Label1.AutoSize = True
  227. Me.Label1.Location = New System.Drawing.Point(537, 63)
  228. Me.Label1.Name = "Label1"
  229. Me.Label1.Size = New System.Drawing.Size(31, 16)
  230. Me.Label1.TabIndex = 911
  231. Me.Label1.Text = "匯率"
  232. '
  233. 'Label45
  234. '
  235. Me.Label45.AutoSize = True
  236. Me.Label45.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.Label45.Location = New System.Drawing.Point(120, 8)
  238. Me.Label45.Name = "Label45"
  239. Me.Label45.Size = New System.Drawing.Size(153, 20)
  240. Me.Label45.TabIndex = 867
  241. Me.Label45.Text = "天心系統受訂單資料"
  242. '
  243. 'Label6
  244. '
  245. Me.Label6.AutoSize = True
  246. Me.Label6.Location = New System.Drawing.Point(119, 21)
  247. Me.Label6.Name = "Label6"
  248. Me.Label6.Size = New System.Drawing.Size(537, 16)
  249. Me.Label6.TabIndex = 845
  250. Me.Label6.Text = "_________________________________________________________________________________" &
  251. "_________________________"
  252. '
  253. 'Label9
  254. '
  255. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  256. Me.Label9.AutoSize = True
  257. Me.Label9.Location = New System.Drawing.Point(169, 21)
  258. Me.Label9.Name = "Label9"
  259. Me.Label9.Size = New System.Drawing.Size(467, 16)
  260. Me.Label9.TabIndex = 846
  261. Me.Label9.Text = "_________________________________________________________________________________" &
  262. "___________"
  263. '
  264. '交易方式_tb
  265. '
  266. Me.交易方式_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  267. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  268. Me.交易方式_tb.Location = New System.Drawing.Point(371, 108)
  269. Me.交易方式_tb.Name = "交易方式_tb"
  270. Me.交易方式_tb.Size = New System.Drawing.Size(260, 23)
  271. Me.交易方式_tb.TabIndex = 10
  272. '
  273. 'Label24
  274. '
  275. Me.Label24.AutoSize = True
  276. Me.Label24.Location = New System.Drawing.Point(313, 133)
  277. Me.Label24.Name = "Label24"
  278. Me.Label24.Size = New System.Drawing.Size(55, 16)
  279. Me.Label24.TabIndex = 864
  280. Me.Label24.Text = "備 註"
  281. '
  282. '清單1_dgv
  283. '
  284. Me.清單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  285. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  286. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  287. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  288. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  289. Me.清單1_dgv.Location = New System.Drawing.Point(1, -1)
  290. Me.清單1_dgv.Name = "清單1_dgv"
  291. Me.清單1_dgv.RowHeadersWidth = 5
  292. Me.清單1_dgv.RowTemplate.Height = 24
  293. Me.清單1_dgv.Size = New System.Drawing.Size(117, 643)
  294. Me.清單1_dgv.TabIndex = 841
  295. '
  296. 'Label23
  297. '
  298. Me.Label23.AutoSize = True
  299. Me.Label23.Location = New System.Drawing.Point(313, 110)
  300. Me.Label23.Name = "Label23"
  301. Me.Label23.Size = New System.Drawing.Size(55, 16)
  302. Me.Label23.TabIndex = 863
  303. Me.Label23.Text = "交易方式"
  304. '
  305. 'Label16
  306. '
  307. Me.Label16.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  308. Me.Label16.AutoSize = True
  309. Me.Label16.Location = New System.Drawing.Point(201, 40)
  310. Me.Label16.Name = "Label16"
  311. Me.Label16.Size = New System.Drawing.Size(55, 16)
  312. Me.Label16.TabIndex = 856
  313. Me.Label16.Text = "受訂日期"
  314. '
  315. '備註_tb
  316. '
  317. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  318. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  319. Me.備註_tb.Location = New System.Drawing.Point(370, 131)
  320. Me.備註_tb.Name = "備註_tb"
  321. Me.備註_tb.Size = New System.Drawing.Size(260, 23)
  322. Me.備註_tb.TabIndex = 11
  323. '
  324. '客戶編號_tb
  325. '
  326. Me.客戶編號_tb.Location = New System.Drawing.Point(153, 60)
  327. Me.客戶編號_tb.Name = "客戶編號_tb"
  328. Me.客戶編號_tb.Size = New System.Drawing.Size(67, 23)
  329. Me.客戶編號_tb.TabIndex = 1
  330. '
  331. 'Label22
  332. '
  333. Me.Label22.AutoSize = True
  334. Me.Label22.Location = New System.Drawing.Point(121, 134)
  335. Me.Label22.Name = "Label22"
  336. Me.Label22.Size = New System.Drawing.Size(31, 16)
  337. Me.Label22.TabIndex = 862
  338. Me.Label22.Text = "經辦"
  339. '
  340. '訂單號_tb
  341. '
  342. Me.訂單號_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  343. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  344. Me.訂單號_tb.Location = New System.Drawing.Point(152, 37)
  345. Me.訂單號_tb.Name = "訂單號_tb"
  346. Me.訂單號_tb.Size = New System.Drawing.Size(48, 23)
  347. Me.訂單號_tb.TabIndex = 0
  348. '
  349. '客戶名稱_tb
  350. '
  351. Me.客戶名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  352. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  353. Me.客戶名稱_tb.Location = New System.Drawing.Point(221, 60)
  354. Me.客戶名稱_tb.Name = "客戶名稱_tb"
  355. Me.客戶名稱_tb.Size = New System.Drawing.Size(240, 23)
  356. Me.客戶名稱_tb.TabIndex = 2
  357. '
  358. 'Label21
  359. '
  360. Me.Label21.AutoSize = True
  361. Me.Label21.Location = New System.Drawing.Point(121, 110)
  362. Me.Label21.Name = "Label21"
  363. Me.Label21.Size = New System.Drawing.Size(31, 16)
  364. Me.Label21.TabIndex = 861
  365. Me.Label21.Text = "傳真"
  366. '
  367. '清單1_1_dgv
  368. '
  369. Me.清單1_1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  370. Or System.Windows.Forms.AnchorStyles.Left) _
  371. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  372. Me.清單1_1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  373. Me.清單1_1_dgv.BackgroundColor = System.Drawing.Color.White
  374. Me.清單1_1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  375. Me.清單1_1_dgv.Location = New System.Drawing.Point(117, 155)
  376. Me.清單1_1_dgv.Name = "清單1_1_dgv"
  377. Me.清單1_1_dgv.RowHeadersWidth = 5
  378. Me.清單1_1_dgv.RowTemplate.Height = 24
  379. Me.清單1_1_dgv.Size = New System.Drawing.Size(513, 460)
  380. Me.清單1_1_dgv.TabIndex = 853
  381. '
  382. 'Label20
  383. '
  384. Me.Label20.AutoSize = True
  385. Me.Label20.Location = New System.Drawing.Point(313, 87)
  386. Me.Label20.Name = "Label20"
  387. Me.Label20.Size = New System.Drawing.Size(55, 16)
  388. Me.Label20.TabIndex = 860
  389. Me.Label20.Text = "送貨地址"
  390. '
  391. '受訂日期_dtp
  392. '
  393. Me.受訂日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  394. Me.受訂日期_dtp.CustomFormat = "yyyy/MM/dd"
  395. Me.受訂日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  396. Me.受訂日期_dtp.Location = New System.Drawing.Point(258, 37)
  397. Me.受訂日期_dtp.Name = "受訂日期_dtp"
  398. Me.受訂日期_dtp.Size = New System.Drawing.Size(86, 23)
  399. Me.受訂日期_dtp.TabIndex = 5
  400. '
  401. '經辦業務_tb
  402. '
  403. Me.經辦業務_tb.Location = New System.Drawing.Point(154, 130)
  404. Me.經辦業務_tb.Name = "經辦業務_tb"
  405. Me.經辦業務_tb.Size = New System.Drawing.Size(153, 23)
  406. Me.經辦業務_tb.TabIndex = 9
  407. '
  408. '預交日期_dtp
  409. '
  410. Me.預交日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  411. Me.預交日期_dtp.CustomFormat = "yyyy/MM/dd"
  412. Me.預交日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  413. Me.預交日期_dtp.Location = New System.Drawing.Point(403, 37)
  414. Me.預交日期_dtp.Name = "預交日期_dtp"
  415. Me.預交日期_dtp.Size = New System.Drawing.Size(86, 23)
  416. Me.預交日期_dtp.TabIndex = 6
  417. '
  418. 'Label19
  419. '
  420. Me.Label19.AutoSize = True
  421. Me.Label19.Location = New System.Drawing.Point(121, 87)
  422. Me.Label19.Name = "Label19"
  423. Me.Label19.Size = New System.Drawing.Size(31, 16)
  424. Me.Label19.TabIndex = 859
  425. Me.Label19.Text = "電話"
  426. '
  427. '統一編號_tb
  428. '
  429. Me.統一編號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  430. Me.統一編號_tb.Location = New System.Drawing.Point(547, 37)
  431. Me.統一編號_tb.Name = "統一編號_tb"
  432. Me.統一編號_tb.Size = New System.Drawing.Size(83, 23)
  433. Me.統一編號_tb.TabIndex = 3
  434. '
  435. 'Label18
  436. '
  437. Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  438. Me.Label18.AutoSize = True
  439. Me.Label18.Location = New System.Drawing.Point(490, 40)
  440. Me.Label18.Name = "Label18"
  441. Me.Label18.Size = New System.Drawing.Size(55, 16)
  442. Me.Label18.TabIndex = 858
  443. Me.Label18.Text = "統一編號"
  444. '
  445. '連絡電話_tb
  446. '
  447. Me.連絡電話_tb.Location = New System.Drawing.Point(154, 84)
  448. Me.連絡電話_tb.Name = "連絡電話_tb"
  449. Me.連絡電話_tb.Size = New System.Drawing.Size(153, 23)
  450. Me.連絡電話_tb.TabIndex = 4
  451. '
  452. '傳真_tb
  453. '
  454. Me.傳真_tb.Location = New System.Drawing.Point(154, 107)
  455. Me.傳真_tb.Name = "傳真_tb"
  456. Me.傳真_tb.Size = New System.Drawing.Size(153, 23)
  457. Me.傳真_tb.TabIndex = 8
  458. '
  459. 'Label10
  460. '
  461. Me.Label10.AutoSize = True
  462. Me.Label10.Location = New System.Drawing.Point(120, 40)
  463. Me.Label10.Name = "Label10"
  464. Me.Label10.Size = New System.Drawing.Size(31, 16)
  465. Me.Label10.TabIndex = 854
  466. Me.Label10.Text = "單號"
  467. '
  468. 'Label17
  469. '
  470. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  471. Me.Label17.AutoSize = True
  472. Me.Label17.Location = New System.Drawing.Point(346, 41)
  473. Me.Label17.Name = "Label17"
  474. Me.Label17.Size = New System.Drawing.Size(55, 16)
  475. Me.Label17.TabIndex = 857
  476. Me.Label17.Text = "預交日期"
  477. '
  478. '送貨地址_tb
  479. '
  480. Me.送貨地址_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  481. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  482. Me.送貨地址_tb.Location = New System.Drawing.Point(370, 84)
  483. Me.送貨地址_tb.Name = "送貨地址_tb"
  484. Me.送貨地址_tb.Size = New System.Drawing.Size(260, 23)
  485. Me.送貨地址_tb.TabIndex = 7
  486. '
  487. 'Label15
  488. '
  489. Me.Label15.AutoSize = True
  490. Me.Label15.Location = New System.Drawing.Point(120, 63)
  491. Me.Label15.Name = "Label15"
  492. Me.Label15.Size = New System.Drawing.Size(31, 16)
  493. Me.Label15.TabIndex = 855
  494. Me.Label15.Text = "客戶"
  495. '
  496. 'Panel1
  497. '
  498. Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  499. Me.Panel1.Controls.Add(Me.總金額_lb)
  500. Me.Panel1.Controls.Add(Me.總數量_lb)
  501. Me.Panel1.Controls.Add(Me.Label47)
  502. Me.Panel1.Controls.Add(Me.Label46)
  503. Me.Panel1.Location = New System.Drawing.Point(304, 614)
  504. Me.Panel1.Name = "Panel1"
  505. Me.Panel1.Size = New System.Drawing.Size(332, 28)
  506. Me.Panel1.TabIndex = 909
  507. '
  508. '總金額_lb
  509. '
  510. Me.總金額_lb.AutoSize = True
  511. Me.總金額_lb.BackColor = System.Drawing.Color.Transparent
  512. Me.總金額_lb.Location = New System.Drawing.Point(235, 6)
  513. Me.總金額_lb.Name = "總金額_lb"
  514. Me.總金額_lb.Size = New System.Drawing.Size(14, 16)
  515. Me.總金額_lb.TabIndex = 908
  516. Me.總金額_lb.Text = "0"
  517. '
  518. '總數量_lb
  519. '
  520. Me.總數量_lb.AutoSize = True
  521. Me.總數量_lb.BackColor = System.Drawing.Color.Transparent
  522. Me.總數量_lb.Location = New System.Drawing.Point(59, 6)
  523. Me.總數量_lb.Name = "總數量_lb"
  524. Me.總數量_lb.Size = New System.Drawing.Size(14, 16)
  525. Me.總數量_lb.TabIndex = 907
  526. Me.總數量_lb.Text = "0"
  527. '
  528. 'Label47
  529. '
  530. Me.Label47.AutoSize = True
  531. Me.Label47.BackColor = System.Drawing.Color.Transparent
  532. Me.Label47.Location = New System.Drawing.Point(180, 6)
  533. Me.Label47.Name = "Label47"
  534. Me.Label47.Size = New System.Drawing.Size(49, 16)
  535. Me.Label47.TabIndex = 905
  536. Me.Label47.Text = "總金額 :"
  537. '
  538. 'Label46
  539. '
  540. Me.Label46.AutoSize = True
  541. Me.Label46.BackColor = System.Drawing.Color.Transparent
  542. Me.Label46.Location = New System.Drawing.Point(4, 6)
  543. Me.Label46.Name = "Label46"
  544. Me.Label46.Size = New System.Drawing.Size(49, 16)
  545. Me.Label46.TabIndex = 906
  546. Me.Label46.Text = "總數量 :"
  547. '
  548. '清單2_dgv
  549. '
  550. Me.清單2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  551. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  552. Me.清單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  553. Me.清單2_dgv.BackgroundColor = System.Drawing.Color.White
  554. Me.清單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  555. Me.清單2_dgv.Location = New System.Drawing.Point(-1, -1)
  556. Me.清單2_dgv.Name = "清單2_dgv"
  557. Me.清單2_dgv.RowHeadersWidth = 5
  558. Me.清單2_dgv.RowTemplate.Height = 24
  559. Me.清單2_dgv.Size = New System.Drawing.Size(102, 643)
  560. Me.清單2_dgv.TabIndex = 867
  561. '
  562. 'Panel6
  563. '
  564. Me.Panel6.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  565. Or System.Windows.Forms.AnchorStyles.Left) _
  566. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  567. Me.Panel6.BackColor = System.Drawing.Color.White
  568. Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  569. Me.Panel6.Controls.Add(Me.刪除明細_bt)
  570. Me.Panel6.Controls.Add(Me.Panel8)
  571. Me.Panel6.Controls.Add(Me.Panel7)
  572. Me.Panel6.Controls.Add(Me.CheckBox2)
  573. Me.Panel6.Controls.Add(Me.CheckBox1)
  574. Me.Panel6.Controls.Add(Me.Label25)
  575. Me.Panel6.Controls.Add(Me.總經理_tb)
  576. Me.Panel6.Controls.Add(Me.Label14)
  577. Me.Panel6.Controls.Add(Me.品保審批_tb)
  578. Me.Panel6.Controls.Add(Me.Label13)
  579. Me.Panel6.Controls.Add(Me.製造審批_tb)
  580. Me.Panel6.Controls.Add(Me.Label12)
  581. Me.Panel6.Controls.Add(Me.生管審批_tb)
  582. Me.Panel6.Controls.Add(Me.Label11)
  583. Me.Panel6.Controls.Add(Me.業務審批_tb)
  584. Me.Panel6.Controls.Add(Me.Label8)
  585. Me.Panel6.Controls.Add(Me.品保_bt)
  586. Me.Panel6.Controls.Add(Me.製造_bt)
  587. Me.Panel6.Controls.Add(Me.生管_bt)
  588. Me.Panel6.Controls.Add(Me.業務_bt)
  589. Me.Panel6.Controls.Add(Me.Panel5)
  590. Me.Panel6.Controls.Add(Me.付款條件_lb)
  591. Me.Panel6.Controls.Add(Me.交運條件_lb)
  592. Me.Panel6.Controls.Add(Me.Panel4)
  593. Me.Panel6.Controls.Add(Me.Panel3)
  594. Me.Panel6.Controls.Add(Me.Label3)
  595. Me.Panel6.Controls.Add(Me.Label4)
  596. Me.Panel6.Controls.Add(Me.客戶訂單_bt)
  597. Me.Panel6.Controls.Add(Me.客戶名稱_lb)
  598. Me.Panel6.Controls.Add(Me.客戶訂單_lb)
  599. Me.Panel6.Controls.Add(Me.列印_bt)
  600. Me.Panel6.Controls.Add(Me.刪除發票_bt)
  601. Me.Panel6.Controls.Add(Me.存檔_bt)
  602. Me.Panel6.Controls.Add(Me.新增_bt)
  603. Me.Panel6.Controls.Add(Me.logo_pb)
  604. Me.Panel6.Controls.Add(Me.清單2_1_dgv)
  605. Me.Panel6.Location = New System.Drawing.Point(100, -1)
  606. Me.Panel6.Name = "Panel6"
  607. Me.Panel6.Size = New System.Drawing.Size(607, 643)
  608. Me.Panel6.TabIndex = 844
  609. '
  610. 'Panel8
  611. '
  612. Me.Panel8.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  613. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  614. Me.Panel8.BackColor = System.Drawing.Color.Gainsboro
  615. Me.Panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  616. Me.Panel8.Controls.Add(Me.付款條件_cb)
  617. Me.Panel8.Location = New System.Drawing.Point(566, 81)
  618. Me.Panel8.Name = "Panel8"
  619. Me.Panel8.Size = New System.Drawing.Size(35, 48)
  620. Me.Panel8.TabIndex = 953
  621. '
  622. '付款條件_cb
  623. '
  624. Me.付款條件_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  625. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  626. Me.付款條件_cb.FormattingEnabled = True
  627. Me.付款條件_cb.Location = New System.Drawing.Point(0, 11)
  628. Me.付款條件_cb.Name = "付款條件_cb"
  629. Me.付款條件_cb.Size = New System.Drawing.Size(33, 24)
  630. Me.付款條件_cb.TabIndex = 933
  631. '
  632. 'Panel7
  633. '
  634. Me.Panel7.BackColor = System.Drawing.Color.Gainsboro
  635. Me.Panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  636. Me.Panel7.Controls.Add(Me.客戶名稱_cb)
  637. Me.Panel7.Location = New System.Drawing.Point(126, 81)
  638. Me.Panel7.Name = "Panel7"
  639. Me.Panel7.Size = New System.Drawing.Size(138, 48)
  640. Me.Panel7.TabIndex = 952
  641. '
  642. '客戶名稱_cb
  643. '
  644. Me.客戶名稱_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  645. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  646. Me.客戶名稱_cb.FormattingEnabled = True
  647. Me.客戶名稱_cb.Location = New System.Drawing.Point(0, 11)
  648. Me.客戶名稱_cb.Name = "客戶名稱_cb"
  649. Me.客戶名稱_cb.Size = New System.Drawing.Size(136, 24)
  650. Me.客戶名稱_cb.TabIndex = 933
  651. '
  652. 'CheckBox2
  653. '
  654. Me.CheckBox2.AutoSize = True
  655. Me.CheckBox2.Checked = True
  656. Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
  657. Me.CheckBox2.Location = New System.Drawing.Point(415, 9)
  658. Me.CheckBox2.Name = "CheckBox2"
  659. Me.CheckBox2.Size = New System.Drawing.Size(118, 20)
  660. Me.CheckBox2.TabIndex = 951
  661. Me.CheckBox2.Text = "PO Review Form"
  662. Me.CheckBox2.UseVisualStyleBackColor = True
  663. '
  664. 'CheckBox1
  665. '
  666. Me.CheckBox1.AutoSize = True
  667. Me.CheckBox1.Location = New System.Drawing.Point(342, 9)
  668. Me.CheckBox1.Name = "CheckBox1"
  669. Me.CheckBox1.Size = New System.Drawing.Size(74, 20)
  670. Me.CheckBox1.TabIndex = 950
  671. Me.CheckBox1.Text = "Contract"
  672. Me.CheckBox1.UseVisualStyleBackColor = True
  673. '
  674. 'Label25
  675. '
  676. Me.Label25.AutoSize = True
  677. Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  678. Me.Label25.Location = New System.Drawing.Point(208, 8)
  679. Me.Label25.Name = "Label25"
  680. Me.Label25.Size = New System.Drawing.Size(128, 20)
  681. Me.Label25.TabIndex = 949
  682. Me.Label25.Text = "合約/訂單審查表"
  683. '
  684. '總經理_tb
  685. '
  686. Me.總經理_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  687. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  688. Me.總經理_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  689. Me.總經理_tb.Location = New System.Drawing.Point(188, 608)
  690. Me.總經理_tb.Multiline = True
  691. Me.總經理_tb.Name = "總經理_tb"
  692. Me.總經理_tb.Size = New System.Drawing.Size(413, 34)
  693. Me.總經理_tb.TabIndex = 948
  694. '
  695. 'Label14
  696. '
  697. Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  698. Me.Label14.BackColor = System.Drawing.Color.Gainsboro
  699. Me.Label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  700. Me.Label14.Location = New System.Drawing.Point(2, 608)
  701. Me.Label14.Name = "Label14"
  702. Me.Label14.Size = New System.Drawing.Size(187, 34)
  703. Me.Label14.TabIndex = 947
  704. Me.Label14.Text = "總經理" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "General Manager"
  705. Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  706. '
  707. '品保審批_tb
  708. '
  709. Me.品保審批_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  710. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  711. Me.品保審批_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  712. Me.品保審批_tb.Location = New System.Drawing.Point(188, 575)
  713. Me.品保審批_tb.Multiline = True
  714. Me.品保審批_tb.Name = "品保審批_tb"
  715. Me.品保審批_tb.Size = New System.Drawing.Size(413, 34)
  716. Me.品保審批_tb.TabIndex = 946
  717. '
  718. 'Label13
  719. '
  720. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  721. Me.Label13.BackColor = System.Drawing.Color.Gainsboro
  722. Me.Label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  723. Me.Label13.Location = New System.Drawing.Point(2, 575)
  724. Me.Label13.Name = "Label13"
  725. Me.Label13.Size = New System.Drawing.Size(187, 34)
  726. Me.Label13.TabIndex = 945
  727. Me.Label13.Text = "品保部審查意見" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Comments by QA"
  728. Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  729. '
  730. '製造審批_tb
  731. '
  732. Me.製造審批_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  733. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  734. Me.製造審批_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  735. Me.製造審批_tb.Location = New System.Drawing.Point(188, 542)
  736. Me.製造審批_tb.Multiline = True
  737. Me.製造審批_tb.Name = "製造審批_tb"
  738. Me.製造審批_tb.Size = New System.Drawing.Size(413, 34)
  739. Me.製造審批_tb.TabIndex = 944
  740. '
  741. 'Label12
  742. '
  743. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  744. Me.Label12.BackColor = System.Drawing.Color.Gainsboro
  745. Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  746. Me.Label12.Location = New System.Drawing.Point(2, 542)
  747. Me.Label12.Name = "Label12"
  748. Me.Label12.Size = New System.Drawing.Size(187, 34)
  749. Me.Label12.TabIndex = 943
  750. Me.Label12.Text = "製造部審查意見" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Comments by Manufacturing"
  751. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  752. '
  753. '生管審批_tb
  754. '
  755. Me.生管審批_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  756. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  757. Me.生管審批_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  758. Me.生管審批_tb.Location = New System.Drawing.Point(188, 509)
  759. Me.生管審批_tb.Multiline = True
  760. Me.生管審批_tb.Name = "生管審批_tb"
  761. Me.生管審批_tb.Size = New System.Drawing.Size(413, 34)
  762. Me.生管審批_tb.TabIndex = 942
  763. '
  764. 'Label11
  765. '
  766. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  767. Me.Label11.BackColor = System.Drawing.Color.Gainsboro
  768. Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  769. Me.Label11.Location = New System.Drawing.Point(2, 509)
  770. Me.Label11.Name = "Label11"
  771. Me.Label11.Size = New System.Drawing.Size(187, 34)
  772. Me.Label11.TabIndex = 941
  773. Me.Label11.Text = "生管部審查意見" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Comments by PC"
  774. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  775. '
  776. '業務審批_tb
  777. '
  778. Me.業務審批_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  779. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  780. Me.業務審批_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  781. Me.業務審批_tb.Location = New System.Drawing.Point(188, 476)
  782. Me.業務審批_tb.Multiline = True
  783. Me.業務審批_tb.Name = "業務審批_tb"
  784. Me.業務審批_tb.Size = New System.Drawing.Size(413, 34)
  785. Me.業務審批_tb.TabIndex = 940
  786. '
  787. 'Label8
  788. '
  789. Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  790. Me.Label8.BackColor = System.Drawing.Color.Gainsboro
  791. Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  792. Me.Label8.Location = New System.Drawing.Point(2, 476)
  793. Me.Label8.Name = "Label8"
  794. Me.Label8.Size = New System.Drawing.Size(187, 34)
  795. Me.Label8.TabIndex = 939
  796. Me.Label8.Text = "業務部審查意見" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Comments by Business"
  797. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  798. '
  799. '品保_bt
  800. '
  801. Me.品保_bt.Location = New System.Drawing.Point(443, 130)
  802. Me.品保_bt.Name = "品保_bt"
  803. Me.品保_bt.Size = New System.Drawing.Size(147, 40)
  804. Me.品保_bt.TabIndex = 937
  805. Me.品保_bt.Text = "品保部" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "QA Department"
  806. Me.品保_bt.UseVisualStyleBackColor = True
  807. '
  808. '製造_bt
  809. '
  810. Me.製造_bt.Location = New System.Drawing.Point(296, 130)
  811. Me.製造_bt.Name = "製造_bt"
  812. Me.製造_bt.Size = New System.Drawing.Size(147, 40)
  813. Me.製造_bt.TabIndex = 936
  814. Me.製造_bt.Text = "製造部" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Manufacturing Department"
  815. Me.製造_bt.UseVisualStyleBackColor = True
  816. '
  817. '生管_bt
  818. '
  819. Me.生管_bt.Location = New System.Drawing.Point(149, 130)
  820. Me.生管_bt.Name = "生管_bt"
  821. Me.生管_bt.Size = New System.Drawing.Size(147, 40)
  822. Me.生管_bt.TabIndex = 935
  823. Me.生管_bt.Text = "生管部" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Production Control Department"
  824. Me.生管_bt.UseVisualStyleBackColor = True
  825. '
  826. '業務_bt
  827. '
  828. Me.業務_bt.Location = New System.Drawing.Point(1, 130)
  829. Me.業務_bt.Name = "業務_bt"
  830. Me.業務_bt.Size = New System.Drawing.Size(147, 40)
  831. Me.業務_bt.TabIndex = 934
  832. Me.業務_bt.Text = "業務部" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Business Department"
  833. Me.業務_bt.UseVisualStyleBackColor = True
  834. '
  835. 'Panel5
  836. '
  837. Me.Panel5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  838. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  839. Me.Panel5.BackColor = System.Drawing.Color.Gainsboro
  840. Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  841. Me.Panel5.Controls.Add(Me.交運條件_cb)
  842. Me.Panel5.Location = New System.Drawing.Point(566, 34)
  843. Me.Panel5.Name = "Panel5"
  844. Me.Panel5.Size = New System.Drawing.Size(35, 48)
  845. Me.Panel5.TabIndex = 932
  846. '
  847. '交運條件_cb
  848. '
  849. Me.交運條件_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  850. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  851. Me.交運條件_cb.FormattingEnabled = True
  852. Me.交運條件_cb.Location = New System.Drawing.Point(0, 11)
  853. Me.交運條件_cb.Name = "交運條件_cb"
  854. Me.交運條件_cb.Size = New System.Drawing.Size(33, 24)
  855. Me.交運條件_cb.TabIndex = 933
  856. Me.交運條件_cb.Text = "CIF"
  857. '
  858. '付款條件_lb
  859. '
  860. Me.付款條件_lb.BackColor = System.Drawing.Color.Gainsboro
  861. Me.付款條件_lb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  862. Me.付款條件_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  863. Me.付款條件_lb.Location = New System.Drawing.Point(473, 81)
  864. Me.付款條件_lb.Name = "付款條件_lb"
  865. Me.付款條件_lb.Size = New System.Drawing.Size(94, 48)
  866. Me.付款條件_lb.TabIndex = 931
  867. Me.付款條件_lb.Text = "付款條件" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Payment Term"
  868. Me.付款條件_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  869. '
  870. '交運條件_lb
  871. '
  872. Me.交運條件_lb.BackColor = System.Drawing.Color.Gainsboro
  873. Me.交運條件_lb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  874. Me.交運條件_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  875. Me.交運條件_lb.Location = New System.Drawing.Point(473, 34)
  876. Me.交運條件_lb.Name = "交運條件_lb"
  877. Me.交運條件_lb.Size = New System.Drawing.Size(94, 48)
  878. Me.交運條件_lb.TabIndex = 930
  879. Me.交運條件_lb.Text = "交運條件" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Shipping Term"
  880. Me.交運條件_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  881. '
  882. 'Panel4
  883. '
  884. Me.Panel4.BackColor = System.Drawing.Color.Gainsboro
  885. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  886. Me.Panel4.Controls.Add(Me.訂單效期_dtp)
  887. Me.Panel4.Location = New System.Drawing.Point(387, 81)
  888. Me.Panel4.Name = "Panel4"
  889. Me.Panel4.Size = New System.Drawing.Size(87, 48)
  890. Me.Panel4.TabIndex = 929
  891. '
  892. '訂單效期_dtp
  893. '
  894. Me.訂單效期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  895. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  896. Me.訂單效期_dtp.CustomFormat = "yyyy/MM/dd"
  897. Me.訂單效期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  898. Me.訂單效期_dtp.Location = New System.Drawing.Point(-1, 12)
  899. Me.訂單效期_dtp.Name = "訂單效期_dtp"
  900. Me.訂單效期_dtp.Size = New System.Drawing.Size(87, 23)
  901. Me.訂單效期_dtp.TabIndex = 927
  902. '
  903. 'Panel3
  904. '
  905. Me.Panel3.BackColor = System.Drawing.Color.Gainsboro
  906. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  907. Me.Panel3.Controls.Add(Me.接收日期_dtp)
  908. Me.Panel3.Location = New System.Drawing.Point(387, 34)
  909. Me.Panel3.Name = "Panel3"
  910. Me.Panel3.Size = New System.Drawing.Size(87, 48)
  911. Me.Panel3.TabIndex = 928
  912. '
  913. '接收日期_dtp
  914. '
  915. Me.接收日期_dtp.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  916. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  917. Me.接收日期_dtp.CustomFormat = "yyyy/MM/dd"
  918. Me.接收日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  919. Me.接收日期_dtp.Location = New System.Drawing.Point(-1, 12)
  920. Me.接收日期_dtp.Name = "接收日期_dtp"
  921. Me.接收日期_dtp.Size = New System.Drawing.Size(87, 23)
  922. Me.接收日期_dtp.TabIndex = 927
  923. '
  924. 'Label3
  925. '
  926. Me.Label3.BackColor = System.Drawing.Color.Gainsboro
  927. Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  928. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  929. Me.Label3.Location = New System.Drawing.Point(263, 81)
  930. Me.Label3.Name = "Label3"
  931. Me.Label3.Size = New System.Drawing.Size(125, 48)
  932. Me.Label3.TabIndex = 926
  933. Me.Label3.Text = "合約/訂單效期" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Contract/PO Duration"
  934. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  935. '
  936. 'Label4
  937. '
  938. Me.Label4.BackColor = System.Drawing.Color.Gainsboro
  939. Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  940. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  941. Me.Label4.Location = New System.Drawing.Point(263, 34)
  942. Me.Label4.Name = "Label4"
  943. Me.Label4.Size = New System.Drawing.Size(125, 48)
  944. Me.Label4.TabIndex = 925
  945. Me.Label4.Text = "接收日期" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Receiving Date"
  946. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  947. '
  948. '客戶訂單_bt
  949. '
  950. Me.客戶訂單_bt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  951. Me.客戶訂單_bt.Location = New System.Drawing.Point(126, 34)
  952. Me.客戶訂單_bt.Multiline = True
  953. Me.客戶訂單_bt.Name = "客戶訂單_bt"
  954. Me.客戶訂單_bt.Size = New System.Drawing.Size(138, 48)
  955. Me.客戶訂單_bt.TabIndex = 923
  956. Me.客戶訂單_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  957. '
  958. '客戶名稱_lb
  959. '
  960. Me.客戶名稱_lb.BackColor = System.Drawing.Color.Gainsboro
  961. Me.客戶名稱_lb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  962. Me.客戶名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  963. Me.客戶名稱_lb.Location = New System.Drawing.Point(2, 81)
  964. Me.客戶名稱_lb.Name = "客戶名稱_lb"
  965. Me.客戶名稱_lb.Size = New System.Drawing.Size(125, 48)
  966. Me.客戶名稱_lb.TabIndex = 922
  967. Me.客戶名稱_lb.Text = "客戶名稱/代碼" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Contract Name/Code"
  968. Me.客戶名稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  969. '
  970. '客戶訂單_lb
  971. '
  972. Me.客戶訂單_lb.BackColor = System.Drawing.Color.Gainsboro
  973. Me.客戶訂單_lb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  974. Me.客戶訂單_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  975. Me.客戶訂單_lb.Location = New System.Drawing.Point(2, 34)
  976. Me.客戶訂單_lb.Name = "客戶訂單_lb"
  977. Me.客戶訂單_lb.Size = New System.Drawing.Size(125, 48)
  978. Me.客戶訂單_lb.TabIndex = 921
  979. Me.客戶訂單_lb.Text = "客戶合約/訂單編號" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Contract No./P.O.No."
  980. Me.客戶訂單_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  981. '
  982. '清單2_1_dgv
  983. '
  984. Me.清單2_1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  985. Or System.Windows.Forms.AnchorStyles.Left) _
  986. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  987. Me.清單2_1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  988. Me.清單2_1_dgv.BackgroundColor = System.Drawing.Color.White
  989. Me.清單2_1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  990. Me.清單2_1_dgv.Location = New System.Drawing.Point(2, 171)
  991. Me.清單2_1_dgv.Name = "清單2_1_dgv"
  992. Me.清單2_1_dgv.RowHeadersWidth = 5
  993. Me.清單2_1_dgv.RowTemplate.Height = 24
  994. Me.清單2_1_dgv.Size = New System.Drawing.Size(599, 306)
  995. Me.清單2_1_dgv.TabIndex = 938
  996. '
  997. '重新讀取_bt
  998. '
  999. Me.重新讀取_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1000. Me.重新讀取_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.renew
  1001. Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1002. Me.重新讀取_bt.Location = New System.Drawing.Point(534, 0)
  1003. Me.重新讀取_bt.Name = "重新讀取_bt"
  1004. Me.重新讀取_bt.Size = New System.Drawing.Size(33, 33)
  1005. Me.重新讀取_bt.TabIndex = 842
  1006. Me.重新讀取_bt.UseVisualStyleBackColor = True
  1007. '
  1008. '刪除受訂單_bt
  1009. '
  1010. Me.刪除受訂單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1011. Me.刪除受訂單_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.GarbageEmpty
  1012. Me.刪除受訂單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1013. Me.刪除受訂單_bt.Location = New System.Drawing.Point(599, 0)
  1014. Me.刪除受訂單_bt.Name = "刪除受訂單_bt"
  1015. Me.刪除受訂單_bt.Size = New System.Drawing.Size(33, 33)
  1016. Me.刪除受訂單_bt.TabIndex = 866
  1017. Me.刪除受訂單_bt.UseVisualStyleBackColor = True
  1018. '
  1019. '導入受訂單_bt
  1020. '
  1021. Me.導入受訂單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1022. Me.導入受訂單_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.EXCELOUT
  1023. Me.導入受訂單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1024. Me.導入受訂單_bt.Location = New System.Drawing.Point(502, 0)
  1025. Me.導入受訂單_bt.Name = "導入受訂單_bt"
  1026. Me.導入受訂單_bt.Size = New System.Drawing.Size(33, 33)
  1027. Me.導入受訂單_bt.TabIndex = 843
  1028. Me.導入受訂單_bt.UseVisualStyleBackColor = True
  1029. '
  1030. '增加明細_bt
  1031. '
  1032. Me.增加明細_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1033. Me.增加明細_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.arrow_right
  1034. Me.增加明細_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1035. Me.增加明細_bt.Location = New System.Drawing.Point(566, 0)
  1036. Me.增加明細_bt.Name = "增加明細_bt"
  1037. Me.增加明細_bt.Size = New System.Drawing.Size(33, 33)
  1038. Me.增加明細_bt.TabIndex = 865
  1039. Me.增加明細_bt.UseVisualStyleBackColor = True
  1040. '
  1041. '刪除明細_bt
  1042. '
  1043. Me.刪除明細_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.arrow_left
  1044. Me.刪除明細_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1045. Me.刪除明細_bt.Location = New System.Drawing.Point(107, 0)
  1046. Me.刪除明細_bt.Name = "刪除明細_bt"
  1047. Me.刪除明細_bt.Size = New System.Drawing.Size(33, 33)
  1048. Me.刪除明細_bt.TabIndex = 954
  1049. Me.刪除明細_bt.UseVisualStyleBackColor = True
  1050. '
  1051. '列印_bt
  1052. '
  1053. Me.列印_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.print
  1054. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1055. Me.列印_bt.Location = New System.Drawing.Point(140, 0)
  1056. Me.列印_bt.Name = "列印_bt"
  1057. Me.列印_bt.Size = New System.Drawing.Size(33, 33)
  1058. Me.列印_bt.TabIndex = 920
  1059. Me.列印_bt.UseVisualStyleBackColor = True
  1060. '
  1061. '刪除發票_bt
  1062. '
  1063. Me.刪除發票_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.GarbageEmpty
  1064. Me.刪除發票_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1065. Me.刪除發票_bt.Location = New System.Drawing.Point(173, 0)
  1066. Me.刪除發票_bt.Name = "刪除發票_bt"
  1067. Me.刪除發票_bt.Size = New System.Drawing.Size(33, 33)
  1068. Me.刪除發票_bt.TabIndex = 870
  1069. Me.刪除發票_bt.UseVisualStyleBackColor = True
  1070. '
  1071. '存檔_bt
  1072. '
  1073. Me.存檔_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.SAVER
  1074. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1075. Me.存檔_bt.Location = New System.Drawing.Point(74, 0)
  1076. Me.存檔_bt.Name = "存檔_bt"
  1077. Me.存檔_bt.Size = New System.Drawing.Size(33, 33)
  1078. Me.存檔_bt.TabIndex = 868
  1079. Me.存檔_bt.UseVisualStyleBackColor = True
  1080. '
  1081. '新增_bt
  1082. '
  1083. Me.新增_bt.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.add_2
  1084. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1085. Me.新增_bt.Location = New System.Drawing.Point(41, 0)
  1086. Me.新增_bt.Name = "新增_bt"
  1087. Me.新增_bt.Size = New System.Drawing.Size(33, 33)
  1088. Me.新增_bt.TabIndex = 866
  1089. Me.新增_bt.UseVisualStyleBackColor = True
  1090. '
  1091. 'logo_pb
  1092. '
  1093. Me.logo_pb.BackgroundImage = Global.HT_ODOO_SELLING_PI.My.Resources.Resources.logo
  1094. Me.logo_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1095. Me.logo_pb.Location = New System.Drawing.Point(1, 2)
  1096. Me.logo_pb.Name = "logo_pb"
  1097. Me.logo_pb.Size = New System.Drawing.Size(30, 30)
  1098. Me.logo_pb.TabIndex = 867
  1099. Me.logo_pb.TabStop = False
  1100. '
  1101. '銷售審查表
  1102. '
  1103. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1104. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1105. Me.ClientSize = New System.Drawing.Size(1350, 643)
  1106. Me.Controls.Add(Me.Panel2)
  1107. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1108. Me.Margin = New System.Windows.Forms.Padding(4)
  1109. Me.Name = "銷售審查表"
  1110. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1111. Me.Text = "銷售審查表"
  1112. Me.Panel2.ResumeLayout(False)
  1113. Me.SplitContainer1.Panel1.ResumeLayout(False)
  1114. Me.SplitContainer1.Panel1.PerformLayout()
  1115. Me.SplitContainer1.Panel2.ResumeLayout(False)
  1116. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  1117. Me.SplitContainer1.ResumeLayout(False)
  1118. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1119. CType(Me.清單1_1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1120. Me.Panel1.ResumeLayout(False)
  1121. Me.Panel1.PerformLayout()
  1122. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1123. Me.Panel6.ResumeLayout(False)
  1124. Me.Panel6.PerformLayout()
  1125. Me.Panel8.ResumeLayout(False)
  1126. Me.Panel7.ResumeLayout(False)
  1127. Me.Panel5.ResumeLayout(False)
  1128. Me.Panel4.ResumeLayout(False)
  1129. Me.Panel3.ResumeLayout(False)
  1130. CType(Me.清單2_1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1131. CType(Me.logo_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1132. Me.ResumeLayout(False)
  1133. End Sub
  1134. Friend WithEvents Panel2 As Panel
  1135. Friend WithEvents SplitContainer1 As SplitContainer
  1136. Friend WithEvents Label45 As Label
  1137. Friend WithEvents 重新讀取_bt As Button
  1138. Friend WithEvents 刪除受訂單_bt As Button
  1139. Friend WithEvents 導入受訂單_bt As Button
  1140. Friend WithEvents 增加明細_bt As Button
  1141. Friend WithEvents Label6 As Label
  1142. Friend WithEvents Label9 As Label
  1143. Friend WithEvents 交易方式_tb As TextBox
  1144. Friend WithEvents Label24 As Label
  1145. Friend WithEvents 清單1_dgv As DataGridView
  1146. Friend WithEvents Label23 As Label
  1147. Friend WithEvents Label16 As Label
  1148. Friend WithEvents 備註_tb As TextBox
  1149. Friend WithEvents 客戶編號_tb As TextBox
  1150. Friend WithEvents Label22 As Label
  1151. Friend WithEvents 訂單號_tb As TextBox
  1152. Friend WithEvents 客戶名稱_tb As TextBox
  1153. Friend WithEvents Label21 As Label
  1154. Friend WithEvents 清單1_1_dgv As DataGridView
  1155. Friend WithEvents Label20 As Label
  1156. Friend WithEvents 受訂日期_dtp As DateTimePicker
  1157. Friend WithEvents 經辦業務_tb As TextBox
  1158. Friend WithEvents 預交日期_dtp As DateTimePicker
  1159. Friend WithEvents Label19 As Label
  1160. Friend WithEvents 統一編號_tb As TextBox
  1161. Friend WithEvents Label18 As Label
  1162. Friend WithEvents 連絡電話_tb As TextBox
  1163. Friend WithEvents 傳真_tb As TextBox
  1164. Friend WithEvents Label10 As Label
  1165. Friend WithEvents Label17 As Label
  1166. Friend WithEvents 送貨地址_tb As TextBox
  1167. Friend WithEvents Label15 As Label
  1168. Friend WithEvents Panel1 As Panel
  1169. Friend WithEvents 總金額_lb As Label
  1170. Friend WithEvents 總數量_lb As Label
  1171. Friend WithEvents Label47 As Label
  1172. Friend WithEvents Label46 As Label
  1173. Friend WithEvents 清單2_dgv As DataGridView
  1174. Friend WithEvents Panel6 As Panel
  1175. Friend WithEvents 列印_bt As Button
  1176. Friend WithEvents 刪除發票_bt As Button
  1177. Friend WithEvents 存檔_bt As Button
  1178. Friend WithEvents 新增_bt As Button
  1179. Friend WithEvents logo_pb As PictureBox
  1180. Friend WithEvents 開啟檔案 As OpenFileDialog
  1181. Friend WithEvents 客戶訂單_lb As Label
  1182. Friend WithEvents Label3 As Label
  1183. Friend WithEvents Label4 As Label
  1184. Friend WithEvents 客戶訂單_bt As TextBox
  1185. Friend WithEvents 客戶名稱_lb As Label
  1186. Friend WithEvents Panel3 As Panel
  1187. Friend WithEvents 接收日期_dtp As DateTimePicker
  1188. Friend WithEvents Panel5 As Panel
  1189. Friend WithEvents 付款條件_lb As Label
  1190. Friend WithEvents 交運條件_lb As Label
  1191. Friend WithEvents Panel4 As Panel
  1192. Friend WithEvents 訂單效期_dtp As DateTimePicker
  1193. Friend WithEvents 交運條件_cb As ComboBox
  1194. Friend WithEvents 製造審批_tb As TextBox
  1195. Friend WithEvents Label12 As Label
  1196. Friend WithEvents 生管審批_tb As TextBox
  1197. Friend WithEvents Label11 As Label
  1198. Friend WithEvents 業務審批_tb As TextBox
  1199. Friend WithEvents Label8 As Label
  1200. Friend WithEvents 清單2_1_dgv As DataGridView
  1201. Friend WithEvents 品保_bt As Button
  1202. Friend WithEvents 製造_bt As Button
  1203. Friend WithEvents 生管_bt As Button
  1204. Friend WithEvents 業務_bt As Button
  1205. Friend WithEvents CheckBox2 As CheckBox
  1206. Friend WithEvents CheckBox1 As CheckBox
  1207. Friend WithEvents Label25 As Label
  1208. Friend WithEvents 總經理_tb As TextBox
  1209. Friend WithEvents Label14 As Label
  1210. Friend WithEvents 品保審批_tb As TextBox
  1211. Friend WithEvents Label13 As Label
  1212. Friend WithEvents Panel7 As Panel
  1213. Friend WithEvents 客戶名稱_cb As ComboBox
  1214. Friend WithEvents Panel8 As Panel
  1215. Friend WithEvents 付款條件_cb As ComboBox
  1216. Friend WithEvents 幣別_tb As TextBox
  1217. Friend WithEvents Label2 As Label
  1218. Friend WithEvents 匯率_tb As TextBox
  1219. Friend WithEvents Label1 As Label
  1220. Friend WithEvents 刪除明細_bt As Button
  1221. End Class