frmClient.Designer.vb 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  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.gbTextIn.SuspendLayout()
  49. Me.StatusStrip1.SuspendLayout()
  50. Me.gbIpAddress.SuspendLayout()
  51. Me.gbServerPort.SuspendLayout()
  52. Me.gbGetFilePregress.SuspendLayout()
  53. Me.gbGetFile.SuspendLayout()
  54. Me.gbSendFile.SuspendLayout()
  55. Me.gbSendText.SuspendLayout()
  56. Me.gbSendFileProgress.SuspendLayout()
  57. Me.SuspendLayout()
  58. '
  59. 'Button2
  60. '
  61. Me.Button2.Location = New System.Drawing.Point(194, 9)
  62. Me.Button2.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  63. Me.Button2.Name = "Button2"
  64. Me.Button2.Size = New System.Drawing.Size(72, 35)
  65. Me.Button2.TabIndex = 6
  66. Me.Button2.Text = "Connect"
  67. Me.Button2.UseVisualStyleBackColor = True
  68. '
  69. 'tbSendText
  70. '
  71. Me.tbSendText.Location = New System.Drawing.Point(4, 16)
  72. Me.tbSendText.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  73. Me.tbSendText.Multiline = True
  74. Me.tbSendText.Name = "tbSendText"
  75. Me.tbSendText.Size = New System.Drawing.Size(177, 23)
  76. Me.tbSendText.TabIndex = 8
  77. '
  78. 'gbTextIn
  79. '
  80. Me.gbTextIn.Controls.Add(Me.ListBox1)
  81. Me.gbTextIn.Location = New System.Drawing.Point(9, 49)
  82. Me.gbTextIn.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  83. Me.gbTextIn.Name = "gbTextIn"
  84. Me.gbTextIn.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  85. Me.gbTextIn.Size = New System.Drawing.Size(257, 110)
  86. Me.gbTextIn.TabIndex = 7
  87. Me.gbTextIn.TabStop = False
  88. Me.gbTextIn.Text = "Text in:"
  89. '
  90. 'ListBox1
  91. '
  92. Me.ListBox1.FormattingEnabled = True
  93. Me.ListBox1.ItemHeight = 12
  94. Me.ListBox1.Location = New System.Drawing.Point(4, 16)
  95. Me.ListBox1.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  96. Me.ListBox1.Name = "ListBox1"
  97. Me.ListBox1.Size = New System.Drawing.Size(245, 88)
  98. Me.ListBox1.TabIndex = 0
  99. '
  100. 'btSendText
  101. '
  102. Me.btSendText.Location = New System.Drawing.Point(190, 16)
  103. Me.btSendText.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  104. Me.btSendText.Name = "btSendText"
  105. Me.btSendText.Size = New System.Drawing.Size(64, 22)
  106. Me.btSendText.TabIndex = 5
  107. Me.btSendText.Text = "Send"
  108. Me.btSendText.UseVisualStyleBackColor = True
  109. '
  110. 'ToolStripStatusLabel1
  111. '
  112. Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
  113. Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(32, 17)
  114. Me.ToolStripStatusLabel1.Text = "Idle."
  115. '
  116. 'StatusStrip1
  117. '
  118. Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
  119. Me.StatusStrip1.Location = New System.Drawing.Point(0, 390)
  120. Me.StatusStrip1.Name = "StatusStrip1"
  121. Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 10, 0)
  122. Me.StatusStrip1.Size = New System.Drawing.Size(271, 22)
  123. Me.StatusStrip1.TabIndex = 4
  124. Me.StatusStrip1.Text = "StatusStrip1"
  125. '
  126. 'gbIpAddress
  127. '
  128. Me.gbIpAddress.Controls.Add(Me.TextBox2)
  129. Me.gbIpAddress.Location = New System.Drawing.Point(9, 9)
  130. Me.gbIpAddress.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  131. Me.gbIpAddress.Name = "gbIpAddress"
  132. Me.gbIpAddress.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  133. Me.gbIpAddress.Size = New System.Drawing.Size(103, 35)
  134. Me.gbIpAddress.TabIndex = 9
  135. Me.gbIpAddress.TabStop = False
  136. Me.gbIpAddress.Text = "Server IP Address"
  137. '
  138. 'TextBox2
  139. '
  140. Me.TextBox2.Location = New System.Drawing.Point(4, 14)
  141. Me.TextBox2.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  142. Me.TextBox2.Name = "TextBox2"
  143. Me.TextBox2.Size = New System.Drawing.Size(95, 22)
  144. Me.TextBox2.TabIndex = 0
  145. '
  146. 'gbServerPort
  147. '
  148. Me.gbServerPort.Controls.Add(Me.TextBox3)
  149. Me.gbServerPort.Location = New System.Drawing.Point(116, 9)
  150. Me.gbServerPort.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  151. Me.gbServerPort.Name = "gbServerPort"
  152. Me.gbServerPort.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  153. Me.gbServerPort.Size = New System.Drawing.Size(74, 35)
  154. Me.gbServerPort.TabIndex = 10
  155. Me.gbServerPort.TabStop = False
  156. Me.gbServerPort.Text = "Server Port"
  157. '
  158. 'TextBox3
  159. '
  160. Me.TextBox3.Location = New System.Drawing.Point(4, 14)
  161. Me.TextBox3.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  162. Me.TextBox3.Name = "TextBox3"
  163. Me.TextBox3.Size = New System.Drawing.Size(62, 22)
  164. Me.TextBox3.TabIndex = 0
  165. Me.TextBox3.Text = "22490"
  166. '
  167. 'tbGetFileReq
  168. '
  169. Me.tbGetFileReq.Location = New System.Drawing.Point(4, 16)
  170. Me.tbGetFileReq.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  171. Me.tbGetFileReq.Multiline = True
  172. Me.tbGetFileReq.Name = "tbGetFileReq"
  173. Me.tbGetFileReq.Size = New System.Drawing.Size(124, 23)
  174. Me.tbGetFileReq.TabIndex = 12
  175. '
  176. 'btGetFile
  177. '
  178. Me.btGetFile.Location = New System.Drawing.Point(195, 16)
  179. Me.btGetFile.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  180. Me.btGetFile.Name = "btGetFile"
  181. Me.btGetFile.Size = New System.Drawing.Size(58, 22)
  182. Me.btGetFile.TabIndex = 13
  183. Me.btGetFile.Text = "Get File"
  184. Me.btGetFile.UseVisualStyleBackColor = True
  185. '
  186. 'gbGetFilePregress
  187. '
  188. Me.gbGetFilePregress.Controls.Add(Me.pbIncomingFile)
  189. Me.gbGetFilePregress.Location = New System.Drawing.Point(9, 309)
  190. Me.gbGetFilePregress.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  191. Me.gbGetFilePregress.Name = "gbGetFilePregress"
  192. Me.gbGetFilePregress.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  193. Me.gbGetFilePregress.Size = New System.Drawing.Size(257, 38)
  194. Me.gbGetFilePregress.TabIndex = 14
  195. Me.gbGetFilePregress.TabStop = False
  196. Me.gbGetFilePregress.Text = "File -> Client:"
  197. '
  198. 'pbIncomingFile
  199. '
  200. Me.pbIncomingFile.Location = New System.Drawing.Point(4, 23)
  201. Me.pbIncomingFile.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  202. Me.pbIncomingFile.Name = "pbIncomingFile"
  203. Me.pbIncomingFile.Size = New System.Drawing.Size(248, 13)
  204. Me.pbIncomingFile.TabIndex = 0
  205. '
  206. 'gbGetFile
  207. '
  208. Me.gbGetFile.Controls.Add(Me.btGetFileBrowse)
  209. Me.gbGetFile.Controls.Add(Me.tbGetFileReq)
  210. Me.gbGetFile.Controls.Add(Me.btGetFile)
  211. Me.gbGetFile.Location = New System.Drawing.Point(9, 210)
  212. Me.gbGetFile.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  213. Me.gbGetFile.Name = "gbGetFile"
  214. Me.gbGetFile.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  215. Me.gbGetFile.Size = New System.Drawing.Size(257, 45)
  216. Me.gbGetFile.TabIndex = 1
  217. Me.gbGetFile.TabStop = False
  218. Me.gbGetFile.Text = "Get a file from the server"
  219. '
  220. 'btGetFileBrowse
  221. '
  222. Me.btGetFileBrowse.Location = New System.Drawing.Point(132, 16)
  223. Me.btGetFileBrowse.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  224. Me.btGetFileBrowse.Name = "btGetFileBrowse"
  225. Me.btGetFileBrowse.Size = New System.Drawing.Size(58, 22)
  226. Me.btGetFileBrowse.TabIndex = 14
  227. Me.btGetFileBrowse.Text = "Browse"
  228. Me.btGetFileBrowse.UseVisualStyleBackColor = True
  229. '
  230. 'gbSendFile
  231. '
  232. Me.gbSendFile.Controls.Add(Me.btSendFileBrowse)
  233. Me.gbSendFile.Controls.Add(Me.tbSendFile)
  234. Me.gbSendFile.Controls.Add(Me.btSendFile)
  235. Me.gbSendFile.Location = New System.Drawing.Point(9, 260)
  236. Me.gbSendFile.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  237. Me.gbSendFile.Name = "gbSendFile"
  238. Me.gbSendFile.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  239. Me.gbSendFile.Size = New System.Drawing.Size(257, 45)
  240. Me.gbSendFile.TabIndex = 16
  241. Me.gbSendFile.TabStop = False
  242. Me.gbSendFile.Text = "Send a file to the server"
  243. '
  244. 'btSendFileBrowse
  245. '
  246. Me.btSendFileBrowse.Location = New System.Drawing.Point(132, 16)
  247. Me.btSendFileBrowse.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  248. Me.btSendFileBrowse.Name = "btSendFileBrowse"
  249. Me.btSendFileBrowse.Size = New System.Drawing.Size(58, 22)
  250. Me.btSendFileBrowse.TabIndex = 14
  251. Me.btSendFileBrowse.Text = "Browse"
  252. Me.btSendFileBrowse.UseVisualStyleBackColor = True
  253. '
  254. 'tbSendFile
  255. '
  256. Me.tbSendFile.Location = New System.Drawing.Point(4, 16)
  257. Me.tbSendFile.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  258. Me.tbSendFile.Multiline = True
  259. Me.tbSendFile.Name = "tbSendFile"
  260. Me.tbSendFile.Size = New System.Drawing.Size(124, 23)
  261. Me.tbSendFile.TabIndex = 12
  262. '
  263. 'btSendFile
  264. '
  265. Me.btSendFile.Location = New System.Drawing.Point(195, 16)
  266. Me.btSendFile.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  267. Me.btSendFile.Name = "btSendFile"
  268. Me.btSendFile.Size = New System.Drawing.Size(58, 22)
  269. Me.btSendFile.TabIndex = 13
  270. Me.btSendFile.Text = "Send File"
  271. Me.btSendFile.UseVisualStyleBackColor = True
  272. '
  273. 'gbSendText
  274. '
  275. Me.gbSendText.Controls.Add(Me.btSendText)
  276. Me.gbSendText.Controls.Add(Me.tbSendText)
  277. Me.gbSendText.Location = New System.Drawing.Point(9, 164)
  278. Me.gbSendText.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  279. Me.gbSendText.Name = "gbSendText"
  280. Me.gbSendText.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  281. Me.gbSendText.Size = New System.Drawing.Size(257, 45)
  282. Me.gbSendText.TabIndex = 17
  283. Me.gbSendText.TabStop = False
  284. Me.gbSendText.Text = "Sent Text"
  285. '
  286. 'gbSendFileProgress
  287. '
  288. Me.gbSendFileProgress.Controls.Add(Me.pbOutgoingFile)
  289. Me.gbSendFileProgress.Location = New System.Drawing.Point(9, 352)
  290. Me.gbSendFileProgress.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  291. Me.gbSendFileProgress.Name = "gbSendFileProgress"
  292. Me.gbSendFileProgress.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
  293. Me.gbSendFileProgress.Size = New System.Drawing.Size(257, 38)
  294. Me.gbSendFileProgress.TabIndex = 18
  295. Me.gbSendFileProgress.TabStop = False
  296. Me.gbSendFileProgress.Text = "File -> Server:"
  297. '
  298. 'pbOutgoingFile
  299. '
  300. Me.pbOutgoingFile.Location = New System.Drawing.Point(4, 23)
  301. Me.pbOutgoingFile.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  302. Me.pbOutgoingFile.Name = "pbOutgoingFile"
  303. Me.pbOutgoingFile.Size = New System.Drawing.Size(248, 13)
  304. Me.pbOutgoingFile.TabIndex = 0
  305. '
  306. 'tmrPoll
  307. '
  308. '
  309. 'frmClient
  310. '
  311. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  312. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  313. Me.ClientSize = New System.Drawing.Size(271, 412)
  314. Me.Controls.Add(Me.gbSendFileProgress)
  315. Me.Controls.Add(Me.gbSendText)
  316. Me.Controls.Add(Me.gbSendFile)
  317. Me.Controls.Add(Me.gbGetFile)
  318. Me.Controls.Add(Me.gbGetFilePregress)
  319. Me.Controls.Add(Me.gbServerPort)
  320. Me.Controls.Add(Me.gbIpAddress)
  321. Me.Controls.Add(Me.Button2)
  322. Me.Controls.Add(Me.gbTextIn)
  323. Me.Controls.Add(Me.StatusStrip1)
  324. Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  325. Me.Name = "frmClient"
  326. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  327. Me.Text = "Test Client"
  328. Me.gbTextIn.ResumeLayout(False)
  329. Me.StatusStrip1.ResumeLayout(False)
  330. Me.StatusStrip1.PerformLayout()
  331. Me.gbIpAddress.ResumeLayout(False)
  332. Me.gbIpAddress.PerformLayout()
  333. Me.gbServerPort.ResumeLayout(False)
  334. Me.gbServerPort.PerformLayout()
  335. Me.gbGetFilePregress.ResumeLayout(False)
  336. Me.gbGetFile.ResumeLayout(False)
  337. Me.gbGetFile.PerformLayout()
  338. Me.gbSendFile.ResumeLayout(False)
  339. Me.gbSendFile.PerformLayout()
  340. Me.gbSendText.ResumeLayout(False)
  341. Me.gbSendText.PerformLayout()
  342. Me.gbSendFileProgress.ResumeLayout(False)
  343. Me.ResumeLayout(False)
  344. Me.PerformLayout()
  345. End Sub
  346. Friend WithEvents Button2 As System.Windows.Forms.Button
  347. Friend WithEvents tbSendText As System.Windows.Forms.TextBox
  348. Friend WithEvents gbTextIn As System.Windows.Forms.GroupBox
  349. Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  350. Friend WithEvents btSendText As System.Windows.Forms.Button
  351. Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
  352. Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
  353. Friend WithEvents gbIpAddress As System.Windows.Forms.GroupBox
  354. Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  355. Friend WithEvents gbServerPort As System.Windows.Forms.GroupBox
  356. Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  357. Friend WithEvents tbGetFileReq As System.Windows.Forms.TextBox
  358. Friend WithEvents btGetFile As System.Windows.Forms.Button
  359. Friend WithEvents gbGetFilePregress As System.Windows.Forms.GroupBox
  360. Friend WithEvents pbIncomingFile As System.Windows.Forms.ProgressBar
  361. Friend WithEvents gbGetFile As System.Windows.Forms.GroupBox
  362. Friend WithEvents btGetFileBrowse As System.Windows.Forms.Button
  363. Friend WithEvents gbSendFile As System.Windows.Forms.GroupBox
  364. Friend WithEvents btSendFileBrowse As System.Windows.Forms.Button
  365. Friend WithEvents tbSendFile As System.Windows.Forms.TextBox
  366. Friend WithEvents btSendFile As System.Windows.Forms.Button
  367. Friend WithEvents gbSendText As System.Windows.Forms.GroupBox
  368. Friend WithEvents gbSendFileProgress As System.Windows.Forms.GroupBox
  369. Friend WithEvents pbOutgoingFile As System.Windows.Forms.ProgressBar
  370. Friend WithEvents tmrPoll As System.Windows.Forms.Timer
  371. End Class