설명 없음
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 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  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.GroupBox5 = New System.Windows.Forms.GroupBox()
  24. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  25. Me.TextBox1 = New System.Windows.Forms.TextBox()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.TextBox2 = New System.Windows.Forms.TextBox()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.TextBox3 = New System.Windows.Forms.TextBox()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. Me.TextBox5 = New System.Windows.Forms.TextBox()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.Label6 = New System.Windows.Forms.Label()
  36. Me.TextBox6 = New System.Windows.Forms.TextBox()
  37. Me.TextBox7 = New System.Windows.Forms.TextBox()
  38. Me.Label7 = New System.Windows.Forms.Label()
  39. Me.TextBox8 = New System.Windows.Forms.TextBox()
  40. Me.Label8 = New System.Windows.Forms.Label()
  41. Me.TextBox9 = New System.Windows.Forms.TextBox()
  42. Me.Label9 = New System.Windows.Forms.Label()
  43. Me.TextBox10 = New System.Windows.Forms.TextBox()
  44. Me.Label10 = New System.Windows.Forms.Label()
  45. Me.Label11 = New System.Windows.Forms.Label()
  46. Me.TextBox11 = New System.Windows.Forms.TextBox()
  47. Me.Label12 = New System.Windows.Forms.Label()
  48. Me.TextBox12 = New System.Windows.Forms.TextBox()
  49. Me.Label13 = New System.Windows.Forms.Label()
  50. Me.TextBox13 = New System.Windows.Forms.TextBox()
  51. Me.TextBox14 = New System.Windows.Forms.TextBox()
  52. Me.Label14 = New System.Windows.Forms.Label()
  53. Me.TextBox15 = New System.Windows.Forms.TextBox()
  54. Me.Label15 = New System.Windows.Forms.Label()
  55. Me.TextBox16 = New System.Windows.Forms.TextBox()
  56. Me.Label16 = New System.Windows.Forms.Label()
  57. Me.TextBox17 = New System.Windows.Forms.TextBox()
  58. Me.Label17 = New System.Windows.Forms.Label()
  59. Me.TextBox18 = New System.Windows.Forms.TextBox()
  60. Me.Label18 = New System.Windows.Forms.Label()
  61. Me.TextBox19 = New System.Windows.Forms.TextBox()
  62. Me.Label19 = New System.Windows.Forms.Label()
  63. Me.Button3 = New System.Windows.Forms.Button()
  64. Me.Button1 = New System.Windows.Forms.Button()
  65. Me.Button2 = New System.Windows.Forms.Button()
  66. Me.TextBox20 = New System.Windows.Forms.TextBox()
  67. Me.GroupBox5.SuspendLayout()
  68. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  69. Me.SuspendLayout()
  70. '
  71. 'GroupBox5
  72. '
  73. Me.GroupBox5.Controls.Add(Me.DataGridView1)
  74. Me.GroupBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  75. Me.GroupBox5.Location = New System.Drawing.Point(12, 12)
  76. Me.GroupBox5.Name = "GroupBox5"
  77. Me.GroupBox5.Size = New System.Drawing.Size(1340, 541)
  78. Me.GroupBox5.TabIndex = 36
  79. Me.GroupBox5.TabStop = False
  80. Me.GroupBox5.Text = "供應商檔案清單"
  81. '
  82. 'DataGridView1
  83. '
  84. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ControlLight
  85. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  86. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  87. Me.DataGridView1.Location = New System.Drawing.Point(6, 17)
  88. Me.DataGridView1.Name = "DataGridView1"
  89. Me.DataGridView1.RowHeadersWidth = 5
  90. Me.DataGridView1.RowTemplate.Height = 24
  91. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  92. Me.DataGridView1.Size = New System.Drawing.Size(1328, 518)
  93. Me.DataGridView1.TabIndex = 0
  94. '
  95. 'TextBox1
  96. '
  97. Me.TextBox1.Enabled = False
  98. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.TextBox1.Location = New System.Drawing.Point(61, 559)
  100. Me.TextBox1.Name = "TextBox1"
  101. Me.TextBox1.Size = New System.Drawing.Size(100, 23)
  102. Me.TextBox1.TabIndex = 37
  103. '
  104. 'Label1
  105. '
  106. Me.Label1.AutoSize = True
  107. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Label1.Location = New System.Drawing.Point(11, 562)
  109. Me.Label1.Name = "Label1"
  110. Me.Label1.Size = New System.Drawing.Size(44, 16)
  111. Me.Label1.TabIndex = 38
  112. Me.Label1.Text = "流水碼"
  113. '
  114. 'Label2
  115. '
  116. Me.Label2.AutoSize = True
  117. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.Label2.Location = New System.Drawing.Point(167, 562)
  119. Me.Label2.Name = "Label2"
  120. Me.Label2.Size = New System.Drawing.Size(44, 16)
  121. Me.Label2.TabIndex = 39
  122. Me.Label2.Text = "供應商"
  123. '
  124. 'TextBox2
  125. '
  126. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.TextBox2.Location = New System.Drawing.Point(217, 559)
  128. Me.TextBox2.Name = "TextBox2"
  129. Me.TextBox2.Size = New System.Drawing.Size(100, 23)
  130. Me.TextBox2.TabIndex = 40
  131. '
  132. 'Label3
  133. '
  134. Me.Label3.AutoSize = True
  135. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.Label3.Location = New System.Drawing.Point(323, 562)
  137. Me.Label3.Name = "Label3"
  138. Me.Label3.Size = New System.Drawing.Size(44, 16)
  139. Me.Label3.TabIndex = 41
  140. Me.Label3.Text = "公司名"
  141. '
  142. 'TextBox3
  143. '
  144. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.TextBox3.Location = New System.Drawing.Point(373, 559)
  146. Me.TextBox3.Name = "TextBox3"
  147. Me.TextBox3.Size = New System.Drawing.Size(273, 23)
  148. Me.TextBox3.TabIndex = 42
  149. '
  150. 'Label4
  151. '
  152. Me.Label4.AutoSize = True
  153. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.Label4.Location = New System.Drawing.Point(652, 562)
  155. Me.Label4.Name = "Label4"
  156. Me.Label4.Size = New System.Drawing.Size(56, 16)
  157. Me.Label4.TabIndex = 43
  158. Me.Label4.Text = "公司地址"
  159. '
  160. 'TextBox4
  161. '
  162. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.TextBox4.Location = New System.Drawing.Point(714, 559)
  164. Me.TextBox4.Name = "TextBox4"
  165. Me.TextBox4.Size = New System.Drawing.Size(514, 23)
  166. Me.TextBox4.TabIndex = 44
  167. '
  168. 'TextBox5
  169. '
  170. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. Me.TextBox5.Location = New System.Drawing.Point(80, 588)
  172. Me.TextBox5.Name = "TextBox5"
  173. Me.TextBox5.Size = New System.Drawing.Size(125, 23)
  174. Me.TextBox5.TabIndex = 45
  175. '
  176. 'Label5
  177. '
  178. Me.Label5.AutoSize = True
  179. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  180. Me.Label5.Location = New System.Drawing.Point(11, 591)
  181. Me.Label5.Name = "Label5"
  182. Me.Label5.Size = New System.Drawing.Size(63, 16)
  183. Me.Label5.TabIndex = 46
  184. Me.Label5.Text = "公司電話1"
  185. '
  186. 'Label6
  187. '
  188. Me.Label6.AutoSize = True
  189. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.Label6.Location = New System.Drawing.Point(11, 620)
  191. Me.Label6.Name = "Label6"
  192. Me.Label6.Size = New System.Drawing.Size(63, 16)
  193. Me.Label6.TabIndex = 47
  194. Me.Label6.Text = "公司電話2"
  195. '
  196. 'TextBox6
  197. '
  198. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.TextBox6.Location = New System.Drawing.Point(80, 617)
  200. Me.TextBox6.Name = "TextBox6"
  201. Me.TextBox6.Size = New System.Drawing.Size(125, 23)
  202. Me.TextBox6.TabIndex = 48
  203. '
  204. 'TextBox7
  205. '
  206. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.TextBox7.Location = New System.Drawing.Point(80, 646)
  208. Me.TextBox7.Name = "TextBox7"
  209. Me.TextBox7.Size = New System.Drawing.Size(125, 23)
  210. Me.TextBox7.TabIndex = 50
  211. '
  212. 'Label7
  213. '
  214. Me.Label7.AutoSize = True
  215. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.Label7.Location = New System.Drawing.Point(11, 649)
  217. Me.Label7.Name = "Label7"
  218. Me.Label7.Size = New System.Drawing.Size(63, 16)
  219. Me.Label7.TabIndex = 49
  220. Me.Label7.Text = "公司電話3"
  221. '
  222. 'TextBox8
  223. '
  224. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.TextBox8.Location = New System.Drawing.Point(280, 588)
  226. Me.TextBox8.Name = "TextBox8"
  227. Me.TextBox8.Size = New System.Drawing.Size(125, 23)
  228. Me.TextBox8.TabIndex = 52
  229. '
  230. 'Label8
  231. '
  232. Me.Label8.AutoSize = True
  233. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  234. Me.Label8.Location = New System.Drawing.Point(211, 591)
  235. Me.Label8.Name = "Label8"
  236. Me.Label8.Size = New System.Drawing.Size(63, 16)
  237. Me.Label8.TabIndex = 51
  238. Me.Label8.Text = "公司傳真1"
  239. '
  240. 'TextBox9
  241. '
  242. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  243. Me.TextBox9.Location = New System.Drawing.Point(280, 617)
  244. Me.TextBox9.Name = "TextBox9"
  245. Me.TextBox9.Size = New System.Drawing.Size(125, 23)
  246. Me.TextBox9.TabIndex = 54
  247. '
  248. 'Label9
  249. '
  250. Me.Label9.AutoSize = True
  251. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.Label9.Location = New System.Drawing.Point(211, 620)
  253. Me.Label9.Name = "Label9"
  254. Me.Label9.Size = New System.Drawing.Size(63, 16)
  255. Me.Label9.TabIndex = 53
  256. Me.Label9.Text = "公司傳真2"
  257. '
  258. 'TextBox10
  259. '
  260. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  261. Me.TextBox10.Location = New System.Drawing.Point(280, 646)
  262. Me.TextBox10.Name = "TextBox10"
  263. Me.TextBox10.Size = New System.Drawing.Size(125, 23)
  264. Me.TextBox10.TabIndex = 56
  265. '
  266. 'Label10
  267. '
  268. Me.Label10.AutoSize = True
  269. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.Label10.Location = New System.Drawing.Point(211, 649)
  271. Me.Label10.Name = "Label10"
  272. Me.Label10.Size = New System.Drawing.Size(63, 16)
  273. Me.Label10.TabIndex = 55
  274. Me.Label10.Text = "公司傳真3"
  275. '
  276. 'Label11
  277. '
  278. Me.Label11.AutoSize = True
  279. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.Label11.Location = New System.Drawing.Point(411, 591)
  281. Me.Label11.Name = "Label11"
  282. Me.Label11.Size = New System.Drawing.Size(51, 16)
  283. Me.Label11.TabIndex = 58
  284. Me.Label11.Text = "聯繫人1"
  285. '
  286. 'TextBox11
  287. '
  288. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.TextBox11.Location = New System.Drawing.Point(468, 588)
  290. Me.TextBox11.Name = "TextBox11"
  291. Me.TextBox11.Size = New System.Drawing.Size(100, 23)
  292. Me.TextBox11.TabIndex = 57
  293. '
  294. 'Label12
  295. '
  296. Me.Label12.AutoSize = True
  297. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.Label12.Location = New System.Drawing.Point(411, 620)
  299. Me.Label12.Name = "Label12"
  300. Me.Label12.Size = New System.Drawing.Size(51, 16)
  301. Me.Label12.TabIndex = 60
  302. Me.Label12.Text = "聯繫人2"
  303. '
  304. 'TextBox12
  305. '
  306. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.TextBox12.Location = New System.Drawing.Point(468, 617)
  308. Me.TextBox12.Name = "TextBox12"
  309. Me.TextBox12.Size = New System.Drawing.Size(100, 23)
  310. Me.TextBox12.TabIndex = 59
  311. '
  312. 'Label13
  313. '
  314. Me.Label13.AutoSize = True
  315. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.Label13.Location = New System.Drawing.Point(411, 649)
  317. Me.Label13.Name = "Label13"
  318. Me.Label13.Size = New System.Drawing.Size(51, 16)
  319. Me.Label13.TabIndex = 62
  320. Me.Label13.Text = "聯繫人3"
  321. '
  322. 'TextBox13
  323. '
  324. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  325. Me.TextBox13.Location = New System.Drawing.Point(468, 646)
  326. Me.TextBox13.Name = "TextBox13"
  327. Me.TextBox13.Size = New System.Drawing.Size(100, 23)
  328. Me.TextBox13.TabIndex = 61
  329. '
  330. 'TextBox14
  331. '
  332. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  333. Me.TextBox14.Location = New System.Drawing.Point(655, 588)
  334. Me.TextBox14.Name = "TextBox14"
  335. Me.TextBox14.Size = New System.Drawing.Size(125, 23)
  336. Me.TextBox14.TabIndex = 64
  337. '
  338. 'Label14
  339. '
  340. Me.Label14.AutoSize = True
  341. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. Me.Label14.Location = New System.Drawing.Point(574, 591)
  343. Me.Label14.Name = "Label14"
  344. Me.Label14.Size = New System.Drawing.Size(75, 16)
  345. Me.Label14.TabIndex = 63
  346. Me.Label14.Text = "聯繫人1職稱"
  347. '
  348. 'TextBox15
  349. '
  350. Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  351. Me.TextBox15.Location = New System.Drawing.Point(655, 617)
  352. Me.TextBox15.Name = "TextBox15"
  353. Me.TextBox15.Size = New System.Drawing.Size(125, 23)
  354. Me.TextBox15.TabIndex = 66
  355. '
  356. 'Label15
  357. '
  358. Me.Label15.AutoSize = True
  359. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  360. Me.Label15.Location = New System.Drawing.Point(574, 620)
  361. Me.Label15.Name = "Label15"
  362. Me.Label15.Size = New System.Drawing.Size(75, 16)
  363. Me.Label15.TabIndex = 65
  364. Me.Label15.Text = "聯繫人2職稱"
  365. '
  366. 'TextBox16
  367. '
  368. Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  369. Me.TextBox16.Location = New System.Drawing.Point(655, 646)
  370. Me.TextBox16.Name = "TextBox16"
  371. Me.TextBox16.Size = New System.Drawing.Size(125, 23)
  372. Me.TextBox16.TabIndex = 68
  373. '
  374. 'Label16
  375. '
  376. Me.Label16.AutoSize = True
  377. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  378. Me.Label16.Location = New System.Drawing.Point(574, 649)
  379. Me.Label16.Name = "Label16"
  380. Me.Label16.Size = New System.Drawing.Size(75, 16)
  381. Me.Label16.TabIndex = 67
  382. Me.Label16.Text = "聯繫人3職稱"
  383. '
  384. 'TextBox17
  385. '
  386. Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  387. Me.TextBox17.Location = New System.Drawing.Point(867, 588)
  388. Me.TextBox17.Name = "TextBox17"
  389. Me.TextBox17.Size = New System.Drawing.Size(125, 23)
  390. Me.TextBox17.TabIndex = 70
  391. '
  392. 'Label17
  393. '
  394. Me.Label17.AutoSize = True
  395. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.Label17.Location = New System.Drawing.Point(786, 591)
  397. Me.Label17.Name = "Label17"
  398. Me.Label17.Size = New System.Drawing.Size(75, 16)
  399. Me.Label17.TabIndex = 69
  400. Me.Label17.Text = "聯繫人1電話"
  401. '
  402. 'TextBox18
  403. '
  404. Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  405. Me.TextBox18.Location = New System.Drawing.Point(867, 617)
  406. Me.TextBox18.Name = "TextBox18"
  407. Me.TextBox18.Size = New System.Drawing.Size(125, 23)
  408. Me.TextBox18.TabIndex = 72
  409. '
  410. 'Label18
  411. '
  412. Me.Label18.AutoSize = True
  413. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  414. Me.Label18.Location = New System.Drawing.Point(786, 620)
  415. Me.Label18.Name = "Label18"
  416. Me.Label18.Size = New System.Drawing.Size(75, 16)
  417. Me.Label18.TabIndex = 71
  418. Me.Label18.Text = "聯繫人2電話"
  419. '
  420. 'TextBox19
  421. '
  422. Me.TextBox19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  423. Me.TextBox19.Location = New System.Drawing.Point(867, 646)
  424. Me.TextBox19.Name = "TextBox19"
  425. Me.TextBox19.Size = New System.Drawing.Size(125, 23)
  426. Me.TextBox19.TabIndex = 74
  427. '
  428. 'Label19
  429. '
  430. Me.Label19.AutoSize = True
  431. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  432. Me.Label19.Location = New System.Drawing.Point(786, 649)
  433. Me.Label19.Name = "Label19"
  434. Me.Label19.Size = New System.Drawing.Size(75, 16)
  435. Me.Label19.TabIndex = 73
  436. Me.Label19.Text = "聯繫人3電話"
  437. '
  438. 'Button3
  439. '
  440. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  441. Me.Button3.ForeColor = System.Drawing.Color.Red
  442. Me.Button3.Location = New System.Drawing.Point(1152, 588)
  443. Me.Button3.Name = "Button3"
  444. Me.Button3.Size = New System.Drawing.Size(71, 44)
  445. Me.Button3.TabIndex = 77
  446. Me.Button3.Text = "刪除"
  447. Me.Button3.UseVisualStyleBackColor = True
  448. '
  449. 'Button1
  450. '
  451. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  452. Me.Button1.ForeColor = System.Drawing.Color.Blue
  453. Me.Button1.Location = New System.Drawing.Point(998, 588)
  454. Me.Button1.Name = "Button1"
  455. Me.Button1.Size = New System.Drawing.Size(71, 44)
  456. Me.Button1.TabIndex = 75
  457. Me.Button1.Text = "新增"
  458. Me.Button1.UseVisualStyleBackColor = True
  459. '
  460. 'Button2
  461. '
  462. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  463. Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
  464. Me.Button2.Location = New System.Drawing.Point(1075, 588)
  465. Me.Button2.Name = "Button2"
  466. Me.Button2.Size = New System.Drawing.Size(71, 44)
  467. Me.Button2.TabIndex = 76
  468. Me.Button2.Text = "修改"
  469. Me.Button2.UseVisualStyleBackColor = True
  470. '
  471. 'TextBox20
  472. '
  473. Me.TextBox20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  474. Me.TextBox20.Location = New System.Drawing.Point(1123, 646)
  475. Me.TextBox20.Name = "TextBox20"
  476. Me.TextBox20.Size = New System.Drawing.Size(100, 23)
  477. Me.TextBox20.TabIndex = 78
  478. Me.TextBox20.Visible = False
  479. '
  480. '供應商資料
  481. '
  482. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  483. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  484. Me.AutoScroll = True
  485. Me.ClientSize = New System.Drawing.Size(1360, 681)
  486. Me.Controls.Add(Me.TextBox20)
  487. Me.Controls.Add(Me.Button3)
  488. Me.Controls.Add(Me.Button1)
  489. Me.Controls.Add(Me.Button2)
  490. Me.Controls.Add(Me.TextBox19)
  491. Me.Controls.Add(Me.Label19)
  492. Me.Controls.Add(Me.TextBox18)
  493. Me.Controls.Add(Me.Label18)
  494. Me.Controls.Add(Me.TextBox17)
  495. Me.Controls.Add(Me.Label17)
  496. Me.Controls.Add(Me.TextBox16)
  497. Me.Controls.Add(Me.Label16)
  498. Me.Controls.Add(Me.TextBox15)
  499. Me.Controls.Add(Me.Label15)
  500. Me.Controls.Add(Me.TextBox14)
  501. Me.Controls.Add(Me.Label14)
  502. Me.Controls.Add(Me.Label13)
  503. Me.Controls.Add(Me.TextBox13)
  504. Me.Controls.Add(Me.Label12)
  505. Me.Controls.Add(Me.TextBox12)
  506. Me.Controls.Add(Me.Label11)
  507. Me.Controls.Add(Me.TextBox11)
  508. Me.Controls.Add(Me.TextBox10)
  509. Me.Controls.Add(Me.Label10)
  510. Me.Controls.Add(Me.TextBox9)
  511. Me.Controls.Add(Me.Label9)
  512. Me.Controls.Add(Me.TextBox8)
  513. Me.Controls.Add(Me.Label8)
  514. Me.Controls.Add(Me.TextBox7)
  515. Me.Controls.Add(Me.Label7)
  516. Me.Controls.Add(Me.TextBox6)
  517. Me.Controls.Add(Me.Label6)
  518. Me.Controls.Add(Me.Label5)
  519. Me.Controls.Add(Me.TextBox5)
  520. Me.Controls.Add(Me.TextBox4)
  521. Me.Controls.Add(Me.Label4)
  522. Me.Controls.Add(Me.TextBox3)
  523. Me.Controls.Add(Me.Label3)
  524. Me.Controls.Add(Me.TextBox2)
  525. Me.Controls.Add(Me.Label2)
  526. Me.Controls.Add(Me.Label1)
  527. Me.Controls.Add(Me.TextBox1)
  528. Me.Controls.Add(Me.GroupBox5)
  529. Me.Name = "供應商資料"
  530. Me.Text = "供應商資料"
  531. Me.GroupBox5.ResumeLayout(False)
  532. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  533. Me.ResumeLayout(False)
  534. Me.PerformLayout()
  535. End Sub
  536. Friend WithEvents GroupBox5 As GroupBox
  537. Friend WithEvents DataGridView1 As DataGridView
  538. Friend WithEvents TextBox1 As TextBox
  539. Friend WithEvents Label1 As Label
  540. Friend WithEvents Label2 As Label
  541. Friend WithEvents TextBox2 As TextBox
  542. Friend WithEvents Label3 As Label
  543. Friend WithEvents TextBox3 As TextBox
  544. Friend WithEvents Label4 As Label
  545. Friend WithEvents TextBox4 As TextBox
  546. Friend WithEvents TextBox5 As TextBox
  547. Friend WithEvents Label5 As Label
  548. Friend WithEvents Label6 As Label
  549. Friend WithEvents TextBox6 As TextBox
  550. Friend WithEvents TextBox7 As TextBox
  551. Friend WithEvents Label7 As Label
  552. Friend WithEvents TextBox8 As TextBox
  553. Friend WithEvents Label8 As Label
  554. Friend WithEvents TextBox9 As TextBox
  555. Friend WithEvents Label9 As Label
  556. Friend WithEvents TextBox10 As TextBox
  557. Friend WithEvents Label10 As Label
  558. Friend WithEvents Label11 As Label
  559. Friend WithEvents TextBox11 As TextBox
  560. Friend WithEvents Label12 As Label
  561. Friend WithEvents TextBox12 As TextBox
  562. Friend WithEvents Label13 As Label
  563. Friend WithEvents TextBox13 As TextBox
  564. Friend WithEvents TextBox14 As TextBox
  565. Friend WithEvents Label14 As Label
  566. Friend WithEvents TextBox15 As TextBox
  567. Friend WithEvents Label15 As Label
  568. Friend WithEvents TextBox16 As TextBox
  569. Friend WithEvents Label16 As Label
  570. Friend WithEvents TextBox17 As TextBox
  571. Friend WithEvents Label17 As Label
  572. Friend WithEvents TextBox18 As TextBox
  573. Friend WithEvents Label18 As Label
  574. Friend WithEvents TextBox19 As TextBox
  575. Friend WithEvents Label19 As Label
  576. Friend WithEvents Button3 As Button
  577. Friend WithEvents Button1 As Button
  578. Friend WithEvents Button2 As Button
  579. Friend WithEvents TextBox20 As TextBox
  580. End Class