frmServer.Designer.vb 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  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.components = New System.ComponentModel.Container()
  23. Dim ListViewGroup1 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Connected Clients", System.Windows.Forms.HorizontalAlignment.Left)
  24. Dim ListViewGroup2 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Disconnected Clients", System.Windows.Forms.HorizontalAlignment.Left)
  25. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmServer))
  26. Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
  27. Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
  28. Me.btSendText = New System.Windows.Forms.Button()
  29. Me.gbTextInput = New System.Windows.Forms.GroupBox()
  30. Me.lbTextInput = New System.Windows.Forms.ListBox()
  31. Me.tbSendText = New System.Windows.Forms.TextBox()
  32. Me.btStartServer = New System.Windows.Forms.Button()
  33. Me.gbSentText = New System.Windows.Forms.GroupBox()
  34. Me.btStartNewClient = New System.Windows.Forms.Button()
  35. Me.Button1 = New System.Windows.Forms.Button()
  36. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  37. Me.lvClients = New System.Windows.Forms.ListView()
  38. Me.Status = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
  39. Me.SessionId = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
  40. Me.MachineId = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
  41. Me.sessionRightClickMenu = New System.Windows.Forms.ContextMenuStrip(Me.components)
  42. Me.SendTextToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.SendAFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.TestLargeArrayTransferHelperToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  45. Me.DisconnectSessionToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.lvImages = New System.Windows.Forms.ImageList(Me.components)
  47. Me.ofdSendFileToClient = New System.Windows.Forms.OpenFileDialog()
  48. Me.cbUniqueIds = New System.Windows.Forms.CheckBox()
  49. Me.StatusStrip1.SuspendLayout()
  50. Me.gbTextInput.SuspendLayout()
  51. Me.gbSentText.SuspendLayout()
  52. Me.GroupBox1.SuspendLayout()
  53. Me.sessionRightClickMenu.SuspendLayout()
  54. Me.SuspendLayout()
  55. '
  56. 'StatusStrip1
  57. '
  58. Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
  59. Me.StatusStrip1.Location = New System.Drawing.Point(0, 575)
  60. Me.StatusStrip1.Name = "StatusStrip1"
  61. Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 10, 0)
  62. Me.StatusStrip1.Size = New System.Drawing.Size(345, 22)
  63. Me.StatusStrip1.TabIndex = 0
  64. Me.StatusStrip1.Text = "StatusStrip1"
  65. '
  66. 'ToolStripStatusLabel1
  67. '
  68. Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
  69. Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(121, 17)
  70. Me.ToolStripStatusLabel1.Text = "ToolStripStatusLabel1"
  71. '
  72. 'btSendText
  73. '
  74. Me.btSendText.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  75. Me.btSendText.Location = New System.Drawing.Point(259, 14)
  76. Me.btSendText.Margin = New System.Windows.Forms.Padding(2)
  77. Me.btSendText.Name = "btSendText"
  78. Me.btSendText.Size = New System.Drawing.Size(64, 24)
  79. Me.btSendText.TabIndex = 1
  80. Me.btSendText.Text = "Send Text"
  81. Me.btSendText.UseVisualStyleBackColor = True
  82. '
  83. 'gbTextInput
  84. '
  85. Me.gbTextInput.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  86. Or System.Windows.Forms.AnchorStyles.Left) _
  87. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  88. Me.gbTextInput.Controls.Add(Me.lbTextInput)
  89. Me.gbTextInput.Location = New System.Drawing.Point(7, 249)
  90. Me.gbTextInput.Margin = New System.Windows.Forms.Padding(2)
  91. Me.gbTextInput.Name = "gbTextInput"
  92. Me.gbTextInput.Padding = New System.Windows.Forms.Padding(2)
  93. Me.gbTextInput.Size = New System.Drawing.Size(327, 207)
  94. Me.gbTextInput.TabIndex = 2
  95. Me.gbTextInput.TabStop = False
  96. Me.gbTextInput.Text = "Text in:"
  97. '
  98. 'lbTextInput
  99. '
  100. Me.lbTextInput.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  101. Or System.Windows.Forms.AnchorStyles.Left) _
  102. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  103. Me.lbTextInput.FormattingEnabled = True
  104. Me.lbTextInput.HorizontalScrollbar = True
  105. Me.lbTextInput.Location = New System.Drawing.Point(4, 17)
  106. Me.lbTextInput.Margin = New System.Windows.Forms.Padding(2)
  107. Me.lbTextInput.Name = "lbTextInput"
  108. Me.lbTextInput.Size = New System.Drawing.Size(319, 186)
  109. Me.lbTextInput.TabIndex = 0
  110. '
  111. 'tbSendText
  112. '
  113. Me.tbSendText.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  114. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  115. Me.tbSendText.Location = New System.Drawing.Point(4, 16)
  116. Me.tbSendText.Margin = New System.Windows.Forms.Padding(2)
  117. Me.tbSendText.Multiline = True
  118. Me.tbSendText.Name = "tbSendText"
  119. Me.tbSendText.Size = New System.Drawing.Size(251, 24)
  120. Me.tbSendText.TabIndex = 3
  121. '
  122. 'btStartServer
  123. '
  124. Me.btStartServer.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  125. Me.btStartServer.Location = New System.Drawing.Point(268, 542)
  126. Me.btStartServer.Margin = New System.Windows.Forms.Padding(2)
  127. Me.btStartServer.Name = "btStartServer"
  128. Me.btStartServer.Size = New System.Drawing.Size(69, 24)
  129. Me.btStartServer.TabIndex = 1
  130. Me.btStartServer.Text = "Start Server"
  131. Me.btStartServer.UseVisualStyleBackColor = True
  132. '
  133. 'gbSentText
  134. '
  135. Me.gbSentText.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  136. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  137. Me.gbSentText.Controls.Add(Me.tbSendText)
  138. Me.gbSentText.Controls.Add(Me.btSendText)
  139. Me.gbSentText.Location = New System.Drawing.Point(7, 493)
  140. Me.gbSentText.Margin = New System.Windows.Forms.Padding(2)
  141. Me.gbSentText.Name = "gbSentText"
  142. Me.gbSentText.Padding = New System.Windows.Forms.Padding(2)
  143. Me.gbSentText.Size = New System.Drawing.Size(327, 45)
  144. Me.gbSentText.TabIndex = 1
  145. Me.gbSentText.TabStop = False
  146. Me.gbSentText.Text = "Broadcast text (send to all connected clients)"
  147. '
  148. 'btStartNewClient
  149. '
  150. Me.btStartNewClient.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  151. Me.btStartNewClient.Location = New System.Drawing.Point(171, 542)
  152. Me.btStartNewClient.Margin = New System.Windows.Forms.Padding(2)
  153. Me.btStartNewClient.Name = "btStartNewClient"
  154. Me.btStartNewClient.Size = New System.Drawing.Size(93, 24)
  155. Me.btStartNewClient.TabIndex = 3
  156. Me.btStartNewClient.Text = "Start New Client"
  157. Me.btStartNewClient.UseVisualStyleBackColor = True
  158. '
  159. 'Button1
  160. '
  161. Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  162. Me.Button1.Location = New System.Drawing.Point(91, 543)
  163. Me.Button1.Name = "Button1"
  164. Me.Button1.Size = New System.Drawing.Size(75, 23)
  165. Me.Button1.TabIndex = 4
  166. Me.Button1.Text = "Clear Listbox"
  167. Me.Button1.UseVisualStyleBackColor = True
  168. '
  169. 'GroupBox1
  170. '
  171. Me.GroupBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  172. Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.GroupBox1.Controls.Add(Me.lvClients)
  175. Me.GroupBox1.Location = New System.Drawing.Point(7, 11)
  176. Me.GroupBox1.Margin = New System.Windows.Forms.Padding(2)
  177. Me.GroupBox1.Name = "GroupBox1"
  178. Me.GroupBox1.Padding = New System.Windows.Forms.Padding(2)
  179. Me.GroupBox1.Size = New System.Drawing.Size(327, 234)
  180. Me.GroupBox1.TabIndex = 5
  181. Me.GroupBox1.TabStop = False
  182. Me.GroupBox1.Text = "Connected clients"
  183. '
  184. 'lvClients
  185. '
  186. Me.lvClients.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  187. Or System.Windows.Forms.AnchorStyles.Left) _
  188. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  189. Me.lvClients.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.Status, Me.SessionId, Me.MachineId})
  190. Me.lvClients.ContextMenuStrip = Me.sessionRightClickMenu
  191. Me.lvClients.FullRowSelect = True
  192. ListViewGroup1.Header = "Connected Clients"
  193. ListViewGroup1.Name = "ConnectedClients"
  194. ListViewGroup2.Header = "Disconnected Clients"
  195. ListViewGroup2.Name = "DisconnectedClients"
  196. Me.lvClients.Groups.AddRange(New System.Windows.Forms.ListViewGroup() {ListViewGroup1, ListViewGroup2})
  197. Me.lvClients.Location = New System.Drawing.Point(4, 18)
  198. Me.lvClients.Name = "lvClients"
  199. Me.lvClients.Size = New System.Drawing.Size(319, 211)
  200. Me.lvClients.SmallImageList = Me.lvImages
  201. Me.lvClients.TabIndex = 0
  202. Me.lvClients.UseCompatibleStateImageBehavior = False
  203. Me.lvClients.View = System.Windows.Forms.View.Details
  204. '
  205. 'Status
  206. '
  207. Me.Status.Text = "Status"
  208. Me.Status.Width = 121
  209. '
  210. 'SessionId
  211. '
  212. Me.SessionId.Text = "SessionId"
  213. Me.SessionId.Width = 63
  214. '
  215. 'MachineId
  216. '
  217. Me.MachineId.Text = "MachineId"
  218. Me.MachineId.Width = 128
  219. '
  220. 'sessionRightClickMenu
  221. '
  222. Me.sessionRightClickMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SendTextToolStripMenuItem, Me.SendAFileToolStripMenuItem, Me.TestLargeArrayTransferHelperToolStripMenuItem, Me.DisconnectSessionToolStripMenuItem})
  223. Me.sessionRightClickMenu.Name = "sessionRightClickMenu"
  224. Me.sessionRightClickMenu.Size = New System.Drawing.Size(176, 92)
  225. '
  226. 'SendTextToolStripMenuItem
  227. '
  228. Me.SendTextToolStripMenuItem.Name = "SendTextToolStripMenuItem"
  229. Me.SendTextToolStripMenuItem.Size = New System.Drawing.Size(175, 22)
  230. Me.SendTextToolStripMenuItem.Text = "Send Text"
  231. '
  232. 'SendAFileToolStripMenuItem
  233. '
  234. Me.SendAFileToolStripMenuItem.Name = "SendAFileToolStripMenuItem"
  235. Me.SendAFileToolStripMenuItem.Size = New System.Drawing.Size(175, 22)
  236. Me.SendAFileToolStripMenuItem.Text = "Send A file"
  237. '
  238. 'TestLargeArrayTransferHelperToolStripMenuItem
  239. '
  240. Me.TestLargeArrayTransferHelperToolStripMenuItem.Name = "TestLargeArrayTransferHelperToolStripMenuItem"
  241. Me.TestLargeArrayTransferHelperToolStripMenuItem.Size = New System.Drawing.Size(175, 22)
  242. Me.TestLargeArrayTransferHelperToolStripMenuItem.Text = "Send a large array"
  243. '
  244. 'DisconnectSessionToolStripMenuItem
  245. '
  246. Me.DisconnectSessionToolStripMenuItem.Name = "DisconnectSessionToolStripMenuItem"
  247. Me.DisconnectSessionToolStripMenuItem.Size = New System.Drawing.Size(175, 22)
  248. Me.DisconnectSessionToolStripMenuItem.Text = "Disconnect Session"
  249. '
  250. 'lvImages
  251. '
  252. Me.lvImages.ImageStream = CType(resources.GetObject("lvImages.ImageStream"), System.Windows.Forms.ImageListStreamer)
  253. Me.lvImages.TransparentColor = System.Drawing.Color.Transparent
  254. Me.lvImages.Images.SetKeyName(0, "user-available.ico")
  255. Me.lvImages.Images.SetKeyName(1, "user-invisible.ico")
  256. '
  257. 'ofdSendFileToClient
  258. '
  259. Me.ofdSendFileToClient.FileName = "OpenFileDialog1"
  260. '
  261. 'cbUniqueIds
  262. '
  263. Me.cbUniqueIds.AutoSize = True
  264. Me.cbUniqueIds.Checked = True
  265. Me.cbUniqueIds.CheckState = System.Windows.Forms.CheckState.Checked
  266. Me.cbUniqueIds.Location = New System.Drawing.Point(5, 468)
  267. Me.cbUniqueIds.Name = "cbUniqueIds"
  268. Me.cbUniqueIds.Size = New System.Drawing.Size(161, 17)
  269. Me.cbUniqueIds.TabIndex = 6
  270. Me.cbUniqueIds.Text = "Enforce unique Machine IDs"
  271. Me.cbUniqueIds.UseVisualStyleBackColor = True
  272. '
  273. 'frmServer
  274. '
  275. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  276. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  277. Me.ClientSize = New System.Drawing.Size(345, 597)
  278. Me.Controls.Add(Me.cbUniqueIds)
  279. Me.Controls.Add(Me.gbTextInput)
  280. Me.Controls.Add(Me.GroupBox1)
  281. Me.Controls.Add(Me.Button1)
  282. Me.Controls.Add(Me.btStartNewClient)
  283. Me.Controls.Add(Me.gbSentText)
  284. Me.Controls.Add(Me.btStartServer)
  285. Me.Controls.Add(Me.StatusStrip1)
  286. Me.Margin = New System.Windows.Forms.Padding(2)
  287. Me.Name = "frmServer"
  288. Me.Text = "TcpComm Server"
  289. Me.StatusStrip1.ResumeLayout(False)
  290. Me.StatusStrip1.PerformLayout()
  291. Me.gbTextInput.ResumeLayout(False)
  292. Me.gbSentText.ResumeLayout(False)
  293. Me.gbSentText.PerformLayout()
  294. Me.GroupBox1.ResumeLayout(False)
  295. Me.sessionRightClickMenu.ResumeLayout(False)
  296. Me.ResumeLayout(False)
  297. Me.PerformLayout()
  298. End Sub
  299. Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
  300. Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
  301. Friend WithEvents btSendText As System.Windows.Forms.Button
  302. Friend WithEvents gbTextInput As System.Windows.Forms.GroupBox
  303. Friend WithEvents lbTextInput As System.Windows.Forms.ListBox
  304. Friend WithEvents tbSendText As System.Windows.Forms.TextBox
  305. Friend WithEvents btStartServer As System.Windows.Forms.Button
  306. Friend WithEvents gbSentText As System.Windows.Forms.GroupBox
  307. Friend WithEvents btStartNewClient As System.Windows.Forms.Button
  308. Friend WithEvents Button1 As System.Windows.Forms.Button
  309. Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  310. Friend WithEvents lvClients As System.Windows.Forms.ListView
  311. Friend WithEvents Status As System.Windows.Forms.ColumnHeader
  312. Friend WithEvents SessionId As System.Windows.Forms.ColumnHeader
  313. Friend WithEvents MachineId As System.Windows.Forms.ColumnHeader
  314. Friend WithEvents lvImages As System.Windows.Forms.ImageList
  315. Friend WithEvents sessionRightClickMenu As System.Windows.Forms.ContextMenuStrip
  316. Friend WithEvents SendTextToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  317. Friend WithEvents SendAFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  318. Friend WithEvents ofdSendFileToClient As System.Windows.Forms.OpenFileDialog
  319. Friend WithEvents DisconnectSessionToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  320. Friend WithEvents TestLargeArrayTransferHelperToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  321. Friend WithEvents cbUniqueIds As System.Windows.Forms.CheckBox
  322. End Class