/Source Code/PowerSong/Configuration/frmEditLicense.Designer.vb
Visual Basic | 165 lines | 125 code | 5 blank | 35 comment | 0 complexity | da8fbb6f22acc897436ff48abb27863f MD5 | raw file
1<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ 2Partial Class frmEditLicense 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.txtName = New System.Windows.Forms.TextBox() 29 Me.Label27 = New System.Windows.Forms.Label() 30 Me.txtNumber = New System.Windows.Forms.TextBox() 31 Me.Label11 = New System.Windows.Forms.Label() 32 Me.txtDetails = New System.Windows.Forms.TextBox() 33 Me.Label10 = 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(282, 211) 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 = 6 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 'txtName 72 ' 73 Me.txtName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ 74 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 75 Me.txtName.Location = New System.Drawing.Point(105, 12) 76 Me.txtName.Name = "txtName" 77 Me.txtName.Size = New System.Drawing.Size(323, 20) 78 Me.txtName.TabIndex = 1 79 ' 80 'Label27 81 ' 82 Me.Label27.AutoSize = True 83 Me.Label27.Location = New System.Drawing.Point(12, 15) 84 Me.Label27.Name = "Label27" 85 Me.Label27.Size = New System.Drawing.Size(38, 13) 86 Me.Label27.TabIndex = 0 87 Me.Label27.Text = "Name:" 88 ' 89 'txtNumber 90 ' 91 Me.txtNumber.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.txtNumber.Location = New System.Drawing.Point(105, 38) 94 Me.txtNumber.Name = "txtNumber" 95 Me.txtNumber.Size = New System.Drawing.Size(130, 20) 96 Me.txtNumber.TabIndex = 3 97 ' 98 'Label11 99 ' 100 Me.Label11.AutoSize = True 101 Me.Label11.Location = New System.Drawing.Point(12, 41) 102 Me.Label11.Name = "Label11" 103 Me.Label11.Size = New System.Drawing.Size(87, 13) 104 Me.Label11.TabIndex = 2 105 Me.Label11.Text = "License Number:" 106 ' 107 'txtDetails 108 ' 109 Me.txtDetails.AcceptsReturn = True 110 Me.txtDetails.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ 111 Or System.Windows.Forms.AnchorStyles.Left) _ 112 Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 113 Me.txtDetails.Location = New System.Drawing.Point(105, 64) 114 Me.txtDetails.Multiline = True 115 Me.txtDetails.Name = "txtDetails" 116 Me.txtDetails.ScrollBars = System.Windows.Forms.ScrollBars.Both 117 Me.txtDetails.Size = New System.Drawing.Size(323, 141) 118 Me.txtDetails.TabIndex = 5 119 ' 120 'Label10 121 ' 122 Me.Label10.AutoSize = True 123 Me.Label10.Location = New System.Drawing.Point(12, 67) 124 Me.Label10.Name = "Label10" 125 Me.Label10.Size = New System.Drawing.Size(42, 13) 126 Me.Label10.TabIndex = 4 127 Me.Label10.Text = "Details:" 128 ' 129 'frmEditLicense 130 ' 131 Me.AcceptButton = Me.OK_Button 132 Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) 133 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 134 Me.CancelButton = Me.Cancel_Button 135 Me.ClientSize = New System.Drawing.Size(440, 252) 136 Me.Controls.Add(Me.txtName) 137 Me.Controls.Add(Me.Label27) 138 Me.Controls.Add(Me.txtNumber) 139 Me.Controls.Add(Me.Label11) 140 Me.Controls.Add(Me.txtDetails) 141 Me.Controls.Add(Me.Label10) 142 Me.Controls.Add(Me.TableLayoutPanel1) 143 Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog 144 Me.MaximizeBox = False 145 Me.MinimizeBox = False 146 Me.Name = "frmEditLicense" 147 Me.ShowInTaskbar = False 148 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent 149 Me.Text = "License Details" 150 Me.TableLayoutPanel1.ResumeLayout(False) 151 Me.ResumeLayout(False) 152 Me.PerformLayout() 153 154 End Sub 155 Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel 156 Friend WithEvents OK_Button As System.Windows.Forms.Button 157 Friend WithEvents Cancel_Button As System.Windows.Forms.Button 158 Friend WithEvents txtName As System.Windows.Forms.TextBox 159 Friend WithEvents Label27 As System.Windows.Forms.Label 160 Friend WithEvents txtNumber As System.Windows.Forms.TextBox 161 Friend WithEvents Label11 As System.Windows.Forms.Label 162 Friend WithEvents txtDetails As System.Windows.Forms.TextBox 163 Friend WithEvents Label10 As System.Windows.Forms.Label 164 165End Class