Brak opisu
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 59KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 供應商資料管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.供應商明細_dgv = New System.Windows.Forms.DataGridView()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.編號_tb = New System.Windows.Forms.TextBox()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.公司_tb = New System.Windows.Forms.TextBox()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.簡稱_tb = New System.Windows.Forms.TextBox()
  32. Me.Label4 = New System.Windows.Forms.Label()
  33. Me.負責人_tb = New System.Windows.Forms.TextBox()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.負責人電話_tb = New System.Windows.Forms.TextBox()
  36. Me.Label6 = New System.Windows.Forms.Label()
  37. Me.公司電話1_tb = New System.Windows.Forms.TextBox()
  38. Me.Label7 = New System.Windows.Forms.Label()
  39. Me.公司電話2_tb = New System.Windows.Forms.TextBox()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.傳真1_tb = New System.Windows.Forms.TextBox()
  42. Me.Label9 = New System.Windows.Forms.Label()
  43. Me.傳真2_tb = New System.Windows.Forms.TextBox()
  44. Me.Label10 = New System.Windows.Forms.Label()
  45. Me.地址1_tb = New System.Windows.Forms.TextBox()
  46. Me.Label11 = New System.Windows.Forms.Label()
  47. Me.郵號1_tb = New System.Windows.Forms.TextBox()
  48. Me.Label12 = New System.Windows.Forms.Label()
  49. Me.地址2_tb = New System.Windows.Forms.TextBox()
  50. Me.Label13 = New System.Windows.Forms.Label()
  51. Me.郵號2_tb = New System.Windows.Forms.TextBox()
  52. Me.Label14 = New System.Windows.Forms.Label()
  53. Me.聯絡人1_tb = New System.Windows.Forms.TextBox()
  54. Me.Label15 = New System.Windows.Forms.Label()
  55. Me.聯1電話_tb = New System.Windows.Forms.TextBox()
  56. Me.Label16 = New System.Windows.Forms.Label()
  57. Me.聯1MAIL_tb = New System.Windows.Forms.TextBox()
  58. Me.Label17 = New System.Windows.Forms.Label()
  59. Me.聯1LINE_tb = New System.Windows.Forms.TextBox()
  60. Me.聯絡人2_tb = New System.Windows.Forms.TextBox()
  61. Me.Label18 = New System.Windows.Forms.Label()
  62. Me.聯2電話_tb = New System.Windows.Forms.TextBox()
  63. Me.Label19 = New System.Windows.Forms.Label()
  64. Me.聯2MAIL_tb = New System.Windows.Forms.TextBox()
  65. Me.Label20 = New System.Windows.Forms.Label()
  66. Me.Label21 = New System.Windows.Forms.Label()
  67. Me.聯2LINE_tb = New System.Windows.Forms.TextBox()
  68. Me.聯絡人3_tb = New System.Windows.Forms.TextBox()
  69. Me.Label22 = New System.Windows.Forms.Label()
  70. Me.聯3電話_tb = New System.Windows.Forms.TextBox()
  71. Me.Label23 = New System.Windows.Forms.Label()
  72. Me.聯3MAIL_tb = New System.Windows.Forms.TextBox()
  73. Me.Label24 = New System.Windows.Forms.Label()
  74. Me.Label25 = New System.Windows.Forms.Label()
  75. Me.聯3LINE_tb = New System.Windows.Forms.TextBox()
  76. Me.統編_tb = New System.Windows.Forms.TextBox()
  77. Me.Label26 = New System.Windows.Forms.Label()
  78. Me.付款方式_cb = New System.Windows.Forms.ComboBox()
  79. Me.Label27 = New System.Windows.Forms.Label()
  80. Me.TextBox27 = New System.Windows.Forms.TextBox()
  81. Me.請款日_nud = New System.Windows.Forms.NumericUpDown()
  82. Me.Label28 = New System.Windows.Forms.Label()
  83. Me.Label29 = New System.Windows.Forms.Label()
  84. Me.票據日_nud = New System.Windows.Forms.NumericUpDown()
  85. Me.Label30 = New System.Windows.Forms.Label()
  86. Me.折扣_nud = New System.Windows.Forms.NumericUpDown()
  87. Me.Label31 = New System.Windows.Forms.Label()
  88. Me.稅率_nud = New System.Windows.Forms.NumericUpDown()
  89. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  90. Me.Label32 = New System.Windows.Forms.Label()
  91. Me.Label33 = New System.Windows.Forms.Label()
  92. Me.備註_tb = New System.Windows.Forms.TextBox()
  93. Me.外貿_ch = New System.Windows.Forms.CheckBox()
  94. Me.停用_ch = New System.Windows.Forms.CheckBox()
  95. Me.資料存檔_bt = New System.Windows.Forms.Button()
  96. Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
  97. Me.新增供應商資料_bt = New System.Windows.Forms.Button()
  98. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  99. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  100. Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  101. Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
  102. Me.新增供應商資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  103. Me.資料存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  104. Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  105. CType(Me.供應商明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.請款日_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.票據日_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.折扣_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  109. CType(Me.稅率_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  110. Me.ContextMenuStrip1.SuspendLayout()
  111. Me.SuspendLayout()
  112. '
  113. '供應商明細_dgv
  114. '
  115. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  116. Me.供應商明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  117. Me.供應商明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  118. Or System.Windows.Forms.AnchorStyles.Left) _
  119. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  120. Me.供應商明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  121. Me.供應商明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  122. Me.供應商明細_dgv.Location = New System.Drawing.Point(9, 134)
  123. Me.供應商明細_dgv.Name = "供應商明細_dgv"
  124. Me.供應商明細_dgv.RowHeadersWidth = 5
  125. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  126. Me.供應商明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  127. Me.供應商明細_dgv.RowTemplate.Height = 24
  128. Me.供應商明細_dgv.Size = New System.Drawing.Size(1896, 849)
  129. Me.供應商明細_dgv.TabIndex = 666
  130. '
  131. 'Label1
  132. '
  133. Me.Label1.AutoSize = True
  134. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.Label1.ForeColor = System.Drawing.Color.Green
  136. Me.Label1.Location = New System.Drawing.Point(3, 6)
  137. Me.Label1.Name = "Label1"
  138. Me.Label1.Size = New System.Drawing.Size(32, 16)
  139. Me.Label1.TabIndex = 670
  140. Me.Label1.Text = "編號"
  141. '
  142. '編號_tb
  143. '
  144. Me.編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.編號_tb.ForeColor = System.Drawing.Color.Green
  146. Me.編號_tb.Location = New System.Drawing.Point(68, 3)
  147. Me.編號_tb.Name = "編號_tb"
  148. Me.編號_tb.Size = New System.Drawing.Size(121, 23)
  149. Me.編號_tb.TabIndex = 669
  150. Me.編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  151. '
  152. 'Label2
  153. '
  154. Me.Label2.AutoSize = True
  155. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.Label2.ForeColor = System.Drawing.Color.Green
  157. Me.Label2.Location = New System.Drawing.Point(3, 32)
  158. Me.Label2.Name = "Label2"
  159. Me.Label2.Size = New System.Drawing.Size(32, 16)
  160. Me.Label2.TabIndex = 672
  161. Me.Label2.Text = "公司"
  162. '
  163. '公司_tb
  164. '
  165. Me.公司_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.公司_tb.ForeColor = System.Drawing.Color.Green
  167. Me.公司_tb.Location = New System.Drawing.Point(68, 29)
  168. Me.公司_tb.Name = "公司_tb"
  169. Me.公司_tb.Size = New System.Drawing.Size(316, 23)
  170. Me.公司_tb.TabIndex = 671
  171. '
  172. 'Label3
  173. '
  174. Me.Label3.AutoSize = True
  175. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  176. Me.Label3.ForeColor = System.Drawing.Color.Green
  177. Me.Label3.Location = New System.Drawing.Point(195, 6)
  178. Me.Label3.Name = "Label3"
  179. Me.Label3.Size = New System.Drawing.Size(32, 16)
  180. Me.Label3.TabIndex = 674
  181. Me.Label3.Text = "簡稱"
  182. '
  183. '簡稱_tb
  184. '
  185. Me.簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  186. Me.簡稱_tb.ForeColor = System.Drawing.Color.Green
  187. Me.簡稱_tb.Location = New System.Drawing.Point(263, 3)
  188. Me.簡稱_tb.Name = "簡稱_tb"
  189. Me.簡稱_tb.Size = New System.Drawing.Size(121, 23)
  190. Me.簡稱_tb.TabIndex = 673
  191. Me.簡稱_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  192. '
  193. 'Label4
  194. '
  195. Me.Label4.AutoSize = True
  196. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. Me.Label4.ForeColor = System.Drawing.Color.Green
  198. Me.Label4.Location = New System.Drawing.Point(3, 58)
  199. Me.Label4.Name = "Label4"
  200. Me.Label4.Size = New System.Drawing.Size(44, 16)
  201. Me.Label4.TabIndex = 676
  202. Me.Label4.Text = "負責人"
  203. '
  204. '負責人_tb
  205. '
  206. Me.負責人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.負責人_tb.ForeColor = System.Drawing.Color.Green
  208. Me.負責人_tb.Location = New System.Drawing.Point(68, 55)
  209. Me.負責人_tb.Name = "負責人_tb"
  210. Me.負責人_tb.Size = New System.Drawing.Size(121, 23)
  211. Me.負責人_tb.TabIndex = 675
  212. Me.負責人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  213. '
  214. 'Label5
  215. '
  216. Me.Label5.AutoSize = True
  217. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.Label5.ForeColor = System.Drawing.Color.Green
  219. Me.Label5.Location = New System.Drawing.Point(191, 58)
  220. Me.Label5.Name = "Label5"
  221. Me.Label5.Size = New System.Drawing.Size(68, 16)
  222. Me.Label5.TabIndex = 678
  223. Me.Label5.Text = "負責人電話"
  224. '
  225. '負責人電話_tb
  226. '
  227. Me.負責人電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.負責人電話_tb.ForeColor = System.Drawing.Color.Green
  229. Me.負責人電話_tb.Location = New System.Drawing.Point(263, 55)
  230. Me.負責人電話_tb.Name = "負責人電話_tb"
  231. Me.負責人電話_tb.Size = New System.Drawing.Size(121, 23)
  232. Me.負責人電話_tb.TabIndex = 677
  233. Me.負責人電話_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  234. '
  235. 'Label6
  236. '
  237. Me.Label6.AutoSize = True
  238. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  239. Me.Label6.ForeColor = System.Drawing.Color.Green
  240. Me.Label6.Location = New System.Drawing.Point(2, 84)
  241. Me.Label6.Name = "Label6"
  242. Me.Label6.Size = New System.Drawing.Size(63, 16)
  243. Me.Label6.TabIndex = 680
  244. Me.Label6.Text = "公司電話1"
  245. '
  246. '公司電話1_tb
  247. '
  248. Me.公司電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  249. Me.公司電話1_tb.ForeColor = System.Drawing.Color.Green
  250. Me.公司電話1_tb.Location = New System.Drawing.Point(68, 81)
  251. Me.公司電話1_tb.Name = "公司電話1_tb"
  252. Me.公司電話1_tb.Size = New System.Drawing.Size(121, 23)
  253. Me.公司電話1_tb.TabIndex = 679
  254. Me.公司電話1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  255. '
  256. 'Label7
  257. '
  258. Me.Label7.AutoSize = True
  259. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  260. Me.Label7.ForeColor = System.Drawing.Color.Green
  261. Me.Label7.Location = New System.Drawing.Point(2, 110)
  262. Me.Label7.Name = "Label7"
  263. Me.Label7.Size = New System.Drawing.Size(63, 16)
  264. Me.Label7.TabIndex = 682
  265. Me.Label7.Text = "公司電話2"
  266. '
  267. '公司電話2_tb
  268. '
  269. Me.公司電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.公司電話2_tb.ForeColor = System.Drawing.Color.Green
  271. Me.公司電話2_tb.Location = New System.Drawing.Point(68, 107)
  272. Me.公司電話2_tb.Name = "公司電話2_tb"
  273. Me.公司電話2_tb.Size = New System.Drawing.Size(121, 23)
  274. Me.公司電話2_tb.TabIndex = 681
  275. Me.公司電話2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  276. '
  277. 'Label8
  278. '
  279. Me.Label8.AutoSize = True
  280. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  281. Me.Label8.ForeColor = System.Drawing.Color.Green
  282. Me.Label8.Location = New System.Drawing.Point(195, 84)
  283. Me.Label8.Name = "Label8"
  284. Me.Label8.Size = New System.Drawing.Size(39, 16)
  285. Me.Label8.TabIndex = 684
  286. Me.Label8.Text = "傳真1"
  287. '
  288. '傳真1_tb
  289. '
  290. Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. Me.傳真1_tb.ForeColor = System.Drawing.Color.Green
  292. Me.傳真1_tb.Location = New System.Drawing.Point(263, 81)
  293. Me.傳真1_tb.Name = "傳真1_tb"
  294. Me.傳真1_tb.Size = New System.Drawing.Size(121, 23)
  295. Me.傳真1_tb.TabIndex = 683
  296. Me.傳真1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  297. '
  298. 'Label9
  299. '
  300. Me.Label9.AutoSize = True
  301. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. Me.Label9.ForeColor = System.Drawing.Color.Green
  303. Me.Label9.Location = New System.Drawing.Point(195, 110)
  304. Me.Label9.Name = "Label9"
  305. Me.Label9.Size = New System.Drawing.Size(39, 16)
  306. Me.Label9.TabIndex = 686
  307. Me.Label9.Text = "傳真2"
  308. '
  309. '傳真2_tb
  310. '
  311. Me.傳真2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  312. Me.傳真2_tb.ForeColor = System.Drawing.Color.Green
  313. Me.傳真2_tb.Location = New System.Drawing.Point(263, 107)
  314. Me.傳真2_tb.Name = "傳真2_tb"
  315. Me.傳真2_tb.Size = New System.Drawing.Size(121, 23)
  316. Me.傳真2_tb.TabIndex = 685
  317. Me.傳真2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  318. '
  319. 'Label10
  320. '
  321. Me.Label10.AutoSize = True
  322. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  323. Me.Label10.ForeColor = System.Drawing.Color.Green
  324. Me.Label10.Location = New System.Drawing.Point(387, 6)
  325. Me.Label10.Name = "Label10"
  326. Me.Label10.Size = New System.Drawing.Size(39, 16)
  327. Me.Label10.TabIndex = 688
  328. Me.Label10.Text = "地址1"
  329. '
  330. '地址1_tb
  331. '
  332. Me.地址1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  333. Me.地址1_tb.ForeColor = System.Drawing.Color.Green
  334. Me.地址1_tb.Location = New System.Drawing.Point(435, 3)
  335. Me.地址1_tb.Multiline = True
  336. Me.地址1_tb.Name = "地址1_tb"
  337. Me.地址1_tb.Size = New System.Drawing.Size(237, 51)
  338. Me.地址1_tb.TabIndex = 687
  339. '
  340. 'Label11
  341. '
  342. Me.Label11.AutoSize = True
  343. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  344. Me.Label11.ForeColor = System.Drawing.Color.Green
  345. Me.Label11.Location = New System.Drawing.Point(387, 58)
  346. Me.Label11.Name = "Label11"
  347. Me.Label11.Size = New System.Drawing.Size(63, 16)
  348. Me.Label11.TabIndex = 690
  349. Me.Label11.Text = "郵遞區號1"
  350. '
  351. '郵號1_tb
  352. '
  353. Me.郵號1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  354. Me.郵號1_tb.ForeColor = System.Drawing.Color.Green
  355. Me.郵號1_tb.Location = New System.Drawing.Point(455, 55)
  356. Me.郵號1_tb.Name = "郵號1_tb"
  357. Me.郵號1_tb.Size = New System.Drawing.Size(45, 23)
  358. Me.郵號1_tb.TabIndex = 689
  359. Me.郵號1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  360. '
  361. 'Label12
  362. '
  363. Me.Label12.AutoSize = True
  364. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  365. Me.Label12.ForeColor = System.Drawing.Color.Green
  366. Me.Label12.Location = New System.Drawing.Point(387, 84)
  367. Me.Label12.Name = "Label12"
  368. Me.Label12.Size = New System.Drawing.Size(39, 16)
  369. Me.Label12.TabIndex = 692
  370. Me.Label12.Text = "地址2"
  371. '
  372. '地址2_tb
  373. '
  374. Me.地址2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  375. Me.地址2_tb.ForeColor = System.Drawing.Color.Green
  376. Me.地址2_tb.Location = New System.Drawing.Point(435, 81)
  377. Me.地址2_tb.Multiline = True
  378. Me.地址2_tb.Name = "地址2_tb"
  379. Me.地址2_tb.Size = New System.Drawing.Size(237, 51)
  380. Me.地址2_tb.TabIndex = 691
  381. '
  382. 'Label13
  383. '
  384. Me.Label13.AutoSize = True
  385. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  386. Me.Label13.ForeColor = System.Drawing.Color.Green
  387. Me.Label13.Location = New System.Drawing.Point(559, 58)
  388. Me.Label13.Name = "Label13"
  389. Me.Label13.Size = New System.Drawing.Size(63, 16)
  390. Me.Label13.TabIndex = 694
  391. Me.Label13.Text = "郵遞區號2"
  392. '
  393. '郵號2_tb
  394. '
  395. Me.郵號2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.郵號2_tb.ForeColor = System.Drawing.Color.Green
  397. Me.郵號2_tb.Location = New System.Drawing.Point(627, 55)
  398. Me.郵號2_tb.Name = "郵號2_tb"
  399. Me.郵號2_tb.Size = New System.Drawing.Size(45, 23)
  400. Me.郵號2_tb.TabIndex = 693
  401. Me.郵號2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  402. '
  403. 'Label14
  404. '
  405. Me.Label14.AutoSize = True
  406. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  407. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  408. Me.Label14.Location = New System.Drawing.Point(675, 6)
  409. Me.Label14.Name = "Label14"
  410. Me.Label14.Size = New System.Drawing.Size(51, 16)
  411. Me.Label14.TabIndex = 696
  412. Me.Label14.Text = "聯絡人1"
  413. '
  414. '聯絡人1_tb
  415. '
  416. Me.聯絡人1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.聯絡人1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  418. Me.聯絡人1_tb.Location = New System.Drawing.Point(728, 3)
  419. Me.聯絡人1_tb.Name = "聯絡人1_tb"
  420. Me.聯絡人1_tb.Size = New System.Drawing.Size(121, 23)
  421. Me.聯絡人1_tb.TabIndex = 695
  422. Me.聯絡人1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  423. '
  424. 'Label15
  425. '
  426. Me.Label15.AutoSize = True
  427. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  428. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  429. Me.Label15.Location = New System.Drawing.Point(851, 6)
  430. Me.Label15.Name = "Label15"
  431. Me.Label15.Size = New System.Drawing.Size(51, 16)
  432. Me.Label15.TabIndex = 698
  433. Me.Label15.Text = "聯1電話"
  434. '
  435. '聯1電話_tb
  436. '
  437. Me.聯1電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  438. Me.聯1電話_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  439. Me.聯1電話_tb.Location = New System.Drawing.Point(905, 3)
  440. Me.聯1電話_tb.Name = "聯1電話_tb"
  441. Me.聯1電話_tb.Size = New System.Drawing.Size(121, 23)
  442. Me.聯1電話_tb.TabIndex = 697
  443. Me.聯1電話_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  444. '
  445. 'Label16
  446. '
  447. Me.Label16.AutoSize = True
  448. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  449. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  450. Me.Label16.Location = New System.Drawing.Point(1028, 6)
  451. Me.Label16.Name = "Label16"
  452. Me.Label16.Size = New System.Drawing.Size(56, 16)
  453. Me.Label16.TabIndex = 700
  454. Me.Label16.Text = "聯1MAIL"
  455. '
  456. '聯1MAIL_tb
  457. '
  458. Me.聯1MAIL_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  459. Me.聯1MAIL_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  460. Me.聯1MAIL_tb.Location = New System.Drawing.Point(1089, 3)
  461. Me.聯1MAIL_tb.Name = "聯1MAIL_tb"
  462. Me.聯1MAIL_tb.Size = New System.Drawing.Size(206, 23)
  463. Me.聯1MAIL_tb.TabIndex = 699
  464. '
  465. 'Label17
  466. '
  467. Me.Label17.AutoSize = True
  468. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  469. Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  470. Me.Label17.Location = New System.Drawing.Point(1297, 6)
  471. Me.Label17.Name = "Label17"
  472. Me.Label17.Size = New System.Drawing.Size(89, 16)
  473. Me.Label17.TabIndex = 702
  474. Me.Label17.Text = "聯1LINE、唯信"
  475. '
  476. '聯1LINE_tb
  477. '
  478. Me.聯1LINE_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  479. Me.聯1LINE_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  480. Me.聯1LINE_tb.Location = New System.Drawing.Point(1393, 3)
  481. Me.聯1LINE_tb.Name = "聯1LINE_tb"
  482. Me.聯1LINE_tb.Size = New System.Drawing.Size(149, 23)
  483. Me.聯1LINE_tb.TabIndex = 701
  484. Me.聯1LINE_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  485. '
  486. '聯絡人2_tb
  487. '
  488. Me.聯絡人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  489. Me.聯絡人2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  490. Me.聯絡人2_tb.Location = New System.Drawing.Point(728, 29)
  491. Me.聯絡人2_tb.Name = "聯絡人2_tb"
  492. Me.聯絡人2_tb.Size = New System.Drawing.Size(121, 23)
  493. Me.聯絡人2_tb.TabIndex = 703
  494. Me.聯絡人2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  495. '
  496. 'Label18
  497. '
  498. Me.Label18.AutoSize = True
  499. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  500. Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  501. Me.Label18.Location = New System.Drawing.Point(675, 32)
  502. Me.Label18.Name = "Label18"
  503. Me.Label18.Size = New System.Drawing.Size(51, 16)
  504. Me.Label18.TabIndex = 704
  505. Me.Label18.Text = "聯絡人2"
  506. '
  507. '聯2電話_tb
  508. '
  509. Me.聯2電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  510. Me.聯2電話_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  511. Me.聯2電話_tb.Location = New System.Drawing.Point(905, 29)
  512. Me.聯2電話_tb.Name = "聯2電話_tb"
  513. Me.聯2電話_tb.Size = New System.Drawing.Size(121, 23)
  514. Me.聯2電話_tb.TabIndex = 705
  515. Me.聯2電話_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  516. '
  517. 'Label19
  518. '
  519. Me.Label19.AutoSize = True
  520. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  521. Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  522. Me.Label19.Location = New System.Drawing.Point(851, 32)
  523. Me.Label19.Name = "Label19"
  524. Me.Label19.Size = New System.Drawing.Size(51, 16)
  525. Me.Label19.TabIndex = 706
  526. Me.Label19.Text = "聯2電話"
  527. '
  528. '聯2MAIL_tb
  529. '
  530. Me.聯2MAIL_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  531. Me.聯2MAIL_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  532. Me.聯2MAIL_tb.Location = New System.Drawing.Point(1089, 29)
  533. Me.聯2MAIL_tb.Name = "聯2MAIL_tb"
  534. Me.聯2MAIL_tb.Size = New System.Drawing.Size(206, 23)
  535. Me.聯2MAIL_tb.TabIndex = 707
  536. '
  537. 'Label20
  538. '
  539. Me.Label20.AutoSize = True
  540. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  541. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  542. Me.Label20.Location = New System.Drawing.Point(1028, 32)
  543. Me.Label20.Name = "Label20"
  544. Me.Label20.Size = New System.Drawing.Size(56, 16)
  545. Me.Label20.TabIndex = 708
  546. Me.Label20.Text = "聯2MAIL"
  547. '
  548. 'Label21
  549. '
  550. Me.Label21.AutoSize = True
  551. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  552. Me.Label21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  553. Me.Label21.Location = New System.Drawing.Point(1297, 32)
  554. Me.Label21.Name = "Label21"
  555. Me.Label21.Size = New System.Drawing.Size(89, 16)
  556. Me.Label21.TabIndex = 710
  557. Me.Label21.Text = "聯2LINE、唯信"
  558. '
  559. '聯2LINE_tb
  560. '
  561. Me.聯2LINE_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  562. Me.聯2LINE_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  563. Me.聯2LINE_tb.Location = New System.Drawing.Point(1393, 29)
  564. Me.聯2LINE_tb.Name = "聯2LINE_tb"
  565. Me.聯2LINE_tb.Size = New System.Drawing.Size(149, 23)
  566. Me.聯2LINE_tb.TabIndex = 709
  567. Me.聯2LINE_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  568. '
  569. '聯絡人3_tb
  570. '
  571. Me.聯絡人3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  572. Me.聯絡人3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  573. Me.聯絡人3_tb.Location = New System.Drawing.Point(728, 55)
  574. Me.聯絡人3_tb.Name = "聯絡人3_tb"
  575. Me.聯絡人3_tb.Size = New System.Drawing.Size(121, 23)
  576. Me.聯絡人3_tb.TabIndex = 711
  577. Me.聯絡人3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  578. '
  579. 'Label22
  580. '
  581. Me.Label22.AutoSize = True
  582. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  583. Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  584. Me.Label22.Location = New System.Drawing.Point(675, 58)
  585. Me.Label22.Name = "Label22"
  586. Me.Label22.Size = New System.Drawing.Size(51, 16)
  587. Me.Label22.TabIndex = 712
  588. Me.Label22.Text = "聯絡人3"
  589. '
  590. '聯3電話_tb
  591. '
  592. Me.聯3電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  593. Me.聯3電話_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  594. Me.聯3電話_tb.Location = New System.Drawing.Point(905, 55)
  595. Me.聯3電話_tb.Name = "聯3電話_tb"
  596. Me.聯3電話_tb.Size = New System.Drawing.Size(121, 23)
  597. Me.聯3電話_tb.TabIndex = 713
  598. Me.聯3電話_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  599. '
  600. 'Label23
  601. '
  602. Me.Label23.AutoSize = True
  603. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  604. Me.Label23.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  605. Me.Label23.Location = New System.Drawing.Point(851, 58)
  606. Me.Label23.Name = "Label23"
  607. Me.Label23.Size = New System.Drawing.Size(51, 16)
  608. Me.Label23.TabIndex = 714
  609. Me.Label23.Text = "聯3電話"
  610. '
  611. '聯3MAIL_tb
  612. '
  613. Me.聯3MAIL_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  614. Me.聯3MAIL_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  615. Me.聯3MAIL_tb.Location = New System.Drawing.Point(1089, 55)
  616. Me.聯3MAIL_tb.Name = "聯3MAIL_tb"
  617. Me.聯3MAIL_tb.Size = New System.Drawing.Size(206, 23)
  618. Me.聯3MAIL_tb.TabIndex = 715
  619. '
  620. 'Label24
  621. '
  622. Me.Label24.AutoSize = True
  623. Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  624. Me.Label24.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  625. Me.Label24.Location = New System.Drawing.Point(1028, 58)
  626. Me.Label24.Name = "Label24"
  627. Me.Label24.Size = New System.Drawing.Size(56, 16)
  628. Me.Label24.TabIndex = 716
  629. Me.Label24.Text = "聯2MAIL"
  630. '
  631. 'Label25
  632. '
  633. Me.Label25.AutoSize = True
  634. Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  635. Me.Label25.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  636. Me.Label25.Location = New System.Drawing.Point(1297, 58)
  637. Me.Label25.Name = "Label25"
  638. Me.Label25.Size = New System.Drawing.Size(89, 16)
  639. Me.Label25.TabIndex = 718
  640. Me.Label25.Text = "聯3LINE、唯信"
  641. '
  642. '聯3LINE_tb
  643. '
  644. Me.聯3LINE_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  645. Me.聯3LINE_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  646. Me.聯3LINE_tb.Location = New System.Drawing.Point(1393, 55)
  647. Me.聯3LINE_tb.Name = "聯3LINE_tb"
  648. Me.聯3LINE_tb.Size = New System.Drawing.Size(149, 23)
  649. Me.聯3LINE_tb.TabIndex = 717
  650. Me.聯3LINE_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  651. '
  652. '統編_tb
  653. '
  654. Me.統編_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  655. Me.統編_tb.ForeColor = System.Drawing.Color.Green
  656. Me.統編_tb.Location = New System.Drawing.Point(741, 81)
  657. Me.統編_tb.Name = "統編_tb"
  658. Me.統編_tb.Size = New System.Drawing.Size(108, 23)
  659. Me.統編_tb.TabIndex = 719
  660. Me.統編_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  661. '
  662. 'Label26
  663. '
  664. Me.Label26.AutoSize = True
  665. Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  666. Me.Label26.ForeColor = System.Drawing.Color.Green
  667. Me.Label26.Location = New System.Drawing.Point(675, 84)
  668. Me.Label26.Name = "Label26"
  669. Me.Label26.Size = New System.Drawing.Size(56, 16)
  670. Me.Label26.TabIndex = 720
  671. Me.Label26.Text = "統一編號"
  672. '
  673. '付款方式_cb
  674. '
  675. Me.付款方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  676. Me.付款方式_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  677. Me.付款方式_cb.ForeColor = System.Drawing.Color.Green
  678. Me.付款方式_cb.FormattingEnabled = True
  679. Me.付款方式_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  680. Me.付款方式_cb.Location = New System.Drawing.Point(905, 81)
  681. Me.付款方式_cb.Name = "付款方式_cb"
  682. Me.付款方式_cb.Size = New System.Drawing.Size(207, 24)
  683. Me.付款方式_cb.TabIndex = 949
  684. '
  685. 'Label27
  686. '
  687. Me.Label27.AutoSize = True
  688. Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  689. Me.Label27.ForeColor = System.Drawing.Color.Green
  690. Me.Label27.Location = New System.Drawing.Point(851, 86)
  691. Me.Label27.Name = "Label27"
  692. Me.Label27.Size = New System.Drawing.Size(56, 16)
  693. Me.Label27.TabIndex = 948
  694. Me.Label27.Text = "付款方式"
  695. '
  696. 'TextBox27
  697. '
  698. Me.TextBox27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  699. Me.TextBox27.ForeColor = System.Drawing.Color.Green
  700. Me.TextBox27.Location = New System.Drawing.Point(506, 55)
  701. Me.TextBox27.Name = "TextBox27"
  702. Me.TextBox27.Size = New System.Drawing.Size(47, 23)
  703. Me.TextBox27.TabIndex = 950
  704. '
  705. '請款日_nud
  706. '
  707. Me.請款日_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  708. Me.請款日_nud.ForeColor = System.Drawing.Color.Green
  709. Me.請款日_nud.Location = New System.Drawing.Point(714, 108)
  710. Me.請款日_nud.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
  711. Me.請款日_nud.Name = "請款日_nud"
  712. Me.請款日_nud.Size = New System.Drawing.Size(38, 23)
  713. Me.請款日_nud.TabIndex = 951
  714. '
  715. 'Label28
  716. '
  717. Me.Label28.AutoSize = True
  718. Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  719. Me.Label28.ForeColor = System.Drawing.Color.Green
  720. Me.Label28.Location = New System.Drawing.Point(675, 111)
  721. Me.Label28.Name = "Label28"
  722. Me.Label28.Size = New System.Drawing.Size(44, 16)
  723. Me.Label28.TabIndex = 952
  724. Me.Label28.Text = "請款日"
  725. '
  726. 'Label29
  727. '
  728. Me.Label29.AutoSize = True
  729. Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  730. Me.Label29.ForeColor = System.Drawing.Color.Green
  731. Me.Label29.Location = New System.Drawing.Point(754, 111)
  732. Me.Label29.Name = "Label29"
  733. Me.Label29.Size = New System.Drawing.Size(44, 16)
  734. Me.Label29.TabIndex = 954
  735. Me.Label29.Text = "票據日"
  736. '
  737. '票據日_nud
  738. '
  739. Me.票據日_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  740. Me.票據日_nud.ForeColor = System.Drawing.Color.Green
  741. Me.票據日_nud.Location = New System.Drawing.Point(796, 108)
  742. Me.票據日_nud.Maximum = New Decimal(New Integer() {31, 0, 0, 0})
  743. Me.票據日_nud.Name = "票據日_nud"
  744. Me.票據日_nud.Size = New System.Drawing.Size(38, 23)
  745. Me.票據日_nud.TabIndex = 953
  746. '
  747. 'Label30
  748. '
  749. Me.Label30.AutoSize = True
  750. Me.Label30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  751. Me.Label30.ForeColor = System.Drawing.Color.Green
  752. Me.Label30.Location = New System.Drawing.Point(836, 111)
  753. Me.Label30.Name = "Label30"
  754. Me.Label30.Size = New System.Drawing.Size(32, 16)
  755. Me.Label30.TabIndex = 956
  756. Me.Label30.Text = "折扣"
  757. '
  758. '折扣_nud
  759. '
  760. Me.折扣_nud.DecimalPlaces = 2
  761. Me.折扣_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  762. Me.折扣_nud.ForeColor = System.Drawing.Color.Green
  763. Me.折扣_nud.Increment = New Decimal(New Integer() {1, 0, 0, 131072})
  764. Me.折扣_nud.Location = New System.Drawing.Point(867, 108)
  765. Me.折扣_nud.Name = "折扣_nud"
  766. Me.折扣_nud.Size = New System.Drawing.Size(54, 23)
  767. Me.折扣_nud.TabIndex = 955
  768. '
  769. 'Label31
  770. '
  771. Me.Label31.AutoSize = True
  772. Me.Label31.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  773. Me.Label31.ForeColor = System.Drawing.Color.Green
  774. Me.Label31.Location = New System.Drawing.Point(927, 111)
  775. Me.Label31.Name = "Label31"
  776. Me.Label31.Size = New System.Drawing.Size(32, 16)
  777. Me.Label31.TabIndex = 958
  778. Me.Label31.Text = "稅率"
  779. '
  780. '稅率_nud
  781. '
  782. Me.稅率_nud.DecimalPlaces = 2
  783. Me.稅率_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  784. Me.稅率_nud.ForeColor = System.Drawing.Color.Green
  785. Me.稅率_nud.Increment = New Decimal(New Integer() {1, 0, 0, 131072})
  786. Me.稅率_nud.Location = New System.Drawing.Point(958, 108)
  787. Me.稅率_nud.Name = "稅率_nud"
  788. Me.稅率_nud.Size = New System.Drawing.Size(54, 23)
  789. Me.稅率_nud.TabIndex = 957
  790. '
  791. '幣別_cb
  792. '
  793. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  794. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  795. Me.幣別_cb.ForeColor = System.Drawing.Color.Green
  796. Me.幣別_cb.FormattingEnabled = True
  797. Me.幣別_cb.Items.AddRange(New Object() {"NTD", "RMB", "USD"})
  798. Me.幣別_cb.Location = New System.Drawing.Point(1047, 108)
  799. Me.幣別_cb.Name = "幣別_cb"
  800. Me.幣別_cb.Size = New System.Drawing.Size(65, 24)
  801. Me.幣別_cb.TabIndex = 960
  802. '
  803. 'Label32
  804. '
  805. Me.Label32.AutoSize = True
  806. Me.Label32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  807. Me.Label32.ForeColor = System.Drawing.Color.Green
  808. Me.Label32.Location = New System.Drawing.Point(1015, 111)
  809. Me.Label32.Name = "Label32"
  810. Me.Label32.Size = New System.Drawing.Size(32, 16)
  811. Me.Label32.TabIndex = 959
  812. Me.Label32.Text = "幣別"
  813. '
  814. 'Label33
  815. '
  816. Me.Label33.AutoSize = True
  817. Me.Label33.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  818. Me.Label33.Location = New System.Drawing.Point(1544, 2)
  819. Me.Label33.Name = "Label33"
  820. Me.Label33.Size = New System.Drawing.Size(32, 16)
  821. Me.Label33.TabIndex = 962
  822. Me.Label33.Text = "備註"
  823. '
  824. '備註_tb
  825. '
  826. Me.備註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  827. Me.備註_tb.Location = New System.Drawing.Point(1544, 18)
  828. Me.備註_tb.Multiline = True
  829. Me.備註_tb.Name = "備註_tb"
  830. Me.備註_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  831. Me.備註_tb.Size = New System.Drawing.Size(361, 114)
  832. Me.備註_tb.TabIndex = 961
  833. '
  834. '外貿_ch
  835. '
  836. Me.外貿_ch.AutoSize = True
  837. Me.外貿_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  838. Me.外貿_ch.ForeColor = System.Drawing.Color.Green
  839. Me.外貿_ch.Location = New System.Drawing.Point(1118, 83)
  840. Me.外貿_ch.Name = "外貿_ch"
  841. Me.外貿_ch.Size = New System.Drawing.Size(51, 20)
  842. Me.外貿_ch.TabIndex = 963
  843. Me.外貿_ch.Text = "外貿"
  844. Me.外貿_ch.UseVisualStyleBackColor = True
  845. '
  846. '停用_ch
  847. '
  848. Me.停用_ch.AutoSize = True
  849. Me.停用_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  850. Me.停用_ch.ForeColor = System.Drawing.Color.Green
  851. Me.停用_ch.Location = New System.Drawing.Point(1118, 108)
  852. Me.停用_ch.Name = "停用_ch"
  853. Me.停用_ch.Size = New System.Drawing.Size(51, 20)
  854. Me.停用_ch.TabIndex = 964
  855. Me.停用_ch.Text = "停用"
  856. Me.停用_ch.UseVisualStyleBackColor = True
  857. '
  858. '資料存檔_bt
  859. '
  860. Me.資料存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  861. Me.資料存檔_bt.ForeColor = System.Drawing.Color.Green
  862. Me.資料存檔_bt.Location = New System.Drawing.Point(1421, 80)
  863. Me.資料存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  864. Me.資料存檔_bt.Name = "資料存檔_bt"
  865. Me.資料存檔_bt.Size = New System.Drawing.Size(120, 52)
  866. Me.資料存檔_bt.TabIndex = 993
  867. Me.資料存檔_bt.Text = "資料存檔"
  868. Me.資料存檔_bt.UseVisualStyleBackColor = True
  869. '
  870. '關鍵字查詢_bt
  871. '
  872. Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  873. Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
  874. Me.關鍵字查詢_bt.Location = New System.Drawing.Point(1175, 80)
  875. Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  876. Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
  877. Me.關鍵字查詢_bt.Size = New System.Drawing.Size(120, 52)
  878. Me.關鍵字查詢_bt.TabIndex = 992
  879. Me.關鍵字查詢_bt.Text = "關鍵字查詢"
  880. Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
  881. '
  882. '新增供應商資料_bt
  883. '
  884. Me.新增供應商資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  885. Me.新增供應商資料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  886. Me.新增供應商資料_bt.Location = New System.Drawing.Point(1298, 80)
  887. Me.新增供應商資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  888. Me.新增供應商資料_bt.Name = "新增供應商資料_bt"
  889. Me.新增供應商資料_bt.Size = New System.Drawing.Size(120, 52)
  890. Me.新增供應商資料_bt.TabIndex = 991
  891. Me.新增供應商資料_bt.Text = "新增供應商資料"
  892. Me.新增供應商資料_bt.UseVisualStyleBackColor = True
  893. '
  894. 'ContextMenuStrip1
  895. '
  896. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.關鍵字查詢ToolStripMenuItem, Me.ToolStripSeparator5, Me.新增供應商資料ToolStripMenuItem, Me.資料存檔ToolStripMenuItem, Me.資料刪除ToolStripMenuItem})
  897. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  898. Me.ContextMenuStrip1.Size = New System.Drawing.Size(159, 120)
  899. '
  900. '重新整理ToolStripMenuItem
  901. '
  902. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  903. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(158, 22)
  904. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  905. '
  906. '關鍵字查詢ToolStripMenuItem
  907. '
  908. Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem"
  909. Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(158, 22)
  910. Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢"
  911. '
  912. 'ToolStripSeparator5
  913. '
  914. Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
  915. Me.ToolStripSeparator5.Size = New System.Drawing.Size(155, 6)
  916. '
  917. '新增供應商資料ToolStripMenuItem
  918. '
  919. Me.新增供應商資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  920. Me.新增供應商資料ToolStripMenuItem.Name = "新增供應商資料ToolStripMenuItem"
  921. Me.新增供應商資料ToolStripMenuItem.Size = New System.Drawing.Size(158, 22)
  922. Me.新增供應商資料ToolStripMenuItem.Text = "新增供應商資料"
  923. '
  924. '資料存檔ToolStripMenuItem
  925. '
  926. Me.資料存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  927. Me.資料存檔ToolStripMenuItem.Name = "資料存檔ToolStripMenuItem"
  928. Me.資料存檔ToolStripMenuItem.Size = New System.Drawing.Size(158, 22)
  929. Me.資料存檔ToolStripMenuItem.Text = "資料存檔"
  930. '
  931. '資料刪除ToolStripMenuItem
  932. '
  933. Me.資料刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  934. Me.資料刪除ToolStripMenuItem.Name = "資料刪除ToolStripMenuItem"
  935. Me.資料刪除ToolStripMenuItem.Size = New System.Drawing.Size(158, 22)
  936. Me.資料刪除ToolStripMenuItem.Text = "資料刪除"
  937. '
  938. '供應商資料管理
  939. '
  940. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
  941. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  942. Me.ClientSize = New System.Drawing.Size(1914, 991)
  943. Me.ContextMenuStrip = Me.ContextMenuStrip1
  944. Me.Controls.Add(Me.資料存檔_bt)
  945. Me.Controls.Add(Me.關鍵字查詢_bt)
  946. Me.Controls.Add(Me.新增供應商資料_bt)
  947. Me.Controls.Add(Me.停用_ch)
  948. Me.Controls.Add(Me.外貿_ch)
  949. Me.Controls.Add(Me.備註_tb)
  950. Me.Controls.Add(Me.幣別_cb)
  951. Me.Controls.Add(Me.Label32)
  952. Me.Controls.Add(Me.稅率_nud)
  953. Me.Controls.Add(Me.折扣_nud)
  954. Me.Controls.Add(Me.票據日_nud)
  955. Me.Controls.Add(Me.請款日_nud)
  956. Me.Controls.Add(Me.TextBox27)
  957. Me.Controls.Add(Me.付款方式_cb)
  958. Me.Controls.Add(Me.Label27)
  959. Me.Controls.Add(Me.統編_tb)
  960. Me.Controls.Add(Me.Label26)
  961. Me.Controls.Add(Me.Label25)
  962. Me.Controls.Add(Me.聯3LINE_tb)
  963. Me.Controls.Add(Me.聯3MAIL_tb)
  964. Me.Controls.Add(Me.Label24)
  965. Me.Controls.Add(Me.聯3電話_tb)
  966. Me.Controls.Add(Me.Label23)
  967. Me.Controls.Add(Me.聯絡人3_tb)
  968. Me.Controls.Add(Me.Label22)
  969. Me.Controls.Add(Me.Label21)
  970. Me.Controls.Add(Me.聯2LINE_tb)
  971. Me.Controls.Add(Me.聯2MAIL_tb)
  972. Me.Controls.Add(Me.Label20)
  973. Me.Controls.Add(Me.聯2電話_tb)
  974. Me.Controls.Add(Me.Label19)
  975. Me.Controls.Add(Me.聯絡人2_tb)
  976. Me.Controls.Add(Me.Label18)
  977. Me.Controls.Add(Me.Label17)
  978. Me.Controls.Add(Me.聯1LINE_tb)
  979. Me.Controls.Add(Me.聯1MAIL_tb)
  980. Me.Controls.Add(Me.聯1電話_tb)
  981. Me.Controls.Add(Me.聯絡人1_tb)
  982. Me.Controls.Add(Me.Label13)
  983. Me.Controls.Add(Me.郵號2_tb)
  984. Me.Controls.Add(Me.Label12)
  985. Me.Controls.Add(Me.地址2_tb)
  986. Me.Controls.Add(Me.Label11)
  987. Me.Controls.Add(Me.郵號1_tb)
  988. Me.Controls.Add(Me.Label10)
  989. Me.Controls.Add(Me.地址1_tb)
  990. Me.Controls.Add(Me.Label9)
  991. Me.Controls.Add(Me.傳真2_tb)
  992. Me.Controls.Add(Me.Label8)
  993. Me.Controls.Add(Me.傳真1_tb)
  994. Me.Controls.Add(Me.公司電話2_tb)
  995. Me.Controls.Add(Me.公司電話1_tb)
  996. Me.Controls.Add(Me.負責人電話_tb)
  997. Me.Controls.Add(Me.Label4)
  998. Me.Controls.Add(Me.負責人_tb)
  999. Me.Controls.Add(Me.Label3)
  1000. Me.Controls.Add(Me.簡稱_tb)
  1001. Me.Controls.Add(Me.Label2)
  1002. Me.Controls.Add(Me.公司_tb)
  1003. Me.Controls.Add(Me.Label1)
  1004. Me.Controls.Add(Me.編號_tb)
  1005. Me.Controls.Add(Me.供應商明細_dgv)
  1006. Me.Controls.Add(Me.Label5)
  1007. Me.Controls.Add(Me.Label7)
  1008. Me.Controls.Add(Me.Label6)
  1009. Me.Controls.Add(Me.Label14)
  1010. Me.Controls.Add(Me.Label15)
  1011. Me.Controls.Add(Me.Label16)
  1012. Me.Controls.Add(Me.Label33)
  1013. Me.Controls.Add(Me.Label28)
  1014. Me.Controls.Add(Me.Label29)
  1015. Me.Controls.Add(Me.Label30)
  1016. Me.Controls.Add(Me.Label31)
  1017. Me.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1018. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1019. Me.Name = "供應商資料管理"
  1020. Me.Text = "供應商資料管理"
  1021. CType(Me.供應商明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1022. CType(Me.請款日_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1023. CType(Me.票據日_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1024. CType(Me.折扣_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1025. CType(Me.稅率_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1026. Me.ContextMenuStrip1.ResumeLayout(False)
  1027. Me.ResumeLayout(False)
  1028. Me.PerformLayout()
  1029. End Sub
  1030. Friend WithEvents 供應商明細_dgv As DataGridView
  1031. Friend WithEvents Label1 As Label
  1032. Friend WithEvents 編號_tb As TextBox
  1033. Friend WithEvents Label2 As Label
  1034. Friend WithEvents 公司_tb As TextBox
  1035. Friend WithEvents Label3 As Label
  1036. Friend WithEvents 簡稱_tb As TextBox
  1037. Friend WithEvents Label4 As Label
  1038. Friend WithEvents 負責人_tb As TextBox
  1039. Friend WithEvents Label5 As Label
  1040. Friend WithEvents 負責人電話_tb As TextBox
  1041. Friend WithEvents Label6 As Label
  1042. Friend WithEvents 公司電話1_tb As TextBox
  1043. Friend WithEvents Label7 As Label
  1044. Friend WithEvents 公司電話2_tb As TextBox
  1045. Friend WithEvents Label8 As Label
  1046. Friend WithEvents 傳真1_tb As TextBox
  1047. Friend WithEvents Label9 As Label
  1048. Friend WithEvents 傳真2_tb As TextBox
  1049. Friend WithEvents Label10 As Label
  1050. Friend WithEvents 地址1_tb As TextBox
  1051. Friend WithEvents Label11 As Label
  1052. Friend WithEvents 郵號1_tb As TextBox
  1053. Friend WithEvents Label12 As Label
  1054. Friend WithEvents 地址2_tb As TextBox
  1055. Friend WithEvents Label13 As Label
  1056. Friend WithEvents 郵號2_tb As TextBox
  1057. Friend WithEvents Label14 As Label
  1058. Friend WithEvents 聯絡人1_tb As TextBox
  1059. Friend WithEvents Label15 As Label
  1060. Friend WithEvents 聯1電話_tb As TextBox
  1061. Friend WithEvents Label16 As Label
  1062. Friend WithEvents 聯1MAIL_tb As TextBox
  1063. Friend WithEvents Label17 As Label
  1064. Friend WithEvents 聯1LINE_tb As TextBox
  1065. Friend WithEvents 聯絡人2_tb As TextBox
  1066. Friend WithEvents Label18 As Label
  1067. Friend WithEvents 聯2電話_tb As TextBox
  1068. Friend WithEvents Label19 As Label
  1069. Friend WithEvents 聯2MAIL_tb As TextBox
  1070. Friend WithEvents Label20 As Label
  1071. Friend WithEvents Label21 As Label
  1072. Friend WithEvents 聯2LINE_tb As TextBox
  1073. Friend WithEvents 聯絡人3_tb As TextBox
  1074. Friend WithEvents Label22 As Label
  1075. Friend WithEvents 聯3電話_tb As TextBox
  1076. Friend WithEvents Label23 As Label
  1077. Friend WithEvents 聯3MAIL_tb As TextBox
  1078. Friend WithEvents Label24 As Label
  1079. Friend WithEvents Label25 As Label
  1080. Friend WithEvents 聯3LINE_tb As TextBox
  1081. Friend WithEvents 統編_tb As TextBox
  1082. Friend WithEvents Label26 As Label
  1083. Friend WithEvents 付款方式_cb As ComboBox
  1084. Friend WithEvents Label27 As Label
  1085. Friend WithEvents TextBox27 As TextBox
  1086. Friend WithEvents 請款日_nud As NumericUpDown
  1087. Friend WithEvents Label28 As Label
  1088. Friend WithEvents Label29 As Label
  1089. Friend WithEvents 票據日_nud As NumericUpDown
  1090. Friend WithEvents Label30 As Label
  1091. Friend WithEvents 折扣_nud As NumericUpDown
  1092. Friend WithEvents Label31 As Label
  1093. Friend WithEvents 稅率_nud As NumericUpDown
  1094. Friend WithEvents 幣別_cb As ComboBox
  1095. Friend WithEvents Label32 As Label
  1096. Friend WithEvents Label33 As Label
  1097. Friend WithEvents 備註_tb As TextBox
  1098. Friend WithEvents 外貿_ch As CheckBox
  1099. Friend WithEvents 停用_ch As CheckBox
  1100. Friend WithEvents 資料存檔_bt As Button
  1101. Friend WithEvents 關鍵字查詢_bt As Button
  1102. Friend WithEvents 新增供應商資料_bt As Button
  1103. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1104. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  1105. Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem
  1106. Friend WithEvents 新增供應商資料ToolStripMenuItem As ToolStripMenuItem
  1107. Friend WithEvents 資料存檔ToolStripMenuItem As ToolStripMenuItem
  1108. Friend WithEvents 資料刪除ToolStripMenuItem As ToolStripMenuItem
  1109. Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
  1110. End Class