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