PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/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()> _
  2. Partial Class frmEditLicense
  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.txtName = New System.Windows.Forms.TextBox()
  26. Me.Label27 = New System.Windows.Forms.Label()
  27. Me.txtNumber = New System.Windows.Forms.TextBox()
  28. Me.Label11 = New System.Windows.Forms.Label()
  29. Me.txtDetails = New System.Windows.Forms.TextBox()
  30. Me.Label10 = New System.Windows.Forms.Label()
  31. Me.TableLayoutPanel1.SuspendLayout()
  32. Me.SuspendLayout()
  33. '
  34. 'TableLayoutPanel1
  35. '
  36. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  37. Me.TableLayoutPanel1.ColumnCount = 2
  38. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  39. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  40. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  41. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  42. Me.TableLayoutPanel1.Location = New System.Drawing.Point(282, 211)
  43. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  44. Me.TableLayoutPanel1.RowCount = 1
  45. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  46. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  47. Me.TableLayoutPanel1.TabIndex = 6
  48. '
  49. 'OK_Button
  50. '
  51. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  52. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  53. Me.OK_Button.Name = "OK_Button"
  54. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  55. Me.OK_Button.TabIndex = 0
  56. Me.OK_Button.Text = "OK"
  57. '
  58. 'Cancel_Button
  59. '
  60. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  61. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  62. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  63. Me.Cancel_Button.Name = "Cancel_Button"
  64. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  65. Me.Cancel_Button.TabIndex = 1
  66. Me.Cancel_Button.Text = "Cancel"
  67. '
  68. 'txtName
  69. '
  70. Me.txtName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  71. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  72. Me.txtName.Location = New System.Drawing.Point(105, 12)
  73. Me.txtName.Name = "txtName"
  74. Me.txtName.Size = New System.Drawing.Size(323, 20)
  75. Me.txtName.TabIndex = 1
  76. '
  77. 'Label27
  78. '
  79. Me.Label27.AutoSize = True
  80. Me.Label27.Location = New System.Drawing.Point(12, 15)
  81. Me.Label27.Name = "Label27"
  82. Me.Label27.Size = New System.Drawing.Size(38, 13)
  83. Me.Label27.TabIndex = 0
  84. Me.Label27.Text = "Name:"
  85. '
  86. 'txtNumber
  87. '
  88. Me.txtNumber.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  89. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  90. Me.txtNumber.Location = New System.Drawing.Point(105, 38)
  91. Me.txtNumber.Name = "txtNumber"
  92. Me.txtNumber.Size = New System.Drawing.Size(130, 20)
  93. Me.txtNumber.TabIndex = 3
  94. '
  95. 'Label11
  96. '
  97. Me.Label11.AutoSize = True
  98. Me.Label11.Location = New System.Drawing.Point(12, 41)
  99. Me.Label11.Name = "Label11"
  100. Me.Label11.Size = New System.Drawing.Size(87, 13)
  101. Me.Label11.TabIndex = 2
  102. Me.Label11.Text = "License Number:"
  103. '
  104. 'txtDetails
  105. '
  106. Me.txtDetails.AcceptsReturn = True
  107. Me.txtDetails.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  108. Or System.Windows.Forms.AnchorStyles.Left) _
  109. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  110. Me.txtDetails.Location = New System.Drawing.Point(105, 64)
  111. Me.txtDetails.Multiline = True
  112. Me.txtDetails.Name = "txtDetails"
  113. Me.txtDetails.ScrollBars = System.Windows.Forms.ScrollBars.Both
  114. Me.txtDetails.Size = New System.Drawing.Size(323, 141)
  115. Me.txtDetails.TabIndex = 5
  116. '
  117. 'Label10
  118. '
  119. Me.Label10.AutoSize = True
  120. Me.Label10.Location = New System.Drawing.Point(12, 67)
  121. Me.Label10.Name = "Label10"
  122. Me.Label10.Size = New System.Drawing.Size(42, 13)
  123. Me.Label10.TabIndex = 4
  124. Me.Label10.Text = "Details:"
  125. '
  126. 'frmEditLicense
  127. '
  128. Me.AcceptButton = Me.OK_Button
  129. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  130. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  131. Me.CancelButton = Me.Cancel_Button
  132. Me.ClientSize = New System.Drawing.Size(440, 252)
  133. Me.Controls.Add(Me.txtName)
  134. Me.Controls.Add(Me.Label27)
  135. Me.Controls.Add(Me.txtNumber)
  136. Me.Controls.Add(Me.Label11)
  137. Me.Controls.Add(Me.txtDetails)
  138. Me.Controls.Add(Me.Label10)
  139. Me.Controls.Add(Me.TableLayoutPanel1)
  140. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  141. Me.MaximizeBox = False
  142. Me.MinimizeBox = False
  143. Me.Name = "frmEditLicense"
  144. Me.ShowInTaskbar = False
  145. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  146. Me.Text = "License Details"
  147. Me.TableLayoutPanel1.ResumeLayout(False)
  148. Me.ResumeLayout(False)
  149. Me.PerformLayout()
  150. End Sub
  151. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  152. Friend WithEvents OK_Button As System.Windows.Forms.Button
  153. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  154. Friend WithEvents txtName As System.Windows.Forms.TextBox
  155. Friend WithEvents Label27 As System.Windows.Forms.Label
  156. Friend WithEvents txtNumber As System.Windows.Forms.TextBox
  157. Friend WithEvents Label11 As System.Windows.Forms.Label
  158. Friend WithEvents txtDetails As System.Windows.Forms.TextBox
  159. Friend WithEvents Label10 As System.Windows.Forms.Label
  160. End Class