説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

供應商_一般物料.Designer.vb 36KB

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