ClientForm.Designer.vb 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class ClientForm
  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.ToolStrip1 = New System.Windows.Forms.ToolStrip()
  23. Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
  24. Me.ServerTextBox = New System.Windows.Forms.ToolStripTextBox()
  25. Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
  26. Me.PortTextBox = New System.Windows.Forms.ToolStripTextBox()
  27. Me.ConnectButton = New System.Windows.Forms.ToolStripButton()
  28. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  29. Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
  30. Me.SendButton = New System.Windows.Forms.Button()
  31. Me.InputTextBox = New System.Windows.Forms.TextBox()
  32. Me.ToolStrip1.SuspendLayout()
  33. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SplitContainer1.Panel1.SuspendLayout()
  35. Me.SplitContainer1.Panel2.SuspendLayout()
  36. Me.SplitContainer1.SuspendLayout()
  37. Me.SuspendLayout()
  38. '
  39. 'ToolStrip1
  40. '
  41. Me.ToolStrip1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  42. Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
  43. Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel2, Me.ServerTextBox, Me.ToolStripLabel1, Me.PortTextBox, Me.ConnectButton})
  44. Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
  45. Me.ToolStrip1.Name = "ToolStrip1"
  46. Me.ToolStrip1.Size = New System.Drawing.Size(334, 25)
  47. Me.ToolStrip1.TabIndex = 0
  48. Me.ToolStrip1.Text = "ToolStrip1"
  49. '
  50. 'ToolStripLabel2
  51. '
  52. Me.ToolStripLabel2.Name = "ToolStripLabel2"
  53. Me.ToolStripLabel2.Size = New System.Drawing.Size(48, 22)
  54. Me.ToolStripLabel2.Text = "Server:"
  55. '
  56. 'ServerTextBox
  57. '
  58. Me.ServerTextBox.Name = "ServerTextBox"
  59. Me.ServerTextBox.Size = New System.Drawing.Size(75, 25)
  60. Me.ServerTextBox.Text = "127.0.0.1"
  61. Me.ServerTextBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
  62. '
  63. 'ToolStripLabel1
  64. '
  65. Me.ToolStripLabel1.Name = "ToolStripLabel1"
  66. Me.ToolStripLabel1.Size = New System.Drawing.Size(35, 22)
  67. Me.ToolStripLabel1.Text = "Port:"
  68. '
  69. 'PortTextBox
  70. '
  71. Me.PortTextBox.Name = "PortTextBox"
  72. Me.PortTextBox.Size = New System.Drawing.Size(64, 25)
  73. Me.PortTextBox.Text = "1314"
  74. Me.PortTextBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
  75. '
  76. 'ConnectButton
  77. '
  78. Me.ConnectButton.CheckOnClick = True
  79. Me.ConnectButton.Image = Global.ClientExample.My.Resources.Resources.Connect
  80. Me.ConnectButton.ImageTransparentColor = System.Drawing.Color.Magenta
  81. Me.ConnectButton.Name = "ConnectButton"
  82. Me.ConnectButton.Size = New System.Drawing.Size(75, 22)
  83. Me.ConnectButton.Text = "Connect"
  84. '
  85. 'SplitContainer1
  86. '
  87. Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
  88. Me.SplitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2
  89. Me.SplitContainer1.Location = New System.Drawing.Point(0, 25)
  90. Me.SplitContainer1.Name = "SplitContainer1"
  91. Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
  92. '
  93. 'SplitContainer1.Panel1
  94. '
  95. Me.SplitContainer1.Panel1.Controls.Add(Me.RichTextBox1)
  96. '
  97. 'SplitContainer1.Panel2
  98. '
  99. Me.SplitContainer1.Panel2.Controls.Add(Me.SendButton)
  100. Me.SplitContainer1.Panel2.Controls.Add(Me.InputTextBox)
  101. Me.SplitContainer1.Size = New System.Drawing.Size(334, 240)
  102. Me.SplitContainer1.SplitterDistance = 144
  103. Me.SplitContainer1.TabIndex = 1
  104. '
  105. 'RichTextBox1
  106. '
  107. Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill
  108. Me.RichTextBox1.Location = New System.Drawing.Point(0, 0)
  109. Me.RichTextBox1.Name = "RichTextBox1"
  110. Me.RichTextBox1.ReadOnly = True
  111. Me.RichTextBox1.Size = New System.Drawing.Size(334, 144)
  112. Me.RichTextBox1.TabIndex = 0
  113. Me.RichTextBox1.Text = ""
  114. '
  115. 'SendButton
  116. '
  117. Me.SendButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  118. Me.SendButton.AutoSize = True
  119. Me.SendButton.Location = New System.Drawing.Point(256, 62)
  120. Me.SendButton.Name = "SendButton"
  121. Me.SendButton.Size = New System.Drawing.Size(75, 27)
  122. Me.SendButton.TabIndex = 1
  123. Me.SendButton.Text = "Send"
  124. Me.SendButton.UseVisualStyleBackColor = True
  125. '
  126. 'InputTextBox
  127. '
  128. Me.InputTextBox.AcceptsReturn = True
  129. Me.InputTextBox.AcceptsTab = True
  130. Me.InputTextBox.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  131. Or System.Windows.Forms.AnchorStyles.Left) _
  132. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  133. Me.InputTextBox.Location = New System.Drawing.Point(3, 3)
  134. Me.InputTextBox.Multiline = True
  135. Me.InputTextBox.Name = "InputTextBox"
  136. Me.InputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  137. Me.InputTextBox.Size = New System.Drawing.Size(328, 53)
  138. Me.InputTextBox.TabIndex = 0
  139. '
  140. 'ClientForm
  141. '
  142. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
  143. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  144. Me.ClientSize = New System.Drawing.Size(334, 265)
  145. Me.Controls.Add(Me.SplitContainer1)
  146. Me.Controls.Add(Me.ToolStrip1)
  147. Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  148. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  149. Me.Name = "ClientForm"
  150. Me.Text = "Client"
  151. Me.ToolStrip1.ResumeLayout(False)
  152. Me.ToolStrip1.PerformLayout()
  153. Me.SplitContainer1.Panel1.ResumeLayout(False)
  154. Me.SplitContainer1.Panel2.ResumeLayout(False)
  155. Me.SplitContainer1.Panel2.PerformLayout()
  156. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  157. Me.SplitContainer1.ResumeLayout(False)
  158. Me.ResumeLayout(False)
  159. Me.PerformLayout()
  160. End Sub
  161. Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
  162. Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
  163. Friend WithEvents PortTextBox As System.Windows.Forms.ToolStripTextBox
  164. Friend WithEvents ConnectButton As System.Windows.Forms.ToolStripButton
  165. Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
  166. Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
  167. Friend WithEvents SendButton As System.Windows.Forms.Button
  168. Friend WithEvents InputTextBox As System.Windows.Forms.TextBox
  169. Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
  170. Friend WithEvents ServerTextBox As System.Windows.Forms.ToolStripTextBox
  171. End Class