Sin descripción
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 43KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(客戶資料管理))
  26. Me.客戶清單_dgv = New System.Windows.Forms.DataGridView()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.編號_tb = New System.Windows.Forms.TextBox()
  29. Me.Label2 = New System.Windows.Forms.Label()
  30. Me.店名_tb = New System.Windows.Forms.TextBox()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.簡稱_tb = New System.Windows.Forms.TextBox()
  33. Me.Label4 = New System.Windows.Forms.Label()
  34. Me.店面地址_tb = New System.Windows.Forms.TextBox()
  35. Me.Label5 = New System.Windows.Forms.Label()
  36. Me.店面地址郵號_tb = New System.Windows.Forms.TextBox()
  37. Me.Label6 = New System.Windows.Forms.Label()
  38. Me.送貨地址_tb = New System.Windows.Forms.TextBox()
  39. Me.Label7 = New System.Windows.Forms.Label()
  40. Me.負責人_tb = New System.Windows.Forms.TextBox()
  41. Me.Label8 = New System.Windows.Forms.Label()
  42. Me.聯絡人_tb = New System.Windows.Forms.TextBox()
  43. Me.Label9 = New System.Windows.Forms.Label()
  44. Me.電話_tb = New System.Windows.Forms.TextBox()
  45. Me.Label10 = New System.Windows.Forms.Label()
  46. Me.手機_tb = New System.Windows.Forms.TextBox()
  47. Me.Label11 = New System.Windows.Forms.Label()
  48. Me.傳真_tb = New System.Windows.Forms.TextBox()
  49. Me.Label12 = New System.Windows.Forms.Label()
  50. Me.統編_tb = New System.Windows.Forms.TextBox()
  51. Me.Label13 = New System.Windows.Forms.Label()
  52. Me.發票抬頭_tb = New System.Windows.Forms.TextBox()
  53. Me.Label14 = New System.Windows.Forms.Label()
  54. Me.發票地址_tb = New System.Windows.Forms.TextBox()
  55. Me.Label15 = New System.Windows.Forms.Label()
  56. Me.發票地址郵號_tb = New System.Windows.Forms.TextBox()
  57. Me.Label16 = New System.Windows.Forms.Label()
  58. Me.發票額度_tb = New System.Windows.Forms.TextBox()
  59. Me.Label17 = New System.Windows.Forms.Label()
  60. Me.LineID_tb = New System.Windows.Forms.TextBox()
  61. Me.Label18 = New System.Windows.Forms.Label()
  62. Me.折扣_tb = New System.Windows.Forms.TextBox()
  63. Me.Label19 = New System.Windows.Forms.Label()
  64. Me.負責業務_tb = New System.Windows.Forms.TextBox()
  65. Me.Label20 = New System.Windows.Forms.Label()
  66. Me.備註_tb = New System.Windows.Forms.TextBox()
  67. Me.Label21 = New System.Windows.Forms.Label()
  68. Me.付款方式_cb = New System.Windows.Forms.ComboBox()
  69. Me.Label22 = New System.Windows.Forms.Label()
  70. Me.建立日期_dtp = New System.Windows.Forms.DateTimePicker()
  71. Me.可全選_ch = New System.Windows.Forms.CheckBox()
  72. Me.模式一_bt = New System.Windows.Forms.Button()
  73. Me.模式二_bt = New System.Windows.Forms.Button()
  74. Me.單筆存檔_bt = New System.Windows.Forms.Button()
  75. Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
  76. Me.批量存檔_bt = New System.Windows.Forms.Button()
  77. Me.新增一筆空白資料_bt = New System.Windows.Forms.Button()
  78. Me.付款編號_tb = New System.Windows.Forms.TextBox()
  79. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  80. Me.模式一ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  81. Me.模式二ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  82. Me.貼上ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  83. Me.重新讀取清單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  84. Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
  85. Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  86. Me.新增一筆空白資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  87. Me.資料存檔單一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  88. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  89. Me.資料存檔整體清單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  90. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  91. Me.資料刪除ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  92. Me.只顯示35筆資料_ch = New System.Windows.Forms.CheckBox()
  93. CType(Me.客戶清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  94. Me.ContextMenuStrip1.SuspendLayout()
  95. Me.SuspendLayout()
  96. '
  97. '客戶清單_dgv
  98. '
  99. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  100. Me.客戶清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  101. Me.客戶清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  102. Or System.Windows.Forms.AnchorStyles.Left) _
  103. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  104. Me.客戶清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  105. Me.客戶清單_dgv.Location = New System.Drawing.Point(6, 216)
  106. Me.客戶清單_dgv.Name = "客戶清單_dgv"
  107. Me.客戶清單_dgv.RowHeadersWidth = 5
  108. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  109. Me.客戶清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  110. Me.客戶清單_dgv.RowTemplate.Height = 24
  111. Me.客戶清單_dgv.Size = New System.Drawing.Size(1237, 390)
  112. Me.客戶清單_dgv.TabIndex = 665
  113. '
  114. 'Label1
  115. '
  116. Me.Label1.AutoSize = True
  117. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. Me.Label1.Location = New System.Drawing.Point(3, 6)
  119. Me.Label1.Name = "Label1"
  120. Me.Label1.Size = New System.Drawing.Size(34, 17)
  121. Me.Label1.TabIndex = 668
  122. Me.Label1.Text = "編號"
  123. '
  124. '編號_tb
  125. '
  126. Me.編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.編號_tb.Location = New System.Drawing.Point(37, 3)
  128. Me.編號_tb.Name = "編號_tb"
  129. Me.編號_tb.Size = New System.Drawing.Size(121, 25)
  130. Me.編號_tb.TabIndex = 667
  131. '
  132. 'Label2
  133. '
  134. Me.Label2.AutoSize = True
  135. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.Label2.Location = New System.Drawing.Point(367, 6)
  137. Me.Label2.Name = "Label2"
  138. Me.Label2.Size = New System.Drawing.Size(34, 17)
  139. Me.Label2.TabIndex = 670
  140. Me.Label2.Text = "店名"
  141. '
  142. '店名_tb
  143. '
  144. Me.店名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.店名_tb.Location = New System.Drawing.Point(399, 3)
  146. Me.店名_tb.Name = "店名_tb"
  147. Me.店名_tb.Size = New System.Drawing.Size(245, 25)
  148. Me.店名_tb.TabIndex = 669
  149. '
  150. 'Label3
  151. '
  152. Me.Label3.AutoSize = True
  153. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.Label3.Location = New System.Drawing.Point(185, 7)
  155. Me.Label3.Name = "Label3"
  156. Me.Label3.Size = New System.Drawing.Size(34, 17)
  157. Me.Label3.TabIndex = 672
  158. Me.Label3.Text = "簡稱"
  159. '
  160. '簡稱_tb
  161. '
  162. Me.簡稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.簡稱_tb.Location = New System.Drawing.Point(218, 4)
  164. Me.簡稱_tb.Name = "簡稱_tb"
  165. Me.簡稱_tb.Size = New System.Drawing.Size(121, 25)
  166. Me.簡稱_tb.TabIndex = 671
  167. '
  168. 'Label4
  169. '
  170. Me.Label4.AutoSize = True
  171. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.Label4.Location = New System.Drawing.Point(648, 6)
  173. Me.Label4.Name = "Label4"
  174. Me.Label4.Size = New System.Drawing.Size(60, 17)
  175. Me.Label4.TabIndex = 674
  176. Me.Label4.Text = "店面地址"
  177. '
  178. '店面地址_tb
  179. '
  180. Me.店面地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  181. Me.店面地址_tb.Location = New System.Drawing.Point(707, 3)
  182. Me.店面地址_tb.Name = "店面地址_tb"
  183. Me.店面地址_tb.Size = New System.Drawing.Size(536, 25)
  184. Me.店面地址_tb.TabIndex = 673
  185. '
  186. 'Label5
  187. '
  188. Me.Label5.AutoSize = True
  189. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.Label5.Location = New System.Drawing.Point(3, 87)
  191. Me.Label5.Name = "Label5"
  192. Me.Label5.Size = New System.Drawing.Size(86, 17)
  193. Me.Label5.TabIndex = 676
  194. Me.Label5.Text = "店面地址郵號"
  195. '
  196. '店面地址郵號_tb
  197. '
  198. Me.店面地址郵號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.店面地址郵號_tb.Location = New System.Drawing.Point(89, 84)
  200. Me.店面地址郵號_tb.Name = "店面地址郵號_tb"
  201. Me.店面地址郵號_tb.Size = New System.Drawing.Size(73, 25)
  202. Me.店面地址郵號_tb.TabIndex = 675
  203. '
  204. 'Label6
  205. '
  206. Me.Label6.AutoSize = True
  207. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  208. Me.Label6.Location = New System.Drawing.Point(648, 60)
  209. Me.Label6.Name = "Label6"
  210. Me.Label6.Size = New System.Drawing.Size(60, 17)
  211. Me.Label6.TabIndex = 678
  212. Me.Label6.Text = "送貨地址"
  213. '
  214. '送貨地址_tb
  215. '
  216. Me.送貨地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  217. Me.送貨地址_tb.Location = New System.Drawing.Point(707, 57)
  218. Me.送貨地址_tb.Name = "送貨地址_tb"
  219. Me.送貨地址_tb.Size = New System.Drawing.Size(536, 25)
  220. Me.送貨地址_tb.TabIndex = 677
  221. '
  222. 'Label7
  223. '
  224. Me.Label7.AutoSize = True
  225. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  226. Me.Label7.Location = New System.Drawing.Point(164, 87)
  227. Me.Label7.Name = "Label7"
  228. Me.Label7.Size = New System.Drawing.Size(47, 17)
  229. Me.Label7.TabIndex = 680
  230. Me.Label7.Text = "負責人"
  231. '
  232. '負責人_tb
  233. '
  234. Me.負責人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.負責人_tb.Location = New System.Drawing.Point(209, 84)
  236. Me.負責人_tb.Name = "負責人_tb"
  237. Me.負責人_tb.Size = New System.Drawing.Size(121, 25)
  238. Me.負責人_tb.TabIndex = 679
  239. '
  240. 'Label8
  241. '
  242. Me.Label8.AutoSize = True
  243. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.Label8.Location = New System.Drawing.Point(648, 87)
  245. Me.Label8.Name = "Label8"
  246. Me.Label8.Size = New System.Drawing.Size(47, 17)
  247. Me.Label8.TabIndex = 682
  248. Me.Label8.Text = "聯絡人"
  249. '
  250. '聯絡人_tb
  251. '
  252. Me.聯絡人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  253. Me.聯絡人_tb.Location = New System.Drawing.Point(693, 84)
  254. Me.聯絡人_tb.Name = "聯絡人_tb"
  255. Me.聯絡人_tb.Size = New System.Drawing.Size(91, 25)
  256. Me.聯絡人_tb.TabIndex = 681
  257. '
  258. 'Label9
  259. '
  260. Me.Label9.AutoSize = True
  261. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.Label9.Location = New System.Drawing.Point(785, 88)
  263. Me.Label9.Name = "Label9"
  264. Me.Label9.Size = New System.Drawing.Size(34, 17)
  265. Me.Label9.TabIndex = 684
  266. Me.Label9.Text = "電話"
  267. '
  268. '電話_tb
  269. '
  270. Me.電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. Me.電話_tb.Location = New System.Drawing.Point(818, 84)
  272. Me.電話_tb.Name = "電話_tb"
  273. Me.電話_tb.Size = New System.Drawing.Size(121, 25)
  274. Me.電話_tb.TabIndex = 683
  275. '
  276. 'Label10
  277. '
  278. Me.Label10.AutoSize = True
  279. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.Label10.Location = New System.Drawing.Point(332, 86)
  281. Me.Label10.Name = "Label10"
  282. Me.Label10.Size = New System.Drawing.Size(34, 17)
  283. Me.Label10.TabIndex = 686
  284. Me.Label10.Text = "手機"
  285. '
  286. '手機_tb
  287. '
  288. Me.手機_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.手機_tb.Location = New System.Drawing.Point(365, 83)
  290. Me.手機_tb.Name = "手機_tb"
  291. Me.手機_tb.Size = New System.Drawing.Size(121, 25)
  292. Me.手機_tb.TabIndex = 685
  293. '
  294. 'Label11
  295. '
  296. Me.Label11.AutoSize = True
  297. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  298. Me.Label11.Location = New System.Drawing.Point(941, 87)
  299. Me.Label11.Name = "Label11"
  300. Me.Label11.Size = New System.Drawing.Size(34, 17)
  301. Me.Label11.TabIndex = 688
  302. Me.Label11.Text = "傳真"
  303. '
  304. '傳真_tb
  305. '
  306. Me.傳真_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.傳真_tb.Location = New System.Drawing.Point(974, 84)
  308. Me.傳真_tb.Name = "傳真_tb"
  309. Me.傳真_tb.Size = New System.Drawing.Size(121, 25)
  310. Me.傳真_tb.TabIndex = 687
  311. '
  312. 'Label12
  313. '
  314. Me.Label12.AutoSize = True
  315. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.Label12.Location = New System.Drawing.Point(3, 33)
  317. Me.Label12.Name = "Label12"
  318. Me.Label12.Size = New System.Drawing.Size(34, 17)
  319. Me.Label12.TabIndex = 690
  320. Me.Label12.Text = "統編"
  321. '
  322. '統編_tb
  323. '
  324. Me.統編_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  325. Me.統編_tb.Location = New System.Drawing.Point(37, 30)
  326. Me.統編_tb.Name = "統編_tb"
  327. Me.統編_tb.Size = New System.Drawing.Size(121, 25)
  328. Me.統編_tb.TabIndex = 689
  329. '
  330. 'Label13
  331. '
  332. Me.Label13.AutoSize = True
  333. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  334. Me.Label13.Location = New System.Drawing.Point(341, 33)
  335. Me.Label13.Name = "Label13"
  336. Me.Label13.Size = New System.Drawing.Size(60, 17)
  337. Me.Label13.TabIndex = 692
  338. Me.Label13.Text = "發票抬頭"
  339. '
  340. '發票抬頭_tb
  341. '
  342. Me.發票抬頭_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  343. Me.發票抬頭_tb.Location = New System.Drawing.Point(399, 30)
  344. Me.發票抬頭_tb.Name = "發票抬頭_tb"
  345. Me.發票抬頭_tb.Size = New System.Drawing.Size(245, 25)
  346. Me.發票抬頭_tb.TabIndex = 691
  347. '
  348. 'Label14
  349. '
  350. Me.Label14.AutoSize = True
  351. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  352. Me.Label14.Location = New System.Drawing.Point(648, 33)
  353. Me.Label14.Name = "Label14"
  354. Me.Label14.Size = New System.Drawing.Size(60, 17)
  355. Me.Label14.TabIndex = 694
  356. Me.Label14.Text = "發票地址"
  357. '
  358. '發票地址_tb
  359. '
  360. Me.發票地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  361. Me.發票地址_tb.Location = New System.Drawing.Point(707, 30)
  362. Me.發票地址_tb.Name = "發票地址_tb"
  363. Me.發票地址_tb.Size = New System.Drawing.Size(536, 25)
  364. Me.發票地址_tb.TabIndex = 693
  365. '
  366. 'Label15
  367. '
  368. Me.Label15.AutoSize = True
  369. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  370. Me.Label15.Location = New System.Drawing.Point(488, 88)
  371. Me.Label15.Name = "Label15"
  372. Me.Label15.Size = New System.Drawing.Size(86, 17)
  373. Me.Label15.TabIndex = 696
  374. Me.Label15.Text = "發票地址郵號"
  375. '
  376. '發票地址郵號_tb
  377. '
  378. Me.發票地址郵號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  379. Me.發票地址郵號_tb.Location = New System.Drawing.Point(573, 85)
  380. Me.發票地址郵號_tb.Name = "發票地址郵號_tb"
  381. Me.發票地址郵號_tb.Size = New System.Drawing.Size(73, 25)
  382. Me.發票地址郵號_tb.TabIndex = 695
  383. '
  384. 'Label16
  385. '
  386. Me.Label16.AutoSize = True
  387. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  388. Me.Label16.Location = New System.Drawing.Point(159, 61)
  389. Me.Label16.Name = "Label16"
  390. Me.Label16.Size = New System.Drawing.Size(60, 17)
  391. Me.Label16.TabIndex = 698
  392. Me.Label16.Text = "發票額度"
  393. '
  394. '發票額度_tb
  395. '
  396. Me.發票額度_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  397. Me.發票額度_tb.Location = New System.Drawing.Point(218, 57)
  398. Me.發票額度_tb.Name = "發票額度_tb"
  399. Me.發票額度_tb.Size = New System.Drawing.Size(121, 25)
  400. Me.發票額度_tb.TabIndex = 697
  401. '
  402. 'Label17
  403. '
  404. Me.Label17.AutoSize = True
  405. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  406. Me.Label17.Location = New System.Drawing.Point(353, 60)
  407. Me.Label17.Name = "Label17"
  408. Me.Label17.Size = New System.Drawing.Size(47, 17)
  409. Me.Label17.TabIndex = 700
  410. Me.Label17.Text = "LineID"
  411. '
  412. 'LineID_tb
  413. '
  414. Me.LineID_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  415. Me.LineID_tb.Location = New System.Drawing.Point(399, 57)
  416. Me.LineID_tb.Name = "LineID_tb"
  417. Me.LineID_tb.Size = New System.Drawing.Size(245, 25)
  418. Me.LineID_tb.TabIndex = 699
  419. '
  420. 'Label18
  421. '
  422. Me.Label18.AutoSize = True
  423. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  424. Me.Label18.Location = New System.Drawing.Point(3, 61)
  425. Me.Label18.Name = "Label18"
  426. Me.Label18.Size = New System.Drawing.Size(34, 17)
  427. Me.Label18.TabIndex = 702
  428. Me.Label18.Text = "折扣"
  429. '
  430. '折扣_tb
  431. '
  432. Me.折扣_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  433. Me.折扣_tb.Location = New System.Drawing.Point(37, 57)
  434. Me.折扣_tb.Name = "折扣_tb"
  435. Me.折扣_tb.Size = New System.Drawing.Size(121, 25)
  436. Me.折扣_tb.TabIndex = 701
  437. '
  438. 'Label19
  439. '
  440. Me.Label19.AutoSize = True
  441. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  442. Me.Label19.Location = New System.Drawing.Point(1096, 88)
  443. Me.Label19.Name = "Label19"
  444. Me.Label19.Size = New System.Drawing.Size(60, 17)
  445. Me.Label19.TabIndex = 704
  446. Me.Label19.Text = "負責業務"
  447. '
  448. '負責業務_tb
  449. '
  450. Me.負責業務_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.負責業務_tb.Location = New System.Drawing.Point(1155, 84)
  452. Me.負責業務_tb.Name = "負責業務_tb"
  453. Me.負責業務_tb.Size = New System.Drawing.Size(88, 25)
  454. Me.負責業務_tb.TabIndex = 703
  455. '
  456. 'Label20
  457. '
  458. Me.Label20.AutoSize = True
  459. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  460. Me.Label20.Location = New System.Drawing.Point(1098, 194)
  461. Me.Label20.Name = "Label20"
  462. Me.Label20.Size = New System.Drawing.Size(60, 17)
  463. Me.Label20.TabIndex = 706
  464. Me.Label20.Text = "建立日期"
  465. '
  466. '備註_tb
  467. '
  468. Me.備註_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  469. Me.備註_tb.Location = New System.Drawing.Point(37, 111)
  470. Me.備註_tb.Multiline = True
  471. Me.備註_tb.Name = "備註_tb"
  472. Me.備註_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  473. Me.備註_tb.Size = New System.Drawing.Size(1206, 78)
  474. Me.備註_tb.TabIndex = 705
  475. '
  476. 'Label21
  477. '
  478. Me.Label21.AutoSize = True
  479. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  480. Me.Label21.Location = New System.Drawing.Point(3, 114)
  481. Me.Label21.Name = "Label21"
  482. Me.Label21.Size = New System.Drawing.Size(34, 17)
  483. Me.Label21.TabIndex = 708
  484. Me.Label21.Text = "備註"
  485. '
  486. '付款方式_cb
  487. '
  488. Me.付款方式_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  489. Me.付款方式_cb.FormattingEnabled = True
  490. Me.付款方式_cb.Items.AddRange(New Object() {"男", "女", "NA"})
  491. Me.付款方式_cb.Location = New System.Drawing.Point(218, 31)
  492. Me.付款方式_cb.Name = "付款方式_cb"
  493. Me.付款方式_cb.Size = New System.Drawing.Size(121, 24)
  494. Me.付款方式_cb.TabIndex = 947
  495. '
  496. 'Label22
  497. '
  498. Me.Label22.AutoSize = True
  499. Me.Label22.Location = New System.Drawing.Point(163, 34)
  500. Me.Label22.Name = "Label22"
  501. Me.Label22.Size = New System.Drawing.Size(56, 16)
  502. Me.Label22.TabIndex = 946
  503. Me.Label22.Text = "付款方式"
  504. '
  505. '建立日期_dtp
  506. '
  507. Me.建立日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  508. Me.建立日期_dtp.Location = New System.Drawing.Point(1156, 190)
  509. Me.建立日期_dtp.Name = "建立日期_dtp"
  510. Me.建立日期_dtp.Size = New System.Drawing.Size(87, 23)
  511. Me.建立日期_dtp.TabIndex = 961
  512. '
  513. '可全選_ch
  514. '
  515. Me.可全選_ch.AutoSize = True
  516. Me.可全選_ch.Location = New System.Drawing.Point(156, 194)
  517. Me.可全選_ch.Name = "可全選_ch"
  518. Me.可全選_ch.Size = New System.Drawing.Size(63, 20)
  519. Me.可全選_ch.TabIndex = 993
  520. Me.可全選_ch.Text = "可全選"
  521. Me.可全選_ch.UseVisualStyleBackColor = True
  522. '
  523. '模式一_bt
  524. '
  525. Me.模式一_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  526. Me.模式一_bt.ForeColor = System.Drawing.Color.Black
  527. Me.模式一_bt.Location = New System.Drawing.Point(6, 192)
  528. Me.模式一_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  529. Me.模式一_bt.Name = "模式一_bt"
  530. Me.模式一_bt.Size = New System.Drawing.Size(69, 23)
  531. Me.模式一_bt.TabIndex = 992
  532. Me.模式一_bt.Text = "模式一"
  533. Me.模式一_bt.UseVisualStyleBackColor = True
  534. '
  535. '模式二_bt
  536. '
  537. Me.模式二_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  538. Me.模式二_bt.ForeColor = System.Drawing.Color.Black
  539. Me.模式二_bt.Location = New System.Drawing.Point(81, 192)
  540. Me.模式二_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  541. Me.模式二_bt.Name = "模式二_bt"
  542. Me.模式二_bt.Size = New System.Drawing.Size(69, 23)
  543. Me.模式二_bt.TabIndex = 991
  544. Me.模式二_bt.Text = "模式二"
  545. Me.模式二_bt.UseVisualStyleBackColor = True
  546. '
  547. '單筆存檔_bt
  548. '
  549. Me.單筆存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  550. Me.單筆存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  551. Me.單筆存檔_bt.Location = New System.Drawing.Point(626, 191)
  552. Me.單筆存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  553. Me.單筆存檔_bt.Name = "單筆存檔_bt"
  554. Me.單筆存檔_bt.Size = New System.Drawing.Size(144, 23)
  555. Me.單筆存檔_bt.TabIndex = 990
  556. Me.單筆存檔_bt.Text = "資料存檔(單一筆資料)"
  557. Me.單筆存檔_bt.UseVisualStyleBackColor = True
  558. '
  559. '關鍵字查詢_bt
  560. '
  561. Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  562. Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
  563. Me.關鍵字查詢_bt.Location = New System.Drawing.Point(225, 192)
  564. Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  565. Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
  566. Me.關鍵字查詢_bt.Size = New System.Drawing.Size(120, 23)
  567. Me.關鍵字查詢_bt.TabIndex = 989
  568. Me.關鍵字查詢_bt.Text = "關鍵字查詢"
  569. Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
  570. '
  571. '批量存檔_bt
  572. '
  573. Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  574. Me.批量存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  575. Me.批量存檔_bt.Location = New System.Drawing.Point(776, 191)
  576. Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  577. Me.批量存檔_bt.Name = "批量存檔_bt"
  578. Me.批量存檔_bt.Size = New System.Drawing.Size(314, 23)
  579. Me.批量存檔_bt.TabIndex = 988
  580. Me.批量存檔_bt.Text = "資料存檔 - 整體清單 - 適用excel表格資料貼上"
  581. Me.批量存檔_bt.UseVisualStyleBackColor = True
  582. '
  583. '新增一筆空白資料_bt
  584. '
  585. Me.新增一筆空白資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  586. Me.新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
  587. Me.新增一筆空白資料_bt.Location = New System.Drawing.Point(351, 192)
  588. Me.新增一筆空白資料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  589. Me.新增一筆空白資料_bt.Name = "新增一筆空白資料_bt"
  590. Me.新增一筆空白資料_bt.Size = New System.Drawing.Size(120, 23)
  591. Me.新增一筆空白資料_bt.TabIndex = 987
  592. Me.新增一筆空白資料_bt.Text = "新增一筆空白資料"
  593. Me.新增一筆空白資料_bt.UseVisualStyleBackColor = True
  594. '
  595. '付款編號_tb
  596. '
  597. Me.付款編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  598. Me.付款編號_tb.Location = New System.Drawing.Point(42, 326)
  599. Me.付款編號_tb.Name = "付款編號_tb"
  600. Me.付款編號_tb.Size = New System.Drawing.Size(47, 25)
  601. Me.付款編號_tb.TabIndex = 994
  602. '
  603. 'ContextMenuStrip1
  604. '
  605. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.模式一ToolStripMenuItem, Me.模式二ToolStripMenuItem, Me.貼上ToolStripMenuItem, Me.重新讀取清單ToolStripMenuItem, Me.ToolStripSeparator5, Me.關鍵字查詢ToolStripMenuItem, Me.新增一筆空白資料ToolStripMenuItem, Me.資料存檔單一筆資料ToolStripMenuItem, Me.ToolStripSeparator1, Me.資料存檔整體清單ToolStripMenuItem, Me.ToolStripSeparator2, Me.資料刪除ToolStripMenuItem})
  606. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  607. Me.ContextMenuStrip1.Size = New System.Drawing.Size(191, 220)
  608. '
  609. '模式一ToolStripMenuItem
  610. '
  611. Me.模式一ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  612. Me.模式一ToolStripMenuItem.Name = "模式一ToolStripMenuItem"
  613. Me.模式一ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  614. Me.模式一ToolStripMenuItem.Text = "模式一"
  615. '
  616. '模式二ToolStripMenuItem
  617. '
  618. Me.模式二ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  619. Me.模式二ToolStripMenuItem.Name = "模式二ToolStripMenuItem"
  620. Me.模式二ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  621. Me.模式二ToolStripMenuItem.Text = "模式二"
  622. '
  623. '貼上ToolStripMenuItem
  624. '
  625. Me.貼上ToolStripMenuItem.Name = "貼上ToolStripMenuItem"
  626. Me.貼上ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  627. Me.貼上ToolStripMenuItem.Text = "貼上"
  628. '
  629. '重新讀取清單ToolStripMenuItem
  630. '
  631. Me.重新讀取清單ToolStripMenuItem.Name = "重新讀取清單ToolStripMenuItem"
  632. Me.重新讀取清單ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  633. Me.重新讀取清單ToolStripMenuItem.Text = "重新讀取清單"
  634. '
  635. 'ToolStripSeparator5
  636. '
  637. Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
  638. Me.ToolStripSeparator5.Size = New System.Drawing.Size(187, 6)
  639. '
  640. '關鍵字查詢ToolStripMenuItem
  641. '
  642. Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem"
  643. Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  644. Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢"
  645. '
  646. '新增一筆空白資料ToolStripMenuItem
  647. '
  648. Me.新增一筆空白資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  649. Me.新增一筆空白資料ToolStripMenuItem.Name = "新增一筆空白資料ToolStripMenuItem"
  650. Me.新增一筆空白資料ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  651. Me.新增一筆空白資料ToolStripMenuItem.Text = "新增一筆空白資料"
  652. '
  653. '資料存檔單一筆資料ToolStripMenuItem
  654. '
  655. Me.資料存檔單一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  656. Me.資料存檔單一筆資料ToolStripMenuItem.Name = "資料存檔單一筆資料ToolStripMenuItem"
  657. Me.資料存檔單一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  658. Me.資料存檔單一筆資料ToolStripMenuItem.Text = "資料存檔(單一筆資料)"
  659. '
  660. 'ToolStripSeparator1
  661. '
  662. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  663. Me.ToolStripSeparator1.Size = New System.Drawing.Size(187, 6)
  664. '
  665. '資料存檔整體清單ToolStripMenuItem
  666. '
  667. Me.資料存檔整體清單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  668. Me.資料存檔整體清單ToolStripMenuItem.Name = "資料存檔整體清單ToolStripMenuItem"
  669. Me.資料存檔整體清單ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  670. Me.資料存檔整體清單ToolStripMenuItem.Text = "資料存檔(整體清單)"
  671. '
  672. 'ToolStripSeparator2
  673. '
  674. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  675. Me.ToolStripSeparator2.Size = New System.Drawing.Size(187, 6)
  676. '
  677. '資料刪除ToolStripMenuItem
  678. '
  679. Me.資料刪除ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  680. Me.資料刪除ToolStripMenuItem.Name = "資料刪除ToolStripMenuItem"
  681. Me.資料刪除ToolStripMenuItem.Size = New System.Drawing.Size(190, 22)
  682. Me.資料刪除ToolStripMenuItem.Text = "資料刪除"
  683. '
  684. '只顯示35筆資料_ch
  685. '
  686. Me.只顯示35筆資料_ch.AutoSize = True
  687. Me.只顯示35筆資料_ch.Location = New System.Drawing.Point(477, 195)
  688. Me.只顯示35筆資料_ch.Name = "只顯示35筆資料_ch"
  689. Me.只顯示35筆資料_ch.Size = New System.Drawing.Size(113, 20)
  690. Me.只顯示35筆資料_ch.TabIndex = 995
  691. Me.只顯示35筆資料_ch.Text = "只顯示35筆資料"
  692. Me.只顯示35筆資料_ch.UseVisualStyleBackColor = True
  693. '
  694. '客戶資料管理
  695. '
  696. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  697. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  698. Me.ClientSize = New System.Drawing.Size(1249, 611)
  699. Me.ContextMenuStrip = Me.ContextMenuStrip1
  700. Me.Controls.Add(Me.只顯示35筆資料_ch)
  701. Me.Controls.Add(Me.付款編號_tb)
  702. Me.Controls.Add(Me.可全選_ch)
  703. Me.Controls.Add(Me.模式一_bt)
  704. Me.Controls.Add(Me.模式二_bt)
  705. Me.Controls.Add(Me.單筆存檔_bt)
  706. Me.Controls.Add(Me.關鍵字查詢_bt)
  707. Me.Controls.Add(Me.批量存檔_bt)
  708. Me.Controls.Add(Me.新增一筆空白資料_bt)
  709. Me.Controls.Add(Me.建立日期_dtp)
  710. Me.Controls.Add(Me.付款方式_cb)
  711. Me.Controls.Add(Me.Label21)
  712. Me.Controls.Add(Me.備註_tb)
  713. Me.Controls.Add(Me.負責業務_tb)
  714. Me.Controls.Add(Me.Label18)
  715. Me.Controls.Add(Me.折扣_tb)
  716. Me.Controls.Add(Me.LineID_tb)
  717. Me.Controls.Add(Me.發票額度_tb)
  718. Me.Controls.Add(Me.發票地址郵號_tb)
  719. Me.Controls.Add(Me.發票地址_tb)
  720. Me.Controls.Add(Me.發票抬頭_tb)
  721. Me.Controls.Add(Me.Label12)
  722. Me.Controls.Add(Me.統編_tb)
  723. Me.Controls.Add(Me.傳真_tb)
  724. Me.Controls.Add(Me.手機_tb)
  725. Me.Controls.Add(Me.電話_tb)
  726. Me.Controls.Add(Me.聯絡人_tb)
  727. Me.Controls.Add(Me.負責人_tb)
  728. Me.Controls.Add(Me.送貨地址_tb)
  729. Me.Controls.Add(Me.Label5)
  730. Me.Controls.Add(Me.店面地址郵號_tb)
  731. Me.Controls.Add(Me.店面地址_tb)
  732. Me.Controls.Add(Me.簡稱_tb)
  733. Me.Controls.Add(Me.店名_tb)
  734. Me.Controls.Add(Me.Label1)
  735. Me.Controls.Add(Me.編號_tb)
  736. Me.Controls.Add(Me.客戶清單_dgv)
  737. Me.Controls.Add(Me.Label22)
  738. Me.Controls.Add(Me.Label16)
  739. Me.Controls.Add(Me.Label3)
  740. Me.Controls.Add(Me.Label20)
  741. Me.Controls.Add(Me.Label13)
  742. Me.Controls.Add(Me.Label2)
  743. Me.Controls.Add(Me.Label14)
  744. Me.Controls.Add(Me.Label6)
  745. Me.Controls.Add(Me.Label4)
  746. Me.Controls.Add(Me.Label7)
  747. Me.Controls.Add(Me.Label10)
  748. Me.Controls.Add(Me.Label15)
  749. Me.Controls.Add(Me.Label8)
  750. Me.Controls.Add(Me.Label11)
  751. Me.Controls.Add(Me.Label9)
  752. Me.Controls.Add(Me.Label19)
  753. Me.Controls.Add(Me.Label17)
  754. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  755. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  756. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  757. Me.Name = "客戶資料管理"
  758. Me.Text = "客戶資料管理"
  759. CType(Me.客戶清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  760. Me.ContextMenuStrip1.ResumeLayout(False)
  761. Me.ResumeLayout(False)
  762. Me.PerformLayout()
  763. End Sub
  764. Friend WithEvents 客戶清單_dgv As DataGridView
  765. Friend WithEvents Label1 As Label
  766. Friend WithEvents 編號_tb As TextBox
  767. Friend WithEvents Label2 As Label
  768. Friend WithEvents 店名_tb As TextBox
  769. Friend WithEvents Label3 As Label
  770. Friend WithEvents 簡稱_tb As TextBox
  771. Friend WithEvents Label4 As Label
  772. Friend WithEvents 店面地址_tb As TextBox
  773. Friend WithEvents Label5 As Label
  774. Friend WithEvents 店面地址郵號_tb As TextBox
  775. Friend WithEvents Label6 As Label
  776. Friend WithEvents 送貨地址_tb As TextBox
  777. Friend WithEvents Label7 As Label
  778. Friend WithEvents 負責人_tb As TextBox
  779. Friend WithEvents Label8 As Label
  780. Friend WithEvents 聯絡人_tb As TextBox
  781. Friend WithEvents Label9 As Label
  782. Friend WithEvents 電話_tb As TextBox
  783. Friend WithEvents Label10 As Label
  784. Friend WithEvents 手機_tb As TextBox
  785. Friend WithEvents Label11 As Label
  786. Friend WithEvents 傳真_tb As TextBox
  787. Friend WithEvents Label12 As Label
  788. Friend WithEvents 統編_tb As TextBox
  789. Friend WithEvents Label13 As Label
  790. Friend WithEvents 發票抬頭_tb As TextBox
  791. Friend WithEvents Label14 As Label
  792. Friend WithEvents 發票地址_tb As TextBox
  793. Friend WithEvents Label15 As Label
  794. Friend WithEvents 發票地址郵號_tb As TextBox
  795. Friend WithEvents Label16 As Label
  796. Friend WithEvents 發票額度_tb As TextBox
  797. Friend WithEvents Label17 As Label
  798. Friend WithEvents LineID_tb As TextBox
  799. Friend WithEvents Label18 As Label
  800. Friend WithEvents 折扣_tb As TextBox
  801. Friend WithEvents Label19 As Label
  802. Friend WithEvents 負責業務_tb As TextBox
  803. Friend WithEvents Label20 As Label
  804. Friend WithEvents 備註_tb As TextBox
  805. Friend WithEvents Label21 As Label
  806. Friend WithEvents 付款方式_cb As ComboBox
  807. Friend WithEvents Label22 As Label
  808. Friend WithEvents 建立日期_dtp As DateTimePicker
  809. Friend WithEvents 可全選_ch As CheckBox
  810. Friend WithEvents 模式一_bt As Button
  811. Friend WithEvents 模式二_bt As Button
  812. Friend WithEvents 單筆存檔_bt As Button
  813. Friend WithEvents 關鍵字查詢_bt As Button
  814. Friend WithEvents 批量存檔_bt As Button
  815. Friend WithEvents 新增一筆空白資料_bt As Button
  816. Friend WithEvents 付款編號_tb As TextBox
  817. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  818. Friend WithEvents 模式一ToolStripMenuItem As ToolStripMenuItem
  819. Friend WithEvents 模式二ToolStripMenuItem As ToolStripMenuItem
  820. Friend WithEvents 貼上ToolStripMenuItem As ToolStripMenuItem
  821. Friend WithEvents 重新讀取清單ToolStripMenuItem As ToolStripMenuItem
  822. Friend WithEvents ToolStripSeparator5 As ToolStripSeparator
  823. Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem
  824. Friend WithEvents 新增一筆空白資料ToolStripMenuItem As ToolStripMenuItem
  825. Friend WithEvents 資料存檔單一筆資料ToolStripMenuItem As ToolStripMenuItem
  826. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  827. Friend WithEvents 資料存檔整體清單ToolStripMenuItem As ToolStripMenuItem
  828. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  829. Friend WithEvents 資料刪除ToolStripMenuItem As ToolStripMenuItem
  830. Friend WithEvents 只顯示35筆資料_ch As CheckBox
  831. End Class