_ Partial Class frmAbout 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(frmAbout)) Me.lblHeader = New System.Windows.Forms.Label Me.boxTech = New System.Windows.Forms.GroupBox Me.lblWavesA = New System.Windows.Forms.Label Me.lblWavesQ = New System.Windows.Forms.Label Me.lblCodedA = New System.Windows.Forms.Label Me.lblCodedQ = New System.Windows.Forms.Label Me.lblWhatA = New System.Windows.Forms.Label Me.lblWhatQ = New System.Windows.Forms.Label Me.boxText = New System.Windows.Forms.GroupBox Me.txtText = New System.Windows.Forms.TextBox Me.boxTech.SuspendLayout() Me.boxText.SuspendLayout() Me.SuspendLayout() ' 'lblHeader ' Me.lblHeader.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblHeader.Location = New System.Drawing.Point(12, 9) Me.lblHeader.Name = "lblHeader" Me.lblHeader.Size = New System.Drawing.Size(294, 45) Me.lblHeader.TabIndex = 0 Me.lblHeader.Text = "About" Me.lblHeader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'boxTech ' Me.boxTech.Controls.Add(Me.lblWavesA) Me.boxTech.Controls.Add(Me.lblWavesQ) Me.boxTech.Controls.Add(Me.lblCodedA) Me.boxTech.Controls.Add(Me.lblCodedQ) Me.boxTech.Controls.Add(Me.lblWhatA) Me.boxTech.Controls.Add(Me.lblWhatQ) Me.boxTech.Location = New System.Drawing.Point(5, 57) Me.boxTech.Name = "boxTech" Me.boxTech.Size = New System.Drawing.Size(320, 137) Me.boxTech.TabIndex = 2 Me.boxTech.TabStop = False Me.boxTech.Text = "Version stuff [apparently not]" ' 'lblWavesA ' Me.lblWavesA.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblWavesA.Location = New System.Drawing.Point(12, 86) Me.lblWavesA.Name = "lblWavesA" Me.lblWavesA.Size = New System.Drawing.Size(302, 48) Me.lblWavesA.TabIndex = 9 Me.lblWavesA.Text = "Jeax, NGangsta, Dissi, Daney, Meth0d, DvDaf, Oom Okke, Tante Jantje and people th" & _ "at should be noted here but I cba'd to type out" ' 'lblWavesQ ' Me.lblWavesQ.AutoSize = True Me.lblWavesQ.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblWavesQ.Location = New System.Drawing.Point(12, 73) Me.lblWavesQ.Name = "lblWavesQ" Me.lblWavesQ.Size = New System.Drawing.Size(178, 13) Me.lblWavesQ.TabIndex = 8 Me.lblWavesQ.Text = "Waves, rolls, thanks etc goto:" ' 'lblCodedA ' Me.lblCodedA.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCodedA.Location = New System.Drawing.Point(82, 50) Me.lblCodedA.Name = "lblCodedA" Me.lblCodedA.Size = New System.Drawing.Size(228, 27) Me.lblCodedA.TabIndex = 7 Me.lblCodedA.Text = "Microsoft VB.NET Express Edition 2008" ' 'lblCodedQ ' Me.lblCodedQ.AutoSize = True Me.lblCodedQ.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCodedQ.Location = New System.Drawing.Point(12, 50) Me.lblCodedQ.Name = "lblCodedQ" Me.lblCodedQ.Size = New System.Drawing.Size(64, 13) Me.lblCodedQ.TabIndex = 6 Me.lblCodedQ.Text = "Coded in?" ' 'lblWhatA ' Me.lblWhatA.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblWhatA.Location = New System.Drawing.Point(82, 22) Me.lblWhatA.Name = "lblWhatA" Me.lblWhatA.Size = New System.Drawing.Size(228, 27) Me.lblWhatA.TabIndex = 5 Me.lblWhatA.Text = "Nillus Retro Commander, bot center for Habbo retro's" ' 'lblWhatQ ' Me.lblWhatQ.AutoSize = True Me.lblWhatQ.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblWhatQ.Location = New System.Drawing.Point(12, 22) Me.lblWhatQ.Name = "lblWhatQ" Me.lblWhatQ.Size = New System.Drawing.Size(44, 13) Me.lblWhatQ.TabIndex = 2 Me.lblWhatQ.Text = "What?" ' 'boxText ' Me.boxText.Controls.Add(Me.txtText) Me.boxText.Location = New System.Drawing.Point(4, 200) Me.boxText.Name = "boxText" Me.boxText.Size = New System.Drawing.Size(321, 167) Me.boxText.TabIndex = 4 Me.boxText.TabStop = False Me.boxText.Text = "Some words [yeh]" ' 'txtText ' Me.txtText.BackColor = System.Drawing.Color.White Me.txtText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtText.Cursor = System.Windows.Forms.Cursors.Help Me.txtText.Dock = System.Windows.Forms.DockStyle.Fill Me.txtText.Location = New System.Drawing.Point(3, 16) Me.txtText.Multiline = True Me.txtText.Name = "txtText" Me.txtText.ReadOnly = True Me.txtText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtText.Size = New System.Drawing.Size(315, 148) Me.txtText.TabIndex = 5 Me.txtText.TabStop = False Me.txtText.Text = resources.GetString("txtText.Text") ' 'frmAbout ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(327, 366) Me.Controls.Add(Me.boxText) Me.Controls.Add(Me.lblHeader) Me.Controls.Add(Me.boxTech) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmAbout" Me.Text = "Nillus Retro Commander : about" Me.TopMost = True Me.boxTech.ResumeLayout(False) Me.boxTech.PerformLayout() Me.boxText.ResumeLayout(False) Me.boxText.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents lblHeader As System.Windows.Forms.Label Friend WithEvents boxTech As System.Windows.Forms.GroupBox Friend WithEvents lblWhatA As System.Windows.Forms.Label Friend WithEvents lblWhatQ As System.Windows.Forms.Label Friend WithEvents lblWavesA As System.Windows.Forms.Label Friend WithEvents lblWavesQ As System.Windows.Forms.Label Friend WithEvents lblCodedA As System.Windows.Forms.Label Friend WithEvents lblCodedQ As System.Windows.Forms.Label Friend WithEvents boxText As System.Windows.Forms.GroupBox Friend WithEvents txtText As System.Windows.Forms.TextBox End Class