PageRenderTime 72ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/Source Code/PowerSong/Styles/frmNewStyle.Designer.vb

#
Visual Basic | 113 lines | 85 code | 5 blank | 23 comment | 0 complexity | ea820e6ebaf7b2ced77dfa1ba15d8cee MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmNewStyle
  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.txtStyleName = New System.Windows.Forms.TextBox
  27. Me.TableLayoutPanel1.SuspendLayout()
  28. Me.SuspendLayout()
  29. '
  30. 'TableLayoutPanel1
  31. '
  32. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  33. Me.TableLayoutPanel1.ColumnCount = 2
  34. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  35. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  36. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  37. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  38. Me.TableLayoutPanel1.Location = New System.Drawing.Point(220, 44)
  39. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  40. Me.TableLayoutPanel1.RowCount = 1
  41. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  42. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  43. Me.TableLayoutPanel1.TabIndex = 0
  44. '
  45. 'OK_Button
  46. '
  47. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  48. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  49. Me.OK_Button.Name = "OK_Button"
  50. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  51. Me.OK_Button.TabIndex = 0
  52. Me.OK_Button.Text = "OK"
  53. '
  54. 'Cancel_Button
  55. '
  56. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  57. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  58. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  59. Me.Cancel_Button.Name = "Cancel_Button"
  60. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  61. Me.Cancel_Button.TabIndex = 1
  62. Me.Cancel_Button.Text = "Cancel"
  63. '
  64. 'Label1
  65. '
  66. Me.Label1.AutoSize = True
  67. Me.Label1.Location = New System.Drawing.Point(12, 15)
  68. Me.Label1.Name = "Label1"
  69. Me.Label1.Size = New System.Drawing.Size(76, 13)
  70. Me.Label1.TabIndex = 1
  71. Me.Label1.Text = "Name of Style:"
  72. '
  73. 'txtStyleName
  74. '
  75. Me.txtStyleName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  76. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  77. Me.txtStyleName.Location = New System.Drawing.Point(94, 12)
  78. Me.txtStyleName.Name = "txtStyleName"
  79. Me.txtStyleName.Size = New System.Drawing.Size(272, 20)
  80. Me.txtStyleName.TabIndex = 2
  81. '
  82. 'frmNewStyle
  83. '
  84. Me.AcceptButton = Me.OK_Button
  85. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  86. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  87. Me.CancelButton = Me.Cancel_Button
  88. Me.ClientSize = New System.Drawing.Size(378, 85)
  89. Me.Controls.Add(Me.txtStyleName)
  90. Me.Controls.Add(Me.Label1)
  91. Me.Controls.Add(Me.TableLayoutPanel1)
  92. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  93. Me.MaximizeBox = False
  94. Me.MinimizeBox = False
  95. Me.Name = "frmNewStyle"
  96. Me.ShowInTaskbar = False
  97. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  98. Me.Text = "New Style"
  99. Me.TableLayoutPanel1.ResumeLayout(False)
  100. Me.ResumeLayout(False)
  101. Me.PerformLayout()
  102. End Sub
  103. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  104. Friend WithEvents OK_Button As System.Windows.Forms.Button
  105. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  106. Friend WithEvents Label1 As System.Windows.Forms.Label
  107. Friend WithEvents txtStyleName As System.Windows.Forms.TextBox
  108. End Class