Ei kuvausta
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 38KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.確認新增_bt = New System.Windows.Forms.Button()
  25. Me.查詢_bt = New System.Windows.Forms.Button()
  26. Me.信箱3_tb = New System.Windows.Forms.TextBox()
  27. Me.信箱2_tb = New System.Windows.Forms.TextBox()
  28. Me.信箱1_tb = New System.Windows.Forms.TextBox()
  29. Me.刪除_bt = New System.Windows.Forms.Button()
  30. Me.新增_bt = New System.Windows.Forms.Button()
  31. Me.修改_bt = New System.Windows.Forms.Button()
  32. Me.聯繫電話3_tb = New System.Windows.Forms.TextBox()
  33. Me.聯繫電話2_tb = New System.Windows.Forms.TextBox()
  34. Me.聯繫電話1_tb = New System.Windows.Forms.TextBox()
  35. Me.職稱3_tb = New System.Windows.Forms.TextBox()
  36. Me.職稱2_tb = New System.Windows.Forms.TextBox()
  37. Me.職稱1_tb = New System.Windows.Forms.TextBox()
  38. Me.聯繫人3_tb = New System.Windows.Forms.TextBox()
  39. Me.聯繫人2_tb = New System.Windows.Forms.TextBox()
  40. Me.聯繫人1_tb = New System.Windows.Forms.TextBox()
  41. Me.傳真3_tb = New System.Windows.Forms.TextBox()
  42. Me.傳真2_tb = New System.Windows.Forms.TextBox()
  43. Me.傳真1_tb = New System.Windows.Forms.TextBox()
  44. Me.電話3_tb = New System.Windows.Forms.TextBox()
  45. Me.電話2_tb = New System.Windows.Forms.TextBox()
  46. Me.電話1_tb = New System.Windows.Forms.TextBox()
  47. Me.地址_tb = New System.Windows.Forms.TextBox()
  48. Me.公司名_tb = New System.Windows.Forms.TextBox()
  49. Me.供應商簡稱_tb = New System.Windows.Forms.TextBox()
  50. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  51. Me.廠商清單_dgv = New System.Windows.Forms.DataGridView()
  52. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  53. Me.聯繫人信箱3_lb = New System.Windows.Forms.Label()
  54. Me.聯繫人信箱2_lb = New System.Windows.Forms.Label()
  55. Me.聯繫人信箱1_lb = New System.Windows.Forms.Label()
  56. Me.聯繫人職稱3_lb = New System.Windows.Forms.Label()
  57. Me.聯繫人職稱2_lb = New System.Windows.Forms.Label()
  58. Me.聯繫人職稱1_lb = New System.Windows.Forms.Label()
  59. Me.傳真3_lb = New System.Windows.Forms.Label()
  60. Me.傳真2_lb = New System.Windows.Forms.Label()
  61. Me.傳真1_lb = New System.Windows.Forms.Label()
  62. Me.公司地址_lb = New System.Windows.Forms.Label()
  63. Me.公司名_ib = New System.Windows.Forms.Label()
  64. Me.簡稱_lb = New System.Windows.Forms.Label()
  65. Me.供應商編號_lb = New System.Windows.Forms.Label()
  66. Me.聯繫人3_lb = New System.Windows.Forms.Label()
  67. Me.聯繫人2_lb = New System.Windows.Forms.Label()
  68. Me.聯繫人1_lb = New System.Windows.Forms.Label()
  69. Me.公司電話3_lb = New System.Windows.Forms.Label()
  70. Me.公司電話2_lb = New System.Windows.Forms.Label()
  71. Me.公司電話1_lb = New System.Windows.Forms.Label()
  72. Me.聯繫人電話3_lb = New System.Windows.Forms.Label()
  73. Me.聯繫人電話2_lb = New System.Windows.Forms.Label()
  74. Me.聯繫人電話1_lb = New System.Windows.Forms.Label()
  75. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  76. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  77. Me.SuspendLayout()
  78. '
  79. '確認新增_bt
  80. '
  81. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  82. Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue
  83. Me.確認新增_bt.Location = New System.Drawing.Point(878, 2)
  84. Me.確認新增_bt.Name = "確認新增_bt"
  85. Me.確認新增_bt.Size = New System.Drawing.Size(150, 24)
  86. Me.確認新增_bt.TabIndex = 284
  87. Me.確認新增_bt.Text = "確認新增"
  88. Me.確認新增_bt.UseVisualStyleBackColor = True
  89. '
  90. '查詢_bt
  91. '
  92. Me.查詢_bt.Location = New System.Drawing.Point(566, 2)
  93. Me.查詢_bt.Name = "查詢_bt"
  94. Me.查詢_bt.Size = New System.Drawing.Size(150, 24)
  95. Me.查詢_bt.TabIndex = 283
  96. Me.查詢_bt.Text = "查詢"
  97. Me.查詢_bt.UseVisualStyleBackColor = True
  98. '
  99. '信箱3_tb
  100. '
  101. Me.信箱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.信箱3_tb.Location = New System.Drawing.Point(970, 123)
  103. Me.信箱3_tb.Name = "信箱3_tb"
  104. Me.信箱3_tb.Size = New System.Drawing.Size(370, 23)
  105. Me.信箱3_tb.TabIndex = 282
  106. '
  107. '信箱2_tb
  108. '
  109. Me.信箱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.信箱2_tb.Location = New System.Drawing.Point(970, 99)
  111. Me.信箱2_tb.Name = "信箱2_tb"
  112. Me.信箱2_tb.Size = New System.Drawing.Size(370, 23)
  113. Me.信箱2_tb.TabIndex = 281
  114. '
  115. '信箱1_tb
  116. '
  117. Me.信箱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.信箱1_tb.Location = New System.Drawing.Point(970, 75)
  119. Me.信箱1_tb.Name = "信箱1_tb"
  120. Me.信箱1_tb.Size = New System.Drawing.Size(370, 23)
  121. Me.信箱1_tb.TabIndex = 280
  122. '
  123. '刪除_bt
  124. '
  125. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  127. Me.刪除_bt.Location = New System.Drawing.Point(1190, 2)
  128. Me.刪除_bt.Name = "刪除_bt"
  129. Me.刪除_bt.Size = New System.Drawing.Size(150, 24)
  130. Me.刪除_bt.TabIndex = 276
  131. Me.刪除_bt.Text = "刪除"
  132. Me.刪除_bt.UseVisualStyleBackColor = True
  133. '
  134. '新增_bt
  135. '
  136. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  138. Me.新增_bt.Location = New System.Drawing.Point(722, 2)
  139. Me.新增_bt.Name = "新增_bt"
  140. Me.新增_bt.Size = New System.Drawing.Size(150, 24)
  141. Me.新增_bt.TabIndex = 274
  142. Me.新增_bt.Text = "新增"
  143. Me.新增_bt.UseVisualStyleBackColor = True
  144. '
  145. '修改_bt
  146. '
  147. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  149. Me.修改_bt.Location = New System.Drawing.Point(1034, 2)
  150. Me.修改_bt.Name = "修改_bt"
  151. Me.修改_bt.Size = New System.Drawing.Size(150, 24)
  152. Me.修改_bt.TabIndex = 275
  153. Me.修改_bt.Text = "修改"
  154. Me.修改_bt.UseVisualStyleBackColor = True
  155. '
  156. '聯繫電話3_tb
  157. '
  158. Me.聯繫電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.聯繫電話3_tb.Location = New System.Drawing.Point(732, 123)
  160. Me.聯繫電話3_tb.Name = "聯繫電話3_tb"
  161. Me.聯繫電話3_tb.Size = New System.Drawing.Size(150, 23)
  162. Me.聯繫電話3_tb.TabIndex = 273
  163. '
  164. '聯繫電話2_tb
  165. '
  166. Me.聯繫電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.聯繫電話2_tb.Location = New System.Drawing.Point(732, 99)
  168. Me.聯繫電話2_tb.Name = "聯繫電話2_tb"
  169. Me.聯繫電話2_tb.Size = New System.Drawing.Size(150, 23)
  170. Me.聯繫電話2_tb.TabIndex = 271
  171. '
  172. '聯繫電話1_tb
  173. '
  174. Me.聯繫電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  175. Me.聯繫電話1_tb.Location = New System.Drawing.Point(732, 75)
  176. Me.聯繫電話1_tb.Name = "聯繫電話1_tb"
  177. Me.聯繫電話1_tb.Size = New System.Drawing.Size(150, 23)
  178. Me.聯繫電話1_tb.TabIndex = 269
  179. '
  180. '職稱3_tb
  181. '
  182. Me.職稱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.職稱3_tb.Location = New System.Drawing.Point(441, 123)
  184. Me.職稱3_tb.Name = "職稱3_tb"
  185. Me.職稱3_tb.Size = New System.Drawing.Size(212, 23)
  186. Me.職稱3_tb.TabIndex = 267
  187. '
  188. '職稱2_tb
  189. '
  190. Me.職稱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.職稱2_tb.Location = New System.Drawing.Point(441, 99)
  192. Me.職稱2_tb.Name = "職稱2_tb"
  193. Me.職稱2_tb.Size = New System.Drawing.Size(212, 23)
  194. Me.職稱2_tb.TabIndex = 265
  195. '
  196. '職稱1_tb
  197. '
  198. Me.職稱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.職稱1_tb.Location = New System.Drawing.Point(441, 75)
  200. Me.職稱1_tb.Name = "職稱1_tb"
  201. Me.職稱1_tb.Size = New System.Drawing.Size(212, 23)
  202. Me.職稱1_tb.TabIndex = 263
  203. '
  204. '聯繫人3_tb
  205. '
  206. Me.聯繫人3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.聯繫人3_tb.Location = New System.Drawing.Point(110, 123)
  208. Me.聯繫人3_tb.Name = "聯繫人3_tb"
  209. Me.聯繫人3_tb.Size = New System.Drawing.Size(253, 23)
  210. Me.聯繫人3_tb.TabIndex = 260
  211. '
  212. '聯繫人2_tb
  213. '
  214. Me.聯繫人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  215. Me.聯繫人2_tb.Location = New System.Drawing.Point(110, 99)
  216. Me.聯繫人2_tb.Name = "聯繫人2_tb"
  217. Me.聯繫人2_tb.Size = New System.Drawing.Size(253, 23)
  218. Me.聯繫人2_tb.TabIndex = 258
  219. '
  220. '聯繫人1_tb
  221. '
  222. Me.聯繫人1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.聯繫人1_tb.Location = New System.Drawing.Point(110, 75)
  224. Me.聯繫人1_tb.Name = "聯繫人1_tb"
  225. Me.聯繫人1_tb.Size = New System.Drawing.Size(253, 23)
  226. Me.聯繫人1_tb.TabIndex = 256
  227. '
  228. '傳真3_tb
  229. '
  230. Me.傳真3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  231. Me.傳真3_tb.Location = New System.Drawing.Point(1190, 51)
  232. Me.傳真3_tb.Name = "傳真3_tb"
  233. Me.傳真3_tb.Size = New System.Drawing.Size(150, 23)
  234. Me.傳真3_tb.TabIndex = 255
  235. '
  236. '傳真2_tb
  237. '
  238. Me.傳真2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  239. Me.傳真2_tb.Location = New System.Drawing.Point(974, 51)
  240. Me.傳真2_tb.Name = "傳真2_tb"
  241. Me.傳真2_tb.Size = New System.Drawing.Size(150, 23)
  242. Me.傳真2_tb.TabIndex = 253
  243. '
  244. '傳真1_tb
  245. '
  246. Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  247. Me.傳真1_tb.Location = New System.Drawing.Point(758, 51)
  248. Me.傳真1_tb.Name = "傳真1_tb"
  249. Me.傳真1_tb.Size = New System.Drawing.Size(150, 23)
  250. Me.傳真1_tb.TabIndex = 251
  251. '
  252. '電話3_tb
  253. '
  254. Me.電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.電話3_tb.Location = New System.Drawing.Point(1190, 27)
  256. Me.電話3_tb.Name = "電話3_tb"
  257. Me.電話3_tb.Size = New System.Drawing.Size(150, 23)
  258. Me.電話3_tb.TabIndex = 249
  259. '
  260. '電話2_tb
  261. '
  262. Me.電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  263. Me.電話2_tb.Location = New System.Drawing.Point(974, 27)
  264. Me.電話2_tb.Name = "電話2_tb"
  265. Me.電話2_tb.Size = New System.Drawing.Size(150, 23)
  266. Me.電話2_tb.TabIndex = 247
  267. '
  268. '電話1_tb
  269. '
  270. Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. Me.電話1_tb.Location = New System.Drawing.Point(758, 27)
  272. Me.電話1_tb.Name = "電話1_tb"
  273. Me.電話1_tb.Size = New System.Drawing.Size(150, 23)
  274. Me.電話1_tb.TabIndex = 244
  275. '
  276. '地址_tb
  277. '
  278. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  279. Me.地址_tb.Location = New System.Drawing.Point(85, 51)
  280. Me.地址_tb.Name = "地址_tb"
  281. Me.地址_tb.Size = New System.Drawing.Size(605, 23)
  282. Me.地址_tb.TabIndex = 243
  283. '
  284. '公司名_tb
  285. '
  286. Me.公司名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  287. Me.公司名_tb.Location = New System.Drawing.Point(388, 27)
  288. Me.公司名_tb.Name = "公司名_tb"
  289. Me.公司名_tb.Size = New System.Drawing.Size(302, 23)
  290. Me.公司名_tb.TabIndex = 241
  291. '
  292. '供應商簡稱_tb
  293. '
  294. Me.供應商簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  295. Me.供應商簡稱_tb.Location = New System.Drawing.Point(85, 27)
  296. Me.供應商簡稱_tb.Name = "供應商簡稱_tb"
  297. Me.供應商簡稱_tb.Size = New System.Drawing.Size(187, 23)
  298. Me.供應商簡稱_tb.TabIndex = 239
  299. '
  300. '供應商編號_tb
  301. '
  302. Me.供應商編號_tb.Enabled = False
  303. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.供應商編號_tb.Location = New System.Drawing.Point(85, 3)
  305. Me.供應商編號_tb.Name = "供應商編號_tb"
  306. Me.供應商編號_tb.Size = New System.Drawing.Size(100, 23)
  307. Me.供應商編號_tb.TabIndex = 236
  308. '
  309. '廠商清單_dgv
  310. '
  311. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  312. Me.廠商清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  313. Me.廠商清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  314. Or System.Windows.Forms.AnchorStyles.Left) _
  315. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  316. Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  317. Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  318. Me.廠商清單_dgv.Location = New System.Drawing.Point(14, 148)
  319. Me.廠商清單_dgv.Name = "廠商清單_dgv"
  320. Me.廠商清單_dgv.RowHeadersWidth = 5
  321. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  322. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  323. Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  324. Me.廠商清單_dgv.RowTemplate.Height = 24
  325. Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  326. Me.廠商清單_dgv.Size = New System.Drawing.Size(1324, 529)
  327. Me.廠商清單_dgv.TabIndex = 285
  328. '
  329. '語言_dgv
  330. '
  331. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  332. Me.語言_dgv.Location = New System.Drawing.Point(28, 166)
  333. Me.語言_dgv.Name = "語言_dgv"
  334. Me.語言_dgv.RowHeadersWidth = 5
  335. Me.語言_dgv.RowTemplate.Height = 24
  336. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  337. Me.語言_dgv.TabIndex = 1033
  338. Me.語言_dgv.Visible = False
  339. '
  340. '聯繫人信箱3_lb
  341. '
  342. Me.聯繫人信箱3_lb.AutoSize = True
  343. Me.聯繫人信箱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  344. Me.聯繫人信箱3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  345. Me.聯繫人信箱3_lb.Location = New System.Drawing.Point(882, 128)
  346. Me.聯繫人信箱3_lb.Name = "聯繫人信箱3_lb"
  347. Me.聯繫人信箱3_lb.Size = New System.Drawing.Size(84, 16)
  348. Me.聯繫人信箱3_lb.TabIndex = 1055
  349. Me.聯繫人信箱3_lb.Text = "聯繫人 3 信箱"
  350. '
  351. '聯繫人信箱2_lb
  352. '
  353. Me.聯繫人信箱2_lb.AutoSize = True
  354. Me.聯繫人信箱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. Me.聯繫人信箱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  356. Me.聯繫人信箱2_lb.Location = New System.Drawing.Point(882, 103)
  357. Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb"
  358. Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(84, 16)
  359. Me.聯繫人信箱2_lb.TabIndex = 1054
  360. Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱"
  361. '
  362. '聯繫人信箱1_lb
  363. '
  364. Me.聯繫人信箱1_lb.AutoSize = True
  365. Me.聯繫人信箱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  366. Me.聯繫人信箱1_lb.ForeColor = System.Drawing.Color.Green
  367. Me.聯繫人信箱1_lb.Location = New System.Drawing.Point(883, 78)
  368. Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb"
  369. Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(84, 16)
  370. Me.聯繫人信箱1_lb.TabIndex = 1053
  371. Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱"
  372. '
  373. '聯繫人職稱3_lb
  374. '
  375. Me.聯繫人職稱3_lb.AutoSize = True
  376. Me.聯繫人職稱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.聯繫人職稱3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  378. Me.聯繫人職稱3_lb.Location = New System.Drawing.Point(364, 126)
  379. Me.聯繫人職稱3_lb.Name = "聯繫人職稱3_lb"
  380. Me.聯繫人職稱3_lb.Size = New System.Drawing.Size(75, 16)
  381. Me.聯繫人職稱3_lb.TabIndex = 1049
  382. Me.聯繫人職稱3_lb.Text = "聯繫人3職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  383. '
  384. '聯繫人職稱2_lb
  385. '
  386. Me.聯繫人職稱2_lb.AutoSize = True
  387. Me.聯繫人職稱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  388. Me.聯繫人職稱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  389. Me.聯繫人職稱2_lb.Location = New System.Drawing.Point(364, 102)
  390. Me.聯繫人職稱2_lb.Name = "聯繫人職稱2_lb"
  391. Me.聯繫人職稱2_lb.Size = New System.Drawing.Size(75, 16)
  392. Me.聯繫人職稱2_lb.TabIndex = 1048
  393. Me.聯繫人職稱2_lb.Text = "聯繫人2職稱"
  394. '
  395. '聯繫人職稱1_lb
  396. '
  397. Me.聯繫人職稱1_lb.AutoSize = True
  398. Me.聯繫人職稱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  399. Me.聯繫人職稱1_lb.ForeColor = System.Drawing.Color.Green
  400. Me.聯繫人職稱1_lb.Location = New System.Drawing.Point(364, 78)
  401. Me.聯繫人職稱1_lb.Name = "聯繫人職稱1_lb"
  402. Me.聯繫人職稱1_lb.Size = New System.Drawing.Size(75, 16)
  403. Me.聯繫人職稱1_lb.TabIndex = 1047
  404. Me.聯繫人職稱1_lb.Text = "聯繫人1職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  405. '
  406. '傳真3_lb
  407. '
  408. Me.傳真3_lb.AutoSize = True
  409. Me.傳真3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  410. Me.傳真3_lb.Location = New System.Drawing.Point(1125, 54)
  411. Me.傳真3_lb.Name = "傳真3_lb"
  412. Me.傳真3_lb.Size = New System.Drawing.Size(63, 16)
  413. Me.傳真3_lb.TabIndex = 1043
  414. Me.傳真3_lb.Text = "公司傳真3"
  415. '
  416. '傳真2_lb
  417. '
  418. Me.傳真2_lb.AutoSize = True
  419. Me.傳真2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  420. Me.傳真2_lb.Location = New System.Drawing.Point(909, 54)
  421. Me.傳真2_lb.Name = "傳真2_lb"
  422. Me.傳真2_lb.Size = New System.Drawing.Size(63, 16)
  423. Me.傳真2_lb.TabIndex = 1042
  424. Me.傳真2_lb.Text = "公司傳真2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  425. '
  426. '傳真1_lb
  427. '
  428. Me.傳真1_lb.AutoSize = True
  429. Me.傳真1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  430. Me.傳真1_lb.Location = New System.Drawing.Point(692, 54)
  431. Me.傳真1_lb.Name = "傳真1_lb"
  432. Me.傳真1_lb.Size = New System.Drawing.Size(63, 16)
  433. Me.傳真1_lb.TabIndex = 1041
  434. Me.傳真1_lb.Text = "公司傳真1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  435. '
  436. '公司地址_lb
  437. '
  438. Me.公司地址_lb.AutoSize = True
  439. Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  440. Me.公司地址_lb.Location = New System.Drawing.Point(3, 51)
  441. Me.公司地址_lb.Name = "公司地址_lb"
  442. Me.公司地址_lb.Size = New System.Drawing.Size(56, 16)
  443. Me.公司地址_lb.TabIndex = 1037
  444. Me.公司地址_lb.Text = "公司地址"
  445. '
  446. '公司名_ib
  447. '
  448. Me.公司名_ib.AutoSize = True
  449. Me.公司名_ib.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  450. Me.公司名_ib.Location = New System.Drawing.Point(274, 30)
  451. Me.公司名_ib.Name = "公司名_ib"
  452. Me.公司名_ib.Size = New System.Drawing.Size(110, 16)
  453. Me.公司名_ib.TabIndex = 1036
  454. Me.公司名_ib.Text = "公 司 名 稱"
  455. '
  456. '簡稱_lb
  457. '
  458. Me.簡稱_lb.AutoSize = True
  459. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  460. Me.簡稱_lb.Location = New System.Drawing.Point(1, 30)
  461. Me.簡稱_lb.Name = "簡稱_lb"
  462. Me.簡稱_lb.Size = New System.Drawing.Size(68, 16)
  463. Me.簡稱_lb.TabIndex = 1035
  464. Me.簡稱_lb.Text = "供應商簡稱"
  465. '
  466. '供應商編號_lb
  467. '
  468. Me.供應商編號_lb.AutoSize = True
  469. Me.供應商編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  470. Me.供應商編號_lb.Location = New System.Drawing.Point(3, 6)
  471. Me.供應商編號_lb.Name = "供應商編號_lb"
  472. Me.供應商編號_lb.Size = New System.Drawing.Size(80, 16)
  473. Me.供應商編號_lb.TabIndex = 1034
  474. Me.供應商編號_lb.Text = "供 應 商 編 號"
  475. '
  476. '聯繫人3_lb
  477. '
  478. Me.聯繫人3_lb.AutoSize = True
  479. Me.聯繫人3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  480. Me.聯繫人3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  481. Me.聯繫人3_lb.Location = New System.Drawing.Point(4, 126)
  482. Me.聯繫人3_lb.Name = "聯繫人3_lb"
  483. Me.聯繫人3_lb.Size = New System.Drawing.Size(105, 16)
  484. Me.聯繫人3_lb.TabIndex = 1046
  485. Me.聯繫人3_lb.Text = "聯 繫 人 3"
  486. '
  487. '聯繫人2_lb
  488. '
  489. Me.聯繫人2_lb.AutoSize = True
  490. Me.聯繫人2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  491. Me.聯繫人2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  492. Me.聯繫人2_lb.Location = New System.Drawing.Point(4, 102)
  493. Me.聯繫人2_lb.Name = "聯繫人2_lb"
  494. Me.聯繫人2_lb.Size = New System.Drawing.Size(105, 16)
  495. Me.聯繫人2_lb.TabIndex = 1045
  496. Me.聯繫人2_lb.Text = "聯 繫 人 2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  497. '
  498. '聯繫人1_lb
  499. '
  500. Me.聯繫人1_lb.AutoSize = True
  501. Me.聯繫人1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  502. Me.聯繫人1_lb.ForeColor = System.Drawing.Color.Green
  503. Me.聯繫人1_lb.Location = New System.Drawing.Point(4, 78)
  504. Me.聯繫人1_lb.Name = "聯繫人1_lb"
  505. Me.聯繫人1_lb.Size = New System.Drawing.Size(105, 16)
  506. Me.聯繫人1_lb.TabIndex = 1044
  507. Me.聯繫人1_lb.Text = "聯 繫 人 1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  508. '
  509. '公司電話3_lb
  510. '
  511. Me.公司電話3_lb.AutoSize = True
  512. Me.公司電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  513. Me.公司電話3_lb.Location = New System.Drawing.Point(1125, 30)
  514. Me.公司電話3_lb.Name = "公司電話3_lb"
  515. Me.公司電話3_lb.Size = New System.Drawing.Size(63, 16)
  516. Me.公司電話3_lb.TabIndex = 1040
  517. Me.公司電話3_lb.Text = "公司電話3"
  518. '
  519. '公司電話2_lb
  520. '
  521. Me.公司電話2_lb.AutoSize = True
  522. Me.公司電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  523. Me.公司電話2_lb.Location = New System.Drawing.Point(909, 30)
  524. Me.公司電話2_lb.Name = "公司電話2_lb"
  525. Me.公司電話2_lb.Size = New System.Drawing.Size(63, 16)
  526. Me.公司電話2_lb.TabIndex = 1039
  527. Me.公司電話2_lb.Text = "公司電話2"
  528. '
  529. '公司電話1_lb
  530. '
  531. Me.公司電話1_lb.AutoSize = True
  532. Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  533. Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black
  534. Me.公司電話1_lb.Location = New System.Drawing.Point(692, 30)
  535. Me.公司電話1_lb.Name = "公司電話1_lb"
  536. Me.公司電話1_lb.Size = New System.Drawing.Size(63, 16)
  537. Me.公司電話1_lb.TabIndex = 1038
  538. Me.公司電話1_lb.Text = "公司電話1"
  539. '
  540. '聯繫人電話3_lb
  541. '
  542. Me.聯繫人電話3_lb.AutoSize = True
  543. Me.聯繫人電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  544. Me.聯繫人電話3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  545. Me.聯繫人電話3_lb.Location = New System.Drawing.Point(655, 126)
  546. Me.聯繫人電話3_lb.Name = "聯繫人電話3_lb"
  547. Me.聯繫人電話3_lb.Size = New System.Drawing.Size(75, 16)
  548. Me.聯繫人電話3_lb.TabIndex = 1052
  549. Me.聯繫人電話3_lb.Text = "聯繫人3電話"
  550. '
  551. '聯繫人電話2_lb
  552. '
  553. Me.聯繫人電話2_lb.AutoSize = True
  554. Me.聯繫人電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  555. Me.聯繫人電話2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  556. Me.聯繫人電話2_lb.Location = New System.Drawing.Point(655, 102)
  557. Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb"
  558. Me.聯繫人電話2_lb.Size = New System.Drawing.Size(75, 16)
  559. Me.聯繫人電話2_lb.TabIndex = 1051
  560. Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  561. '
  562. '聯繫人電話1_lb
  563. '
  564. Me.聯繫人電話1_lb.AutoSize = True
  565. Me.聯繫人電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  566. Me.聯繫人電話1_lb.ForeColor = System.Drawing.Color.Green
  567. Me.聯繫人電話1_lb.Location = New System.Drawing.Point(655, 78)
  568. Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb"
  569. Me.聯繫人電話1_lb.Size = New System.Drawing.Size(75, 16)
  570. Me.聯繫人電話1_lb.TabIndex = 1050
  571. Me.聯繫人電話1_lb.Text = "聯繫人1電話"
  572. '
  573. '樣品供應商資料管理
  574. '
  575. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  576. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  577. Me.ClientSize = New System.Drawing.Size(1349, 681)
  578. Me.Controls.Add(Me.聯繫人信箱3_lb)
  579. Me.Controls.Add(Me.聯繫人信箱2_lb)
  580. Me.Controls.Add(Me.聯繫人信箱1_lb)
  581. Me.Controls.Add(Me.聯繫人職稱3_lb)
  582. Me.Controls.Add(Me.聯繫人職稱2_lb)
  583. Me.Controls.Add(Me.聯繫人職稱1_lb)
  584. Me.Controls.Add(Me.傳真3_lb)
  585. Me.Controls.Add(Me.傳真2_lb)
  586. Me.Controls.Add(Me.傳真1_lb)
  587. Me.Controls.Add(Me.公司地址_lb)
  588. Me.Controls.Add(Me.公司名_ib)
  589. Me.Controls.Add(Me.簡稱_lb)
  590. Me.Controls.Add(Me.供應商編號_lb)
  591. Me.Controls.Add(Me.聯繫人3_lb)
  592. Me.Controls.Add(Me.聯繫人2_lb)
  593. Me.Controls.Add(Me.聯繫人1_lb)
  594. Me.Controls.Add(Me.公司電話3_lb)
  595. Me.Controls.Add(Me.公司電話2_lb)
  596. Me.Controls.Add(Me.公司電話1_lb)
  597. Me.Controls.Add(Me.聯繫人電話3_lb)
  598. Me.Controls.Add(Me.聯繫人電話2_lb)
  599. Me.Controls.Add(Me.聯繫人電話1_lb)
  600. Me.Controls.Add(Me.語言_dgv)
  601. Me.Controls.Add(Me.確認新增_bt)
  602. Me.Controls.Add(Me.查詢_bt)
  603. Me.Controls.Add(Me.信箱3_tb)
  604. Me.Controls.Add(Me.信箱2_tb)
  605. Me.Controls.Add(Me.信箱1_tb)
  606. Me.Controls.Add(Me.刪除_bt)
  607. Me.Controls.Add(Me.新增_bt)
  608. Me.Controls.Add(Me.修改_bt)
  609. Me.Controls.Add(Me.聯繫電話3_tb)
  610. Me.Controls.Add(Me.聯繫電話2_tb)
  611. Me.Controls.Add(Me.聯繫電話1_tb)
  612. Me.Controls.Add(Me.職稱3_tb)
  613. Me.Controls.Add(Me.職稱2_tb)
  614. Me.Controls.Add(Me.職稱1_tb)
  615. Me.Controls.Add(Me.聯繫人3_tb)
  616. Me.Controls.Add(Me.聯繫人2_tb)
  617. Me.Controls.Add(Me.聯繫人1_tb)
  618. Me.Controls.Add(Me.傳真3_tb)
  619. Me.Controls.Add(Me.傳真2_tb)
  620. Me.Controls.Add(Me.傳真1_tb)
  621. Me.Controls.Add(Me.電話3_tb)
  622. Me.Controls.Add(Me.電話2_tb)
  623. Me.Controls.Add(Me.電話1_tb)
  624. Me.Controls.Add(Me.地址_tb)
  625. Me.Controls.Add(Me.公司名_tb)
  626. Me.Controls.Add(Me.供應商簡稱_tb)
  627. Me.Controls.Add(Me.供應商編號_tb)
  628. Me.Controls.Add(Me.廠商清單_dgv)
  629. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  630. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  631. Me.Name = "樣品供應商資料管理"
  632. Me.Text = "樣品供應商資料管理"
  633. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  634. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  635. Me.ResumeLayout(False)
  636. Me.PerformLayout()
  637. End Sub
  638. Friend WithEvents 確認新增_bt As Button
  639. Friend WithEvents 查詢_bt As Button
  640. Friend WithEvents 信箱3_tb As TextBox
  641. Friend WithEvents 信箱2_tb As TextBox
  642. Friend WithEvents 信箱1_tb As TextBox
  643. Friend WithEvents 刪除_bt As Button
  644. Friend WithEvents 新增_bt As Button
  645. Friend WithEvents 修改_bt As Button
  646. Friend WithEvents 聯繫電話3_tb As TextBox
  647. Friend WithEvents 聯繫電話2_tb As TextBox
  648. Friend WithEvents 聯繫電話1_tb As TextBox
  649. Friend WithEvents 職稱3_tb As TextBox
  650. Friend WithEvents 職稱2_tb As TextBox
  651. Friend WithEvents 職稱1_tb As TextBox
  652. Friend WithEvents 聯繫人3_tb As TextBox
  653. Friend WithEvents 聯繫人2_tb As TextBox
  654. Friend WithEvents 聯繫人1_tb As TextBox
  655. Friend WithEvents 傳真3_tb As TextBox
  656. Friend WithEvents 傳真2_tb As TextBox
  657. Friend WithEvents 傳真1_tb As TextBox
  658. Friend WithEvents 電話3_tb As TextBox
  659. Friend WithEvents 電話2_tb As TextBox
  660. Friend WithEvents 電話1_tb As TextBox
  661. Friend WithEvents 地址_tb As TextBox
  662. Friend WithEvents 公司名_tb As TextBox
  663. Friend WithEvents 供應商簡稱_tb As TextBox
  664. Friend WithEvents 供應商編號_tb As TextBox
  665. Friend WithEvents 廠商清單_dgv As DataGridView
  666. Friend WithEvents 語言_dgv As DataGridView
  667. Friend WithEvents 聯繫人信箱3_lb As Label
  668. Friend WithEvents 聯繫人信箱2_lb As Label
  669. Friend WithEvents 聯繫人信箱1_lb As Label
  670. Friend WithEvents 聯繫人職稱3_lb As Label
  671. Friend WithEvents 聯繫人職稱2_lb As Label
  672. Friend WithEvents 聯繫人職稱1_lb As Label
  673. Friend WithEvents 傳真3_lb As Label
  674. Friend WithEvents 傳真2_lb As Label
  675. Friend WithEvents 傳真1_lb As Label
  676. Friend WithEvents 公司地址_lb As Label
  677. Friend WithEvents 公司名_ib As Label
  678. Friend WithEvents 簡稱_lb As Label
  679. Friend WithEvents 供應商編號_lb As Label
  680. Friend WithEvents 聯繫人3_lb As Label
  681. Friend WithEvents 聯繫人2_lb As Label
  682. Friend WithEvents 聯繫人1_lb As Label
  683. Friend WithEvents 公司電話3_lb As Label
  684. Friend WithEvents 公司電話2_lb As Label
  685. Friend WithEvents 公司電話1_lb As Label
  686. Friend WithEvents 聯繫人電話3_lb As Label
  687. Friend WithEvents 聯繫人電話2_lb As Label
  688. Friend WithEvents 聯繫人電話1_lb As Label
  689. End Class