Violet/Violet/Engine.Designer.vb

487 lines
19 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Engine
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.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Engine))
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.SubLocationLabel = New System.Windows.Forms.Label()
Me.LocationLabel = New System.Windows.Forms.Label()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.PlayerMoodLevel = New System.Windows.Forms.ProgressBar()
Me.PlayerEnergyLevel = New System.Windows.Forms.ProgressBar()
Me.PlayerHungerLevel = New System.Windows.Forms.ProgressBar()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.TrackBar1 = New System.Windows.Forms.TrackBar()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.PlayerHorninessLevel = New System.Windows.Forms.Label()
Me.PlayerHorninessEffects = New System.Windows.Forms.ListBox()
Me.TimeLabel = New System.Windows.Forms.Label()
Me.ActionButton1 = New System.Windows.Forms.Button()
Me.ActionButton2 = New System.Windows.Forms.Button()
Me.ActionButton3 = New System.Windows.Forms.Button()
Me.ActionButton4 = New System.Windows.Forms.Button()
Me.ActionButton5 = New System.Windows.Forms.Button()
Me.StoryBoxContainer = New System.Windows.Forms.Panel()
Me.StoryBox = New System.Windows.Forms.RichTextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.PartnerBox = New System.Windows.Forms.GroupBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.Label6 = New System.Windows.Forms.Label()
Me.PartnerHorninessEffects = New System.Windows.Forms.ListBox()
Me.ToolTipSlut = New System.Windows.Forms.ToolTip(Me.components)
Me.AnimateHorninessIncreaseTimer = New System.Windows.Forms.Timer(Me.components)
Me.MoreButton = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel2.SuspendLayout()
Me.StoryBoxContainer.SuspendLayout()
Me.PartnerBox.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.Panel3.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.SubLocationLabel)
Me.GroupBox1.Controls.Add(Me.LocationLabel)
Me.GroupBox1.Controls.Add(Me.Button9)
Me.GroupBox1.Controls.Add(Me.Button7)
Me.GroupBox1.Controls.Add(Me.Button8)
Me.GroupBox1.Controls.Add(Me.Button6)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.PlayerMoodLevel)
Me.GroupBox1.Controls.Add(Me.PlayerEnergyLevel)
Me.GroupBox1.Controls.Add(Me.PlayerHungerLevel)
Me.GroupBox1.Controls.Add(Me.GroupBox2)
Me.GroupBox1.Location = New System.Drawing.Point(12, 13)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(194, 448)
Me.GroupBox1.TabIndex = 1
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Lynne"
'
'SubLocationLabel
'
Me.SubLocationLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.SubLocationLabel.Location = New System.Drawing.Point(2, 45)
Me.SubLocationLabel.Name = "SubLocationLabel"
Me.SubLocationLabel.Size = New System.Drawing.Size(190, 18)
Me.SubLocationLabel.TabIndex = 2
Me.SubLocationLabel.Text = "Standing about"
Me.SubLocationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'LocationLabel
'
Me.LocationLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LocationLabel.Location = New System.Drawing.Point(2, 18)
Me.LocationLabel.Name = "LocationLabel"
Me.LocationLabel.Size = New System.Drawing.Size(190, 27)
Me.LocationLabel.TabIndex = 2
Me.LocationLabel.Text = "Aradia's Bedroom"
Me.LocationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Button9
'
Me.Button9.Location = New System.Drawing.Point(97, 414)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(88, 28)
Me.Button9.TabIndex = 5
Me.Button9.Text = "System"
Me.Button9.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(8, 414)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(88, 28)
Me.Button7.TabIndex = 5
Me.Button7.Text = "Inventory"
Me.Button7.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(8, 383)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(88, 28)
Me.Button8.TabIndex = 5
Me.Button8.Text = "Your status"
Me.Button8.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(98, 383)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(88, 28)
Me.Button6.TabIndex = 5
Me.Button6.Text = "Her status"
Me.Button6.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(10, 333)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(43, 17)
Me.Label3.TabIndex = 4
Me.Label3.Text = "Mood"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(10, 305)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(55, 17)
Me.Label2.TabIndex = 4
Me.Label2.Text = "Fatigue"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(10, 277)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(55, 17)
Me.Label1.TabIndex = 4
Me.Label1.Text = "Hunger"
'
'PlayerMoodLevel
'
Me.PlayerMoodLevel.Location = New System.Drawing.Point(71, 330)
Me.PlayerMoodLevel.Name = "PlayerMoodLevel"
Me.PlayerMoodLevel.Size = New System.Drawing.Size(110, 23)
Me.PlayerMoodLevel.TabIndex = 0
'
'PlayerEnergyLevel
'
Me.PlayerEnergyLevel.Location = New System.Drawing.Point(71, 302)
Me.PlayerEnergyLevel.Name = "PlayerEnergyLevel"
Me.PlayerEnergyLevel.Size = New System.Drawing.Size(110, 23)
Me.PlayerEnergyLevel.TabIndex = 0
'
'PlayerHungerLevel
'
Me.PlayerHungerLevel.Location = New System.Drawing.Point(71, 274)
Me.PlayerHungerLevel.Name = "PlayerHungerLevel"
Me.PlayerHungerLevel.Size = New System.Drawing.Size(110, 23)
Me.PlayerHungerLevel.TabIndex = 0
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.TrackBar1)
Me.GroupBox2.Controls.Add(Me.Panel2)
Me.GroupBox2.Controls.Add(Me.PlayerHorninessEffects)
Me.GroupBox2.Location = New System.Drawing.Point(6, 66)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(181, 202)
Me.GroupBox2.TabIndex = 3
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Horniness"
'
'TrackBar1
'
Me.TrackBar1.AutoSize = False
Me.TrackBar1.Location = New System.Drawing.Point(78, 0)
Me.TrackBar1.Maximum = 1000
Me.TrackBar1.Name = "TrackBar1"
Me.TrackBar1.Size = New System.Drawing.Size(104, 20)
Me.TrackBar1.TabIndex = 5
Me.TrackBar1.TickStyle = System.Windows.Forms.TickStyle.None
Me.TrackBar1.Value = 500
'
'Panel2
'
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel2.Controls.Add(Me.PlayerHorninessLevel)
Me.Panel2.Location = New System.Drawing.Point(7, 22)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(171, 24)
Me.Panel2.TabIndex = 2
'
'PlayerHorninessLevel
'
Me.PlayerHorninessLevel.BackColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(176, Byte), Integer), CType(CType(37, Byte), Integer))
Me.PlayerHorninessLevel.Location = New System.Drawing.Point(-1, 0)
Me.PlayerHorninessLevel.Name = "PlayerHorninessLevel"
Me.PlayerHorninessLevel.Size = New System.Drawing.Size(0, 24)
Me.PlayerHorninessLevel.TabIndex = 0
'
'PlayerHorninessEffects
'
Me.PlayerHorninessEffects.FormattingEnabled = True
Me.PlayerHorninessEffects.ItemHeight = 16
Me.PlayerHorninessEffects.Items.AddRange(New Object() {"Staring", "Thinking affected", "Hard nipples", "Wet", "Moaning softly", "Leaking juices", "Enlarged clit", "Breathing heavily", "Desparate", "Motor control impacted", "Can't think", "Can no longer resist"})
Me.PlayerHorninessEffects.Location = New System.Drawing.Point(7, 52)
Me.PlayerHorninessEffects.Name = "PlayerHorninessEffects"
Me.PlayerHorninessEffects.Size = New System.Drawing.Size(171, 148)
Me.PlayerHorninessEffects.TabIndex = 1
'
'TimeLabel
'
Me.TimeLabel.AutoSize = True
Me.TimeLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TimeLabel.Location = New System.Drawing.Point(54, 18)
Me.TimeLabel.Name = "TimeLabel"
Me.TimeLabel.Size = New System.Drawing.Size(87, 32)
Me.TimeLabel.TabIndex = 2
Me.TimeLabel.Text = "09:00"
'
'ActionButton1
'
Me.ActionButton1.AutoEllipsis = True
Me.ActionButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ActionButton1.Location = New System.Drawing.Point(213, 419)
Me.ActionButton1.Name = "ActionButton1"
Me.ActionButton1.Size = New System.Drawing.Size(95, 42)
Me.ActionButton1.TabIndex = 3
Me.ActionButton1.Text = "Tease her a little"
Me.ActionButton1.UseVisualStyleBackColor = True
'
'ActionButton2
'
Me.ActionButton2.AutoEllipsis = True
Me.ActionButton2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ActionButton2.Location = New System.Drawing.Point(312, 419)
Me.ActionButton2.Name = "ActionButton2"
Me.ActionButton2.Size = New System.Drawing.Size(95, 42)
Me.ActionButton2.TabIndex = 3
Me.ActionButton2.Text = "Beg for her cock"
Me.ActionButton2.UseVisualStyleBackColor = True
'
'ActionButton3
'
Me.ActionButton3.AutoEllipsis = True
Me.ActionButton3.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ActionButton3.Location = New System.Drawing.Point(411, 419)
Me.ActionButton3.Name = "ActionButton3"
Me.ActionButton3.Size = New System.Drawing.Size(95, 42)
Me.ActionButton3.TabIndex = 3
Me.ActionButton3.Text = "Pleasure yourself"
Me.ActionButton3.UseVisualStyleBackColor = True
'
'ActionButton4
'
Me.ActionButton4.AutoEllipsis = True
Me.ActionButton4.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ActionButton4.Location = New System.Drawing.Point(510, 419)
Me.ActionButton4.Name = "ActionButton4"
Me.ActionButton4.Size = New System.Drawing.Size(95, 42)
Me.ActionButton4.TabIndex = 3
Me.ActionButton4.Text = "Push her away"
Me.ActionButton4.UseVisualStyleBackColor = True
'
'ActionButton5
'
Me.ActionButton5.AutoEllipsis = True
Me.ActionButton5.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ActionButton5.Location = New System.Drawing.Point(609, 419)
Me.ActionButton5.Name = "ActionButton5"
Me.ActionButton5.Size = New System.Drawing.Size(95, 42)
Me.ActionButton5.TabIndex = 3
Me.ActionButton5.UseVisualStyleBackColor = True
Me.ActionButton5.Visible = False
'
'StoryBoxContainer
'
Me.StoryBoxContainer.BackColor = System.Drawing.Color.Black
Me.StoryBoxContainer.Controls.Add(Me.StoryBox)
Me.StoryBoxContainer.Location = New System.Drawing.Point(212, 13)
Me.StoryBoxContainer.Name = "StoryBoxContainer"
Me.StoryBoxContainer.Size = New System.Drawing.Size(594, 401)
Me.StoryBoxContainer.TabIndex = 4
'
'StoryBox
'
Me.StoryBox.BackColor = System.Drawing.Color.White
Me.StoryBox.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.StoryBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.StoryBox.Location = New System.Drawing.Point(1, 1)
Me.StoryBox.Name = "StoryBox"
Me.StoryBox.ReadOnly = True
Me.StoryBox.Size = New System.Drawing.Size(592, 399)
Me.StoryBox.TabIndex = 3
Me.StoryBox.Text = resources.GetString("StoryBox.Text")
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(-10, -7)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 4
Me.Button1.Text = "+100"
Me.Button1.UseVisualStyleBackColor = True
'
'PartnerBox
'
Me.PartnerBox.Controls.Add(Me.Label5)
Me.PartnerBox.Controls.Add(Me.TimeLabel)
Me.PartnerBox.Controls.Add(Me.GroupBox4)
Me.PartnerBox.Location = New System.Drawing.Point(812, 12)
Me.PartnerBox.Name = "PartnerBox"
Me.PartnerBox.Size = New System.Drawing.Size(194, 449)
Me.PartnerBox.TabIndex = 1
Me.PartnerBox.TabStop = False
Me.PartnerBox.Text = "Aradia"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(58, 277)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(78, 20)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Girlfriend"
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.Panel3)
Me.GroupBox4.Controls.Add(Me.PartnerHorninessEffects)
Me.GroupBox4.Location = New System.Drawing.Point(6, 66)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(181, 202)
Me.GroupBox4.TabIndex = 3
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Horniness (Estimate)"
'
'Panel3
'
Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel3.Controls.Add(Me.Label6)
Me.Panel3.Location = New System.Drawing.Point(7, 22)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(171, 24)
Me.Panel3.TabIndex = 2
'
'Label6
'
Me.Label6.BackColor = System.Drawing.Color.FromArgb(CType(CType(6, Byte), Integer), CType(CType(176, Byte), Integer), CType(CType(37, Byte), Integer))
Me.Label6.Location = New System.Drawing.Point(-1, 0)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(1, 24)
Me.Label6.TabIndex = 0
'
'PartnerHorninessEffects
'
Me.PartnerHorninessEffects.FormattingEnabled = True
Me.PartnerHorninessEffects.ItemHeight = 16
Me.PartnerHorninessEffects.Location = New System.Drawing.Point(7, 52)
Me.PartnerHorninessEffects.Name = "PartnerHorninessEffects"
Me.PartnerHorninessEffects.Size = New System.Drawing.Size(171, 148)
Me.PartnerHorninessEffects.TabIndex = 1
'
'ToolTipSlut
'
'
'AnimateHorninessIncreaseTimer
'
'
'MoreButton
'
Me.MoreButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MoreButton.Location = New System.Drawing.Point(710, 419)
Me.MoreButton.Name = "MoreButton"
Me.MoreButton.Size = New System.Drawing.Size(95, 42)
Me.MoreButton.TabIndex = 3
Me.MoreButton.Text = "More..."
Me.MoreButton.UseVisualStyleBackColor = True
'
'Engine
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1011, 473)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.StoryBoxContainer)
Me.Controls.Add(Me.MoreButton)
Me.Controls.Add(Me.ActionButton5)
Me.Controls.Add(Me.ActionButton4)
Me.Controls.Add(Me.ActionButton3)
Me.Controls.Add(Me.ActionButton2)
Me.Controls.Add(Me.ActionButton1)
Me.Controls.Add(Me.PartnerBox)
Me.Controls.Add(Me.GroupBox1)
Me.Name = "Engine"
Me.Text = "Violet"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel2.ResumeLayout(False)
Me.StoryBoxContainer.ResumeLayout(False)
Me.PartnerBox.ResumeLayout(False)
Me.PartnerBox.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.Panel3.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents PlayerHorninessEffects As ListBox
Friend WithEvents TimeLabel As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents PlayerMoodLevel As ProgressBar
Friend WithEvents PlayerEnergyLevel As ProgressBar
Friend WithEvents PlayerHungerLevel As ProgressBar
Friend WithEvents ActionButton1 As Button
Friend WithEvents ActionButton2 As Button
Friend WithEvents ActionButton3 As Button
Friend WithEvents ActionButton4 As Button
Friend WithEvents ActionButton5 As Button
Friend WithEvents Button9 As Button
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
Friend WithEvents Button6 As Button
Friend WithEvents StoryBoxContainer As Panel
Friend WithEvents StoryBox As RichTextBox
Friend WithEvents SubLocationLabel As Label
Friend WithEvents LocationLabel As Label
Friend WithEvents PartnerBox As GroupBox
Friend WithEvents Label5 As Label
Friend WithEvents GroupBox4 As GroupBox
Friend WithEvents PartnerHorninessEffects As ListBox
Friend WithEvents Panel2 As Panel
Friend WithEvents PlayerHorninessLevel As Label
Friend WithEvents Panel3 As Panel
Friend WithEvents Label6 As Label
Friend WithEvents TrackBar1 As TrackBar
Friend WithEvents Button1 As Button
Friend WithEvents ToolTipSlut As ToolTip
Friend WithEvents AnimateHorninessIncreaseTimer As Timer
Friend WithEvents MoreButton As Button
End Class