_ Partial Class LINE_通知測試表 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.清單_dgv = New System.Windows.Forms.DataGridView() Me.發送測試_bt = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.姓名_tb = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.內容_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.token_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.通知語言_tb = New System.Windows.Forms.TextBox() Me.語轉扭_bt = New System.Windows.Forms.Button() CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '清單_dgv ' 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 DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.清單_dgv.Location = New System.Drawing.Point(5, 135) Me.清單_dgv.Name = "清單_dgv" Me.清單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.清單_dgv.RowTemplate.Height = 24 Me.清單_dgv.Size = New System.Drawing.Size(382, 308) Me.清單_dgv.TabIndex = 233 ' '發送測試_bt ' Me.發送測試_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), 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(5, 109) Me.發送測試_bt.Name = "發送測試_bt" Me.發送測試_bt.Size = New System.Drawing.Size(351, 25) Me.發送測試_bt.TabIndex = 1383 Me.發送測試_bt.Text = "發送測試" Me.發送測試_bt.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(6, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 17) Me.Label1.TabIndex = 1388 Me.Label1.Text = "姓 名" ' '姓名_tb ' Me.姓名_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.姓名_tb.Location = New System.Drawing.Point(66, 2) Me.姓名_tb.Name = "姓名_tb" Me.姓名_tb.Size = New System.Drawing.Size(321, 25) Me.姓名_tb.TabIndex = 1387 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(6, 61) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(58, 17) Me.Label2.TabIndex = 1390 Me.Label2.Text = "內 容" ' '內容_tb ' Me.內容_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.內容_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.內容_tb.Location = New System.Drawing.Point(66, 56) Me.內容_tb.Name = "內容_tb" Me.內容_tb.Size = New System.Drawing.Size(321, 25) Me.內容_tb.TabIndex = 1389 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.Location = New System.Drawing.Point(6, 34) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(57, 17) Me.Label3.TabIndex = 1392 Me.Label3.Text = "T o k e n" ' 'token_tb ' Me.token_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.token_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.token_tb.Location = New System.Drawing.Point(66, 29) Me.token_tb.Name = "token_tb" Me.token_tb.Size = New System.Drawing.Size(321, 25) Me.token_tb.TabIndex = 1391 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(3, 88) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(60, 17) Me.Label7.TabIndex = 1394 Me.Label7.Text = "通知語言" ' '通知語言_tb ' Me.通知語言_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.通知語言_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.通知語言_tb.Location = New System.Drawing.Point(66, 83) Me.通知語言_tb.Name = "通知語言_tb" Me.通知語言_tb.Size = New System.Drawing.Size(321, 25) Me.通知語言_tb.TabIndex = 1395 ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, 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(362, 109) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1423 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' 'LINE_通知測試表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(390, 446) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.通知語言_tb) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.token_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.內容_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.姓名_tb) Me.Controls.Add(Me.發送測試_bt) Me.Controls.Add(Me.清單_dgv) 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(3, 4, 3, 4) Me.Name = "LINE_通知測試表" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "LINE_通知測試表" CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 清單_dgv As DataGridView Friend WithEvents 發送測試_bt As Button Friend WithEvents Label1 As Label Friend WithEvents 姓名_tb As TextBox Friend WithEvents Label2 As Label Friend WithEvents 內容_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents token_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents 通知語言_tb As TextBox Friend WithEvents 語轉扭_bt As Button End Class