AboutBox.Designer.vb
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:9k
源码类别:

破解

开发平台:

ASP/ASPX

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class AboutBox
  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.     Friend WithEvents TableLayoutPanel As System.Windows.Forms.TableLayoutPanel
  13.     Friend WithEvents LabelProductName As System.Windows.Forms.Label
  14.     Friend WithEvents LabelVersion As System.Windows.Forms.Label
  15.     Friend WithEvents OKButton As System.Windows.Forms.Button
  16.     'Required by the Windows Form Designer
  17.     Private components As System.ComponentModel.IContainer
  18.     'NOTE: The following procedure is required by the Windows Form Designer
  19.     'It can be modified using the Windows Form Designer.  
  20.     'Do not modify it using the code editor.
  21.     <System.Diagnostics.DebuggerStepThrough()> _
  22.     Private Sub InitializeComponent()
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AboutBox))
  24.         Me.TableLayoutPanel = New System.Windows.Forms.TableLayoutPanel
  25.         Me.LogoPictureBox = New System.Windows.Forms.PictureBox
  26.         Me.LabelProductName = New System.Windows.Forms.Label
  27.         Me.LabelVersion = New System.Windows.Forms.Label
  28.         Me.LabelCopyright = New System.Windows.Forms.Label
  29.         Me.LabelCompanyName = New System.Windows.Forms.Label
  30.         Me.TextBoxDescription = New System.Windows.Forms.TextBox
  31.         Me.OKButton = New System.Windows.Forms.Button
  32.         Me.TableLayoutPanel.SuspendLayout()
  33.         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
  34.         Me.SuspendLayout()
  35.         '
  36.         'TableLayoutPanel
  37.         '
  38.         Me.TableLayoutPanel.ColumnCount = 2
  39.         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 203.0!))
  40.         Me.TableLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
  41.         Me.TableLayoutPanel.Controls.Add(Me.LogoPictureBox, 0, 0)
  42.         Me.TableLayoutPanel.Controls.Add(Me.LabelProductName, 1, 0)
  43.         Me.TableLayoutPanel.Controls.Add(Me.LabelVersion, 1, 1)
  44.         Me.TableLayoutPanel.Controls.Add(Me.LabelCopyright, 1, 2)
  45.         Me.TableLayoutPanel.Controls.Add(Me.LabelCompanyName, 1, 3)
  46.         Me.TableLayoutPanel.Controls.Add(Me.TextBoxDescription, 1, 4)
  47.         Me.TableLayoutPanel.Controls.Add(Me.OKButton, 1, 5)
  48.         Me.TableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
  49.         Me.TableLayoutPanel.Location = New System.Drawing.Point(9, 9)
  50.         Me.TableLayoutPanel.Name = "TableLayoutPanel"
  51.         Me.TableLayoutPanel.RowCount = 6
  52.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  53.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  54.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  55.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  56.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  57.         Me.TableLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
  58.         Me.TableLayoutPanel.Size = New System.Drawing.Size(396, 300)
  59.         Me.TableLayoutPanel.TabIndex = 0
  60.         '
  61.         'LogoPictureBox
  62.         '
  63.         Me.LogoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill
  64.         Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image)
  65.         Me.LogoPictureBox.Location = New System.Drawing.Point(3, 3)
  66.         Me.LogoPictureBox.Name = "LogoPictureBox"
  67.         Me.TableLayoutPanel.SetRowSpan(Me.LogoPictureBox, 6)
  68.         Me.LogoPictureBox.Size = New System.Drawing.Size(197, 294)
  69.         Me.LogoPictureBox.TabIndex = 0
  70.         Me.LogoPictureBox.TabStop = False
  71.         '
  72.         'LabelProductName
  73.         '
  74.         Me.LabelProductName.Dock = System.Windows.Forms.DockStyle.Fill
  75.         Me.LabelProductName.Location = New System.Drawing.Point(209, 0)
  76.         Me.LabelProductName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  77.         Me.LabelProductName.MaximumSize = New System.Drawing.Size(0, 17)
  78.         Me.LabelProductName.Name = "LabelProductName"
  79.         Me.LabelProductName.Size = New System.Drawing.Size(184, 17)
  80.         Me.LabelProductName.TabIndex = 0
  81.         Me.LabelProductName.Text = "Product Name"
  82.         Me.LabelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  83.         '
  84.         'LabelVersion
  85.         '
  86.         Me.LabelVersion.Dock = System.Windows.Forms.DockStyle.Fill
  87.         Me.LabelVersion.Location = New System.Drawing.Point(209, 30)
  88.         Me.LabelVersion.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  89.         Me.LabelVersion.MaximumSize = New System.Drawing.Size(0, 17)
  90.         Me.LabelVersion.Name = "LabelVersion"
  91.         Me.LabelVersion.Size = New System.Drawing.Size(184, 17)
  92.         Me.LabelVersion.TabIndex = 0
  93.         Me.LabelVersion.Text = "Version"
  94.         Me.LabelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  95.         '
  96.         'LabelCopyright
  97.         '
  98.         Me.LabelCopyright.Dock = System.Windows.Forms.DockStyle.Fill
  99.         Me.LabelCopyright.Location = New System.Drawing.Point(209, 60)
  100.         Me.LabelCopyright.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  101.         Me.LabelCopyright.MaximumSize = New System.Drawing.Size(0, 17)
  102.         Me.LabelCopyright.Name = "LabelCopyright"
  103.         Me.LabelCopyright.Size = New System.Drawing.Size(184, 17)
  104.         Me.LabelCopyright.TabIndex = 0
  105.         Me.LabelCopyright.Text = "Copyright"
  106.         Me.LabelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  107.         '
  108.         'LabelCompanyName
  109.         '
  110.         Me.LabelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill
  111.         Me.LabelCompanyName.Location = New System.Drawing.Point(209, 90)
  112.         Me.LabelCompanyName.Margin = New System.Windows.Forms.Padding(6, 0, 3, 0)
  113.         Me.LabelCompanyName.MaximumSize = New System.Drawing.Size(0, 17)
  114.         Me.LabelCompanyName.Name = "LabelCompanyName"
  115.         Me.LabelCompanyName.Size = New System.Drawing.Size(184, 17)
  116.         Me.LabelCompanyName.TabIndex = 0
  117.         Me.LabelCompanyName.Text = "Company Name"
  118.         Me.LabelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  119.         '
  120.         'TextBoxDescription
  121.         '
  122.         Me.TextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill
  123.         Me.TextBoxDescription.Location = New System.Drawing.Point(209, 123)
  124.         Me.TextBoxDescription.Margin = New System.Windows.Forms.Padding(6, 3, 3, 3)
  125.         Me.TextBoxDescription.Multiline = True
  126.         Me.TextBoxDescription.Name = "TextBoxDescription"
  127.         Me.TextBoxDescription.ReadOnly = True
  128.         Me.TextBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
  129.         Me.TextBoxDescription.Size = New System.Drawing.Size(184, 144)
  130.         Me.TextBoxDescription.TabIndex = 0
  131.         Me.TextBoxDescription.TabStop = False
  132.         Me.TextBoxDescription.Text = resources.GetString("TextBoxDescription.Text")
  133.         '
  134.         'OKButton
  135.         '
  136.         Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  137.         Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
  138.         Me.OKButton.Location = New System.Drawing.Point(318, 274)
  139.         Me.OKButton.Name = "OKButton"
  140.         Me.OKButton.Size = New System.Drawing.Size(75, 23)
  141.         Me.OKButton.TabIndex = 0
  142.         Me.OKButton.Text = "&OK"
  143.         '
  144.         'AboutBox
  145.         '
  146.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  147.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  148.         Me.ClientSize = New System.Drawing.Size(414, 318)
  149.         Me.Controls.Add(Me.TableLayoutPanel)
  150.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  151.         Me.MaximizeBox = False
  152.         Me.MinimizeBox = False
  153.         Me.Name = "AboutBox"
  154.         Me.Padding = New System.Windows.Forms.Padding(9)
  155.         Me.ShowInTaskbar = False
  156.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  157.         Me.Text = "XSS Tunnel"
  158.         Me.TopMost = True
  159.         Me.TableLayoutPanel.ResumeLayout(False)
  160.         Me.TableLayoutPanel.PerformLayout()
  161.         CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
  162.         Me.ResumeLayout(False)
  163.     End Sub
  164.     Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
  165.     Friend WithEvents LabelCopyright As System.Windows.Forms.Label
  166.     Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
  167.     Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
  168. End Class