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.

LINE_通知測試表.Designer.vb 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class LINE_通知測試表
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.發送測試_bt = New System.Windows.Forms.Button()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.姓名_tb = New System.Windows.Forms.TextBox()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.內容_tb = New System.Windows.Forms.TextBox()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.token_tb = New System.Windows.Forms.TextBox()
  32. Me.Label7 = New System.Windows.Forms.Label()
  33. Me.通知語言_tb = New System.Windows.Forms.TextBox()
  34. Me.語轉扭_bt = New System.Windows.Forms.Button()
  35. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. '清單_dgv
  39. '
  40. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  41. Or System.Windows.Forms.AnchorStyles.Left) _
  42. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  43. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  44. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  45. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  46. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  47. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  48. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  49. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  50. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  51. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  52. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  53. Me.清單_dgv.Location = New System.Drawing.Point(5, 135)
  54. Me.清單_dgv.Name = "清單_dgv"
  55. Me.清單_dgv.RowHeadersWidth = 5
  56. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  57. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  58. Me.清單_dgv.RowTemplate.Height = 24
  59. Me.清單_dgv.Size = New System.Drawing.Size(382, 308)
  60. Me.清單_dgv.TabIndex = 233
  61. '
  62. '發送測試_bt
  63. '
  64. Me.發送測試_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  65. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  66. Me.發送測試_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. Me.發送測試_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  68. Me.發送測試_bt.Location = New System.Drawing.Point(5, 109)
  69. Me.發送測試_bt.Name = "發送測試_bt"
  70. Me.發送測試_bt.Size = New System.Drawing.Size(351, 25)
  71. Me.發送測試_bt.TabIndex = 1383
  72. Me.發送測試_bt.Text = "發送測試"
  73. Me.發送測試_bt.UseVisualStyleBackColor = True
  74. '
  75. 'Label1
  76. '
  77. Me.Label1.AutoSize = True
  78. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. Me.Label1.Location = New System.Drawing.Point(6, 7)
  80. Me.Label1.Name = "Label1"
  81. Me.Label1.Size = New System.Drawing.Size(58, 17)
  82. Me.Label1.TabIndex = 1388
  83. Me.Label1.Text = "姓 名"
  84. '
  85. '姓名_tb
  86. '
  87. Me.姓名_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  88. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  89. Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. Me.姓名_tb.Location = New System.Drawing.Point(66, 2)
  91. Me.姓名_tb.Name = "姓名_tb"
  92. Me.姓名_tb.Size = New System.Drawing.Size(321, 25)
  93. Me.姓名_tb.TabIndex = 1387
  94. '
  95. 'Label2
  96. '
  97. Me.Label2.AutoSize = True
  98. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.Label2.Location = New System.Drawing.Point(6, 61)
  100. Me.Label2.Name = "Label2"
  101. Me.Label2.Size = New System.Drawing.Size(58, 17)
  102. Me.Label2.TabIndex = 1390
  103. Me.Label2.Text = "內 容"
  104. '
  105. '內容_tb
  106. '
  107. Me.內容_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  108. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  109. Me.內容_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.內容_tb.Location = New System.Drawing.Point(66, 56)
  111. Me.內容_tb.Name = "內容_tb"
  112. Me.內容_tb.Size = New System.Drawing.Size(321, 25)
  113. Me.內容_tb.TabIndex = 1389
  114. '
  115. 'Label3
  116. '
  117. Me.Label3.AutoSize = True
  118. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  119. Me.Label3.Location = New System.Drawing.Point(6, 34)
  120. Me.Label3.Name = "Label3"
  121. Me.Label3.Size = New System.Drawing.Size(57, 17)
  122. Me.Label3.TabIndex = 1392
  123. Me.Label3.Text = "T o k e n"
  124. '
  125. 'token_tb
  126. '
  127. Me.token_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  128. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  129. Me.token_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.token_tb.Location = New System.Drawing.Point(66, 29)
  131. Me.token_tb.Name = "token_tb"
  132. Me.token_tb.Size = New System.Drawing.Size(321, 25)
  133. Me.token_tb.TabIndex = 1391
  134. '
  135. 'Label7
  136. '
  137. Me.Label7.AutoSize = True
  138. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Label7.Location = New System.Drawing.Point(3, 88)
  140. Me.Label7.Name = "Label7"
  141. Me.Label7.Size = New System.Drawing.Size(60, 17)
  142. Me.Label7.TabIndex = 1394
  143. Me.Label7.Text = "通知語言"
  144. '
  145. '通知語言_tb
  146. '
  147. Me.通知語言_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  148. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  149. Me.通知語言_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.通知語言_tb.Location = New System.Drawing.Point(66, 83)
  151. Me.通知語言_tb.Name = "通知語言_tb"
  152. Me.通知語言_tb.Size = New System.Drawing.Size(321, 25)
  153. Me.通知語言_tb.TabIndex = 1395
  154. '
  155. '語轉扭_bt
  156. '
  157. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  160. Me.語轉扭_bt.Location = New System.Drawing.Point(362, 109)
  161. Me.語轉扭_bt.Name = "語轉扭_bt"
  162. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  163. Me.語轉扭_bt.TabIndex = 1423
  164. Me.語轉扭_bt.Text = "L"
  165. Me.語轉扭_bt.UseVisualStyleBackColor = True
  166. '
  167. 'LINE_通知測試表
  168. '
  169. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  170. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  171. Me.ClientSize = New System.Drawing.Size(390, 446)
  172. Me.Controls.Add(Me.語轉扭_bt)
  173. Me.Controls.Add(Me.通知語言_tb)
  174. Me.Controls.Add(Me.Label7)
  175. Me.Controls.Add(Me.Label3)
  176. Me.Controls.Add(Me.token_tb)
  177. Me.Controls.Add(Me.Label2)
  178. Me.Controls.Add(Me.內容_tb)
  179. Me.Controls.Add(Me.Label1)
  180. Me.Controls.Add(Me.姓名_tb)
  181. Me.Controls.Add(Me.發送測試_bt)
  182. Me.Controls.Add(Me.清單_dgv)
  183. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  184. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  185. Me.Name = "LINE_通知測試表"
  186. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  187. Me.Text = "LINE_通知測試表"
  188. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  189. Me.ResumeLayout(False)
  190. Me.PerformLayout()
  191. End Sub
  192. Friend WithEvents 清單_dgv As DataGridView
  193. Friend WithEvents 發送測試_bt As Button
  194. Friend WithEvents Label1 As Label
  195. Friend WithEvents 姓名_tb As TextBox
  196. Friend WithEvents Label2 As Label
  197. Friend WithEvents 內容_tb As TextBox
  198. Friend WithEvents Label3 As Label
  199. Friend WithEvents token_tb As TextBox
  200. Friend WithEvents Label7 As Label
  201. Friend WithEvents 通知語言_tb As TextBox
  202. Friend WithEvents 語轉扭_bt As Button
  203. End Class