/Source Code/PowerSong/Item Management/frmTitle.Designer.vb

# · Visual Basic · 158 lines · 121 code · 5 blank · 32 comment · 0 complexity · 2e809d0b3b251645fc04056ca1ffba16 MD5 · raw file

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmTitle
  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.txtContents = New System.Windows.Forms.TextBox
  26. Me.Label3 = New System.Windows.Forms.Label
  27. Me.txtTitle = New System.Windows.Forms.TextBox
  28. Me.Label1 = New System.Windows.Forms.Label
  29. Me.NoticeLabel1 = New PowerSong.UserInterface.NoticeLabel
  30. Me.TableLayoutPanel1.SuspendLayout()
  31. Me.SuspendLayout()
  32. '
  33. 'TableLayoutPanel1
  34. '
  35. Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  36. Me.TableLayoutPanel1.ColumnCount = 2
  37. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  38. Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  39. Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  40. Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  41. Me.TableLayoutPanel1.Location = New System.Drawing.Point(268, 241)
  42. Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  43. Me.TableLayoutPanel1.RowCount = 1
  44. Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  45. Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  46. Me.TableLayoutPanel1.TabIndex = 0
  47. '
  48. 'OK_Button
  49. '
  50. Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  51. Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  52. Me.OK_Button.Name = "OK_Button"
  53. Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  54. Me.OK_Button.TabIndex = 0
  55. Me.OK_Button.Text = "OK"
  56. '
  57. 'Cancel_Button
  58. '
  59. Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  60. Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  61. Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  62. Me.Cancel_Button.Name = "Cancel_Button"
  63. Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  64. Me.Cancel_Button.TabIndex = 1
  65. Me.Cancel_Button.Text = "Cancel"
  66. '
  67. 'txtContents
  68. '
  69. Me.txtContents.AcceptsReturn = True
  70. Me.txtContents.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  71. Or System.Windows.Forms.AnchorStyles.Left) _
  72. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  73. Me.txtContents.Location = New System.Drawing.Point(78, 41)
  74. Me.txtContents.Multiline = True
  75. Me.txtContents.Name = "txtContents"
  76. Me.txtContents.ScrollBars = System.Windows.Forms.ScrollBars.Both
  77. Me.txtContents.Size = New System.Drawing.Size(336, 165)
  78. Me.txtContents.TabIndex = 9
  79. '
  80. 'Label3
  81. '
  82. Me.Label3.AutoSize = True
  83. Me.Label3.Location = New System.Drawing.Point(12, 44)
  84. Me.Label3.Name = "Label3"
  85. Me.Label3.Size = New System.Drawing.Size(52, 13)
  86. Me.Label3.TabIndex = 8
  87. Me.Label3.Text = "Contents:"
  88. '
  89. 'txtTitle
  90. '
  91. Me.txtTitle.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.txtTitle.Location = New System.Drawing.Point(78, 12)
  94. Me.txtTitle.Name = "txtTitle"
  95. Me.txtTitle.Size = New System.Drawing.Size(336, 20)
  96. Me.txtTitle.TabIndex = 7
  97. Me.txtTitle.Text = "Title Item"
  98. '
  99. 'Label1
  100. '
  101. Me.Label1.AutoSize = True
  102. Me.Label1.Location = New System.Drawing.Point(12, 15)
  103. Me.Label1.Name = "Label1"
  104. Me.Label1.Size = New System.Drawing.Size(30, 13)
  105. Me.Label1.TabIndex = 6
  106. Me.Label1.Text = "Title:"
  107. '
  108. 'NoticeLabel1
  109. '
  110. Me.NoticeLabel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  111. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  112. Me.NoticeLabel1.BackColor = System.Drawing.SystemColors.Window
  113. Me.NoticeLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  114. Me.NoticeLabel1.Icon = PowerSong.UserInterface.NoticeLabel.IconType.Info
  115. Me.NoticeLabel1.Location = New System.Drawing.Point(78, 212)
  116. Me.NoticeLabel1.Message = "Insert blank lines to separate content into ""verses""."
  117. Me.NoticeLabel1.Name = "NoticeLabel1"
  118. Me.NoticeLabel1.Size = New System.Drawing.Size(336, 23)
  119. Me.NoticeLabel1.TabIndex = 14
  120. '
  121. 'frmTitle
  122. '
  123. Me.AcceptButton = Me.OK_Button
  124. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  125. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  126. Me.CancelButton = Me.Cancel_Button
  127. Me.ClientSize = New System.Drawing.Size(426, 282)
  128. Me.Controls.Add(Me.NoticeLabel1)
  129. Me.Controls.Add(Me.txtContents)
  130. Me.Controls.Add(Me.Label3)
  131. Me.Controls.Add(Me.txtTitle)
  132. Me.Controls.Add(Me.Label1)
  133. Me.Controls.Add(Me.TableLayoutPanel1)
  134. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  135. Me.MaximizeBox = False
  136. Me.MinimizeBox = False
  137. Me.Name = "frmTitle"
  138. Me.ShowInTaskbar = False
  139. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  140. Me.Text = "Title"
  141. Me.TableLayoutPanel1.ResumeLayout(False)
  142. Me.ResumeLayout(False)
  143. Me.PerformLayout()
  144. End Sub
  145. Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  146. Friend WithEvents OK_Button As System.Windows.Forms.Button
  147. Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  148. Friend WithEvents txtContents As System.Windows.Forms.TextBox
  149. Friend WithEvents Label3 As System.Windows.Forms.Label
  150. Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  151. Friend WithEvents Label1 As System.Windows.Forms.Label
  152. Friend WithEvents NoticeLabel1 As PowerSong.UserInterface.NoticeLabel
  153. End Class