PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/PowerSong/Export and Import/frmImportDatabase.Designer.vb

#
Visual Basic | 161 lines | 121 code | 5 blank | 35 comment | 0 complexity | 303e51729a5023ba250d795ca3a3db11 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmImportDatabase
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
  23. Me.OK_Button = New System.Windows.Forms.Button
  24. Me.Cancel_Button = New System.Windows.Forms.Button
  25. Me.btnSelectFileName = New System.Windows.Forms.Button
  26. Me.txtFileName = New System.Windows.Forms.TextBox
  27. Me.Label1 = New System.Windows.Forms.Label
  28. Me.dlgOpen = New System.Windows.Forms.OpenFileDialog
  29. Me.Label2 = New System.Windows.Forms.Label
  30. Me.chkOverwrite = New System.Windows.Forms.CheckBox
  31. Me.TableLayoutPanel1.SuspendLayout()
  32. Me.SuspendLayout()
  33. '
  34. 'TableLayoutPanel1
  35. '
  36. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  37. Me.TableLayoutPanel1.ColumnCount = 2
  38. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  39. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  40. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  41. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  42. Me.TableLayoutPanel1.Location = New System.Drawing.Point(280, 111)
  43. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  44. Me.TableLayoutPanel1.RowCount = 1
  45. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  46. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  47. Me.TableLayoutPanel1.TabIndex = 0
  48. '
  49. 'OK_Button
  50. '
  51. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  52. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  53. Me.OK_Button.Name = "OK_Button"
  54. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  55. Me.OK_Button.TabIndex = 0
  56. Me.OK_Button.Text = "OK"
  57. '
  58. 'Cancel_Button
  59. '
  60. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  61. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  62. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  63. Me.Cancel_Button.Name = "Cancel_Button"
  64. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  65. Me.Cancel_Button.TabIndex = 1
  66. Me.Cancel_Button.Text = "Cancel"
  67. '
  68. 'btnSelectFileName
  69. '
  70. Me.btnSelectFileName.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  71. Me.btnSelectFileName.Location = New System.Drawing.Point(398, 53)
  72. Me.btnSelectFileName.Name = "btnSelectFileName"
  73. Me.btnSelectFileName.Size = New System.Drawing.Size(25, 23)
  74. Me.btnSelectFileName.TabIndex = 2
  75. Me.btnSelectFileName.Text = "..."
  76. Me.btnSelectFileName.UseVisualStyleBackColor = True
  77. '
  78. 'txtFileName
  79. '
  80. Me.txtFileName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  81. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  82. Me.txtFileName.Location = New System.Drawing.Point(75, 55)
  83. Me.txtFileName.Name = "txtFileName"
  84. Me.txtFileName.Size = New System.Drawing.Size(317, 20)
  85. Me.txtFileName.TabIndex = 1
  86. '
  87. 'Label1
  88. '
  89. Me.Label1.AutoSize = True
  90. Me.Label1.Location = New System.Drawing.Point(12, 58)
  91. Me.Label1.Name = "Label1"
  92. Me.Label1.Size = New System.Drawing.Size(57, 13)
  93. Me.Label1.TabIndex = 0
  94. Me.Label1.Text = "File Name:"
  95. '
  96. 'dlgOpen
  97. '
  98. Me.dlgOpen.Filter = "PowerSong Database|*.PowerSong"
  99. Me.dlgOpen.Title = "Please select the PowerSong database to import"
  100. '
  101. 'Label2
  102. '
  103. Me.Label2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  104. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  105. Me.Label2.BackColor = System.Drawing.SystemColors.Control
  106. Me.Label2.Location = New System.Drawing.Point(12, 9)
  107. Me.Label2.Name = "Label2"
  108. Me.Label2.Size = New System.Drawing.Size(414, 41)
  109. Me.Label2.TabIndex = 6
  110. Me.Label2.Text = "Select a PowerSong export file below in order to load all of the songs contained " & _
  111. "in that archive into the currently loaded database."
  112. '
  113. 'chkOverwrite
  114. '
  115. Me.chkOverwrite.AutoSize = True
  116. Me.chkOverwrite.Location = New System.Drawing.Point(75, 81)
  117. Me.chkOverwrite.Name = "chkOverwrite"
  118. Me.chkOverwrite.Size = New System.Drawing.Size(212, 17)
  119. Me.chkOverwrite.TabIndex = 7
  120. Me.chkOverwrite.Text = "Overwrite existing items in the database"
  121. Me.chkOverwrite.UseVisualStyleBackColor = True
  122. '
  123. 'frmImportDatabase
  124. '
  125. Me.AcceptButton = Me.OK_Button
  126. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  127. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  128. Me.CancelButton = Me.Cancel_Button
  129. Me.ClientSize = New System.Drawing.Size(438, 152)
  130. Me.Controls.Add(Me.chkOverwrite)
  131. Me.Controls.Add(Me.Label2)
  132. Me.Controls.Add(Me.btnSelectFileName)
  133. Me.Controls.Add(Me.txtFileName)
  134. Me.Controls.Add(Me.Label1)
  135. Me.Controls.Add(Me.TableLayoutPanel1)
  136. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  137. Me.MaximizeBox = False
  138. Me.MinimizeBox = False
  139. Me.Name = "frmImportDatabase"
  140. Me.ShowInTaskbar = False
  141. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  142. Me.Text = "Import Database"
  143. Me.TableLayoutPanel1.ResumeLayout(False)
  144. Me.ResumeLayout(False)
  145. Me.PerformLayout()
  146. End Sub
  147. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  148. Friend WithEvents OK_Button As System.Windows.Forms.Button
  149. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  150. Friend WithEvents btnSelectFileName As System.Windows.Forms.Button
  151. Friend WithEvents txtFileName As System.Windows.Forms.TextBox
  152. Friend WithEvents Label1 As System.Windows.Forms.Label
  153. Friend WithEvents dlgOpen As System.Windows.Forms.OpenFileDialog
  154. Friend WithEvents Label2 As System.Windows.Forms.Label
  155. Friend WithEvents chkOverwrite As System.Windows.Forms.CheckBox
  156. End Class