home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / multimedia / ria / Setup.exe / SetupViewer.msi / _48B60ABF881A47D2878B7D18E437CF9D < prev    next >
Text File  |  2006-12-27  |  2KB  |  54 lines

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class UserControl1
  3.     Inherits System.Windows.Forms.UserControl
  4.  
  5.     'UserControl1 overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Required by the Windows Form Designer
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTE: The following procedure is required by the Windows Form Designer
  21.     'It can be modified using the Windows Form Designer.  
  22.     'Do not modify it using the code editor.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Me.TextBox1 = New System.Windows.Forms.TextBox
  26.         Me.SuspendLayout()
  27.         '
  28.         'TextBox1
  29.         '
  30.         Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Fill
  31.         Me.TextBox1.Font = New System.Drawing.Font("Courier New", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  32.         Me.TextBox1.Location = New System.Drawing.Point(0, 0)
  33.         Me.TextBox1.Multiline = True
  34.         Me.TextBox1.Name = "TextBox1"
  35.         Me.TextBox1.ReadOnly = True
  36.         Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both
  37.         Me.TextBox1.Size = New System.Drawing.Size(322, 301)
  38.         Me.TextBox1.TabIndex = 2
  39.         '
  40.         'UserControl1
  41.         '
  42.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  43.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  44.         Me.Controls.Add(Me.TextBox1)
  45.         Me.Name = "UserControl1"
  46.         Me.Size = New System.Drawing.Size(322, 301)
  47.         Me.ResumeLayout(False)
  48.         Me.PerformLayout()
  49.  
  50.     End Sub
  51.     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  52.  
  53. End Class
  54.