frmClient.Designer.vb 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmClient
  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. Me.Button2 = New System.Windows.Forms.Button()
  24. Me.tbSendText = New System.Windows.Forms.TextBox()
  25. Me.gbTextIn = New System.Windows.Forms.GroupBox()
  26. Me.ListBox1 = New System.Windows.Forms.ListBox()
  27. Me.btSendText = New System.Windows.Forms.Button()
  28. Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
  29. Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
  30. Me.gbIpAddress = New System.Windows.Forms.GroupBox()
  31. Me.TextBox2 = New System.Windows.Forms.TextBox()
  32. Me.gbServerPort = New System.Windows.Forms.GroupBox()
  33. Me.TextBox3 = New System.Windows.Forms.TextBox()
  34. Me.tbGetFileReq = New System.Windows.Forms.TextBox()
  35. Me.btGetFile = New System.Windows.Forms.Button()
  36. Me.gbGetFilePregress = New System.Windows.Forms.GroupBox()
  37. Me.pbIncomingFile = New System.Windows.Forms.ProgressBar()
  38. Me.gbGetFile = New System.Windows.Forms.GroupBox()
  39. Me.btGetFileBrowse = New System.Windows.Forms.Button()
  40. Me.gbSendFile = New System.Windows.Forms.GroupBox()
  41. Me.btSendFileBrowse = New System.Windows.Forms.Button()
  42. Me.tbSendFile = New System.Windows.Forms.TextBox()
  43. Me.btSendFile = New System.Windows.Forms.Button()
  44. Me.gbSendText = New System.Windows.Forms.GroupBox()
  45. Me.gbSendFileProgress = New System.Windows.Forms.GroupBox()
  46. Me.pbOutgoingFile = New System.Windows.Forms.ProgressBar()
  47. Me.tmrPoll = New System.Windows.Forms.Timer(Me.components)
  48. Me.gbMachineID = New System.Windows.Forms.GroupBox()
  49. Me.Button1 = New System.Windows.Forms.Button()
  50. Me.tbMachineID = New System.Windows.Forms.TextBox()
  51. Me.cbReconnect = New System.Windows.Forms.CheckBox()
  52. Me.gbTextIn.SuspendLayout()
  53. Me.StatusStrip1.SuspendLayout()
  54. Me.gbIpAddress.SuspendLayout()
  55. Me.gbServerPort.SuspendLayout()
  56. Me.gbGetFilePregress.SuspendLayout()
  57. Me.gbGetFile.SuspendLayout()
  58. Me.gbSendFile.SuspendLayout()
  59. Me.gbSendText.SuspendLayout()
  60. Me.gbSendFileProgress.SuspendLayout()
  61. Me.gbMachineID.SuspendLayout()
  62. Me.SuspendLayout()
  63. '
  64. 'Button2
  65. '
  66. Me.Button2.Location = New System.Drawing.Point(194, 10)
  67. Me.Button2.Margin = New System.Windows.Forms.Padding(2)
  68. Me.Button2.Name = "Button2"
  69. Me.Button2.Size = New System.Drawing.Size(72, 38)
  70. Me.Button2.TabIndex = 6
  71. Me.Button2.Text = "Connect"
  72. Me.Button2.UseVisualStyleBackColor = True
  73. '
  74. 'tbSendText
  75. '
  76. Me.tbSendText.Location = New System.Drawing.Point(4, 17)
  77. Me.tbSendText.Margin = New System.Windows.Forms.Padding(2)
  78. Me.tbSendText.Multiline = True
  79. Me.tbSendText.Name = "tbSendText"
  80. Me.tbSendText.Size = New System.Drawing.Size(177, 24)
  81. Me.tbSendText.TabIndex = 8
  82. '
  83. 'gbTextIn
  84. '
  85. Me.gbTextIn.Controls.Add(Me.ListBox1)
  86. Me.gbTextIn.Location = New System.Drawing.Point(9, 139)
  87. Me.gbTextIn.Margin = New System.Windows.Forms.Padding(2)
  88. Me.gbTextIn.Name = "gbTextIn"
  89. Me.gbTextIn.Padding = New System.Windows.Forms.Padding(2)
  90. Me.gbTextIn.Size = New System.Drawing.Size(257, 119)
  91. Me.gbTextIn.TabIndex = 7
  92. Me.gbTextIn.TabStop = False
  93. Me.gbTextIn.Text = "Text in:"
  94. '
  95. 'ListBox1
  96. '
  97. Me.ListBox1.FormattingEnabled = True
  98. Me.ListBox1.Location = New System.Drawing.Point(4, 17)
  99. Me.ListBox1.Margin = New System.Windows.Forms.Padding(2)
  100. Me.ListBox1.Name = "ListBox1"
  101. Me.ListBox1.Size = New System.Drawing.Size(245, 95)
  102. Me.ListBox1.TabIndex = 0
  103. '
  104. 'btSendText
  105. '
  106. Me.btSendText.Location = New System.Drawing.Point(190, 17)
  107. Me.btSendText.Margin = New System.Windows.Forms.Padding(2)
  108. Me.btSendText.Name = "btSendText"
  109. Me.btSendText.Size = New System.Drawing.Size(64, 24)
  110. Me.btSendText.TabIndex = 5
  111. Me.btSendText.Text = "Send"
  112. Me.btSendText.UseVisualStyleBackColor = True
  113. '
  114. 'ToolStripStatusLabel1
  115. '
  116. Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
  117. Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(29, 17)
  118. Me.ToolStripStatusLabel1.Text = "Idle."
  119. '
  120. 'StatusStrip1
  121. '
  122. Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
  123. Me.StatusStrip1.Location = New System.Drawing.Point(0, 512)
  124. Me.StatusStrip1.Name = "StatusStrip1"
  125. Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 10, 0)
  126. Me.StatusStrip1.Size = New System.Drawing.Size(271, 22)
  127. Me.StatusStrip1.TabIndex = 4
  128. Me.StatusStrip1.Text = "StatusStrip1"
  129. '
  130. 'gbIpAddress
  131. '
  132. Me.gbIpAddress.Controls.Add(Me.TextBox2)
  133. Me.gbIpAddress.Location = New System.Drawing.Point(9, 10)
  134. Me.gbIpAddress.Margin = New System.Windows.Forms.Padding(2)
  135. Me.gbIpAddress.Name = "gbIpAddress"
  136. Me.gbIpAddress.Padding = New System.Windows.Forms.Padding(2)
  137. Me.gbIpAddress.Size = New System.Drawing.Size(103, 38)
  138. Me.gbIpAddress.TabIndex = 9
  139. Me.gbIpAddress.TabStop = False
  140. Me.gbIpAddress.Text = "Server IP Address"
  141. '
  142. 'TextBox2
  143. '
  144. Me.TextBox2.Location = New System.Drawing.Point(4, 15)
  145. Me.TextBox2.Margin = New System.Windows.Forms.Padding(2)
  146. Me.TextBox2.Name = "TextBox2"
  147. Me.TextBox2.Size = New System.Drawing.Size(95, 20)
  148. Me.TextBox2.TabIndex = 0
  149. '
  150. 'gbServerPort
  151. '
  152. Me.gbServerPort.Controls.Add(Me.TextBox3)
  153. Me.gbServerPort.Location = New System.Drawing.Point(116, 10)
  154. Me.gbServerPort.Margin = New System.Windows.Forms.Padding(2)
  155. Me.gbServerPort.Name = "gbServerPort"
  156. Me.gbServerPort.Padding = New System.Windows.Forms.Padding(2)
  157. Me.gbServerPort.Size = New System.Drawing.Size(74, 38)
  158. Me.gbServerPort.TabIndex = 10
  159. Me.gbServerPort.TabStop = False
  160. Me.gbServerPort.Text = "Server Port"
  161. '
  162. 'TextBox3
  163. '
  164. Me.TextBox3.Location = New System.Drawing.Point(4, 15)
  165. Me.TextBox3.Margin = New System.Windows.Forms.Padding(2)
  166. Me.TextBox3.Name = "TextBox3"
  167. Me.TextBox3.Size = New System.Drawing.Size(62, 20)
  168. Me.TextBox3.TabIndex = 0
  169. Me.TextBox3.Text = "22490"
  170. '
  171. 'tbGetFileReq
  172. '
  173. Me.tbGetFileReq.Location = New System.Drawing.Point(4, 17)
  174. Me.tbGetFileReq.Margin = New System.Windows.Forms.Padding(2)
  175. Me.tbGetFileReq.Multiline = True
  176. Me.tbGetFileReq.Name = "tbGetFileReq"
  177. Me.tbGetFileReq.Size = New System.Drawing.Size(124, 24)
  178. Me.tbGetFileReq.TabIndex = 12
  179. '
  180. 'btGetFile
  181. '
  182. Me.btGetFile.Location = New System.Drawing.Point(195, 17)
  183. Me.btGetFile.Margin = New System.Windows.Forms.Padding(2)
  184. Me.btGetFile.Name = "btGetFile"
  185. Me.btGetFile.Size = New System.Drawing.Size(58, 24)
  186. Me.btGetFile.TabIndex = 13
  187. Me.btGetFile.Text = "Get File"
  188. Me.btGetFile.UseVisualStyleBackColor = True
  189. '
  190. 'gbGetFilePregress
  191. '
  192. Me.gbGetFilePregress.Controls.Add(Me.pbIncomingFile)
  193. Me.gbGetFilePregress.Location = New System.Drawing.Point(9, 421)
  194. Me.gbGetFilePregress.Margin = New System.Windows.Forms.Padding(2)
  195. Me.gbGetFilePregress.Name = "gbGetFilePregress"
  196. Me.gbGetFilePregress.Padding = New System.Windows.Forms.Padding(2)
  197. Me.gbGetFilePregress.Size = New System.Drawing.Size(257, 41)
  198. Me.gbGetFilePregress.TabIndex = 14
  199. Me.gbGetFilePregress.TabStop = False
  200. Me.gbGetFilePregress.Text = "File -> Client:"
  201. '
  202. 'pbIncomingFile
  203. '
  204. Me.pbIncomingFile.Location = New System.Drawing.Point(4, 25)
  205. Me.pbIncomingFile.Margin = New System.Windows.Forms.Padding(2)
  206. Me.pbIncomingFile.Name = "pbIncomingFile"
  207. Me.pbIncomingFile.Size = New System.Drawing.Size(248, 14)
  208. Me.pbIncomingFile.TabIndex = 0
  209. '
  210. 'gbGetFile
  211. '
  212. Me.gbGetFile.Controls.Add(Me.btGetFileBrowse)
  213. Me.gbGetFile.Controls.Add(Me.tbGetFileReq)
  214. Me.gbGetFile.Controls.Add(Me.btGetFile)
  215. Me.gbGetFile.Location = New System.Drawing.Point(9, 315)
  216. Me.gbGetFile.Margin = New System.Windows.Forms.Padding(2)
  217. Me.gbGetFile.Name = "gbGetFile"
  218. Me.gbGetFile.Padding = New System.Windows.Forms.Padding(2)
  219. Me.gbGetFile.Size = New System.Drawing.Size(257, 49)
  220. Me.gbGetFile.TabIndex = 1
  221. Me.gbGetFile.TabStop = False
  222. Me.gbGetFile.Text = "Get a file from the server"
  223. '
  224. 'btGetFileBrowse
  225. '
  226. Me.btGetFileBrowse.Location = New System.Drawing.Point(132, 17)
  227. Me.btGetFileBrowse.Margin = New System.Windows.Forms.Padding(2)
  228. Me.btGetFileBrowse.Name = "btGetFileBrowse"
  229. Me.btGetFileBrowse.Size = New System.Drawing.Size(58, 24)
  230. Me.btGetFileBrowse.TabIndex = 14
  231. Me.btGetFileBrowse.Text = "Browse"
  232. Me.btGetFileBrowse.UseVisualStyleBackColor = True
  233. '
  234. 'gbSendFile
  235. '
  236. Me.gbSendFile.Controls.Add(Me.btSendFileBrowse)
  237. Me.gbSendFile.Controls.Add(Me.tbSendFile)
  238. Me.gbSendFile.Controls.Add(Me.btSendFile)
  239. Me.gbSendFile.Location = New System.Drawing.Point(9, 368)
  240. Me.gbSendFile.Margin = New System.Windows.Forms.Padding(2)
  241. Me.gbSendFile.Name = "gbSendFile"
  242. Me.gbSendFile.Padding = New System.Windows.Forms.Padding(2)
  243. Me.gbSendFile.Size = New System.Drawing.Size(257, 49)
  244. Me.gbSendFile.TabIndex = 16
  245. Me.gbSendFile.TabStop = False
  246. Me.gbSendFile.Text = "Send a file to the server"
  247. '
  248. 'btSendFileBrowse
  249. '
  250. Me.btSendFileBrowse.Location = New System.Drawing.Point(132, 17)
  251. Me.btSendFileBrowse.Margin = New System.Windows.Forms.Padding(2)
  252. Me.btSendFileBrowse.Name = "btSendFileBrowse"
  253. Me.btSendFileBrowse.Size = New System.Drawing.Size(58, 24)
  254. Me.btSendFileBrowse.TabIndex = 14
  255. Me.btSendFileBrowse.Text = "Browse"
  256. Me.btSendFileBrowse.UseVisualStyleBackColor = True
  257. '
  258. 'tbSendFile
  259. '
  260. Me.tbSendFile.Location = New System.Drawing.Point(4, 17)
  261. Me.tbSendFile.Margin = New System.Windows.Forms.Padding(2)
  262. Me.tbSendFile.Multiline = True
  263. Me.tbSendFile.Name = "tbSendFile"
  264. Me.tbSendFile.Size = New System.Drawing.Size(124, 24)
  265. Me.tbSendFile.TabIndex = 12
  266. '
  267. 'btSendFile
  268. '
  269. Me.btSendFile.Location = New System.Drawing.Point(195, 17)
  270. Me.btSendFile.Margin = New System.Windows.Forms.Padding(2)
  271. Me.btSendFile.Name = "btSendFile"
  272. Me.btSendFile.Size = New System.Drawing.Size(58, 24)
  273. Me.btSendFile.TabIndex = 13
  274. Me.btSendFile.Text = "Send File"
  275. Me.btSendFile.UseVisualStyleBackColor = True
  276. '
  277. 'gbSendText
  278. '
  279. Me.gbSendText.Controls.Add(Me.btSendText)
  280. Me.gbSendText.Controls.Add(Me.tbSendText)
  281. Me.gbSendText.Location = New System.Drawing.Point(9, 262)
  282. Me.gbSendText.Margin = New System.Windows.Forms.Padding(2)
  283. Me.gbSendText.Name = "gbSendText"
  284. Me.gbSendText.Padding = New System.Windows.Forms.Padding(2)
  285. Me.gbSendText.Size = New System.Drawing.Size(257, 49)
  286. Me.gbSendText.TabIndex = 17
  287. Me.gbSendText.TabStop = False
  288. Me.gbSendText.Text = "Sent Text"
  289. '
  290. 'gbSendFileProgress
  291. '
  292. Me.gbSendFileProgress.Controls.Add(Me.pbOutgoingFile)
  293. Me.gbSendFileProgress.Location = New System.Drawing.Point(9, 466)
  294. Me.gbSendFileProgress.Margin = New System.Windows.Forms.Padding(2)
  295. Me.gbSendFileProgress.Name = "gbSendFileProgress"
  296. Me.gbSendFileProgress.Padding = New System.Windows.Forms.Padding(2)
  297. Me.gbSendFileProgress.Size = New System.Drawing.Size(257, 41)
  298. Me.gbSendFileProgress.TabIndex = 18
  299. Me.gbSendFileProgress.TabStop = False
  300. Me.gbSendFileProgress.Text = "File -> Server:"
  301. '
  302. 'pbOutgoingFile
  303. '
  304. Me.pbOutgoingFile.Location = New System.Drawing.Point(4, 25)
  305. Me.pbOutgoingFile.Margin = New System.Windows.Forms.Padding(2)
  306. Me.pbOutgoingFile.Name = "pbOutgoingFile"
  307. Me.pbOutgoingFile.Size = New System.Drawing.Size(248, 14)
  308. Me.pbOutgoingFile.TabIndex = 0
  309. '
  310. 'tmrPoll
  311. '
  312. '
  313. 'gbMachineID
  314. '
  315. Me.gbMachineID.Controls.Add(Me.Button1)
  316. Me.gbMachineID.Controls.Add(Me.tbMachineID)
  317. Me.gbMachineID.Location = New System.Drawing.Point(9, 55)
  318. Me.gbMachineID.Margin = New System.Windows.Forms.Padding(2)
  319. Me.gbMachineID.Name = "gbMachineID"
  320. Me.gbMachineID.Padding = New System.Windows.Forms.Padding(2)
  321. Me.gbMachineID.Size = New System.Drawing.Size(257, 38)
  322. Me.gbMachineID.TabIndex = 19
  323. Me.gbMachineID.TabStop = False
  324. Me.gbMachineID.Text = "MachineID"
  325. '
  326. 'Button1
  327. '
  328. Me.Button1.Location = New System.Drawing.Point(185, 12)
  329. Me.Button1.Margin = New System.Windows.Forms.Padding(2)
  330. Me.Button1.Name = "Button1"
  331. Me.Button1.Size = New System.Drawing.Size(64, 24)
  332. Me.Button1.TabIndex = 6
  333. Me.Button1.Text = "Set"
  334. Me.Button1.UseVisualStyleBackColor = True
  335. '
  336. 'tbMachineID
  337. '
  338. Me.tbMachineID.Location = New System.Drawing.Point(4, 15)
  339. Me.tbMachineID.Margin = New System.Windows.Forms.Padding(2)
  340. Me.tbMachineID.Name = "tbMachineID"
  341. Me.tbMachineID.Size = New System.Drawing.Size(177, 20)
  342. Me.tbMachineID.TabIndex = 0
  343. Me.tbMachineID.Text = "Unique Machine ID0"
  344. '
  345. 'cbReconnect
  346. '
  347. Me.cbReconnect.Checked = True
  348. Me.cbReconnect.CheckState = System.Windows.Forms.CheckState.Checked
  349. Me.cbReconnect.Location = New System.Drawing.Point(9, 99)
  350. Me.cbReconnect.Name = "cbReconnect"
  351. Me.cbReconnect.Size = New System.Drawing.Size(257, 35)
  352. Me.cbReconnect.TabIndex = 20
  353. Me.cbReconnect.Text = "Automatically attempt to reconect for 30 seconds in the event of connection loss." & _
  354. ""
  355. Me.cbReconnect.UseVisualStyleBackColor = True
  356. '
  357. 'frmClient
  358. '
  359. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  360. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  361. Me.ClientSize = New System.Drawing.Size(271, 534)
  362. Me.Controls.Add(Me.cbReconnect)
  363. Me.Controls.Add(Me.gbMachineID)
  364. Me.Controls.Add(Me.gbSendFileProgress)
  365. Me.Controls.Add(Me.gbSendText)
  366. Me.Controls.Add(Me.gbSendFile)
  367. Me.Controls.Add(Me.gbGetFile)
  368. Me.Controls.Add(Me.gbGetFilePregress)
  369. Me.Controls.Add(Me.gbServerPort)
  370. Me.Controls.Add(Me.gbIpAddress)
  371. Me.Controls.Add(Me.Button2)
  372. Me.Controls.Add(Me.gbTextIn)
  373. Me.Controls.Add(Me.StatusStrip1)
  374. Me.Margin = New System.Windows.Forms.Padding(2)
  375. Me.Name = "frmClient"
  376. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  377. Me.Text = "TcpComm Client"
  378. Me.gbTextIn.ResumeLayout(False)
  379. Me.StatusStrip1.ResumeLayout(False)
  380. Me.StatusStrip1.PerformLayout()
  381. Me.gbIpAddress.ResumeLayout(False)
  382. Me.gbIpAddress.PerformLayout()
  383. Me.gbServerPort.ResumeLayout(False)
  384. Me.gbServerPort.PerformLayout()
  385. Me.gbGetFilePregress.ResumeLayout(False)
  386. Me.gbGetFile.ResumeLayout(False)
  387. Me.gbGetFile.PerformLayout()
  388. Me.gbSendFile.ResumeLayout(False)
  389. Me.gbSendFile.PerformLayout()
  390. Me.gbSendText.ResumeLayout(False)
  391. Me.gbSendText.PerformLayout()
  392. Me.gbSendFileProgress.ResumeLayout(False)
  393. Me.gbMachineID.ResumeLayout(False)
  394. Me.gbMachineID.PerformLayout()
  395. Me.ResumeLayout(False)
  396. Me.PerformLayout()
  397. End Sub
  398. Friend WithEvents Button2 As System.Windows.Forms.Button
  399. Friend WithEvents tbSendText As System.Windows.Forms.TextBox
  400. Friend WithEvents gbTextIn As System.Windows.Forms.GroupBox
  401. Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  402. Friend WithEvents btSendText As System.Windows.Forms.Button
  403. Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
  404. Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
  405. Friend WithEvents gbIpAddress As System.Windows.Forms.GroupBox
  406. Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  407. Friend WithEvents gbServerPort As System.Windows.Forms.GroupBox
  408. Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  409. Friend WithEvents tbGetFileReq As System.Windows.Forms.TextBox
  410. Friend WithEvents btGetFile As System.Windows.Forms.Button
  411. Friend WithEvents gbGetFilePregress As System.Windows.Forms.GroupBox
  412. Friend WithEvents pbIncomingFile As System.Windows.Forms.ProgressBar
  413. Friend WithEvents gbGetFile As System.Windows.Forms.GroupBox
  414. Friend WithEvents btGetFileBrowse As System.Windows.Forms.Button
  415. Friend WithEvents gbSendFile As System.Windows.Forms.GroupBox
  416. Friend WithEvents btSendFileBrowse As System.Windows.Forms.Button
  417. Friend WithEvents tbSendFile As System.Windows.Forms.TextBox
  418. Friend WithEvents btSendFile As System.Windows.Forms.Button
  419. Friend WithEvents gbSendText As System.Windows.Forms.GroupBox
  420. Friend WithEvents gbSendFileProgress As System.Windows.Forms.GroupBox
  421. Friend WithEvents pbOutgoingFile As System.Windows.Forms.ProgressBar
  422. Friend WithEvents tmrPoll As System.Windows.Forms.Timer
  423. Friend WithEvents gbMachineID As System.Windows.Forms.GroupBox
  424. Friend WithEvents tbMachineID As System.Windows.Forms.TextBox
  425. Friend WithEvents Button1 As System.Windows.Forms.Button
  426. Friend WithEvents cbReconnect As System.Windows.Forms.CheckBox
  427. End Class