Brak opisu
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.廠商清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.確認新增_bt = New System.Windows.Forms.Button()
  26. Me.查詢_bt = New System.Windows.Forms.Button()
  27. Me.信箱3_tb = New System.Windows.Forms.TextBox()
  28. Me.信箱2_tb = New System.Windows.Forms.TextBox()
  29. Me.信箱1_tb = New System.Windows.Forms.TextBox()
  30. Me.聯繫人信箱3_lb = New System.Windows.Forms.Label()
  31. Me.聯繫人信箱2_lb = New System.Windows.Forms.Label()
  32. Me.聯繫人信箱1_lb = New System.Windows.Forms.Label()
  33. Me.刪除_bt = New System.Windows.Forms.Button()
  34. Me.新增_bt = New System.Windows.Forms.Button()
  35. Me.修改_bt = New System.Windows.Forms.Button()
  36. Me.聯繫電話3_tb = New System.Windows.Forms.TextBox()
  37. Me.聯繫人電話3_lb = New System.Windows.Forms.Label()
  38. Me.聯繫電話2_tb = New System.Windows.Forms.TextBox()
  39. Me.聯繫人電話2_lb = New System.Windows.Forms.Label()
  40. Me.聯繫電話1_tb = New System.Windows.Forms.TextBox()
  41. Me.聯繫人電話1_lb = New System.Windows.Forms.Label()
  42. Me.職稱3_tb = New System.Windows.Forms.TextBox()
  43. Me.聯繫人職稱3_lb = New System.Windows.Forms.Label()
  44. Me.職稱2_tb = New System.Windows.Forms.TextBox()
  45. Me.聯繫人職稱2_lb = New System.Windows.Forms.Label()
  46. Me.職稱1_tb = New System.Windows.Forms.TextBox()
  47. Me.聯繫人職稱1_lb = New System.Windows.Forms.Label()
  48. Me.聯繫人3_lb = New System.Windows.Forms.Label()
  49. Me.聯繫人3_tb = New System.Windows.Forms.TextBox()
  50. Me.聯繫人2_lb = New System.Windows.Forms.Label()
  51. Me.聯繫人2_tb = New System.Windows.Forms.TextBox()
  52. Me.聯繫人1_lb = New System.Windows.Forms.Label()
  53. Me.聯繫人1_tb = New System.Windows.Forms.TextBox()
  54. Me.傳真3_tb = New System.Windows.Forms.TextBox()
  55. Me.傳真3_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.公司名_ib = 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.語言_dgv = New System.Windows.Forms.DataGridView()
  75. Me.類別管理_bt = New System.Windows.Forms.Button()
  76. Me.類別管理_cb = New System.Windows.Forms.ComboBox()
  77. Me.R_bt = New System.Windows.Forms.Button()
  78. Me.語轉扭_bt = New System.Windows.Forms.Button()
  79. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  81. Me.SuspendLayout()
  82. '
  83. '廠商清單_dgv
  84. '
  85. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ControlLight
  86. Me.廠商清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  87. Me.廠商清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  88. Or System.Windows.Forms.AnchorStyles.Left) _
  89. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  90. Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  91. Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  92. Me.廠商清單_dgv.Location = New System.Drawing.Point(4, 124)
  93. Me.廠商清單_dgv.Name = "廠商清單_dgv"
  94. Me.廠商清單_dgv.RowHeadersWidth = 5
  95. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  97. Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  98. Me.廠商清單_dgv.RowTemplate.Height = 24
  99. Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  100. Me.廠商清單_dgv.Size = New System.Drawing.Size(1341, 553)
  101. Me.廠商清單_dgv.TabIndex = 183
  102. '
  103. '確認新增_bt
  104. '
  105. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue
  107. Me.確認新增_bt.Location = New System.Drawing.Point(470, 1)
  108. Me.確認新增_bt.Name = "確認新增_bt"
  109. Me.確認新增_bt.Size = New System.Drawing.Size(150, 24)
  110. Me.確認新增_bt.TabIndex = 181
  111. Me.確認新增_bt.Text = "確認新增"
  112. Me.確認新增_bt.UseVisualStyleBackColor = True
  113. '
  114. '查詢_bt
  115. '
  116. Me.查詢_bt.Location = New System.Drawing.Point(158, 1)
  117. Me.查詢_bt.Name = "查詢_bt"
  118. Me.查詢_bt.Size = New System.Drawing.Size(150, 24)
  119. Me.查詢_bt.TabIndex = 180
  120. Me.查詢_bt.Text = "查 詢"
  121. Me.查詢_bt.UseVisualStyleBackColor = True
  122. '
  123. '信箱3_tb
  124. '
  125. Me.信箱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.信箱3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  127. Me.信箱3_tb.Location = New System.Drawing.Point(440, 324)
  128. Me.信箱3_tb.Name = "信箱3_tb"
  129. Me.信箱3_tb.Size = New System.Drawing.Size(371, 23)
  130. Me.信箱3_tb.TabIndex = 179
  131. Me.信箱3_tb.Visible = False
  132. '
  133. '信箱2_tb
  134. '
  135. Me.信箱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.信箱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  137. Me.信箱2_tb.Location = New System.Drawing.Point(968, 99)
  138. Me.信箱2_tb.Name = "信箱2_tb"
  139. Me.信箱2_tb.Size = New System.Drawing.Size(371, 23)
  140. Me.信箱2_tb.TabIndex = 178
  141. '
  142. '信箱1_tb
  143. '
  144. Me.信箱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.信箱1_tb.ForeColor = System.Drawing.Color.Green
  146. Me.信箱1_tb.Location = New System.Drawing.Point(968, 75)
  147. Me.信箱1_tb.Name = "信箱1_tb"
  148. Me.信箱1_tb.Size = New System.Drawing.Size(371, 23)
  149. Me.信箱1_tb.TabIndex = 177
  150. '
  151. '聯繫人信箱3_lb
  152. '
  153. Me.聯繫人信箱3_lb.AutoSize = True
  154. Me.聯繫人信箱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.聯繫人信箱3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  156. Me.聯繫人信箱3_lb.Location = New System.Drawing.Point(354, 329)
  157. Me.聯繫人信箱3_lb.Name = "聯繫人信箱3_lb"
  158. Me.聯繫人信箱3_lb.Size = New System.Drawing.Size(84, 16)
  159. Me.聯繫人信箱3_lb.TabIndex = 176
  160. Me.聯繫人信箱3_lb.Text = "聯繫人 3 信箱"
  161. Me.聯繫人信箱3_lb.Visible = False
  162. '
  163. '聯繫人信箱2_lb
  164. '
  165. Me.聯繫人信箱2_lb.AutoSize = True
  166. Me.聯繫人信箱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.聯繫人信箱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  168. Me.聯繫人信箱2_lb.Location = New System.Drawing.Point(882, 103)
  169. Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb"
  170. Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(84, 16)
  171. Me.聯繫人信箱2_lb.TabIndex = 175
  172. Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱"
  173. '
  174. '聯繫人信箱1_lb
  175. '
  176. Me.聯繫人信箱1_lb.AutoSize = True
  177. Me.聯繫人信箱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.聯繫人信箱1_lb.ForeColor = System.Drawing.Color.Green
  179. Me.聯繫人信箱1_lb.Location = New System.Drawing.Point(883, 78)
  180. Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb"
  181. Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(84, 16)
  182. Me.聯繫人信箱1_lb.TabIndex = 174
  183. Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱"
  184. '
  185. '刪除_bt
  186. '
  187. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  189. Me.刪除_bt.Location = New System.Drawing.Point(967, 2)
  190. Me.刪除_bt.Name = "刪除_bt"
  191. Me.刪除_bt.Size = New System.Drawing.Size(150, 24)
  192. Me.刪除_bt.TabIndex = 173
  193. Me.刪除_bt.Text = "刪除"
  194. Me.刪除_bt.UseVisualStyleBackColor = True
  195. '
  196. '新增_bt
  197. '
  198. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  200. Me.新增_bt.Location = New System.Drawing.Point(314, 1)
  201. Me.新增_bt.Name = "新增_bt"
  202. Me.新增_bt.Size = New System.Drawing.Size(150, 24)
  203. Me.新增_bt.TabIndex = 171
  204. Me.新增_bt.Text = "新增"
  205. Me.新增_bt.UseVisualStyleBackColor = True
  206. '
  207. '修改_bt
  208. '
  209. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  210. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  211. Me.修改_bt.Location = New System.Drawing.Point(626, 1)
  212. Me.修改_bt.Name = "修改_bt"
  213. Me.修改_bt.Size = New System.Drawing.Size(150, 24)
  214. Me.修改_bt.TabIndex = 172
  215. Me.修改_bt.Text = "修改存檔"
  216. Me.修改_bt.UseVisualStyleBackColor = True
  217. '
  218. '聯繫電話3_tb
  219. '
  220. Me.聯繫電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  221. Me.聯繫電話3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  222. Me.聯繫電話3_tb.Location = New System.Drawing.Point(440, 295)
  223. Me.聯繫電話3_tb.Name = "聯繫電話3_tb"
  224. Me.聯繫電話3_tb.Size = New System.Drawing.Size(150, 23)
  225. Me.聯繫電話3_tb.TabIndex = 170
  226. Me.聯繫電話3_tb.Visible = False
  227. '
  228. '聯繫人電話3_lb
  229. '
  230. Me.聯繫人電話3_lb.AutoSize = True
  231. Me.聯繫人電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  232. Me.聯繫人電話3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  233. Me.聯繫人電話3_lb.Location = New System.Drawing.Point(364, 298)
  234. Me.聯繫人電話3_lb.Name = "聯繫人電話3_lb"
  235. Me.聯繫人電話3_lb.Size = New System.Drawing.Size(75, 16)
  236. Me.聯繫人電話3_lb.TabIndex = 169
  237. Me.聯繫人電話3_lb.Text = "聯繫人3電話"
  238. Me.聯繫人電話3_lb.Visible = False
  239. '
  240. '聯繫電話2_tb
  241. '
  242. Me.聯繫電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  243. Me.聯繫電話2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  244. Me.聯繫電話2_tb.Location = New System.Drawing.Point(731, 99)
  245. Me.聯繫電話2_tb.Name = "聯繫電話2_tb"
  246. Me.聯繫電話2_tb.Size = New System.Drawing.Size(150, 23)
  247. Me.聯繫電話2_tb.TabIndex = 168
  248. '
  249. '聯繫人電話2_lb
  250. '
  251. Me.聯繫人電話2_lb.AutoSize = True
  252. Me.聯繫人電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.聯繫人電話2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  254. Me.聯繫人電話2_lb.Location = New System.Drawing.Point(655, 102)
  255. Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb"
  256. Me.聯繫人電話2_lb.Size = New System.Drawing.Size(75, 16)
  257. Me.聯繫人電話2_lb.TabIndex = 167
  258. Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  259. '
  260. '聯繫電話1_tb
  261. '
  262. Me.聯繫電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  263. Me.聯繫電話1_tb.ForeColor = System.Drawing.Color.Green
  264. Me.聯繫電話1_tb.Location = New System.Drawing.Point(731, 75)
  265. Me.聯繫電話1_tb.Name = "聯繫電話1_tb"
  266. Me.聯繫電話1_tb.Size = New System.Drawing.Size(150, 23)
  267. Me.聯繫電話1_tb.TabIndex = 166
  268. '
  269. '聯繫人電話1_lb
  270. '
  271. Me.聯繫人電話1_lb.AutoSize = True
  272. Me.聯繫人電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  273. Me.聯繫人電話1_lb.ForeColor = System.Drawing.Color.Green
  274. Me.聯繫人電話1_lb.Location = New System.Drawing.Point(655, 78)
  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.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  284. Me.職稱3_tb.Location = New System.Drawing.Point(440, 266)
  285. Me.職稱3_tb.Name = "職稱3_tb"
  286. Me.職稱3_tb.Size = New System.Drawing.Size(212, 23)
  287. Me.職稱3_tb.TabIndex = 164
  288. Me.職稱3_tb.Visible = False
  289. '
  290. '聯繫人職稱3_lb
  291. '
  292. Me.聯繫人職稱3_lb.AutoSize = True
  293. Me.聯繫人職稱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  294. Me.聯繫人職稱3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  295. Me.聯繫人職稱3_lb.Location = New System.Drawing.Point(364, 269)
  296. Me.聯繫人職稱3_lb.Name = "聯繫人職稱3_lb"
  297. Me.聯繫人職稱3_lb.Size = New System.Drawing.Size(75, 16)
  298. Me.聯繫人職稱3_lb.TabIndex = 163
  299. Me.聯繫人職稱3_lb.Text = "聯繫人3職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  300. Me.聯繫人職稱3_lb.Visible = False
  301. '
  302. '職稱2_tb
  303. '
  304. Me.職稱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  305. Me.職稱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  306. Me.職稱2_tb.Location = New System.Drawing.Point(440, 99)
  307. Me.職稱2_tb.Name = "職稱2_tb"
  308. Me.職稱2_tb.Size = New System.Drawing.Size(212, 23)
  309. Me.職稱2_tb.TabIndex = 162
  310. '
  311. '聯繫人職稱2_lb
  312. '
  313. Me.聯繫人職稱2_lb.AutoSize = True
  314. Me.聯繫人職稱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  315. Me.聯繫人職稱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  316. Me.聯繫人職稱2_lb.Location = New System.Drawing.Point(364, 102)
  317. Me.聯繫人職稱2_lb.Name = "聯繫人職稱2_lb"
  318. Me.聯繫人職稱2_lb.Size = New System.Drawing.Size(75, 16)
  319. Me.聯繫人職稱2_lb.TabIndex = 161
  320. Me.聯繫人職稱2_lb.Text = "聯繫人2職稱"
  321. '
  322. '職稱1_tb
  323. '
  324. Me.職稱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  325. Me.職稱1_tb.ForeColor = System.Drawing.Color.Green
  326. Me.職稱1_tb.Location = New System.Drawing.Point(440, 75)
  327. Me.職稱1_tb.Name = "職稱1_tb"
  328. Me.職稱1_tb.Size = New System.Drawing.Size(212, 23)
  329. Me.職稱1_tb.TabIndex = 160
  330. '
  331. '聯繫人職稱1_lb
  332. '
  333. Me.聯繫人職稱1_lb.AutoSize = True
  334. Me.聯繫人職稱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  335. Me.聯繫人職稱1_lb.ForeColor = System.Drawing.Color.Green
  336. Me.聯繫人職稱1_lb.Location = New System.Drawing.Point(364, 78)
  337. Me.聯繫人職稱1_lb.Name = "聯繫人職稱1_lb"
  338. Me.聯繫人職稱1_lb.Size = New System.Drawing.Size(75, 16)
  339. Me.聯繫人職稱1_lb.TabIndex = 159
  340. Me.聯繫人職稱1_lb.Text = "聯繫人1職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  341. '
  342. '聯繫人3_lb
  343. '
  344. Me.聯繫人3_lb.AutoSize = True
  345. Me.聯繫人3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  346. Me.聯繫人3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  347. Me.聯繫人3_lb.Location = New System.Drawing.Point(333, 240)
  348. Me.聯繫人3_lb.Name = "聯繫人3_lb"
  349. Me.聯繫人3_lb.Size = New System.Drawing.Size(105, 16)
  350. Me.聯繫人3_lb.TabIndex = 158
  351. Me.聯繫人3_lb.Text = "聯 繫 人 3"
  352. Me.聯繫人3_lb.Visible = False
  353. '
  354. '聯繫人3_tb
  355. '
  356. Me.聯繫人3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  357. Me.聯繫人3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  358. Me.聯繫人3_tb.Location = New System.Drawing.Point(440, 237)
  359. Me.聯繫人3_tb.Name = "聯繫人3_tb"
  360. Me.聯繫人3_tb.Size = New System.Drawing.Size(253, 23)
  361. Me.聯繫人3_tb.TabIndex = 157
  362. Me.聯繫人3_tb.Visible = False
  363. '
  364. '聯繫人2_lb
  365. '
  366. Me.聯繫人2_lb.AutoSize = True
  367. Me.聯繫人2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  368. Me.聯繫人2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  369. Me.聯繫人2_lb.Location = New System.Drawing.Point(4, 102)
  370. Me.聯繫人2_lb.Name = "聯繫人2_lb"
  371. Me.聯繫人2_lb.Size = New System.Drawing.Size(105, 16)
  372. Me.聯繫人2_lb.TabIndex = 156
  373. Me.聯繫人2_lb.Text = "聯 繫 人 2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  374. '
  375. '聯繫人2_tb
  376. '
  377. Me.聯繫人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  378. Me.聯繫人2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  379. Me.聯繫人2_tb.Location = New System.Drawing.Point(111, 99)
  380. Me.聯繫人2_tb.Name = "聯繫人2_tb"
  381. Me.聯繫人2_tb.Size = New System.Drawing.Size(253, 23)
  382. Me.聯繫人2_tb.TabIndex = 155
  383. '
  384. '聯繫人1_lb
  385. '
  386. Me.聯繫人1_lb.AutoSize = True
  387. Me.聯繫人1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  388. Me.聯繫人1_lb.ForeColor = System.Drawing.Color.Green
  389. Me.聯繫人1_lb.Location = New System.Drawing.Point(4, 78)
  390. Me.聯繫人1_lb.Name = "聯繫人1_lb"
  391. Me.聯繫人1_lb.Size = New System.Drawing.Size(105, 16)
  392. Me.聯繫人1_lb.TabIndex = 154
  393. Me.聯繫人1_lb.Text = "聯 繫 人 1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  394. '
  395. '聯繫人1_tb
  396. '
  397. Me.聯繫人1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. Me.聯繫人1_tb.ForeColor = System.Drawing.Color.Green
  399. Me.聯繫人1_tb.Location = New System.Drawing.Point(111, 75)
  400. Me.聯繫人1_tb.Name = "聯繫人1_tb"
  401. Me.聯繫人1_tb.Size = New System.Drawing.Size(253, 23)
  402. Me.聯繫人1_tb.TabIndex = 153
  403. '
  404. '傳真3_tb
  405. '
  406. Me.傳真3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  407. Me.傳真3_tb.Location = New System.Drawing.Point(656, 208)
  408. Me.傳真3_tb.Name = "傳真3_tb"
  409. Me.傳真3_tb.Size = New System.Drawing.Size(150, 23)
  410. Me.傳真3_tb.TabIndex = 152
  411. Me.傳真3_tb.Visible = False
  412. '
  413. '傳真3_lb
  414. '
  415. Me.傳真3_lb.AutoSize = True
  416. Me.傳真3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.傳真3_lb.Location = New System.Drawing.Point(592, 211)
  418. Me.傳真3_lb.Name = "傳真3_lb"
  419. Me.傳真3_lb.Size = New System.Drawing.Size(63, 16)
  420. Me.傳真3_lb.TabIndex = 151
  421. Me.傳真3_lb.Text = "公司傳真3"
  422. Me.傳真3_lb.Visible = False
  423. '
  424. '傳真2_tb
  425. '
  426. Me.傳真2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  427. Me.傳真2_tb.Location = New System.Drawing.Point(440, 208)
  428. Me.傳真2_tb.Name = "傳真2_tb"
  429. Me.傳真2_tb.Size = New System.Drawing.Size(150, 23)
  430. Me.傳真2_tb.TabIndex = 150
  431. Me.傳真2_tb.Visible = False
  432. '
  433. '傳真2_lb
  434. '
  435. Me.傳真2_lb.AutoSize = True
  436. Me.傳真2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  437. Me.傳真2_lb.Location = New System.Drawing.Point(376, 211)
  438. Me.傳真2_lb.Name = "傳真2_lb"
  439. Me.傳真2_lb.Size = New System.Drawing.Size(63, 16)
  440. Me.傳真2_lb.TabIndex = 149
  441. Me.傳真2_lb.Text = "公司傳真2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  442. Me.傳真2_lb.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(1189, 51)
  448. Me.傳真1_tb.Name = "傳真1_tb"
  449. Me.傳真1_tb.Size = New System.Drawing.Size(150, 23)
  450. Me.傳真1_tb.TabIndex = 148
  451. '
  452. '傳真1_lb
  453. '
  454. Me.傳真1_lb.AutoSize = True
  455. Me.傳真1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  456. Me.傳真1_lb.Location = New System.Drawing.Point(1124, 54)
  457. Me.傳真1_lb.Name = "傳真1_lb"
  458. Me.傳真1_lb.Size = New System.Drawing.Size(63, 16)
  459. Me.傳真1_lb.TabIndex = 147
  460. Me.傳真1_lb.Text = "公司傳真1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  461. '
  462. '電話3_tb
  463. '
  464. Me.電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  465. Me.電話3_tb.Location = New System.Drawing.Point(656, 179)
  466. Me.電話3_tb.Name = "電話3_tb"
  467. Me.電話3_tb.Size = New System.Drawing.Size(150, 23)
  468. Me.電話3_tb.TabIndex = 146
  469. Me.電話3_tb.Visible = False
  470. '
  471. '公司電話3_lb
  472. '
  473. Me.公司電話3_lb.AutoSize = True
  474. Me.公司電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  475. Me.公司電話3_lb.Location = New System.Drawing.Point(592, 182)
  476. Me.公司電話3_lb.Name = "公司電話3_lb"
  477. Me.公司電話3_lb.Size = New System.Drawing.Size(63, 16)
  478. Me.公司電話3_lb.TabIndex = 145
  479. Me.公司電話3_lb.Text = "公司電話3"
  480. Me.公司電話3_lb.Visible = False
  481. '
  482. '電話2_tb
  483. '
  484. Me.電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  485. Me.電話2_tb.Location = New System.Drawing.Point(440, 179)
  486. Me.電話2_tb.Name = "電話2_tb"
  487. Me.電話2_tb.Size = New System.Drawing.Size(150, 23)
  488. Me.電話2_tb.TabIndex = 144
  489. Me.電話2_tb.Visible = False
  490. '
  491. '公司電話2_lb
  492. '
  493. Me.公司電話2_lb.AutoSize = True
  494. Me.公司電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  495. Me.公司電話2_lb.Location = New System.Drawing.Point(376, 182)
  496. Me.公司電話2_lb.Name = "公司電話2_lb"
  497. Me.公司電話2_lb.Size = New System.Drawing.Size(63, 16)
  498. Me.公司電話2_lb.TabIndex = 143
  499. Me.公司電話2_lb.Text = "公司電話2"
  500. Me.公司電話2_lb.Visible = False
  501. '
  502. '公司電話1_lb
  503. '
  504. Me.公司電話1_lb.AutoSize = True
  505. Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  506. Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black
  507. Me.公司電話1_lb.Location = New System.Drawing.Point(1124, 30)
  508. Me.公司電話1_lb.Name = "公司電話1_lb"
  509. Me.公司電話1_lb.Size = New System.Drawing.Size(63, 16)
  510. Me.公司電話1_lb.TabIndex = 142
  511. Me.公司電話1_lb.Text = "公司電話1"
  512. '
  513. '電話1_tb
  514. '
  515. Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  516. Me.電話1_tb.Location = New System.Drawing.Point(1189, 27)
  517. Me.電話1_tb.Name = "電話1_tb"
  518. Me.電話1_tb.Size = New System.Drawing.Size(150, 23)
  519. Me.電話1_tb.TabIndex = 141
  520. '
  521. '地址_tb
  522. '
  523. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  524. Me.地址_tb.Location = New System.Drawing.Point(210, 51)
  525. Me.地址_tb.Name = "地址_tb"
  526. Me.地址_tb.Size = New System.Drawing.Size(908, 23)
  527. Me.地址_tb.TabIndex = 140
  528. '
  529. '公司地址_lb
  530. '
  531. Me.公司地址_lb.AutoSize = True
  532. Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  533. Me.公司地址_lb.Location = New System.Drawing.Point(90, 55)
  534. Me.公司地址_lb.Name = "公司地址_lb"
  535. Me.公司地址_lb.Size = New System.Drawing.Size(56, 16)
  536. Me.公司地址_lb.TabIndex = 139
  537. Me.公司地址_lb.Text = "公司地址"
  538. '
  539. '公司名_tb
  540. '
  541. Me.公司名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  542. Me.公司名_tb.Location = New System.Drawing.Point(656, 27)
  543. Me.公司名_tb.Name = "公司名_tb"
  544. Me.公司名_tb.Size = New System.Drawing.Size(462, 23)
  545. Me.公司名_tb.TabIndex = 138
  546. '
  547. '公司名_ib
  548. '
  549. Me.公司名_ib.AutoSize = True
  550. Me.公司名_ib.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  551. Me.公司名_ib.Location = New System.Drawing.Point(545, 30)
  552. Me.公司名_ib.Name = "公司名_ib"
  553. Me.公司名_ib.Size = New System.Drawing.Size(110, 16)
  554. Me.公司名_ib.TabIndex = 137
  555. Me.公司名_ib.Text = "公 司 名 稱"
  556. '
  557. '供應商簡稱_tb
  558. '
  559. Me.供應商簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  560. Me.供應商簡稱_tb.Location = New System.Drawing.Point(470, 26)
  561. Me.供應商簡稱_tb.Name = "供應商簡稱_tb"
  562. Me.供應商簡稱_tb.Size = New System.Drawing.Size(69, 23)
  563. Me.供應商簡稱_tb.TabIndex = 136
  564. Me.供應商簡稱_tb.Visible = False
  565. '
  566. '簡稱_lb
  567. '
  568. Me.簡稱_lb.AutoSize = True
  569. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  570. Me.簡稱_lb.Location = New System.Drawing.Point(88, 30)
  571. Me.簡稱_lb.Name = "簡稱_lb"
  572. Me.簡稱_lb.Size = New System.Drawing.Size(68, 16)
  573. Me.簡稱_lb.TabIndex = 135
  574. Me.簡稱_lb.Text = "供應商簡稱"
  575. '
  576. '供應商編號_lb
  577. '
  578. Me.供應商編號_lb.AutoSize = True
  579. Me.供應商編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  580. Me.供應商編號_lb.ForeColor = System.Drawing.Color.Red
  581. Me.供應商編號_lb.Location = New System.Drawing.Point(2, 30)
  582. Me.供應商編號_lb.Name = "供應商編號_lb"
  583. Me.供應商編號_lb.Size = New System.Drawing.Size(80, 16)
  584. Me.供應商編號_lb.TabIndex = 134
  585. Me.供應商編號_lb.Text = "供 應 商 編 號"
  586. '
  587. '供應商編號_tb
  588. '
  589. Me.供應商編號_tb.Enabled = False
  590. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  591. Me.供應商編號_tb.ForeColor = System.Drawing.Color.Red
  592. Me.供應商編號_tb.Location = New System.Drawing.Point(2, 51)
  593. Me.供應商編號_tb.Name = "供應商編號_tb"
  594. Me.供應商編號_tb.Size = New System.Drawing.Size(82, 23)
  595. Me.供應商編號_tb.TabIndex = 133
  596. '
  597. '語言_dgv
  598. '
  599. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  600. Me.語言_dgv.Location = New System.Drawing.Point(28, 169)
  601. Me.語言_dgv.Name = "語言_dgv"
  602. Me.語言_dgv.RowHeadersWidth = 5
  603. Me.語言_dgv.RowTemplate.Height = 24
  604. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  605. Me.語言_dgv.TabIndex = 1032
  606. Me.語言_dgv.Visible = False
  607. '
  608. '類別管理_bt
  609. '
  610. Me.類別管理_bt.Location = New System.Drawing.Point(2, 1)
  611. Me.類別管理_bt.Name = "類別管理_bt"
  612. Me.類別管理_bt.Size = New System.Drawing.Size(150, 24)
  613. Me.類別管理_bt.TabIndex = 1033
  614. Me.類別管理_bt.Text = "類別管理"
  615. Me.類別管理_bt.UseVisualStyleBackColor = True
  616. '
  617. '類別管理_cb
  618. '
  619. Me.類別管理_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  620. Me.類別管理_cb.FormattingEnabled = True
  621. Me.類別管理_cb.Items.AddRange(New Object() {"2019"})
  622. Me.類別管理_cb.Location = New System.Drawing.Point(210, 26)
  623. Me.類別管理_cb.Name = "類別管理_cb"
  624. Me.類別管理_cb.Size = New System.Drawing.Size(254, 24)
  625. Me.類別管理_cb.TabIndex = 1034
  626. '
  627. 'R_bt
  628. '
  629. Me.R_bt.Location = New System.Drawing.Point(782, 1)
  630. Me.R_bt.Name = "R_bt"
  631. Me.R_bt.Size = New System.Drawing.Size(29, 24)
  632. Me.R_bt.TabIndex = 1035
  633. Me.R_bt.Text = "R"
  634. Me.R_bt.UseVisualStyleBackColor = True
  635. Me.R_bt.Visible = False
  636. '
  637. '語轉扭_bt
  638. '
  639. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  640. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  641. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  642. Me.語轉扭_bt.Location = New System.Drawing.Point(1314, 1)
  643. Me.語轉扭_bt.Name = "語轉扭_bt"
  644. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  645. Me.語轉扭_bt.TabIndex = 1650
  646. Me.語轉扭_bt.Text = "L"
  647. Me.語轉扭_bt.UseVisualStyleBackColor = True
  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(3, 4, 3, 4)
  711. Me.Name = "供應商管理"
  712. Me.RightToLeftLayout = True
  713. Me.Text = "供應商管理"
  714. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  715. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  716. Me.ResumeLayout(False)
  717. Me.PerformLayout()
  718. End Sub
  719. Friend WithEvents 廠商清單_dgv As DataGridView
  720. Friend WithEvents 確認新增_bt As Button
  721. Friend WithEvents 查詢_bt As Button
  722. Friend WithEvents 信箱3_tb As TextBox
  723. Friend WithEvents 信箱2_tb As TextBox
  724. Friend WithEvents 信箱1_tb As TextBox
  725. Friend WithEvents 聯繫人信箱3_lb As Label
  726. Friend WithEvents 聯繫人信箱2_lb As Label
  727. Friend WithEvents 聯繫人信箱1_lb As Label
  728. Friend WithEvents 刪除_bt As Button
  729. Friend WithEvents 新增_bt As Button
  730. Friend WithEvents 修改_bt As Button
  731. Friend WithEvents 聯繫電話3_tb As TextBox
  732. Friend WithEvents 聯繫人電話3_lb As Label
  733. Friend WithEvents 聯繫電話2_tb As TextBox
  734. Friend WithEvents 聯繫人電話2_lb As Label
  735. Friend WithEvents 聯繫電話1_tb As TextBox
  736. Friend WithEvents 聯繫人電話1_lb As Label
  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_lb As Label
  744. Friend WithEvents 聯繫人3_tb As TextBox
  745. Friend WithEvents 聯繫人2_lb As Label
  746. Friend WithEvents 聯繫人2_tb As TextBox
  747. Friend WithEvents 聯繫人1_lb As Label
  748. Friend WithEvents 聯繫人1_tb As TextBox
  749. Friend WithEvents 傳真3_tb As TextBox
  750. Friend WithEvents 傳真3_lb As Label
  751. Friend WithEvents 傳真2_tb As TextBox
  752. Friend WithEvents 傳真2_lb As Label
  753. Friend WithEvents 傳真1_tb As TextBox
  754. Friend WithEvents 傳真1_lb As Label
  755. Friend WithEvents 電話3_tb As TextBox
  756. Friend WithEvents 公司電話3_lb As Label
  757. Friend WithEvents 電話2_tb As TextBox
  758. Friend WithEvents 公司電話2_lb As Label
  759. Friend WithEvents 公司電話1_lb As Label
  760. Friend WithEvents 電話1_tb As TextBox
  761. Friend WithEvents 地址_tb As TextBox
  762. Friend WithEvents 公司地址_lb As Label
  763. Friend WithEvents 公司名_tb As TextBox
  764. Friend WithEvents 公司名_ib As Label
  765. Friend WithEvents 供應商簡稱_tb As TextBox
  766. Friend WithEvents 簡稱_lb As Label
  767. Friend WithEvents 供應商編號_lb As Label
  768. Friend WithEvents 供應商編號_tb As TextBox
  769. Friend WithEvents 語言_dgv As DataGridView
  770. Friend WithEvents 類別管理_bt As Button
  771. Friend WithEvents 類別管理_cb As ComboBox
  772. Friend WithEvents R_bt As Button
  773. Friend WithEvents 語轉扭_bt As Button
  774. End Class