Violet/Violet/Elaborate - Degradation.Des...

234 lines
8.2 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Elaborate___Degradation
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.NameBox = New System.Windows.Forms.ListBox()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.AddNameButton = New System.Windows.Forms.Button()
Me.RemoveNameButton = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.ListBox2 = New System.Windows.Forms.ListBox()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.SuspendLayout()
'
'NameBox
'
Me.NameBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.NameBox.FormattingEnabled = True
Me.NameBox.ItemHeight = 16
Me.NameBox.Items.AddRange(New Object() {"Slut", "Hoe"})
Me.NameBox.Location = New System.Drawing.Point(6, 6)
Me.NameBox.Name = "NameBox"
Me.NameBox.Size = New System.Drawing.Size(151, 148)
Me.NameBox.TabIndex = 1
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Location = New System.Drawing.Point(1, 0)
Me.TabControl1.Multiline = True
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(261, 193)
Me.TabControl1.TabIndex = 2
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.RemoveNameButton)
Me.TabPage1.Controls.Add(Me.AddNameButton)
Me.TabPage1.Controls.Add(Me.NameBox)
Me.TabPage1.Location = New System.Drawing.Point(4, 25)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(253, 164)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Names"
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.Button1)
Me.TabPage2.Controls.Add(Me.Button2)
Me.TabPage2.Controls.Add(Me.ListBox1)
Me.TabPage2.Location = New System.Drawing.Point(4, 25)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(253, 164)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Adjectives"
'
'AddNameButton
'
Me.AddNameButton.Location = New System.Drawing.Point(171, 6)
Me.AddNameButton.Name = "AddNameButton"
Me.AddNameButton.Size = New System.Drawing.Size(75, 23)
Me.AddNameButton.TabIndex = 2
Me.AddNameButton.Text = "Add"
Me.AddNameButton.UseVisualStyleBackColor = True
'
'RemoveNameButton
'
Me.RemoveNameButton.Location = New System.Drawing.Point(171, 35)
Me.RemoveNameButton.Name = "RemoveNameButton"
Me.RemoveNameButton.Size = New System.Drawing.Size(75, 23)
Me.RemoveNameButton.TabIndex = 2
Me.RemoveNameButton.Text = "Remove"
Me.RemoveNameButton.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(11, 199)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 23)
Me.Button3.TabIndex = 2
Me.Button3.Text = "Cancel"
Me.Button3.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(176, 199)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(75, 23)
Me.Button4.TabIndex = 2
Me.Button4.Text = "OK"
Me.Button4.UseVisualStyleBackColor = True
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.Button5)
Me.TabPage3.Controls.Add(Me.Button6)
Me.TabPage3.Controls.Add(Me.ListBox2)
Me.TabPage3.Location = New System.Drawing.Point(4, 25)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Size = New System.Drawing.Size(253, 164)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Insult topics"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(171, 37)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 5
Me.Button1.Text = "Remove"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(171, 8)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 4
Me.Button2.Text = "Add"
Me.Button2.UseVisualStyleBackColor = True
'
'ListBox1
'
Me.ListBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 16
Me.ListBox1.Items.AddRange(New Object() {"Slut", "Hoe"})
Me.ListBox1.Location = New System.Drawing.Point(6, 8)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(151, 148)
Me.ListBox1.TabIndex = 3
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(171, 37)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(75, 23)
Me.Button5.TabIndex = 5
Me.Button5.Text = "Remove"
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(171, 8)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(75, 23)
Me.Button6.TabIndex = 4
Me.Button6.Text = "Add"
Me.Button6.UseVisualStyleBackColor = True
'
'ListBox2
'
Me.ListBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 16
Me.ListBox2.Items.AddRange(New Object() {"Slut", "Hoe"})
Me.ListBox2.Location = New System.Drawing.Point(6, 8)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(151, 148)
Me.ListBox2.TabIndex = 3
'
'Elaborate___Degradation
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(263, 227)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "Elaborate___Degradation"
Me.Text = "Degradation Settings"
Me.TopMost = True
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage2.ResumeLayout(False)
Me.TabPage3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents NameBox As ListBox
Friend WithEvents TabControl1 As TabControl
Friend WithEvents TabPage1 As TabPage
Friend WithEvents RemoveNameButton As Button
Friend WithEvents AddNameButton As Button
Friend WithEvents TabPage2 As TabPage
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents TabPage3 As TabPage
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents ListBox1 As ListBox
Friend WithEvents Button5 As Button
Friend WithEvents Button6 As Button
Friend WithEvents ListBox2 As ListBox
End Class