Nessuna descrizione
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 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  26. Me.地址_tb = New System.Windows.Forms.TextBox()
  27. Me.電話1_tb = New System.Windows.Forms.TextBox()
  28. Me.公司地址_lb = New System.Windows.Forms.Label()
  29. Me.客戶名稱_tb = New System.Windows.Forms.TextBox()
  30. Me.客戶_lb = New System.Windows.Forms.Label()
  31. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  32. Me.客戶編號_lb = New System.Windows.Forms.Label()
  33. Me.公司電話1_lb = New System.Windows.Forms.Label()
  34. Me.廠商清單_dgv = New System.Windows.Forms.DataGridView()
  35. Me.確認新增_bt = New System.Windows.Forms.Button()
  36. Me.查詢_bt = New System.Windows.Forms.Button()
  37. Me.刪除_bt = New System.Windows.Forms.Button()
  38. Me.新增_bt = New System.Windows.Forms.Button()
  39. Me.修改_bt = New System.Windows.Forms.Button()
  40. Me.Panel1 = New System.Windows.Forms.Panel()
  41. Me.信箱2_tb = New System.Windows.Forms.TextBox()
  42. Me.信箱1_tb = New System.Windows.Forms.TextBox()
  43. Me.聯繫電話2_tb = New System.Windows.Forms.TextBox()
  44. Me.聯繫電話1_tb = New System.Windows.Forms.TextBox()
  45. Me.聯繫人2_tb = New System.Windows.Forms.TextBox()
  46. Me.聯繫人1_tb = New System.Windows.Forms.TextBox()
  47. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  48. Me.負責人電話_tb = New System.Windows.Forms.TextBox()
  49. Me.負責人_lb = New System.Windows.Forms.Label()
  50. Me.負責人電話_lb = New System.Windows.Forms.Label()
  51. Me.負責人_tb = New System.Windows.Forms.TextBox()
  52. Me.客戶簡稱_cb = New System.Windows.Forms.ComboBox()
  53. Me.簡稱_lb = New System.Windows.Forms.Label()
  54. Me.Label1 = New System.Windows.Forms.Label()
  55. Me.Label2 = New System.Windows.Forms.Label()
  56. Me.性別_cb = New System.Windows.Forms.ComboBox()
  57. Me.生肖_cb = New System.Windows.Forms.ComboBox()
  58. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.Panel1.SuspendLayout()
  60. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.SuspendLayout()
  62. '
  63. '地址_tb
  64. '
  65. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  66. Me.地址_tb.Location = New System.Drawing.Point(352, 31)
  67. Me.地址_tb.Name = "地址_tb"
  68. Me.地址_tb.Size = New System.Drawing.Size(566, 23)
  69. Me.地址_tb.TabIndex = 1685
  70. '
  71. '電話1_tb
  72. '
  73. Me.電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.電話1_tb.Location = New System.Drawing.Point(752, 2)
  75. Me.電話1_tb.Name = "電話1_tb"
  76. Me.電話1_tb.Size = New System.Drawing.Size(166, 23)
  77. Me.電話1_tb.TabIndex = 1677
  78. '
  79. '公司地址_lb
  80. '
  81. Me.公司地址_lb.AutoSize = True
  82. Me.公司地址_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.公司地址_lb.Location = New System.Drawing.Point(291, 35)
  84. Me.公司地址_lb.Name = "公司地址_lb"
  85. Me.公司地址_lb.Size = New System.Drawing.Size(55, 16)
  86. Me.公司地址_lb.TabIndex = 1676
  87. Me.公司地址_lb.Text = "信眾地址"
  88. Me.公司地址_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  89. '
  90. '客戶名稱_tb
  91. '
  92. Me.客戶名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.客戶名稱_tb.Location = New System.Drawing.Point(538, 2)
  94. Me.客戶名稱_tb.Name = "客戶名稱_tb"
  95. Me.客戶名稱_tb.Size = New System.Drawing.Size(147, 23)
  96. Me.客戶名稱_tb.TabIndex = 1675
  97. '
  98. '客戶_lb
  99. '
  100. Me.客戶_lb.AutoSize = True
  101. Me.客戶_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.客戶_lb.Location = New System.Drawing.Point(477, 6)
  103. Me.客戶_lb.Name = "客戶_lb"
  104. Me.客戶_lb.Size = New System.Drawing.Size(55, 16)
  105. Me.客戶_lb.TabIndex = 1674
  106. Me.客戶_lb.Text = "信眾名稱"
  107. Me.客戶_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  108. '
  109. '供應商編號_tb
  110. '
  111. Me.供應商編號_tb.Enabled = False
  112. Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  113. Me.供應商編號_tb.Location = New System.Drawing.Point(352, 2)
  114. Me.供應商編號_tb.Name = "供應商編號_tb"
  115. Me.供應商編號_tb.Size = New System.Drawing.Size(119, 23)
  116. Me.供應商編號_tb.TabIndex = 1672
  117. Me.供應商編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  118. '
  119. '客戶編號_lb
  120. '
  121. Me.客戶編號_lb.AutoSize = True
  122. Me.客戶編號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.客戶編號_lb.Location = New System.Drawing.Point(291, 6)
  124. Me.客戶編號_lb.Name = "客戶編號_lb"
  125. Me.客戶編號_lb.Size = New System.Drawing.Size(55, 16)
  126. Me.客戶編號_lb.TabIndex = 1673
  127. Me.客戶編號_lb.Text = "信眾編號"
  128. Me.客戶編號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  129. '
  130. '公司電話1_lb
  131. '
  132. Me.公司電話1_lb.AutoSize = True
  133. Me.公司電話1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  134. Me.公司電話1_lb.ForeColor = System.Drawing.Color.Black
  135. Me.公司電話1_lb.Location = New System.Drawing.Point(691, 6)
  136. Me.公司電話1_lb.Name = "公司電話1_lb"
  137. Me.公司電話1_lb.Size = New System.Drawing.Size(55, 16)
  138. Me.公司電話1_lb.TabIndex = 1678
  139. Me.公司電話1_lb.Text = "信眾電話"
  140. Me.公司電話1_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  141. '
  142. '廠商清單_dgv
  143. '
  144. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ControlLight
  145. Me.廠商清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  146. Me.廠商清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  147. Or System.Windows.Forms.AnchorStyles.Left) _
  148. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  149. Me.廠商清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  150. Me.廠商清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  151. Me.廠商清單_dgv.Location = New System.Drawing.Point(3, 60)
  152. Me.廠商清單_dgv.Name = "廠商清單_dgv"
  153. Me.廠商清單_dgv.RowHeadersWidth = 5
  154. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  156. Me.廠商清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  157. Me.廠商清單_dgv.RowTemplate.Height = 24
  158. Me.廠商清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  159. Me.廠商清單_dgv.Size = New System.Drawing.Size(1342, 618)
  160. Me.廠商清單_dgv.TabIndex = 1684
  161. '
  162. '確認新增_bt
  163. '
  164. Me.確認新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER2
  165. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  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(113, 2)
  169. Me.確認新增_bt.Name = "確認新增_bt"
  170. Me.確認新增_bt.Size = New System.Drawing.Size(50, 50)
  171. Me.確認新增_bt.TabIndex = 1683
  172. Me.確認新增_bt.UseVisualStyleBackColor = True
  173. '
  174. '查詢_bt
  175. '
  176. Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search
  177. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  178. Me.查詢_bt.Location = New System.Drawing.Point(3, 2)
  179. Me.查詢_bt.Name = "查詢_bt"
  180. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  181. Me.查詢_bt.TabIndex = 1682
  182. Me.查詢_bt.UseVisualStyleBackColor = True
  183. '
  184. '刪除_bt
  185. '
  186. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  187. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  188. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  189. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  190. Me.刪除_bt.Location = New System.Drawing.Point(223, 2)
  191. Me.刪除_bt.Name = "刪除_bt"
  192. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  193. Me.刪除_bt.TabIndex = 1681
  194. Me.刪除_bt.UseVisualStyleBackColor = True
  195. '
  196. '新增_bt
  197. '
  198. Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2
  199. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  200. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  201. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  202. Me.新增_bt.Location = New System.Drawing.Point(58, 2)
  203. Me.新增_bt.Name = "新增_bt"
  204. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  205. Me.新增_bt.TabIndex = 1679
  206. Me.新增_bt.UseVisualStyleBackColor = True
  207. '
  208. '修改_bt
  209. '
  210. Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  211. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  212. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  214. Me.修改_bt.Location = New System.Drawing.Point(168, 2)
  215. Me.修改_bt.Name = "修改_bt"
  216. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  217. Me.修改_bt.TabIndex = 1680
  218. Me.修改_bt.UseVisualStyleBackColor = True
  219. '
  220. 'Panel1
  221. '
  222. Me.Panel1.Controls.Add(Me.信箱2_tb)
  223. Me.Panel1.Controls.Add(Me.信箱1_tb)
  224. Me.Panel1.Controls.Add(Me.聯繫電話2_tb)
  225. Me.Panel1.Controls.Add(Me.聯繫電話1_tb)
  226. Me.Panel1.Controls.Add(Me.聯繫人2_tb)
  227. Me.Panel1.Controls.Add(Me.聯繫人1_tb)
  228. Me.Panel1.Controls.Add(Me.語言_dgv)
  229. Me.Panel1.Controls.Add(Me.負責人電話_tb)
  230. Me.Panel1.Controls.Add(Me.負責人_lb)
  231. Me.Panel1.Controls.Add(Me.負責人電話_lb)
  232. Me.Panel1.Controls.Add(Me.負責人_tb)
  233. Me.Panel1.Location = New System.Drawing.Point(306, 191)
  234. Me.Panel1.Name = "Panel1"
  235. Me.Panel1.Size = New System.Drawing.Size(697, 318)
  236. Me.Panel1.TabIndex = 1686
  237. Me.Panel1.Visible = False
  238. '
  239. '信箱2_tb
  240. '
  241. Me.信箱2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. Me.信箱2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  243. Me.信箱2_tb.Location = New System.Drawing.Point(259, 139)
  244. Me.信箱2_tb.Name = "信箱2_tb"
  245. Me.信箱2_tb.Size = New System.Drawing.Size(410, 23)
  246. Me.信箱2_tb.TabIndex = 1675
  247. '
  248. '信箱1_tb
  249. '
  250. Me.信箱1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.信箱1_tb.ForeColor = System.Drawing.Color.Green
  252. Me.信箱1_tb.Location = New System.Drawing.Point(259, 115)
  253. Me.信箱1_tb.Name = "信箱1_tb"
  254. Me.信箱1_tb.Size = New System.Drawing.Size(410, 23)
  255. Me.信箱1_tb.TabIndex = 1674
  256. '
  257. '聯繫電話2_tb
  258. '
  259. Me.聯繫電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  260. Me.聯繫電話2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  261. Me.聯繫電話2_tb.Location = New System.Drawing.Point(425, 277)
  262. Me.聯繫電話2_tb.Name = "聯繫電話2_tb"
  263. Me.聯繫電話2_tb.Size = New System.Drawing.Size(244, 23)
  264. Me.聯繫電話2_tb.TabIndex = 1673
  265. '
  266. '聯繫電話1_tb
  267. '
  268. Me.聯繫電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.聯繫電話1_tb.ForeColor = System.Drawing.Color.Green
  270. Me.聯繫電話1_tb.Location = New System.Drawing.Point(425, 253)
  271. Me.聯繫電話1_tb.Name = "聯繫電話1_tb"
  272. Me.聯繫電話1_tb.Size = New System.Drawing.Size(244, 23)
  273. Me.聯繫電話1_tb.TabIndex = 1672
  274. '
  275. '聯繫人2_tb
  276. '
  277. Me.聯繫人2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  278. Me.聯繫人2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  279. Me.聯繫人2_tb.Location = New System.Drawing.Point(259, 220)
  280. Me.聯繫人2_tb.Name = "聯繫人2_tb"
  281. Me.聯繫人2_tb.Size = New System.Drawing.Size(410, 23)
  282. Me.聯繫人2_tb.TabIndex = 1671
  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(259, 196)
  289. Me.聯繫人1_tb.Name = "聯繫人1_tb"
  290. Me.聯繫人1_tb.Size = New System.Drawing.Size(410, 23)
  291. Me.聯繫人1_tb.TabIndex = 1670
  292. '
  293. '語言_dgv
  294. '
  295. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  296. Me.語言_dgv.Location = New System.Drawing.Point(126, 156)
  297. Me.語言_dgv.Name = "語言_dgv"
  298. Me.語言_dgv.RowHeadersWidth = 5
  299. Me.語言_dgv.RowTemplate.Height = 24
  300. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  301. Me.語言_dgv.TabIndex = 1666
  302. Me.語言_dgv.Visible = False
  303. '
  304. '負責人電話_tb
  305. '
  306. Me.負責人電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.負責人電話_tb.Location = New System.Drawing.Point(385, 70)
  308. Me.負責人電話_tb.Name = "負責人電話_tb"
  309. Me.負責人電話_tb.Size = New System.Drawing.Size(192, 23)
  310. Me.負責人電話_tb.TabIndex = 1669
  311. '
  312. '負責人_lb
  313. '
  314. Me.負責人_lb.AutoSize = True
  315. Me.負責人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.負責人_lb.Location = New System.Drawing.Point(95, 72)
  317. Me.負責人_lb.Name = "負責人_lb"
  318. Me.負責人_lb.Size = New System.Drawing.Size(43, 16)
  319. Me.負責人_lb.TabIndex = 1646
  320. Me.負責人_lb.Text = "負責人"
  321. Me.負責人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  322. '
  323. '負責人電話_lb
  324. '
  325. Me.負責人電話_lb.AutoSize = True
  326. Me.負責人電話_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.負責人電話_lb.Location = New System.Drawing.Point(312, 72)
  328. Me.負責人電話_lb.Name = "負責人電話_lb"
  329. Me.負責人電話_lb.Size = New System.Drawing.Size(67, 16)
  330. Me.負責人電話_lb.TabIndex = 1668
  331. Me.負責人電話_lb.Text = "負責人電話"
  332. Me.負責人電話_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  333. '
  334. '負責人_tb
  335. '
  336. Me.負責人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  337. Me.負責人_tb.Location = New System.Drawing.Point(144, 69)
  338. Me.負責人_tb.Name = "負責人_tb"
  339. Me.負責人_tb.Size = New System.Drawing.Size(136, 23)
  340. Me.負責人_tb.TabIndex = 1647
  341. '
  342. '客戶簡稱_cb
  343. '
  344. Me.客戶簡稱_cb.FormattingEnabled = True
  345. Me.客戶簡稱_cb.Items.AddRange(New Object() {"2019"})
  346. Me.客戶簡稱_cb.Location = New System.Drawing.Point(985, 3)
  347. Me.客戶簡稱_cb.Name = "客戶簡稱_cb"
  348. Me.客戶簡稱_cb.Size = New System.Drawing.Size(154, 24)
  349. Me.客戶簡稱_cb.TabIndex = 1667
  350. '
  351. '簡稱_lb
  352. '
  353. Me.簡稱_lb.AutoSize = True
  354. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. Me.簡稱_lb.Location = New System.Drawing.Point(924, 5)
  356. Me.簡稱_lb.Name = "簡稱_lb"
  357. Me.簡稱_lb.Size = New System.Drawing.Size(55, 16)
  358. Me.簡稱_lb.TabIndex = 1639
  359. Me.簡稱_lb.Text = "群組編號"
  360. Me.簡稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  361. '
  362. 'Label1
  363. '
  364. Me.Label1.AutoSize = True
  365. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  366. Me.Label1.Location = New System.Drawing.Point(948, 35)
  367. Me.Label1.Name = "Label1"
  368. Me.Label1.Size = New System.Drawing.Size(31, 16)
  369. Me.Label1.TabIndex = 1687
  370. Me.Label1.Text = "性別"
  371. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  372. '
  373. 'Label2
  374. '
  375. Me.Label2.AutoSize = True
  376. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. Me.Label2.Location = New System.Drawing.Point(1049, 36)
  378. Me.Label2.Name = "Label2"
  379. Me.Label2.Size = New System.Drawing.Size(31, 16)
  380. Me.Label2.TabIndex = 1688
  381. Me.Label2.Text = "生肖"
  382. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  383. '
  384. '性別_cb
  385. '
  386. Me.性別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  387. Me.性別_cb.FormattingEnabled = True
  388. Me.性別_cb.Items.AddRange(New Object() {"男", "女"})
  389. Me.性別_cb.Location = New System.Drawing.Point(985, 32)
  390. Me.性別_cb.Name = "性別_cb"
  391. Me.性別_cb.Size = New System.Drawing.Size(55, 24)
  392. Me.性別_cb.TabIndex = 1689
  393. '
  394. '生肖_cb
  395. '
  396. Me.生肖_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  397. Me.生肖_cb.FormattingEnabled = True
  398. Me.生肖_cb.Items.AddRange(New Object() {"鼠", "牛", "虎", "兔", "龍", "蛇", "馬", "羊", "猴", "雞", "狗", "豬"})
  399. Me.生肖_cb.Location = New System.Drawing.Point(1086, 32)
  400. Me.生肖_cb.Name = "生肖_cb"
  401. Me.生肖_cb.Size = New System.Drawing.Size(55, 24)
  402. Me.生肖_cb.TabIndex = 1690
  403. '
  404. '信眾資料表
  405. '
  406. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  407. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  408. Me.ClientSize = New System.Drawing.Size(1349, 681)
  409. Me.Controls.Add(Me.生肖_cb)
  410. Me.Controls.Add(Me.性別_cb)
  411. Me.Controls.Add(Me.Label2)
  412. Me.Controls.Add(Me.Label1)
  413. Me.Controls.Add(Me.Panel1)
  414. Me.Controls.Add(Me.地址_tb)
  415. Me.Controls.Add(Me.確認新增_bt)
  416. Me.Controls.Add(Me.查詢_bt)
  417. Me.Controls.Add(Me.刪除_bt)
  418. Me.Controls.Add(Me.新增_bt)
  419. Me.Controls.Add(Me.修改_bt)
  420. Me.Controls.Add(Me.電話1_tb)
  421. Me.Controls.Add(Me.公司地址_lb)
  422. Me.Controls.Add(Me.客戶簡稱_cb)
  423. Me.Controls.Add(Me.客戶名稱_tb)
  424. Me.Controls.Add(Me.客戶_lb)
  425. Me.Controls.Add(Me.供應商編號_tb)
  426. Me.Controls.Add(Me.簡稱_lb)
  427. Me.Controls.Add(Me.客戶編號_lb)
  428. Me.Controls.Add(Me.公司電話1_lb)
  429. Me.Controls.Add(Me.廠商清單_dgv)
  430. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  431. Me.Margin = New System.Windows.Forms.Padding(4)
  432. Me.Name = "信眾資料表"
  433. Me.Text = "信眾資料表"
  434. CType(Me.廠商清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  435. Me.Panel1.ResumeLayout(False)
  436. Me.Panel1.PerformLayout()
  437. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  438. Me.ResumeLayout(False)
  439. Me.PerformLayout()
  440. End Sub
  441. Friend WithEvents ToolTip1 As ToolTip
  442. Friend WithEvents 地址_tb As TextBox
  443. Friend WithEvents 確認新增_bt As Button
  444. Friend WithEvents 查詢_bt As Button
  445. Friend WithEvents 刪除_bt As Button
  446. Friend WithEvents 新增_bt As Button
  447. Friend WithEvents 修改_bt As Button
  448. Friend WithEvents 電話1_tb As TextBox
  449. Friend WithEvents 公司地址_lb As Label
  450. Friend WithEvents 客戶名稱_tb As TextBox
  451. Friend WithEvents 客戶_lb As Label
  452. Friend WithEvents 供應商編號_tb As TextBox
  453. Friend WithEvents 客戶編號_lb As Label
  454. Friend WithEvents 公司電話1_lb As Label
  455. Friend WithEvents 廠商清單_dgv As DataGridView
  456. Friend WithEvents Panel1 As Panel
  457. Friend WithEvents 負責人_lb As Label
  458. Friend WithEvents 負責人_tb As TextBox
  459. Friend WithEvents 負責人電話_lb As Label
  460. Friend WithEvents 客戶簡稱_cb As ComboBox
  461. Friend WithEvents 負責人電話_tb As TextBox
  462. Friend WithEvents 語言_dgv As DataGridView
  463. Friend WithEvents 簡稱_lb As Label
  464. Friend WithEvents 信箱2_tb As TextBox
  465. Friend WithEvents 信箱1_tb As TextBox
  466. Friend WithEvents 聯繫電話2_tb As TextBox
  467. Friend WithEvents 聯繫電話1_tb As TextBox
  468. Friend WithEvents 聯繫人2_tb As TextBox
  469. Friend WithEvents 聯繫人1_tb As TextBox
  470. Friend WithEvents Label1 As Label
  471. Friend WithEvents Label2 As Label
  472. Friend WithEvents 性別_cb As ComboBox
  473. Friend WithEvents 生肖_cb As ComboBox
  474. End Class