www.pudn.com > Zip.rar > frmEula.Designer.vb
_ Partial Class frmEula Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEula)) Me.txtEula = New System.Windows.Forms.TextBox Me.SuspendLayout() ' 'txtEula ' Me.txtEula.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtEula.Location = New System.Drawing.Point(13, 13) Me.txtEula.Multiline = True Me.txtEula.Name = "txtEula" Me.txtEula.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtEula.Size = New System.Drawing.Size(413, 344) Me.txtEula.TabIndex = 0 Me.txtEula.TabStop = False Me.txtEula.Text = resources.GetString("txtEula.Text") ' 'frmEula ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(438, 369) Me.Controls.Add(Me.txtEula) Me.Name = "frmEula" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Zip Demo Eula" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents txtEula As System.Windows.Forms.TextBox End Class