_ Partial Class frmEditWork Inherits BaseEditForm 'Form overrides dispose to clean up the component list. Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call 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 '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. Friend WithEvents lblHymnTuneName As System.Windows.Forms.Label Friend WithEvents cboHymnTuneName As ComboTypeAhead.ComboTypeAhead Friend WithEvents lblWorkName As System.Windows.Forms.Label Friend WithEvents txtWorkName As System.Windows.Forms.TextBox Friend WithEvents lblBook As System.Windows.Forms.Label Friend WithEvents lblPageNumber As System.Windows.Forms.Label Friend WithEvents txtPageNumber As System.Windows.Forms.TextBox Friend WithEvents cboBook As System.Windows.Forms.ComboBox Friend WithEvents cboComposerName As ComboTypeAhead.ComboTypeAhead Friend WithEvents lblComposerName As System.Windows.Forms.Label Friend WithEvents cboInstrumentationName As ComboTypeAhead.ComboTypeAhead Friend WithEvents lblInstrumentation As System.Windows.Forms.Label Friend WithEvents txtOpusInfo As System.Windows.Forms.TextBox Friend WithEvents lblOpusInfo As System.Windows.Forms.Label Private Sub InitializeComponent() Me.lblWorkName = New System.Windows.Forms.Label() Me.txtWorkName = New System.Windows.Forms.TextBox() Me.lblBook = New System.Windows.Forms.Label() Me.lblHymnTuneName = New System.Windows.Forms.Label() Me.cboHymnTuneName = New ComboTypeAhead.ComboTypeAhead() Me.lblPageNumber = New System.Windows.Forms.Label() Me.txtPageNumber = New System.Windows.Forms.TextBox() Me.cboBook = New System.Windows.Forms.ComboBox() Me.cboComposerName = New ComboTypeAhead.ComboTypeAhead() Me.lblComposerName = New System.Windows.Forms.Label() Me.txtOpusInfo = New System.Windows.Forms.TextBox() Me.lblOpusInfo = New System.Windows.Forms.Label() Me.cboInstrumentationName = New ComboTypeAhead.ComboTypeAhead() Me.lblInstrumentation = New System.Windows.Forms.Label() Me.fraAddEdit.SuspendLayout() Me.SuspendLayout() ' 'fraAddEdit ' Me.fraAddEdit.Controls.Add(Me.cboInstrumentationName) Me.fraAddEdit.Controls.Add(Me.lblInstrumentation) Me.fraAddEdit.Controls.Add(Me.txtOpusInfo) Me.fraAddEdit.Controls.Add(Me.lblOpusInfo) Me.fraAddEdit.Controls.Add(Me.cboComposerName) Me.fraAddEdit.Controls.Add(Me.lblComposerName) Me.fraAddEdit.Controls.Add(Me.cboBook) Me.fraAddEdit.Controls.Add(Me.txtPageNumber) Me.fraAddEdit.Controls.Add(Me.lblPageNumber) Me.fraAddEdit.Controls.Add(Me.cboHymnTuneName) Me.fraAddEdit.Controls.Add(Me.lblHymnTuneName) Me.fraAddEdit.Controls.Add(Me.lblBook) Me.fraAddEdit.Controls.Add(Me.txtWorkName) Me.fraAddEdit.Controls.Add(Me.lblWorkName) Me.fraAddEdit.Location = New System.Drawing.Point(12, 381) Me.fraAddEdit.Size = New System.Drawing.Size(1123, 220) Me.fraAddEdit.Controls.SetChildIndex(Me.lblWorkName, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.txtWorkName, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.lblBook, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.lblHymnTuneName, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.cboHymnTuneName, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.lblPageNumber, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.txtPageNumber, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.cboBook, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.lblComposerName, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.cboComposerName, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.lblOpusInfo, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.txtOpusInfo, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.lblInstrumentation, 0) Me.fraAddEdit.Controls.SetChildIndex(Me.cboInstrumentationName, 0) ' 'lblWorkName ' Me.lblWorkName.Location = New System.Drawing.Point(19, 127) Me.lblWorkName.Name = "lblWorkName" Me.lblWorkName.Size = New System.Drawing.Size(115, 18) Me.lblWorkName.TabIndex = 8 Me.lblWorkName.Text = "Work Name" ' 'txtWorkName ' Me.txtWorkName.Location = New System.Drawing.Point(134, 127) Me.txtWorkName.Name = "txtWorkName" Me.txtWorkName.Size = New System.Drawing.Size(701, 22) Me.txtWorkName.TabIndex = 9 ' 'lblBook ' Me.lblBook.Location = New System.Drawing.Point(19, 18) Me.lblBook.Name = "lblBook" Me.lblBook.Size = New System.Drawing.Size(96, 19) Me.lblBook.TabIndex = 0 Me.lblBook.Text = "Book" ' 'lblHymnTuneName ' Me.lblHymnTuneName.Location = New System.Drawing.Point(19, 182) Me.lblHymnTuneName.Name = "lblHymnTuneName" Me.lblHymnTuneName.Size = New System.Drawing.Size(115, 19) Me.lblHymnTuneName.TabIndex = 12 Me.lblHymnTuneName.Text = "Hymn Tune Name" ' 'cboHymnTuneName ' Me.cboHymnTuneName.Location = New System.Drawing.Point(134, 182) Me.cboHymnTuneName.Name = "cboHymnTuneName" Me.cboHymnTuneName.Size = New System.Drawing.Size(346, 24) Me.cboHymnTuneName.Sorted = True Me.cboHymnTuneName.TabIndex = 13 ' 'lblPageNumber ' Me.lblPageNumber.Location = New System.Drawing.Point(19, 46) Me.lblPageNumber.Name = "lblPageNumber" Me.lblPageNumber.Size = New System.Drawing.Size(96, 19) Me.lblPageNumber.TabIndex = 2 Me.lblPageNumber.Text = "Page Number" ' 'txtPageNumber ' Me.txtPageNumber.Location = New System.Drawing.Point(134, 46) Me.txtPageNumber.Name = "txtPageNumber" Me.txtPageNumber.Size = New System.Drawing.Size(77, 22) Me.txtPageNumber.TabIndex = 3 ' 'cboBook ' Me.cboBook.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboBook.Location = New System.Drawing.Point(134, 18) Me.cboBook.Name = "cboBook" Me.cboBook.Size = New System.Drawing.Size(509, 24) Me.cboBook.Sorted = True Me.cboBook.TabIndex = 1 ' 'cboComposerName ' Me.cboComposerName.Location = New System.Drawing.Point(134, 99) Me.cboComposerName.Name = "cboComposerName" Me.cboComposerName.Size = New System.Drawing.Size(509, 24) Me.cboComposerName.Sorted = True Me.cboComposerName.TabIndex = 7 ' 'lblComposerName ' Me.lblComposerName.Location = New System.Drawing.Point(19, 99) Me.lblComposerName.Name = "lblComposerName" Me.lblComposerName.Size = New System.Drawing.Size(115, 19) Me.lblComposerName.TabIndex = 6 Me.lblComposerName.Text = "Composer Name" ' 'txtOpusInfo ' Me.txtOpusInfo.Location = New System.Drawing.Point(134, 155) Me.txtOpusInfo.Name = "txtOpusInfo" Me.txtOpusInfo.Size = New System.Drawing.Size(250, 22) Me.txtOpusInfo.TabIndex = 11 ' 'lblOpusInfo ' Me.lblOpusInfo.Location = New System.Drawing.Point(19, 155) Me.lblOpusInfo.Name = "lblOpusInfo" Me.lblOpusInfo.Size = New System.Drawing.Size(115, 18) Me.lblOpusInfo.TabIndex = 10 Me.lblOpusInfo.Text = "Opus Info" ' 'cboInstrumentationName ' Me.cboInstrumentationName.Location = New System.Drawing.Point(134, 73) Me.cboInstrumentationName.Name = "cboInstrumentationName" Me.cboInstrumentationName.Size = New System.Drawing.Size(509, 24) Me.cboInstrumentationName.Sorted = True Me.cboInstrumentationName.TabIndex = 5 ' 'lblInstrumentation ' Me.lblInstrumentation.Location = New System.Drawing.Point(19, 73) Me.lblInstrumentation.Name = "lblInstrumentation" Me.lblInstrumentation.Size = New System.Drawing.Size(115, 18) Me.lblInstrumentation.TabIndex = 4 Me.lblInstrumentation.Text = "Instrumentation" ' 'frmEditWork ' Me.AutoScaleBaseSize = New System.Drawing.Size(6, 15) Me.ClientSize = New System.Drawing.Size(1143, 608) Me.MinimumSize = New System.Drawing.Size(1018, 655) Me.Name = "frmEditWork" Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual Me.Text = "Edit Work" Me.fraAddEdit.ResumeLayout(False) Me.fraAddEdit.PerformLayout() Me.ResumeLayout(False) End Sub End Class