123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class LINE_MCD管理表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.修改1_bt = New System.Windows.Forms.Button()
- Me.帳號綁定_bt = New System.Windows.Forms.Button()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.清單_dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.姓名_tb = New System.Windows.Forms.TextBox()
- Me.user_id_tb = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.金句_dgv = New System.Windows.Forms.DataGridView()
- Me.新增金句_bt = New System.Windows.Forms.Button()
- Me.修改金句_bt = New System.Windows.Forms.Button()
- Me.關鍵字_dgv = New System.Windows.Forms.DataGridView()
- Me.新增關鍵字_bt = New System.Windows.Forms.Button()
- Me.批量修改關鍵字_bt = New System.Windows.Forms.Button()
- Me.群組歷史訊息_bt = New System.Windows.Forms.Button()
- Me.歷史訊息_pl = New System.Windows.Forms.Panel()
- Me.歷史_dgv = New System.Windows.Forms.DataGridView()
- Me.通知測試表_bt = New System.Windows.Forms.Button()
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.金句_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.關鍵字_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.歷史訊息_pl.SuspendLayout()
- CType(Me.歷史_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '新增_bt
- '
- Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增_bt.Location = New System.Drawing.Point(1, 2)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(95, 30)
- Me.新增_bt.TabIndex = 1482
- Me.新增_bt.Text = "新增"
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '修改1_bt
- '
- Me.修改1_bt.ForeColor = System.Drawing.Color.Green
- Me.修改1_bt.Location = New System.Drawing.Point(102, 2)
- Me.修改1_bt.Name = "修改1_bt"
- Me.修改1_bt.Size = New System.Drawing.Size(95, 30)
- Me.修改1_bt.TabIndex = 1483
- Me.修改1_bt.Text = "修改"
- Me.修改1_bt.UseVisualStyleBackColor = True
- '
- '帳號綁定_bt
- '
- Me.帳號綁定_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.帳號綁定_bt.Location = New System.Drawing.Point(203, 2)
- Me.帳號綁定_bt.Name = "帳號綁定_bt"
- Me.帳號綁定_bt.Size = New System.Drawing.Size(95, 30)
- Me.帳號綁定_bt.TabIndex = 1507
- Me.帳號綁定_bt.Text = "帳號綁定"
- Me.帳號綁定_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(1, 628)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(297, 24)
- Me.刪除_bt.TabIndex = 1508
- Me.刪除_bt.Text = "刪除使用者帳戶"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '清單_dgv
- '
- DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
- Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
- Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle14
- Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.清單_dgv.Location = New System.Drawing.Point(1, 129)
- Me.清單_dgv.Name = "清單_dgv"
- Me.清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle15
- Me.清單_dgv.RowTemplate.Height = 24
- Me.清單_dgv.Size = New System.Drawing.Size(297, 497)
- Me.清單_dgv.TabIndex = 1509
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(6, 74)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(31, 16)
- Me.Label1.TabIndex = 1510
- Me.Label1.Text = "姓名"
- '
- '姓名_tb
- '
- Me.姓名_tb.Location = New System.Drawing.Point(56, 71)
- Me.姓名_tb.Name = "姓名_tb"
- Me.姓名_tb.ReadOnly = True
- Me.姓名_tb.Size = New System.Drawing.Size(242, 23)
- Me.姓名_tb.TabIndex = 1511
- '
- 'user_id_tb
- '
- Me.user_id_tb.Location = New System.Drawing.Point(56, 100)
- Me.user_id_tb.Name = "user_id_tb"
- Me.user_id_tb.ReadOnly = True
- Me.user_id_tb.Size = New System.Drawing.Size(242, 23)
- Me.user_id_tb.TabIndex = 1513
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(6, 104)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(44, 16)
- Me.Label2.TabIndex = 1512
- Me.Label2.Text = "UserID"
- '
- '金句_dgv
- '
- DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.金句_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
- Me.金句_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.金句_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.金句_dgv.BackgroundColor = System.Drawing.Color.White
- Me.金句_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- DataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- Me.金句_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle17
- Me.金句_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.金句_dgv.Location = New System.Drawing.Point(890, 35)
- Me.金句_dgv.Name = "金句_dgv"
- Me.金句_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.金句_dgv.RowsDefaultCellStyle = DataGridViewCellStyle18
- Me.金句_dgv.RowTemplate.Height = 24
- Me.金句_dgv.Size = New System.Drawing.Size(457, 644)
- Me.金句_dgv.TabIndex = 1514
- '
- '新增金句_bt
- '
- Me.新增金句_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增金句_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增金句_bt.Location = New System.Drawing.Point(890, 2)
- Me.新增金句_bt.Name = "新增金句_bt"
- Me.新增金句_bt.Size = New System.Drawing.Size(215, 30)
- Me.新增金句_bt.TabIndex = 1515
- Me.新增金句_bt.Text = "新增金句"
- Me.新增金句_bt.UseVisualStyleBackColor = True
- '
- '修改金句_bt
- '
- Me.修改金句_bt.ForeColor = System.Drawing.Color.Green
- Me.修改金句_bt.Location = New System.Drawing.Point(1111, 2)
- Me.修改金句_bt.Name = "修改金句_bt"
- Me.修改金句_bt.Size = New System.Drawing.Size(236, 30)
- Me.修改金句_bt.TabIndex = 1516
- Me.修改金句_bt.Text = "批量修改金句"
- Me.修改金句_bt.UseVisualStyleBackColor = True
- '
- '關鍵字_dgv
- '
- DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.關鍵字_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle19
- Me.關鍵字_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.關鍵字_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.關鍵字_dgv.BackgroundColor = System.Drawing.Color.White
- Me.關鍵字_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- DataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- Me.關鍵字_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle20
- Me.關鍵字_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.關鍵字_dgv.Location = New System.Drawing.Point(301, 35)
- Me.關鍵字_dgv.Name = "關鍵字_dgv"
- Me.關鍵字_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.關鍵字_dgv.RowsDefaultCellStyle = DataGridViewCellStyle21
- Me.關鍵字_dgv.RowTemplate.Height = 24
- Me.關鍵字_dgv.Size = New System.Drawing.Size(587, 644)
- Me.關鍵字_dgv.TabIndex = 1517
- '
- '新增關鍵字_bt
- '
- Me.新增關鍵字_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增關鍵字_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增關鍵字_bt.Location = New System.Drawing.Point(301, 2)
- Me.新增關鍵字_bt.Name = "新增關鍵字_bt"
- Me.新增關鍵字_bt.Size = New System.Drawing.Size(277, 30)
- Me.新增關鍵字_bt.TabIndex = 1518
- Me.新增關鍵字_bt.Text = "新增關鍵字"
- Me.新增關鍵字_bt.UseVisualStyleBackColor = True
- '
- '批量修改關鍵字_bt
- '
- Me.批量修改關鍵字_bt.ForeColor = System.Drawing.Color.Green
- Me.批量修改關鍵字_bt.Location = New System.Drawing.Point(584, 2)
- Me.批量修改關鍵字_bt.Name = "批量修改關鍵字_bt"
- Me.批量修改關鍵字_bt.Size = New System.Drawing.Size(304, 30)
- Me.批量修改關鍵字_bt.TabIndex = 1519
- Me.批量修改關鍵字_bt.Text = "批量修改關鍵字"
- Me.批量修改關鍵字_bt.UseVisualStyleBackColor = True
- '
- '群組歷史訊息_bt
- '
- Me.群組歷史訊息_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.群組歷史訊息_bt.ForeColor = System.Drawing.Color.Black
- Me.群組歷史訊息_bt.Location = New System.Drawing.Point(1, 35)
- Me.群組歷史訊息_bt.Name = "群組歷史訊息_bt"
- Me.群組歷史訊息_bt.Size = New System.Drawing.Size(297, 30)
- Me.群組歷史訊息_bt.TabIndex = 1520
- Me.群組歷史訊息_bt.Text = "群組歷史訊息"
- Me.群組歷史訊息_bt.UseVisualStyleBackColor = True
- '
- '歷史訊息_pl
- '
- Me.歷史訊息_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.歷史訊息_pl.Controls.Add(Me.歷史_dgv)
- Me.歷史訊息_pl.Location = New System.Drawing.Point(301, 2)
- Me.歷史訊息_pl.Name = "歷史訊息_pl"
- Me.歷史訊息_pl.Size = New System.Drawing.Size(1046, 677)
- Me.歷史訊息_pl.TabIndex = 1521
- '
- '歷史_dgv
- '
- DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.歷史_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle22
- Me.歷史_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.歷史_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.歷史_dgv.BackgroundColor = System.Drawing.Color.White
- Me.歷史_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- DataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Control
- DataGridViewCellStyle23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.WindowText
- DataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- Me.歷史_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle23
- Me.歷史_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.歷史_dgv.Location = New System.Drawing.Point(-1, -1)
- Me.歷史_dgv.Name = "歷史_dgv"
- Me.歷史_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.歷史_dgv.RowsDefaultCellStyle = DataGridViewCellStyle24
- Me.歷史_dgv.RowTemplate.Height = 24
- Me.歷史_dgv.Size = New System.Drawing.Size(1046, 677)
- Me.歷史_dgv.TabIndex = 1510
- '
- '通知測試表_bt
- '
- Me.通知測試表_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.通知測試表_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.通知測試表_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.通知測試表_bt.Location = New System.Drawing.Point(1, 653)
- Me.通知測試表_bt.Name = "通知測試表_bt"
- Me.通知測試表_bt.Size = New System.Drawing.Size(297, 26)
- Me.通知測試表_bt.TabIndex = 1522
- Me.通知測試表_bt.Text = "LINE_通知測試表"
- Me.通知測試表_bt.UseVisualStyleBackColor = True
- '
- 'LINE_MCD管理表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1350, 681)
- Me.Controls.Add(Me.通知測試表_bt)
- Me.Controls.Add(Me.群組歷史訊息_bt)
- Me.Controls.Add(Me.批量修改關鍵字_bt)
- Me.Controls.Add(Me.新增關鍵字_bt)
- Me.Controls.Add(Me.關鍵字_dgv)
- Me.Controls.Add(Me.修改金句_bt)
- Me.Controls.Add(Me.新增金句_bt)
- Me.Controls.Add(Me.金句_dgv)
- Me.Controls.Add(Me.user_id_tb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.姓名_tb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.清單_dgv)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.帳號綁定_bt)
- Me.Controls.Add(Me.修改1_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.歷史訊息_pl)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.Name = "LINE_MCD管理表"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "LINE_MCD管理表"
- CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.金句_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.關鍵字_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.歷史訊息_pl.ResumeLayout(False)
- CType(Me.歷史_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 修改1_bt As Button
- Friend WithEvents 帳號綁定_bt As Button
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 清單_dgv As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents 姓名_tb As TextBox
- Friend WithEvents user_id_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents 金句_dgv As DataGridView
- Friend WithEvents 新增金句_bt As Button
- Friend WithEvents 修改金句_bt As Button
- Friend WithEvents 關鍵字_dgv As DataGridView
- Friend WithEvents 新增關鍵字_bt As Button
- Friend WithEvents 批量修改關鍵字_bt As Button
- Friend WithEvents 群組歷史訊息_bt As Button
- Friend WithEvents 歷史訊息_pl As Panel
- Friend WithEvents 歷史_dgv As DataGridView
- Friend WithEvents 通知測試表_bt As Button
- End Class
|