_ Partial Class Form4 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form4)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(26, 25) Me.Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(442, 44) Me.Label1.TabIndex = 0 Me.Label1.Text = "Personalize Your Install" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(34, 150) Me.Label2.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(134, 25) Me.Label2.TabIndex = 1 Me.Label2.Text = "Mayor Name" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(40, 181) Me.TextBox1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(196, 31) Me.TextBox1.TabIndex = 2 Me.TextBox1.Text = "aldude999" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(34, 235) Me.Label3.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(103, 25) Me.Label3.TabIndex = 3 Me.Label3.Text = "Company" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(40, 265) Me.TextBox2.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(196, 31) Me.TextBox2.TabIndex = 4 Me.TextBox2.Text = "aldude999.net" ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Lucida Console", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(350, 346) Me.Button1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(150, 44) Me.Button1.TabIndex = 5 Me.Button1.Text = "Install!" Me.Button1.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(34, 79) Me.Label4.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(94, 25) Me.Label4.TabIndex = 6 Me.Label4.Text = "Location" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(40, 106) Me.TextBox3.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(438, 31) Me.TextBox3.TabIndex = 7 Me.TextBox3.Text = "C:\Program Files\Maxis\SimCity 2000" ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Location = New System.Drawing.Point(34, 358) Me.CheckBox1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(124, 29) Me.CheckBox1.TabIndex = 8 Me.CheckBox1.Text = "Shortcut" Me.ToolTip1.SetToolTip(Me.CheckBox1, "Install a shortcut on the desktop") Me.CheckBox1.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.Location = New System.Drawing.Point(186, 358) Me.CheckBox2.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(144, 29) Me.CheckBox2.TabIndex = 9 Me.CheckBox2.Text = "Menu Item" Me.ToolTip1.SetToolTip(Me.CheckBox2, "Install a shortcut in your menu") Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.Location = New System.Drawing.Point(34, 313) Me.CheckBox3.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(192, 29) Me.CheckBox3.TabIndex = 10 Me.CheckBox3.Text = "Include SCURK" Me.ToolTip1.SetToolTip(Me.CheckBox3, "This will install SCURK, and add a shortcut in the menu folder if Menu Item is ch" & "ecked. This will not work if you do not have SCURK in your Sim City folder!") Me.CheckBox3.UseVisualStyleBackColor = True ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"USA", "GER", "FRE"}) Me.ComboBox1.Location = New System.Drawing.Point(258, 179) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(146, 33) Me.ComboBox1.TabIndex = 11 Me.ComboBox1.Text = "USA" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(258, 148) Me.Label5.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(151, 25) Me.Label5.TabIndex = 12 Me.Label5.Text = "Language Tag" ' 'Form4 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(12.0!, 25.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(524, 413) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.CheckBox3) Me.Controls.Add(Me.CheckBox2) Me.Controls.Add(Me.CheckBox1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6) Me.Name = "Form4" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Registration Data" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Label5 As System.Windows.Forms.Label End Class