PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Backup/TumbleDeck/ChatPost.Designer.vb

#
Visual Basic | 174 lines | 135 code | 4 blank | 35 comment | 0 complexity | 50c641f044a16dab4db0732bef4b6972 MD5 | raw file
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class ChatPost
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ChatPost))
  23. Me.TitleLabel = New System.Windows.Forms.Label
  24. Me.TitleTextBox = New System.Windows.Forms.TextBox
  25. Me.DialogueLabel = New System.Windows.Forms.Label
  26. Me.DialogueTextBox = New System.Windows.Forms.TextBox
  27. Me.CancelButton = New System.Windows.Forms.Button
  28. Me.CreateButton = New System.Windows.Forms.Button
  29. Me.PrivatePostCheckBox = New System.Windows.Forms.CheckBox
  30. Me.TagsTextBox = New System.Windows.Forms.TextBox
  31. Me.TagsLabel = New System.Windows.Forms.Label
  32. Me.SuspendLayout()
  33. '
  34. 'TitleLabel
  35. '
  36. Me.TitleLabel.AutoSize = True
  37. Me.TitleLabel.BackColor = System.Drawing.Color.Transparent
  38. Me.TitleLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  39. Me.TitleLabel.ForeColor = System.Drawing.Color.Transparent
  40. Me.TitleLabel.Location = New System.Drawing.Point(12, 9)
  41. Me.TitleLabel.Name = "TitleLabel"
  42. Me.TitleLabel.Size = New System.Drawing.Size(108, 20)
  43. Me.TitleLabel.TabIndex = 0
  44. Me.TitleLabel.Text = "Title (optional)"
  45. '
  46. 'TitleTextBox
  47. '
  48. Me.TitleTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  49. Me.TitleTextBox.Location = New System.Drawing.Point(16, 32)
  50. Me.TitleTextBox.Name = "TitleTextBox"
  51. Me.TitleTextBox.Size = New System.Drawing.Size(266, 26)
  52. Me.TitleTextBox.TabIndex = 1
  53. '
  54. 'DialogueLabel
  55. '
  56. Me.DialogueLabel.AutoSize = True
  57. Me.DialogueLabel.BackColor = System.Drawing.Color.Transparent
  58. Me.DialogueLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  59. Me.DialogueLabel.ForeColor = System.Drawing.Color.Transparent
  60. Me.DialogueLabel.Location = New System.Drawing.Point(12, 61)
  61. Me.DialogueLabel.Name = "DialogueLabel"
  62. Me.DialogueLabel.Size = New System.Drawing.Size(72, 20)
  63. Me.DialogueLabel.TabIndex = 2
  64. Me.DialogueLabel.Text = "Dialogue"
  65. '
  66. 'DialogueTextBox
  67. '
  68. Me.DialogueTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  69. Me.DialogueTextBox.Location = New System.Drawing.Point(16, 84)
  70. Me.DialogueTextBox.Multiline = True
  71. Me.DialogueTextBox.Name = "DialogueTextBox"
  72. Me.DialogueTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  73. Me.DialogueTextBox.Size = New System.Drawing.Size(266, 286)
  74. Me.DialogueTextBox.TabIndex = 3
  75. '
  76. 'CancelButton
  77. '
  78. Me.CancelButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  79. Me.CancelButton.ForeColor = System.Drawing.Color.Red
  80. Me.CancelButton.Location = New System.Drawing.Point(192, 458)
  81. Me.CancelButton.Name = "CancelButton"
  82. Me.CancelButton.Size = New System.Drawing.Size(90, 45)
  83. Me.CancelButton.TabIndex = 8
  84. Me.CancelButton.Text = "Cancel"
  85. Me.CancelButton.UseVisualStyleBackColor = True
  86. '
  87. 'CreateButton
  88. '
  89. Me.CreateButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  90. Me.CreateButton.ForeColor = System.Drawing.Color.Green
  91. Me.CreateButton.Location = New System.Drawing.Point(16, 458)
  92. Me.CreateButton.Name = "CreateButton"
  93. Me.CreateButton.Size = New System.Drawing.Size(170, 45)
  94. Me.CreateButton.TabIndex = 7
  95. Me.CreateButton.Text = "Create Post"
  96. Me.CreateButton.UseVisualStyleBackColor = True
  97. '
  98. 'PrivatePostCheckBox
  99. '
  100. Me.PrivatePostCheckBox.AutoSize = True
  101. Me.PrivatePostCheckBox.BackColor = System.Drawing.Color.Transparent
  102. Me.PrivatePostCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  103. Me.PrivatePostCheckBox.ForeColor = System.Drawing.Color.Transparent
  104. Me.PrivatePostCheckBox.Location = New System.Drawing.Point(16, 428)
  105. Me.PrivatePostCheckBox.Name = "PrivatePostCheckBox"
  106. Me.PrivatePostCheckBox.Size = New System.Drawing.Size(244, 24)
  107. Me.PrivatePostCheckBox.TabIndex = 6
  108. Me.PrivatePostCheckBox.Text = "Private (make this post private)"
  109. Me.PrivatePostCheckBox.UseVisualStyleBackColor = False
  110. '
  111. 'TagsTextBox
  112. '
  113. Me.TagsTextBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  114. Me.TagsTextBox.Location = New System.Drawing.Point(16, 396)
  115. Me.TagsTextBox.Name = "TagsTextBox"
  116. Me.TagsTextBox.Size = New System.Drawing.Size(266, 26)
  117. Me.TagsTextBox.TabIndex = 5
  118. '
  119. 'TagsLabel
  120. '
  121. Me.TagsLabel.AutoSize = True
  122. Me.TagsLabel.BackColor = System.Drawing.Color.Transparent
  123. Me.TagsLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  124. Me.TagsLabel.ForeColor = System.Drawing.Color.Transparent
  125. Me.TagsLabel.Location = New System.Drawing.Point(12, 373)
  126. Me.TagsLabel.Name = "TagsLabel"
  127. Me.TagsLabel.Size = New System.Drawing.Size(219, 20)
  128. Me.TagsLabel.TabIndex = 4
  129. Me.TagsLabel.Text = "Tags (separated by a comma)"
  130. '
  131. 'ChatPost
  132. '
  133. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  134. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  135. Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  136. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  137. Me.ClientSize = New System.Drawing.Size(294, 509)
  138. Me.Controls.Add(Me.CancelButton)
  139. Me.Controls.Add(Me.CreateButton)
  140. Me.Controls.Add(Me.PrivatePostCheckBox)
  141. Me.Controls.Add(Me.TagsTextBox)
  142. Me.Controls.Add(Me.TagsLabel)
  143. Me.Controls.Add(Me.DialogueTextBox)
  144. Me.Controls.Add(Me.DialogueLabel)
  145. Me.Controls.Add(Me.TitleLabel)
  146. Me.Controls.Add(Me.TitleTextBox)
  147. Me.DoubleBuffered = True
  148. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  149. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  150. Me.MaximizeBox = False
  151. Me.MinimizeBox = False
  152. Me.Name = "ChatPost"
  153. Me.ShowIcon = False
  154. Me.ShowInTaskbar = False
  155. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  156. Me.Text = "Add a Chat Post"
  157. Me.TopMost = True
  158. Me.ResumeLayout(False)
  159. Me.PerformLayout()
  160. End Sub
  161. Friend WithEvents TitleLabel As System.Windows.Forms.Label
  162. Friend WithEvents TitleTextBox As System.Windows.Forms.TextBox
  163. Friend WithEvents DialogueLabel As System.Windows.Forms.Label
  164. Friend WithEvents DialogueTextBox As System.Windows.Forms.TextBox
  165. Friend WithEvents CancelButton As System.Windows.Forms.Button
  166. Friend WithEvents CreateButton As System.Windows.Forms.Button
  167. Friend WithEvents PrivatePostCheckBox As System.Windows.Forms.CheckBox
  168. Friend WithEvents TagsTextBox As System.Windows.Forms.TextBox
  169. Friend WithEvents TagsLabel As System.Windows.Forms.Label
  170. End Class