You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.6 KiB

Imports PropertyGridEx
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.SuspendLayout()
'
'frmMain
'
Me.ClientSize = New System.Drawing.Size(284, 261)
Me.Name = "frmMain"
Me.ResumeLayout(False)
End Sub
Friend WithEvents ButtonExample1 As System.Windows.Forms.ToolStripButton
Friend WithEvents ButtonExample2 As System.Windows.Forms.ToolStripButton
Friend WithEvents ButtonExample3 As System.Windows.Forms.ToolStripButton
Friend WithEvents ButtonNext As System.Windows.Forms.ToolStripButton
Friend WithEvents ButtonPrevious As System.Windows.Forms.ToolStripButton
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents StatusLabel As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents Properties As PropertyGridEx.PropertyGridEx
Friend WithEvents ContextMenuSaveBooks As System.Windows.Forms.ContextMenuStrip
Friend WithEvents SaveBooksXml As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ButtonSerialize As System.Windows.Forms.ToolStripSplitButton
Friend WithEvents ContextMenuSerialize As System.Windows.Forms.ContextMenuStrip
Friend WithEvents UsingXmlSerializerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents UsingBinaryFormatterToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ContextMenuSaveItems As System.Windows.Forms.ContextMenuStrip
Friend WithEvents SaveItems As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ButtonXML As System.Windows.Forms.ToolStripSplitButton
Friend WithEvents btnDatatableSample As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents btnXMLEditorSample As System.Windows.Forms.ToolStripMenuItem
End Class