Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LINE_MCD管理表.Designer.vb 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class LINE_MCD管理表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Me.新增_bt = New System.Windows.Forms.Button()
  35. Me.修改1_bt = New System.Windows.Forms.Button()
  36. Me.帳號綁定_bt = New System.Windows.Forms.Button()
  37. Me.刪除_bt = New System.Windows.Forms.Button()
  38. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  39. Me.Label1 = New System.Windows.Forms.Label()
  40. Me.姓名_tb = New System.Windows.Forms.TextBox()
  41. Me.user_id_tb = New System.Windows.Forms.TextBox()
  42. Me.Label2 = New System.Windows.Forms.Label()
  43. Me.金句_dgv = New System.Windows.Forms.DataGridView()
  44. Me.新增金句_bt = New System.Windows.Forms.Button()
  45. Me.修改金句_bt = New System.Windows.Forms.Button()
  46. Me.關鍵字_dgv = New System.Windows.Forms.DataGridView()
  47. Me.新增關鍵字_bt = New System.Windows.Forms.Button()
  48. Me.批量修改關鍵字_bt = New System.Windows.Forms.Button()
  49. Me.群組歷史訊息_bt = New System.Windows.Forms.Button()
  50. Me.歷史訊息_pl = New System.Windows.Forms.Panel()
  51. Me.歷史_dgv = New System.Windows.Forms.DataGridView()
  52. Me.通知測試表_bt = New System.Windows.Forms.Button()
  53. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  54. CType(Me.金句_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  55. CType(Me.關鍵字_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.歷史訊息_pl.SuspendLayout()
  57. CType(Me.歷史_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.SuspendLayout()
  59. '
  60. '新增_bt
  61. '
  62. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  64. Me.新增_bt.Location = New System.Drawing.Point(1, 2)
  65. Me.新增_bt.Name = "新增_bt"
  66. Me.新增_bt.Size = New System.Drawing.Size(95, 30)
  67. Me.新增_bt.TabIndex = 1482
  68. Me.新增_bt.Text = "新增"
  69. Me.新增_bt.UseVisualStyleBackColor = True
  70. '
  71. '修改1_bt
  72. '
  73. Me.修改1_bt.ForeColor = System.Drawing.Color.Green
  74. Me.修改1_bt.Location = New System.Drawing.Point(102, 2)
  75. Me.修改1_bt.Name = "修改1_bt"
  76. Me.修改1_bt.Size = New System.Drawing.Size(95, 30)
  77. Me.修改1_bt.TabIndex = 1483
  78. Me.修改1_bt.Text = "修改"
  79. Me.修改1_bt.UseVisualStyleBackColor = True
  80. '
  81. '帳號綁定_bt
  82. '
  83. Me.帳號綁定_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
  84. Me.帳號綁定_bt.Location = New System.Drawing.Point(203, 2)
  85. Me.帳號綁定_bt.Name = "帳號綁定_bt"
  86. Me.帳號綁定_bt.Size = New System.Drawing.Size(95, 30)
  87. Me.帳號綁定_bt.TabIndex = 1507
  88. Me.帳號綁定_bt.Text = "帳號綁定"
  89. Me.帳號綁定_bt.UseVisualStyleBackColor = True
  90. '
  91. '刪除_bt
  92. '
  93. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  94. Me.刪除_bt.Location = New System.Drawing.Point(1, 628)
  95. Me.刪除_bt.Name = "刪除_bt"
  96. Me.刪除_bt.Size = New System.Drawing.Size(297, 24)
  97. Me.刪除_bt.TabIndex = 1508
  98. Me.刪除_bt.Text = "刪除使用者帳戶"
  99. Me.刪除_bt.UseVisualStyleBackColor = True
  100. '
  101. '清單_dgv
  102. '
  103. DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  104. Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  105. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  106. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  107. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  108. DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  109. DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control
  110. DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText
  112. DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
  113. DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  114. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle14
  115. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.清單_dgv.Location = New System.Drawing.Point(1, 129)
  117. Me.清單_dgv.Name = "清單_dgv"
  118. Me.清單_dgv.RowHeadersWidth = 5
  119. DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  120. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle15
  121. Me.清單_dgv.RowTemplate.Height = 24
  122. Me.清單_dgv.Size = New System.Drawing.Size(297, 497)
  123. Me.清單_dgv.TabIndex = 1509
  124. '
  125. 'Label1
  126. '
  127. Me.Label1.AutoSize = True
  128. Me.Label1.Location = New System.Drawing.Point(6, 74)
  129. Me.Label1.Name = "Label1"
  130. Me.Label1.Size = New System.Drawing.Size(31, 16)
  131. Me.Label1.TabIndex = 1510
  132. Me.Label1.Text = "姓名"
  133. '
  134. '姓名_tb
  135. '
  136. Me.姓名_tb.Location = New System.Drawing.Point(56, 71)
  137. Me.姓名_tb.Name = "姓名_tb"
  138. Me.姓名_tb.ReadOnly = True
  139. Me.姓名_tb.Size = New System.Drawing.Size(242, 23)
  140. Me.姓名_tb.TabIndex = 1511
  141. '
  142. 'user_id_tb
  143. '
  144. Me.user_id_tb.Location = New System.Drawing.Point(56, 100)
  145. Me.user_id_tb.Name = "user_id_tb"
  146. Me.user_id_tb.ReadOnly = True
  147. Me.user_id_tb.Size = New System.Drawing.Size(242, 23)
  148. Me.user_id_tb.TabIndex = 1513
  149. '
  150. 'Label2
  151. '
  152. Me.Label2.AutoSize = True
  153. Me.Label2.Location = New System.Drawing.Point(6, 104)
  154. Me.Label2.Name = "Label2"
  155. Me.Label2.Size = New System.Drawing.Size(44, 16)
  156. Me.Label2.TabIndex = 1512
  157. Me.Label2.Text = "UserID"
  158. '
  159. '金句_dgv
  160. '
  161. DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  162. Me.金句_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
  163. Me.金句_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  164. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  165. Me.金句_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  166. Me.金句_dgv.BackgroundColor = System.Drawing.Color.White
  167. Me.金句_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  168. DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  169. DataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control
  170. DataGridViewCellStyle17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. DataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText
  172. DataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight
  173. DataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  174. Me.金句_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle17
  175. Me.金句_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  176. Me.金句_dgv.Location = New System.Drawing.Point(890, 35)
  177. Me.金句_dgv.Name = "金句_dgv"
  178. Me.金句_dgv.RowHeadersWidth = 5
  179. DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  180. Me.金句_dgv.RowsDefaultCellStyle = DataGridViewCellStyle18
  181. Me.金句_dgv.RowTemplate.Height = 24
  182. Me.金句_dgv.Size = New System.Drawing.Size(457, 644)
  183. Me.金句_dgv.TabIndex = 1514
  184. '
  185. '新增金句_bt
  186. '
  187. Me.新增金句_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. Me.新增金句_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  189. Me.新增金句_bt.Location = New System.Drawing.Point(890, 2)
  190. Me.新增金句_bt.Name = "新增金句_bt"
  191. Me.新增金句_bt.Size = New System.Drawing.Size(215, 30)
  192. Me.新增金句_bt.TabIndex = 1515
  193. Me.新增金句_bt.Text = "新增金句"
  194. Me.新增金句_bt.UseVisualStyleBackColor = True
  195. '
  196. '修改金句_bt
  197. '
  198. Me.修改金句_bt.ForeColor = System.Drawing.Color.Green
  199. Me.修改金句_bt.Location = New System.Drawing.Point(1111, 2)
  200. Me.修改金句_bt.Name = "修改金句_bt"
  201. Me.修改金句_bt.Size = New System.Drawing.Size(236, 30)
  202. Me.修改金句_bt.TabIndex = 1516
  203. Me.修改金句_bt.Text = "批量修改金句"
  204. Me.修改金句_bt.UseVisualStyleBackColor = True
  205. '
  206. '關鍵字_dgv
  207. '
  208. DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  209. Me.關鍵字_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle19
  210. Me.關鍵字_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  211. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  212. Me.關鍵字_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  213. Me.關鍵字_dgv.BackgroundColor = System.Drawing.Color.White
  214. Me.關鍵字_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  215. DataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  216. DataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control
  217. DataGridViewCellStyle20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. DataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText
  219. DataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight
  220. DataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  221. Me.關鍵字_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle20
  222. Me.關鍵字_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  223. Me.關鍵字_dgv.Location = New System.Drawing.Point(301, 35)
  224. Me.關鍵字_dgv.Name = "關鍵字_dgv"
  225. Me.關鍵字_dgv.RowHeadersWidth = 5
  226. DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  227. Me.關鍵字_dgv.RowsDefaultCellStyle = DataGridViewCellStyle21
  228. Me.關鍵字_dgv.RowTemplate.Height = 24
  229. Me.關鍵字_dgv.Size = New System.Drawing.Size(587, 644)
  230. Me.關鍵字_dgv.TabIndex = 1517
  231. '
  232. '新增關鍵字_bt
  233. '
  234. Me.新增關鍵字_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  235. Me.新增關鍵字_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  236. Me.新增關鍵字_bt.Location = New System.Drawing.Point(301, 2)
  237. Me.新增關鍵字_bt.Name = "新增關鍵字_bt"
  238. Me.新增關鍵字_bt.Size = New System.Drawing.Size(277, 30)
  239. Me.新增關鍵字_bt.TabIndex = 1518
  240. Me.新增關鍵字_bt.Text = "新增關鍵字"
  241. Me.新增關鍵字_bt.UseVisualStyleBackColor = True
  242. '
  243. '批量修改關鍵字_bt
  244. '
  245. Me.批量修改關鍵字_bt.ForeColor = System.Drawing.Color.Green
  246. Me.批量修改關鍵字_bt.Location = New System.Drawing.Point(584, 2)
  247. Me.批量修改關鍵字_bt.Name = "批量修改關鍵字_bt"
  248. Me.批量修改關鍵字_bt.Size = New System.Drawing.Size(304, 30)
  249. Me.批量修改關鍵字_bt.TabIndex = 1519
  250. Me.批量修改關鍵字_bt.Text = "批量修改關鍵字"
  251. Me.批量修改關鍵字_bt.UseVisualStyleBackColor = True
  252. '
  253. '群組歷史訊息_bt
  254. '
  255. Me.群組歷史訊息_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.群組歷史訊息_bt.ForeColor = System.Drawing.Color.Black
  257. Me.群組歷史訊息_bt.Location = New System.Drawing.Point(1, 35)
  258. Me.群組歷史訊息_bt.Name = "群組歷史訊息_bt"
  259. Me.群組歷史訊息_bt.Size = New System.Drawing.Size(297, 30)
  260. Me.群組歷史訊息_bt.TabIndex = 1520
  261. Me.群組歷史訊息_bt.Text = "群組歷史訊息"
  262. Me.群組歷史訊息_bt.UseVisualStyleBackColor = True
  263. '
  264. '歷史訊息_pl
  265. '
  266. Me.歷史訊息_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  267. Me.歷史訊息_pl.Controls.Add(Me.歷史_dgv)
  268. Me.歷史訊息_pl.Location = New System.Drawing.Point(301, 2)
  269. Me.歷史訊息_pl.Name = "歷史訊息_pl"
  270. Me.歷史訊息_pl.Size = New System.Drawing.Size(1046, 677)
  271. Me.歷史訊息_pl.TabIndex = 1521
  272. '
  273. '歷史_dgv
  274. '
  275. DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  276. Me.歷史_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle22
  277. Me.歷史_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  278. Or System.Windows.Forms.AnchorStyles.Left) _
  279. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  280. Me.歷史_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  281. Me.歷史_dgv.BackgroundColor = System.Drawing.Color.White
  282. Me.歷史_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  283. DataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  284. DataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Control
  285. DataGridViewCellStyle23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  286. DataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.WindowText
  287. DataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight
  288. DataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  289. Me.歷史_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle23
  290. Me.歷史_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  291. Me.歷史_dgv.Location = New System.Drawing.Point(-1, -1)
  292. Me.歷史_dgv.Name = "歷史_dgv"
  293. Me.歷史_dgv.RowHeadersWidth = 5
  294. DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  295. Me.歷史_dgv.RowsDefaultCellStyle = DataGridViewCellStyle24
  296. Me.歷史_dgv.RowTemplate.Height = 24
  297. Me.歷史_dgv.Size = New System.Drawing.Size(1046, 677)
  298. Me.歷史_dgv.TabIndex = 1510
  299. '
  300. '通知測試表_bt
  301. '
  302. Me.通知測試表_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  303. Me.通知測試表_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.通知測試表_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  305. Me.通知測試表_bt.Location = New System.Drawing.Point(1, 653)
  306. Me.通知測試表_bt.Name = "通知測試表_bt"
  307. Me.通知測試表_bt.Size = New System.Drawing.Size(297, 26)
  308. Me.通知測試表_bt.TabIndex = 1522
  309. Me.通知測試表_bt.Text = "LINE_通知測試表"
  310. Me.通知測試表_bt.UseVisualStyleBackColor = True
  311. '
  312. 'LINE_MCD管理表
  313. '
  314. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  315. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  316. Me.ClientSize = New System.Drawing.Size(1350, 681)
  317. Me.Controls.Add(Me.通知測試表_bt)
  318. Me.Controls.Add(Me.群組歷史訊息_bt)
  319. Me.Controls.Add(Me.批量修改關鍵字_bt)
  320. Me.Controls.Add(Me.新增關鍵字_bt)
  321. Me.Controls.Add(Me.關鍵字_dgv)
  322. Me.Controls.Add(Me.修改金句_bt)
  323. Me.Controls.Add(Me.新增金句_bt)
  324. Me.Controls.Add(Me.金句_dgv)
  325. Me.Controls.Add(Me.user_id_tb)
  326. Me.Controls.Add(Me.Label2)
  327. Me.Controls.Add(Me.姓名_tb)
  328. Me.Controls.Add(Me.Label1)
  329. Me.Controls.Add(Me.清單_dgv)
  330. Me.Controls.Add(Me.刪除_bt)
  331. Me.Controls.Add(Me.帳號綁定_bt)
  332. Me.Controls.Add(Me.修改1_bt)
  333. Me.Controls.Add(Me.新增_bt)
  334. Me.Controls.Add(Me.歷史訊息_pl)
  335. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.Margin = New System.Windows.Forms.Padding(4)
  337. Me.Name = "LINE_MCD管理表"
  338. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  339. Me.Text = "LINE_MCD管理表"
  340. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  341. CType(Me.金句_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  342. CType(Me.關鍵字_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  343. Me.歷史訊息_pl.ResumeLayout(False)
  344. CType(Me.歷史_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  345. Me.ResumeLayout(False)
  346. Me.PerformLayout()
  347. End Sub
  348. Friend WithEvents 新增_bt As Button
  349. Friend WithEvents 修改1_bt As Button
  350. Friend WithEvents 帳號綁定_bt As Button
  351. Friend WithEvents 刪除_bt As Button
  352. Friend WithEvents 清單_dgv As DataGridView
  353. Friend WithEvents Label1 As Label
  354. Friend WithEvents 姓名_tb As TextBox
  355. Friend WithEvents user_id_tb As TextBox
  356. Friend WithEvents Label2 As Label
  357. Friend WithEvents 金句_dgv As DataGridView
  358. Friend WithEvents 新增金句_bt As Button
  359. Friend WithEvents 修改金句_bt As Button
  360. Friend WithEvents 關鍵字_dgv As DataGridView
  361. Friend WithEvents 新增關鍵字_bt As Button
  362. Friend WithEvents 批量修改關鍵字_bt As Button
  363. Friend WithEvents 群組歷史訊息_bt As Button
  364. Friend WithEvents 歷史訊息_pl As Panel
  365. Friend WithEvents 歷史_dgv As DataGridView
  366. Friend WithEvents 通知測試表_bt As Button
  367. End Class