frmLatViewer.Designer.vb 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmLatViewer
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  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. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.tbLatViewer = New System.Windows.Forms.TextBox()
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.lblBytesCount = New System.Windows.Forms.Label()
  25. Me.SuspendLayout
  26. '
  27. 'tbLatViewer
  28. '
  29. Me.tbLatViewer.Location = New System.Drawing.Point(13, 13)
  30. Me.tbLatViewer.Multiline = true
  31. Me.tbLatViewer.Name = "tbLatViewer"
  32. Me.tbLatViewer.ScrollBars = System.Windows.Forms.ScrollBars.Both
  33. Me.tbLatViewer.Size = New System.Drawing.Size(421, 378)
  34. Me.tbLatViewer.TabIndex = 0
  35. '
  36. 'Button1
  37. '
  38. Me.Button1.Location = New System.Drawing.Point(359, 398)
  39. Me.Button1.Name = "Button1"
  40. Me.Button1.Size = New System.Drawing.Size(75, 23)
  41. Me.Button1.TabIndex = 1
  42. Me.Button1.Text = "Ok"
  43. Me.Button1.UseVisualStyleBackColor = true
  44. '
  45. 'lblBytesCount
  46. '
  47. Me.lblBytesCount.AutoSize = true
  48. Me.lblBytesCount.Location = New System.Drawing.Point(13, 398)
  49. Me.lblBytesCount.Name = "lblBytesCount"
  50. Me.lblBytesCount.Size = New System.Drawing.Size(111, 13)
  51. Me.lblBytesCount.TabIndex = 2
  52. Me.lblBytesCount.Text = "Bytes in this message:"
  53. '
  54. 'frmLatViewer
  55. '
  56. Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
  57. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  58. Me.ClientSize = New System.Drawing.Size(446, 433)
  59. Me.Controls.Add(Me.lblBytesCount)
  60. Me.Controls.Add(Me.Button1)
  61. Me.Controls.Add(Me.tbLatViewer)
  62. Me.Name = "frmLatViewer"
  63. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  64. Me.Text = "Large Array Transfer Viewer"
  65. Me.ResumeLayout(false)
  66. Me.PerformLayout
  67. End Sub
  68. Friend WithEvents tbLatViewer As System.Windows.Forms.TextBox
  69. Friend WithEvents Button1 As System.Windows.Forms.Button
  70. Friend WithEvents lblBytesCount As System.Windows.Forms.Label
  71. End Class