_ Partial Class Form2 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(Form2)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.PropertyGrid1 = New System.Windows.Forms.PropertyGrid() Me.MyApplicationBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.MyApplicationBindingSource1 = New System.Windows.Forms.BindingSource(Me.components) CType(Me.MyApplicationBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyApplicationBindingSource1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'MenuStrip1 ' Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(800, 24) Me.MenuStrip1.TabIndex = 1 Me.MenuStrip1.Text = "MenuStrip1" ' 'PropertyGrid1 ' Me.PropertyGrid1.Location = New System.Drawing.Point(0, 12) Me.PropertyGrid1.Name = "PropertyGrid1" Me.PropertyGrid1.Size = New System.Drawing.Size(299, 342) Me.PropertyGrid1.TabIndex = 2 ' 'MyApplicationBindingSource ' Me.MyApplicationBindingSource.DataSource = GetType(TPS1100_Convert.My.MyApplication) ' 'MyApplicationBindingSource1 ' Me.MyApplicationBindingSource1.DataSource = GetType(TPS1100_Convert.My.MyApplication) ' 'Form2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.PropertyGrid1) Me.Controls.Add(Me.MenuStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "Form2" Me.Text = "TPS1100 Convert: Settings" CType(Me.MyApplicationBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MyApplicationBindingSource1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MyApplicationBindingSource As BindingSource Friend WithEvents MenuStrip1 As MenuStrip Friend WithEvents MyApplicationBindingSource1 As BindingSource Friend WithEvents PropertyGrid1 As PropertyGrid End Class