PageRenderTime 51ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/Source Code/PowerSong/Plug Ins/frmCreatePlugIn.Designer.vb

#
Visual Basic | 193 lines | 144 code | 5 blank | 44 comment | 2 complexity | 544423c8c5fc6967489aa1245c958aab MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmCreatePlugIn
  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.Label1 = New System.Windows.Forms.Label
  26. Me.Label2 = New System.Windows.Forms.Label
  27. Me.txtName = New System.Windows.Forms.TextBox
  28. Me.Label3 = New System.Windows.Forms.Label
  29. Me.txtLocation = New System.Windows.Forms.TextBox
  30. Me.txtFolderName = New System.Windows.Forms.TextBox
  31. Me.dlgSelectPluginFolder = New System.Windows.Forms.FolderBrowserDialog
  32. Me.btnSelectFolder = New System.Windows.Forms.Button
  33. Me.Label4 = New System.Windows.Forms.Label
  34. Me.TableLayoutPanel1.SuspendLayout()
  35. Me.SuspendLayout()
  36. '
  37. 'TableLayoutPanel1
  38. '
  39. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  40. Me.TableLayoutPanel1.ColumnCount = 2
  41. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  42. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  43. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  44. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  45. Me.TableLayoutPanel1.Location = New System.Drawing.Point(272, 150)
  46. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  47. Me.TableLayoutPanel1.RowCount = 1
  48. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  49. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  50. Me.TableLayoutPanel1.TabIndex = 0
  51. '
  52. 'OK_Button
  53. '
  54. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  55. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  56. Me.OK_Button.Name = "OK_Button"
  57. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  58. Me.OK_Button.TabIndex = 0
  59. Me.OK_Button.Text = "OK"
  60. '
  61. 'Cancel_Button
  62. '
  63. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  64. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  65. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  66. Me.Cancel_Button.Name = "Cancel_Button"
  67. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  68. Me.Cancel_Button.TabIndex = 1
  69. Me.Cancel_Button.Text = "Cancel"
  70. '
  71. 'Label1
  72. '
  73. Me.Label1.AutoSize = True
  74. Me.Label1.Location = New System.Drawing.Point(12, 90)
  75. Me.Label1.Name = "Label1"
  76. Me.Label1.Size = New System.Drawing.Size(99, 13)
  77. Me.Label1.TabIndex = 1
  78. Me.Label1.Text = "Location of Plug In:"
  79. '
  80. 'Label2
  81. '
  82. Me.Label2.AutoSize = True
  83. Me.Label2.Location = New System.Drawing.Point(12, 116)
  84. Me.Label2.Name = "Label2"
  85. Me.Label2.Size = New System.Drawing.Size(121, 13)
  86. Me.Label2.TabIndex = 2
  87. Me.Label2.Text = "Folder Name for Plug In:"
  88. '
  89. 'txtName
  90. '
  91. Me.txtName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  92. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  93. Me.txtName.Location = New System.Drawing.Point(139, 61)
  94. Me.txtName.Name = "txtName"
  95. Me.txtName.Size = New System.Drawing.Size(279, 20)
  96. Me.txtName.TabIndex = 3
  97. '
  98. 'Label3
  99. '
  100. Me.Label3.AutoSize = True
  101. Me.Label3.Location = New System.Drawing.Point(12, 64)
  102. Me.Label3.Name = "Label3"
  103. Me.Label3.Size = New System.Drawing.Size(74, 13)
  104. Me.Label3.TabIndex = 4
  105. Me.Label3.Text = "Plug In Name:"
  106. '
  107. 'txtLocation
  108. '
  109. Me.txtLocation.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  110. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  111. Me.txtLocation.Location = New System.Drawing.Point(139, 87)
  112. Me.txtLocation.Name = "txtLocation"
  113. Me.txtLocation.Size = New System.Drawing.Size(247, 20)
  114. Me.txtLocation.TabIndex = 5
  115. '
  116. 'txtFolderName
  117. '
  118. Me.txtFolderName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  119. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  120. Me.txtFolderName.Location = New System.Drawing.Point(139, 113)
  121. Me.txtFolderName.Name = "txtFolderName"
  122. Me.txtFolderName.Size = New System.Drawing.Size(279, 20)
  123. Me.txtFolderName.TabIndex = 6
  124. '
  125. 'dlgSelectPluginFolder
  126. '
  127. Me.dlgSelectPluginFolder.Description = "Please select the folder in which to create the plugin."
  128. '
  129. 'btnSelectFolder
  130. '
  131. Me.btnSelectFolder.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  132. Me.btnSelectFolder.Location = New System.Drawing.Point(389, 85)
  133. Me.btnSelectFolder.Name = "btnSelectFolder"
  134. Me.btnSelectFolder.Size = New System.Drawing.Size(26, 23)
  135. Me.btnSelectFolder.TabIndex = 7
  136. Me.btnSelectFolder.Text = "..."
  137. Me.btnSelectFolder.UseVisualStyleBackColor = True
  138. '
  139. 'Label4
  140. '
  141. Me.Label4.Location = New System.Drawing.Point(12, 9)
  142. Me.Label4.Name = "Label4"
  143. Me.Label4.Size = New System.Drawing.Size(406, 49)
  144. Me.Label4.TabIndex = 8
  145. Me.Label4.Text = "Use this facility to create a simple Visual Studio .NET project that can be edite" & _
  146. "d to define a plugin for PowerSong. Note that this facility is best suited to so" & _
  147. "ftware developers."
  148. '
  149. 'frmCreatePlugIn
  150. '
  151. Me.AcceptButton = Me.OK_Button
  152. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  153. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  154. Me.CancelButton = Me.Cancel_Button
  155. Me.ClientSize = New System.Drawing.Size(430, 191)
  156. Me.Controls.Add(Me.Label4)
  157. Me.Controls.Add(Me.btnSelectFolder)
  158. Me.Controls.Add(Me.txtFolderName)
  159. Me.Controls.Add(Me.txtLocation)
  160. Me.Controls.Add(Me.Label3)
  161. Me.Controls.Add(Me.txtName)
  162. Me.Controls.Add(Me.Label2)
  163. Me.Controls.Add(Me.Label1)
  164. Me.Controls.Add(Me.TableLayoutPanel1)
  165. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  166. Me.MaximizeBox = False
  167. Me.MinimizeBox = False
  168. Me.Name = "frmCreatePlugIn"
  169. Me.ShowInTaskbar = False
  170. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  171. Me.Text = "Create Plug In"
  172. Me.TableLayoutPanel1.ResumeLayout(False)
  173. Me.ResumeLayout(False)
  174. Me.PerformLayout()
  175. End Sub
  176. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  177. Friend WithEvents OK_Button As System.Windows.Forms.Button
  178. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  179. Friend WithEvents Label1 As System.Windows.Forms.Label
  180. Friend WithEvents Label2 As System.Windows.Forms.Label
  181. Friend WithEvents txtName As System.Windows.Forms.TextBox
  182. Friend WithEvents Label3 As System.Windows.Forms.Label
  183. Friend WithEvents txtLocation As System.Windows.Forms.TextBox
  184. Friend WithEvents txtFolderName As System.Windows.Forms.TextBox
  185. Friend WithEvents dlgSelectPluginFolder As System.Windows.Forms.FolderBrowserDialog
  186. Friend WithEvents btnSelectFolder As System.Windows.Forms.Button
  187. Friend WithEvents Label4 As System.Windows.Forms.Label
  188. End Class