PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Visual Basic | 118 lines | 90 code | 5 blank | 23 comment | 1 complexity | eda52c84e96e5646ed9937b6452be19e MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmImportProgress
  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.OK_Button = New System.Windows.Forms.Button
  23. Me.lstImport = New System.Windows.Forms.ListBox
  24. Me.Label1 = New System.Windows.Forms.Label
  25. Me.txtSelectedItem = New System.Windows.Forms.TextBox
  26. Me.lblStatus = New PowerSong.UserInterface.NoticeLabel
  27. Me.SuspendLayout()
  28. '
  29. 'OK_Button
  30. '
  31. Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  32. Me.OK_Button.Enabled = False
  33. Me.OK_Button.Location = New System.Drawing.Point(567, 345)
  34. Me.OK_Button.Name = "OK_Button"
  35. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  36. Me.OK_Button.TabIndex = 0
  37. Me.OK_Button.Text = "OK"
  38. '
  39. 'lstImport
  40. '
  41. Me.lstImport.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  42. Or System.Windows.Forms.AnchorStyles.Left) _
  43. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  44. Me.lstImport.FormattingEnabled = True
  45. Me.lstImport.IntegralHeight = False
  46. Me.lstImport.Location = New System.Drawing.Point(12, 41)
  47. Me.lstImport.Name = "lstImport"
  48. Me.lstImport.ScrollAlwaysVisible = True
  49. Me.lstImport.Size = New System.Drawing.Size(622, 220)
  50. Me.lstImport.TabIndex = 1
  51. '
  52. 'Label1
  53. '
  54. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  55. Me.Label1.AutoSize = True
  56. Me.Label1.Location = New System.Drawing.Point(12, 272)
  57. Me.Label1.Name = "Label1"
  58. Me.Label1.Size = New System.Drawing.Size(161, 13)
  59. Me.Label1.TabIndex = 2
  60. Me.Label1.Text = "Select an item to view it in detail:"
  61. '
  62. 'txtSelectedItem
  63. '
  64. Me.txtSelectedItem.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  65. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  66. Me.txtSelectedItem.Location = New System.Drawing.Point(15, 288)
  67. Me.txtSelectedItem.Multiline = True
  68. Me.txtSelectedItem.Name = "txtSelectedItem"
  69. Me.txtSelectedItem.ReadOnly = True
  70. Me.txtSelectedItem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  71. Me.txtSelectedItem.Size = New System.Drawing.Size(619, 51)
  72. Me.txtSelectedItem.TabIndex = 4
  73. '
  74. 'lblStatus
  75. '
  76. Me.lblStatus.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  77. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  78. Me.lblStatus.BackColor = System.Drawing.SystemColors.Window
  79. Me.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  80. Me.lblStatus.Icon = PowerSong.UserInterface.NoticeLabel.IconType.Running
  81. Me.lblStatus.Location = New System.Drawing.Point(12, 12)
  82. Me.lblStatus.Message = "Please wait while the data is imported..."
  83. Me.lblStatus.Name = "lblStatus"
  84. Me.lblStatus.Size = New System.Drawing.Size(622, 23)
  85. Me.lblStatus.TabIndex = 5
  86. '
  87. 'frmImportProgress
  88. '
  89. Me.AcceptButton = Me.OK_Button
  90. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  91. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  92. Me.ClientSize = New System.Drawing.Size(646, 380)
  93. Me.Controls.Add(Me.lblStatus)
  94. Me.Controls.Add(Me.txtSelectedItem)
  95. Me.Controls.Add(Me.Label1)
  96. Me.Controls.Add(Me.lstImport)
  97. Me.Controls.Add(Me.OK_Button)
  98. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  99. Me.MaximizeBox = False
  100. Me.MinimizeBox = False
  101. Me.Name = "frmImportProgress"
  102. Me.ShowInTaskbar = False
  103. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  104. Me.Text = "Import Progress"
  105. Me.ResumeLayout(False)
  106. Me.PerformLayout()
  107. End Sub
  108. Friend WithEvents OK_Button As System.Windows.Forms.Button
  109. Friend WithEvents lstImport As System.Windows.Forms.ListBox
  110. Friend WithEvents Label1 As System.Windows.Forms.Label
  111. Friend WithEvents txtSelectedItem As System.Windows.Forms.TextBox
  112. Friend WithEvents lblStatus As PowerSong.UserInterface.NoticeLabel
  113. End Class