/Source Code/PowerSong/Feedback/frmFeedbackPortal.Designer.vb
Visual Basic | 192 lines | 146 code | 5 blank | 41 comment | 1 complexity | 0a4282561b8a2a18d71509b95c7909e2 MD5 | raw file
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ 2Partial Class frmFeedbackPortal 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.Label3 = New System.Windows.Forms.Label 31 Me.txtName = New System.Windows.Forms.TextBox 32 Me.txtEmail = New System.Windows.Forms.TextBox 33 Me.txtMessage = New System.Windows.Forms.TextBox 34 Me.Label4 = New System.Windows.Forms.Label 35 Me.Label5 = New System.Windows.Forms.Label 36 Me.TableLayoutPanel1.SuspendLayout() 37 Me.SuspendLayout() 38 ' 39 'TableLayoutPanel1 40 ' 41 Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 42 Me.TableLayoutPanel1.ColumnCount = 2 43 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) 44 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) 45 Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) 46 Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0) 47 Me.TableLayoutPanel1.Location = New System.Drawing.Point(256, 322) 48 Me.TableLayoutPanel1.Name = "TableLayoutPanel1" 49 Me.TableLayoutPanel1.RowCount = 1 50 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) 51 Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29) 52 Me.TableLayoutPanel1.TabIndex = 0 53 ' 54 'OK_Button 55 ' 56 Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None 57 Me.OK_Button.Location = New System.Drawing.Point(3, 3) 58 Me.OK_Button.Name = "OK_Button" 59 Me.OK_Button.Size = New System.Drawing.Size(67, 23) 60 Me.OK_Button.TabIndex = 0 61 Me.OK_Button.Text = "&Send" 62 ' 63 'Cancel_Button 64 ' 65 Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None 66 Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel 67 Me.Cancel_Button.Location = New System.Drawing.Point(76, 3) 68 Me.Cancel_Button.Name = "Cancel_Button" 69 Me.Cancel_Button.Size = New System.Drawing.Size(67, 23) 70 Me.Cancel_Button.TabIndex = 1 71 Me.Cancel_Button.Text = "Cancel" 72 ' 73 'Label1 74 ' 75 Me.Label1.AutoSize = True 76 Me.Label1.Location = New System.Drawing.Point(12, 85) 77 Me.Label1.Name = "Label1" 78 Me.Label1.Size = New System.Drawing.Size(63, 13) 79 Me.Label1.TabIndex = 1 80 Me.Label1.Text = "Your Name:" 81 ' 82 'Label2 83 ' 84 Me.Label2.AutoSize = True 85 Me.Label2.Location = New System.Drawing.Point(12, 111) 86 Me.Label2.Name = "Label2" 87 Me.Label2.Size = New System.Drawing.Size(80, 13) 88 Me.Label2.TabIndex = 2 89 Me.Label2.Text = "E-Mail Address:" 90 ' 91 'Label3 92 ' 93 Me.Label3.AutoSize = True 94 Me.Label3.Location = New System.Drawing.Point(12, 137) 95 Me.Label3.Name = "Label3" 96 Me.Label3.Size = New System.Drawing.Size(53, 13) 97 Me.Label3.TabIndex = 3 98 Me.Label3.Text = "Message:" 99 ' 100 'txtName 101 ' 102 Me.txtName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 103 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 104 Me.txtName.Location = New System.Drawing.Point(98, 82) 105 Me.txtName.Name = "txtName" 106 Me.txtName.Size = New System.Drawing.Size(304, 20) 107 Me.txtName.TabIndex = 4 108 ' 109 'txtEmail 110 ' 111 Me.txtEmail.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 112 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 113 Me.txtEmail.Location = New System.Drawing.Point(98, 108) 114 Me.txtEmail.Name = "txtEmail" 115 Me.txtEmail.Size = New System.Drawing.Size(304, 20) 116 Me.txtEmail.TabIndex = 5 117 ' 118 'txtMessage 119 ' 120 Me.txtMessage.AcceptsReturn = True 121 Me.txtMessage.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 122 Or System.Windows.Forms.AnchorStyles.Left) _ 123 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 124 Me.txtMessage.Location = New System.Drawing.Point(12, 153) 125 Me.txtMessage.Multiline = True 126 Me.txtMessage.Name = "txtMessage" 127 Me.txtMessage.Size = New System.Drawing.Size(390, 163) 128 Me.txtMessage.TabIndex = 6 129 ' 130 'Label4 131 ' 132 Me.Label4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 133 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 134 Me.Label4.Location = New System.Drawing.Point(9, 9) 135 Me.Label4.Name = "Label4" 136 Me.Label4.Size = New System.Drawing.Size(393, 35) 137 Me.Label4.TabIndex = 7 138 Me.Label4.Text = "Thank you very much for submitting feedback to us, which in part allows us to mak" & _ 139 "e better design decisions." 140 ' 141 'Label5 142 ' 143 Me.Label5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 144 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 145 Me.Label5.Location = New System.Drawing.Point(9, 44) 146 Me.Label5.Name = "Label5" 147 Me.Label5.Size = New System.Drawing.Size(393, 35) 148 Me.Label5.TabIndex = 8 149 Me.Label5.Text = "You do not have to give your name or email address, however these details may be " & _ 150 "useful should we prefer to contact you specifically regarding the feedback." 151 ' 152 'frmFeedbackPortal 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(414, 363) 159 Me.Controls.Add(Me.Label5) 160 Me.Controls.Add(Me.Label4) 161 Me.Controls.Add(Me.txtMessage) 162 Me.Controls.Add(Me.txtEmail) 163 Me.Controls.Add(Me.txtName) 164 Me.Controls.Add(Me.Label3) 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 = "frmFeedbackPortal" 172 Me.ShowInTaskbar = False 173 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent 174 Me.Text = "Feedback Portal" 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 Label3 As System.Windows.Forms.Label 186 Friend WithEvents txtName As System.Windows.Forms.TextBox 187 Friend WithEvents txtEmail As System.Windows.Forms.TextBox 188 Friend WithEvents txtMessage As System.Windows.Forms.TextBox 189 Friend WithEvents Label4 As System.Windows.Forms.Label 190 Friend WithEvents Label5 As System.Windows.Forms.Label 191 192End Class