frmServer.Designer.vb 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmServer
  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.StatusStrip1 = New System.Windows.Forms.StatusStrip
  23. Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel
  24. Me.btSendText = New System.Windows.Forms.Button
  25. Me.gbTextInput = New System.Windows.Forms.GroupBox
  26. Me.lbTextInput = New System.Windows.Forms.ListBox
  27. Me.tbSendText = New System.Windows.Forms.TextBox
  28. Me.btStartServer = New System.Windows.Forms.Button
  29. Me.gbSentText = New System.Windows.Forms.GroupBox
  30. Me.btStartNewClient = New System.Windows.Forms.Button
  31. Me.StatusStrip1.SuspendLayout()
  32. Me.gbTextInput.SuspendLayout()
  33. Me.gbSentText.SuspendLayout()
  34. Me.SuspendLayout()
  35. '
  36. 'StatusStrip1
  37. '
  38. Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
  39. Me.StatusStrip1.Location = New System.Drawing.Point(0, 301)
  40. Me.StatusStrip1.Name = "StatusStrip1"
  41. Me.StatusStrip1.Size = New System.Drawing.Size(358, 25)
  42. Me.StatusStrip1.TabIndex = 0
  43. Me.StatusStrip1.Text = "StatusStrip1"
  44. '
  45. 'ToolStripStatusLabel1
  46. '
  47. Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
  48. Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(154, 20)
  49. Me.ToolStripStatusLabel1.Text = "ToolStripStatusLabel1"
  50. '
  51. 'btSendText
  52. '
  53. Me.btSendText.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  54. Me.btSendText.Location = New System.Drawing.Point(243, 17)
  55. Me.btSendText.Name = "btSendText"
  56. Me.btSendText.Size = New System.Drawing.Size(85, 29)
  57. Me.btSendText.TabIndex = 1
  58. Me.btSendText.Text = "Send Text"
  59. Me.btSendText.UseVisualStyleBackColor = True
  60. '
  61. 'gbTextInput
  62. '
  63. Me.gbTextInput.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  64. Or System.Windows.Forms.AnchorStyles.Left) _
  65. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  66. Me.gbTextInput.Controls.Add(Me.lbTextInput)
  67. Me.gbTextInput.Location = New System.Drawing.Point(12, 12)
  68. Me.gbTextInput.Name = "gbTextInput"
  69. Me.gbTextInput.Size = New System.Drawing.Size(334, 180)
  70. Me.gbTextInput.TabIndex = 2
  71. Me.gbTextInput.TabStop = False
  72. Me.gbTextInput.Text = "Data in:"
  73. '
  74. 'lbTextInput
  75. '
  76. Me.lbTextInput.Dock = System.Windows.Forms.DockStyle.Fill
  77. Me.lbTextInput.FormattingEnabled = True
  78. Me.lbTextInput.HorizontalScrollbar = True
  79. Me.lbTextInput.ItemHeight = 16
  80. Me.lbTextInput.Location = New System.Drawing.Point(3, 18)
  81. Me.lbTextInput.Name = "lbTextInput"
  82. Me.lbTextInput.Size = New System.Drawing.Size(328, 148)
  83. Me.lbTextInput.TabIndex = 0
  84. '
  85. 'tbSendText
  86. '
  87. Me.tbSendText.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  88. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  89. Me.tbSendText.Location = New System.Drawing.Point(6, 20)
  90. Me.tbSendText.Multiline = True
  91. Me.tbSendText.Name = "tbSendText"
  92. Me.tbSendText.Size = New System.Drawing.Size(231, 29)
  93. Me.tbSendText.TabIndex = 3
  94. '
  95. 'btStartServer
  96. '
  97. Me.btStartServer.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  98. Me.btStartServer.Location = New System.Drawing.Point(255, 259)
  99. Me.btStartServer.Name = "btStartServer"
  100. Me.btStartServer.Size = New System.Drawing.Size(92, 29)
  101. Me.btStartServer.TabIndex = 1
  102. Me.btStartServer.Text = "Start Server"
  103. Me.btStartServer.UseVisualStyleBackColor = True
  104. '
  105. 'gbSentText
  106. '
  107. Me.gbSentText.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  108. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  109. Me.gbSentText.Controls.Add(Me.tbSendText)
  110. Me.gbSentText.Controls.Add(Me.btSendText)
  111. Me.gbSentText.Location = New System.Drawing.Point(15, 198)
  112. Me.gbSentText.Name = "gbSentText"
  113. Me.gbSentText.Size = New System.Drawing.Size(334, 55)
  114. Me.gbSentText.TabIndex = 1
  115. Me.gbSentText.TabStop = False
  116. Me.gbSentText.Text = "Send Text"
  117. '
  118. 'btStartNewClient
  119. '
  120. Me.btStartNewClient.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  121. Me.btStartNewClient.Location = New System.Drawing.Point(126, 259)
  122. Me.btStartNewClient.Name = "btStartNewClient"
  123. Me.btStartNewClient.Size = New System.Drawing.Size(124, 29)
  124. Me.btStartNewClient.TabIndex = 3
  125. Me.btStartNewClient.Text = "Start New Client"
  126. Me.btStartNewClient.UseVisualStyleBackColor = True
  127. '
  128. 'frmServer
  129. '
  130. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
  131. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  132. Me.ClientSize = New System.Drawing.Size(358, 326)
  133. Me.Controls.Add(Me.btStartNewClient)
  134. Me.Controls.Add(Me.gbSentText)
  135. Me.Controls.Add(Me.btStartServer)
  136. Me.Controls.Add(Me.gbTextInput)
  137. Me.Controls.Add(Me.StatusStrip1)
  138. Me.Name = "frmServer"
  139. Me.Text = "Test Server"
  140. Me.StatusStrip1.ResumeLayout(False)
  141. Me.StatusStrip1.PerformLayout()
  142. Me.gbTextInput.ResumeLayout(False)
  143. Me.gbSentText.ResumeLayout(False)
  144. Me.gbSentText.PerformLayout()
  145. Me.ResumeLayout(False)
  146. Me.PerformLayout()
  147. End Sub
  148. Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
  149. Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
  150. Friend WithEvents btSendText As System.Windows.Forms.Button
  151. Friend WithEvents gbTextInput As System.Windows.Forms.GroupBox
  152. Friend WithEvents lbTextInput As System.Windows.Forms.ListBox
  153. Friend WithEvents tbSendText As System.Windows.Forms.TextBox
  154. Friend WithEvents btStartServer As System.Windows.Forms.Button
  155. Friend WithEvents gbSentText As System.Windows.Forms.GroupBox
  156. Friend WithEvents btStartNewClient As System.Windows.Forms.Button
  157. End Class