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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  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.客戶簡稱_cb = New System.Windows.Forms.ComboBox()
  25. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  26. Me.確認新增_bt = New System.Windows.Forms.Button()
  27. Me.查詢_bt = New System.Windows.Forms.Button()
  28. Me.信箱2_tb = New System.Windows.Forms.TextBox()
  29. Me.信箱1_tb = New System.Windows.Forms.TextBox()
  30. Me.聯繫人信箱2_lb = New System.Windows.Forms.Label()
  31. Me.聯繫人信箱1_lb = New System.Windows.Forms.Label()
  32. Me.刪除_bt = New System.Windows.Forms.Button()
  33. Me.新增_bt = New System.Windows.Forms.Button()
  34. Me.修改_bt = New System.Windows.Forms.Button()
  35. Me.聯繫電話2_tb = New System.Windows.Forms.TextBox()
  36. Me.聯繫電話1_tb = New System.Windows.Forms.TextBox()
  37. Me.聯繫人2_tb = New System.Windows.Forms.TextBox()
  38. Me.聯繫人1_tb = New System.Windows.Forms.TextBox()
  39. Me.負責人_tb = New System.Windows.Forms.TextBox()
  40. Me.負責人_lb = New System.Windows.Forms.Label()
  41. Me.電話1_tb = New System.Windows.Forms.TextBox()
  42. Me.地址_tb = New System.Windows.Forms.TextBox()
  43. Me.公司地址_lb = New System.Windows.Forms.Label()
  44. Me.客戶名稱_tb = New System.Windows.Forms.TextBox()
  45. Me.客戶_lb = New System.Windows.Forms.Label()
  46. Me.簡稱_lb = New System.Windows.Forms.Label()
  47. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  48. Me.客戶編號_lb = New System.Windows.Forms.Label()
  49. Me.聯繫人2_lb = New System.Windows.Forms.Label()
  50. Me.聯繫人1_lb = New System.Windows.Forms.Label()
  51. Me.公司電話1_lb = New System.Windows.Forms.Label()
  52. Me.聯繫人電話2_lb = New System.Windows.Forms.Label()
  53. Me.聯繫人電話1_lb = New System.Windows.Forms.Label()
  54. Me.廠商清單_dgv = New System.Windows.Forms.DataGridView()
  55. Me.負責人電話_tb = New System.Windows.Forms.TextBox()
  56. Me.負責人電話_lb = New System.Windows.Forms.Label()
  57. Me.語轉扭_bt = New System.Windows.Forms.Button()
  58. Me.Panel1 = New System.Windows.Forms.Panel()
  59. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  60. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.Panel1.SuspendLayout()
  63. Me.SuspendLayout()
  64. '
  65. '客戶簡稱_cb
  66. '
  67. Me.客戶簡稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  68. Me.客戶簡稱_cb.FormattingEnabled = True
  69. Me.客戶簡稱_cb.Items.AddRange(New Object() {"2019"})
  70. Me.客戶簡稱_cb.Location = New System.Drawing.Point(362, 2)
  71. Me.客戶簡稱_cb.Name = "客戶簡稱_cb"
  72. Me.客戶簡稱_cb.Size = New System.Drawing.Size(169, 24)
  73. Me.客戶簡稱_cb.TabIndex = 1088
  74. '
  75. '語言_dgv
  76. '
  77. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  78. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  79. Me.語言_dgv.Name = "語言_dgv"
  80. Me.語言_dgv.RowHeadersWidth = 5
  81. Me.語言_dgv.RowTemplate.Height = 24
  82. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  83. Me.語言_dgv.TabIndex = 1086
  84. Me.語言_dgv.Visible = False
  85. '
  86. '確認新增_bt
  87. '
  88. Me.確認新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  89. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  90. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue
  92. Me.確認新增_bt.Location = New System.Drawing.Point(118, 2)
  93. Me.確認新增_bt.Name = "確認新增_bt"
  94. Me.確認新增_bt.Size = New System.Drawing.Size(50, 50)
  95. Me.確認新增_bt.TabIndex = 1084
  96. Me.確認新增_bt.UseVisualStyleBackColor = True
  97. '
  98. '查詢_bt
  99. '
  100. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  101. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  102. Me.查詢_bt.Location = New System.Drawing.Point(6, 2)
  103. Me.查詢_bt.Name = "查詢_bt"
  104. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  105. Me.查詢_bt.TabIndex = 1083
  106. Me.查詢_bt.UseVisualStyleBackColor = True
  107. '
  108. '信箱2_tb
  109. '
  110. Me.信箱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.信箱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  112. Me.信箱2_tb.Location = New System.Drawing.Point(894, 125)
  113. Me.信箱2_tb.Name = "信箱2_tb"
  114. Me.信箱2_tb.Size = New System.Drawing.Size(449, 23)
  115. Me.信箱2_tb.TabIndex = 1081
  116. '
  117. '信箱1_tb
  118. '
  119. Me.信箱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  120. Me.信箱1_tb.ForeColor = System.Drawing.Color.Green
  121. Me.信箱1_tb.Location = New System.Drawing.Point(894, 101)
  122. Me.信箱1_tb.Name = "信箱1_tb"
  123. Me.信箱1_tb.Size = New System.Drawing.Size(449, 23)
  124. Me.信箱1_tb.TabIndex = 1080
  125. '
  126. '聯繫人信箱2_lb
  127. '
  128. Me.聯繫人信箱2_lb.BackColor = System.Drawing.Color.Transparent
  129. Me.聯繫人信箱2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.聯繫人信箱2_lb.ForeColor = System.Drawing.Color.Black
  131. Me.聯繫人信箱2_lb.Location = New System.Drawing.Point(764, 129)
  132. Me.聯繫人信箱2_lb.Name = "聯繫人信箱2_lb"
  133. Me.聯繫人信箱2_lb.Size = New System.Drawing.Size(128, 16)
  134. Me.聯繫人信箱2_lb.TabIndex = 1078
  135. Me.聯繫人信箱2_lb.Text = "聯繫人 2 信箱"
  136. Me.聯繫人信箱2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  137. '
  138. '聯繫人信箱1_lb
  139. '
  140. Me.聯繫人信箱1_lb.BackColor = System.Drawing.Color.Transparent
  141. Me.聯繫人信箱1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.聯繫人信箱1_lb.ForeColor = System.Drawing.Color.Black
  143. Me.聯繫人信箱1_lb.Location = New System.Drawing.Point(765, 104)
  144. Me.聯繫人信箱1_lb.Name = "聯繫人信箱1_lb"
  145. Me.聯繫人信箱1_lb.Size = New System.Drawing.Size(128, 16)
  146. Me.聯繫人信箱1_lb.TabIndex = 1077
  147. Me.聯繫人信箱1_lb.Text = "聯繫人 1 信箱"
  148. Me.聯繫人信箱1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  149. '
  150. '刪除_bt
  151. '
  152. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  153. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  154. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  156. Me.刪除_bt.Location = New System.Drawing.Point(230, 1)
  157. Me.刪除_bt.Name = "刪除_bt"
  158. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  159. Me.刪除_bt.TabIndex = 1076
  160. Me.刪除_bt.UseVisualStyleBackColor = True
  161. '
  162. '新增_bt
  163. '
  164. Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  165. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  166. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  168. Me.新增_bt.Location = New System.Drawing.Point(62, 1)
  169. Me.新增_bt.Name = "新增_bt"
  170. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  171. Me.新增_bt.TabIndex = 1074
  172. Me.新增_bt.UseVisualStyleBackColor = True
  173. '
  174. '修改_bt
  175. '
  176. Me.修改_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER2
  177. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  178. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  180. Me.修改_bt.Location = New System.Drawing.Point(174, 2)
  181. Me.修改_bt.Name = "修改_bt"
  182. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  183. Me.修改_bt.TabIndex = 1075
  184. Me.修改_bt.UseVisualStyleBackColor = True
  185. '
  186. '聯繫電話2_tb
  187. '
  188. Me.聯繫電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  189. Me.聯繫電話2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  190. Me.聯繫電話2_tb.Location = New System.Drawing.Point(552, 125)
  191. Me.聯繫電話2_tb.Name = "聯繫電話2_tb"
  192. Me.聯繫電話2_tb.Size = New System.Drawing.Size(212, 23)
  193. Me.聯繫電話2_tb.TabIndex = 1071
  194. '
  195. '聯繫電話1_tb
  196. '
  197. Me.聯繫電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  198. Me.聯繫電話1_tb.ForeColor = System.Drawing.Color.Green
  199. Me.聯繫電話1_tb.Location = New System.Drawing.Point(552, 101)
  200. Me.聯繫電話1_tb.Name = "聯繫電話1_tb"
  201. Me.聯繫電話1_tb.Size = New System.Drawing.Size(212, 23)
  202. Me.聯繫電話1_tb.TabIndex = 1069
  203. '
  204. '聯繫人2_tb
  205. '
  206. Me.聯繫人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.聯繫人2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  208. Me.聯繫人2_tb.Location = New System.Drawing.Point(115, 125)
  209. Me.聯繫人2_tb.Name = "聯繫人2_tb"
  210. Me.聯繫人2_tb.Size = New System.Drawing.Size(353, 23)
  211. Me.聯繫人2_tb.TabIndex = 1058
  212. '
  213. '聯繫人1_tb
  214. '
  215. Me.聯繫人1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.聯繫人1_tb.ForeColor = System.Drawing.Color.Green
  217. Me.聯繫人1_tb.Location = New System.Drawing.Point(115, 101)
  218. Me.聯繫人1_tb.Name = "聯繫人1_tb"
  219. Me.聯繫人1_tb.Size = New System.Drawing.Size(353, 23)
  220. Me.聯繫人1_tb.TabIndex = 1056
  221. '
  222. '負責人_tb
  223. '
  224. Me.負責人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.負責人_tb.Location = New System.Drawing.Point(862, 27)
  226. Me.負責人_tb.Name = "負責人_tb"
  227. Me.負責人_tb.Size = New System.Drawing.Size(192, 23)
  228. Me.負責人_tb.TabIndex = 1051
  229. '
  230. '負責人_lb
  231. '
  232. Me.負責人_lb.BackColor = System.Drawing.Color.Transparent
  233. Me.負責人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  234. Me.負責人_lb.Location = New System.Drawing.Point(715, 31)
  235. Me.負責人_lb.Name = "負責人_lb"
  236. Me.負責人_lb.Size = New System.Drawing.Size(145, 16)
  237. Me.負責人_lb.TabIndex = 1050
  238. Me.負責人_lb.Text = "負責人"
  239. Me.負責人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  240. '
  241. '電話1_tb
  242. '
  243. Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.電話1_tb.Location = New System.Drawing.Point(575, 27)
  245. Me.電話1_tb.Name = "電話1_tb"
  246. Me.電話1_tb.Size = New System.Drawing.Size(134, 23)
  247. Me.電話1_tb.TabIndex = 1044
  248. '
  249. '地址_tb
  250. '
  251. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.地址_tb.Location = New System.Drawing.Point(119, 54)
  253. Me.地址_tb.Multiline = True
  254. Me.地址_tb.Name = "地址_tb"
  255. Me.地址_tb.Size = New System.Drawing.Size(1222, 45)
  256. Me.地址_tb.TabIndex = 1043
  257. '
  258. '公司地址_lb
  259. '
  260. Me.公司地址_lb.BackColor = System.Drawing.Color.Transparent
  261. Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.公司地址_lb.Location = New System.Drawing.Point(4, 57)
  263. Me.公司地址_lb.Name = "公司地址_lb"
  264. Me.公司地址_lb.Size = New System.Drawing.Size(115, 16)
  265. Me.公司地址_lb.TabIndex = 1042
  266. Me.公司地址_lb.Text = "公司地址"
  267. Me.公司地址_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  268. '
  269. '客戶名稱_tb
  270. '
  271. Me.客戶名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  272. Me.客戶名稱_tb.Location = New System.Drawing.Point(653, 3)
  273. Me.客戶名稱_tb.Name = "客戶名稱_tb"
  274. Me.客戶名稱_tb.Size = New System.Drawing.Size(688, 23)
  275. Me.客戶名稱_tb.TabIndex = 1041
  276. '
  277. '客戶_lb
  278. '
  279. Me.客戶_lb.BackColor = System.Drawing.Color.Transparent
  280. Me.客戶_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  281. Me.客戶_lb.Location = New System.Drawing.Point(537, 6)
  282. Me.客戶_lb.Name = "客戶_lb"
  283. Me.客戶_lb.Size = New System.Drawing.Size(115, 16)
  284. Me.客戶_lb.TabIndex = 1040
  285. Me.客戶_lb.Text = "客 戶 名 稱"
  286. Me.客戶_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  287. '
  288. '簡稱_lb
  289. '
  290. Me.簡稱_lb.BackColor = System.Drawing.Color.Transparent
  291. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  292. Me.簡稱_lb.Location = New System.Drawing.Point(286, 6)
  293. Me.簡稱_lb.Name = "簡稱_lb"
  294. Me.簡稱_lb.Size = New System.Drawing.Size(75, 16)
  295. Me.簡稱_lb.TabIndex = 1038
  296. Me.簡稱_lb.Text = "客戶簡稱"
  297. Me.簡稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  298. '
  299. '供應商編號_tb
  300. '
  301. Me.供應商編號_tb.Enabled = False
  302. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  303. Me.供應商編號_tb.Location = New System.Drawing.Point(377, 28)
  304. Me.供應商編號_tb.Name = "供應商編號_tb"
  305. Me.供應商編號_tb.Size = New System.Drawing.Size(45, 23)
  306. Me.供應商編號_tb.TabIndex = 1036
  307. '
  308. '客戶編號_lb
  309. '
  310. Me.客戶編號_lb.BackColor = System.Drawing.Color.Transparent
  311. Me.客戶編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  312. Me.客戶編號_lb.Location = New System.Drawing.Point(286, 31)
  313. Me.客戶編號_lb.Name = "客戶編號_lb"
  314. Me.客戶編號_lb.Size = New System.Drawing.Size(90, 16)
  315. Me.客戶編號_lb.TabIndex = 1037
  316. Me.客戶編號_lb.Text = "客 戶 編 號"
  317. Me.客戶編號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  318. '
  319. '聯繫人2_lb
  320. '
  321. Me.聯繫人2_lb.BackColor = System.Drawing.Color.Transparent
  322. Me.聯繫人2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  323. Me.聯繫人2_lb.ForeColor = System.Drawing.Color.Black
  324. Me.聯繫人2_lb.Location = New System.Drawing.Point(8, 128)
  325. Me.聯繫人2_lb.Name = "聯繫人2_lb"
  326. Me.聯繫人2_lb.Size = New System.Drawing.Size(104, 16)
  327. Me.聯繫人2_lb.TabIndex = 1059
  328. Me.聯繫人2_lb.Text = "聯 繫 人 2" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  329. Me.聯繫人2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  330. '
  331. '聯繫人1_lb
  332. '
  333. Me.聯繫人1_lb.BackColor = System.Drawing.Color.Transparent
  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.Black
  336. Me.聯繫人1_lb.Location = New System.Drawing.Point(8, 104)
  337. Me.聯繫人1_lb.Name = "聯繫人1_lb"
  338. Me.聯繫人1_lb.Size = New System.Drawing.Size(104, 16)
  339. Me.聯繫人1_lb.TabIndex = 1057
  340. Me.聯繫人1_lb.Text = "聯 繫 人 1" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  341. Me.聯繫人1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  342. '
  343. '公司電話1_lb
  344. '
  345. Me.公司電話1_lb.BackColor = System.Drawing.Color.Transparent
  346. Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  347. Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black
  348. Me.公司電話1_lb.Location = New System.Drawing.Point(428, 31)
  349. Me.公司電話1_lb.Name = "公司電話1_lb"
  350. Me.公司電話1_lb.Size = New System.Drawing.Size(145, 16)
  351. Me.公司電話1_lb.TabIndex = 1045
  352. Me.公司電話1_lb.Text = "公司電話"
  353. Me.公司電話1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  354. '
  355. '聯繫人電話2_lb
  356. '
  357. Me.聯繫人電話2_lb.BackColor = System.Drawing.Color.Transparent
  358. Me.聯繫人電話2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  359. Me.聯繫人電話2_lb.ForeColor = System.Drawing.Color.Black
  360. Me.聯繫人電話2_lb.Location = New System.Drawing.Point(467, 128)
  361. Me.聯繫人電話2_lb.Name = "聯繫人電話2_lb"
  362. Me.聯繫人電話2_lb.Size = New System.Drawing.Size(83, 16)
  363. Me.聯繫人電話2_lb.TabIndex = 1070
  364. Me.聯繫人電話2_lb.Text = "聯繫人2電話" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  365. Me.聯繫人電話2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  366. '
  367. '聯繫人電話1_lb
  368. '
  369. Me.聯繫人電話1_lb.BackColor = System.Drawing.Color.Transparent
  370. Me.聯繫人電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  371. Me.聯繫人電話1_lb.ForeColor = System.Drawing.Color.Black
  372. Me.聯繫人電話1_lb.Location = New System.Drawing.Point(467, 104)
  373. Me.聯繫人電話1_lb.Name = "聯繫人電話1_lb"
  374. Me.聯繫人電話1_lb.Size = New System.Drawing.Size(83, 16)
  375. Me.聯繫人電話1_lb.TabIndex = 1068
  376. Me.聯繫人電話1_lb.Text = "聯繫人1電話"
  377. Me.聯繫人電話1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  378. '
  379. '廠商清單_dgv
  380. '
  381. Me.廠商清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  382. Or System.Windows.Forms.AnchorStyles.Left) _
  383. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  384. Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  385. Me.廠商清單_dgv.BackgroundColor = System.Drawing.Color.White
  386. Me.廠商清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  387. Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  388. Me.廠商清單_dgv.Location = New System.Drawing.Point(4, 150)
  389. Me.廠商清單_dgv.Name = "廠商清單_dgv"
  390. Me.廠商清單_dgv.RowHeadersWidth = 5
  391. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  392. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  393. Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  394. Me.廠商清單_dgv.RowTemplate.Height = 24
  395. Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  396. Me.廠商清單_dgv.Size = New System.Drawing.Size(1340, 529)
  397. Me.廠商清單_dgv.TabIndex = 1085
  398. '
  399. '負責人電話_tb
  400. '
  401. Me.負責人電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  402. Me.負責人電話_tb.Location = New System.Drawing.Point(1207, 27)
  403. Me.負責人電話_tb.Name = "負責人電話_tb"
  404. Me.負責人電話_tb.Size = New System.Drawing.Size(134, 23)
  405. Me.負責人電話_tb.TabIndex = 1091
  406. '
  407. '負責人電話_lb
  408. '
  409. Me.負責人電話_lb.BackColor = System.Drawing.Color.Transparent
  410. Me.負責人電話_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.負責人電話_lb.Location = New System.Drawing.Point(1060, 31)
  412. Me.負責人電話_lb.Name = "負責人電話_lb"
  413. Me.負責人電話_lb.Size = New System.Drawing.Size(145, 16)
  414. Me.負責人電話_lb.TabIndex = 1090
  415. Me.負責人電話_lb.Text = "負責人電話"
  416. Me.負責人電話_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  417. '
  418. '語轉扭_bt
  419. '
  420. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  421. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  422. Me.語轉扭_bt.Location = New System.Drawing.Point(90, 3)
  423. Me.語轉扭_bt.Name = "語轉扭_bt"
  424. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  425. Me.語轉扭_bt.TabIndex = 1636
  426. Me.語轉扭_bt.Text = "L"
  427. Me.語轉扭_bt.UseVisualStyleBackColor = True
  428. '
  429. 'Panel1
  430. '
  431. Me.Panel1.Controls.Add(Me.語言_dgv)
  432. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  433. Me.Panel1.Location = New System.Drawing.Point(334, 247)
  434. Me.Panel1.Name = "Panel1"
  435. Me.Panel1.Size = New System.Drawing.Size(290, 106)
  436. Me.Panel1.TabIndex = 1637
  437. '
  438. 'ToolTip1
  439. '
  440. Me.ToolTip1.AutoPopDelay = 5000
  441. Me.ToolTip1.InitialDelay = 500
  442. Me.ToolTip1.IsBalloon = True
  443. Me.ToolTip1.ReshowDelay = 100
  444. Me.ToolTip1.ToolTipTitle = "illustrate"
  445. '
  446. '客戶資料表
  447. '
  448. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  449. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  450. Me.ClientSize = New System.Drawing.Size(1349, 681)
  451. Me.Controls.Add(Me.Panel1)
  452. Me.Controls.Add(Me.負責人電話_tb)
  453. Me.Controls.Add(Me.負責人電話_lb)
  454. Me.Controls.Add(Me.客戶簡稱_cb)
  455. Me.Controls.Add(Me.確認新增_bt)
  456. Me.Controls.Add(Me.查詢_bt)
  457. Me.Controls.Add(Me.信箱2_tb)
  458. Me.Controls.Add(Me.信箱1_tb)
  459. Me.Controls.Add(Me.聯繫人信箱2_lb)
  460. Me.Controls.Add(Me.聯繫人信箱1_lb)
  461. Me.Controls.Add(Me.刪除_bt)
  462. Me.Controls.Add(Me.新增_bt)
  463. Me.Controls.Add(Me.修改_bt)
  464. Me.Controls.Add(Me.聯繫電話2_tb)
  465. Me.Controls.Add(Me.聯繫電話1_tb)
  466. Me.Controls.Add(Me.聯繫人2_tb)
  467. Me.Controls.Add(Me.聯繫人1_tb)
  468. Me.Controls.Add(Me.負責人_tb)
  469. Me.Controls.Add(Me.負責人_lb)
  470. Me.Controls.Add(Me.電話1_tb)
  471. Me.Controls.Add(Me.地址_tb)
  472. Me.Controls.Add(Me.公司地址_lb)
  473. Me.Controls.Add(Me.客戶名稱_tb)
  474. Me.Controls.Add(Me.客戶_lb)
  475. Me.Controls.Add(Me.簡稱_lb)
  476. Me.Controls.Add(Me.供應商編號_tb)
  477. Me.Controls.Add(Me.客戶編號_lb)
  478. Me.Controls.Add(Me.聯繫人2_lb)
  479. Me.Controls.Add(Me.聯繫人1_lb)
  480. Me.Controls.Add(Me.公司電話1_lb)
  481. Me.Controls.Add(Me.聯繫人電話2_lb)
  482. Me.Controls.Add(Me.聯繫人電話1_lb)
  483. Me.Controls.Add(Me.廠商清單_dgv)
  484. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  485. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  486. Me.MaximizeBox = False
  487. Me.MinimizeBox = False
  488. Me.Name = "客戶資料表"
  489. Me.Text = "客戶資料表"
  490. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  491. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  492. Me.Panel1.ResumeLayout(False)
  493. Me.ResumeLayout(False)
  494. Me.PerformLayout()
  495. End Sub
  496. Friend WithEvents 客戶簡稱_cb As ComboBox
  497. Friend WithEvents 語言_dgv As DataGridView
  498. Friend WithEvents 確認新增_bt As Button
  499. Friend WithEvents 查詢_bt As Button
  500. Friend WithEvents 信箱2_tb As TextBox
  501. Friend WithEvents 信箱1_tb As TextBox
  502. Friend WithEvents 聯繫人信箱2_lb As Label
  503. Friend WithEvents 聯繫人信箱1_lb As Label
  504. Friend WithEvents 刪除_bt As Button
  505. Friend WithEvents 新增_bt As Button
  506. Friend WithEvents 修改_bt As Button
  507. Friend WithEvents 聯繫電話2_tb As TextBox
  508. Friend WithEvents 聯繫電話1_tb As TextBox
  509. Friend WithEvents 聯繫人2_tb As TextBox
  510. Friend WithEvents 聯繫人1_tb As TextBox
  511. Friend WithEvents 負責人_tb As TextBox
  512. Friend WithEvents 負責人_lb As Label
  513. Friend WithEvents 電話1_tb As TextBox
  514. Friend WithEvents 地址_tb As TextBox
  515. Friend WithEvents 公司地址_lb As Label
  516. Friend WithEvents 客戶名稱_tb As TextBox
  517. Friend WithEvents 客戶_lb As Label
  518. Friend WithEvents 簡稱_lb As Label
  519. Friend WithEvents 供應商編號_tb As TextBox
  520. Friend WithEvents 客戶編號_lb As Label
  521. Friend WithEvents 聯繫人2_lb As Label
  522. Friend WithEvents 聯繫人1_lb As Label
  523. Friend WithEvents 公司電話1_lb As Label
  524. Friend WithEvents 聯繫人電話2_lb As Label
  525. Friend WithEvents 聯繫人電話1_lb As Label
  526. Friend WithEvents 廠商清單_dgv As DataGridView
  527. Friend WithEvents 負責人電話_tb As TextBox
  528. Friend WithEvents 負責人電話_lb As Label
  529. Friend WithEvents 語轉扭_bt As Button
  530. Friend WithEvents Panel1 As Panel
  531. Friend WithEvents ToolTip1 As ToolTip
  532. End Class