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 42KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 供應商管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.語轉扭_bt = New System.Windows.Forms.Button()
  25. Me.R_bt = New System.Windows.Forms.Button()
  26. Me.類別管理_cb = New System.Windows.Forms.ComboBox()
  27. Me.類別管理_bt = New System.Windows.Forms.Button()
  28. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  29. Me.確認新增_bt = New System.Windows.Forms.Button()
  30. Me.查詢_bt = New System.Windows.Forms.Button()
  31. Me.信箱3_tb = New System.Windows.Forms.TextBox()
  32. Me.信箱2_tb = New System.Windows.Forms.TextBox()
  33. Me.信箱1_tb = New System.Windows.Forms.TextBox()
  34. Me.聯繫人信箱3_lb = New System.Windows.Forms.Label()
  35. Me.聯繫人信箱2_lb = New System.Windows.Forms.Label()
  36. Me.聯繫人信箱1_lb = New System.Windows.Forms.Label()
  37. Me.刪除_bt = New System.Windows.Forms.Button()
  38. Me.新增_bt = New System.Windows.Forms.Button()
  39. Me.修改_bt = New System.Windows.Forms.Button()
  40. Me.聯繫電話3_tb = New System.Windows.Forms.TextBox()
  41. Me.聯繫電話2_tb = New System.Windows.Forms.TextBox()
  42. Me.聯繫電話1_tb = New System.Windows.Forms.TextBox()
  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_tb = New System.Windows.Forms.TextBox()
  50. Me.聯繫人2_tb = New System.Windows.Forms.TextBox()
  51. Me.聯繫人1_tb = New System.Windows.Forms.TextBox()
  52. Me.傳真3_tb = New System.Windows.Forms.TextBox()
  53. Me.傳真3_lb = New System.Windows.Forms.Label()
  54. Me.傳真2_tb = New System.Windows.Forms.TextBox()
  55. Me.傳真2_lb = New System.Windows.Forms.Label()
  56. Me.傳真1_tb = New System.Windows.Forms.TextBox()
  57. Me.傳真1_lb = New System.Windows.Forms.Label()
  58. Me.電話3_tb = New System.Windows.Forms.TextBox()
  59. Me.電話2_tb = New System.Windows.Forms.TextBox()
  60. Me.電話1_tb = New System.Windows.Forms.TextBox()
  61. Me.地址_tb = New System.Windows.Forms.TextBox()
  62. Me.公司地址_lb = New System.Windows.Forms.Label()
  63. Me.公司名_tb = New System.Windows.Forms.TextBox()
  64. Me.公司名_ib = New System.Windows.Forms.Label()
  65. Me.供應商簡稱_tb = New System.Windows.Forms.TextBox()
  66. Me.簡稱_lb = New System.Windows.Forms.Label()
  67. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  68. Me.供應商編號_lb = New System.Windows.Forms.Label()
  69. Me.聯繫人3_lb = New System.Windows.Forms.Label()
  70. Me.聯繫人2_lb = New System.Windows.Forms.Label()
  71. Me.聯繫人1_lb = New System.Windows.Forms.Label()
  72. Me.公司電話3_lb = New System.Windows.Forms.Label()
  73. Me.公司電話2_lb = New System.Windows.Forms.Label()
  74. Me.公司電話1_lb = New System.Windows.Forms.Label()
  75. Me.聯繫人電話3_lb = New System.Windows.Forms.Label()
  76. Me.聯繫人電話2_lb = New System.Windows.Forms.Label()
  77. Me.聯繫人電話1_lb = New System.Windows.Forms.Label()
  78. Me.廠商清單_dgv = New System.Windows.Forms.DataGridView()
  79. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  81. Me.SuspendLayout()
  82. '
  83. '語轉扭_bt
  84. '
  85. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  86. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  87. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  88. Me.語轉扭_bt.Location = New System.Drawing.Point(1316, 2)
  89. Me.語轉扭_bt.Name = "語轉扭_bt"
  90. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  91. Me.語轉扭_bt.TabIndex = 1705
  92. Me.語轉扭_bt.Text = "L"
  93. Me.語轉扭_bt.UseVisualStyleBackColor = True
  94. '
  95. 'R_bt
  96. '
  97. Me.R_bt.Location = New System.Drawing.Point(784, 2)
  98. Me.R_bt.Name = "R_bt"
  99. Me.R_bt.Size = New System.Drawing.Size(29, 24)
  100. Me.R_bt.TabIndex = 1704
  101. Me.R_bt.Text = "R"
  102. Me.R_bt.UseVisualStyleBackColor = True
  103. Me.R_bt.Visible = False
  104. '
  105. '類別管理_cb
  106. '
  107. Me.類別管理_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  108. Me.類別管理_cb.FormattingEnabled = True
  109. Me.類別管理_cb.Items.AddRange(New Object() {"2019"})
  110. Me.類別管理_cb.Location = New System.Drawing.Point(212, 27)
  111. Me.類別管理_cb.Name = "類別管理_cb"
  112. Me.類別管理_cb.Size = New System.Drawing.Size(254, 24)
  113. Me.類別管理_cb.TabIndex = 1703
  114. '
  115. '類別管理_bt
  116. '
  117. Me.類別管理_bt.Location = New System.Drawing.Point(4, 2)
  118. Me.類別管理_bt.Name = "類別管理_bt"
  119. Me.類別管理_bt.Size = New System.Drawing.Size(150, 24)
  120. Me.類別管理_bt.TabIndex = 1702
  121. Me.類別管理_bt.Text = "類別管理"
  122. Me.類別管理_bt.UseVisualStyleBackColor = True
  123. '
  124. '語言_dgv
  125. '
  126. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  127. Me.語言_dgv.Location = New System.Drawing.Point(30, 170)
  128. Me.語言_dgv.Name = "語言_dgv"
  129. Me.語言_dgv.RowHeadersWidth = 5
  130. Me.語言_dgv.RowTemplate.Height = 24
  131. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  132. Me.語言_dgv.TabIndex = 1701
  133. Me.語言_dgv.Visible = False
  134. '
  135. '確認新增_bt
  136. '
  137. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue
  139. Me.確認新增_bt.Location = New System.Drawing.Point(472, 2)
  140. Me.確認新增_bt.Name = "確認新增_bt"
  141. Me.確認新增_bt.Size = New System.Drawing.Size(150, 24)
  142. Me.確認新增_bt.TabIndex = 1699
  143. Me.確認新增_bt.Text = "確認新增"
  144. Me.確認新增_bt.UseVisualStyleBackColor = True
  145. '
  146. '查詢_bt
  147. '
  148. Me.查詢_bt.Location = New System.Drawing.Point(160, 2)
  149. Me.查詢_bt.Name = "查詢_bt"
  150. Me.查詢_bt.Size = New System.Drawing.Size(150, 24)
  151. Me.查詢_bt.TabIndex = 1698
  152. Me.查詢_bt.Text = "查 詢"
  153. Me.查詢_bt.UseVisualStyleBackColor = True
  154. '
  155. '信箱3_tb
  156. '
  157. Me.信箱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.信箱3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  159. Me.信箱3_tb.Location = New System.Drawing.Point(442, 325)
  160. Me.信箱3_tb.Name = "信箱3_tb"
  161. Me.信箱3_tb.Size = New System.Drawing.Size(371, 23)
  162. Me.信箱3_tb.TabIndex = 1697
  163. Me.信箱3_tb.Visible = False
  164. '
  165. '信箱2_tb
  166. '
  167. Me.信箱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  168. Me.信箱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  169. Me.信箱2_tb.Location = New System.Drawing.Point(970, 100)
  170. Me.信箱2_tb.Name = "信箱2_tb"
  171. Me.信箱2_tb.Size = New System.Drawing.Size(371, 23)
  172. Me.信箱2_tb.TabIndex = 1696
  173. '
  174. '信箱1_tb
  175. '
  176. Me.信箱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  177. Me.信箱1_tb.ForeColor = System.Drawing.Color.Green
  178. Me.信箱1_tb.Location = New System.Drawing.Point(970, 76)
  179. Me.信箱1_tb.Name = "信箱1_tb"
  180. Me.信箱1_tb.Size = New System.Drawing.Size(371, 23)
  181. Me.信箱1_tb.TabIndex = 1695
  182. '
  183. '聯繫人信箱3_lb
  184. '
  185. Me.聯繫人信箱3_lb.AutoSize = True
  186. Me.聯繫人信箱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  187. Me.聯繫人信箱3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  188. Me.聯繫人信箱3_lb.Location = New System.Drawing.Point(356, 330)
  189. Me.聯繫人信箱3_lb.Name = "聯繫人信箱3_lb"
  190. Me.聯繫人信箱3_lb.Size = New System.Drawing.Size(83, 16)
  191. Me.聯繫人信箱3_lb.TabIndex = 1694
  192. Me.聯繫人信箱3_lb.Text = "聯繫人 3 信箱"
  193. Me.聯繫人信箱3_lb.Visible = False
  194. '
  195. '聯繫人信箱2_lb
  196. '
  197. Me.聯繫人信箱2_lb.AutoSize = True
  198. Me.聯繫人信箱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.聯繫人信箱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  200. Me.聯繫人信箱2_lb.Location = New System.Drawing.Point(884, 104)
  201. Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb"
  202. Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(83, 16)
  203. Me.聯繫人信箱2_lb.TabIndex = 1693
  204. Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱"
  205. '
  206. '聯繫人信箱1_lb
  207. '
  208. Me.聯繫人信箱1_lb.AutoSize = True
  209. Me.聯繫人信箱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  210. Me.聯繫人信箱1_lb.ForeColor = System.Drawing.Color.Green
  211. Me.聯繫人信箱1_lb.Location = New System.Drawing.Point(885, 79)
  212. Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb"
  213. Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(83, 16)
  214. Me.聯繫人信箱1_lb.TabIndex = 1692
  215. Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱"
  216. '
  217. '刪除_bt
  218. '
  219. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  220. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  221. Me.刪除_bt.Location = New System.Drawing.Point(969, 3)
  222. Me.刪除_bt.Name = "刪除_bt"
  223. Me.刪除_bt.Size = New System.Drawing.Size(150, 24)
  224. Me.刪除_bt.TabIndex = 1691
  225. Me.刪除_bt.Text = "刪除"
  226. Me.刪除_bt.UseVisualStyleBackColor = True
  227. '
  228. '新增_bt
  229. '
  230. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  231. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  232. Me.新增_bt.Location = New System.Drawing.Point(316, 2)
  233. Me.新增_bt.Name = "新增_bt"
  234. Me.新增_bt.Size = New System.Drawing.Size(150, 24)
  235. Me.新增_bt.TabIndex = 1689
  236. Me.新增_bt.Text = "新增"
  237. Me.新增_bt.UseVisualStyleBackColor = True
  238. '
  239. '修改_bt
  240. '
  241. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  243. Me.修改_bt.Location = New System.Drawing.Point(628, 2)
  244. Me.修改_bt.Name = "修改_bt"
  245. Me.修改_bt.Size = New System.Drawing.Size(150, 24)
  246. Me.修改_bt.TabIndex = 1690
  247. Me.修改_bt.Text = "修改存檔"
  248. Me.修改_bt.UseVisualStyleBackColor = True
  249. '
  250. '聯繫電話3_tb
  251. '
  252. Me.聯繫電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.聯繫電話3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  254. Me.聯繫電話3_tb.Location = New System.Drawing.Point(442, 296)
  255. Me.聯繫電話3_tb.Name = "聯繫電話3_tb"
  256. Me.聯繫電話3_tb.Size = New System.Drawing.Size(150, 23)
  257. Me.聯繫電話3_tb.TabIndex = 1688
  258. Me.聯繫電話3_tb.Visible = False
  259. '
  260. '聯繫電話2_tb
  261. '
  262. Me.聯繫電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  263. Me.聯繫電話2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  264. Me.聯繫電話2_tb.Location = New System.Drawing.Point(733, 100)
  265. Me.聯繫電話2_tb.Name = "聯繫電話2_tb"
  266. Me.聯繫電話2_tb.Size = New System.Drawing.Size(150, 23)
  267. Me.聯繫電話2_tb.TabIndex = 1686
  268. '
  269. '聯繫電話1_tb
  270. '
  271. Me.聯繫電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  272. Me.聯繫電話1_tb.ForeColor = System.Drawing.Color.Green
  273. Me.聯繫電話1_tb.Location = New System.Drawing.Point(733, 76)
  274. Me.聯繫電話1_tb.Name = "聯繫電話1_tb"
  275. Me.聯繫電話1_tb.Size = New System.Drawing.Size(150, 23)
  276. Me.聯繫電話1_tb.TabIndex = 1684
  277. '
  278. '職稱3_tb
  279. '
  280. Me.職稱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  281. Me.職稱3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  282. Me.職稱3_tb.Location = New System.Drawing.Point(442, 267)
  283. Me.職稱3_tb.Name = "職稱3_tb"
  284. Me.職稱3_tb.Size = New System.Drawing.Size(212, 23)
  285. Me.職稱3_tb.TabIndex = 1682
  286. Me.職稱3_tb.Visible = False
  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.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  293. Me.聯繫人職稱3_lb.Location = New System.Drawing.Point(366, 270)
  294. Me.聯繫人職稱3_lb.Name = "聯繫人職稱3_lb"
  295. Me.聯繫人職稱3_lb.Size = New System.Drawing.Size(74, 16)
  296. Me.聯繫人職稱3_lb.TabIndex = 1681
  297. Me.聯繫人職稱3_lb.Text = "聯繫人3職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  298. Me.聯繫人職稱3_lb.Visible = False
  299. '
  300. '職稱2_tb
  301. '
  302. Me.職稱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  303. Me.職稱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  304. Me.職稱2_tb.Location = New System.Drawing.Point(442, 100)
  305. Me.職稱2_tb.Name = "職稱2_tb"
  306. Me.職稱2_tb.Size = New System.Drawing.Size(212, 23)
  307. Me.職稱2_tb.TabIndex = 1680
  308. '
  309. '聯繫人職稱2_lb
  310. '
  311. Me.聯繫人職稱2_lb.AutoSize = True
  312. Me.聯繫人職稱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.聯繫人職稱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  314. Me.聯繫人職稱2_lb.Location = New System.Drawing.Point(366, 103)
  315. Me.聯繫人職稱2_lb.Name = "聯繫人職稱2_lb"
  316. Me.聯繫人職稱2_lb.Size = New System.Drawing.Size(74, 16)
  317. Me.聯繫人職稱2_lb.TabIndex = 1679
  318. Me.聯繫人職稱2_lb.Text = "聯繫人2職稱"
  319. '
  320. '職稱1_tb
  321. '
  322. Me.職稱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  323. Me.職稱1_tb.ForeColor = System.Drawing.Color.Green
  324. Me.職稱1_tb.Location = New System.Drawing.Point(442, 76)
  325. Me.職稱1_tb.Name = "職稱1_tb"
  326. Me.職稱1_tb.Size = New System.Drawing.Size(212, 23)
  327. Me.職稱1_tb.TabIndex = 1678
  328. '
  329. '聯繫人職稱1_lb
  330. '
  331. Me.聯繫人職稱1_lb.AutoSize = True
  332. Me.聯繫人職稱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  333. Me.聯繫人職稱1_lb.ForeColor = System.Drawing.Color.Green
  334. Me.聯繫人職稱1_lb.Location = New System.Drawing.Point(366, 79)
  335. Me.聯繫人職稱1_lb.Name = "聯繫人職稱1_lb"
  336. Me.聯繫人職稱1_lb.Size = New System.Drawing.Size(74, 16)
  337. Me.聯繫人職稱1_lb.TabIndex = 1677
  338. Me.聯繫人職稱1_lb.Text = "聯繫人1職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  339. '
  340. '聯繫人3_tb
  341. '
  342. Me.聯繫人3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  343. Me.聯繫人3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  344. Me.聯繫人3_tb.Location = New System.Drawing.Point(442, 238)
  345. Me.聯繫人3_tb.Name = "聯繫人3_tb"
  346. Me.聯繫人3_tb.Size = New System.Drawing.Size(253, 23)
  347. Me.聯繫人3_tb.TabIndex = 1675
  348. Me.聯繫人3_tb.Visible = False
  349. '
  350. '聯繫人2_tb
  351. '
  352. Me.聯繫人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  353. Me.聯繫人2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  354. Me.聯繫人2_tb.Location = New System.Drawing.Point(113, 100)
  355. Me.聯繫人2_tb.Name = "聯繫人2_tb"
  356. Me.聯繫人2_tb.Size = New System.Drawing.Size(253, 23)
  357. Me.聯繫人2_tb.TabIndex = 1673
  358. '
  359. '聯繫人1_tb
  360. '
  361. Me.聯繫人1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  362. Me.聯繫人1_tb.ForeColor = System.Drawing.Color.Green
  363. Me.聯繫人1_tb.Location = New System.Drawing.Point(113, 76)
  364. Me.聯繫人1_tb.Name = "聯繫人1_tb"
  365. Me.聯繫人1_tb.Size = New System.Drawing.Size(253, 23)
  366. Me.聯繫人1_tb.TabIndex = 1671
  367. '
  368. '傳真3_tb
  369. '
  370. Me.傳真3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  371. Me.傳真3_tb.Location = New System.Drawing.Point(658, 209)
  372. Me.傳真3_tb.Name = "傳真3_tb"
  373. Me.傳真3_tb.Size = New System.Drawing.Size(150, 23)
  374. Me.傳真3_tb.TabIndex = 1670
  375. Me.傳真3_tb.Visible = False
  376. '
  377. '傳真3_lb
  378. '
  379. Me.傳真3_lb.AutoSize = True
  380. Me.傳真3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  381. Me.傳真3_lb.Location = New System.Drawing.Point(594, 212)
  382. Me.傳真3_lb.Name = "傳真3_lb"
  383. Me.傳真3_lb.Size = New System.Drawing.Size(62, 16)
  384. Me.傳真3_lb.TabIndex = 1669
  385. Me.傳真3_lb.Text = "公司傳真3"
  386. Me.傳真3_lb.Visible = False
  387. '
  388. '傳真2_tb
  389. '
  390. Me.傳真2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  391. Me.傳真2_tb.Location = New System.Drawing.Point(442, 209)
  392. Me.傳真2_tb.Name = "傳真2_tb"
  393. Me.傳真2_tb.Size = New System.Drawing.Size(150, 23)
  394. Me.傳真2_tb.TabIndex = 1668
  395. Me.傳真2_tb.Visible = False
  396. '
  397. '傳真2_lb
  398. '
  399. Me.傳真2_lb.AutoSize = True
  400. Me.傳真2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  401. Me.傳真2_lb.Location = New System.Drawing.Point(378, 212)
  402. Me.傳真2_lb.Name = "傳真2_lb"
  403. Me.傳真2_lb.Size = New System.Drawing.Size(62, 16)
  404. Me.傳真2_lb.TabIndex = 1667
  405. Me.傳真2_lb.Text = "公司傳真2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  406. Me.傳真2_lb.Visible = False
  407. '
  408. '傳真1_tb
  409. '
  410. Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.傳真1_tb.Location = New System.Drawing.Point(1191, 52)
  412. Me.傳真1_tb.Name = "傳真1_tb"
  413. Me.傳真1_tb.Size = New System.Drawing.Size(150, 23)
  414. Me.傳真1_tb.TabIndex = 1666
  415. '
  416. '傳真1_lb
  417. '
  418. Me.傳真1_lb.AutoSize = True
  419. Me.傳真1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  420. Me.傳真1_lb.Location = New System.Drawing.Point(1126, 55)
  421. Me.傳真1_lb.Name = "傳真1_lb"
  422. Me.傳真1_lb.Size = New System.Drawing.Size(62, 16)
  423. Me.傳真1_lb.TabIndex = 1665
  424. Me.傳真1_lb.Text = "公司傳真1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  425. '
  426. '電話3_tb
  427. '
  428. Me.電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  429. Me.電話3_tb.Location = New System.Drawing.Point(658, 180)
  430. Me.電話3_tb.Name = "電話3_tb"
  431. Me.電話3_tb.Size = New System.Drawing.Size(150, 23)
  432. Me.電話3_tb.TabIndex = 1664
  433. Me.電話3_tb.Visible = False
  434. '
  435. '電話2_tb
  436. '
  437. Me.電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  438. Me.電話2_tb.Location = New System.Drawing.Point(442, 180)
  439. Me.電話2_tb.Name = "電話2_tb"
  440. Me.電話2_tb.Size = New System.Drawing.Size(150, 23)
  441. Me.電話2_tb.TabIndex = 1662
  442. Me.電話2_tb.Visible = False
  443. '
  444. '電話1_tb
  445. '
  446. Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  447. Me.電話1_tb.Location = New System.Drawing.Point(1191, 28)
  448. Me.電話1_tb.Name = "電話1_tb"
  449. Me.電話1_tb.Size = New System.Drawing.Size(150, 23)
  450. Me.電話1_tb.TabIndex = 1659
  451. '
  452. '地址_tb
  453. '
  454. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  455. Me.地址_tb.Location = New System.Drawing.Point(212, 52)
  456. Me.地址_tb.Name = "地址_tb"
  457. Me.地址_tb.Size = New System.Drawing.Size(908, 23)
  458. Me.地址_tb.TabIndex = 1658
  459. '
  460. '公司地址_lb
  461. '
  462. Me.公司地址_lb.AutoSize = True
  463. Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  464. Me.公司地址_lb.Location = New System.Drawing.Point(92, 56)
  465. Me.公司地址_lb.Name = "公司地址_lb"
  466. Me.公司地址_lb.Size = New System.Drawing.Size(55, 16)
  467. Me.公司地址_lb.TabIndex = 1657
  468. Me.公司地址_lb.Text = "公司地址"
  469. '
  470. '公司名_tb
  471. '
  472. Me.公司名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  473. Me.公司名_tb.Location = New System.Drawing.Point(658, 28)
  474. Me.公司名_tb.Name = "公司名_tb"
  475. Me.公司名_tb.Size = New System.Drawing.Size(462, 23)
  476. Me.公司名_tb.TabIndex = 1656
  477. '
  478. '公司名_ib
  479. '
  480. Me.公司名_ib.AutoSize = True
  481. Me.公司名_ib.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  482. Me.公司名_ib.Location = New System.Drawing.Point(547, 31)
  483. Me.公司名_ib.Name = "公司名_ib"
  484. Me.公司名_ib.Size = New System.Drawing.Size(109, 16)
  485. Me.公司名_ib.TabIndex = 1655
  486. Me.公司名_ib.Text = "公 司 名 稱"
  487. '
  488. '供應商簡稱_tb
  489. '
  490. Me.供應商簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  491. Me.供應商簡稱_tb.Location = New System.Drawing.Point(472, 27)
  492. Me.供應商簡稱_tb.Name = "供應商簡稱_tb"
  493. Me.供應商簡稱_tb.Size = New System.Drawing.Size(69, 23)
  494. Me.供應商簡稱_tb.TabIndex = 1654
  495. Me.供應商簡稱_tb.Visible = False
  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(90, 31)
  502. Me.簡稱_lb.Name = "簡稱_lb"
  503. Me.簡稱_lb.Size = New System.Drawing.Size(67, 16)
  504. Me.簡稱_lb.TabIndex = 1653
  505. Me.簡稱_lb.Text = "供應商簡稱"
  506. '
  507. '供應商編號_tb
  508. '
  509. Me.供應商編號_tb.Enabled = False
  510. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  511. Me.供應商編號_tb.ForeColor = System.Drawing.Color.Red
  512. Me.供應商編號_tb.Location = New System.Drawing.Point(4, 52)
  513. Me.供應商編號_tb.Name = "供應商編號_tb"
  514. Me.供應商編號_tb.Size = New System.Drawing.Size(82, 23)
  515. Me.供應商編號_tb.TabIndex = 1651
  516. '
  517. '供應商編號_lb
  518. '
  519. Me.供應商編號_lb.AutoSize = True
  520. Me.供應商編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  521. Me.供應商編號_lb.ForeColor = System.Drawing.Color.Red
  522. Me.供應商編號_lb.Location = New System.Drawing.Point(4, 31)
  523. Me.供應商編號_lb.Name = "供應商編號_lb"
  524. Me.供應商編號_lb.Size = New System.Drawing.Size(79, 16)
  525. Me.供應商編號_lb.TabIndex = 1652
  526. Me.供應商編號_lb.Text = "供 應 商 編 號"
  527. '
  528. '聯繫人3_lb
  529. '
  530. Me.聯繫人3_lb.AutoSize = True
  531. Me.聯繫人3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  532. Me.聯繫人3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  533. Me.聯繫人3_lb.Location = New System.Drawing.Point(335, 241)
  534. Me.聯繫人3_lb.Name = "聯繫人3_lb"
  535. Me.聯繫人3_lb.Size = New System.Drawing.Size(104, 16)
  536. Me.聯繫人3_lb.TabIndex = 1676
  537. Me.聯繫人3_lb.Text = "聯 繫 人 3"
  538. Me.聯繫人3_lb.Visible = False
  539. '
  540. '聯繫人2_lb
  541. '
  542. Me.聯繫人2_lb.AutoSize = True
  543. Me.聯繫人2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  544. Me.聯繫人2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  545. Me.聯繫人2_lb.Location = New System.Drawing.Point(6, 103)
  546. Me.聯繫人2_lb.Name = "聯繫人2_lb"
  547. Me.聯繫人2_lb.Size = New System.Drawing.Size(104, 16)
  548. Me.聯繫人2_lb.TabIndex = 1674
  549. Me.聯繫人2_lb.Text = "聯 繫 人 2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  550. '
  551. '聯繫人1_lb
  552. '
  553. Me.聯繫人1_lb.AutoSize = True
  554. Me.聯繫人1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  555. Me.聯繫人1_lb.ForeColor = System.Drawing.Color.Green
  556. Me.聯繫人1_lb.Location = New System.Drawing.Point(6, 79)
  557. Me.聯繫人1_lb.Name = "聯繫人1_lb"
  558. Me.聯繫人1_lb.Size = New System.Drawing.Size(104, 16)
  559. Me.聯繫人1_lb.TabIndex = 1672
  560. Me.聯繫人1_lb.Text = "聯 繫 人 1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  561. '
  562. '公司電話3_lb
  563. '
  564. Me.公司電話3_lb.AutoSize = True
  565. Me.公司電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  566. Me.公司電話3_lb.Location = New System.Drawing.Point(594, 183)
  567. Me.公司電話3_lb.Name = "公司電話3_lb"
  568. Me.公司電話3_lb.Size = New System.Drawing.Size(62, 16)
  569. Me.公司電話3_lb.TabIndex = 1663
  570. Me.公司電話3_lb.Text = "公司電話3"
  571. Me.公司電話3_lb.Visible = False
  572. '
  573. '公司電話2_lb
  574. '
  575. Me.公司電話2_lb.AutoSize = True
  576. Me.公司電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  577. Me.公司電話2_lb.Location = New System.Drawing.Point(378, 183)
  578. Me.公司電話2_lb.Name = "公司電話2_lb"
  579. Me.公司電話2_lb.Size = New System.Drawing.Size(62, 16)
  580. Me.公司電話2_lb.TabIndex = 1661
  581. Me.公司電話2_lb.Text = "公司電話2"
  582. Me.公司電話2_lb.Visible = False
  583. '
  584. '公司電話1_lb
  585. '
  586. Me.公司電話1_lb.AutoSize = True
  587. Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  588. Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black
  589. Me.公司電話1_lb.Location = New System.Drawing.Point(1126, 31)
  590. Me.公司電話1_lb.Name = "公司電話1_lb"
  591. Me.公司電話1_lb.Size = New System.Drawing.Size(62, 16)
  592. Me.公司電話1_lb.TabIndex = 1660
  593. Me.公司電話1_lb.Text = "公司電話1"
  594. '
  595. '聯繫人電話3_lb
  596. '
  597. Me.聯繫人電話3_lb.AutoSize = True
  598. Me.聯繫人電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  599. Me.聯繫人電話3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  600. Me.聯繫人電話3_lb.Location = New System.Drawing.Point(366, 299)
  601. Me.聯繫人電話3_lb.Name = "聯繫人電話3_lb"
  602. Me.聯繫人電話3_lb.Size = New System.Drawing.Size(74, 16)
  603. Me.聯繫人電話3_lb.TabIndex = 1687
  604. Me.聯繫人電話3_lb.Text = "聯繫人3電話"
  605. Me.聯繫人電話3_lb.Visible = False
  606. '
  607. '聯繫人電話2_lb
  608. '
  609. Me.聯繫人電話2_lb.AutoSize = True
  610. Me.聯繫人電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  611. Me.聯繫人電話2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  612. Me.聯繫人電話2_lb.Location = New System.Drawing.Point(657, 103)
  613. Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb"
  614. Me.聯繫人電話2_lb.Size = New System.Drawing.Size(74, 16)
  615. Me.聯繫人電話2_lb.TabIndex = 1685
  616. Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  617. '
  618. '聯繫人電話1_lb
  619. '
  620. Me.聯繫人電話1_lb.AutoSize = True
  621. Me.聯繫人電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  622. Me.聯繫人電話1_lb.ForeColor = System.Drawing.Color.Green
  623. Me.聯繫人電話1_lb.Location = New System.Drawing.Point(657, 79)
  624. Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb"
  625. Me.聯繫人電話1_lb.Size = New System.Drawing.Size(74, 16)
  626. Me.聯繫人電話1_lb.TabIndex = 1683
  627. Me.聯繫人電話1_lb.Text = "聯繫人1電話"
  628. '
  629. '廠商清單_dgv
  630. '
  631. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ControlLight
  632. Me.廠商清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  633. Me.廠商清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  634. Or System.Windows.Forms.AnchorStyles.Left) _
  635. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  636. Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  637. Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  638. Me.廠商清單_dgv.Location = New System.Drawing.Point(6, 125)
  639. Me.廠商清單_dgv.Name = "廠商清單_dgv"
  640. Me.廠商清單_dgv.RowHeadersWidth = 5
  641. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  642. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  643. Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  644. Me.廠商清單_dgv.RowTemplate.Height = 24
  645. Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  646. Me.廠商清單_dgv.Size = New System.Drawing.Size(1341, 553)
  647. Me.廠商清單_dgv.TabIndex = 1700
  648. '
  649. '供應商管理
  650. '
  651. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  652. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  653. Me.ClientSize = New System.Drawing.Size(1350, 681)
  654. Me.Controls.Add(Me.語轉扭_bt)
  655. Me.Controls.Add(Me.R_bt)
  656. Me.Controls.Add(Me.類別管理_cb)
  657. Me.Controls.Add(Me.類別管理_bt)
  658. Me.Controls.Add(Me.語言_dgv)
  659. Me.Controls.Add(Me.確認新增_bt)
  660. Me.Controls.Add(Me.查詢_bt)
  661. Me.Controls.Add(Me.信箱3_tb)
  662. Me.Controls.Add(Me.信箱2_tb)
  663. Me.Controls.Add(Me.信箱1_tb)
  664. Me.Controls.Add(Me.聯繫人信箱3_lb)
  665. Me.Controls.Add(Me.聯繫人信箱2_lb)
  666. Me.Controls.Add(Me.聯繫人信箱1_lb)
  667. Me.Controls.Add(Me.刪除_bt)
  668. Me.Controls.Add(Me.新增_bt)
  669. Me.Controls.Add(Me.修改_bt)
  670. Me.Controls.Add(Me.聯繫電話3_tb)
  671. Me.Controls.Add(Me.聯繫電話2_tb)
  672. Me.Controls.Add(Me.聯繫電話1_tb)
  673. Me.Controls.Add(Me.職稱3_tb)
  674. Me.Controls.Add(Me.聯繫人職稱3_lb)
  675. Me.Controls.Add(Me.職稱2_tb)
  676. Me.Controls.Add(Me.聯繫人職稱2_lb)
  677. Me.Controls.Add(Me.職稱1_tb)
  678. Me.Controls.Add(Me.聯繫人職稱1_lb)
  679. Me.Controls.Add(Me.聯繫人3_tb)
  680. Me.Controls.Add(Me.聯繫人2_tb)
  681. Me.Controls.Add(Me.聯繫人1_tb)
  682. Me.Controls.Add(Me.傳真3_tb)
  683. Me.Controls.Add(Me.傳真3_lb)
  684. Me.Controls.Add(Me.傳真2_tb)
  685. Me.Controls.Add(Me.傳真2_lb)
  686. Me.Controls.Add(Me.傳真1_tb)
  687. Me.Controls.Add(Me.傳真1_lb)
  688. Me.Controls.Add(Me.電話3_tb)
  689. Me.Controls.Add(Me.電話2_tb)
  690. Me.Controls.Add(Me.電話1_tb)
  691. Me.Controls.Add(Me.地址_tb)
  692. Me.Controls.Add(Me.公司地址_lb)
  693. Me.Controls.Add(Me.公司名_tb)
  694. Me.Controls.Add(Me.公司名_ib)
  695. Me.Controls.Add(Me.供應商簡稱_tb)
  696. Me.Controls.Add(Me.簡稱_lb)
  697. Me.Controls.Add(Me.供應商編號_tb)
  698. Me.Controls.Add(Me.供應商編號_lb)
  699. Me.Controls.Add(Me.聯繫人3_lb)
  700. Me.Controls.Add(Me.聯繫人2_lb)
  701. Me.Controls.Add(Me.聯繫人1_lb)
  702. Me.Controls.Add(Me.公司電話3_lb)
  703. Me.Controls.Add(Me.公司電話2_lb)
  704. Me.Controls.Add(Me.公司電話1_lb)
  705. Me.Controls.Add(Me.聯繫人電話3_lb)
  706. Me.Controls.Add(Me.聯繫人電話2_lb)
  707. Me.Controls.Add(Me.聯繫人電話1_lb)
  708. Me.Controls.Add(Me.廠商清單_dgv)
  709. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  710. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  711. Me.Name = "供應商管理"
  712. Me.Text = "供應商管理"
  713. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  714. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  715. Me.ResumeLayout(False)
  716. Me.PerformLayout()
  717. End Sub
  718. Friend WithEvents 語轉扭_bt As Button
  719. Friend WithEvents R_bt As Button
  720. Friend WithEvents 類別管理_cb As ComboBox
  721. Friend WithEvents 類別管理_bt As Button
  722. Friend WithEvents 語言_dgv As DataGridView
  723. Friend WithEvents 確認新增_bt As Button
  724. Friend WithEvents 查詢_bt As Button
  725. Friend WithEvents 信箱3_tb As TextBox
  726. Friend WithEvents 信箱2_tb As TextBox
  727. Friend WithEvents 信箱1_tb As TextBox
  728. Friend WithEvents 聯繫人信箱3_lb As Label
  729. Friend WithEvents 聯繫人信箱2_lb As Label
  730. Friend WithEvents 聯繫人信箱1_lb As Label
  731. Friend WithEvents 刪除_bt As Button
  732. Friend WithEvents 新增_bt As Button
  733. Friend WithEvents 修改_bt As Button
  734. Friend WithEvents 聯繫電話3_tb As TextBox
  735. Friend WithEvents 聯繫電話2_tb As TextBox
  736. Friend WithEvents 聯繫電話1_tb As TextBox
  737. Friend WithEvents 職稱3_tb As TextBox
  738. Friend WithEvents 聯繫人職稱3_lb As Label
  739. Friend WithEvents 職稱2_tb As TextBox
  740. Friend WithEvents 聯繫人職稱2_lb As Label
  741. Friend WithEvents 職稱1_tb As TextBox
  742. Friend WithEvents 聯繫人職稱1_lb As Label
  743. Friend WithEvents 聯繫人3_tb As TextBox
  744. Friend WithEvents 聯繫人2_tb As TextBox
  745. Friend WithEvents 聯繫人1_tb As TextBox
  746. Friend WithEvents 傳真3_tb As TextBox
  747. Friend WithEvents 傳真3_lb As Label
  748. Friend WithEvents 傳真2_tb As TextBox
  749. Friend WithEvents 傳真2_lb As Label
  750. Friend WithEvents 傳真1_tb As TextBox
  751. Friend WithEvents 傳真1_lb As Label
  752. Friend WithEvents 電話3_tb As TextBox
  753. Friend WithEvents 電話2_tb As TextBox
  754. Friend WithEvents 電話1_tb As TextBox
  755. Friend WithEvents 地址_tb As TextBox
  756. Friend WithEvents 公司地址_lb As Label
  757. Friend WithEvents 公司名_tb As TextBox
  758. Friend WithEvents 公司名_ib As Label
  759. Friend WithEvents 供應商簡稱_tb As TextBox
  760. Friend WithEvents 簡稱_lb As Label
  761. Friend WithEvents 供應商編號_tb As TextBox
  762. Friend WithEvents 供應商編號_lb As Label
  763. Friend WithEvents 聯繫人3_lb As Label
  764. Friend WithEvents 聯繫人2_lb As Label
  765. Friend WithEvents 聯繫人1_lb As Label
  766. Friend WithEvents 公司電話3_lb As Label
  767. Friend WithEvents 公司電話2_lb As Label
  768. Friend WithEvents 公司電話1_lb As Label
  769. Friend WithEvents 聯繫人電話3_lb As Label
  770. Friend WithEvents 聯繫人電話2_lb As Label
  771. Friend WithEvents 聯繫人電話1_lb As Label
  772. Friend WithEvents 廠商清單_dgv As DataGridView
  773. End Class