Geen omschrijving
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 50KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.廠商清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.信箱3_tb = New System.Windows.Forms.TextBox()
  26. Me.信箱2_tb = New System.Windows.Forms.TextBox()
  27. Me.信箱1_tb = New System.Windows.Forms.TextBox()
  28. Me.聯繫人信箱3_lb = New System.Windows.Forms.Label()
  29. Me.聯繫人信箱2_lb = New System.Windows.Forms.Label()
  30. Me.聯繫人信箱1_lb = New System.Windows.Forms.Label()
  31. Me.聯繫電話3_tb = New System.Windows.Forms.TextBox()
  32. Me.聯繫人電話3_lb = New System.Windows.Forms.Label()
  33. Me.聯繫電話2_tb = New System.Windows.Forms.TextBox()
  34. Me.聯繫人電話2_lb = New System.Windows.Forms.Label()
  35. Me.聯繫電話1_tb = New System.Windows.Forms.TextBox()
  36. Me.聯繫人電話1_lb = New System.Windows.Forms.Label()
  37. Me.職稱3_tb = New System.Windows.Forms.TextBox()
  38. Me.聯繫人職稱3_lb = New System.Windows.Forms.Label()
  39. Me.職稱2_tb = New System.Windows.Forms.TextBox()
  40. Me.聯繫人職稱2_lb = New System.Windows.Forms.Label()
  41. Me.職稱1_tb = New System.Windows.Forms.TextBox()
  42. Me.聯繫人職稱1_lb = New System.Windows.Forms.Label()
  43. Me.聯繫人3_lb = New System.Windows.Forms.Label()
  44. Me.聯繫人3_tb = New System.Windows.Forms.TextBox()
  45. Me.聯繫人2_lb = New System.Windows.Forms.Label()
  46. Me.聯繫人2_tb = New System.Windows.Forms.TextBox()
  47. Me.聯繫人1_lb = New System.Windows.Forms.Label()
  48. Me.聯繫人1_tb = New System.Windows.Forms.TextBox()
  49. Me.傳真3_tb = New System.Windows.Forms.TextBox()
  50. Me.傳真3_lb = New System.Windows.Forms.Label()
  51. Me.傳真2_tb = New System.Windows.Forms.TextBox()
  52. Me.傳真2_lb = New System.Windows.Forms.Label()
  53. Me.傳真1_tb = New System.Windows.Forms.TextBox()
  54. Me.傳真1_lb = New System.Windows.Forms.Label()
  55. Me.電話3_tb = New System.Windows.Forms.TextBox()
  56. Me.公司電話3_lb = New System.Windows.Forms.Label()
  57. Me.電話2_tb = New System.Windows.Forms.TextBox()
  58. Me.公司電話2_lb = New System.Windows.Forms.Label()
  59. Me.公司電話1_lb = New System.Windows.Forms.Label()
  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.供應商編號_lb = New System.Windows.Forms.Label()
  68. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  69. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  70. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  71. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  72. Me.類別管理_cb = New System.Windows.Forms.ComboBox()
  73. Me.R_bt = New System.Windows.Forms.Button()
  74. Me.語轉扭_bt = New System.Windows.Forms.Button()
  75. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  76. Me.Panel1 = New System.Windows.Forms.Panel()
  77. Me.支付對象_lb = New System.Windows.Forms.Label()
  78. Me.支付對象_tb = New System.Windows.Forms.TextBox()
  79. Me.銀行名稱_lb = New System.Windows.Forms.Label()
  80. Me.銀行名稱_tb = New System.Windows.Forms.TextBox()
  81. Me.銀行支行_lb = New System.Windows.Forms.Label()
  82. Me.銀行支行_tb = New System.Windows.Forms.TextBox()
  83. Me.銀行帳號_lb = New System.Windows.Forms.Label()
  84. Me.銀行帳號_tb = New System.Windows.Forms.TextBox()
  85. Me.類別管理_bt = New System.Windows.Forms.Button()
  86. Me.確認新增_bt = New System.Windows.Forms.Button()
  87. Me.查詢_bt = New System.Windows.Forms.Button()
  88. Me.刪除_bt = New System.Windows.Forms.Button()
  89. Me.新增_bt = New System.Windows.Forms.Button()
  90. Me.修改_bt = New System.Windows.Forms.Button()
  91. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  93. Me.Panel1.SuspendLayout()
  94. Me.SuspendLayout()
  95. '
  96. '廠商清單_dgv
  97. '
  98. Me.廠商清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  99. Or System.Windows.Forms.AnchorStyles.Left) _
  100. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  101. Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  102. Me.廠商清單_dgv.BackgroundColor = System.Drawing.Color.White
  103. Me.廠商清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  104. Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  105. Me.廠商清單_dgv.Location = New System.Drawing.Point(4, 180)
  106. Me.廠商清單_dgv.Name = "廠商清單_dgv"
  107. Me.廠商清單_dgv.RowHeadersWidth = 5
  108. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  110. Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  111. Me.廠商清單_dgv.RowTemplate.Height = 24
  112. Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  113. Me.廠商清單_dgv.Size = New System.Drawing.Size(1341, 497)
  114. Me.廠商清單_dgv.TabIndex = 183
  115. '
  116. '信箱3_tb
  117. '
  118. Me.信箱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  119. Me.信箱3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  120. Me.信箱3_tb.Location = New System.Drawing.Point(967, 126)
  121. Me.信箱3_tb.Name = "信箱3_tb"
  122. Me.信箱3_tb.Size = New System.Drawing.Size(378, 23)
  123. Me.信箱3_tb.TabIndex = 179
  124. '
  125. '信箱2_tb
  126. '
  127. Me.信箱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.信箱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.信箱2_tb.Location = New System.Drawing.Point(968, 101)
  130. Me.信箱2_tb.Name = "信箱2_tb"
  131. Me.信箱2_tb.Size = New System.Drawing.Size(377, 23)
  132. Me.信箱2_tb.TabIndex = 178
  133. '
  134. '信箱1_tb
  135. '
  136. Me.信箱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.信箱1_tb.ForeColor = System.Drawing.Color.Green
  138. Me.信箱1_tb.Location = New System.Drawing.Point(968, 77)
  139. Me.信箱1_tb.Name = "信箱1_tb"
  140. Me.信箱1_tb.Size = New System.Drawing.Size(377, 23)
  141. Me.信箱1_tb.TabIndex = 177
  142. '
  143. '聯繫人信箱3_lb
  144. '
  145. Me.聯繫人信箱3_lb.AutoSize = True
  146. Me.聯繫人信箱3_lb.BackColor = System.Drawing.Color.Transparent
  147. Me.聯繫人信箱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.聯繫人信箱3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  149. Me.聯繫人信箱3_lb.Location = New System.Drawing.Point(881, 131)
  150. Me.聯繫人信箱3_lb.Name = "聯繫人信箱3_lb"
  151. Me.聯繫人信箱3_lb.Size = New System.Drawing.Size(83, 16)
  152. Me.聯繫人信箱3_lb.TabIndex = 176
  153. Me.聯繫人信箱3_lb.Text = "聯繫人 3 信箱"
  154. '
  155. '聯繫人信箱2_lb
  156. '
  157. Me.聯繫人信箱2_lb.AutoSize = True
  158. Me.聯繫人信箱2_lb.BackColor = System.Drawing.Color.Transparent
  159. Me.聯繫人信箱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  160. Me.聯繫人信箱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  161. Me.聯繫人信箱2_lb.Location = New System.Drawing.Point(882, 105)
  162. Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb"
  163. Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(83, 16)
  164. Me.聯繫人信箱2_lb.TabIndex = 175
  165. Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱"
  166. '
  167. '聯繫人信箱1_lb
  168. '
  169. Me.聯繫人信箱1_lb.AutoSize = True
  170. Me.聯繫人信箱1_lb.BackColor = System.Drawing.Color.Transparent
  171. Me.聯繫人信箱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.聯繫人信箱1_lb.ForeColor = System.Drawing.Color.Green
  173. Me.聯繫人信箱1_lb.Location = New System.Drawing.Point(883, 80)
  174. Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb"
  175. Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(83, 16)
  176. Me.聯繫人信箱1_lb.TabIndex = 174
  177. Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱"
  178. '
  179. '聯繫電話3_tb
  180. '
  181. Me.聯繫電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  182. Me.聯繫電話3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  183. Me.聯繫電話3_tb.Location = New System.Drawing.Point(731, 126)
  184. Me.聯繫電話3_tb.Name = "聯繫電話3_tb"
  185. Me.聯繫電話3_tb.Size = New System.Drawing.Size(150, 23)
  186. Me.聯繫電話3_tb.TabIndex = 170
  187. '
  188. '聯繫人電話3_lb
  189. '
  190. Me.聯繫人電話3_lb.AutoSize = True
  191. Me.聯繫人電話3_lb.BackColor = System.Drawing.Color.Transparent
  192. Me.聯繫人電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.聯繫人電話3_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  194. Me.聯繫人電話3_lb.Location = New System.Drawing.Point(655, 129)
  195. Me.聯繫人電話3_lb.Name = "聯繫人電話3_lb"
  196. Me.聯繫人電話3_lb.Size = New System.Drawing.Size(74, 16)
  197. Me.聯繫人電話3_lb.TabIndex = 169
  198. Me.聯繫人電話3_lb.Text = "聯繫人3電話"
  199. '
  200. '聯繫電話2_tb
  201. '
  202. Me.聯繫電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. Me.聯繫電話2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  204. Me.聯繫電話2_tb.Location = New System.Drawing.Point(731, 101)
  205. Me.聯繫電話2_tb.Name = "聯繫電話2_tb"
  206. Me.聯繫電話2_tb.Size = New System.Drawing.Size(150, 23)
  207. Me.聯繫電話2_tb.TabIndex = 168
  208. '
  209. '聯繫人電話2_lb
  210. '
  211. Me.聯繫人電話2_lb.AutoSize = True
  212. Me.聯繫人電話2_lb.BackColor = System.Drawing.Color.Transparent
  213. Me.聯繫人電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.聯繫人電話2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  215. Me.聯繫人電話2_lb.Location = New System.Drawing.Point(655, 104)
  216. Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb"
  217. Me.聯繫人電話2_lb.Size = New System.Drawing.Size(74, 16)
  218. Me.聯繫人電話2_lb.TabIndex = 167
  219. Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  220. '
  221. '聯繫電話1_tb
  222. '
  223. Me.聯繫電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  224. Me.聯繫電話1_tb.ForeColor = System.Drawing.Color.Green
  225. Me.聯繫電話1_tb.Location = New System.Drawing.Point(731, 77)
  226. Me.聯繫電話1_tb.Name = "聯繫電話1_tb"
  227. Me.聯繫電話1_tb.Size = New System.Drawing.Size(150, 23)
  228. Me.聯繫電話1_tb.TabIndex = 166
  229. '
  230. '聯繫人電話1_lb
  231. '
  232. Me.聯繫人電話1_lb.AutoSize = True
  233. Me.聯繫人電話1_lb.BackColor = System.Drawing.Color.Transparent
  234. Me.聯繫人電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.聯繫人電話1_lb.ForeColor = System.Drawing.Color.Green
  236. Me.聯繫人電話1_lb.Location = New System.Drawing.Point(655, 80)
  237. Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb"
  238. Me.聯繫人電話1_lb.Size = New System.Drawing.Size(74, 16)
  239. Me.聯繫人電話1_lb.TabIndex = 165
  240. Me.聯繫人電話1_lb.Text = "聯繫人1電話"
  241. '
  242. '職稱3_tb
  243. '
  244. Me.職稱3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  245. Me.職稱3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  246. Me.職稱3_tb.Location = New System.Drawing.Point(440, 126)
  247. Me.職稱3_tb.Name = "職稱3_tb"
  248. Me.職稱3_tb.Size = New System.Drawing.Size(212, 23)
  249. Me.職稱3_tb.TabIndex = 164
  250. '
  251. '聯繫人職稱3_lb
  252. '
  253. Me.聯繫人職稱3_lb.AutoSize = True
  254. Me.聯繫人職稱3_lb.BackColor = System.Drawing.Color.Transparent
  255. Me.聯繫人職稱3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.聯繫人職稱3_lb.ForeColor = System.Drawing.Color.Violet
  257. Me.聯繫人職稱3_lb.Location = New System.Drawing.Point(364, 129)
  258. Me.聯繫人職稱3_lb.Name = "聯繫人職稱3_lb"
  259. Me.聯繫人職稱3_lb.Size = New System.Drawing.Size(74, 16)
  260. Me.聯繫人職稱3_lb.TabIndex = 163
  261. Me.聯繫人職稱3_lb.Text = "聯繫人3職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  262. '
  263. '職稱2_tb
  264. '
  265. Me.職稱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  266. Me.職稱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  267. Me.職稱2_tb.Location = New System.Drawing.Point(440, 101)
  268. Me.職稱2_tb.Name = "職稱2_tb"
  269. Me.職稱2_tb.Size = New System.Drawing.Size(212, 23)
  270. Me.職稱2_tb.TabIndex = 162
  271. '
  272. '聯繫人職稱2_lb
  273. '
  274. Me.聯繫人職稱2_lb.AutoSize = True
  275. Me.聯繫人職稱2_lb.BackColor = System.Drawing.Color.Transparent
  276. Me.聯繫人職稱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.聯繫人職稱2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  278. Me.聯繫人職稱2_lb.Location = New System.Drawing.Point(364, 104)
  279. Me.聯繫人職稱2_lb.Name = "聯繫人職稱2_lb"
  280. Me.聯繫人職稱2_lb.Size = New System.Drawing.Size(74, 16)
  281. Me.聯繫人職稱2_lb.TabIndex = 161
  282. Me.聯繫人職稱2_lb.Text = "聯繫人2職稱"
  283. '
  284. '職稱1_tb
  285. '
  286. Me.職稱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  287. Me.職稱1_tb.ForeColor = System.Drawing.Color.Green
  288. Me.職稱1_tb.Location = New System.Drawing.Point(440, 77)
  289. Me.職稱1_tb.Name = "職稱1_tb"
  290. Me.職稱1_tb.Size = New System.Drawing.Size(212, 23)
  291. Me.職稱1_tb.TabIndex = 160
  292. '
  293. '聯繫人職稱1_lb
  294. '
  295. Me.聯繫人職稱1_lb.AutoSize = True
  296. Me.聯繫人職稱1_lb.BackColor = System.Drawing.Color.Transparent
  297. Me.聯繫人職稱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.聯繫人職稱1_lb.ForeColor = System.Drawing.Color.Green
  299. Me.聯繫人職稱1_lb.Location = New System.Drawing.Point(364, 80)
  300. Me.聯繫人職稱1_lb.Name = "聯繫人職稱1_lb"
  301. Me.聯繫人職稱1_lb.Size = New System.Drawing.Size(74, 16)
  302. Me.聯繫人職稱1_lb.TabIndex = 159
  303. Me.聯繫人職稱1_lb.Text = "聯繫人1職稱" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  304. '
  305. '聯繫人3_lb
  306. '
  307. Me.聯繫人3_lb.AutoSize = True
  308. Me.聯繫人3_lb.BackColor = System.Drawing.Color.Transparent
  309. Me.聯繫人3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  310. Me.聯繫人3_lb.ForeColor = System.Drawing.Color.Purple
  311. Me.聯繫人3_lb.Location = New System.Drawing.Point(4, 129)
  312. Me.聯繫人3_lb.Name = "聯繫人3_lb"
  313. Me.聯繫人3_lb.Size = New System.Drawing.Size(104, 16)
  314. Me.聯繫人3_lb.TabIndex = 158
  315. Me.聯繫人3_lb.Text = "聯 繫 人 3"
  316. '
  317. '聯繫人3_tb
  318. '
  319. Me.聯繫人3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  320. Me.聯繫人3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  321. Me.聯繫人3_tb.Location = New System.Drawing.Point(111, 126)
  322. Me.聯繫人3_tb.Name = "聯繫人3_tb"
  323. Me.聯繫人3_tb.Size = New System.Drawing.Size(253, 23)
  324. Me.聯繫人3_tb.TabIndex = 157
  325. '
  326. '聯繫人2_lb
  327. '
  328. Me.聯繫人2_lb.AutoSize = True
  329. Me.聯繫人2_lb.BackColor = System.Drawing.Color.Transparent
  330. Me.聯繫人2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  331. Me.聯繫人2_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  332. Me.聯繫人2_lb.Location = New System.Drawing.Point(4, 104)
  333. Me.聯繫人2_lb.Name = "聯繫人2_lb"
  334. Me.聯繫人2_lb.Size = New System.Drawing.Size(104, 16)
  335. Me.聯繫人2_lb.TabIndex = 156
  336. Me.聯繫人2_lb.Text = "聯 繫 人 2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  337. '
  338. '聯繫人2_tb
  339. '
  340. Me.聯繫人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  341. Me.聯繫人2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  342. Me.聯繫人2_tb.Location = New System.Drawing.Point(111, 101)
  343. Me.聯繫人2_tb.Name = "聯繫人2_tb"
  344. Me.聯繫人2_tb.Size = New System.Drawing.Size(253, 23)
  345. Me.聯繫人2_tb.TabIndex = 155
  346. '
  347. '聯繫人1_lb
  348. '
  349. Me.聯繫人1_lb.AutoSize = True
  350. Me.聯繫人1_lb.BackColor = System.Drawing.Color.Transparent
  351. Me.聯繫人1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.聯繫人1_lb.ForeColor = System.Drawing.Color.Green
  353. Me.聯繫人1_lb.Location = New System.Drawing.Point(4, 80)
  354. Me.聯繫人1_lb.Name = "聯繫人1_lb"
  355. Me.聯繫人1_lb.Size = New System.Drawing.Size(104, 16)
  356. Me.聯繫人1_lb.TabIndex = 154
  357. Me.聯繫人1_lb.Text = "聯 繫 人 1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  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(111, 77)
  364. Me.聯繫人1_tb.Name = "聯繫人1_tb"
  365. Me.聯繫人1_tb.Size = New System.Drawing.Size(253, 23)
  366. Me.聯繫人1_tb.TabIndex = 153
  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(250, 77)
  372. Me.傳真3_tb.Name = "傳真3_tb"
  373. Me.傳真3_tb.Size = New System.Drawing.Size(150, 23)
  374. Me.傳真3_tb.TabIndex = 152
  375. '
  376. '傳真3_lb
  377. '
  378. Me.傳真3_lb.AutoSize = True
  379. Me.傳真3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.傳真3_lb.Location = New System.Drawing.Point(186, 80)
  381. Me.傳真3_lb.Name = "傳真3_lb"
  382. Me.傳真3_lb.Size = New System.Drawing.Size(62, 16)
  383. Me.傳真3_lb.TabIndex = 151
  384. Me.傳真3_lb.Text = "公司傳真3"
  385. '
  386. '傳真2_tb
  387. '
  388. Me.傳真2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  389. Me.傳真2_tb.Location = New System.Drawing.Point(250, 29)
  390. Me.傳真2_tb.Name = "傳真2_tb"
  391. Me.傳真2_tb.Size = New System.Drawing.Size(150, 23)
  392. Me.傳真2_tb.TabIndex = 150
  393. '
  394. '傳真2_lb
  395. '
  396. Me.傳真2_lb.AutoSize = True
  397. Me.傳真2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. Me.傳真2_lb.Location = New System.Drawing.Point(186, 32)
  399. Me.傳真2_lb.Name = "傳真2_lb"
  400. Me.傳真2_lb.Size = New System.Drawing.Size(62, 16)
  401. Me.傳真2_lb.TabIndex = 149
  402. Me.傳真2_lb.Text = "公司傳真2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  403. '
  404. '傳真1_tb
  405. '
  406. Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  407. Me.傳真1_tb.Location = New System.Drawing.Point(287, 53)
  408. Me.傳真1_tb.Name = "傳真1_tb"
  409. Me.傳真1_tb.Size = New System.Drawing.Size(150, 23)
  410. Me.傳真1_tb.TabIndex = 148
  411. '
  412. '傳真1_lb
  413. '
  414. Me.傳真1_lb.AutoSize = True
  415. Me.傳真1_lb.BackColor = System.Drawing.Color.Transparent
  416. Me.傳真1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  417. Me.傳真1_lb.Location = New System.Drawing.Point(222, 56)
  418. Me.傳真1_lb.Name = "傳真1_lb"
  419. Me.傳真1_lb.Size = New System.Drawing.Size(62, 16)
  420. Me.傳真1_lb.TabIndex = 147
  421. Me.傳真1_lb.Text = "公司傳真1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  422. '
  423. '電話3_tb
  424. '
  425. Me.電話3_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  426. Me.電話3_tb.Location = New System.Drawing.Point(250, 53)
  427. Me.電話3_tb.Name = "電話3_tb"
  428. Me.電話3_tb.Size = New System.Drawing.Size(150, 23)
  429. Me.電話3_tb.TabIndex = 146
  430. '
  431. '公司電話3_lb
  432. '
  433. Me.公司電話3_lb.AutoSize = True
  434. Me.公司電話3_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.公司電話3_lb.Location = New System.Drawing.Point(186, 56)
  436. Me.公司電話3_lb.Name = "公司電話3_lb"
  437. Me.公司電話3_lb.Size = New System.Drawing.Size(62, 16)
  438. Me.公司電話3_lb.TabIndex = 145
  439. Me.公司電話3_lb.Text = "公司電話3"
  440. '
  441. '電話2_tb
  442. '
  443. Me.電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  444. Me.電話2_tb.Location = New System.Drawing.Point(250, 5)
  445. Me.電話2_tb.Name = "電話2_tb"
  446. Me.電話2_tb.Size = New System.Drawing.Size(150, 23)
  447. Me.電話2_tb.TabIndex = 144
  448. '
  449. '公司電話2_lb
  450. '
  451. Me.公司電話2_lb.AutoSize = True
  452. Me.公司電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  453. Me.公司電話2_lb.Location = New System.Drawing.Point(186, 8)
  454. Me.公司電話2_lb.Name = "公司電話2_lb"
  455. Me.公司電話2_lb.Size = New System.Drawing.Size(62, 16)
  456. Me.公司電話2_lb.TabIndex = 143
  457. Me.公司電話2_lb.Text = "公司電話2"
  458. '
  459. '公司電話1_lb
  460. '
  461. Me.公司電話1_lb.AutoSize = True
  462. Me.公司電話1_lb.BackColor = System.Drawing.Color.Transparent
  463. Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  464. Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black
  465. Me.公司電話1_lb.Location = New System.Drawing.Point(3, 56)
  466. Me.公司電話1_lb.Name = "公司電話1_lb"
  467. Me.公司電話1_lb.Size = New System.Drawing.Size(62, 16)
  468. Me.公司電話1_lb.TabIndex = 142
  469. Me.公司電話1_lb.Text = "公司電話1"
  470. '
  471. '電話1_tb
  472. '
  473. Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  474. Me.電話1_tb.Location = New System.Drawing.Point(68, 53)
  475. Me.電話1_tb.Name = "電話1_tb"
  476. Me.電話1_tb.Size = New System.Drawing.Size(150, 23)
  477. Me.電話1_tb.TabIndex = 141
  478. '
  479. '地址_tb
  480. '
  481. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  482. Me.地址_tb.Location = New System.Drawing.Point(559, 28)
  483. Me.地址_tb.Name = "地址_tb"
  484. Me.地址_tb.Size = New System.Drawing.Size(786, 23)
  485. Me.地址_tb.TabIndex = 140
  486. '
  487. '公司地址_lb
  488. '
  489. Me.公司地址_lb.AutoSize = True
  490. Me.公司地址_lb.BackColor = System.Drawing.Color.Transparent
  491. Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  492. Me.公司地址_lb.Location = New System.Drawing.Point(437, 31)
  493. Me.公司地址_lb.Name = "公司地址_lb"
  494. Me.公司地址_lb.Size = New System.Drawing.Size(55, 16)
  495. Me.公司地址_lb.TabIndex = 139
  496. Me.公司地址_lb.Text = "公司地址"
  497. '
  498. '公司名_tb
  499. '
  500. Me.公司名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  501. Me.公司名_tb.Location = New System.Drawing.Point(559, 53)
  502. Me.公司名_tb.Name = "公司名_tb"
  503. Me.公司名_tb.Size = New System.Drawing.Size(786, 23)
  504. Me.公司名_tb.TabIndex = 138
  505. '
  506. '公司名_ib
  507. '
  508. Me.公司名_ib.AutoSize = True
  509. Me.公司名_ib.BackColor = System.Drawing.Color.Transparent
  510. Me.公司名_ib.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  511. Me.公司名_ib.Location = New System.Drawing.Point(448, 56)
  512. Me.公司名_ib.Name = "公司名_ib"
  513. Me.公司名_ib.Size = New System.Drawing.Size(109, 16)
  514. Me.公司名_ib.TabIndex = 137
  515. Me.公司名_ib.Text = "公 司 名 稱"
  516. '
  517. '供應商簡稱_tb
  518. '
  519. Me.供應商簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  520. Me.供應商簡稱_tb.Location = New System.Drawing.Point(189, 102)
  521. Me.供應商簡稱_tb.Name = "供應商簡稱_tb"
  522. Me.供應商簡稱_tb.Size = New System.Drawing.Size(211, 23)
  523. Me.供應商簡稱_tb.TabIndex = 136
  524. '
  525. '簡稱_lb
  526. '
  527. Me.簡稱_lb.AutoSize = True
  528. Me.簡稱_lb.BackColor = System.Drawing.Color.Transparent
  529. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  530. Me.簡稱_lb.Location = New System.Drawing.Point(437, 7)
  531. Me.簡稱_lb.Name = "簡稱_lb"
  532. Me.簡稱_lb.Size = New System.Drawing.Size(67, 16)
  533. Me.簡稱_lb.TabIndex = 135
  534. Me.簡稱_lb.Text = "供應商簡稱"
  535. '
  536. '供應商編號_lb
  537. '
  538. Me.供應商編號_lb.AutoSize = True
  539. Me.供應商編號_lb.BackColor = System.Drawing.Color.Transparent
  540. Me.供應商編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  541. Me.供應商編號_lb.ForeColor = System.Drawing.Color.Red
  542. Me.供應商編號_lb.Location = New System.Drawing.Point(346, 5)
  543. Me.供應商編號_lb.Name = "供應商編號_lb"
  544. Me.供應商編號_lb.Size = New System.Drawing.Size(79, 16)
  545. Me.供應商編號_lb.TabIndex = 134
  546. Me.供應商編號_lb.Text = "供 應 商 編 號"
  547. '
  548. '供應商編號_tb
  549. '
  550. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  551. Me.供應商編號_tb.ForeColor = System.Drawing.Color.Red
  552. Me.供應商編號_tb.Location = New System.Drawing.Point(346, 26)
  553. Me.供應商編號_tb.Name = "供應商編號_tb"
  554. Me.供應商編號_tb.Size = New System.Drawing.Size(82, 23)
  555. Me.供應商編號_tb.TabIndex = 133
  556. '
  557. '語言_dgv
  558. '
  559. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  560. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  561. Me.語言_dgv.Location = New System.Drawing.Point(3, 5)
  562. Me.語言_dgv.Name = "語言_dgv"
  563. Me.語言_dgv.RowHeadersWidth = 5
  564. Me.語言_dgv.RowTemplate.Height = 24
  565. Me.語言_dgv.Size = New System.Drawing.Size(180, 121)
  566. Me.語言_dgv.TabIndex = 1032
  567. '
  568. 'Column1
  569. '
  570. Me.Column1.HeaderText = "Column1"
  571. Me.Column1.Name = "Column1"
  572. '
  573. 'Column2
  574. '
  575. Me.Column2.HeaderText = "Column2"
  576. Me.Column2.Name = "Column2"
  577. '
  578. '類別管理_cb
  579. '
  580. Me.類別管理_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  581. Me.類別管理_cb.FormattingEnabled = True
  582. Me.類別管理_cb.Items.AddRange(New Object() {"2019"})
  583. Me.類別管理_cb.Location = New System.Drawing.Point(559, 3)
  584. Me.類別管理_cb.Name = "類別管理_cb"
  585. Me.類別管理_cb.Size = New System.Drawing.Size(254, 24)
  586. Me.類別管理_cb.TabIndex = 1034
  587. '
  588. 'R_bt
  589. '
  590. Me.R_bt.Location = New System.Drawing.Point(1292, 3)
  591. Me.R_bt.Name = "R_bt"
  592. Me.R_bt.Size = New System.Drawing.Size(25, 25)
  593. Me.R_bt.TabIndex = 1035
  594. Me.R_bt.Text = "R"
  595. Me.R_bt.UseVisualStyleBackColor = True
  596. '
  597. '語轉扭_bt
  598. '
  599. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  600. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  601. Me.語轉扭_bt.Location = New System.Drawing.Point(1318, 3)
  602. Me.語轉扭_bt.Name = "語轉扭_bt"
  603. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  604. Me.語轉扭_bt.TabIndex = 1650
  605. Me.語轉扭_bt.Text = "L"
  606. Me.語轉扭_bt.UseVisualStyleBackColor = True
  607. '
  608. 'ToolTip1
  609. '
  610. Me.ToolTip1.AutoPopDelay = 5000
  611. Me.ToolTip1.InitialDelay = 500
  612. Me.ToolTip1.IsBalloon = True
  613. Me.ToolTip1.ReshowDelay = 100
  614. Me.ToolTip1.ToolTipTitle = "illustrate"
  615. '
  616. 'Panel1
  617. '
  618. Me.Panel1.Controls.Add(Me.語言_dgv)
  619. Me.Panel1.Controls.Add(Me.公司電話2_lb)
  620. Me.Panel1.Controls.Add(Me.公司電話3_lb)
  621. Me.Panel1.Controls.Add(Me.電話2_tb)
  622. Me.Panel1.Controls.Add(Me.電話3_tb)
  623. Me.Panel1.Controls.Add(Me.傳真2_lb)
  624. Me.Panel1.Controls.Add(Me.傳真2_tb)
  625. Me.Panel1.Controls.Add(Me.傳真3_lb)
  626. Me.Panel1.Controls.Add(Me.傳真3_tb)
  627. Me.Panel1.Controls.Add(Me.供應商簡稱_tb)
  628. Me.Panel1.Location = New System.Drawing.Point(500, 291)
  629. Me.Panel1.Name = "Panel1"
  630. Me.Panel1.Size = New System.Drawing.Size(407, 132)
  631. Me.Panel1.TabIndex = 1651
  632. '
  633. '支付對象_lb
  634. '
  635. Me.支付對象_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  636. Me.支付對象_lb.Location = New System.Drawing.Point(7, 154)
  637. Me.支付對象_lb.Name = "支付對象_lb"
  638. Me.支付對象_lb.Size = New System.Drawing.Size(101, 16)
  639. Me.支付對象_lb.TabIndex = 1652
  640. Me.支付對象_lb.Text = "支付對象"
  641. Me.支付對象_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  642. '
  643. '支付對象_tb
  644. '
  645. Me.支付對象_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  646. Me.支付對象_tb.Location = New System.Drawing.Point(111, 151)
  647. Me.支付對象_tb.Name = "支付對象_tb"
  648. Me.支付對象_tb.Size = New System.Drawing.Size(253, 23)
  649. Me.支付對象_tb.TabIndex = 1653
  650. '
  651. '銀行名稱_lb
  652. '
  653. Me.銀行名稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  654. Me.銀行名稱_lb.Location = New System.Drawing.Point(367, 154)
  655. Me.銀行名稱_lb.Name = "銀行名稱_lb"
  656. Me.銀行名稱_lb.Size = New System.Drawing.Size(70, 16)
  657. Me.銀行名稱_lb.TabIndex = 1654
  658. Me.銀行名稱_lb.Text = "銀行名稱"
  659. Me.銀行名稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  660. '
  661. '銀行名稱_tb
  662. '
  663. Me.銀行名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  664. Me.銀行名稱_tb.Location = New System.Drawing.Point(440, 151)
  665. Me.銀行名稱_tb.Name = "銀行名稱_tb"
  666. Me.銀行名稱_tb.Size = New System.Drawing.Size(212, 23)
  667. Me.銀行名稱_tb.TabIndex = 1655
  668. '
  669. '銀行支行_lb
  670. '
  671. Me.銀行支行_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  672. Me.銀行支行_lb.Location = New System.Drawing.Point(658, 154)
  673. Me.銀行支行_lb.Name = "銀行支行_lb"
  674. Me.銀行支行_lb.Size = New System.Drawing.Size(71, 16)
  675. Me.銀行支行_lb.TabIndex = 1656
  676. Me.銀行支行_lb.Text = "銀行支行"
  677. Me.銀行支行_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  678. '
  679. '銀行支行_tb
  680. '
  681. Me.銀行支行_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  682. Me.銀行支行_tb.Location = New System.Drawing.Point(731, 151)
  683. Me.銀行支行_tb.Name = "銀行支行_tb"
  684. Me.銀行支行_tb.Size = New System.Drawing.Size(150, 23)
  685. Me.銀行支行_tb.TabIndex = 1657
  686. '
  687. '銀行帳號_lb
  688. '
  689. Me.銀行帳號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  690. Me.銀行帳號_lb.Location = New System.Drawing.Point(885, 154)
  691. Me.銀行帳號_lb.Name = "銀行帳號_lb"
  692. Me.銀行帳號_lb.Size = New System.Drawing.Size(80, 16)
  693. Me.銀行帳號_lb.TabIndex = 1658
  694. Me.銀行帳號_lb.Text = "銀行帳號"
  695. Me.銀行帳號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  696. '
  697. '銀行帳號_tb
  698. '
  699. Me.銀行帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  700. Me.銀行帳號_tb.Location = New System.Drawing.Point(968, 151)
  701. Me.銀行帳號_tb.Name = "銀行帳號_tb"
  702. Me.銀行帳號_tb.Size = New System.Drawing.Size(377, 23)
  703. Me.銀行帳號_tb.TabIndex = 1659
  704. '
  705. '類別管理_bt
  706. '
  707. Me.類別管理_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.system
  708. Me.類別管理_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  709. Me.類別管理_bt.Location = New System.Drawing.Point(2, 1)
  710. Me.類別管理_bt.Name = "類別管理_bt"
  711. Me.類別管理_bt.Size = New System.Drawing.Size(50, 50)
  712. Me.類別管理_bt.TabIndex = 1033
  713. Me.類別管理_bt.UseVisualStyleBackColor = True
  714. '
  715. '確認新增_bt
  716. '
  717. Me.確認新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER2
  718. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  719. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  720. Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue
  721. Me.確認新增_bt.Location = New System.Drawing.Point(166, 1)
  722. Me.確認新增_bt.Name = "確認新增_bt"
  723. Me.確認新增_bt.Size = New System.Drawing.Size(50, 50)
  724. Me.確認新增_bt.TabIndex = 181
  725. Me.確認新增_bt.UseVisualStyleBackColor = True
  726. '
  727. '查詢_bt
  728. '
  729. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  730. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  731. Me.查詢_bt.Location = New System.Drawing.Point(53, 2)
  732. Me.查詢_bt.Name = "查詢_bt"
  733. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  734. Me.查詢_bt.TabIndex = 180
  735. Me.查詢_bt.UseVisualStyleBackColor = True
  736. '
  737. '刪除_bt
  738. '
  739. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  740. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  741. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  742. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  743. Me.刪除_bt.Location = New System.Drawing.Point(290, 2)
  744. Me.刪除_bt.Name = "刪除_bt"
  745. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  746. Me.刪除_bt.TabIndex = 173
  747. Me.刪除_bt.UseVisualStyleBackColor = True
  748. '
  749. '新增_bt
  750. '
  751. Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  752. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  753. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  754. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  755. Me.新增_bt.Location = New System.Drawing.Point(115, 1)
  756. Me.新增_bt.Name = "新增_bt"
  757. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  758. Me.新增_bt.TabIndex = 171
  759. Me.新增_bt.UseVisualStyleBackColor = True
  760. '
  761. '修改_bt
  762. '
  763. Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  764. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  765. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  766. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  767. Me.修改_bt.Location = New System.Drawing.Point(227, 1)
  768. Me.修改_bt.Name = "修改_bt"
  769. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  770. Me.修改_bt.TabIndex = 172
  771. Me.修改_bt.UseVisualStyleBackColor = True
  772. '
  773. '供應商管理
  774. '
  775. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  776. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  777. Me.ClientSize = New System.Drawing.Size(1350, 681)
  778. Me.Controls.Add(Me.銀行帳號_lb)
  779. Me.Controls.Add(Me.銀行帳號_tb)
  780. Me.Controls.Add(Me.銀行支行_lb)
  781. Me.Controls.Add(Me.銀行支行_tb)
  782. Me.Controls.Add(Me.銀行名稱_lb)
  783. Me.Controls.Add(Me.銀行名稱_tb)
  784. Me.Controls.Add(Me.支付對象_lb)
  785. Me.Controls.Add(Me.支付對象_tb)
  786. Me.Controls.Add(Me.Panel1)
  787. Me.Controls.Add(Me.語轉扭_bt)
  788. Me.Controls.Add(Me.R_bt)
  789. Me.Controls.Add(Me.類別管理_cb)
  790. Me.Controls.Add(Me.類別管理_bt)
  791. Me.Controls.Add(Me.確認新增_bt)
  792. Me.Controls.Add(Me.查詢_bt)
  793. Me.Controls.Add(Me.信箱3_tb)
  794. Me.Controls.Add(Me.信箱2_tb)
  795. Me.Controls.Add(Me.信箱1_tb)
  796. Me.Controls.Add(Me.聯繫人信箱3_lb)
  797. Me.Controls.Add(Me.聯繫人信箱2_lb)
  798. Me.Controls.Add(Me.聯繫人信箱1_lb)
  799. Me.Controls.Add(Me.刪除_bt)
  800. Me.Controls.Add(Me.新增_bt)
  801. Me.Controls.Add(Me.修改_bt)
  802. Me.Controls.Add(Me.聯繫電話3_tb)
  803. Me.Controls.Add(Me.聯繫電話2_tb)
  804. Me.Controls.Add(Me.聯繫電話1_tb)
  805. Me.Controls.Add(Me.職稱3_tb)
  806. Me.Controls.Add(Me.聯繫人職稱3_lb)
  807. Me.Controls.Add(Me.職稱2_tb)
  808. Me.Controls.Add(Me.聯繫人職稱2_lb)
  809. Me.Controls.Add(Me.職稱1_tb)
  810. Me.Controls.Add(Me.聯繫人職稱1_lb)
  811. Me.Controls.Add(Me.聯繫人3_tb)
  812. Me.Controls.Add(Me.聯繫人2_tb)
  813. Me.Controls.Add(Me.聯繫人1_tb)
  814. Me.Controls.Add(Me.傳真1_tb)
  815. Me.Controls.Add(Me.傳真1_lb)
  816. Me.Controls.Add(Me.電話1_tb)
  817. Me.Controls.Add(Me.地址_tb)
  818. Me.Controls.Add(Me.公司地址_lb)
  819. Me.Controls.Add(Me.公司名_tb)
  820. Me.Controls.Add(Me.公司名_ib)
  821. Me.Controls.Add(Me.簡稱_lb)
  822. Me.Controls.Add(Me.供應商編號_tb)
  823. Me.Controls.Add(Me.供應商編號_lb)
  824. Me.Controls.Add(Me.聯繫人3_lb)
  825. Me.Controls.Add(Me.聯繫人2_lb)
  826. Me.Controls.Add(Me.聯繫人1_lb)
  827. Me.Controls.Add(Me.公司電話1_lb)
  828. Me.Controls.Add(Me.聯繫人電話3_lb)
  829. Me.Controls.Add(Me.聯繫人電話2_lb)
  830. Me.Controls.Add(Me.聯繫人電話1_lb)
  831. Me.Controls.Add(Me.廠商清單_dgv)
  832. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  833. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  834. Me.Name = "供應商管理"
  835. Me.RightToLeftLayout = True
  836. Me.Text = "供應商管理"
  837. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  838. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  839. Me.Panel1.ResumeLayout(False)
  840. Me.Panel1.PerformLayout()
  841. Me.ResumeLayout(False)
  842. Me.PerformLayout()
  843. End Sub
  844. Friend WithEvents 廠商清單_dgv As DataGridView
  845. Friend WithEvents 確認新增_bt As Button
  846. Friend WithEvents 查詢_bt As Button
  847. Friend WithEvents 信箱3_tb As TextBox
  848. Friend WithEvents 信箱2_tb As TextBox
  849. Friend WithEvents 信箱1_tb As TextBox
  850. Friend WithEvents 聯繫人信箱3_lb As Label
  851. Friend WithEvents 聯繫人信箱2_lb As Label
  852. Friend WithEvents 聯繫人信箱1_lb As Label
  853. Friend WithEvents 刪除_bt As Button
  854. Friend WithEvents 新增_bt As Button
  855. Friend WithEvents 修改_bt As Button
  856. Friend WithEvents 聯繫電話3_tb As TextBox
  857. Friend WithEvents 聯繫人電話3_lb As Label
  858. Friend WithEvents 聯繫電話2_tb As TextBox
  859. Friend WithEvents 聯繫人電話2_lb As Label
  860. Friend WithEvents 聯繫電話1_tb As TextBox
  861. Friend WithEvents 聯繫人電話1_lb As Label
  862. Friend WithEvents 職稱3_tb As TextBox
  863. Friend WithEvents 聯繫人職稱3_lb As Label
  864. Friend WithEvents 職稱2_tb As TextBox
  865. Friend WithEvents 聯繫人職稱2_lb As Label
  866. Friend WithEvents 職稱1_tb As TextBox
  867. Friend WithEvents 聯繫人職稱1_lb As Label
  868. Friend WithEvents 聯繫人3_lb As Label
  869. Friend WithEvents 聯繫人3_tb As TextBox
  870. Friend WithEvents 聯繫人2_lb As Label
  871. Friend WithEvents 聯繫人2_tb As TextBox
  872. Friend WithEvents 聯繫人1_lb As Label
  873. Friend WithEvents 聯繫人1_tb As TextBox
  874. Friend WithEvents 傳真3_tb As TextBox
  875. Friend WithEvents 傳真3_lb As Label
  876. Friend WithEvents 傳真2_tb As TextBox
  877. Friend WithEvents 傳真2_lb As Label
  878. Friend WithEvents 傳真1_tb As TextBox
  879. Friend WithEvents 傳真1_lb As Label
  880. Friend WithEvents 電話3_tb As TextBox
  881. Friend WithEvents 公司電話3_lb As Label
  882. Friend WithEvents 電話2_tb As TextBox
  883. Friend WithEvents 公司電話2_lb As Label
  884. Friend WithEvents 公司電話1_lb As Label
  885. Friend WithEvents 電話1_tb As TextBox
  886. Friend WithEvents 地址_tb As TextBox
  887. Friend WithEvents 公司地址_lb As Label
  888. Friend WithEvents 公司名_tb As TextBox
  889. Friend WithEvents 公司名_ib As Label
  890. Friend WithEvents 供應商簡稱_tb As TextBox
  891. Friend WithEvents 簡稱_lb As Label
  892. Friend WithEvents 供應商編號_lb As Label
  893. Friend WithEvents 供應商編號_tb As TextBox
  894. Friend WithEvents 語言_dgv As DataGridView
  895. Friend WithEvents 類別管理_bt As Button
  896. Friend WithEvents 類別管理_cb As ComboBox
  897. Friend WithEvents R_bt As Button
  898. Friend WithEvents 語轉扭_bt As Button
  899. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  900. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  901. Friend WithEvents ToolTip1 As ToolTip
  902. Friend WithEvents Panel1 As Panel
  903. Friend WithEvents 支付對象_lb As Label
  904. Friend WithEvents 支付對象_tb As TextBox
  905. Friend WithEvents 銀行名稱_lb As Label
  906. Friend WithEvents 銀行名稱_tb As TextBox
  907. Friend WithEvents 銀行支行_lb As Label
  908. Friend WithEvents 銀行支行_tb As TextBox
  909. Friend WithEvents 銀行帳號_lb As Label
  910. Friend WithEvents 銀行帳號_tb As TextBox
  911. End Class