Form1.Designer.vb
上传用户:szltgg
上传日期:2019-05-16
资源大小:604k
文件大小:6k
源码类别:

Telnet服务器

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.         If disposing AndAlso components IsNot Nothing Then
  8.             components.Dispose()
  9.         End If
  10.         MyBase.Dispose(disposing)
  11.     End Sub
  12.     'Required by the Windows Form Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     'NOTE: The following procedure is required by the Windows Form Designer
  15.     'It can be modified using the Windows Form Designer.  
  16.     'Do not modify it using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         Me.TerminalControl1 = New WalburySoftware.TerminalControl
  20.         Me.TextBoxServer = New System.Windows.Forms.TextBox
  21.         Me.Label1 = New System.Windows.Forms.Label
  22.         Me.Label2 = New System.Windows.Forms.Label
  23.         Me.TextBoxUsername = New System.Windows.Forms.TextBox
  24.         Me.Label3 = New System.Windows.Forms.Label
  25.         Me.TextBoxPassword = New System.Windows.Forms.TextBox
  26.         Me.ButtonConnect = New System.Windows.Forms.Button
  27.         Me.Button1 = New System.Windows.Forms.Button
  28.         Me.SuspendLayout()
  29.         '
  30.         'TerminalControl1
  31.         '
  32.         Me.TerminalControl1.AuthType = Poderosa.ConnectionParam.AuthType.Password
  33.         Me.TerminalControl1.Dock = System.Windows.Forms.DockStyle.Bottom
  34.         Me.TerminalControl1.Host = Nothing
  35.         Me.TerminalControl1.IdentifyFile = ""
  36.         Me.TerminalControl1.Location = New System.Drawing.Point(0, 101)
  37.         Me.TerminalControl1.Method = WalburySoftware.ConnectionMethod.Telnet
  38.         Me.TerminalControl1.Name = "TerminalControl1"
  39.         Me.TerminalControl1.Password = Nothing
  40.         Me.TerminalControl1.Size = New System.Drawing.Size(506, 169)
  41.         Me.TerminalControl1.TabIndex = 0
  42.         Me.TerminalControl1.Text = "TerminalControl1"
  43.         Me.TerminalControl1.UserName = Nothing
  44.         '
  45.         'TextBoxServer
  46.         '
  47.         Me.TextBoxServer.Location = New System.Drawing.Point(82, 10)
  48.         Me.TextBoxServer.Name = "TextBoxServer"
  49.         Me.TextBoxServer.Size = New System.Drawing.Size(100, 20)
  50.         Me.TextBoxServer.TabIndex = 1
  51.         '
  52.         'Label1
  53.         '
  54.         Me.Label1.AutoSize = True
  55.         Me.Label1.Location = New System.Drawing.Point(13, 13)
  56.         Me.Label1.Name = "Label1"
  57.         Me.Label1.Size = New System.Drawing.Size(63, 13)
  58.         Me.Label1.TabIndex = 2
  59.         Me.Label1.Text = "SSH Server"
  60.         '
  61.         'Label2
  62.         '
  63.         Me.Label2.AutoSize = True
  64.         Me.Label2.Location = New System.Drawing.Point(19, 39)
  65.         Me.Label2.Name = "Label2"
  66.         Me.Label2.Size = New System.Drawing.Size(57, 13)
  67.         Me.Label2.TabIndex = 3
  68.         Me.Label2.Text = "UserName"
  69.         '
  70.         'TextBoxUsername
  71.         '
  72.         Me.TextBoxUsername.Location = New System.Drawing.Point(82, 36)
  73.         Me.TextBoxUsername.Name = "TextBoxUsername"
  74.         Me.TextBoxUsername.Size = New System.Drawing.Size(100, 20)
  75.         Me.TextBoxUsername.TabIndex = 4
  76.         '
  77.         'Label3
  78.         '
  79.         Me.Label3.AutoSize = True
  80.         Me.Label3.Location = New System.Drawing.Point(23, 65)
  81.         Me.Label3.Name = "Label3"
  82.         Me.Label3.Size = New System.Drawing.Size(53, 13)
  83.         Me.Label3.TabIndex = 5
  84.         Me.Label3.Text = "Password"
  85.         '
  86.         'TextBoxPassword
  87.         '
  88.         Me.TextBoxPassword.Location = New System.Drawing.Point(82, 62)
  89.         Me.TextBoxPassword.Name = "TextBoxPassword"
  90.         Me.TextBoxPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  91.         Me.TextBoxPassword.Size = New System.Drawing.Size(100, 20)
  92.         Me.TextBoxPassword.TabIndex = 6
  93.         '
  94.         'ButtonConnect
  95.         '
  96.         Me.ButtonConnect.Location = New System.Drawing.Point(206, 7)
  97.         Me.ButtonConnect.Name = "ButtonConnect"
  98.         Me.ButtonConnect.Size = New System.Drawing.Size(75, 23)
  99.         Me.ButtonConnect.TabIndex = 7
  100.         Me.ButtonConnect.Text = "Connect"
  101.         Me.ButtonConnect.UseVisualStyleBackColor = True
  102.         '
  103.         'Button1
  104.         '
  105.         Me.Button1.Location = New System.Drawing.Point(206, 39)
  106.         Me.Button1.Name = "Button1"
  107.         Me.Button1.Size = New System.Drawing.Size(75, 23)
  108.         Me.Button1.TabIndex = 8
  109.         Me.Button1.Text = "Edit Display"
  110.         Me.Button1.UseVisualStyleBackColor = True
  111.         '
  112.         'Form1
  113.         '
  114.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  115.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  116.         Me.ClientSize = New System.Drawing.Size(506, 270)
  117.         Me.Controls.Add(Me.Button1)
  118.         Me.Controls.Add(Me.ButtonConnect)
  119.         Me.Controls.Add(Me.TextBoxPassword)
  120.         Me.Controls.Add(Me.Label3)
  121.         Me.Controls.Add(Me.TextBoxUsername)
  122.         Me.Controls.Add(Me.Label2)
  123.         Me.Controls.Add(Me.Label1)
  124.         Me.Controls.Add(Me.TextBoxServer)
  125.         Me.Controls.Add(Me.TerminalControl1)
  126.         Me.Name = "Form1"
  127.         Me.Text = "Form1"
  128.         Me.ResumeLayout(False)
  129.         Me.PerformLayout()
  130.     End Sub
  131.     Friend WithEvents TerminalControl1 As WalburySoftware.TerminalControl
  132.     Friend WithEvents TextBoxServer As System.Windows.Forms.TextBox
  133.     Friend WithEvents Label1 As System.Windows.Forms.Label
  134.     Friend WithEvents Label2 As System.Windows.Forms.Label
  135.     Friend WithEvents TextBoxUsername As System.Windows.Forms.TextBox
  136.     Friend WithEvents Label3 As System.Windows.Forms.Label
  137.     Friend WithEvents TextBoxPassword As System.Windows.Forms.TextBox
  138.     Friend WithEvents ButtonConnect As System.Windows.Forms.Button
  139.     Friend WithEvents Button1 As System.Windows.Forms.Button
  140. End Class