Ingen beskrivning
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

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