Partial Class frmVMSettings #Region "Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean) If Disposing Then If Not components Is Nothing Then components.Dispose() End If End If MyBase.Dispose(Disposing) End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer Public ToolTip1 As System.Windows.Forms.ToolTip Public WithEvents cmdCancel As System.Windows.Forms.Button Public WithEvents cmdOK As System.Windows.Forms.Button '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 ListViewGroup1 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("General Settings", System.Windows.Forms.HorizontalAlignment.Left) Dim ListViewItem1 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("Machine Name") Dim ListViewItem2 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem(New String() {"Resolution", "PowerPC G4"}, -1) Dim ListViewItem3 As System.Windows.Forms.ListViewItem = New System.Windows.Forms.ListViewItem("CPU Type") Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVMSettings)) Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.cmdCancel = New System.Windows.Forms.Button Me.cmdOK = New System.Windows.Forms.Button Me.ListView1 = New System.Windows.Forms.ListView Me.SuspendLayout() ' 'cmdCancel ' Me.cmdCancel.BackColor = System.Drawing.SystemColors.Control Me.cmdCancel.Cursor = System.Windows.Forms.Cursors.Default Me.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.cmdCancel.ForeColor = System.Drawing.SystemColors.ControlText Me.cmdCancel.Location = New System.Drawing.Point(512, 360) Me.cmdCancel.Name = "cmdCancel" Me.cmdCancel.RightToLeft = System.Windows.Forms.RightToLeft.No Me.cmdCancel.Size = New System.Drawing.Size(73, 22) Me.cmdCancel.TabIndex = 1 Me.cmdCancel.Text = "Cancel" Me.cmdCancel.UseVisualStyleBackColor = True ' 'cmdOK ' Me.cmdOK.BackColor = System.Drawing.SystemColors.Control Me.cmdOK.Cursor = System.Windows.Forms.Cursors.Default Me.cmdOK.ForeColor = System.Drawing.SystemColors.ControlText Me.cmdOK.Location = New System.Drawing.Point(432, 360) Me.cmdOK.Name = "cmdOK" Me.cmdOK.RightToLeft = System.Windows.Forms.RightToLeft.No Me.cmdOK.Size = New System.Drawing.Size(73, 22) Me.cmdOK.TabIndex = 0 Me.cmdOK.Text = "OK" Me.cmdOK.UseVisualStyleBackColor = True ' 'ListView1 ' ListViewGroup1.Header = "General Settings" ListViewGroup1.Name = "General" Me.ListView1.Groups.AddRange(New System.Windows.Forms.ListViewGroup() {ListViewGroup1}) ListViewItem1.Group = ListViewGroup1 ListViewItem2.Group = ListViewGroup1 ListViewItem3.Group = ListViewGroup1 Me.ListView1.Items.AddRange(New System.Windows.Forms.ListViewItem() {ListViewItem1, ListViewItem2, ListViewItem3}) Me.ListView1.Location = New System.Drawing.Point(12, 12) Me.ListView1.MultiSelect = False Me.ListView1.Name = "ListView1" Me.ListView1.Size = New System.Drawing.Size(282, 365) Me.ListView1.TabIndex = 2 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.Tile ' 'frmVMSettings ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.CancelButton = Me.cmdCancel Me.ClientSize = New System.Drawing.Size(591, 389) Me.Controls.Add(Me.ListView1) Me.Controls.Add(Me.cmdCancel) Me.Controls.Add(Me.cmdOK) Me.Cursor = System.Windows.Forms.Cursors.Default Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Location = New System.Drawing.Point(3, 29) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmVMSettings" Me.RightToLeft = System.Windows.Forms.RightToLeft.No Me.ShowInTaskbar = False Me.Text = "Settings for Macintosh" Me.ResumeLayout(False) End Sub Friend WithEvents ListView1 As System.Windows.Forms.ListView #End Region End Class