Time Expired")
+
ClearWriteTask()
ssh.SkipGotoLine = True
ssh.FileGoto = "Failed Writing Task"
@@ -18438,33 +16240,12 @@ restartInstantly:
- 'If WritingTaskFlag = False Then
- 'LBLTime.Text = Format(Now, "h:mm")
- 'LBLAMPM.Text = Format(Now, "tt")
- 'LBLDate.Text = Format(Now, "Long Date")
- 'Else
- 'If WritingTaskCurrentTime > 0 Then
- 'LBLWritingTask.Text = "Write the following line " & WritingTaskLinesAmount & " times" & vbCrLf & "You have " & ConvertSeconds(WritingTaskCurrentTime)
- 'LBLTime.Text = Convert.ToInt16(WritingTaskCurrentTime)
- 'Else
- 'LBLWritingTask.Text = "Write the following line " & WritingTaskLinesAmount & " times" & vbCrLf & "YOUR TIME IS UP"
- 'LBLTime.Text = "Time's Up"
- 'End If
- 'WritingTaskCurrentTime -= 1
- 'LBLAMPM.Text = ""
- 'End If
-
+ If VariableExists("SYS_WakeUp") Then
- If File.Exists(Application.StartupPath & "\Scripts\" & dompersonalitycombobox.Text & "\System\Variables\SYS_WakeUp") Then
-
- Dim Dates As String
- 'Dates = FormatDateTime(Now, DateFormat.ShortDate) & " " & GetTime("SYS_WakeUp")
- Dates = FormatDateTime(Now, DateFormat.ShortDate) & " " & FormatDateTime(FrmSettings.TimeBoxWakeUp.Value, DateFormat.LongTime)
+ Dim DateFromFile As String = FormatDateTime(Now, DateFormat.ShortDate) & " " & GetDate("SYS_WakeUp").ToLongTimeString
Dim DDiff As Integer
- DDiff = DateDiff(DateInterval.Hour, CDate(Dates), Now)
-
- Dim TimeCounter As Integer = -3
+ DDiff = DateDiff(DateInterval.Hour, Date.Parse(DateFromFile), Now)
ssh.GeneralTime = "Night"
If DDiff < -20 Then ssh.GeneralTime = "Morning"
@@ -18472,9 +16253,28 @@ restartInstantly:
If DDiff > 4 And DDiff < 12 Then ssh.GeneralTime = "Afternoon"
If DDiff > -21 And DDiff < -11 Then ssh.GeneralTime = "Afternoon"
+ Else
+
+ Dim SetDate As Date = FormatDateTime(FrmSettings.TimeBoxWakeUp.Value, DateFormat.LongTime)
+ SetVariable("SYS_WakeUp", FormatDateTime(SetDate, DateFormat.LongTime))
+ My.Settings.WakeUp = FormatDateTime(Now, DateFormat.ShortDate) & " " & GetDate("SYS_WakeUp").ToLongTimeString
+
+ Debug.Assert(SetDate.ToLongTimeString = My.Settings.WakeUp.ToLongTimeString,
+ "Value for SYS_WakeUp is different after loading.")
+
End If
- ' #DEBUG
+ If ssh.CountUpList.Count > 0 Then
+ For i As Integer = 0 To ssh.CountUpList.Count - 1
+ ChangeVariable(ssh.CountUpList(i), ssh.CountUpList(i), "+", 1)
+ Next
+ End If
+
+ If ssh.CountDownList.Count > 0 Then
+ For i As Integer = 0 To ssh.CountDownList.Count - 1
+ ChangeVariable(ssh.CountDownList(i), ssh.CountDownList(i), "-", 1)
+ Next
+ End If
End Sub
@@ -18483,7 +16283,7 @@ restartInstantly:
If ssh.StrokeFaster = True Then
If ssh.SubStroking = True And ssh.SubEdging = False And ssh.SubHoldingEdge = False Then
Debug.Print("Stroke Faster")
- Dim Stroke123 As Integer = ssh.randomizer.Next(1, 4)
+ Dim Stroke123 As Integer = ssh.randomizer.Next(5, 12)
Stroke123 = Stroke123 * 50
StrokePace = StrokePace - Stroke123
If StrokePace < NBMaxPace.Value Then StrokePace = NBMaxPace.Value
@@ -18495,7 +16295,7 @@ restartInstantly:
If ssh.StrokeSlower = True Then
If ssh.SubStroking = True And ssh.SubEdging = False And ssh.SubHoldingEdge = False Then
Debug.Print("Stroke Slower")
- Dim Stroke123 As Integer = ssh.randomizer.Next(1, 4)
+ Dim Stroke123 As Integer = ssh.randomizer.Next(3, 8)
Stroke123 = Stroke123 * 50
StrokePace = StrokePace + Stroke123
If StrokePace > NBMinPace.Value Then StrokePace = NBMinPace.Value
@@ -18524,8 +16324,6 @@ restartInstantly:
End Sub
- Public Sub ApplyThemeColor()
- End Sub
@@ -18574,7 +16372,7 @@ restartInstantly:
#Region "------------------------------------------------- Regular Buttons-----------------------------------------------------"
- Private Sub Face_Click(sender As System.Object, e As System.EventArgs) Handles Face.Click
+ Private Sub Face_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Face.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Face.BackColor = Color.White Then
@@ -18588,7 +16386,7 @@ restartInstantly:
End If
End Sub
- Private Sub Boobs_Click(sender As System.Object, e As System.EventArgs) Handles Boobs.Click
+ Private Sub Boobs_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Boobs.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Boobs.BackColor = Color.White Then
@@ -18602,7 +16400,7 @@ restartInstantly:
End If
End Sub
- Private Sub Pussy_Click(sender As System.Object, e As System.EventArgs) Handles Pussy.Click
+ Private Sub Pussy_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Pussy.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Pussy.BackColor = Color.White Then
@@ -18616,7 +16414,7 @@ restartInstantly:
End If
End Sub
- Private Sub Ass_Click(sender As System.Object, e As System.EventArgs) Handles Ass.Click
+ Private Sub Ass_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Ass.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Ass.BackColor = Color.White Then
@@ -18630,7 +16428,7 @@ restartInstantly:
End If
End Sub
- Private Sub Legs_Click(sender As System.Object, e As System.EventArgs) Handles Legs.Click
+ Private Sub Legs_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Legs.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Legs.BackColor = Color.White Then
@@ -18644,7 +16442,7 @@ restartInstantly:
End If
End Sub
- Private Sub Feet_Click(sender As System.Object, e As System.EventArgs) Handles Feet.Click
+ Private Sub Feet_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Feet.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Feet.BackColor = Color.White Then
@@ -18658,7 +16456,7 @@ restartInstantly:
End If
End Sub
- Private Sub FullyDressed_Click(sender As System.Object, e As System.EventArgs) Handles FullyDressed.Click
+ Private Sub FullyDressed_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FullyDressed.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If FullyDressed.BackColor = Color.White Then
@@ -18672,7 +16470,7 @@ restartInstantly:
End If
End Sub
- Private Sub HalfDressed_Click(sender As System.Object, e As System.EventArgs) Handles HalfDressed.Click
+ Private Sub HalfDressed_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles HalfDressed.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If HalfDressed.BackColor = Color.White Then
@@ -18686,7 +16484,7 @@ restartInstantly:
End If
End Sub
- Private Sub GarmentCovering_Click(sender As System.Object, e As System.EventArgs) Handles GarmentCovering.Click
+ Private Sub GarmentCovering_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GarmentCovering.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If GarmentCovering.BackColor = Color.White Then
@@ -18700,7 +16498,7 @@ restartInstantly:
End If
End Sub
- Private Sub HandsCovering_Click(sender As System.Object, e As System.EventArgs) Handles HandsCovering.Click
+ Private Sub HandsCovering_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles HandsCovering.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If HandsCovering.BackColor = Color.White Then
@@ -18714,7 +16512,7 @@ restartInstantly:
End If
End Sub
- Private Sub Naked_Click(sender As System.Object, e As System.EventArgs) Handles Naked.Click
+ Private Sub Naked_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Naked.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Naked.BackColor = Color.White Then
@@ -18728,7 +16526,7 @@ restartInstantly:
End If
End Sub
- Private Sub Masturbating_Click(sender As System.Object, e As System.EventArgs) Handles Masturbating.Click
+ Private Sub Masturbating_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Masturbating.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Masturbating.BackColor = Color.White Then
@@ -18742,7 +16540,7 @@ restartInstantly:
End If
End Sub
- Private Sub Sucking_Click(sender As System.Object, e As System.EventArgs) Handles Sucking.Click
+ Private Sub Sucking_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Sucking.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Sucking.BackColor = Color.White Then
@@ -18756,7 +16554,7 @@ restartInstantly:
End If
End Sub
- Private Sub Smiling_Click(sender As System.Object, e As System.EventArgs) Handles Smiling.Click
+ Private Sub Smiling_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Smiling.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Smiling.BackColor = Color.White Then
@@ -18770,7 +16568,7 @@ restartInstantly:
End If
End Sub
- Private Sub Glaring_Click(sender As System.Object, e As System.EventArgs) Handles Glaring.Click
+ Private Sub Glaring_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Glaring.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Glaring.BackColor = Color.White Then
@@ -18784,7 +16582,7 @@ restartInstantly:
End If
End Sub
- Private Sub SideView_Click(sender As System.Object, e As System.EventArgs) Handles SideView.Click
+ Private Sub SideView_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SideView.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If SideView.BackColor = Color.White Then
@@ -18798,7 +16596,7 @@ restartInstantly:
End If
End Sub
- Private Sub CloseUp_Click(sender As System.Object, e As System.EventArgs) Handles CloseUp.Click
+ Private Sub CloseUp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CloseUp.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If CloseUp.BackColor = Color.White Then
@@ -18812,7 +16610,7 @@ restartInstantly:
End If
End Sub
- Private Sub SeeThrough_Click(sender As System.Object, e As System.EventArgs) Handles SeeThrough.Click
+ Private Sub SeeThrough_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SeeThrough.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If SeeThrough.BackColor = Color.White Then
@@ -18826,7 +16624,7 @@ restartInstantly:
End If
End Sub
- Private Sub AllFours_Click(sender As System.Object, e As System.EventArgs) Handles AllFours.Click
+ Private Sub AllFours_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AllFours.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If AllFours.BackColor = Color.White Then
@@ -18841,7 +16639,7 @@ restartInstantly:
End Sub
- Private Sub Piercing_Click(sender As System.Object, e As System.EventArgs) Handles Piercing.Click
+ Private Sub Piercing_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Piercing.Click
Debug.Print(mainPictureBox.ImageLocation)
If ssh.SlideshowLoaded = False Then Return
If Piercing.BackColor = Color.White Then
@@ -18855,7 +16653,7 @@ restartInstantly:
End If
End Sub
- Private Sub TBGarment_TextChanged(sender As System.Object, e As System.EventArgs) Handles TBGarment.TextChanged
+ Private Sub TBGarment_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBGarment.TextChanged
If ssh.SlideshowLoaded = False Or TBGarment.Focused = False Then Return
If TBGarment.Text = "" Then
Garment.BackColor = Color.White
@@ -18868,7 +16666,7 @@ restartInstantly:
End If
End Sub
- Private Sub TBUnderwear_TextChanged(sender As System.Object, e As System.EventArgs) Handles TBUnderwear.TextChanged
+ Private Sub TBUnderwear_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBUnderwear.TextChanged
If ssh.SlideshowLoaded = False Or TBUnderwear.Focused = False Then Return
If TBUnderwear.Text = "" Then
Underwear.BackColor = Color.White
@@ -18881,7 +16679,7 @@ restartInstantly:
End If
End Sub
- Private Sub TBTattoo_TextChanged(sender As System.Object, e As System.EventArgs) Handles TBTattoo.TextChanged
+ Private Sub TBTattoo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBTattoo.TextChanged
If ssh.SlideshowLoaded = False Or TBTattoo.Focused = False Then Return
If TBTattoo.Text = "" Then
Tattoo.BackColor = Color.White
@@ -18894,7 +16692,7 @@ restartInstantly:
End If
End Sub
- Private Sub TBSexToy_TextChanged(sender As System.Object, e As System.EventArgs) Handles TBSexToy.TextChanged
+ Private Sub TBSexToy_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBSexToy.TextChanged
If ssh.SlideshowLoaded = False Or TBSexToy.Focused = False Then Return
If TBSexToy.Text = "" Then
SexToy.BackColor = Color.White
@@ -18908,7 +16706,7 @@ restartInstantly:
End Sub
- Private Sub TBFurniture_TextChanged(sender As System.Object, e As System.EventArgs) Handles TBFurniture.TextChanged
+ Private Sub TBFurniture_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBFurniture.TextChanged
If ssh.SlideshowLoaded = False Or TBFurniture.Focused = False Then Return
If TBFurniture.Text = "" Then
Furniture.BackColor = Color.White
@@ -18921,7 +16719,7 @@ restartInstantly:
End If
End Sub
-#End Region ' Regular Buttons
+#End Region ' Regular Buttons
Public Function AddDommeTag(ByVal AddDomTag As String, ByVal AddCustomDomTag As String)
@@ -19068,11 +16866,11 @@ restartInstantly:
End Function
- Private Sub BtnDommeTagNextImage_Click(sender As System.Object, e As System.EventArgs) Handles DommeTagBtnNextImage.Click
+ Private Sub BtnDommeTagNextImage_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DommeTagBtnNextImage.Click
nextButton.PerformClick()
End Sub
- Private Sub BtnDommeTagLastImage_Click(sender As System.Object, e As System.EventArgs) Handles DommeTagBtnLastImage.Click
+ Private Sub BtnDommeTagLastImage_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DommeTagBtnLastImage.Click
previousButton.PerformClick()
End Sub
@@ -19355,19 +17153,279 @@ restartInstantly:
End If
End Sub
-
-#End Region ' DommeTag APP
+
+#End Region ' DommeTag APP
+
+#Region "------------------------------------------------- GlitterFeeds APP ---------------------------------------------------"
+
+ Sub GlitterSendPost(contactID As Integer, content As String)
+ Dim ConName, ConImgPath As String
+ Dim BodyText As String = If(StatusUpdates.Document Is Nothing, "", StatusUpdates.Document.Body.InnerHtml)
+
+ If contactID = 0 Then
+ ConName = My.Settings.DomName
+ ConImgPath = My.Settings.GlitterAV
+ ElseIf contactID = 1 Then
+ ConName = My.Settings.Glitter1
+ ConImgPath = My.Settings.GlitterAV1
+ ElseIf contactID = 2 Then
+ ConName = My.Settings.Glitter2
+ ConImgPath = My.Settings.GlitterAV2
+ ElseIf contactID = 3 Then
+ ConName = My.Settings.Glitter3
+ ConImgPath = My.Settings.GlitterAV3
+ Else
+ Throw New ArgumentOutOfRangeException
+ End If
+
+ '===============================================================================
+ ' Generate stylesheet
+ '===============================================================================
+ Dim Style As String = CssTryGetFile(Application.StartupPath & "/System/CSS/GlitterApp.css", My.Resources.GlitterFallbackStyle)
+ Style = CssReplaceSettings(Style)
+
+ '===============================================================================
+ ' Generate body Text
+ '===============================================================================
+ ConImgPath = "file://" & ConImgPath.Replace("\", "/")
+
+ BodyText &= "" & vbCrLf
+ BodyText &= "
![]()
" & vbCrLf
+ BodyText &= "
" & ConName & "" & vbCrLf
+ BodyText &= "
" & Now.ToLongTimeString & "" & vbCrLf
+ BodyText &= "
" & content & "
" & vbCrLf
+ BodyText &= "
" & vbCrLf
+
+ Dim TextToSet As String = HtmlBuildPage("Glitter-App", Style, BodyText)
+
+
+ '===============================================================================
+ ' Page Output
+ '===============================================================================
+ Try
+ StatusUpdates.DocumentText = TextToSet
+ Catch ex As COMException When ex.ErrorCode = -2147024726
+ MessageBox.Show("Unable to access the Webbrowser.",
+ "Update Glitter-App failed", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
+
+ End Try
+ End Sub
+
+ Public Sub StatusUpdatePost()
+ ' Read all lines of given file and remove filepath from stack.
+ Dim Lines As List(Of String) = Txt2List(ssh.UpdateList(0))
+ ssh.UpdateList.RemoveAt(0)
+
+ If Lines.Count < 1 Then Exit Sub
+
+ ' Lambda expression to clean a single glitter line.
+ ' Keywords and vocabulary files are processed as in regular scripts.
+ ' No commands are processed.
+ Dim CleanString = Function(RawString As String) As String
+ RawString = PoundClean(RawString)
+
+ Dim SplitArray() As String = Split(RawString)
+ For i As Integer = SplitArray.Length - 1 To 0 Step -1
+ If SplitArray(i).Contains("@") Then
+ SplitArray(i) = SplitArray(i).Replace(SplitArray(i), "")
+ End If
+ If FrmSettings.CBHimHer.Checked = True Then
+ If SplitArray(i) = "He" Then SplitArray(i) = SplitArray(i).Replace("He", "She")
+ If SplitArray(i) = "he" Then SplitArray(i) = SplitArray(i).Replace("he", "she")
+ If SplitArray(i) = "Him" Then SplitArray(i) = SplitArray(i).Replace("Him", "Her")
+ If SplitArray(i) = "him" Then SplitArray(i) = SplitArray(i).Replace("him", "her")
+ If SplitArray(i) = "His" Then SplitArray(i) = SplitArray(i).Replace("His", "Her")
+ If SplitArray(i) = "his" Then SplitArray(i) = SplitArray(i).Replace("his", "her")
+ End If
+ Next
+ Return Join(SplitArray)
+ End Function
+
+
+ ssh.StatusText = CleanString(Lines(0))
+ Lines.RemoveAt(0)
+
+ ' ################## Set Contact updates ######################
+
+ ' Lambda expression to get a clean glitter line.
+ Dim GetLine = Function(id As Integer) As String
+ ' Get available lines for given contact
+ Dim Pool As List(Of String) = StatusClean(id, Lines)
+TryAgain:
+ Dim RtnVal As String = ">"
+
+ If Pool.Count > 0 Then
+ ' Get random line, and remove it from orignal list, to avoid duplicates.
+ RtnVal = Pool(New Random().Next(0, Pool.Count))
+ Lines.Remove(RtnVal)
+ Pool.Remove(RtnVal)
+
+ ' Replace Keywords and Vocabularies.
+ RtnVal = CleanString(RtnVal)
+
+ ' Check if the result is empty
+ If String.IsNullOrWhiteSpace(RtnVal) Then GoTo TryAgain
+ End If
+
+ Return RtnVal
+ End Function
+
+ ssh.StatusText1 = GetLine(1)
+ ssh.StatusText2 = GetLine(2)
+ ssh.StatusText3 = GetLine(3)
+
+ ssh.StatusChance1 = ssh.randomizer.Next(1, 101)
+ ssh.StatusChance2 = ssh.randomizer.Next(1, 101)
+ ssh.StatusChance3 = ssh.randomizer.Next(1, 101)
+
+ ' ################## Begin status update ######################
+ GlitterSendPost(0, ssh.StatusText)
+
+ ssh.UpdateStageTick = ssh.randomizer.Next(10, 21)
+ ssh.UpdatingPost = True
+ UpdateStageTimer.Start()
+
+ End Sub
+
+ Public Function StatusClean(contactNumber As Integer, ByVal ListClean As List(Of String)) As List(Of String)
+ Dim Exclude, RtnList As New List(Of String)
+
+ ' Create a copy of the initial list.
+ RtnList = ListClean.ConvertAll(Function(x) x)
+
+ If contactNumber = 1 Then
+ Exclude.AddRange({"@Contact2", "@Contact3"})
+ ElseIf contactNumber = 2 Then
+ Exclude.AddRange({"@Contact1", "@Contact3"})
+ ElseIf contactNumber = 3 Then
+ Exclude.AddRange({"@Contact1", "@Contact2"})
+ End If
+
+ RtnList.RemoveAll(Function(x)
+ For Each item In Exclude
+ If x.Contains(item) Then Return True
+ Next
+ Return False
+ End Function)
+ Return RtnList
+ End Function
+
+ Private Sub UpdatesTimer_Tick(sender As System.Object, e As System.EventArgs) Handles UpdatesTimer.Tick
+ If FrmSettings.CBSettingsPause.Checked = True And FrmSettings.SettingsPanel.Visible = True Then Exit Sub
+
+ 'If ssh.UpdateStageTick > 5 Then ssh.UpdateStageTick = 3
+ 'If ssh.UpdatesTick > 5 Then ssh.UpdatesTick = 3
+
+ If My.Settings.CBGlitterFeed = False Then Exit Sub
+ If ssh.UpdatingPost = True Then Exit Sub
+
+ ssh.UpdatesTick -= 1
+
+ If ssh.UpdatesTick > 0 Then Exit Sub
+
+ ssh.UpdatesTick = 1080 / My.Settings.GlitterDSlider
+
+ If ssh.UpdateList.Count < 1 Then
+ Dim Lazytext As String = Application.StartupPath & "\Scripts\" & dompersonalitycombobox.Text
+
+ Dim FolderList, FileList As New List(Of String)
+
+ If My.Settings.CBTease Then FolderList.Add(Lazytext & "\Apps\Glitter\Tease\")
+ If My.Settings.CBEgotist Then FolderList.Add(Lazytext & "\Apps\Glitter\Egotist\")
+ If My.Settings.CBTrivia Then FolderList.Add(Lazytext & "\Apps\Glitter\Trivia\")
+ If My.Settings.CBDaily Then FolderList.Add(Lazytext & "\Apps\Glitter\Daily\")
+ If My.Settings.CBCustom1 Then FolderList.Add(Lazytext & "\Apps\Glitter\Custom 1\")
+ If My.Settings.CBCustom2 Then FolderList.Add(Lazytext & "\Apps\Glitter\Custom 2\")
+
+ For Each Folder As String In FolderList
+ For Each FoundFile As String In My.Computer.FileSystem.GetFiles(Folder, FileIO.SearchOption.SearchTopLevelOnly, "*.txt")
+ FileList.Add(FoundFile)
+ Next
+ Next
+
+ If FileList.Count < 1 Then
+ My.Settings.CBGlitterFeed = False
+ MessageBox.Show(Me, "Tease AI attempted to create a Glitter update, but no files were found! Please make sure at least one category containing Glitter txt files has been selected." & Environment.NewLine _
+ & Environment.NewLine & "Glitter feed has been automatically disabled.", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Hand)
+ Return
+ End If
+
+ For i As Integer = 0 To ssh.UpdateList.Count - 1
+ Debug.Print(i & ". " & ssh.UpdateList(i))
+ Next
+
+ ssh.UpdateList.Add(FileList(ssh.randomizer.Next(0, FileList.Count)))
+ End If
+ StatusUpdatePost()
+
+ End Sub
+
+ Private Sub UpdateStageTimer_Tick(sender As System.Object, e As System.EventArgs) Handles UpdateStageTimer.Tick
+ If FrmSettings.CBSettingsPause.Checked = True And FrmSettings.SettingsPanel.Visible = True Then Return
+ ssh.UpdateStageTick -= 1
+
+ If ssh.UpdateStageTick < 1 Then
+
+ UpdateStageTimer.Stop()
+
+ReRoll:
+ ssh.TempVal = ssh.randomizer.Next(1, 4)
+
+
+ If ssh.TempVal = 1 And ssh.StatusText1(0) <> ">" Then
+ ' ##################### Contact1 Post #########################
+ If ssh.StatusChance1 < My.Settings.Glitter1Slider * 10 And My.Settings.CBGlitter1 = True Then
+ GlitterSendPost(1, ssh.StatusText1)
+ End If
+ ssh.StatusText1 = ">" & ssh.StatusText1
+
+ ElseIf ssh.TempVal = 2 And ssh.StatusText2(0) <> ">" Then
+ ' ##################### Contact2 Post #########################
+ If ssh.StatusChance2 < My.Settings.Glitter2Slider * 10 And My.Settings.CBGlitter2 = True Then
+ GlitterSendPost(2, ssh.StatusText2)
+ End If
+ ssh.StatusText2 = ">" & ssh.StatusText2
+
+ ElseIf ssh.TempVal = 3 And ssh.StatusText3(0) <> ">" Then
+ ' ##################### Contact3 Post #########################
+ If ssh.StatusChance3 < My.Settings.Glitter3Slider * 10 And My.Settings.CBGlitter3 = True Then
+ GlitterSendPost(3, ssh.StatusText3)
+ End If
+ ssh.StatusText3 = ">" & ssh.StatusText3
+
+ Else
+ GoTo ReRoll
+ End If
+
+
+ If ssh.StatusText1(0) = ">" And ssh.StatusText2(0) = ">" And ssh.StatusText3(0) = ">" Then
+ ssh.UpdatingPost = False
+ Else
+ ssh.UpdateStageTick = ssh.randomizer.Next(10, 21)
+ UpdateStageTimer.Start()
+ End If
+ End If
+ End Sub
+
+ Private Sub StatusUpdates_DocumentCompleted(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles StatusUpdates.DocumentCompleted
+ Try
+ StatusUpdates.Document.Window.ScrollTo(Int16.MaxValue, Int16.MaxValue)
+ Catch
+ End Try
+ End Sub
+
+#End Region ' GlitterFeeds APP
#Region "------------------------------------------------------ Lazy-Sub ------------------------------------------------------"
- Private Sub Button25_Click(sender As System.Object, e As System.EventArgs) Handles BTNStop.Click, Button7.Click
+ Private Sub Button25_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNStop.Click, Button7.Click
chatBox.Text = "Let me stop"
sendButton.PerformClick()
End Sub
- Private Sub BTNYes_Click(sender As System.Object, e As System.EventArgs) Handles BTNYes.Click, Button2.Click
+ Private Sub BTNYes_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNYes.Click, Button2.Click
Try
- chatBox.Text = "Yes " & FrmSettings.TBHonorific.Text
+ chatBox.Text = "Yes " & ssh.tempHonorific
Catch
chatBox.Text = "Yes"
End Try
@@ -19375,9 +17433,9 @@ restartInstantly:
sendButton.PerformClick()
End Sub
- Private Sub BTNNo_Click(sender As System.Object, e As System.EventArgs) Handles BTNNo.Click, Button3.Click
+ Private Sub BTNNo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNNo.Click, Button3.Click
Try
- chatBox.Text = "No " & FrmSettings.TBHonorific.Text
+ chatBox.Text = "No " & ssh.tempHonorific
Catch
chatBox.Text = "No"
End Try
@@ -19385,32 +17443,32 @@ restartInstantly:
sendButton.PerformClick()
End Sub
- Private Sub BTNEdge_Click(sender As System.Object, e As System.EventArgs) Handles BTNEdge.Click, Button4.Click
+ Private Sub BTNEdge_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNEdge.Click, Button4.Click
chatBox.Text = "On the edge"
sendButton.PerformClick()
End Sub
- Private Sub BTNSpeedUp_Click(sender As System.Object, e As System.EventArgs) Handles BTNSpeedUp.Click, Button8.Click
+ Private Sub BTNSpeedUp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNSpeedUp.Click, Button8.Click
chatBox.Text = "Let me speed up"
sendButton.PerformClick()
End Sub
- Private Sub BTNSlowDown_Click(sender As System.Object, e As System.EventArgs) Handles BTNSlowDown.Click, Button5.Click
+ Private Sub BTNSlowDown_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNSlowDown.Click, Button5.Click
chatBox.Text = "Let me slow down"
sendButton.PerformClick()
End Sub
- Private Sub BTNStroke_Click(sender As System.Object, e As System.EventArgs) Handles BTNStroke.Click, Button6.Click
+ Private Sub BTNStroke_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNStroke.Click, Button6.Click
chatBox.Text = "May I start stroking?"
sendButton.PerformClick()
End Sub
- Private Sub BTNAskToCum_Click(sender As System.Object, e As System.EventArgs) Handles BTNAskToCum.Click, Button9.Click
- chatBox.Text = "Please let me cum!"
+ Private Sub BTNAskToCum_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNAskToCum.Click, Button9.Click
+ chatBox.Text = "Please let me cum " & ssh.tempHonorific
sendButton.PerformClick()
End Sub
- Private Sub BTNGreeting_Click(sender As System.Object, e As System.EventArgs) Handles BTNGreeting.Click, Button10.Click
+ Private Sub BTNGreeting_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNGreeting.Click, Button10.Click
If ssh.SaidHello = True Then
ssh.LockImage = False
@@ -19424,7 +17482,7 @@ restartInstantly:
End If
Try
- chatBox.Text = "Hello " & FrmSettings.TBHonorific.Text
+ chatBox.Text = "Hello " & ssh.tempHonorific
Catch
chatBox.Text = "Hello"
End Try
@@ -19432,7 +17490,7 @@ restartInstantly:
sendButton.PerformClick()
End Sub
- Private Sub BTNSafeword_Click(sender As System.Object, e As System.EventArgs) Handles BTNSafeword.Click, Button11.Click
+ Private Sub BTNSafeword_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNSafeword.Click, Button11.Click
Try
chatBox.Text = FrmSettings.TBSafeword.Text
Catch
@@ -19442,7 +17500,7 @@ restartInstantly:
sendButton.PerformClick()
End Sub
- Private Sub CBHideShortcuts_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBHideShortcuts.CheckedChanged
+ Private Sub CBHideShortcuts_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBHideShortcuts.CheckedChanged
If FormLoading = False Then
GetShortcutChecked()
My.Settings.ShowShortcuts = CBHideShortcuts.Checked
@@ -19451,103 +17509,75 @@ restartInstantly:
Public Sub GetShortcutChecked()
- If CBHideShortcuts.Checked = True Then
- TBShortYes.Visible = False
- TBShortNo.Visible = False
- TBShortEdge.Visible = False
- TBShortSpeedUp.Visible = False
- TBShortSlowDown.Visible = False
- TBShortStop.Visible = False
- TBShortStroke.Visible = False
- TBShortCum.Visible = False
- TBShortGreet.Visible = False
- TBShortSafeword.Visible = False
-
-
- BTNLS1.Width = 214
- BTNLS2.Width = 214
- BTNLS3.Width = 214
- BTNLS4.Width = 214
- BTNLS5.Width = 214
-
- BTNLS1Edit.Visible = False
- BTNLS2Edit.Visible = False
- BTNLS3Edit.Visible = False
- BTNLS4Edit.Visible = False
- BTNLS5Edit.Visible = False
-
- Else
-
- TBShortYes.Visible = True
- TBShortNo.Visible = True
- TBShortEdge.Visible = True
- TBShortSpeedUp.Visible = True
- TBShortSlowDown.Visible = True
- TBShortStop.Visible = True
- TBShortStroke.Visible = True
- TBShortCum.Visible = True
- TBShortGreet.Visible = True
- TBShortSafeword.Visible = True
+ TBShortYes.Visible = Not CBHideShortcuts.Checked
+ TBShortNo.Visible = Not CBHideShortcuts.Checked
+ TBShortEdge.Visible = Not CBHideShortcuts.Checked
+ TBShortSpeedUp.Visible = Not CBHideShortcuts.Checked
+ TBShortSlowDown.Visible = Not CBHideShortcuts.Checked
+ TBShortStop.Visible = Not CBHideShortcuts.Checked
+ TBShortStroke.Visible = Not CBHideShortcuts.Checked
+ TBShortCum.Visible = Not CBHideShortcuts.Checked
+ TBShortGreet.Visible = Not CBHideShortcuts.Checked
+ TBShortSafeword.Visible = Not CBHideShortcuts.Checked
- BTNLS1.Width = 163
- BTNLS2.Width = 163
- BTNLS3.Width = 163
- BTNLS4.Width = 163
- BTNLS5.Width = 163
- BTNLS1Edit.Visible = True
- BTNLS2Edit.Visible = True
- BTNLS3Edit.Visible = True
- BTNLS4Edit.Visible = True
- BTNLS5Edit.Visible = True
+ BTNLS1.Width = If(CBHideShortcuts.Checked, 214, 163)
+ BTNLS2.Width = If(CBHideShortcuts.Checked, 214, 163)
+ BTNLS3.Width = If(CBHideShortcuts.Checked, 214, 163)
+ BTNLS4.Width = If(CBHideShortcuts.Checked, 214, 163)
+ BTNLS5.Width = If(CBHideShortcuts.Checked, 214, 163)
- End If
+ BTNLS1Edit.Visible = Not CBHideShortcuts.Checked
+ BTNLS2Edit.Visible = Not CBHideShortcuts.Checked
+ BTNLS3Edit.Visible = Not CBHideShortcuts.Checked
+ BTNLS4Edit.Visible = Not CBHideShortcuts.Checked
+ BTNLS5Edit.Visible = Not CBHideShortcuts.Checked
End Sub
- Private Sub CBShortcuts_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBShortcuts.CheckedChanged
+ Private Sub CBShortcuts_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBShortcuts.CheckedChanged
If FormLoading = False Then
My.Settings.Shortcuts = CBShortcuts.Checked
End If
End Sub
- Private Sub TBShortYes_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortYes.LostFocus
+ Private Sub TBShortYes_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortYes.LostFocus
My.Settings.ShortYes = TBShortYes.Text
End Sub
- Private Sub TBShortNo_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortNo.LostFocus
+ Private Sub TBShortNo_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortNo.LostFocus
My.Settings.ShortNo = TBShortNo.Text
End Sub
- Private Sub TBShortEdge_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortEdge.LostFocus
+ Private Sub TBShortEdge_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortEdge.LostFocus
My.Settings.ShortEdge = TBShortEdge.Text
End Sub
- Private Sub TBShortSpeedUp_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortSpeedUp.LostFocus
+ Private Sub TBShortSpeedUp_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortSpeedUp.LostFocus
My.Settings.ShortSpeedUp = TBShortSpeedUp.Text
End Sub
- Private Sub TBShortSlowDown_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortSlowDown.LostFocus
+ Private Sub TBShortSlowDown_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortSlowDown.LostFocus
My.Settings.ShortSlowDown = TBShortSlowDown.Text
End Sub
- Private Sub TBShortStop_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortStop.LostFocus
+ Private Sub TBShortStop_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortStop.LostFocus
My.Settings.ShortStop = TBShortStop.Text
End Sub
- Private Sub TBShortStroke_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortStroke.LostFocus
+ Private Sub TBShortStroke_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortStroke.LostFocus
My.Settings.ShortStroke = TBShortStroke.Text
End Sub
- Private Sub TBShortCum_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortCum.LostFocus
+ Private Sub TBShortCum_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortCum.LostFocus
My.Settings.ShortCum = TBShortCum.Text
End Sub
- Private Sub TBShortGreet_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortGreet.LostFocus
+ Private Sub TBShortGreet_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortGreet.LostFocus
My.Settings.ShortGreet = TBShortGreet.Text
End Sub
- Private Sub TBShortSafeword_LostFocus(sender As Object, e As System.EventArgs) Handles TBShortSafeword.LostFocus
+ Private Sub TBShortSafeword_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TBShortSafeword.LostFocus
My.Settings.ShortSafeword = TBShortSafeword.Text
End Sub
@@ -19559,7 +17589,7 @@ restartInstantly:
End Sub
- Private Sub BTNLS1_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS1.Click
+ Private Sub BTNLS1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNLS1.Click
If BTNLS1.Text <> "" Then
@@ -19570,37 +17600,46 @@ restartInstantly:
End Sub
- Private Sub BTNLS1Edit_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS1Edit.Click
+ Private Sub BtnLsEdit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNLS1Edit.Click, BTNLS2Edit.Click, BTNLS3Edit.Click, BTNLS4Edit.Click, BTNLS5Edit.Click
+ Dim TextToSet As String = ""
+ If sender Is BTNLS1Edit Then
+ TextToSet = My.Settings.LS1
+ ElseIf sender Is BTNLS2Edit Then
+ TextToSet = My.Settings.LS2
+ ElseIf sender Is BTNLS3Edit Then
+ TextToSet = My.Settings.LS3
+ ElseIf sender Is BTNLS4Edit Then
+ TextToSet = My.Settings.LS4
+ ElseIf sender Is BTNLS5Edit Then
+ TextToSet = My.Settings.LS5
+ Else
+ Exit Sub
+ End If
- LazyEdit2 = False
- LazyEdit3 = False
- LazyEdit4 = False
- LazyEdit5 = False
+ TextToSet = InputBox("Enter a text to set.", "Set custom Lazy Sub Text", TextToSet)
- BTNLS2Edit.BackColor = My.Settings.ButtonColor
- BTNLS2Edit.ForeColor = My.Settings.TextColor
- BTNLS3Edit.BackColor = My.Settings.ButtonColor
- BTNLS3Edit.ForeColor = My.Settings.TextColor
- BTNLS4Edit.BackColor = My.Settings.ButtonColor
- BTNLS4Edit.ForeColor = My.Settings.TextColor
- BTNLS5Edit.BackColor = My.Settings.ButtonColor
- BTNLS5Edit.ForeColor = My.Settings.TextColor
+ If TextToSet.Trim = "" Then
+ MessageBox.Show("Setting new Lazy Sub text has been aborted.", "Abort", MessageBoxButtons.OK, MessageBoxIcon.Information)
+ Exit Sub
+ End If
+ If sender Is BTNLS1Edit Then
+ My.Settings.LS1 = TextToSet
+ ElseIf sender Is BTNLS2Edit Then
+ My.Settings.LS2 = TextToSet
+ ElseIf sender Is BTNLS3Edit Then
+ My.Settings.LS3 = TextToSet
+ ElseIf sender Is BTNLS4Edit Then
+ My.Settings.LS4 = TextToSet
+ ElseIf sender Is BTNLS5Edit Then
+ My.Settings.LS5 = TextToSet
- If LazyEdit1 = False Then
- BTNLS1Edit.BackColor = Color.ForestGreen
- BTNLS1Edit.ForeColor = Color.White
- LazyEdit1 = True
- Else
- BTNLS1Edit.BackColor = My.Settings.ButtonColor
- BTNLS1Edit.ForeColor = My.Settings.TextColor
- LazyEdit1 = False
End If
End Sub
- Private Sub BTNLS2_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS2.Click
+ Private Sub BTNLS2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNLS2.Click
If BTNLS2.Text <> "" Then
@@ -19611,36 +17650,7 @@ restartInstantly:
End Sub
- Private Sub BTNLS2Edit_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS2Edit.Click
-
-
- LazyEdit1 = False
- LazyEdit3 = False
- LazyEdit4 = False
- LazyEdit5 = False
-
- BTNLS1Edit.BackColor = My.Settings.ButtonColor
- BTNLS1Edit.ForeColor = My.Settings.TextColor
- BTNLS3Edit.BackColor = My.Settings.ButtonColor
- BTNLS3Edit.ForeColor = My.Settings.TextColor
- BTNLS4Edit.BackColor = My.Settings.ButtonColor
- BTNLS4Edit.ForeColor = My.Settings.TextColor
- BTNLS5Edit.BackColor = My.Settings.ButtonColor
- BTNLS5Edit.ForeColor = My.Settings.TextColor
-
- If LazyEdit2 = False Then
- BTNLS2Edit.BackColor = Color.ForestGreen
- BTNLS2Edit.ForeColor = Color.White
- LazyEdit2 = True
- Else
- BTNLS2Edit.BackColor = My.Settings.ButtonColor
- BTNLS2Edit.ForeColor = My.Settings.TextColor
- LazyEdit2 = False
- End If
-
- End Sub
-
- Private Sub BTNLS3_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS3.Click
+ Private Sub BTNLS3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNLS3.Click
If BTNLS3.Text <> "" Then
@@ -19651,37 +17661,7 @@ restartInstantly:
End Sub
- Private Sub BTNLS3Edit_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS3Edit.Click
-
-
- LazyEdit2 = False
- LazyEdit1 = False
- LazyEdit4 = False
- LazyEdit5 = False
-
- BTNLS2Edit.BackColor = My.Settings.ButtonColor
- BTNLS2Edit.ForeColor = My.Settings.TextColor
- BTNLS1Edit.BackColor = My.Settings.ButtonColor
- BTNLS1Edit.ForeColor = My.Settings.TextColor
- BTNLS4Edit.BackColor = My.Settings.ButtonColor
- BTNLS4Edit.ForeColor = My.Settings.TextColor
- BTNLS5Edit.BackColor = My.Settings.ButtonColor
- BTNLS5Edit.ForeColor = My.Settings.TextColor
-
-
- If LazyEdit3 = False Then
- BTNLS3Edit.BackColor = Color.ForestGreen
- BTNLS3Edit.ForeColor = Color.White
- LazyEdit3 = True
- Else
- BTNLS3Edit.BackColor = My.Settings.ButtonColor
- BTNLS3Edit.ForeColor = My.Settings.TextColor
- LazyEdit3 = False
- End If
-
- End Sub
-
- Private Sub BTNLS4_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS4.Click
+ Private Sub BTNLS4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNLS4.Click
If BTNLS4.Text <> "" Then
@@ -19692,37 +17672,7 @@ restartInstantly:
End Sub
- Private Sub BTNLS4Edit_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS4Edit.Click
-
-
- LazyEdit2 = False
- LazyEdit3 = False
- LazyEdit1 = False
- LazyEdit5 = False
-
- BTNLS2Edit.BackColor = My.Settings.ButtonColor
- BTNLS2Edit.ForeColor = My.Settings.TextColor
- BTNLS3Edit.BackColor = My.Settings.ButtonColor
- BTNLS3Edit.ForeColor = My.Settings.TextColor
- BTNLS1Edit.BackColor = My.Settings.ButtonColor
- BTNLS1Edit.ForeColor = My.Settings.TextColor
- BTNLS5Edit.BackColor = My.Settings.ButtonColor
- BTNLS5Edit.ForeColor = My.Settings.TextColor
-
-
- If LazyEdit4 = False Then
- BTNLS4Edit.BackColor = Color.ForestGreen
- BTNLS4Edit.ForeColor = Color.White
- LazyEdit4 = True
- Else
- BTNLS4Edit.BackColor = My.Settings.ButtonColor
- BTNLS4Edit.ForeColor = My.Settings.TextColor
- LazyEdit4 = False
- End If
-
- End Sub
-
- Private Sub BTNLS5_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS5.Click
+ Private Sub BTNLS5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNLS5.Click
If BTNLS5.Text <> "" Then
@@ -19733,40 +17683,12 @@ restartInstantly:
End Sub
- Private Sub BTNLS5Edit_Click(sender As System.Object, e As System.EventArgs) Handles BTNLS5Edit.Click
-
-
- LazyEdit2 = False
- LazyEdit3 = False
- LazyEdit4 = False
- LazyEdit1 = False
-
- BTNLS2Edit.BackColor = My.Settings.ButtonColor
- BTNLS2Edit.ForeColor = My.Settings.TextColor
- BTNLS3Edit.BackColor = My.Settings.ButtonColor
- BTNLS3Edit.ForeColor = My.Settings.TextColor
- BTNLS4Edit.BackColor = My.Settings.ButtonColor
- BTNLS4Edit.ForeColor = My.Settings.TextColor
- BTNLS1Edit.BackColor = My.Settings.ButtonColor
- BTNLS1Edit.ForeColor = My.Settings.TextColor
-
- If LazyEdit5 = False Then
- BTNLS5Edit.BackColor = Color.ForestGreen
- BTNLS5Edit.ForeColor = Color.White
- LazyEdit5 = True
- Else
- BTNLS5Edit.BackColor = My.Settings.ButtonColor
- BTNLS5Edit.ForeColor = My.Settings.TextColor
- LazyEdit5 = False
- End If
-
- End Sub
-#End Region ' Lazy-Sub
+#End Region ' Lazy-Sub
#Region "-------------------------------------------------- Randomizer-App ----------------------------------------------------"
- Private Sub BTNRandomBlog_Click(sender As System.Object, e As System.EventArgs) Handles BTNRandomBlog.Click
+ Private Sub BTNRandomBlog_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomBlog.Click
BTNRandomBlog.Enabled = False
ShowImage(GetRandomImage(ImageGenre.Blog), True)
@@ -19775,7 +17697,7 @@ restartInstantly:
BTNRandomBlog.Enabled = True
End Sub
- Private Sub BTNRandomLocal_Click(sender As System.Object, e As System.EventArgs) Handles BTNRandomLocal.Click
+ Private Sub BTNRandomLocal_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomLocal.Click
BTNRandomLocal.Enabled = False
ShowImage(GetRandomImage(ImageSourceType.Local), True)
@@ -19784,22 +17706,24 @@ restartInstantly:
BTNRandomLocal.Enabled = True
End Sub
- Private Sub BTNRandomVideo_Click(sender As System.Object, e As System.EventArgs) Handles BTNRandomVideo.Click
+ Private Sub BTNRandomVideo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomVideo.Click
ssh.RandomizerVideo = True
+ ssh.VideoGenre = "ALL"
RandomVideo()
ssh.RandomizerVideo = False
End Sub
- Private Sub BTNRandomJOI_Click(sender As System.Object, e As System.EventArgs) Handles BTNRandomJOI.Click
+ Private Sub BTNRandomJOI_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomJOI.Click
PlayRandomJOI()
End Sub
- Private Sub BTNRandomCS_Click(sender As System.Object, e As System.EventArgs) Handles BTNRandomCS.Click
+ Private Sub BTNRandomCS_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomCS.Click
ssh.SaidHello = True
ssh.RandomizerVideoTease = True
ssh.ScriptVideoTease = "Censorship Sucks"
ssh.ScriptVideoTeaseFlag = True
+ ssh.VideoGenre = "ALL"
RandomVideo()
ssh.ScriptVideoTeaseFlag = False
ssh.CensorshipGame = True
@@ -19808,7 +17732,7 @@ restartInstantly:
CensorshipTimer.Start()
End Sub
- Private Sub BTNRandomAtE_Click(sender As System.Object, e As System.EventArgs) Handles BTNRandomAtE.Click
+ Private Sub BTNRandomAtE_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomAtE.Click
ssh.SaidHello = True
ssh.RandomizerVideoTease = True
@@ -19821,6 +17745,7 @@ restartInstantly:
ssh.ScriptVideoTeaseFlag = True
ssh.AvoidTheEdgeStroking = True
ssh.AvoidTheEdgeGame = True
+ ssh.VideoGenre = "ALL"
RandomVideo()
ssh.ScriptVideoTeaseFlag = False
ssh.VideoTease = True
@@ -19832,7 +17757,7 @@ restartInstantly:
End Sub
- Private Sub BTNRandomRLGL_Click(sender As System.Object, e As System.EventArgs) Handles BTNRandomRLGL.Click
+ Private Sub BTNRandomRLGL_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomRLGL.Click
ssh.SaidHello = True
ssh.RandomizerVideoTease = True
@@ -19843,6 +17768,7 @@ restartInstantly:
ssh.ScriptVideoTeaseFlag = True
'AvoidTheEdgeStroking = True
ssh.RLGLGame = True
+ ssh.VideoGenre = "ALL"
RandomVideo()
ssh.ScriptVideoTeaseFlag = False
ssh.VideoTease = True
@@ -19856,7 +17782,7 @@ restartInstantly:
End Sub
- Private Sub BTNRandomCH_Click_1(sender As System.Object, e As System.EventArgs) Handles BTNRandomCH.Click
+ Private Sub BTNRandomCH_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNRandomCH.Click
PlayRandomCH()
End Sub
@@ -19869,7 +17795,7 @@ restartInstantly:
''' There is no need for parameter Sender and e.
''' Only for Designer Compatiblity with Butten Clicks.
''' Rethrows all exceptions to catcher, as long sender is nothing.
- Private Sub VideoJump2Random(sender As System.Object, e As System.EventArgs) Handles Button12.Click
+ Private Sub VideoJump2Random(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button12.Click
Try
If DomWMP.currentPlaylist.count = 0 Then Throw New Exception("No Video playing - can't jump.")
@@ -19900,7 +17826,7 @@ restartInstantly:
#Region "--------------------------------------------------- Wishlist APP -----------------------------------------------------"
- Private Sub BTNPlaylist_Click(sender As System.Object, e As System.EventArgs) Handles BTNPlaylist.Click
+ Private Sub BTNPlaylist_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNPlaylist.Click
If LBPlaylist.SelectedItems.Count = 0 Then
MessageBox.Show(Me, "Please select a Playlist first!", "Warning!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
Return
@@ -19918,7 +17844,7 @@ restartInstantly:
ssh.PlaylistFile = StripBlankLines(ssh.PlaylistFile)
ssh.PlaylistCurrent = 0
Try
- chatBox.Text = "Hello " & FrmSettings.TBHonorific.Text
+ chatBox.Text = "Hello " & ssh.tempHonorific
Catch
chatBox.Text = "Hello"
End Try
@@ -19928,7 +17854,7 @@ restartInstantly:
BTNPlaylist.Enabled = False
End Sub
- Private Sub BTNWishlist_Click(sender As System.Object, e As System.EventArgs) Handles BTNWishlist.Click
+ Private Sub BTNWishlist_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNWishlist.Click
If ssh.SaidHello = True Then
MessageBox.Show(Me, "Please wait until you are not engaged with your domme to use this feature!", "Warning!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
@@ -19943,7 +17869,7 @@ restartInstantly:
ssh.SilverTokens -= Val(LBLWishlistCost.Text)
My.Settings.SilverTokens = ssh.SilverTokens
- 'LBLWishListText.Text = "You purchased this item for " & domName.Text & " on " & CDate(DateString) & "."
+ 'LBLWishListText.Text = "You purchased this item for " & ssh.tempDomName & " on " & CDate(DateString) & "."
'My.Settings.WishlistNote = LBLWishListText.Text
My.Settings.ClearWishlist = True
@@ -19957,7 +17883,7 @@ restartInstantly:
LBLWishListName.Text = ""
WishlistPreview.Visible = False
LBLWishlistCost.Text = ""
- LBLWishListText.Text = "Thank you for your purchase! " & domName.Text & " has been notified of your generous gift. Please check back again tomorrow for a new item!"
+ LBLWishListText.Text = "Thank you for your purchase! " & ssh.tempDomName & " has been notified of your generous gift. Please check back again tomorrow for a new item!"
BTNWishlist.Enabled = False
BTNWishlist.Text = ""
@@ -20031,7 +17957,7 @@ restartInstantly:
#Region "------------------------------------------------- Hypno-Guide App ----------------------------------------------------"
- Private Sub BTNHypnoGenStart_Click(sender As System.Object, e As System.EventArgs) Handles BTNHypnoGenStart.Click
+ Private Sub BTNHypnoGenStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNHypnoGenStart.Click
@@ -20094,7 +18020,7 @@ restartInstantly:
End Sub
- Private Sub CBHypnoGenSlideshow_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBHypnoGenSlideshow.CheckedChanged
+ Private Sub CBHypnoGenSlideshow_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBHypnoGenSlideshow.CheckedChanged
If FormLoading = False Then
If CBHypnoGenSlideshow.Checked = True Then
LBHypnoGenSlideshow.Enabled = True
@@ -20104,7 +18030,7 @@ restartInstantly:
End If
End Sub
- Private Sub CBHypnoGenInduction_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBHypnoGenInduction.CheckedChanged
+ Private Sub CBHypnoGenInduction_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBHypnoGenInduction.CheckedChanged
If FormLoading = False Then
If CBHypnoGenInduction.Checked = True Then
LBHypnoGenInduction.Enabled = True
@@ -20114,7 +18040,7 @@ restartInstantly:
End If
End Sub
- Private Sub CBHypnoGenNoText_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBHypnoGenNoText.CheckedChanged
+ Private Sub CBHypnoGenNoText_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBHypnoGenNoText.CheckedChanged
End Sub
@@ -20122,7 +18048,7 @@ restartInstantly:
#Region "--------------------------------------------------- VitalSub APP -----------------------------------------------------"
- Private Sub BTNExercise_Click(sender As System.Object, e As System.EventArgs) Handles BTNExercise.Click
+ Private Sub BTNExercise_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNExercise.Click
If TBExercise.Text <> "" Then
CLBExercise.Items.Add(TBExercise.Text)
TBExercise.Text = ""
@@ -20130,7 +18056,7 @@ restartInstantly:
End If
End Sub
- Private Sub BTNCalorie_Click(sender As System.Object, e As System.EventArgs) Handles BTNCalorie.Click
+ Private Sub BTNCalorie_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNCalorie.Click
If TBCalorieItem.Text <> "" And TBCalorieAmount.Text <> "" Then
Dim CalorieString As String
CalorieString = TBCalorieItem.Text & " " & TBCalorieAmount.Text & " Calories"
@@ -20166,11 +18092,11 @@ restartInstantly:
End If
End Sub
- Private Sub ComboBoxCalorie_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles ComboBoxCalorie.SelectedIndexChanged
+ Private Sub ComboBoxCalorie_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBoxCalorie.SelectedIndexChanged
End Sub
- Private Sub ComboBoxCalorie_SelectionChangeCommitted(sender As Object, e As System.EventArgs) Handles ComboBoxCalorie.SelectionChangeCommitted
+ Private Sub ComboBoxCalorie_SelectionChangeCommitted(ByVal sender As Object, ByVal e As System.EventArgs) Handles ComboBoxCalorie.SelectionChangeCommitted
If Not ComboBoxCalorie.SelectedItem Is Nothing Then
Dim CalorieString As String = ComboBoxCalorie.SelectedItem
LBCalorie.Items.Add(CalorieString)
@@ -20191,11 +18117,11 @@ restartInstantly:
End If
End Sub
- Private Sub CLBExercise_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles CLBExercise.SelectedIndexChanged, CLBExercise.LostFocus
+ Private Sub CLBExercise_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CLBExercise.SelectedIndexChanged, CLBExercise.LostFocus
SaveExercise()
End Sub
- Private Sub CBVitalSub_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBVitalSub.CheckedChanged
+ Private Sub CBVitalSub_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBVitalSub.CheckedChanged
If CBVitalSub.Checked = True Then
CBVitalSub.ForeColor = Color.LightGreen
CBVitalSub.Text = "VitalSub Active"
@@ -20205,7 +18131,7 @@ restartInstantly:
End If
End Sub
- Private Sub CBVitalSub_LostFocus(sender As Object, e As System.EventArgs) Handles CBVitalSub.LostFocus
+ Private Sub CBVitalSub_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles CBVitalSub.LostFocus
If CBVitalSub.Checked = True Then
My.Settings.VitalSub = True
Else
@@ -20213,7 +18139,7 @@ restartInstantly:
End If
End Sub
- Private Sub LBCalorie_DoubleClick(sender As Object, e As System.EventArgs) Handles LBCalorie.DoubleClick
+ Private Sub LBCalorie_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles LBCalorie.DoubleClick
Dim CalorieString As String = LBCalorie.SelectedItem
@@ -20236,7 +18162,7 @@ restartInstantly:
End If
End Sub
- Private Sub BTNVitalSub_Click(sender As System.Object, e As System.EventArgs) Handles BTNVitalSub.Click
+ Private Sub BTNVitalSub_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNVitalSub.Click
If ssh.SaidHello = True Then
MessageBox.Show(Me, "Please wait until you are not engaged with the domme to make VitalSub reports!", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
Return
@@ -20309,21 +18235,22 @@ restartInstantly:
End If
End Sub
- Private Sub CLBExercise_DragLeave(sender As Object, e As System.EventArgs) Handles CLBExercise.DragLeave
+ Private Sub CLBExercise_DragLeave(ByVal sender As Object, ByVal e As System.EventArgs) Handles CLBExercise.DragLeave
CLBExercise.Items.Remove(CLBExercise.SelectedItem)
End Sub
- Private Sub CBVitalSubDomTask_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBVitalSubDomTask.CheckedChanged
+ Private Sub CBVitalSubDomTask_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBVitalSubDomTask.CheckedChanged
If FormLoading = False Then
My.Settings.VitalSubAssignments = CBVitalSubDomTask.Checked
End If
End Sub
-#End Region ' Vital Sub
+#End Region ' Vital Sub
Public Sub MetronomeTick()
-
+ '×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××
+ ' Metronome-Thread
Dim wavFilepath As String = Application.StartupPath & "\Audio\System\metronome.wav"
Dim MetroSoundPlayer As Media.SoundPlayer = Nothing
Dim wavStream As MemoryStream
@@ -20367,27 +18294,28 @@ playLoop:
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
'TODO: MetronomeExceptions: Add possibility to restart the thread.
End Try
+ '°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° END of Thread °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
End Sub
#Region "-------------------------------------------------- Metronome-App -----------------------------------------------------"
- Private Sub BTNMetroPreview1_Click(sender As System.Object, e As System.EventArgs) Handles BTNMetroPreview1.Click
+ Private Sub BTNMetroPreview1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNMetroPreview1.Click
If ssh.SubStroking = False Then StrokePace = NBMaxPace.Value
End Sub
- Private Sub BTNMetroPreview2_Click(sender As System.Object, e As System.EventArgs) Handles BTNMetroPreview2.Click
+ Private Sub BTNMetroPreview2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNMetroPreview2.Click
If ssh.SubStroking = False Then StrokePace = NBMinPace.Value
End Sub
- Private Sub BTNMetroStop1_Click(sender As System.Object, e As System.EventArgs) Handles BTNMetroStop1.Click
+ Private Sub BTNMetroStop1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNMetroStop1.Click
If ssh.SubStroking = False Then StrokePace = 0
End Sub
- Private Sub BTNMetroStop2_Click(sender As System.Object, e As System.EventArgs) Handles BTNMetroStop2.Click
+ Private Sub BTNMetroStop2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNMetroStop2.Click
If ssh.SubStroking = False Then StrokePace = 0
End Sub
- Private Sub NBMaxPace_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBMaxPace.ValueChanged
+ Private Sub NBMaxPace_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBMaxPace.ValueChanged
If FormLoading = False Then
If NBMaxPace.Value > NBMinPace.Value - 50 Then NBMaxPace.Value = NBMinPace.Value - 50
If ssh.SubStroking = False Then StrokePace = NBMaxPace.Value
@@ -20395,7 +18323,7 @@ playLoop:
End If
End Sub
- Private Sub NBMinPace_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBMinPace.ValueChanged
+ Private Sub NBMinPace_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBMinPace.ValueChanged
If FormLoading = False Then
If NBMinPace.Value < NBMaxPace.Value + 50 Then NBMinPace.Value = NBMaxPace.Value + 50
If ssh.SubStroking = False Then StrokePace = NBMinPace.Value
@@ -20403,7 +18331,7 @@ playLoop:
End If
End Sub
- Private Sub TimeoutTimer_Tick(sender As System.Object, e As System.EventArgs) Handles TimeoutTimer.Tick
+ Private Sub TimeoutTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TimeoutTimer.Tick
If FrmSettings.CBSettingsPause.Checked = True And FrmSettings.SettingsPanel.Visible = True Then Return
@@ -20419,7 +18347,6 @@ playLoop:
TimeoutTimer.Stop()
ssh.YesOrNo = False
ssh.InputFlag = False
-
ssh.SkipGotoLine = True
GetGoto()
@@ -20429,15 +18356,15 @@ playLoop:
End Sub
- Private Sub CBMetronome_LostFocus(sender As Object, e As System.EventArgs) Handles CBMetronome.LostFocus
+ Private Sub CBMetronome_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles CBMetronome.LostFocus
My.Settings.MetroOn = CBMetronome.Checked
End Sub
-#End Region ' Metronome App
+#End Region ' Metronome App
-#End Region ' Apps
+#End Region ' Apps
- Private Sub VideoTimer_Tick(sender As System.Object, e As System.EventArgs) Handles VideoTimer.Tick
+ Private Sub VideoTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles VideoTimer.Tick
If FrmSettings.CBSettingsPause.Checked = True And FrmSettings.SettingsPanel.Visible = True Then Return
@@ -20451,7 +18378,7 @@ playLoop:
End Sub
- Private Sub MultipleEdgesTimer_Tick(sender As System.Object, e As System.EventArgs) Handles MultipleEdgesTimer.Tick
+ Private Sub MultipleEdgesTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MultipleEdgesTimer.Tick
If ssh.DomTypeCheck = True Then Return
If FrmSettings.CBSettingsPause.Checked = True And FrmSettings.SettingsPanel.Visible = True Then Return
@@ -20460,6 +18387,8 @@ playLoop:
If ssh.MultipleEdgesTick < 1 Then
+ ssh.EdgeTauntInt = ssh.randomizer.Next(20, 31)
+
MultipleEdgesTimer.Stop()
ssh.DomChat = "#SYS_MultipleEdgesStart"
@@ -20565,27 +18494,16 @@ playLoop:
End Function
Public Sub ClearModes()
-
- ssh.EdgeGoto = False
- ssh.YesGoto = False
- ssh.NoGoto = False
- ssh.CameGoto = False
- ssh.RuinedGoto = False
- ssh.EdgeVideo = False
- ssh.YesVideo = False
- ssh.NoVideo_Mode = False
- ssh.CameVideo = False
- ssh.RuinedVideo = False
- ssh.EdgeMessage = False
- ssh.CameMessage = False
- ssh.RuinedMessage = False
+ ssh.edgeMode.Clear()
+ ssh.cameMode.Clear()
+ ssh.ruinMode.Clear()
+ ssh.yesMode.Clear()
+ ssh.noMode.Clear()
ssh.Modes.Clear()
-
-
End Sub
- Public Function GetMatch(ByVal Line As String, ByVal Command As String, Match As String) As Boolean
+ Public Function GetMatch(ByVal Line As String, ByVal Command As String, ByVal Match As String) As Boolean
Debug.Print("Line = " & Line)
Debug.Print("Command = " & Command)
@@ -20655,35 +18573,21 @@ playLoop:
End Sub
- Private Sub Button15_Click(sender As System.Object, e As System.EventArgs) Handles Button15.Click
+ Private Sub Button15_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button15.Click
My.Settings.SideChat = True
CloseApp(PNLChatBox2)
End Sub
Public Sub ClearWriteTask()
+ ssh.dontCheck = True
ssh.WritingTaskCurrentTime = 0
ssh.WritingTaskFlag = False
+ ssh.randomWriteTask = False
chatBox.ShortcutsEnabled = True
ChatBox2.ShortcutsEnabled = True
CloseApp(Nothing)
End Sub
- Public Sub ClearChat()
-
- ssh.Chat = ""
- ChatText.DocumentText = ssh.Chat
- ChatText2.DocumentText = ssh.Chat
- ChatReadyState()
-
- End Sub
-
- Public Sub ChatReadyState()
- While ChatText.ReadyState <> WebBrowserReadyState.Complete Or ChatText2.ReadyState <> WebBrowserReadyState.Complete
- Application.DoEvents()
- End While
- ScrollChatDown()
- End Sub
-
Public Function GetIf(ByVal CompareString As String) As Boolean
@@ -20704,14 +18608,12 @@ playLoop:
Debug.Print("Val1 = " & Val1)
Debug.Print("Val2 = " & Val2)
- If Not IsNumeric(Val1) Then
- Dim VarCheck As String = Application.StartupPath & "\Scripts\" & dompersonalitycombobox.Text & "\System\Variables\" & Val1
- If File.Exists(VarCheck) Then Val1 = TxtReadLine(VarCheck)
+ If Not IsNumeric(Val1) AndAlso VariableExists(Val1) Then
+ Val1 = GetVariable(Val1)
End If
- If Not IsNumeric(Val2) Then
- Dim VarCheck As String = Application.StartupPath & "\Scripts\" & dompersonalitycombobox.Text & "\System\Variables\" & Val2
- If File.Exists(VarCheck) Then Val2 = TxtReadLine(VarCheck)
+ If Not IsNumeric(Val2) AndAlso VariableExists(Val2) Then
+ Val2 = GetVariable(Val2)
End If
If C_Operator = "=" Or C_Operator = "==" Then
@@ -20754,23 +18656,549 @@ playLoop:
Return Len(StringClean) - Len(Replace(StringClean, Character, ""))
End Function
- Private Sub Form1_PreviewKeyDown(sender As System.Object, e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown
- If e.KeyCode = (Keys.F Or Keys.Control) Then
- FullscreenToolStripMenuItem_Click(Nothing, Nothing)
- ElseIf e.Alt AndAlso MainMenuStrip.Visible = False Then
- MainMenuStrip.Visible = True
- MainMenuStrip.Focus()
- ElseIf e.Alt AndAlso FormBorderStyle = Windows.Forms.FormBorderStyle.None Then
- MainMenuStrip.Visible = False
+ Public Function GetSubstringCount(ByVal StringClean As String, ByVal Substring As String) As Integer
+
+ Dim SubstringCount As Integer = 0
+ For i As Integer = 0 To StringClean.Length - 1
+ If StringClean.Substring(i).StartsWith(Substring) Then
+ SubstringCount += 1
+ End If
+ Next
+ Return SubstringCount
+
+ End Function
+
+ Public Function GetLikeValue(s As String, t As String) As Integer
+
+ s = s.ToLower
+ t = t.ToLower
+
+ Dim n As Integer = s.Length
+ Dim m As Integer = t.Length
+ Dim d(n + 1, m + 1) As Integer
+
+ If n = 0 Then
+ Return m
End If
+ If m = 0 Then
+ Return n
+ End If
+
+ Dim i As Integer
+ Dim j As Integer
+
+ For i = 0 To n
+ d(i, 0) = i
+ Next
+ For j = 0 To m
+ d(0, j) = j
+ Next
+ For i = 1 To n
+ For j = 1 To m
+ Dim cost As Integer
+ If t(j - 1) = s(i - 1) Then
+ cost = 0
+ Else
+ cost = 1
+ End If
+ d(i, j) = Math.Min(Math.Min(d(i - 1, j) + 1, d(i, j - 1) + 1), d(i - 1, j - 1) + cost)
+ Next
+ Next
+ Return d(n, m)
+ End Function
+
+ Private Sub GotoClear()
+ ssh.GotoFlag = False
+ ssh.FileGoto = ""
+ ssh.SkipGotoLine = False
End Sub
- Private Sub MenuStrip2_Leave(sender As System.Object, e As System.EventArgs) Handles MenuStrip2.Leave
- If FormBorderStyle = Windows.Forms.FormBorderStyle.None Then
- MainMenuStrip.Visible = False
+ Private Sub handleCallReturn()
+ If ssh.MultiTauntPictureHold Then ssh.MultiTauntPictureHold = False
+ ssh.CallReturns.Pop().resumeState()
+ If ssh.ReturnSubState = "Stroking" Then
+ If ssh.SubStroking = False Then
+ If ssh.CallReturns.Count() = 0 Then
+ If My.Settings.Chastity = True Then
+ 'DomTask = "Now as I was saying @StartTaunts"
+ ssh.DomTask = "#Return_Chastity"
+ Else
+ 'DomTask = "Get back to stroking @StartStroking"
+ ssh.DomTask = "#Return_Stroking"
+ End If
+ If Not ssh.ShowModule Then
+ StrokeTimer.Start()
+ StrokeTauntTimer.Start()
+ End If
+ Else
+ ssh.DomTask = "@NullResponse"
+ ScriptTimer.Start()
+ ssh.ScriptTick = 2
+ End If
+ TypingDelayGeneric()
+ Else
+ If ssh.CallReturns.Count() = 0 Then
+ If Not ssh.ShowModule Then
+ StrokeTimer.Start()
+ StrokeTauntTimer.Start()
+ End If
+ Else
+ ssh.DomTask = "@NullResponse"
+ ssh.ScriptTick = 2
+ ScriptTimer.Start()
+ End If
+ End If
+ ElseIf ssh.ReturnSubState = "Edging" Then
+ If ssh.SubEdging = False Then
+ 'DomTask = "Start getting yourself to the edge again @Edge"
+ ssh.DomTask = "#Return_Edging"
+ 'SubStroking = True
+ TypingDelayGeneric()
+ Else
+ EdgeTauntTimer.Start()
+ EdgeCountTimer.Start()
+ End If
+ ElseIf ssh.ReturnSubState = "Holding The Edge" Then
+ If ssh.SubEdging = False Then
+ 'DomTask = "Start getting yourself to the edge again @EdgeHold"
+ ssh.DomTask = "#Return_Holding"
+ 'SubStroking = True
+ TypingDelayGeneric()
+ Else
+ HoldEdgeTimer.Start()
+ HoldEdgeTauntTimer.Start()
+ End If
+ ElseIf ssh.ReturnSubState = "CBTBalls" Then
+ 'DomTask = "Now let's get back to busting those #Balls @CBTBalls"
+ ssh.DomTask = "#Return_CBTBalls"
+ ssh.CBTBallsFirst = False
+ TypingDelayGeneric()
+ ElseIf ssh.ReturnSubState = "CBTCock" Then
+ 'DomTask = "Now let's get back to abusing that #Cock @CBTCock"
+ ssh.DomTask = "#Return_CBTCock"
+ ssh.CBTCockFirst = False
+ TypingDelayGeneric()
+ ElseIf ssh.ReturnSubState = "Rest" Then
+ ssh.DomTypeCheck = True
+ ssh.ScriptTick = 2
+ ScriptTimer.Start()
+ If ssh.YesOrNo Then
+ ssh.DomTask = "#SYS_ReturnAnswer"
+ Else
+ ssh.DomTask = "@NullResponse"
+ End If
+ TypingDelayGeneric()
+ End If
+ End Sub
+
+ Private Sub clearCallReturns()
+ While ssh.CallReturns.Count > 1
+ ssh.CallReturns.Pop()
+ End While
+ End Sub
+
+
+ Public Sub setStartName()
+ Try
+ ssh.SlideshowMain = New ContactData(ContactType.Domme)
+ ssh.SlideshowMain.LoadNew(False)
+ ssh.SlideshowContact1 = New ContactData(ContactType.Contact1)
+ ssh.SlideshowContact1.LoadNew(False)
+ ssh.SlideshowContact2 = New ContactData(ContactType.Contact2)
+ ssh.SlideshowContact2.LoadNew(False)
+ ssh.SlideshowContact3 = New ContactData(ContactType.Contact3)
+ ssh.SlideshowContact3.LoadNew(False)
+ ssh.SlideshowContactRandom = New ContactData(ContactType.Random)
+ ssh.SlideshowContactRandom.LoadNew(False)
+ Catch ex As Exception
+ End Try
+ If ssh.currentlyPresentContacts.Count = 0 Then ssh.currentlyPresentContacts.Add(ssh.SlideshowMain.TypeName)
+
+ If File.Exists(My.Settings.DomAvatarSave) Then domAvatar.Image = Image.FromFile(My.Settings.DomAvatarSave)
+ customVocabLines = New List(Of String)
+ ssh.contactToUse = ssh.SlideshowMain
+ If My.Settings.DomName <> "" Then
+ ssh.tempDomName = My.Settings.DomName
+ domName.Text = ssh.tempDomName
+ ssh.tempHonorific = My.Settings.SubHonorific
+ ssh.tempDomHonorific = ssh.tempHonorific
+ ssh.shortName = My.Settings.GlitterSN
+ End If
+ If My.Settings.SubName <> "" Then subName.Text = My.Settings.SubName
+ FrmSettings.LBLCurrentDomme.Text = ssh.tempDomName
+ End Sub
+
+
+ Private Function updateDommeName(ByVal stringToCheck As String)
+ 'remove eventual @ContactX present in a @FollowUp() inside the line
+ If stringToCheck.Contains("@FollowUp") Then
+ Dim remove As String
+ stringToCheck = stringToCheck.Trim
+ remove = stringToCheck.Substring(stringToCheck.IndexOf("@FollowUp"))
+ stringToCheck = stringToCheck.Replace(remove, "")
+ End If
+
+ 'deals with situation in which the domme is not present
+ If Not ssh.Group.Contains("D") And Not stringToCheck.Contains("@Contact1") And Not stringToCheck.Contains("@Contact2") And Not stringToCheck.Contains("@Contact3") And Not stringToCheck.Contains("@RandomContact") Then
+ Dim GroupList As New List(Of String)
+ GroupList.Clear()
+ If ssh.Group.Contains("1") Then GroupList.Add(" @Contact1 ")
+ If ssh.Group.Contains("2") Then GroupList.Add(" @Contact2 ")
+ If ssh.Group.Contains("3") Then GroupList.Add(" @Contact3 ")
+ stringToCheck = stringToCheck & GroupList(ssh.randomizer.Next(0, GroupList.Count))
+ End If
+
+ ssh.contactToUse = ssh.SlideshowMain
+ ssh.tempDomName = ssh.SlideshowMain.TypeName
+ ssh.tempHonorific = ssh.tempDomHonorific
+ If stringToCheck.Contains("@Contact1") Then
+ ssh.tempDomName = ssh.SlideshowContact1.TypeName
+ ssh.tempHonorific = ssh.SlideshowContact1.TypeHonorific
+ ssh.contactToUse = ssh.SlideshowContact1
+ ElseIf stringToCheck.Contains("@Contact2") Then
+ ssh.tempDomName = ssh.SlideshowContact2.TypeName
+ ssh.tempHonorific = ssh.SlideshowContact2.TypeHonorific
+ ssh.contactToUse = ssh.SlideshowContact2
+ ElseIf stringToCheck.Contains("@Contact3") Then
+ ssh.tempDomName = ssh.SlideshowContact3.TypeName
+ ssh.tempHonorific = ssh.SlideshowContact3.TypeHonorific
+ ssh.contactToUse = ssh.SlideshowContact3
+ ElseIf stringToCheck.Contains("@RandomContact") Then
+ Dim casual As Integer = 0
+ casual = ssh.randomizer.Next(0, ssh.currentlyPresentContacts.Count)
+ Select Case ssh.currentlyPresentContacts(casual)
+ Case ssh.SlideshowContact1.TypeName
+ ssh.tempDomName = ssh.SlideshowContact1.TypeName
+ ssh.tempHonorific = ssh.SlideshowContact1.TypeHonorific
+ ssh.contactToUse = ssh.SlideshowContact1
+ Case ssh.SlideshowContact2.TypeName
+ ssh.tempDomName = ssh.SlideshowContact2.TypeName
+ ssh.tempHonorific = ssh.SlideshowContact2.TypeHonorific
+ ssh.contactToUse = ssh.SlideshowContact2
+ Case ssh.SlideshowContact3.TypeName
+ ssh.tempDomName = ssh.SlideshowContact3.TypeName
+ ssh.tempHonorific = ssh.SlideshowContact3.TypeHonorific
+ ssh.contactToUse = ssh.SlideshowContact3
+ Case Else
+ End Select
+ End If
+ 'Return stringToCheck
+ End Function
+
+ Private Sub checkForPunish()
+ If ssh.nameErrors >= 2 And ssh.wrongAttempt = True Then
+ ssh.DomChat = ""
+ If ssh.contactToUse.Equals(ssh.SlideshowContact1) Then
+ ssh.DomChat = "@Contact1 "
+ ElseIf ssh.contactToUse.Equals(ssh.SlideshowContact2) Then
+ ssh.DomChat = "@Contact2 "
+ ElseIf ssh.contactToUse.Equals(ssh.SlideshowContact3) Then
+ ssh.DomChat = "@Contact3 "
+ End If
+ ssh.DomChat += "#SYS_HonorificPunish"
+ ssh.wrongAttempt = False
+ End If
+ TypingDelay()
+ End Sub
+
+
+ Private Sub selectVideo(ByVal StringClean As String)
+
+ Dim VideoClean As String
+
+ If StringClean.Contains("@JumpVideo") Then
+ ssh.JumpVideo = True
+ StringClean = StringClean.Replace("@JumpVideo", "")
+ End If
+
+ If StringClean.Contains(":\") Then
+ VideoClean = StringClean
+ Else
+ VideoClean = Application.StartupPath & "\Video\" & StringClean
+ VideoClean = VideoClean.Replace("\\", "\")
+ End If
+
+
+
+ Debug.Print("VideoFlag = " & StringClean)
+
+ If VideoClean.Contains("*") Then
+
+ Dim VideoList As New List(Of String)
+
+ For Each foundFile As String In My.Computer.FileSystem.GetFiles(Path.GetDirectoryName(VideoClean), FileIO.SearchOption.SearchTopLevelOnly, Path.GetFileName(VideoClean))
+ VideoList.Add(foundFile)
+ Next
+
+ If VideoList.Count > 0 Then
+ DomWMP.URL = VideoList(ssh.randomizer.Next(0, VideoList.Count))
+ DomWMP.Visible = True
+ mainPictureBox.Visible = False
+
+ If ssh.JumpVideo = True Then
+
+ Do
+ Application.DoEvents()
+ Loop Until (DomWMP.playState = WMPLib.WMPPlayState.wmppsPlaying)
+
+ Dim VideoLength As Integer = DomWMP.currentMedia.duration
+ Dim VidLow As Integer = VideoLength * 0.4
+ Dim VidHigh As Integer = VideoLength * 0.9
+ Dim VidPoint As Integer = ssh.randomizer.Next(VidLow, VidHigh)
+
+ DomWMP.Ctlcontrols.currentPosition = VideoLength - VidPoint
+
+ End If
+
+ ssh.JumpVideo = False
+ Else
+ MessageBox.Show(Me, "No videos matching " & Path.GetFileName(VideoClean) & " were found in " & Path.GetDirectoryName(VideoClean) & "!" & Environment.NewLine & Environment.NewLine &
+ "Please make sure that valid files exist and that the wildcards are applied correctly in the script.", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Hand)
+ End If
+
+ Else
+
+ If File.Exists(VideoClean) Then
+ DomWMP.URL = VideoClean
+ DomWMP.Visible = True
+ mainPictureBox.Visible = False
+
+ If ssh.JumpVideo = True Then
+
+ Do
+ Application.DoEvents()
+ Loop Until (DomWMP.playState = WMPLib.WMPPlayState.wmppsPlaying)
+
+ Dim VideoLength As Integer = DomWMP.currentMedia.duration
+ Dim VidLow As Integer = VideoLength * 0.4
+ Dim VidHigh As Integer = VideoLength * 0.9
+ Dim VidPoint As Integer = ssh.randomizer.Next(VidLow, VidHigh)
+
+ DomWMP.Ctlcontrols.currentPosition = VideoLength - VidPoint
+
+ End If
+
+ ssh.JumpVideo = False
+
+ Else
+ MessageBox.Show(Me, Path.GetFileName(VideoClean) & " was not found in " & Application.StartupPath & "\Video!" & Environment.NewLine & Environment.NewLine &
+ "Please make sure the file exists and that it is spelled correctly in the script.", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Hand)
+ End If
+
End If
+ DomWMP.stretchToFit = True
End Sub
+ 'return -1 if word to check was not present, 0 if something in the honorific is wrong, 1 if all is ok
+ 'we don't reduce errors number when doing the checks for what the sub writes in chat (so we reduce them only when asked a direct question)
+ 'otherwise it will be nearly impossible to be punished since each phrase not using it would reduce the count
+ Private Function checkSubAnswer(Optional caseToCheck As String = "", Optional reduceErrors As Boolean = True) As Integer
+ ssh.DomChat = ""
+ If Not IsNothing(ssh.contactToUse) Then
+ If ssh.contactToUse.Equals(ssh.SlideshowContact1) Then
+ ssh.DomChat = "@Contact1 "
+ ElseIf ssh.contactToUse.Equals(ssh.SlideshowContact2) Then
+ ssh.DomChat = "@Contact2 "
+ ElseIf ssh.contactToUse.Equals(ssh.SlideshowContact3) Then
+ ssh.DomChat = "@Contact3 "
+ End If
+ End If
+ Dim checkfor As New List(Of String)
+ Dim checkForHonorific As Boolean = True
+ Dim splitChat As String()
+ splitChat = ssh.obtainSplitParts(ssh.ChatString, True)
+
+
+ 'checkanswers is a new class which stores all the saved settings for hi,yes,no,sorry words that the used has chosen
+ 'if we don't have a specific word to check for, we check for them all (this is used anytime the sub write anything)
+ If caseToCheck = "" Then
+ checkfor = ssh.checkAnswers.returnAll
+ 'the next two are used when there is a question from the domme
+ 'if there is the specific yes/no/hi/sorry answers, we check if the sub uses the honorific as expected
+ ElseIf caseToCheck = "yes" Or caseToCheck = "no" Or caseToCheck = "hi" Or caseToCheck = "sorry" Or caseToCheck = "please" Or caseToCheck = "thanks" Then
+ checkfor.Add(ssh.checkAnswers.returnWords(caseToCheck))
+ Else
+ 'otherwise we check only to see if he wrote exactly what he was supposed to do
+ checkfor.Add(caseToCheck)
+ checkForHonorific = False
+ 'so we don't split the response but check the whole phrase (we "split" for an unused char so it is basically impossible the user will use it)
+ splitChat = ssh.ChatString.Split(New Char() {"§"})
+ End If
+
+ For i = 0 To checkfor.Count - 1
+ Dim SplitParts As String() = ssh.obtainSplitParts(checkfor(i), False)
+
+ For n As Integer = 0 To SplitParts.Length - 1
+ For m As Integer = 0 To splitChat.Length - 1
+ Dim condition As Boolean
+ If checkForHonorific Then
+ 'this will make so that the #Sys_MissingHonorific will respond using the word that triggered it (i.e. yes what? sure what? etc)
+ condition = UCase(splitChat(m)) = UCase(SplitParts(n))
+ Else
+ 'but if we are not checking for honorific (i.e. an answer to a specific question) we just check it the needed words are present
+ 'in the sub answer
+ condition = UCase(ssh.ChatString).Contains(UCase(SplitParts(n)))
+ End If
+
+ If condition Then
+ If UCase(ssh.ChatString).Contains(UCase(SplitParts(n))) Then
+ If checkForHonorific Then
+ If FrmSettings.CBHonorificInclude.Checked = True Then
+ If WordExists(UCase(ssh.ChatString), UCase(ssh.tempHonorific)) = False Or (FrmSettings.CBNameInclude.Checked = True And WordExists(UCase(ssh.ChatString), UCase(ssh.tempDomName)) = False) Then
+ ssh.DomChat += SplitParts(n) & " #SYS_MissingHonorific"
+ If FrmSettings.LCaseCheckBox.Checked = False Then
+ Dim DomU As String = UCase(ssh.DomChat.Substring(0, 1))
+ ssh.DomChat = ssh.DomChat.Remove(0, 1)
+ ssh.DomChat = DomU & ssh.DomChat
+ ssh.nameErrors += 1
+ ssh.wrongAttempt = True
+ End If
+ ssh.JustShowedBlogImage = True
+ TypingDelay()
+ Return 0
+ End If
+
+ If FrmSettings.CBHonorificCapitalized.Checked = True Then
+ If WordExists(ssh.ChatString, Capitalize(ssh.tempHonorific)) = False Then
+ 'If Not ChatString.Contains(FrmSettings.TBHonorific.Text) Then
+ ssh.DomChat += "#SYS_CapitalizeHonorific"
+ ssh.nameErrors += 1
+ ssh.wrongAttempt = True
+ ssh.JustShowedBlogImage = True
+ TypingDelay()
+ Return 0
+ End If
+ 'we only reduce the errors if we were responding a question, not everytime we write...the sub need to remember to use the honorific :D
+ If reduceErrors Then
+ If ssh.wrongAttempt Then
+ ssh.wrongAttempt = False
+ Else
+ If (ssh.nameErrors > 0) Then ssh.nameErrors -= 1
+ End If
+ End If
+ End If
+ End If
+ End If
+ Return 1
+ End If
+ End If
+ Next
+ Next
+ Next
+ Return -1
+ End Function
+
+ Private Function checkForImage(ByVal ImageToShow As String, Optional ByVal imageDir As String = "") As String
+ Dim tmpImgLoc As String = ""
+ Dim throwException As Boolean = False
+ If imageDir = "" And Not (ImageToShow.Contains(":\") Or ImageToShow.Contains(":/")) Then
+ imageDir = Application.StartupPath & "\Images\"
+ throwException = True
+ End If
+ Try
+
+ If isURL(ImageToShow) Then
+ '########################## ImageURL was given #########################
+ tmpImgLoc = ImageToShow
+ GoTo ShowedBlogImage
+ End If
+
+ ' Change evtl. wrong given Slashes
+ ImageToShow = ImageToShow.Replace("/", "\")
+
+ ImageToShow = imageDir & ImageToShow
+ ImageToShow = ImageToShow.Replace("\\", "\")
+
+ If ImageToShow.Contains("*") Then
+ '######################### Directory was given #########################
+ Dim tmpFilter As String = Path.GetFileName(ImageToShow)
+ Dim tmpDir As String = Path.GetDirectoryName(ImageToShow)
+ Dim ImageList As List(Of String)
+
+ If Directory.Exists(tmpDir) = False Then
+ If throwException Then Throw New Exception(
+ "The given directory """ & tmpDir & """ does not exist." &
+ vbCrLf & vbCrLf &
+ "Please make sure the directory exists and it is spelled correctly in the script.")
+ End If
+
+ If tmpFilter = "*" Or tmpFilter = "*.*" Then
+ ImageList = myDirectory.GetFilesImages(tmpDir)
+ Else
+ ImageList = Directory.GetFiles(tmpDir, tmpFilter, SearchOption.TopDirectoryOnly).ToList
+ End If
+
+ If ImageList.Count = 0 Then
+ If throwException Then Throw New FileNotFoundException(
+ "No images matching the filter """ & tmpFilter &
+ """ were found in """ & tmpDir & """!" &
+ vbCrLf & vbCrLf &
+ "Please make sure that valid files exist and the wildcards are applied correctly in the script.")
+ tmpImgLoc = ""
+ Else
+ tmpImgLoc = ImageList(New Random().Next(0, ImageList.Count))
+ End If
+ Else
+ '############################# Single Image ############################
+ If File.Exists(ImageToShow) Then
+ tmpImgLoc = ImageToShow
+ Else
+ If throwException Then Throw New Exception(
+ """" & Path.GetFileName(ImageToShow) & """ was not found in """ & Path.GetDirectoryName(ImageToShow) & """!" &
+ vbCrLf & vbCrLf &
+ "Please make sure the file exists and it is spelled correctly in the script.")
+ End If
+ End If
+ '############### Display the Image ##################
+ShowedBlogImage:
+ Catch ex As Exception
+ '▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
+ ' All Errors
+ '▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
+ If throwException Then Log.WriteError("Command @ShowImage[] was unable to display the image.",
+ ex, "Error at @ShowImage[]")
+ End Try
+ Return tmpImgLoc
+ End Function
+
+ Private Sub updateMode(ByVal StringClean As String, ByVal modeToUpdate As Dictionary(Of String, Mode))
+ Dim CustomFlag As String = GetParentheses(StringClean, "@CustomMode(")
+ CustomFlag = FixCommas(CustomFlag)
+ Dim CustomArray As String() = CustomFlag.Split(",")
+
+ If customVocabLines.Count = 0 Then
+ customVocabLines.Add(CustomArray(0))
+ End If
+
+ If CustomArray.Count = 3 Then
+ For i As Integer = 0 To customVocabLines.Count - 1
+ If modeToUpdate.Keys.Contains(customVocabLines(i)) Then modeToUpdate.Remove(customVocabLines(i))
+
+ Dim NewMode As New Mode
+ NewMode.Keyword = customVocabLines(i)
+ NewMode.Type = CustomArray(1)
+ NewMode.GotoLine = CustomArray(2)
+ modeToUpdate.Add(customVocabLines(i), NewMode)
+ Next
+ End If
+
+ If CustomArray.Count = 2 Then
+ If CustomArray(1).ToUpper.Contains("NORMAL") Then
+ If modeToUpdate.Keys.Contains(customVocabLines(0)) Then
+ modeToUpdate.Remove(customVocabLines(0))
+ End If
+ End If
+ End If
+ customVocabLines.Clear()
+ End Sub
+
+ Private Sub setWriteTask()
+ LBLWritingTaskText.Text = PoundClean(ssh.currentWriteTask)
+ LBLWritingTaskText.Text = StripCommands(LBLWritingTaskText.Text)
+ LBLWritingTaskText.Text = StripFormat(LBLWritingTaskText.Text)
+ LBLWritingTaskText.Text = LBLWritingTaskText.Text.Replace(" ", " ")
+ LBLWritingTaskText.Text = LBLWritingTaskText.Text.Trim
+ End Sub
End Class
diff --git a/Tease AI/Form1/Chat.vb b/Tease AI/Form1/Chat.vb
new file mode 100644
index 0000000..b02081e
--- /dev/null
+++ b/Tease AI/Form1/Chat.vb
@@ -0,0 +1,356 @@
+'===========================================================================================
+'
+' Chat.vb
+'
+' This file contains functions and methods to write and update the Chat.
+'
+'===========================================================================================
+
+Imports System.Runtime.InteropServices
+Imports System.Text.RegularExpressions
+
+
+Partial Class Form1
+
+ Private Sub SaveChatLog(ByVal IsAutosave As Boolean)
+ If ChatText.DocumentText.Length > 300 Then
+ Dim SaveDir As String = Application.StartupPath & "\Chatlogs\"
+
+
+ If (Not IO.Directory.Exists(SaveDir)) Then
+ IO.Directory.CreateDirectory(SaveDir)
+ End If
+
+ If IsAutosave = True And FrmSettings.CBAutosaveChatlog.Checked = True Then
+ My.Computer.FileSystem.WriteAllText(Application.StartupPath & "\Chatlogs\Autosave.html", ChatText.DocumentText, False)
+
+ ElseIf IsAutosave = False And FrmSettings.CBSaveChatlogExit.Checked = True Then
+ My.Computer.FileSystem.WriteAllText(Application.StartupPath & "\Chatlogs\" & DateTime.Now.ToString("MM.dd.yyyy hhmm") & " chatlog.html", ChatText.DocumentText, False)
+ End If
+
+ End If
+ End Sub
+
+ Private Function ChatGetCssClassFromName(ByVal name As String) As String
+ If name = My.Settings.SubName Then
+ Return "sub"
+ ElseIf name = My.Settings.DomName Then
+ Return "domme"
+ ElseIf name = My.Settings.Glitter1 Then
+ Return "contact1"
+ ElseIf name = My.Settings.Glitter2 Then
+ Return "contact2"
+ ElseIf name = My.Settings.Glitter3 Then
+ Return "contact3"
+ Else
+ Return "random"
+ End If
+ End Function
+
+ Public Sub ChatAddMessage(ByVal name As String, message As String, Optional ByVal delayOutput As Boolean = False)
+ ChatAppend("
+
+ " & (Date.Now.ToString("hh:mm tt ")) & "
+ " & name & ":
+ " & message & "
+
+
" & vbCrLf, delayOutput)
+ End Sub
+
+ Public Sub ChatAddEmoteMessage(ByVal name As String, message As String, Optional ByVal delayOutput As Boolean = False)
+ ChatAppend("
+
+ " & (Date.Now.ToString("hh:mm tt ")) & "
+ " & name & ":
+ " & message & "
+
+
" & vbCrLf, delayOutput)
+ End Sub
+
+ ''' Appends a system message to chat and prints it if desired.
+ ''' Messagetext to append to chat.
+ ''' If true the chatwindow-content won't change until despired.
+ Public Sub ChatAddSystemMessage(ByVal messageText As String, Optional ByVal delayOutput As Boolean = False)
+ ChatAppend("
+
+ " & messageText & "
+
+
", delayOutput, True)
+ End Sub
+
+ Public Sub ChatAddWritingTaskInfo(message As String, Optional delayOutput As Boolean = False)
+ ChatAppend("
+
+ " & message & "
+
+
", delayOutput, False)
+ End Sub
+
+ Public Sub ChatAddScriptPosInfo(descr As String, Optional delayOutput As Boolean = False)
+ ChatAppend("
+ ::: " & If(descr = "@", "TYPO", descr.Replace("@", "")) & " :::
+ ::: FileText = " & ssh.FileText & " ::: LineVal = " & ssh.StrokeTauntVal & "
+ ::: TauntText = " & ssh.TauntText & " ::: LineVal = " & ssh.TauntTextCount & "
+ ::: ResponseFile = " & ssh.ResponseFile & " ::: LineVal = " & ssh.ResponseLine & "
+
+
", delayOutput, True)
+ End Sub
+
+ ''' Marks the given text as inline warning.
+ ''' The text to mark.
+ ''' Returns the given text and the necessary HTML-Tags.
+ Public Function ChatGetInlineWarning(textToMark As String)
+ Return "" & textToMark & ""
+ End Function
+
+ Public Sub ChatAddWarning(msg As String)
+ ChatAppend("
+ WARNING: " & msg & "
+
", False, True)
+ End Sub
+
+ ''' Marks the given text as inline error.
+ ''' The text to mark.
+ ''' Returns the given text and the necessary HTML-Tags.
+ Public Function ChatGetInlineError(textToMark As String)
+ Return "" & textToMark & ""
+ End Function
+
+ Public Sub ChatAddException(msg As String, ex As Exception)
+ ChatAppend("
+ ERROR: " & msg & "
+ ::: Exception: " & ex.Message & "
+
", False, True)
+ End Sub
+
+ Public Sub ChatAppend(ByVal elementText As String,
+ Optional ByVal delayOutput As Boolean = False,
+ Optional ByVal linkify As Boolean = False)
+ If linkify = True Then
+ Dim re As New Regex("[a-zA-Z]:\\(((?![<>:""/\\|?*]).)+((?$&"
+
+ elementText = re.Replace(elementText, ReplacePattern)
+ End If
+
+ ssh.Chat &= elementText & "" & vbCrLf
+ If delayOutput = False Then Me.ChatUpdate()
+ End Sub
+
+ Public Sub ChatClear()
+ ssh.Chat = ""
+ ChatUpdate()
+ End Sub
+
+ Friend Sub ChatUpdate()
+ If Me.InvokeRequired Then
+ Me.Invoke(Sub() ChatUpdate())
+ Exit Sub
+ End If
+
+ Dim DommeTyping, C1Typing, C2Typing, C3Typing, RndTyping As Boolean
+
+ If ssh.IsTyping Then
+ If ssh.tempDomName = My.Settings.DomName Then
+ DommeTyping = True
+ ElseIf ssh.tempDomName = My.Settings.Glitter1 Then
+ C1Typing = True
+ ElseIf ssh.tempDomName = My.Settings.Glitter2 Then
+ C2Typing = True
+ ElseIf ssh.tempDomName = My.Settings.Glitter3 Then
+ C3Typing = True
+ Else
+ RndTyping = True
+ End If
+ End If
+
+ '===============================================================================
+ ' Generate stylesheet
+ '===============================================================================
+ Dim Style As String = CssTryGetFile(Application.StartupPath & "/System/CSS/ChatWindow.css", My.Resources.ChatFallbackStyle)
+ Style = CssReplaceSettings(Style) & vbCrLf
+
+ Style &=
+" /* --- Visibility Section --- */
+/* This section is generated by code and added automatically*/
+
+.exception {" & If(My.Settings.CBOutputErrors, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+.warning {" & If(My.Settings.CbChatDisplayWarnings, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+.writingTaskInfo {" & If(CBWritingProgress.Checked, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+
+.timestamp { " & If(My.Settings.CBTimeStamps, "visibility: visible; display:initial;", "visibility:hidden; display:none") & "}
+.name {" & If(My.Settings.CBShowNames, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+#DommeIsTyping {" & If(DommeTyping, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+#Contact1IsTyping {" & If(C1Typing, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+#Contact2IsTyping {" & If(C2Typing, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+#Contact3IsTyping {" & If(C3Typing, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}
+#RandomIsTyping {" & If(RndTyping, "visibility:visible; display:initial;", "visibility:hidden; display:none") & "}"
+
+ '===============================================================================
+ ' Generate body Text
+ '===============================================================================
+ Dim BodyText As String = "" & vbCrLf & ssh.Chat & vbCrLf & "
" &
+"" & My.Settings.DomName & " is typing...
+" & My.Settings.Glitter1 & " is typing...
+" & My.Settings.Glitter2 & " is typing...
+" & My.Settings.Glitter3 & " is typing...
+Unkwown user is typing...
"
+
+ '===============================================================================
+ ' Page Output
+ '===============================================================================
+ Try
+ Dim GetLastMessage = Function(x As WebBrowser) As String
+ If x.Document Is Nothing Then Return ""
+
+ If x.Document.GetElementById("Chat") IsNot Nothing Then
+ With x.Document.GetElementById("Chat")
+ If .CanHaveChildren AndAlso .Children.Count > 0 Then
+
+ Return .Children(.Children.Count - 1).OuterHtml
+ End If
+ End With
+ End If
+ Return ""
+ End Function
+
+
+
+ Dim TextToSet As String = HtmlBuildPage("Chat", Style, BodyText)
+
+ Try
+ If My.Settings.CBWebtease Then
+ ' ################### Webtease Mode ###########################
+ Dim Helper As New WebBrowser
+ Helper.DocumentText = TextToSet
+ Do Until Helper.ReadyState = WebBrowserReadyState.Complete
+ Application.DoEvents()
+ Loop
+
+ Dim LP As String = GetLastMessage(Helper)
+
+ TextToSet = TextToSet.Replace(ssh.Chat, LP)
+ End If
+ Catch ex As Exception
+ Log.WriteError("Unable to determine last chat message to create webtease output.", ex, "Output WebTease Chat failed")
+ End Try
+
+ ChatText.DocumentText = TextToSet
+ ChatText2.DocumentText = TextToSet
+
+ ChatReadyState()
+ SaveChatLog(True)
+
+ If ssh.RiskyDeal Then
+ FrmCardList.WBRiskyChat.DocumentText = TextToSet.Replace(ssh.Chat, GetLastMessage(ChatText))
+ End If
+
+ Catch ex As COMException When ex.ErrorCode = -2147024726
+ '▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
+ ' Unable to access Webbrowser
+ '▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
+ MessageBox.Show("Unable to access the Webbrowser.",
+ "Update Chat failed", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
+
+ End Try
+ End Sub
+
+ Public Sub ScrollChatDown()
+
+ Try
+ ChatText.Document.Window.ScrollTo(Int16.MaxValue, Int16.MaxValue)
+ Catch
+ End Try
+
+ Try
+ ChatText2.Document.Window.ScrollTo(Int16.MaxValue, Int16.MaxValue)
+ Catch
+ End Try
+
+ End Sub
+
+
+ Shared Function HtmlBuildPage(title As String, style As String, bodyText As String) As String
+ Return _
+"
+
+
+ " & title & " - Tease AI " & My.Application.Info.Version.ToString & "
+
+
+
+
+" & bodyText & "
+"
+ End Function
+
+ Private Function CssTryGetFile(filePath As String, fallback As String) As String
+
+ If IO.Directory.Exists(IO.Path.GetDirectoryName(filePath)) AndAlso IO.File.Exists(filePath) Then
+ Return IO.File.ReadAllText(filePath)
+ Else
+ Return fallback
+ End If
+
+ End Function
+
+ Private Function CssReplaceSettings(ByVal input As String) As String
+ Dim HtmlSizeToEm = Function(x As Integer) As String
+ If x <= 1 Then : Return "0.63em"
+ ElseIf x <= 2 Then : Return "0.82em"
+ ElseIf x <= 3 Then : Return "1.00em"
+ ElseIf x <= 4 Then : Return "1.13em"
+ ElseIf x <= 5 Then : Return "1.5em"
+ ElseIf x <= 6 Then : Return "2em"
+ ElseIf x <= 7 Then : Return "3em"
+ Else : Return "4em"
+ End If
+
+ End Function
+
+ input = input.Replace("/*ChatWindowColor*/", Color2Html(My.Settings.ChatWindowColor))
+ input = input.Replace("/*ChatTextColor*/", Color2Html(My.Settings.ChatTextColor))
+ input = input.Replace("/*SubNameColor*/", My.Settings.SubColor)
+ input = input.Replace("/*DommeNameColor*/", My.Settings.DomColor)
+ input = input.Replace("/*Contact1NameColor*/", Color2Html(My.Settings.GlitterNC1Color))
+ input = input.Replace("/*Contact2NameColor*/", Color2Html(My.Settings.GlitterNC2Color))
+ input = input.Replace("/*Contact3NameColor*/", Color2Html(My.Settings.GlitterNC3Color))
+
+ input = input.Replace("/*DommeFontSize*/", HtmlSizeToEm(My.Settings.DomFontSize))
+ input = input.Replace("/*SubFontSize*/", HtmlSizeToEm(My.Settings.SubFontSize))
+
+ input = input.Replace("/*DommeFontName*/", My.Settings.DomFont)
+ input = input.Replace("/*SubFontName*/", My.Settings.SubFont)
+
+ Return input
+ End Function
+
+#Region "WebBrowser related"
+
+ Private Sub ChatText_DocumentCompleted(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles ChatText.DocumentCompleted, ChatText2.DocumentCompleted
+ ScrollChatDown()
+ End Sub
+
+ Public Sub ChatReadyState()
+ While ChatText.ReadyState <> WebBrowserReadyState.Complete Or ChatText2.ReadyState <> WebBrowserReadyState.Complete
+ Application.DoEvents()
+ End While
+ ScrollChatDown()
+ End Sub
+
+ Private Sub ChatText_Navigating(sender As Object, e As WebBrowserNavigatingEventArgs) Handles ChatText.Navigating, ChatText2.Navigating
+
+ If e.Url.AbsolutePath <> "blank" Then
+ If e.Url.IsFile Then
+ ShellExecute(e.Url.LocalPath)
+ Else
+ ShellExecute(e.Url.AbsolutePath)
+ End If
+ e.Cancel = True
+ End If
+
+ End Sub
+#End Region
+End Class
\ No newline at end of file
diff --git a/Tease AI/Form1/ImageFuctions.vb b/Tease AI/Form1/ImageFuctions.vb
index 35e764a..0bcc5b4 100644
--- a/Tease AI/Form1/ImageFuctions.vb
+++ b/Tease AI/Form1/ImageFuctions.vb
@@ -68,7 +68,7 @@ Partial Class Form1
Set(value As String)
If value Is Nothing Then
_URLFile = ""
- ElseIf value.ToLower.EndsWith(".txt") = False
+ ElseIf value.ToLower.EndsWith(".txt") = False Then
_URLFile = ""
Else
_URLFile = value
@@ -132,7 +132,7 @@ Partial Class Form1
' All Errors
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
Log.WriteError("Failed to fetch ImageList for genre." & Name.ToString & " : " & ex.Message, ex,
- "Excetion at: " & Name.ToString & ".ToList()")
+ "Exception at: " & Name.ToString & ".ToList()")
Return New List(Of String)
End Try
Return rtnList
@@ -185,19 +185,21 @@ Partial Class Form1
'▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
' Blog Images - End
'▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
- ElseIf Name = ImageGenre.Liked
+ ElseIf Name = ImageGenre.Liked Then
'▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
' Liked Images
'▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
Try
- Dim addlist As List(Of String) = Txt2List(pathLikeList)
+ If File.Exists(Application.StartupPath & "\Images\System\LikedImageURLs.txt") Then
+ Dim addlist As List(Of String) = Txt2List(pathLikeList)
- ' Remove all URLs if Offline-Mode is activated
- If OfflineMode Or Type = ImageSourceType.Local Then
- addlist.RemoveAll(Function(x) isURL(x))
- End If
+ ' Remove all URLs if Offline-Mode is activated
+ If OfflineMode Or Type = ImageSourceType.Local Then
+ addlist.RemoveAll(Function(x) isURL(x))
+ End If
- rtnList.AddRange(addlist)
+ rtnList.AddRange(addlist)
+ End If
Catch ex As Exception
Log.WriteError(ex.Message, ex, "Error occured while loading Likelist")
GoTo exitEmpty
@@ -205,19 +207,21 @@ Partial Class Form1
'▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
' Liked Images - End
'▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
- ElseIf Name = ImageGenre.Disliked
+ ElseIf Name = ImageGenre.Disliked Then
'▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
' Disliked Images
'▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
Try
- Dim addlist As List(Of String) = Txt2List(Application.StartupPath & "\Images\System\DislikedImageURLs.txt")
+ If File.Exists(Application.StartupPath & "\Images\System\DislikedImageURLs.txt") Then
+ Dim addlist As List(Of String) = Txt2List(Application.StartupPath & "\Images\System\DislikedImageURLs.txt")
- ' Remove all URLs if Offline-Mode is activated
- If OfflineMode Or Type = ImageSourceType.Local Then
- addlist.RemoveAll(Function(x) isURL(x))
- End If
+ ' Remove all URLs if Offline-Mode is activated
+ If OfflineMode Or Type = ImageSourceType.Local Then
+ addlist.RemoveAll(Function(x) isURL(x))
+ End If
- rtnList.AddRange(addlist)
+ rtnList.AddRange(addlist)
+ End If
Catch ex As Exception
Log.WriteError(ex.Message, ex, "Error occured while loading Dislikelist")
GoTo exitEmpty
@@ -273,7 +277,7 @@ Partial Class Form1
' All Errors
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
Log.WriteError("Failed to fetch ImageList for genre." & Name.ToString & " and Source." & Type.ToString & " : " & ex.Message, ex,
- "Excetion at: " & Name.ToString & ".ToList(" & Type.ToString & ")")
+ "Exception at: " & Name.ToString & ".ToList(" & Type.ToString & ")")
Return New List(Of String)
End Try
exitEmpty:
@@ -394,58 +398,58 @@ NoneFound:
})
.Add(ImageGenre.Boobs, New ImageDataContainer With
- {
- .Name = ImageGenre.Boobs,
- .LocalDirectory = If(My.Settings.CBIBoobs, My.Settings.LBLBoobPath, ""),
- .LocalSubDirectories = My.Settings.CBButtSubDir,
- .UrlFile = If(My.Settings.UrlFileBoobsEnabled, My.Settings.UrlFileBoobs, ""),
- .SYS_NoPornAllowed = SysNoPornAllowed
- })
+ {
+ .Name = ImageGenre.Boobs,
+ .LocalDirectory = If(My.Settings.CBIBoobs, My.Settings.LBLBoobPath, ""),
+ .LocalSubDirectories = My.Settings.CBBoobSubDir,
+ .UrlFile = If(My.Settings.UrlFileBoobsEnabled, My.Settings.UrlFileBoobs, ""),
+ .SYS_NoPornAllowed = SysNoPornAllowed
+ })
.Add(ImageGenre.Hardcore, New ImageDataContainer With
- {
- .Name = ImageGenre.Hardcore,
- .LocalDirectory = If(My.Settings.CBIHardcore, My.Settings.IHardcore, ""),
- .LocalSubDirectories = My.Settings.CBHardcore,
- .UrlFile = If(My.Settings.UrlFileHardcoreEnabled, My.Settings.UrlFileHardcore, ""),
- .SYS_NoPornAllowed = SysNoPornAllowed
- })
+ {
+ .Name = ImageGenre.Hardcore,
+ .LocalDirectory = If(My.Settings.CBIHardcore, My.Settings.IHardcore, ""),
+ .LocalSubDirectories = My.Settings.IHardcoreSD,
+ .UrlFile = If(My.Settings.UrlFileHardcoreEnabled, My.Settings.UrlFileHardcore, ""),
+ .SYS_NoPornAllowed = SysNoPornAllowed
+ })
.Add(ImageGenre.Softcore, New ImageDataContainer With
- {
- .Name = ImageGenre.Softcore,
- .LocalDirectory = If(My.Settings.CBISoftcore, My.Settings.ISoftcore, ""),
- .LocalSubDirectories = My.Settings.CBSoftcore,
- .UrlFile = If(My.Settings.UrlFileSoftcoreEnabled, My.Settings.UrlFileSoftcore, ""),
- .SYS_NoPornAllowed = SysNoPornAllowed
- })
+ {
+ .Name = ImageGenre.Softcore,
+ .LocalDirectory = If(My.Settings.CBISoftcore, My.Settings.ISoftcore, ""),
+ .LocalSubDirectories = My.Settings.ISoftcoreSD,
+ .UrlFile = If(My.Settings.UrlFileSoftcoreEnabled, My.Settings.UrlFileSoftcore, ""),
+ .SYS_NoPornAllowed = SysNoPornAllowed
+ })
.Add(ImageGenre.Lesbian, New ImageDataContainer With
- {
- .Name = ImageGenre.Lesbian,
- .LocalDirectory = If(My.Settings.CBILesbian, My.Settings.ILesbian, ""),
- .LocalSubDirectories = My.Settings.CBLesbian,
- .UrlFile = If(My.Settings.UrlFileLesbianEnabled, My.Settings.UrlFileLesbian, ""),
- .SYS_NoPornAllowed = SysNoPornAllowed
- })
+ {
+ .Name = ImageGenre.Lesbian,
+ .LocalDirectory = If(My.Settings.CBILesbian, My.Settings.ILesbian, ""),
+ .LocalSubDirectories = My.Settings.ILesbianSD,
+ .UrlFile = If(My.Settings.UrlFileLesbianEnabled, My.Settings.UrlFileLesbian, ""),
+ .SYS_NoPornAllowed = SysNoPornAllowed
+ })
.Add(ImageGenre.Blowjob, New ImageDataContainer With
- {
- .Name = ImageGenre.Blowjob,
- .LocalDirectory = If(My.Settings.CBIBlowjob, My.Settings.IBlowjob, ""),
- .LocalSubDirectories = My.Settings.CBBlowjob,
- .UrlFile = If(My.Settings.UrlFileBlowjobEnabled, My.Settings.UrlFileBlowjob, ""),
- .SYS_NoPornAllowed = SysNoPornAllowed
- })
+ {
+ .Name = ImageGenre.Blowjob,
+ .LocalDirectory = If(My.Settings.CBIBlowjob, My.Settings.IBlowjob, ""),
+ .LocalSubDirectories = My.Settings.IBlowjobSD,
+ .UrlFile = If(My.Settings.UrlFileBlowjobEnabled, My.Settings.UrlFileBlowjob, ""),
+ .SYS_NoPornAllowed = SysNoPornAllowed
+ })
.Add(ImageGenre.Femdom, New ImageDataContainer With
- {
- .Name = ImageGenre.Femdom,
- .LocalDirectory = If(My.Settings.CBIFemdom, My.Settings.IFemdom, ""),
- .LocalSubDirectories = My.Settings.CBFemdom,
- .UrlFile = If(My.Settings.UrlFileFemdomEnabled, My.Settings.UrlFileFemdom, ""),
- .SYS_NoPornAllowed = SysNoPornAllowed
- })
+ {
+ .Name = ImageGenre.Femdom,
+ .LocalDirectory = If(My.Settings.CBIFemdom, My.Settings.IFemdom, ""),
+ .LocalSubDirectories = My.Settings.IFemdomSD,
+ .UrlFile = If(My.Settings.UrlFileFemdomEnabled, My.Settings.UrlFileFemdom, ""),
+ .SYS_NoPornAllowed = SysNoPornAllowed
+ })
.Add(ImageGenre.Lezdom, New ImageDataContainer With
{
@@ -644,7 +648,7 @@ NoNeFound:
If WaitToFinish Then BWimageFetcher.WaitToFinish()
Catch ex As Exception
Log.WriteError("Error occurred while displaying image. Fallback Failed.",
- ex, "ShowImage(String, Boolean)")
+ ex, "ShowImage(String, Boolean)")
End Try
End Sub
@@ -750,8 +754,7 @@ retryLocal: ' If an exception occures the function is restarted and the Errorima
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
Debug.Print("ImageFetch - DoWork - 1st Exception perfomaing fallback")
Log.WriteError("Error loading Image: """ & .ImageLocation & """", ex,
- "Error loading image. Performing fallback to errorimage.")
- .ImageLocation = errorimagepath
+ "Error loading image. Performing fallback to errorimage.")
GoTo retryLocal
Catch ex As Exception
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
@@ -759,7 +762,7 @@ retryLocal: ' If an exception occures the function is restarted and the Errorima
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
Debug.Print("ImageFetch - DoWork - 2nd Exception - fallback failed.")
Log.WriteError("Fallback to errorimage """ & .ImageLocation & """ failed ",
- ex, "Error loading image")
+ ex, "Error loading image")
End Try
End With
@@ -804,8 +807,6 @@ retryLocal: ' If an exception occures the function is restarted and the Errorima
If TypeOf e.Error Is TimeoutException Then Debug.Print(e.Error.Message)
If e.Error IsNot Nothing Then Exit Sub
- ssh.JustShowedBlogImage = True
-
If e.Cancelled Then
MainPictureboxSetImage(New Bitmap(Image.FromFile(pathImageErrorOnLoading)), "")
Exit Sub
@@ -830,7 +831,7 @@ retryLocal: ' If an exception occures the function is restarted and the Errorima
' All Errors
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
Log.WriteError("An Exception occurred while displaying image: " & vbCrLf & ex.Message,
- ex, "Error Displaying image.")
+ ex, "Error Displaying image.")
End Try
End Sub
@@ -911,7 +912,7 @@ retryLocal: ' If an exception occures the function is restarted and the Errorima
' All Errors
'▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨▨
Log.WriteError("Unable to set image in MainPictureBox: " & ex.Message,
- ex, "MainPictureboxSetImage")
+ ex, "MainPictureboxSetImage")
End Try
End Sub
diff --git a/Tease AI/Form1/ScriptVariables.vb b/Tease AI/Form1/ScriptVariables.vb
new file mode 100644
index 0000000..abdeefa
--- /dev/null
+++ b/Tease AI/Form1/ScriptVariables.vb
@@ -0,0 +1,283 @@
+'===========================================================================================
+'
+' ScriptVariables.vb.vb
+'
+' This file contains functions and methods to handle script Variables.
+'
+'===========================================================================================
+Imports System.IO
+
+Partial Public Class Form1
+
+ Public Function VariableFolder() As String
+ VariableFolder = Application.StartupPath & "\Scripts\" & dompersonalitycombobox.Text & "\System\Variables\"
+ Directory.CreateDirectory(VariableFolder)
+ End Function
+
+ Public Function VariableExists(varName As String)
+
+ Return File.Exists(Path.Combine(VariableFolder, varName))
+
+ End Function
+
+
+ Public Sub SetVariable(ByVal varName As String, ByVal value As String)
+
+ My.Computer.FileSystem.WriteAllText(Path.Combine(VariableFolder, varName), value, False)
+
+ End Sub
+
+ Public Function GetVariable(ByVal varName As String) As String
+
+ If VariableExists(varName) Then
+ Return TxtReadLine(Path.Combine(VariableFolder, varName))
+ Else
+ Return 0
+ End If
+
+ End Function
+
+ Public Sub DeleteVariable(ByVal varName As String)
+
+ File.Delete(Path.Combine(VariableFolder, varName))
+
+ End Sub
+
+ Public Function ChangeVariable(ByVal varName As String, ByVal operand1 As String, ByVal mathOperator As String, ByVal operand2 As String)
+ Dim Val1, Val2, Result As Integer
+
+ ' Integer.TryParse will return 0 if conversion failed.
+ If Integer.TryParse(operand1, Val1) = False Then
+ If VariableExists(operand1) Then
+ Integer.TryParse(GetVariable(operand1), Val1)
+ End If
+ End If
+
+ If Integer.TryParse(operand2, Val2) = False Then
+ If VariableExists(operand2) Then
+ Integer.TryParse(GetVariable(operand2), Val2)
+ End If
+ End If
+
+ If mathOperator.Contains("+") Then
+ Result = Val1 + Val2
+ ElseIf mathOperator.Contains("-") Then
+ Result = Val1 - Val2
+ ElseIf mathOperator.Contains("*") Then
+ Result = Val1 * Val2
+ ElseIf mathOperator.Contains("/") Then
+ If Val2 = 0 Then
+ Val2 = 1
+ ChatAddWarning("""" & operand2 & """ has returned zero. Modified to ""1"" to avoid an DivideByZeroException.")
+ End If
+ Result = Val1 / Val2
+ Else
+ Result = 0
+ End If
+
+ SetVariable(varName, Result)
+
+ Return Result
+ End Function
+
+
+
+ Public Function CheckVariable(ByVal StringCLean As String) As Boolean
+ If StringCLean.Contains("]AND[") Then StringCLean = StringCLean.Replace("]AND[", "]And[")
+ If StringCLean.Contains("]OR[") Then StringCLean = StringCLean.Replace("]OR[", "]Or[")
+ Do
+
+ Dim SCIfVar As String() = Split(StringCLean)
+ Dim SCGotVar As String = "Null"
+
+ For i As Integer = 0 To SCIfVar.Length - 1
+ If SCIfVar(i).Contains("@Variable[") Then
+ Dim IFJoin As Integer = 0
+ If Not SCIfVar(i).Contains("] ") Then
+ Do
+ IFJoin += 1
+ SCIfVar(i) = SCIfVar(i) & " " & SCIfVar(i + IFJoin)
+ SCIfVar(i + IFJoin) = ""
+ Loop Until SCIfVar(i).Contains("] ") Or SCIfVar(i).EndsWith("]")
+ End If
+ SCGotVar = SCIfVar(i).Trim
+ SCIfVar(i) = ""
+ StringCLean = Join(SCIfVar)
+ Do
+ StringCLean = StringCLean.Replace(" ", " ")
+ Loop Until Not StringCLean.Contains(" ")
+ Exit For
+ End If
+ Next
+
+ If SCGotVar.Contains("]And[") Then
+
+ Dim AndCheck As Boolean = True
+
+ For x As Integer = 0 To SCGotVar.Replace("]And[", "").Count - 1
+ If GetIf("[" & GetParentheses(SCGotVar, "@Variable[", 2) & "]") = False Then
+ AndCheck = False
+ Exit For
+ End If
+ SCGotVar = SCGotVar.Replace("[" & GetParentheses(SCGotVar, "@Variable[", 2) & "]And", "")
+ Next
+
+ Return AndCheck
+
+ ElseIf SCGotVar.Contains("]Or[") Then
+
+ Dim OrCheck As Boolean = False
+
+ For x As Integer = 0 To SCGotVar.Replace("]Or[", "").Count - 1
+ If GetIf("[" & GetParentheses(SCGotVar, "@Variable[", 2) & "]") = True Then
+ OrCheck = True
+ Exit For
+ End If
+ SCGotVar = SCGotVar.Replace("[" & GetParentheses(SCGotVar, "@Variable[", 2) & "]Or", "")
+ Next
+
+ Return OrCheck
+
+ Else
+
+ If GetIf("[" & GetParentheses(SCGotVar, "@Variable[", 2) & "]") = True Then
+
+ Return True
+
+ Else
+
+ Return False
+
+ End If
+
+ End If
+
+ Loop Until Not StringCLean.Contains("@Variable")
+
+
+ End Function
+
+#Region "---------------------------------------- Script-Dates ------------------------------------------"
+
+ Public Function GetDate(ByVal VarName As String) As Date
+
+ If VariableExists(VarName) Then
+ Date.TryParse(GetVariable(VarName), GetDate)
+ Else
+ Return FormatDateTime(Now, DateFormat.GeneralDate)
+ End If
+
+ End Function
+
+ Public Function GetTime(ByVal VarName As String) As String
+
+ Return GetDate(VarName).ToLongTimeString
+
+ End Function
+
+ Public Function CheckDateList(ByVal DateString As String, Optional ByVal Linear As Boolean = False) As Boolean
+
+ Dim DateFlag As String = GetParentheses(DateString, "@CheckDate(")
+
+ If DateFlag.Contains(",") Then
+
+ DateFlag = FixCommas(DateFlag)
+
+ Dim DateArray() As String = DateFlag.Split(",")
+ Dim DDiff As Long = 18855881
+ Dim DDiff2 As Long = 18855881
+
+ Dim DCompare As Long
+ Dim DCompare2 As Long
+
+ If Linear = False Then
+
+ If DateArray.Count = 2 Then
+ DDiff = GetDateDifference(DateArray(0), DateArray(1))
+ DCompare = GetDateCompare(DateArray(0), DateArray(1))
+ If DDiff >= DCompare Then Return True
+ Return False
+ End If
+
+ If DateArray.Count = 3 Then
+ DDiff = GetDateDifference(DateArray(0), DateArray(1))
+ DCompare = GetDateCompare(DateArray(0), DateArray(1))
+ DDiff2 = GetDateDifference(DateArray(0), DateArray(2))
+ DCompare2 = GetDateCompare(DateArray(0), DateArray(2))
+ If DDiff >= DCompare And DDiff2 <= DCompare2 Then Return True
+ Return False
+ End If
+
+ Else
+
+ If DateArray.Count = 2 Then
+ If CompareDatesWithTime(GetDate(DateArray(0))) <> 1 Then Return True
+ Return False
+ End If
+
+ If DateArray.Count = 3 Then
+ DDiff = GetDateDifference(DateArray(0), DateArray(1))
+ DCompare = GetDateCompare(DateArray(0), DateArray(1))
+ If DDiff >= DCompare Then Return True
+ Return False
+ End If
+
+ If DateArray.Count = 4 Then
+ DDiff = GetDateDifference(DateArray(0), DateArray(1))
+ DCompare = GetDateCompare(DateArray(0), DateArray(1))
+ DDiff2 = GetDateDifference(DateArray(0), DateArray(2))
+ DCompare2 = GetDateCompare(DateArray(0), DateArray(2))
+ If DDiff >= DCompare And DDiff2 <= DCompare2 Then Return True
+ Return False
+ End If
+
+ End If
+
+ Else
+ If CompareDatesWithTime(GetDate(DateFlag)) <> 1 Then Return True
+ Return False
+ End If
+
+ Return False
+
+ End Function
+
+ Public Function GetDateDifference(ByVal DateVar As String, ByVal DateString As String) As Long
+
+ Dim DDiff As Long = 0
+
+ If UCase(DateString).Contains("SECOND") Then DDiff = DateDiff(DateInterval.Second, GetDate(DateVar), Now)
+ If UCase(DateString).Contains("MINUTE") Then DDiff = DateDiff(DateInterval.Minute, GetDate(DateVar), Now) * 60
+ If UCase(DateString).Contains("HOUR") Then DDiff = DateDiff(DateInterval.Hour, GetDate(DateVar), Now) * 3600
+ If UCase(DateString).Contains("DAY") Then DDiff = DateDiff(DateInterval.Day, GetDate(DateVar), Now) * 86400
+ If UCase(DateString).Contains("WEEK") Then DDiff = DateDiff(DateInterval.Day, GetDate(DateVar), Now) * 604800
+ If UCase(DateString).Contains("MONTH") Then DDiff = DateDiff(DateInterval.Month, GetDate(DateVar), Now) * 2629746
+ If UCase(DateString).Contains("YEAR") Then DDiff = DateDiff(DateInterval.Year, GetDate(DateVar), Now) * 31536000
+
+ Return DDiff
+
+ End Function
+
+ Public Function GetDateCompare(ByVal DateVar As String, ByVal DateString As String) As Long
+
+ Dim DDiff As Long = 0
+ Dim Amount As Long = Val(DateString)
+
+ If UCase(DateString).Contains("SECOND") Then DDiff = Amount
+ If UCase(DateString).Contains("MINUTE") Then DDiff = Amount * 60
+ If UCase(DateString).Contains("HOUR") Then DDiff = Amount * 3600
+ If UCase(DateString).Contains("DAY") Then DDiff = Amount * 86400
+ If UCase(DateString).Contains("WEEK") Then DDiff = Amount * 604800
+ If UCase(DateString).Contains("MONTH") Then DDiff = Amount * 2629746
+ If UCase(DateString).Contains("YEAR") Then DDiff = Amount * 31536000
+
+ Return DDiff
+
+ End Function
+
+#End Region ' Script-Dates
+
+
+
+
+End Class
diff --git a/Tease AI/Form2.Designer.vb b/Tease AI/Form2.Designer.vb
index 56bfe65..1db45c9 100644
--- a/Tease AI/Form2.Designer.vb
+++ b/Tease AI/Form2.Designer.vb
@@ -28,10 +28,15 @@ Partial Class FrmSettings
Me.SettingsTabs = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.PNLGeneralSettings = New System.Windows.Forms.Panel()
+ Me.GroupBox3 = New System.Windows.Forms.GroupBox()
+ Me.BTNValidateSystemFiles = New System.Windows.Forms.Button()
+ Me.GroupBox2 = New System.Windows.Forms.GroupBox()
+ Me.TbxRandomImageDir = New System.Windows.Forms.TextBox()
+ Me.CBRandomDomme = New System.Windows.Forms.CheckBox()
+ Me.BtnRandomImageDir = New System.Windows.Forms.Button()
Me.BtnImportSettings = New System.Windows.Forms.Button()
Me.LblImportSettings = New System.Windows.Forms.Label()
Me.GroupBox64 = New System.Windows.Forms.GroupBox()
- Me.CBMuteMedia = New System.Windows.Forms.CheckBox()
Me.GBDommeImages = New System.Windows.Forms.GroupBox()
Me.slideshowNumBox = New System.Windows.Forms.NumericUpDown()
Me.teaseRadio = New System.Windows.Forms.RadioButton()
@@ -39,7 +44,6 @@ Partial Class FrmSettings
Me.offRadio = New System.Windows.Forms.RadioButton()
Me.BTNDomImageDir = New System.Windows.Forms.Button()
Me.timedRadio = New System.Windows.Forms.RadioButton()
- Me.TbxDomImageDir = New System.Windows.Forms.TextBox()
Me.GBGeneralTextToSpeech = New System.Windows.Forms.GroupBox()
Me.LBLVRate = New System.Windows.Forms.Label()
Me.Label93 = New System.Windows.Forms.Label()
@@ -69,13 +73,11 @@ Partial Class FrmSettings
Me.CBWebtease = New System.Windows.Forms.CheckBox()
Me.GBSubFont = New System.Windows.Forms.GroupBox()
Me.BTNSubColor = New System.Windows.Forms.Button()
- Me.LBLSubColor = New System.Windows.Forms.Label()
Me.NBFontSize = New System.Windows.Forms.NumericUpDown()
Me.Label2 = New System.Windows.Forms.Label()
Me.FontComboBox = New System.Windows.Forms.ComboBox()
Me.GBDommeFont = New System.Windows.Forms.GroupBox()
Me.BTNDomColor = New System.Windows.Forms.Button()
- Me.LBLDomColor = New System.Windows.Forms.Label()
Me.FontComboBoxD = New System.Windows.Forms.ComboBox()
Me.NBFontSizeD = New System.Windows.Forms.NumericUpDown()
Me.Label7 = New System.Windows.Forms.Label()
@@ -86,6 +88,8 @@ Partial Class FrmSettings
Me.LBLGeneralSettings = New System.Windows.Forms.Label()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.Panel3 = New System.Windows.Forms.Panel()
+ Me.GBGiveUp = New System.Windows.Forms.GroupBox()
+ Me.giveupCheckBox = New System.Windows.Forms.CheckBox()
Me.BTNLoadDomSet = New System.Windows.Forms.Button()
Me.BTNSaveDomSet = New System.Windows.Forms.Button()
Me.Label127 = New System.Windows.Forms.Label()
@@ -153,9 +157,8 @@ Partial Class FrmSettings
Me.supremacistCheckBox = New System.Windows.Forms.CheckBox()
Me.vulgarCheckBox = New System.Windows.Forms.CheckBox()
Me.crazyCheckBox = New System.Windows.Forms.CheckBox()
- Me.condescendingCheckBox = New System.Windows.Forms.CheckBox()
+ Me.CFNMCheckBox = New System.Windows.Forms.CheckBox()
Me.GBDomOrgasms = New System.Windows.Forms.GroupBox()
- Me.CBLockOrgasmChances = New System.Windows.Forms.CheckBox()
Me.orgasmlockrandombutton = New System.Windows.Forms.Button()
Me.CBDomOrgasmEnds = New System.Windows.Forms.CheckBox()
Me.Label16 = New System.Windows.Forms.Label()
@@ -193,9 +196,24 @@ Partial Class FrmSettings
Me.CBCBTBalls = New System.Windows.Forms.CheckBox()
Me.CBCBTCock = New System.Windows.Forms.CheckBox()
Me.CBTSlider = New System.Windows.Forms.TrackBar()
+ Me.GroupBox6 = New System.Windows.Forms.GroupBox()
+ Me.Label4 = New System.Windows.Forms.Label()
+ Me.LBLAvgEdgeStroking = New System.Windows.Forms.Label()
+ Me.LBLStrokeTimeTotal = New System.Windows.Forms.Label()
+ Me.Label94 = New System.Windows.Forms.Label()
+ Me.LBLLastRuined = New System.Windows.Forms.Label()
+ Me.Label65 = New System.Windows.Forms.Label()
+ Me.LBLAvgEdgeNoTouch = New System.Windows.Forms.Label()
+ Me.LBLLastOrgasm = New System.Windows.Forms.Label()
+ Me.Label14 = New System.Windows.Forms.Label()
+ Me.Label13 = New System.Windows.Forms.Label()
+ Me.Label1 = New System.Windows.Forms.Label()
Me.GroupBox35 = New System.Windows.Forms.GroupBox()
+ Me.GroupBoxSorry = New System.Windows.Forms.GroupBox()
+ Me.TBSorry = New System.Windows.Forms.TextBox()
Me.GroupBox39 = New System.Windows.Forms.GroupBox()
Me.CBHonorificInclude = New System.Windows.Forms.CheckBox()
+ Me.CBNameInclude = New System.Windows.Forms.CheckBox()
Me.CBHonorificCapitalized = New System.Windows.Forms.CheckBox()
Me.TBHonorific = New System.Windows.Forms.TextBox()
Me.GroupBox38 = New System.Windows.Forms.GroupBox()
@@ -306,77 +324,12 @@ Partial Class FrmSettings
Me.BtnImageUrlMaledom = New System.Windows.Forms.Button()
Me.BtnImageUrlFemdom = New System.Windows.Forms.Button()
Me.BtnImageUrlSoftcore = New System.Windows.Forms.Button()
- Me.ChbImageUrlHardcore = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlButts = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlMaledom = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlGay = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlSoftcore = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlBoobs = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlLesbian = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlBlowjob = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlCaptions = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlGeneral = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlFemdom = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlHentai = New System.Windows.Forms.CheckBox()
- Me.ChbImageUrlLezdom = New System.Windows.Forms.CheckBox()
- Me.TxbImageUrlBlowjob = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlSoftcore = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlLezdom = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlFemdom = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlHardcore = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlHentai = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlGay = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlLesbian = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlMaledom = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlCaptions = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlGeneral = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlBoobs = New System.Windows.Forms.TextBox()
- Me.TxbImageUrlButts = New System.Windows.Forms.TextBox()
Me.GbxImagesGenre = New System.Windows.Forms.GroupBox()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.BTNIHardcore = New System.Windows.Forms.Button()
- Me.TbxIHardcore = New System.Windows.Forms.TextBox()
- Me.CBIHardcoreSD = New System.Windows.Forms.CheckBox()
- Me.CBIHardcore = New System.Windows.Forms.CheckBox()
- Me.CBISoftcore = New System.Windows.Forms.CheckBox()
- Me.TbxISoftcore = New System.Windows.Forms.TextBox()
- Me.CBButtSubDir = New System.Windows.Forms.CheckBox()
- Me.CBISoftcoreSD = New System.Windows.Forms.CheckBox()
- Me.CBBoobSubDir = New System.Windows.Forms.CheckBox()
- Me.CBILezdomSD = New System.Windows.Forms.CheckBox()
- Me.CBIGeneralSD = New System.Windows.Forms.CheckBox()
- Me.CBILesbianSD = New System.Windows.Forms.CheckBox()
- Me.CBICaptionsSD = New System.Windows.Forms.CheckBox()
- Me.CBILesbian = New System.Windows.Forms.CheckBox()
- Me.CBIMaledomSD = New System.Windows.Forms.CheckBox()
- Me.CBIBlowjob = New System.Windows.Forms.CheckBox()
- Me.CBIGaySD = New System.Windows.Forms.CheckBox()
- Me.CBIHentaiSD = New System.Windows.Forms.CheckBox()
- Me.CBIBlowjobSD = New System.Windows.Forms.CheckBox()
- Me.CBIFemdomSD = New System.Windows.Forms.CheckBox()
- Me.TbxIButts = New System.Windows.Forms.TextBox()
- Me.CBIFemdom = New System.Windows.Forms.CheckBox()
- Me.TbxILesbian = New System.Windows.Forms.TextBox()
Me.BTNISoftcore = New System.Windows.Forms.Button()
- Me.CBILezdom = New System.Windows.Forms.CheckBox()
- Me.TbxIBoobs = New System.Windows.Forms.TextBox()
- Me.CBIHentai = New System.Windows.Forms.CheckBox()
- Me.TbxIBlowjob = New System.Windows.Forms.TextBox()
- Me.CBIGay = New System.Windows.Forms.CheckBox()
- Me.TbxIGeneral = New System.Windows.Forms.TextBox()
- Me.CBIMaledom = New System.Windows.Forms.CheckBox()
- Me.TbxIFemdom = New System.Windows.Forms.TextBox()
Me.BTNILesbian = New System.Windows.Forms.Button()
- Me.TbxICaptions = New System.Windows.Forms.TextBox()
- Me.CBICaptions = New System.Windows.Forms.CheckBox()
- Me.TbxILezdom = New System.Windows.Forms.TextBox()
- Me.TbxIMaledom = New System.Windows.Forms.TextBox()
Me.BTNButtPath = New System.Windows.Forms.Button()
- Me.TbxIHentai = New System.Windows.Forms.TextBox()
- Me.CBIGeneral = New System.Windows.Forms.CheckBox()
- Me.TbxIGay = New System.Windows.Forms.TextBox()
- Me.CBIBoobs = New System.Windows.Forms.CheckBox()
- Me.CBIButts = New System.Windows.Forms.CheckBox()
Me.BTNIBlowjob = New System.Windows.Forms.Button()
Me.BTNIFemdom = New System.Windows.Forms.Button()
Me.BTNBoobPath = New System.Windows.Forms.Button()
@@ -569,29 +522,17 @@ Partial Class FrmSettings
Me.BTNRefreshVideos = New System.Windows.Forms.Button()
Me.GbxVideoGeneralD = New System.Windows.Forms.GroupBox()
Me.LblVideoGeneralTotalD = New System.Windows.Forms.Label()
- Me.TxbVideoGeneralD = New System.Windows.Forms.TextBox()
Me.BTNVideoGeneralD = New System.Windows.Forms.Button()
- Me.CBVideoGeneralD = New System.Windows.Forms.CheckBox()
Me.GbxVideoSpecialD = New System.Windows.Forms.GroupBox()
Me.LblVideoCHTotalD = New System.Windows.Forms.Label()
Me.LblVideoJOITotalD = New System.Windows.Forms.Label()
- Me.TxbVideoCHD = New System.Windows.Forms.TextBox()
- Me.TxbVideoJOID = New System.Windows.Forms.TextBox()
Me.BTNVideoCHD = New System.Windows.Forms.Button()
Me.BTNVideoJOID = New System.Windows.Forms.Button()
- Me.CBVideoJOID = New System.Windows.Forms.CheckBox()
- Me.CBVideoCHD = New System.Windows.Forms.CheckBox()
Me.GbxVideoGenreD = New System.Windows.Forms.GroupBox()
Me.LblVideoFemsubTotalD = New System.Windows.Forms.Label()
- Me.TxbVideoFemsubD = New System.Windows.Forms.TextBox()
Me.LblVideoFemdomTotalD = New System.Windows.Forms.Label()
- Me.TxbVideoFemdomD = New System.Windows.Forms.TextBox()
- Me.TxbVideoBlowjobD = New System.Windows.Forms.TextBox()
Me.LblVideoBlowjobTotalD = New System.Windows.Forms.Label()
- Me.TxbVideoLesbianD = New System.Windows.Forms.TextBox()
- Me.TxbVideoSoftCoreD = New System.Windows.Forms.TextBox()
Me.LblVideoLesbianTotalD = New System.Windows.Forms.Label()
- Me.TxbVideoHardCoreD = New System.Windows.Forms.TextBox()
Me.BTNVideoFemSubD = New System.Windows.Forms.Button()
Me.LblVideoSoftCoreTotalD = New System.Windows.Forms.Label()
Me.BTNVideoFemDomD = New System.Windows.Forms.Button()
@@ -600,39 +541,21 @@ Partial Class FrmSettings
Me.BTNVideoLesbianD = New System.Windows.Forms.Button()
Me.BTNVideoSoftCoreD = New System.Windows.Forms.Button()
Me.BTNVideoHardCoreD = New System.Windows.Forms.Button()
- Me.CBVideoHardcoreD = New System.Windows.Forms.CheckBox()
- Me.CBVideoSoftCoreD = New System.Windows.Forms.CheckBox()
- Me.CBVideoLesbianD = New System.Windows.Forms.CheckBox()
- Me.CBVideoBlowjobD = New System.Windows.Forms.CheckBox()
- Me.CBVideoFemsubD = New System.Windows.Forms.CheckBox()
- Me.CBVideoFemdomD = New System.Windows.Forms.CheckBox()
Me.GbxVideoDescription = New System.Windows.Forms.GroupBox()
Me.VideoDescriptionLabel = New System.Windows.Forms.Label()
Me.GbxVideoGeneral = New System.Windows.Forms.GroupBox()
Me.LblVideoGeneralTotal = New System.Windows.Forms.Label()
- Me.TxbVideoGeneral = New System.Windows.Forms.TextBox()
Me.BTNVideoGeneral = New System.Windows.Forms.Button()
- Me.CBVideoGeneral = New System.Windows.Forms.CheckBox()
Me.GbxVideoSpecial = New System.Windows.Forms.GroupBox()
Me.LblVideoCHTotal = New System.Windows.Forms.Label()
Me.LblVideoJOITotal = New System.Windows.Forms.Label()
- Me.TxbVideoCH = New System.Windows.Forms.TextBox()
- Me.TxbVideoJOI = New System.Windows.Forms.TextBox()
Me.BTNVideoCH = New System.Windows.Forms.Button()
Me.BTNVideoJOI = New System.Windows.Forms.Button()
- Me.CBVideoJOI = New System.Windows.Forms.CheckBox()
- Me.CBVideoCH = New System.Windows.Forms.CheckBox()
Me.GbxVideoGenre = New System.Windows.Forms.GroupBox()
Me.LblVideoFemsubTotal = New System.Windows.Forms.Label()
- Me.TxbVideoFemsub = New System.Windows.Forms.TextBox()
Me.LblVideoFemdomTotal = New System.Windows.Forms.Label()
- Me.TxbVideoFemdom = New System.Windows.Forms.TextBox()
- Me.TxbVideoBlowjob = New System.Windows.Forms.TextBox()
Me.LblVideoBlowjobTotal = New System.Windows.Forms.Label()
- Me.TxbVideoLesbian = New System.Windows.Forms.TextBox()
- Me.TxbVideoSoftCore = New System.Windows.Forms.TextBox()
Me.LblVideoLesbianTotal = New System.Windows.Forms.Label()
- Me.TxbVideoHardCore = New System.Windows.Forms.TextBox()
Me.BTNVideoFemSub = New System.Windows.Forms.Button()
Me.LblVideoSoftCoreTotal = New System.Windows.Forms.Label()
Me.BTNVideoFemDom = New System.Windows.Forms.Button()
@@ -641,116 +564,62 @@ Partial Class FrmSettings
Me.BTNVideoLesbian = New System.Windows.Forms.Button()
Me.BTNVideoSoftCore = New System.Windows.Forms.Button()
Me.BTNVideoHardCore = New System.Windows.Forms.Button()
- Me.CBVideoHardcore = New System.Windows.Forms.CheckBox()
- Me.CBVideoSoftCore = New System.Windows.Forms.CheckBox()
- Me.CBVideoLesbian = New System.Windows.Forms.CheckBox()
- Me.CBVideoBlowjob = New System.Windows.Forms.CheckBox()
- Me.CBVideoFemsub = New System.Windows.Forms.CheckBox()
- Me.CBVideoFemdom = New System.Windows.Forms.CheckBox()
Me.LblVideoHeader = New System.Windows.Forms.Label()
Me.TabPage20 = New System.Windows.Forms.TabPage()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage22 = New System.Windows.Forms.TabPage()
Me.PNLGlitter = New System.Windows.Forms.Panel()
+ Me.GroupBox14 = New System.Windows.Forms.GroupBox()
+ Me.Label170 = New System.Windows.Forms.Label()
+ Me.alwaysNewSlideshow = New System.Windows.Forms.CheckBox()
+ Me.RandomHonorific = New System.Windows.Forms.TextBox()
+ Me.GroupBox4 = New System.Windows.Forms.GroupBox()
+ Me.LBLCurrentDomme = New System.Windows.Forms.Label()
+ Me.BTNDomChangeContact1 = New System.Windows.Forms.Button()
+ Me.BTNDomChangeRandom = New System.Windows.Forms.Button()
+ Me.BTNDomChangeContact3 = New System.Windows.Forms.Button()
+ Me.BTNDomChangeContact2 = New System.Windows.Forms.Button()
+ Me.BTNDomChangeDomme = New System.Windows.Forms.Button()
Me.Button15 = New System.Windows.Forms.Button()
Me.Button16 = New System.Windows.Forms.Button()
Me.Label121 = New System.Windows.Forms.Label()
Me.Label122 = New System.Windows.Forms.Label()
Me.GBGlitterD = New System.Windows.Forms.GroupBox()
Me.GrbGlitterfeed = New System.Windows.Forms.GroupBox()
- Me.CBGlitterFeedScripts = New System.Windows.Forms.RadioButton()
- Me.CBGlitterFeed = New System.Windows.Forms.RadioButton()
- Me.CBGlitterFeedOff = New System.Windows.Forms.RadioButton()
Me.BTNGlitterD = New System.Windows.Forms.Button()
- Me.LBLGlitterNCDomme = New System.Windows.Forms.Label()
Me.LBLGlitterSlider = New System.Windows.Forms.Label()
- Me.CBCustom2 = New System.Windows.Forms.CheckBox()
- Me.GlitterSlider = New System.Windows.Forms.TrackBar()
- Me.CBCustom1 = New System.Windows.Forms.CheckBox()
- Me.CBDaily = New System.Windows.Forms.CheckBox()
- Me.CBTrivia = New System.Windows.Forms.CheckBox()
- Me.TBGlitterShortName = New System.Windows.Forms.TextBox()
- Me.CBEgotist = New System.Windows.Forms.CheckBox()
- Me.CBTease = New System.Windows.Forms.CheckBox()
Me.GlitterAV = New System.Windows.Forms.PictureBox()
Me.GBGlitter1 = New System.Windows.Forms.GroupBox()
+ Me.Label167 = New System.Windows.Forms.Label()
+ Me.G1Honorific = New System.Windows.Forms.TextBox()
Me.BtnContact1ImageDirClear = New System.Windows.Forms.Button()
Me.BtnContact1ImageDir = New System.Windows.Forms.Button()
- Me.TbxContact1ImageDir = New System.Windows.Forms.TextBox()
Me.BTNGlitter1 = New System.Windows.Forms.Button()
- Me.LBLGlitterNC1 = New System.Windows.Forms.Label()
Me.LBLGlitterSlider1 = New System.Windows.Forms.Label()
- Me.GlitterSlider1 = New System.Windows.Forms.TrackBar()
- Me.CBGlitter1 = New System.Windows.Forms.CheckBox()
- Me.TBGlitter1 = New System.Windows.Forms.TextBox()
Me.GlitterAV1 = New System.Windows.Forms.PictureBox()
Me.GBGlitter3 = New System.Windows.Forms.GroupBox()
+ Me.Label168 = New System.Windows.Forms.Label()
+ Me.G3Honorific = New System.Windows.Forms.TextBox()
Me.BtnContact3ImageDirClear = New System.Windows.Forms.Button()
Me.BtnContact3ImageDir = New System.Windows.Forms.Button()
- Me.TbxContact3ImageDir = New System.Windows.Forms.TextBox()
Me.BTNGlitter3 = New System.Windows.Forms.Button()
- Me.LBLGlitterNC3 = New System.Windows.Forms.Label()
Me.LBLGlitterSlider3 = New System.Windows.Forms.Label()
- Me.GlitterSlider3 = New System.Windows.Forms.TrackBar()
- Me.CBGlitter3 = New System.Windows.Forms.CheckBox()
- Me.TBGlitter3 = New System.Windows.Forms.TextBox()
Me.GlitterAV3 = New System.Windows.Forms.PictureBox()
Me.GBGlitter2 = New System.Windows.Forms.GroupBox()
+ Me.Label169 = New System.Windows.Forms.Label()
+ Me.G2Honorific = New System.Windows.Forms.TextBox()
Me.BtnContact2ImageDirClear = New System.Windows.Forms.Button()
Me.BtnContact2ImageDir = New System.Windows.Forms.Button()
- Me.TbxContact2ImageDir = New System.Windows.Forms.TextBox()
Me.BTNGlitter2 = New System.Windows.Forms.Button()
- Me.LBLGlitterNC2 = New System.Windows.Forms.Label()
Me.LBLGlitterSlider2 = New System.Windows.Forms.Label()
- Me.GlitterSlider2 = New System.Windows.Forms.TrackBar()
- Me.CBGlitter2 = New System.Windows.Forms.CheckBox()
- Me.TBGlitter2 = New System.Windows.Forms.TextBox()
Me.GlitterAV2 = New System.Windows.Forms.PictureBox()
Me.TpGames = New System.Windows.Forms.TabPage()
- Me.CBIncludeGifs = New System.Windows.Forms.CheckBox()
Me.LblCardsSetupNote = New System.Windows.Forms.Label()
Me.CBGameSounds = New System.Windows.Forms.CheckBox()
Me.GbxCardsGold = New System.Windows.Forms.GroupBox()
- Me.GN6 = New System.Windows.Forms.TextBox()
- Me.GP6 = New System.Windows.Forms.PictureBox()
- Me.GN2 = New System.Windows.Forms.TextBox()
- Me.GP2 = New System.Windows.Forms.PictureBox()
- Me.GP5 = New System.Windows.Forms.PictureBox()
- Me.GN1 = New System.Windows.Forms.TextBox()
- Me.GP1 = New System.Windows.Forms.PictureBox()
- Me.GN5 = New System.Windows.Forms.TextBox()
- Me.GN3 = New System.Windows.Forms.TextBox()
- Me.GP3 = New System.Windows.Forms.PictureBox()
- Me.GP4 = New System.Windows.Forms.PictureBox()
- Me.GN4 = New System.Windows.Forms.TextBox()
Me.GbxCardsBackground = New System.Windows.Forms.GroupBox()
- Me.CardBack = New System.Windows.Forms.PictureBox()
Me.GbxCardsBronze = New System.Windows.Forms.GroupBox()
- Me.BN6 = New System.Windows.Forms.TextBox()
- Me.BN3 = New System.Windows.Forms.TextBox()
- Me.BP3 = New System.Windows.Forms.PictureBox()
- Me.BP6 = New System.Windows.Forms.PictureBox()
- Me.BN2 = New System.Windows.Forms.TextBox()
- Me.BN5 = New System.Windows.Forms.TextBox()
- Me.BP5 = New System.Windows.Forms.PictureBox()
- Me.BP2 = New System.Windows.Forms.PictureBox()
- Me.BN1 = New System.Windows.Forms.TextBox()
- Me.BN4 = New System.Windows.Forms.TextBox()
- Me.BP4 = New System.Windows.Forms.PictureBox()
- Me.BP1 = New System.Windows.Forms.PictureBox()
Me.GbxCardsSilver = New System.Windows.Forms.GroupBox()
- Me.SN6 = New System.Windows.Forms.TextBox()
- Me.SP6 = New System.Windows.Forms.PictureBox()
- Me.SN2 = New System.Windows.Forms.TextBox()
- Me.SP2 = New System.Windows.Forms.PictureBox()
- Me.SN1 = New System.Windows.Forms.TextBox()
- Me.SP5 = New System.Windows.Forms.PictureBox()
- Me.SP1 = New System.Windows.Forms.PictureBox()
- Me.SN5 = New System.Windows.Forms.TextBox()
- Me.SN3 = New System.Windows.Forms.TextBox()
- Me.SN4 = New System.Windows.Forms.TextBox()
- Me.SP3 = New System.Windows.Forms.PictureBox()
- Me.SP4 = New System.Windows.Forms.PictureBox()
Me.TabPage6 = New System.Windows.Forms.TabPage()
Me.Panel10 = New System.Windows.Forms.Panel()
Me.TBWishlistComment = New System.Windows.Forms.TextBox()
@@ -781,20 +650,13 @@ Partial Class FrmSettings
Me.PictureBox10 = New System.Windows.Forms.PictureBox()
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
Me.CBTransparentTime = New System.Windows.Forms.CheckBox()
- Me.LBLDateTimeColor2 = New System.Windows.Forms.Label()
Me.Label137 = New System.Windows.Forms.Label()
Me.Label138 = New System.Windows.Forms.Label()
- Me.LBLDateBackColor2 = New System.Windows.Forms.Label()
Me.LBLTextColor = New System.Windows.Forms.Label()
- Me.LBLChatWindowColor2 = New System.Windows.Forms.Label()
- Me.LBLTextColor2 = New System.Windows.Forms.Label()
Me.LBLChatTextColor = New System.Windows.Forms.Label()
- Me.LBLBackColor2 = New System.Windows.Forms.Label()
Me.LBLButtonColor = New System.Windows.Forms.Label()
Me.LBLChatWindowColor = New System.Windows.Forms.Label()
Me.LBLBackColor = New System.Windows.Forms.Label()
- Me.LBLChatTextColor2 = New System.Windows.Forms.Label()
- Me.LBLButtonColor2 = New System.Windows.Forms.Label()
Me.GroupBox11 = New System.Windows.Forms.GroupBox()
Me.Label144 = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
@@ -809,8 +671,6 @@ Partial Class FrmSettings
Me.GroupBox69 = New System.Windows.Forms.GroupBox()
Me.TypesSpeedVal = New System.Windows.Forms.Label()
Me.TypeSpeedLabel = New System.Windows.Forms.Label()
- Me.TimedWriting = New System.Windows.Forms.CheckBox()
- Me.TypeSpeedSlider = New System.Windows.Forms.TrackBar()
Me.GroupBox68 = New System.Windows.Forms.GroupBox()
Me.NBTasksMax = New System.Windows.Forms.NumericUpDown()
Me.NBTasksMin = New System.Windows.Forms.NumericUpDown()
@@ -818,26 +678,16 @@ Partial Class FrmSettings
Me.Label166 = New System.Windows.Forms.Label()
Me.GroupBox67 = New System.Windows.Forms.GroupBox()
Me.Label161 = New System.Windows.Forms.Label()
- Me.NBTaskCBTTimeMax = New System.Windows.Forms.NumericUpDown()
- Me.NBTaskCBTTimeMin = New System.Windows.Forms.NumericUpDown()
Me.Label162 = New System.Windows.Forms.Label()
Me.Label163 = New System.Windows.Forms.Label()
Me.Label158 = New System.Windows.Forms.Label()
- Me.NBTaskEdgeHoldTimeMax = New System.Windows.Forms.NumericUpDown()
- Me.NBTaskEdgeHoldTimeMin = New System.Windows.Forms.NumericUpDown()
Me.Label159 = New System.Windows.Forms.Label()
Me.Label160 = New System.Windows.Forms.Label()
- Me.NBTaskEdgesMax = New System.Windows.Forms.NumericUpDown()
- Me.NBTaskEdgesMin = New System.Windows.Forms.NumericUpDown()
Me.Label119 = New System.Windows.Forms.Label()
Me.Label157 = New System.Windows.Forms.Label()
Me.Label151 = New System.Windows.Forms.Label()
- Me.NBTaskStrokingTimeMax = New System.Windows.Forms.NumericUpDown()
- Me.NBTaskStrokingTimeMin = New System.Windows.Forms.NumericUpDown()
Me.Label154 = New System.Windows.Forms.Label()
Me.Label155 = New System.Windows.Forms.Label()
- Me.NBTaskStrokesMax = New System.Windows.Forms.NumericUpDown()
- Me.NBTaskStrokesMin = New System.Windows.Forms.NumericUpDown()
Me.Label146 = New System.Windows.Forms.Label()
Me.Label149 = New System.Windows.Forms.Label()
Me.GroupBox10 = New System.Windows.Forms.GroupBox()
@@ -891,15 +741,10 @@ Partial Class FrmSettings
Me.GroupBox18 = New System.Windows.Forms.GroupBox()
Me.Label108 = New System.Windows.Forms.Label()
Me.Label109 = New System.Windows.Forms.Label()
- Me.NBCensorShowMin = New System.Windows.Forms.NumericUpDown()
- Me.NBCensorHideMax = New System.Windows.Forms.NumericUpDown()
- Me.NBCensorHideMin = New System.Windows.Forms.NumericUpDown()
- Me.CBCensorConstant = New System.Windows.Forms.CheckBox()
Me.Label25 = New System.Windows.Forms.Label()
Me.Label20 = New System.Windows.Forms.Label()
Me.Label19 = New System.Windows.Forms.Label()
Me.Label24 = New System.Windows.Forms.Label()
- Me.NBCensorShowMax = New System.Windows.Forms.NumericUpDown()
Me.GBRangeOrgasmChance = New System.Windows.Forms.GroupBox()
Me.Label89 = New System.Windows.Forms.Label()
Me.NBAllowSometimes = New System.Windows.Forms.NumericUpDown()
@@ -988,6 +833,8 @@ Partial Class FrmSettings
Me.Button11 = New System.Windows.Forms.Button()
Me.LBLChastityState = New System.Windows.Forms.Label()
Me.Label120 = New System.Windows.Forms.Label()
+ Me.GroupBox8 = New System.Windows.Forms.GroupBox()
+ Me.CBOutputErrors = New System.Windows.Forms.CheckBox()
Me.GroupBox27 = New System.Windows.Forms.GroupBox()
Me.Button6 = New System.Windows.Forms.Button()
Me.LBLSesSpace = New System.Windows.Forms.Label()
@@ -996,6 +843,14 @@ Partial Class FrmSettings
Me.Label125 = New System.Windows.Forms.Label()
Me.Label124 = New System.Windows.Forms.Label()
Me.GroupBox20 = New System.Windows.Forms.GroupBox()
+ Me.BTNURLFileReplace = New System.Windows.Forms.Button()
+ Me.Label87 = New System.Windows.Forms.Label()
+ Me.TBURLFileWith = New System.Windows.Forms.TextBox()
+ Me.Label118 = New System.Windows.Forms.Label()
+ Me.Label85 = New System.Windows.Forms.Label()
+ Me.TBURLFileReplace = New System.Windows.Forms.TextBox()
+ Me.Label53 = New System.Windows.Forms.Label()
+ Me.Label8 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.BTNMaintenanceScripts = New System.Windows.Forms.Button()
Me.BTNMaintenanceRefresh = New System.Windows.Forms.Button()
@@ -1006,12 +861,12 @@ Partial Class FrmSettings
Me.PBMaintenance = New System.Windows.Forms.ProgressBar()
Me.LBLMaintenance = New System.Windows.Forms.Label()
Me.BTNMaintenanceRebuild = New System.Windows.Forms.Button()
- Me.WebToy = New System.Windows.Forms.WebBrowser()
Me.GroupBox15 = New System.Windows.Forms.GroupBox()
Me.Label115 = New System.Windows.Forms.Label()
Me.TBWebStop = New System.Windows.Forms.TextBox()
Me.TBWebStart = New System.Windows.Forms.TextBox()
Me.Label114 = New System.Windows.Forms.Label()
+ Me.WebToy = New System.Windows.Forms.WebBrowser()
Me.PictureBox9 = New System.Windows.Forms.PictureBox()
Me.Label148 = New System.Windows.Forms.Label()
Me.TabPage28 = New System.Windows.Forms.TabPage()
@@ -1062,24 +917,13 @@ Partial Class FrmSettings
Me.Label3 = New System.Windows.Forms.Label()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.Label41 = New System.Windows.Forms.Label()
+ Me.BtnRandomImageDirClear = New System.Windows.Forms.Button()
Me.GroupBox47 = New System.Windows.Forms.GroupBox()
Me.GroupBox41 = New System.Windows.Forms.GroupBox()
Me.Button34 = New System.Windows.Forms.Button()
Me.GroupBox40 = New System.Windows.Forms.GroupBox()
Me.GroupBox44 = New System.Windows.Forms.GroupBox()
Me.Label100 = New System.Windows.Forms.Label()
- Me.GroupBox6 = New System.Windows.Forms.GroupBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.LBLAvgEdgeStroking = New System.Windows.Forms.Label()
- Me.LBLStrokeTimeTotal = New System.Windows.Forms.Label()
- Me.Label94 = New System.Windows.Forms.Label()
- Me.LBLLastRuined = New System.Windows.Forms.Label()
- Me.Label65 = New System.Windows.Forms.Label()
- Me.LBLAvgEdgeNoTouch = New System.Windows.Forms.Label()
- Me.LBLLastOrgasm = New System.Windows.Forms.Label()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
Me.GroupBox21 = New System.Windows.Forms.GroupBox()
Me.Label153 = New System.Windows.Forms.Label()
Me.LBLRangeSettingsDescription = New System.Windows.Forms.Label()
@@ -1107,41 +951,240 @@ Partial Class FrmSettings
Me.TxbImgUrlHardcore = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.BWURLFiles = New Tease_AI.URL_Files.URL_File_BGW()
- Me.SettingsPanel.SuspendLayout()
- Me.SettingsTabs.SuspendLayout()
- Me.TabPage1.SuspendLayout()
- Me.PNLGeneralSettings.SuspendLayout()
- Me.GroupBox64.SuspendLayout()
- Me.GBDommeImages.SuspendLayout()
- CType(Me.slideshowNumBox, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GBGeneralTextToSpeech.SuspendLayout()
- CType(Me.SliderVRate, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SliderVVolume, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GBSafeword.SuspendLayout()
- Me.GBGeneralSystem.SuspendLayout()
- Me.GBGeneralImages.SuspendLayout()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GBGeneralSettings.SuspendLayout()
- Me.GBSubFont.SuspendLayout()
- CType(Me.NBFontSize, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GBDommeFont.SuspendLayout()
- CType(Me.NBFontSizeD, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.TabPage2.SuspendLayout()
- Me.Panel3.SuspendLayout()
- CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GBDomTypingStyle.SuspendLayout()
- CType(Me.NBTypoChance, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox63.SuspendLayout()
- Me.GBDomRanges.SuspendLayout()
- CType(Me.NBDomMoodMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBDomMoodMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBSubAgeMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBSubAgeMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBSelfAgeMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBSelfAgeMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBAvgCockMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBAvgCockMin, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GBDomStats.SuspendLayout()
+ Me.CbxWarningsToChat = New System.Windows.Forms.CheckBox()
+ Me.CBMuteMedia = New System.Windows.Forms.CheckBox()
+ Me.TbxDomImageDir = New System.Windows.Forms.TextBox()
+ Me.LBLSubColor = New System.Windows.Forms.Label()
+ Me.LBLDomColor = New System.Windows.Forms.Label()
+ Me.CBLockOrgasmChances = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlHardcore = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlButts = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlMaledom = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlGay = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlSoftcore = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlBoobs = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlLesbian = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlBlowjob = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlCaptions = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlGeneral = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlFemdom = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlHentai = New System.Windows.Forms.CheckBox()
+ Me.ChbImageUrlLezdom = New System.Windows.Forms.CheckBox()
+ Me.TxbImageUrlBlowjob = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlSoftcore = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlLezdom = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlFemdom = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlHardcore = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlHentai = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlGay = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlLesbian = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlMaledom = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlCaptions = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlGeneral = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlBoobs = New System.Windows.Forms.TextBox()
+ Me.TxbImageUrlButts = New System.Windows.Forms.TextBox()
+ Me.TbxIHardcore = New System.Windows.Forms.TextBox()
+ Me.CBIHardcoreSD = New System.Windows.Forms.CheckBox()
+ Me.CBIHardcore = New System.Windows.Forms.CheckBox()
+ Me.CBISoftcore = New System.Windows.Forms.CheckBox()
+ Me.TbxISoftcore = New System.Windows.Forms.TextBox()
+ Me.CBButtSubDir = New System.Windows.Forms.CheckBox()
+ Me.CBISoftcoreSD = New System.Windows.Forms.CheckBox()
+ Me.CBBoobSubDir = New System.Windows.Forms.CheckBox()
+ Me.CBILezdomSD = New System.Windows.Forms.CheckBox()
+ Me.CBIGeneralSD = New System.Windows.Forms.CheckBox()
+ Me.CBILesbianSD = New System.Windows.Forms.CheckBox()
+ Me.CBICaptionsSD = New System.Windows.Forms.CheckBox()
+ Me.CBILesbian = New System.Windows.Forms.CheckBox()
+ Me.CBIMaledomSD = New System.Windows.Forms.CheckBox()
+ Me.CBIBlowjob = New System.Windows.Forms.CheckBox()
+ Me.CBIGaySD = New System.Windows.Forms.CheckBox()
+ Me.CBIHentaiSD = New System.Windows.Forms.CheckBox()
+ Me.CBIBlowjobSD = New System.Windows.Forms.CheckBox()
+ Me.CBIFemdomSD = New System.Windows.Forms.CheckBox()
+ Me.TbxIButts = New System.Windows.Forms.TextBox()
+ Me.CBIFemdom = New System.Windows.Forms.CheckBox()
+ Me.TbxILesbian = New System.Windows.Forms.TextBox()
+ Me.CBILezdom = New System.Windows.Forms.CheckBox()
+ Me.TbxIBoobs = New System.Windows.Forms.TextBox()
+ Me.CBIHentai = New System.Windows.Forms.CheckBox()
+ Me.TbxIBlowjob = New System.Windows.Forms.TextBox()
+ Me.CBIGay = New System.Windows.Forms.CheckBox()
+ Me.TbxIGeneral = New System.Windows.Forms.TextBox()
+ Me.CBIMaledom = New System.Windows.Forms.CheckBox()
+ Me.TbxIFemdom = New System.Windows.Forms.TextBox()
+ Me.TbxICaptions = New System.Windows.Forms.TextBox()
+ Me.CBICaptions = New System.Windows.Forms.CheckBox()
+ Me.TbxILezdom = New System.Windows.Forms.TextBox()
+ Me.TbxIMaledom = New System.Windows.Forms.TextBox()
+ Me.TbxIHentai = New System.Windows.Forms.TextBox()
+ Me.CBIGeneral = New System.Windows.Forms.CheckBox()
+ Me.TbxIGay = New System.Windows.Forms.TextBox()
+ Me.CBIBoobs = New System.Windows.Forms.CheckBox()
+ Me.CBIButts = New System.Windows.Forms.CheckBox()
+ Me.TxbVideoGeneralD = New System.Windows.Forms.TextBox()
+ Me.CBVideoGeneralD = New System.Windows.Forms.CheckBox()
+ Me.TxbVideoCHD = New System.Windows.Forms.TextBox()
+ Me.TxbVideoJOID = New System.Windows.Forms.TextBox()
+ Me.CBVideoJOID = New System.Windows.Forms.CheckBox()
+ Me.CBVideoCHD = New System.Windows.Forms.CheckBox()
+ Me.TxbVideoFemsubD = New System.Windows.Forms.TextBox()
+ Me.TxbVideoFemdomD = New System.Windows.Forms.TextBox()
+ Me.TxbVideoBlowjobD = New System.Windows.Forms.TextBox()
+ Me.TxbVideoLesbianD = New System.Windows.Forms.TextBox()
+ Me.TxbVideoSoftCoreD = New System.Windows.Forms.TextBox()
+ Me.TxbVideoHardCoreD = New System.Windows.Forms.TextBox()
+ Me.CBVideoHardcoreD = New System.Windows.Forms.CheckBox()
+ Me.CBVideoSoftCoreD = New System.Windows.Forms.CheckBox()
+ Me.CBVideoLesbianD = New System.Windows.Forms.CheckBox()
+ Me.CBVideoBlowjobD = New System.Windows.Forms.CheckBox()
+ Me.CBVideoFemsubD = New System.Windows.Forms.CheckBox()
+ Me.CBVideoFemdomD = New System.Windows.Forms.CheckBox()
+ Me.TxbVideoGeneral = New System.Windows.Forms.TextBox()
+ Me.CBVideoGeneral = New System.Windows.Forms.CheckBox()
+ Me.TxbVideoCH = New System.Windows.Forms.TextBox()
+ Me.TxbVideoJOI = New System.Windows.Forms.TextBox()
+ Me.CBVideoJOI = New System.Windows.Forms.CheckBox()
+ Me.CBVideoCH = New System.Windows.Forms.CheckBox()
+ Me.TxbVideoFemsub = New System.Windows.Forms.TextBox()
+ Me.TxbVideoFemdom = New System.Windows.Forms.TextBox()
+ Me.TxbVideoBlowjob = New System.Windows.Forms.TextBox()
+ Me.TxbVideoLesbian = New System.Windows.Forms.TextBox()
+ Me.TxbVideoSoftCore = New System.Windows.Forms.TextBox()
+ Me.TxbVideoHardCore = New System.Windows.Forms.TextBox()
+ Me.CBVideoHardcore = New System.Windows.Forms.CheckBox()
+ Me.CBVideoSoftCore = New System.Windows.Forms.CheckBox()
+ Me.CBVideoLesbian = New System.Windows.Forms.CheckBox()
+ Me.CBVideoBlowjob = New System.Windows.Forms.CheckBox()
+ Me.CBVideoFemsub = New System.Windows.Forms.CheckBox()
+ Me.CBVideoFemdom = New System.Windows.Forms.CheckBox()
+ Me.CBGlitterFeedScripts = New System.Windows.Forms.RadioButton()
+ Me.CBGlitterFeed = New System.Windows.Forms.RadioButton()
+ Me.CBGlitterFeedOff = New System.Windows.Forms.RadioButton()
+ Me.LBLGlitterNCDomme = New System.Windows.Forms.Label()
+ Me.CBCustom2 = New System.Windows.Forms.CheckBox()
+ Me.GlitterSlider = New System.Windows.Forms.TrackBar()
+ Me.CBCustom1 = New System.Windows.Forms.CheckBox()
+ Me.CBDaily = New System.Windows.Forms.CheckBox()
+ Me.CBTrivia = New System.Windows.Forms.CheckBox()
+ Me.TBGlitterShortName = New System.Windows.Forms.TextBox()
+ Me.CBEgotist = New System.Windows.Forms.CheckBox()
+ Me.CBTease = New System.Windows.Forms.CheckBox()
+ Me.TbxContact1ImageDir = New System.Windows.Forms.TextBox()
+ Me.LBLGlitterNC1 = New System.Windows.Forms.Label()
+ Me.GlitterSlider1 = New System.Windows.Forms.TrackBar()
+ Me.CBGlitter1 = New System.Windows.Forms.CheckBox()
+ Me.TBGlitter1 = New System.Windows.Forms.TextBox()
+ Me.TbxContact3ImageDir = New System.Windows.Forms.TextBox()
+ Me.LBLGlitterNC3 = New System.Windows.Forms.Label()
+ Me.GlitterSlider3 = New System.Windows.Forms.TrackBar()
+ Me.CBGlitter3 = New System.Windows.Forms.CheckBox()
+ Me.TBGlitter3 = New System.Windows.Forms.TextBox()
+ Me.TbxContact2ImageDir = New System.Windows.Forms.TextBox()
+ Me.LBLGlitterNC2 = New System.Windows.Forms.Label()
+ Me.GlitterSlider2 = New System.Windows.Forms.TrackBar()
+ Me.CBGlitter2 = New System.Windows.Forms.CheckBox()
+ Me.TBGlitter2 = New System.Windows.Forms.TextBox()
+ Me.CBIncludeGifs = New System.Windows.Forms.CheckBox()
+ Me.GN6 = New System.Windows.Forms.TextBox()
+ Me.GP6 = New System.Windows.Forms.PictureBox()
+ Me.GN2 = New System.Windows.Forms.TextBox()
+ Me.GP2 = New System.Windows.Forms.PictureBox()
+ Me.GP5 = New System.Windows.Forms.PictureBox()
+ Me.GN1 = New System.Windows.Forms.TextBox()
+ Me.GP1 = New System.Windows.Forms.PictureBox()
+ Me.GN5 = New System.Windows.Forms.TextBox()
+ Me.GN3 = New System.Windows.Forms.TextBox()
+ Me.GP3 = New System.Windows.Forms.PictureBox()
+ Me.GP4 = New System.Windows.Forms.PictureBox()
+ Me.GN4 = New System.Windows.Forms.TextBox()
+ Me.CardBack = New System.Windows.Forms.PictureBox()
+ Me.BN6 = New System.Windows.Forms.TextBox()
+ Me.BN3 = New System.Windows.Forms.TextBox()
+ Me.BP3 = New System.Windows.Forms.PictureBox()
+ Me.BP6 = New System.Windows.Forms.PictureBox()
+ Me.BN2 = New System.Windows.Forms.TextBox()
+ Me.BN5 = New System.Windows.Forms.TextBox()
+ Me.BP5 = New System.Windows.Forms.PictureBox()
+ Me.BP2 = New System.Windows.Forms.PictureBox()
+ Me.BN1 = New System.Windows.Forms.TextBox()
+ Me.BN4 = New System.Windows.Forms.TextBox()
+ Me.BP4 = New System.Windows.Forms.PictureBox()
+ Me.BP1 = New System.Windows.Forms.PictureBox()
+ Me.SN6 = New System.Windows.Forms.TextBox()
+ Me.SP6 = New System.Windows.Forms.PictureBox()
+ Me.SN2 = New System.Windows.Forms.TextBox()
+ Me.SP2 = New System.Windows.Forms.PictureBox()
+ Me.SN1 = New System.Windows.Forms.TextBox()
+ Me.SP5 = New System.Windows.Forms.PictureBox()
+ Me.SP1 = New System.Windows.Forms.PictureBox()
+ Me.SN5 = New System.Windows.Forms.TextBox()
+ Me.SN3 = New System.Windows.Forms.TextBox()
+ Me.SN4 = New System.Windows.Forms.TextBox()
+ Me.SP3 = New System.Windows.Forms.PictureBox()
+ Me.SP4 = New System.Windows.Forms.PictureBox()
+ Me.LBLDateTimeColor2 = New System.Windows.Forms.Label()
+ Me.LBLDateBackColor2 = New System.Windows.Forms.Label()
+ Me.LBLChatWindowColor2 = New System.Windows.Forms.Label()
+ Me.LBLTextColor2 = New System.Windows.Forms.Label()
+ Me.LBLBackColor2 = New System.Windows.Forms.Label()
+ Me.LBLChatTextColor2 = New System.Windows.Forms.Label()
+ Me.LBLButtonColor2 = New System.Windows.Forms.Label()
+ Me.TimedWriting = New System.Windows.Forms.CheckBox()
+ Me.TypeSpeedSlider = New System.Windows.Forms.TrackBar()
+ Me.NBTaskCBTTimeMax = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskCBTTimeMin = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskEdgeHoldTimeMax = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskEdgeHoldTimeMin = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskEdgesMax = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskEdgesMin = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskStrokingTimeMax = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskStrokingTimeMin = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskStrokesMax = New System.Windows.Forms.NumericUpDown()
+ Me.NBTaskStrokesMin = New System.Windows.Forms.NumericUpDown()
+ Me.NBCensorShowMin = New System.Windows.Forms.NumericUpDown()
+ Me.NBCensorHideMax = New System.Windows.Forms.NumericUpDown()
+ Me.NBCensorHideMin = New System.Windows.Forms.NumericUpDown()
+ Me.CBCensorConstant = New System.Windows.Forms.CheckBox()
+ Me.NBCensorShowMax = New System.Windows.Forms.NumericUpDown()
+ Me.SettingsPanel.SuspendLayout()
+ Me.SettingsTabs.SuspendLayout()
+ Me.TabPage1.SuspendLayout()
+ Me.PNLGeneralSettings.SuspendLayout()
+ Me.GroupBox3.SuspendLayout()
+ Me.GroupBox2.SuspendLayout()
+ Me.GroupBox64.SuspendLayout()
+ Me.GBDommeImages.SuspendLayout()
+ CType(Me.slideshowNumBox, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GBGeneralTextToSpeech.SuspendLayout()
+ CType(Me.SliderVRate, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.SliderVVolume, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GBSafeword.SuspendLayout()
+ Me.GBGeneralSystem.SuspendLayout()
+ Me.GBGeneralImages.SuspendLayout()
+ CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GBGeneralSettings.SuspendLayout()
+ Me.GBSubFont.SuspendLayout()
+ CType(Me.NBFontSize, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GBDommeFont.SuspendLayout()
+ CType(Me.NBFontSizeD, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.TabPage2.SuspendLayout()
+ Me.Panel3.SuspendLayout()
+ Me.GBGiveUp.SuspendLayout()
+ CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GBDomTypingStyle.SuspendLayout()
+ CType(Me.NBTypoChance, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GroupBox63.SuspendLayout()
+ Me.GBDomRanges.SuspendLayout()
+ CType(Me.NBDomMoodMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBDomMoodMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBSubAgeMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBSubAgeMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBSelfAgeMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBSelfAgeMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBAvgCockMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBAvgCockMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GBDomStats.SuspendLayout()
CType(Me.NBEmpathy, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NBDomBirthdayDay, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.domageNumBox, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -1158,7 +1201,9 @@ Partial Class FrmSettings
CType(Me.NBWritingTaskMin, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox45.SuspendLayout()
CType(Me.CBTSlider, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.GroupBox6.SuspendLayout()
Me.GroupBox35.SuspendLayout()
+ Me.GroupBoxSorry.SuspendLayout()
Me.GroupBox39.SuspendLayout()
Me.GroupBox38.SuspendLayout()
Me.GroupBox37.SuspendLayout()
@@ -1230,43 +1275,22 @@ Partial Class FrmSettings
Me.TabControl1.SuspendLayout()
Me.TabPage22.SuspendLayout()
Me.PNLGlitter.SuspendLayout()
+ Me.GroupBox14.SuspendLayout()
+ Me.GroupBox4.SuspendLayout()
Me.GBGlitterD.SuspendLayout()
Me.GrbGlitterfeed.SuspendLayout()
- CType(Me.GlitterSlider, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GlitterAV, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GBGlitter1.SuspendLayout()
- CType(Me.GlitterSlider1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GlitterAV1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GBGlitter3.SuspendLayout()
- CType(Me.GlitterSlider3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GlitterAV3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GBGlitter2.SuspendLayout()
- CType(Me.GlitterSlider2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GlitterAV2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TpGames.SuspendLayout()
Me.GbxCardsGold.SuspendLayout()
- CType(Me.GP6, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.GP2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.GP5, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.GP1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.GP3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.GP4, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GbxCardsBackground.SuspendLayout()
- CType(Me.CardBack, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GbxCardsBronze.SuspendLayout()
- CType(Me.BP3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BP6, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BP5, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BP2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BP4, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BP1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GbxCardsSilver.SuspendLayout()
- CType(Me.SP6, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SP2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SP5, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SP1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SP3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SP4, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage6.SuspendLayout()
Me.Panel10.SuspendLayout()
CType(Me.NBWishlistCost, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -1285,21 +1309,10 @@ Partial Class FrmSettings
Me.TabPage4.SuspendLayout()
Me.Panel6.SuspendLayout()
Me.GroupBox69.SuspendLayout()
- CType(Me.TypeSpeedSlider, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox68.SuspendLayout()
CType(Me.NBTasksMax, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NBTasksMin, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox67.SuspendLayout()
- CType(Me.NBTaskCBTTimeMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskCBTTimeMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskEdgeHoldTimeMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskEdgeHoldTimeMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskEdgesMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskEdgesMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskStrokingTimeMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskStrokingTimeMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskStrokesMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBTaskStrokesMin, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox10.SuspendLayout()
CType(Me.NBNextImageChance, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox57.SuspendLayout()
@@ -1321,10 +1334,6 @@ Partial Class FrmSettings
CType(Me.NBRedLightMax, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NBRedLightMin, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox18.SuspendLayout()
- CType(Me.NBCensorShowMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBCensorHideMax, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBCensorHideMin, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NBCensorShowMax, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GBRangeOrgasmChance.SuspendLayout()
CType(Me.NBAllowSometimes, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.NBAllowRarely, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -1345,6 +1354,7 @@ Partial Class FrmSettings
Me.Panel11.SuspendLayout()
Me.GroupBox62.SuspendLayout()
Me.GroupBox33.SuspendLayout()
+ Me.GroupBox8.SuspendLayout()
Me.GroupBox27.SuspendLayout()
Me.GroupBox20.SuspendLayout()
Me.GroupBox15.SuspendLayout()
@@ -1360,12 +1370,49 @@ Partial Class FrmSettings
Me.GroupBox47.SuspendLayout()
Me.GroupBox41.SuspendLayout()
Me.GroupBox44.SuspendLayout()
- Me.GroupBox6.SuspendLayout()
Me.GroupBox21.SuspendLayout()
Me.GroupBox12.SuspendLayout()
Me.GroupBox65.SuspendLayout()
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TrackBar2, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GlitterSlider, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GlitterSlider1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GlitterSlider3, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GlitterSlider2, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GP6, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GP2, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GP5, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GP1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GP3, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.GP4, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.CardBack, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.BP3, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.BP6, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.BP5, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.BP2, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.BP4, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.BP1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.SP6, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.SP2, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.SP5, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.SP1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.SP3, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.SP4, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.TypeSpeedSlider, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskCBTTimeMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskCBTTimeMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskEdgeHoldTimeMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskEdgeHoldTimeMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskEdgesMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskEdgesMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskStrokingTimeMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskStrokingTimeMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskStrokesMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBTaskStrokesMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBCensorShowMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBCensorHideMax, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBCensorHideMin, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.NBCensorShowMax, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'SettingsPanel
@@ -1416,6 +1463,8 @@ Partial Class FrmSettings
'
Me.PNLGeneralSettings.BackColor = System.Drawing.Color.LightGray
Me.PNLGeneralSettings.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.PNLGeneralSettings.Controls.Add(Me.GroupBox3)
+ Me.PNLGeneralSettings.Controls.Add(Me.GroupBox2)
Me.PNLGeneralSettings.Controls.Add(Me.BtnImportSettings)
Me.PNLGeneralSettings.Controls.Add(Me.LblImportSettings)
Me.PNLGeneralSettings.Controls.Add(Me.GroupBox64)
@@ -1432,6 +1481,74 @@ Partial Class FrmSettings
Me.PNLGeneralSettings.Size = New System.Drawing.Size(708, 437)
Me.PNLGeneralSettings.TabIndex = 0
'
+ 'GroupBox3
+ '
+ Me.GroupBox3.Controls.Add(Me.BTNValidateSystemFiles)
+ Me.GroupBox3.Location = New System.Drawing.Point(7, 365)
+ Me.GroupBox3.Name = "GroupBox3"
+ Me.GroupBox3.Size = New System.Drawing.Size(211, 65)
+ Me.GroupBox3.TabIndex = 184
+ Me.GroupBox3.TabStop = False
+ Me.GroupBox3.Text = "System Files"
+ '
+ 'BTNValidateSystemFiles
+ '
+ Me.BTNValidateSystemFiles.BackColor = System.Drawing.Color.LightGray
+ Me.BTNValidateSystemFiles.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNValidateSystemFiles.ForeColor = System.Drawing.Color.Black
+ Me.BTNValidateSystemFiles.Location = New System.Drawing.Point(10, 26)
+ Me.BTNValidateSystemFiles.Name = "BTNValidateSystemFiles"
+ Me.BTNValidateSystemFiles.Size = New System.Drawing.Size(190, 22)
+ Me.BTNValidateSystemFiles.TabIndex = 183
+ Me.BTNValidateSystemFiles.Text = "Validate All System Files"
+ Me.BTNValidateSystemFiles.UseVisualStyleBackColor = False
+ '
+ 'GroupBox2
+ '
+ Me.GroupBox2.Controls.Add(Me.TbxRandomImageDir)
+ Me.GroupBox2.Controls.Add(Me.CBRandomDomme)
+ Me.GroupBox2.Controls.Add(Me.BtnRandomImageDir)
+ Me.GroupBox2.Location = New System.Drawing.Point(224, 313)
+ Me.GroupBox2.Name = "GroupBox2"
+ Me.GroupBox2.Size = New System.Drawing.Size(210, 117)
+ Me.GroupBox2.TabIndex = 183
+ Me.GroupBox2.TabStop = False
+ Me.GroupBox2.Text = "Random Domme"
+ '
+ 'TbxRandomImageDir
+ '
+ Me.TbxRandomImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.TbxRandomImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxRandomImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "RandomImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxRandomImageDir.Location = New System.Drawing.Point(10, 50)
+ Me.TbxRandomImageDir.Name = "TbxRandomImageDir"
+ Me.TbxRandomImageDir.ReadOnly = True
+ Me.TbxRandomImageDir.Size = New System.Drawing.Size(190, 20)
+ Me.TbxRandomImageDir.TabIndex = 185
+ Me.TbxRandomImageDir.Text = "No Path Selected"
+ '
+ 'CBRandomDomme
+ '
+ Me.CBRandomDomme.AutoSize = True
+ Me.CBRandomDomme.Location = New System.Drawing.Point(10, 83)
+ Me.CBRandomDomme.Name = "CBRandomDomme"
+ Me.CBRandomDomme.Size = New System.Drawing.Size(191, 17)
+ Me.CBRandomDomme.TabIndex = 184
+ Me.CBRandomDomme.Text = "Always Start With Random Domme"
+ Me.CBRandomDomme.UseVisualStyleBackColor = True
+ '
+ 'BtnRandomImageDir
+ '
+ Me.BtnRandomImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.BtnRandomImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnRandomImageDir.ForeColor = System.Drawing.Color.Black
+ Me.BtnRandomImageDir.Location = New System.Drawing.Point(10, 21)
+ Me.BtnRandomImageDir.Name = "BtnRandomImageDir"
+ Me.BtnRandomImageDir.Size = New System.Drawing.Size(190, 22)
+ Me.BtnRandomImageDir.TabIndex = 182
+ Me.BtnRandomImageDir.Text = "Set Random Domme Directory"
+ Me.BtnRandomImageDir.UseVisualStyleBackColor = False
+ '
'BtnImportSettings
'
Me.BtnImportSettings.BackColor = System.Drawing.Color.Transparent
@@ -1473,20 +1590,6 @@ Partial Class FrmSettings
Me.GroupBox64.TabStop = False
Me.GroupBox64.Text = "Media Options"
'
- 'CBMuteMedia
- '
- Me.CBMuteMedia.AutoSize = True
- Me.CBMuteMedia.Checked = Global.Tease_AI.My.MySettings.Default.MuteMedia
- Me.CBMuteMedia.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "MuteMedia", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBMuteMedia.ForeColor = System.Drawing.Color.Black
- Me.CBMuteMedia.Location = New System.Drawing.Point(7, 21)
- Me.CBMuteMedia.Name = "CBMuteMedia"
- Me.CBMuteMedia.Size = New System.Drawing.Size(241, 17)
- Me.CBMuteMedia.TabIndex = 6
- Me.CBMuteMedia.TabStop = False
- Me.CBMuteMedia.Text = "Mute Video and Audio Played in Media Player"
- Me.CBMuteMedia.UseVisualStyleBackColor = True
- '
'GBDommeImages
'
Me.GBDommeImages.BackColor = System.Drawing.Color.LightGray
@@ -1538,7 +1641,7 @@ Partial Class FrmSettings
Me.CBNewSlideshow.Checked = True
Me.CBNewSlideshow.CheckState = System.Windows.Forms.CheckState.Checked
Me.CBNewSlideshow.ForeColor = System.Drawing.Color.Black
- Me.CBNewSlideshow.Location = New System.Drawing.Point(6, 100)
+ Me.CBNewSlideshow.Location = New System.Drawing.Point(4, 100)
Me.CBNewSlideshow.Name = "CBNewSlideshow"
Me.CBNewSlideshow.Size = New System.Drawing.Size(200, 17)
Me.CBNewSlideshow.TabIndex = 18
@@ -1563,9 +1666,9 @@ Partial Class FrmSettings
Me.BTNDomImageDir.BackColor = System.Drawing.Color.LightGray
Me.BTNDomImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BTNDomImageDir.ForeColor = System.Drawing.Color.Black
- Me.BTNDomImageDir.Location = New System.Drawing.Point(6, 45)
+ Me.BTNDomImageDir.Location = New System.Drawing.Point(10, 45)
Me.BTNDomImageDir.Name = "BTNDomImageDir"
- Me.BTNDomImageDir.Size = New System.Drawing.Size(198, 22)
+ Me.BTNDomImageDir.Size = New System.Drawing.Size(190, 22)
Me.BTNDomImageDir.TabIndex = 17
Me.BTNDomImageDir.Text = "Set Domme Images Directory"
Me.BTNDomImageDir.UseVisualStyleBackColor = False
@@ -1581,20 +1684,6 @@ Partial Class FrmSettings
Me.timedRadio.TabIndex = 19
Me.timedRadio.UseVisualStyleBackColor = True
'
- 'TbxDomImageDir
- '
- Me.TbxDomImageDir.BackColor = System.Drawing.Color.LightGray
- Me.TbxDomImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxDomImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "DomImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxDomImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxDomImageDir.ForeColor = System.Drawing.Color.Black
- Me.TbxDomImageDir.Location = New System.Drawing.Point(6, 73)
- Me.TbxDomImageDir.Name = "TbxDomImageDir"
- Me.TbxDomImageDir.ReadOnly = True
- Me.TbxDomImageDir.Size = New System.Drawing.Size(198, 20)
- Me.TbxDomImageDir.TabIndex = 0
- Me.TbxDomImageDir.Text = Global.Tease_AI.My.MySettings.Default.DomImageDir
- '
'GBGeneralTextToSpeech
'
Me.GBGeneralTextToSpeech.BackColor = System.Drawing.Color.LightGray
@@ -1946,20 +2035,6 @@ Partial Class FrmSettings
Me.BTNSubColor.Text = "Sub Name Color"
Me.BTNSubColor.UseVisualStyleBackColor = False
'
- 'LBLSubColor
- '
- Me.LBLSubColor.BackColor = System.Drawing.Color.White
- Me.LBLSubColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLSubColor.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "SubColorColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLSubColor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLSubColor.ForeColor = Global.Tease_AI.My.MySettings.Default.SubColorColor
- Me.LBLSubColor.Location = New System.Drawing.Point(120, 20)
- Me.LBLSubColor.Name = "LBLSubColor"
- Me.LBLSubColor.Size = New System.Drawing.Size(72, 23)
- Me.LBLSubColor.TabIndex = 0
- Me.LBLSubColor.Text = "Preview"
- Me.LBLSubColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
'NBFontSize
'
Me.NBFontSize.BackColor = System.Drawing.Color.White
@@ -2019,20 +2094,6 @@ Partial Class FrmSettings
Me.BTNDomColor.Text = "Domme Name Color"
Me.BTNDomColor.UseVisualStyleBackColor = False
'
- 'LBLDomColor
- '
- Me.LBLDomColor.BackColor = System.Drawing.Color.White
- Me.LBLDomColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLDomColor.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "DomColorColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLDomColor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLDomColor.ForeColor = Global.Tease_AI.My.MySettings.Default.DomColorColor
- Me.LBLDomColor.Location = New System.Drawing.Point(120, 20)
- Me.LBLDomColor.Name = "LBLDomColor"
- Me.LBLDomColor.Size = New System.Drawing.Size(72, 23)
- Me.LBLDomColor.TabIndex = 0
- Me.LBLDomColor.Text = "Preview"
- Me.LBLDomColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
'FontComboBoxD
'
Me.FontComboBoxD.FormattingEnabled = True
@@ -2147,6 +2208,7 @@ Partial Class FrmSettings
'
Me.Panel3.BackColor = System.Drawing.Color.LightGray
Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel3.Controls.Add(Me.GBGiveUp)
Me.Panel3.Controls.Add(Me.BTNLoadDomSet)
Me.Panel3.Controls.Add(Me.BTNSaveDomSet)
Me.Panel3.Controls.Add(Me.Label127)
@@ -2164,6 +2226,28 @@ Partial Class FrmSettings
Me.Panel3.Size = New System.Drawing.Size(708, 437)
Me.Panel3.TabIndex = 93
'
+ 'GBGiveUp
+ '
+ Me.GBGiveUp.Controls.Add(Me.giveupCheckBox)
+ Me.GBGiveUp.Location = New System.Drawing.Point(440, 230)
+ Me.GBGiveUp.Name = "GBGiveUp"
+ Me.GBGiveUp.Size = New System.Drawing.Size(259, 63)
+ Me.GBGiveUp.TabIndex = 42
+ Me.GBGiveUp.TabStop = False
+ Me.GBGiveUp.Text = "Script Behavior"
+ '
+ 'giveupCheckBox
+ '
+ Me.giveupCheckBox.AutoSize = True
+ Me.giveupCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.giveupCheckBox.ForeColor = System.Drawing.Color.Black
+ Me.giveupCheckBox.Location = New System.Drawing.Point(15, 26)
+ Me.giveupCheckBox.Name = "giveupCheckBox"
+ Me.giveupCheckBox.Size = New System.Drawing.Size(210, 17)
+ Me.giveupCheckBox.TabIndex = 38
+ Me.giveupCheckBox.Text = "Continue Current Script After Giving Up"
+ Me.giveupCheckBox.UseVisualStyleBackColor = True
+ '
'BTNLoadDomSet
'
Me.BTNLoadDomSet.BackColor = System.Drawing.Color.LightGray
@@ -2411,16 +2495,16 @@ Partial Class FrmSettings
Me.GBDomRanges.Controls.Add(Me.NBAvgCockMin)
Me.GBDomRanges.Controls.Add(Me.Label23)
Me.GBDomRanges.Controls.Add(Me.Label30)
- Me.GBDomRanges.Location = New System.Drawing.Point(440, 230)
+ Me.GBDomRanges.Location = New System.Drawing.Point(440, 299)
Me.GBDomRanges.Name = "GBDomRanges"
- Me.GBDomRanges.Size = New System.Drawing.Size(259, 94)
+ Me.GBDomRanges.Size = New System.Drawing.Size(259, 124)
Me.GBDomRanges.TabIndex = 148
Me.GBDomRanges.TabStop = False
Me.GBDomRanges.Text = "Ranges"
'
'NBDomMoodMax
'
- Me.NBDomMoodMax.Location = New System.Drawing.Point(200, 11)
+ Me.NBDomMoodMax.Location = New System.Drawing.Point(200, 19)
Me.NBDomMoodMax.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
Me.NBDomMoodMax.Minimum = New Decimal(New Integer() {2, 0, 0, 0})
Me.NBDomMoodMax.Name = "NBDomMoodMax"
@@ -2430,7 +2514,7 @@ Partial Class FrmSettings
'
'NBDomMoodMin
'
- Me.NBDomMoodMin.Location = New System.Drawing.Point(134, 11)
+ Me.NBDomMoodMin.Location = New System.Drawing.Point(134, 19)
Me.NBDomMoodMin.Maximum = New Decimal(New Integer() {9, 0, 0, 0})
Me.NBDomMoodMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.NBDomMoodMin.Name = "NBDomMoodMin"
@@ -2443,7 +2527,7 @@ Partial Class FrmSettings
Me.Label37.BackColor = System.Drawing.Color.Transparent
Me.Label37.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label37.ForeColor = System.Drawing.Color.Black
- Me.Label37.Location = New System.Drawing.Point(184, 11)
+ Me.Label37.Location = New System.Drawing.Point(184, 19)
Me.Label37.Name = "Label37"
Me.Label37.Size = New System.Drawing.Size(10, 17)
Me.Label37.TabIndex = 166
@@ -2455,7 +2539,7 @@ Partial Class FrmSettings
Me.Label39.BackColor = System.Drawing.Color.Transparent
Me.Label39.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label39.ForeColor = System.Drawing.Color.Black
- Me.Label39.Location = New System.Drawing.Point(12, 11)
+ Me.Label39.Location = New System.Drawing.Point(12, 19)
Me.Label39.Name = "Label39"
Me.Label39.Size = New System.Drawing.Size(116, 17)
Me.Label39.TabIndex = 165
@@ -2464,7 +2548,7 @@ Partial Class FrmSettings
'
'NBSubAgeMax
'
- Me.NBSubAgeMax.Location = New System.Drawing.Point(200, 68)
+ Me.NBSubAgeMax.Location = New System.Drawing.Point(200, 94)
Me.NBSubAgeMax.Maximum = New Decimal(New Integer() {98, 0, 0, 0})
Me.NBSubAgeMax.Minimum = New Decimal(New Integer() {29, 0, 0, 0})
Me.NBSubAgeMax.Name = "NBSubAgeMax"
@@ -2474,7 +2558,7 @@ Partial Class FrmSettings
'
'NBSubAgeMin
'
- Me.NBSubAgeMin.Location = New System.Drawing.Point(134, 68)
+ Me.NBSubAgeMin.Location = New System.Drawing.Point(134, 94)
Me.NBSubAgeMin.Maximum = New Decimal(New Integer() {50, 0, 0, 0})
Me.NBSubAgeMin.Minimum = New Decimal(New Integer() {19, 0, 0, 0})
Me.NBSubAgeMin.Name = "NBSubAgeMin"
@@ -2487,7 +2571,7 @@ Partial Class FrmSettings
Me.Label31.BackColor = System.Drawing.Color.Transparent
Me.Label31.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label31.ForeColor = System.Drawing.Color.Black
- Me.Label31.Location = New System.Drawing.Point(184, 68)
+ Me.Label31.Location = New System.Drawing.Point(184, 94)
Me.Label31.Name = "Label31"
Me.Label31.Size = New System.Drawing.Size(10, 17)
Me.Label31.TabIndex = 162
@@ -2499,7 +2583,7 @@ Partial Class FrmSettings
Me.Label36.BackColor = System.Drawing.Color.Transparent
Me.Label36.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label36.ForeColor = System.Drawing.Color.Black
- Me.Label36.Location = New System.Drawing.Point(12, 68)
+ Me.Label36.Location = New System.Drawing.Point(12, 94)
Me.Label36.Name = "Label36"
Me.Label36.Size = New System.Drawing.Size(113, 17)
Me.Label36.TabIndex = 161
@@ -2508,7 +2592,7 @@ Partial Class FrmSettings
'
'NBSelfAgeMax
'
- Me.NBSelfAgeMax.Location = New System.Drawing.Point(200, 49)
+ Me.NBSelfAgeMax.Location = New System.Drawing.Point(200, 69)
Me.NBSelfAgeMax.Maximum = New Decimal(New Integer() {98, 0, 0, 0})
Me.NBSelfAgeMax.Minimum = New Decimal(New Integer() {29, 0, 0, 0})
Me.NBSelfAgeMax.Name = "NBSelfAgeMax"
@@ -2518,7 +2602,7 @@ Partial Class FrmSettings
'
'NBSelfAgeMin
'
- Me.NBSelfAgeMin.Location = New System.Drawing.Point(134, 49)
+ Me.NBSelfAgeMin.Location = New System.Drawing.Point(134, 69)
Me.NBSelfAgeMin.Maximum = New Decimal(New Integer() {50, 0, 0, 0})
Me.NBSelfAgeMin.Minimum = New Decimal(New Integer() {19, 0, 0, 0})
Me.NBSelfAgeMin.Name = "NBSelfAgeMin"
@@ -2531,7 +2615,7 @@ Partial Class FrmSettings
Me.Label21.BackColor = System.Drawing.Color.Transparent
Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label21.ForeColor = System.Drawing.Color.Black
- Me.Label21.Location = New System.Drawing.Point(184, 49)
+ Me.Label21.Location = New System.Drawing.Point(184, 69)
Me.Label21.Name = "Label21"
Me.Label21.Size = New System.Drawing.Size(10, 17)
Me.Label21.TabIndex = 154
@@ -2543,7 +2627,7 @@ Partial Class FrmSettings
Me.Label22.BackColor = System.Drawing.Color.Transparent
Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label22.ForeColor = System.Drawing.Color.Black
- Me.Label22.Location = New System.Drawing.Point(12, 49)
+ Me.Label22.Location = New System.Drawing.Point(12, 69)
Me.Label22.Name = "Label22"
Me.Label22.Size = New System.Drawing.Size(116, 17)
Me.Label22.TabIndex = 153
@@ -2552,7 +2636,7 @@ Partial Class FrmSettings
'
'NBAvgCockMax
'
- Me.NBAvgCockMax.Location = New System.Drawing.Point(200, 30)
+ Me.NBAvgCockMax.Location = New System.Drawing.Point(200, 44)
Me.NBAvgCockMax.Maximum = New Decimal(New Integer() {14, 0, 0, 0})
Me.NBAvgCockMax.Minimum = New Decimal(New Integer() {3, 0, 0, 0})
Me.NBAvgCockMax.Name = "NBAvgCockMax"
@@ -2562,7 +2646,7 @@ Partial Class FrmSettings
'
'NBAvgCockMin
'
- Me.NBAvgCockMin.Location = New System.Drawing.Point(134, 30)
+ Me.NBAvgCockMin.Location = New System.Drawing.Point(134, 44)
Me.NBAvgCockMin.Maximum = New Decimal(New Integer() {13, 0, 0, 0})
Me.NBAvgCockMin.Minimum = New Decimal(New Integer() {2, 0, 0, 0})
Me.NBAvgCockMin.Name = "NBAvgCockMin"
@@ -2575,7 +2659,7 @@ Partial Class FrmSettings
Me.Label23.BackColor = System.Drawing.Color.Transparent
Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label23.ForeColor = System.Drawing.Color.Black
- Me.Label23.Location = New System.Drawing.Point(184, 30)
+ Me.Label23.Location = New System.Drawing.Point(184, 44)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(10, 17)
Me.Label23.TabIndex = 150
@@ -2587,7 +2671,7 @@ Partial Class FrmSettings
Me.Label30.BackColor = System.Drawing.Color.Transparent
Me.Label30.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label30.ForeColor = System.Drawing.Color.Black
- Me.Label30.Location = New System.Drawing.Point(12, 30)
+ Me.Label30.Location = New System.Drawing.Point(12, 44)
Me.Label30.Name = "Label30"
Me.Label30.Size = New System.Drawing.Size(116, 17)
Me.Label30.TabIndex = 149
@@ -2623,7 +2707,7 @@ Partial Class FrmSettings
Me.GBDomStats.Controls.Add(Me.Label45)
Me.GBDomStats.Controls.Add(Me.Label46)
Me.GBDomStats.ForeColor = System.Drawing.Color.Black
- Me.GBDomStats.Location = New System.Drawing.Point(7, 30)
+ Me.GBDomStats.Location = New System.Drawing.Point(18, 33)
Me.GBDomStats.Name = "GBDomStats"
Me.GBDomStats.Size = New System.Drawing.Size(171, 263)
Me.GBDomStats.TabIndex = 62
@@ -2937,7 +3021,7 @@ Partial Class FrmSettings
Me.GBDomPersonality.Controls.Add(Me.supremacistCheckBox)
Me.GBDomPersonality.Controls.Add(Me.vulgarCheckBox)
Me.GBDomPersonality.Controls.Add(Me.crazyCheckBox)
- Me.GBDomPersonality.Controls.Add(Me.condescendingCheckBox)
+ Me.GBDomPersonality.Controls.Add(Me.CFNMCheckBox)
Me.GBDomPersonality.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GBDomPersonality.ForeColor = System.Drawing.Color.Black
Me.GBDomPersonality.Location = New System.Drawing.Point(184, 30)
@@ -2952,7 +3036,7 @@ Partial Class FrmSettings
Me.degradingCheckBox.AutoSize = True
Me.degradingCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.degradingCheckBox.ForeColor = System.Drawing.Color.Black
- Me.degradingCheckBox.Location = New System.Drawing.Point(73, 43)
+ Me.degradingCheckBox.Location = New System.Drawing.Point(79, 43)
Me.degradingCheckBox.Name = "degradingCheckBox"
Me.degradingCheckBox.Size = New System.Drawing.Size(75, 17)
Me.degradingCheckBox.TabIndex = 40
@@ -2976,7 +3060,7 @@ Partial Class FrmSettings
Me.supremacistCheckBox.AutoSize = True
Me.supremacistCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.supremacistCheckBox.ForeColor = System.Drawing.Color.Black
- Me.supremacistCheckBox.Location = New System.Drawing.Point(148, 20)
+ Me.supremacistCheckBox.Location = New System.Drawing.Point(155, 20)
Me.supremacistCheckBox.Name = "supremacistCheckBox"
Me.supremacistCheckBox.Size = New System.Drawing.Size(84, 17)
Me.supremacistCheckBox.TabIndex = 38
@@ -2988,7 +3072,7 @@ Partial Class FrmSettings
Me.vulgarCheckBox.AutoSize = True
Me.vulgarCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.vulgarCheckBox.ForeColor = System.Drawing.Color.Black
- Me.vulgarCheckBox.Location = New System.Drawing.Point(73, 20)
+ Me.vulgarCheckBox.Location = New System.Drawing.Point(79, 20)
Me.vulgarCheckBox.Name = "vulgarCheckBox"
Me.vulgarCheckBox.Size = New System.Drawing.Size(56, 17)
Me.vulgarCheckBox.TabIndex = 37
@@ -3007,16 +3091,17 @@ Partial Class FrmSettings
Me.crazyCheckBox.Text = "Crazy"
Me.crazyCheckBox.UseVisualStyleBackColor = True
'
- 'condescendingCheckBox
+ 'CFNMCheckBox
'
- Me.condescendingCheckBox.AutoSize = True
- Me.condescendingCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.condescendingCheckBox.ForeColor = System.Drawing.Color.Black
- Me.condescendingCheckBox.Location = New System.Drawing.Point(148, 43)
- Me.condescendingCheckBox.Name = "condescendingCheckBox"
- Me.condescendingCheckBox.Size = New System.Drawing.Size(15, 14)
- Me.condescendingCheckBox.TabIndex = 41
- Me.condescendingCheckBox.UseVisualStyleBackColor = True
+ Me.CFNMCheckBox.AutoSize = True
+ Me.CFNMCheckBox.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.CFNMCheckBox.ForeColor = System.Drawing.Color.Black
+ Me.CFNMCheckBox.Location = New System.Drawing.Point(155, 43)
+ Me.CFNMCheckBox.Name = "CFNMCheckBox"
+ Me.CFNMCheckBox.Size = New System.Drawing.Size(56, 17)
+ Me.CFNMCheckBox.TabIndex = 41
+ Me.CFNMCheckBox.Text = "CFNM"
+ Me.CFNMCheckBox.UseVisualStyleBackColor = True
'
'GBDomOrgasms
'
@@ -3042,19 +3127,6 @@ Partial Class FrmSettings
Me.GBDomOrgasms.TabStop = False
Me.GBDomOrgasms.Text = "Orgasms"
'
- 'CBLockOrgasmChances
- '
- Me.CBLockOrgasmChances.Checked = Global.Tease_AI.My.MySettings.Default.LockOrgasmChances
- Me.CBLockOrgasmChances.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "LockOrgasmChances", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBLockOrgasmChances.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.CBLockOrgasmChances.ForeColor = System.Drawing.Color.Black
- Me.CBLockOrgasmChances.Location = New System.Drawing.Point(15, 73)
- Me.CBLockOrgasmChances.Name = "CBLockOrgasmChances"
- Me.CBLockOrgasmChances.Size = New System.Drawing.Size(237, 24)
- Me.CBLockOrgasmChances.TabIndex = 146
- Me.CBLockOrgasmChances.Text = "Orgasm Chance Locked when Tease Starts"
- Me.CBLockOrgasmChances.UseVisualStyleBackColor = True
- '
'orgasmlockrandombutton
'
Me.orgasmlockrandombutton.BackColor = System.Drawing.Color.LightGray
@@ -3385,6 +3457,7 @@ Partial Class FrmSettings
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel2.Controls.Add(Me.GroupBox22)
Me.Panel2.Controls.Add(Me.GroupBox45)
+ Me.Panel2.Controls.Add(Me.GroupBox6)
Me.Panel2.Controls.Add(Me.GroupBox35)
Me.Panel2.Controls.Add(Me.GroupBox13)
Me.Panel2.Controls.Add(Me.GroupBox7)
@@ -3404,7 +3477,7 @@ Partial Class FrmSettings
Me.GroupBox22.Controls.Add(Me.Label75)
Me.GroupBox22.Controls.Add(Me.Label77)
Me.GroupBox22.ForeColor = System.Drawing.Color.Black
- Me.GroupBox22.Location = New System.Drawing.Point(440, 388)
+ Me.GroupBox22.Location = New System.Drawing.Point(440, 391)
Me.GroupBox22.Name = "GroupBox22"
Me.GroupBox22.Size = New System.Drawing.Size(259, 39)
Me.GroupBox22.TabIndex = 158
@@ -3450,7 +3523,7 @@ Partial Class FrmSettings
Me.Label77.BackColor = System.Drawing.Color.Transparent
Me.Label77.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label77.ForeColor = System.Drawing.Color.Black
- Me.Label77.Location = New System.Drawing.Point(12, 15)
+ Me.Label77.Location = New System.Drawing.Point(12, 18)
Me.Label77.Name = "Label77"
Me.Label77.Size = New System.Drawing.Size(126, 17)
Me.Label77.TabIndex = 165
@@ -3466,7 +3539,7 @@ Partial Class FrmSettings
Me.GroupBox45.Controls.Add(Me.CBCBTCock)
Me.GroupBox45.Controls.Add(Me.CBTSlider)
Me.GroupBox45.ForeColor = System.Drawing.Color.Black
- Me.GroupBox45.Location = New System.Drawing.Point(440, 294)
+ Me.GroupBox45.Location = New System.Drawing.Point(439, 335)
Me.GroupBox45.Name = "GroupBox45"
Me.GroupBox45.Size = New System.Drawing.Size(259, 50)
Me.GroupBox45.TabIndex = 155
@@ -3515,29 +3588,185 @@ Partial Class FrmSettings
Me.CBTSlider.TabIndex = 166
Me.CBTSlider.Value = 3
'
+ 'GroupBox6
+ '
+ Me.GroupBox6.Controls.Add(Me.Label4)
+ Me.GroupBox6.Controls.Add(Me.LBLAvgEdgeStroking)
+ Me.GroupBox6.Controls.Add(Me.LBLStrokeTimeTotal)
+ Me.GroupBox6.Controls.Add(Me.Label94)
+ Me.GroupBox6.Controls.Add(Me.LBLLastRuined)
+ Me.GroupBox6.Controls.Add(Me.Label65)
+ Me.GroupBox6.Controls.Add(Me.LBLAvgEdgeNoTouch)
+ Me.GroupBox6.Controls.Add(Me.LBLLastOrgasm)
+ Me.GroupBox6.Controls.Add(Me.Label14)
+ Me.GroupBox6.Controls.Add(Me.Label13)
+ Me.GroupBox6.Controls.Add(Me.Label1)
+ Me.GroupBox6.Location = New System.Drawing.Point(239, 207)
+ Me.GroupBox6.Name = "GroupBox6"
+ Me.GroupBox6.Size = New System.Drawing.Size(195, 169)
+ Me.GroupBox6.TabIndex = 156
+ Me.GroupBox6.TabStop = False
+ Me.GroupBox6.Text = "Performance"
+ '
+ 'Label4
+ '
+ Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label4.Location = New System.Drawing.Point(12, 23)
+ Me.Label4.Name = "Label4"
+ Me.Label4.Size = New System.Drawing.Size(74, 14)
+ Me.Label4.TabIndex = 147
+ Me.Label4.Text = "Stroking Time"
+ Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'LBLAvgEdgeStroking
+ '
+ Me.LBLAvgEdgeStroking.AutoSize = True
+ Me.LBLAvgEdgeStroking.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLAvgEdgeStroking.Location = New System.Drawing.Point(97, 123)
+ Me.LBLAvgEdgeStroking.Name = "LBLAvgEdgeStroking"
+ Me.LBLAvgEdgeStroking.Size = New System.Drawing.Size(36, 15)
+ Me.LBLAvgEdgeStroking.TabIndex = 144
+ Me.LBLAvgEdgeStroking.Text = "00:00"
+ Me.LBLAvgEdgeStroking.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'LBLStrokeTimeTotal
+ '
+ Me.LBLStrokeTimeTotal.Location = New System.Drawing.Point(109, 23)
+ Me.LBLStrokeTimeTotal.Name = "LBLStrokeTimeTotal"
+ Me.LBLStrokeTimeTotal.Size = New System.Drawing.Size(77, 17)
+ Me.LBLStrokeTimeTotal.TabIndex = 148
+ Me.LBLStrokeTimeTotal.Text = "0000:00:00:00"
+ Me.LBLStrokeTimeTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Label94
+ '
+ Me.Label94.BackColor = System.Drawing.Color.Transparent
+ Me.Label94.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label94.ForeColor = System.Drawing.Color.Black
+ Me.Label94.Location = New System.Drawing.Point(12, 68)
+ Me.Label94.Name = "Label94"
+ Me.Label94.Size = New System.Drawing.Size(65, 17)
+ Me.Label94.TabIndex = 150
+ Me.Label94.Text = "Last Ruined"
+ Me.Label94.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'LBLLastRuined
+ '
+ Me.LBLLastRuined.Location = New System.Drawing.Point(112, 68)
+ Me.LBLLastRuined.Name = "LBLLastRuined"
+ Me.LBLLastRuined.Size = New System.Drawing.Size(75, 17)
+ Me.LBLLastRuined.TabIndex = 152
+ Me.LBLLastRuined.Text = "04/28/2015"
+ Me.LBLLastRuined.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Label65
+ '
+ Me.Label65.BackColor = System.Drawing.Color.Transparent
+ Me.Label65.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label65.ForeColor = System.Drawing.Color.Black
+ Me.Label65.Location = New System.Drawing.Point(12, 45)
+ Me.Label65.Name = "Label65"
+ Me.Label65.Size = New System.Drawing.Size(69, 17)
+ Me.Label65.TabIndex = 149
+ Me.Label65.Text = "Last Orgasm"
+ Me.Label65.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'LBLAvgEdgeNoTouch
+ '
+ Me.LBLAvgEdgeNoTouch.AutoSize = True
+ Me.LBLAvgEdgeNoTouch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLAvgEdgeNoTouch.Location = New System.Drawing.Point(50, 149)
+ Me.LBLAvgEdgeNoTouch.Name = "LBLAvgEdgeNoTouch"
+ Me.LBLAvgEdgeNoTouch.Size = New System.Drawing.Size(36, 15)
+ Me.LBLAvgEdgeNoTouch.TabIndex = 146
+ Me.LBLAvgEdgeNoTouch.Text = "00:00"
+ Me.LBLAvgEdgeNoTouch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'LBLLastOrgasm
+ '
+ Me.LBLLastOrgasm.Location = New System.Drawing.Point(112, 45)
+ Me.LBLLastOrgasm.Name = "LBLLastOrgasm"
+ Me.LBLLastOrgasm.Size = New System.Drawing.Size(75, 17)
+ Me.LBLLastOrgasm.TabIndex = 151
+ Me.LBLLastOrgasm.Text = "04/28/2015"
+ Me.LBLLastOrgasm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Label14
+ '
+ Me.Label14.BackColor = System.Drawing.Color.Transparent
+ Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label14.ForeColor = System.Drawing.Color.Black
+ Me.Label14.Location = New System.Drawing.Point(25, 92)
+ Me.Label14.Name = "Label14"
+ Me.Label14.Size = New System.Drawing.Size(153, 21)
+ Me.Label14.TabIndex = 138
+ Me.Label14.Text = "Average Time to Edge"
+ Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Label13
+ '
+ Me.Label13.AutoSize = True
+ Me.Label13.Location = New System.Drawing.Point(12, 149)
+ Me.Label13.Name = "Label13"
+ Me.Label13.Size = New System.Drawing.Size(32, 13)
+ Me.Label13.TabIndex = 145
+ Me.Label13.Text = "Rest:"
+ Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Location = New System.Drawing.Point(12, 123)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(79, 13)
+ Me.Label1.TabIndex = 143
+ Me.Label1.Text = "While Stroking:"
+ Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
'GroupBox35
'
Me.GroupBox35.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox35.Controls.Add(Me.GroupBoxSorry)
Me.GroupBox35.Controls.Add(Me.GroupBox39)
Me.GroupBox35.Controls.Add(Me.GroupBox38)
Me.GroupBox35.Controls.Add(Me.GroupBox37)
Me.GroupBox35.Controls.Add(Me.GroupBox36)
Me.GroupBox35.ForeColor = System.Drawing.Color.Black
- Me.GroupBox35.Location = New System.Drawing.Point(440, 30)
+ Me.GroupBox35.Location = New System.Drawing.Point(440, 22)
Me.GroupBox35.Name = "GroupBox35"
- Me.GroupBox35.Size = New System.Drawing.Size(259, 263)
+ Me.GroupBox35.Size = New System.Drawing.Size(259, 306)
Me.GroupBox35.TabIndex = 154
Me.GroupBox35.TabStop = False
Me.GroupBox35.Text = "Key Phrases"
'
+ 'GroupBoxSorry
+ '
+ Me.GroupBoxSorry.Controls.Add(Me.TBSorry)
+ Me.GroupBoxSorry.Location = New System.Drawing.Point(6, 158)
+ Me.GroupBoxSorry.Name = "GroupBoxSorry"
+ Me.GroupBoxSorry.Size = New System.Drawing.Size(247, 46)
+ Me.GroupBoxSorry.TabIndex = 3
+ Me.GroupBoxSorry.TabStop = False
+ Me.GroupBoxSorry.Tag = ""
+ Me.GroupBoxSorry.Text = "Sorry"
+ '
+ 'TBSorry
+ '
+ Me.TBSorry.Location = New System.Drawing.Point(9, 16)
+ Me.TBSorry.Name = "TBSorry"
+ Me.TBSorry.Size = New System.Drawing.Size(229, 20)
+ Me.TBSorry.TabIndex = 0
+ Me.TBSorry.Text = "sorry, apologize, excuse"
+ '
'GroupBox39
'
Me.GroupBox39.Controls.Add(Me.CBHonorificInclude)
+ Me.GroupBox39.Controls.Add(Me.CBNameInclude)
Me.GroupBox39.Controls.Add(Me.CBHonorificCapitalized)
Me.GroupBox39.Controls.Add(Me.TBHonorific)
- Me.GroupBox39.Location = New System.Drawing.Point(6, 168)
+ Me.GroupBox39.Location = New System.Drawing.Point(6, 206)
Me.GroupBox39.Name = "GroupBox39"
- Me.GroupBox39.Size = New System.Drawing.Size(247, 89)
+ Me.GroupBox39.Size = New System.Drawing.Size(247, 96)
Me.GroupBox39.TabIndex = 3
Me.GroupBox39.TabStop = False
Me.GroupBox39.Tag = ""
@@ -3547,18 +3776,29 @@ Partial Class FrmSettings
'
Me.CBHonorificInclude.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CBHonorificInclude.ForeColor = System.Drawing.Color.Black
- Me.CBHonorificInclude.Location = New System.Drawing.Point(9, 44)
+ Me.CBHonorificInclude.Location = New System.Drawing.Point(9, 39)
Me.CBHonorificInclude.Name = "CBHonorificInclude"
Me.CBHonorificInclude.Size = New System.Drawing.Size(234, 21)
Me.CBHonorificInclude.TabIndex = 40
Me.CBHonorificInclude.Text = "Honorific Must Be Included w/ Key Phrases"
Me.CBHonorificInclude.UseVisualStyleBackColor = True
'
+ 'CBNameInclude
+ '
+ Me.CBNameInclude.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.CBNameInclude.ForeColor = System.Drawing.Color.Black
+ Me.CBNameInclude.Location = New System.Drawing.Point(9, 75)
+ Me.CBNameInclude.Name = "CBNameInclude"
+ Me.CBNameInclude.Size = New System.Drawing.Size(234, 21)
+ Me.CBNameInclude.TabIndex = 40
+ Me.CBNameInclude.Text = "Name Must Be Included w/ Key Phrases"
+ Me.CBNameInclude.UseVisualStyleBackColor = True
+ '
'CBHonorificCapitalized
'
Me.CBHonorificCapitalized.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CBHonorificCapitalized.ForeColor = System.Drawing.Color.Black
- Me.CBHonorificCapitalized.Location = New System.Drawing.Point(9, 66)
+ Me.CBHonorificCapitalized.Location = New System.Drawing.Point(9, 57)
Me.CBHonorificCapitalized.Name = "CBHonorificCapitalized"
Me.CBHonorificCapitalized.Size = New System.Drawing.Size(179, 21)
Me.CBHonorificCapitalized.TabIndex = 39
@@ -3576,7 +3816,7 @@ Partial Class FrmSettings
'GroupBox38
'
Me.GroupBox38.Controls.Add(Me.TBNo)
- Me.GroupBox38.Location = New System.Drawing.Point(6, 116)
+ Me.GroupBox38.Location = New System.Drawing.Point(6, 110)
Me.GroupBox38.Name = "GroupBox38"
Me.GroupBox38.Size = New System.Drawing.Size(247, 46)
Me.GroupBox38.TabIndex = 2
@@ -3590,12 +3830,12 @@ Partial Class FrmSettings
Me.TBNo.Name = "TBNo"
Me.TBNo.Size = New System.Drawing.Size(229, 20)
Me.TBNo.TabIndex = 0
- Me.TBNo.Text = "no, nah, nope, not"
+ Me.TBNo.Text = "no, nah, nope"
'
'GroupBox37
'
Me.GroupBox37.Controls.Add(Me.TBYes)
- Me.GroupBox37.Location = New System.Drawing.Point(6, 64)
+ Me.GroupBox37.Location = New System.Drawing.Point(6, 62)
Me.GroupBox37.Name = "GroupBox37"
Me.GroupBox37.Size = New System.Drawing.Size(247, 46)
Me.GroupBox37.TabIndex = 1
@@ -3614,7 +3854,7 @@ Partial Class FrmSettings
'GroupBox36
'
Me.GroupBox36.Controls.Add(Me.TBGreeting)
- Me.GroupBox36.Location = New System.Drawing.Point(6, 12)
+ Me.GroupBox36.Location = New System.Drawing.Point(6, 14)
Me.GroupBox36.Name = "GroupBox36"
Me.GroupBox36.Size = New System.Drawing.Size(247, 46)
Me.GroupBox36.TabIndex = 0
@@ -3636,9 +3876,9 @@ Partial Class FrmSettings
Me.GroupBox13.Controls.Add(Me.Label34)
Me.GroupBox13.Controls.Add(Me.TimeBoxWakeUp)
Me.GroupBox13.ForeColor = System.Drawing.Color.Black
- Me.GroupBox13.Location = New System.Drawing.Point(440, 346)
+ Me.GroupBox13.Location = New System.Drawing.Point(239, 388)
Me.GroupBox13.Name = "GroupBox13"
- Me.GroupBox13.Size = New System.Drawing.Size(259, 39)
+ Me.GroupBox13.Size = New System.Drawing.Size(195, 39)
Me.GroupBox13.TabIndex = 157
Me.GroupBox13.TabStop = False
Me.GroupBox13.Text = "Routine"
@@ -3650,18 +3890,18 @@ Partial Class FrmSettings
Me.Label34.ForeColor = System.Drawing.Color.Black
Me.Label34.Location = New System.Drawing.Point(12, 15)
Me.Label34.Name = "Label34"
- Me.Label34.Size = New System.Drawing.Size(116, 17)
+ Me.Label34.Size = New System.Drawing.Size(83, 17)
Me.Label34.TabIndex = 140
- Me.Label34.Text = "Daily Wake Up Time:"
+ Me.Label34.Text = "Wake Up Time:"
Me.Label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TimeBoxWakeUp
'
Me.TimeBoxWakeUp.Format = System.Windows.Forms.DateTimePickerFormat.Time
- Me.TimeBoxWakeUp.Location = New System.Drawing.Point(134, 12)
+ Me.TimeBoxWakeUp.Location = New System.Drawing.Point(92, 13)
Me.TimeBoxWakeUp.Name = "TimeBoxWakeUp"
Me.TimeBoxWakeUp.ShowUpDown = True
- Me.TimeBoxWakeUp.Size = New System.Drawing.Size(110, 20)
+ Me.TimeBoxWakeUp.Size = New System.Drawing.Size(97, 20)
Me.TimeBoxWakeUp.TabIndex = 0
'
'GroupBox7
@@ -3858,7 +4098,6 @@ Partial Class FrmSettings
'CBEdgeUseAvg
'
Me.CBEdgeUseAvg.AutoSize = True
- Me.CBEdgeUseAvg.Enabled = False
Me.CBEdgeUseAvg.Location = New System.Drawing.Point(9, 170)
Me.CBEdgeUseAvg.Name = "CBEdgeUseAvg"
Me.CBEdgeUseAvg.Size = New System.Drawing.Size(185, 17)
@@ -4877,397 +5116,7 @@ Partial Class FrmSettings
Me.BtnImageUrlSoftcore.Text = "1"
Me.BtnImageUrlSoftcore.UseVisualStyleBackColor = False
'
- 'ChbImageUrlHardcore
- '
- Me.ChbImageUrlHardcore.AutoSize = True
- Me.ChbImageUrlHardcore.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileHardcoreEnabled
- Me.ChbImageUrlHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileHardcoreEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlHardcore.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlHardcore.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlHardcore.Location = New System.Drawing.Point(3, 3)
- Me.ChbImageUrlHardcore.Name = "ChbImageUrlHardcore"
- Me.ChbImageUrlHardcore.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlHardcore.TabIndex = 0
- Me.ChbImageUrlHardcore.Text = "Hardcore"
- Me.ChbImageUrlHardcore.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlButts
- '
- Me.ChbImageUrlButts.AutoSize = True
- Me.ChbImageUrlButts.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileButtEnabled
- Me.ChbImageUrlButts.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileButtEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlButts.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlButts.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlButts.Location = New System.Drawing.Point(3, 351)
- Me.ChbImageUrlButts.Name = "ChbImageUrlButts"
- Me.ChbImageUrlButts.Size = New System.Drawing.Size(70, 27)
- Me.ChbImageUrlButts.TabIndex = 37
- Me.ChbImageUrlButts.Text = "Butts"
- Me.ChbImageUrlButts.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlMaledom
- '
- Me.ChbImageUrlMaledom.AutoSize = True
- Me.ChbImageUrlMaledom.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileMaledomEnabled
- Me.ChbImageUrlMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileMaledomEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlMaledom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlMaledom.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlMaledom.Location = New System.Drawing.Point(3, 235)
- Me.ChbImageUrlMaledom.Name = "ChbImageUrlMaledom"
- Me.ChbImageUrlMaledom.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlMaledom.TabIndex = 25
- Me.ChbImageUrlMaledom.Text = "Maledom"
- Me.ChbImageUrlMaledom.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlGay
- '
- Me.ChbImageUrlGay.AutoSize = True
- Me.ChbImageUrlGay.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileGayEnabled
- Me.ChbImageUrlGay.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileGayEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlGay.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlGay.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlGay.Location = New System.Drawing.Point(3, 206)
- Me.ChbImageUrlGay.Name = "ChbImageUrlGay"
- Me.ChbImageUrlGay.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlGay.TabIndex = 22
- Me.ChbImageUrlGay.Text = "Gay"
- Me.ChbImageUrlGay.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlSoftcore
- '
- Me.ChbImageUrlSoftcore.AutoSize = True
- Me.ChbImageUrlSoftcore.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileSoftcoreEnabled
- Me.ChbImageUrlSoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileSoftcoreEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlSoftcore.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlSoftcore.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlSoftcore.Location = New System.Drawing.Point(3, 32)
- Me.ChbImageUrlSoftcore.Name = "ChbImageUrlSoftcore"
- Me.ChbImageUrlSoftcore.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlSoftcore.TabIndex = 4
- Me.ChbImageUrlSoftcore.Text = "Softcore"
- Me.ChbImageUrlSoftcore.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlBoobs
- '
- Me.ChbImageUrlBoobs.AutoSize = True
- Me.ChbImageUrlBoobs.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileBoobsEnabled
- Me.ChbImageUrlBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileBoobsEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlBoobs.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlBoobs.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlBoobs.Location = New System.Drawing.Point(3, 322)
- Me.ChbImageUrlBoobs.Name = "ChbImageUrlBoobs"
- Me.ChbImageUrlBoobs.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlBoobs.TabIndex = 34
- Me.ChbImageUrlBoobs.Text = "Boobs"
- Me.ChbImageUrlBoobs.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlLesbian
- '
- Me.ChbImageUrlLesbian.AutoSize = True
- Me.ChbImageUrlLesbian.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileLesbianEnabled
- Me.ChbImageUrlLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileLesbianEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlLesbian.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlLesbian.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlLesbian.Location = New System.Drawing.Point(3, 61)
- Me.ChbImageUrlLesbian.Name = "ChbImageUrlLesbian"
- Me.ChbImageUrlLesbian.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlLesbian.TabIndex = 7
- Me.ChbImageUrlLesbian.Text = "Lesbian"
- Me.ChbImageUrlLesbian.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlBlowjob
- '
- Me.ChbImageUrlBlowjob.AutoSize = True
- Me.ChbImageUrlBlowjob.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileBlowjobEnabled
- Me.ChbImageUrlBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileBlowjobEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlBlowjob.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlBlowjob.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlBlowjob.Location = New System.Drawing.Point(3, 90)
- Me.ChbImageUrlBlowjob.Name = "ChbImageUrlBlowjob"
- Me.ChbImageUrlBlowjob.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlBlowjob.TabIndex = 10
- Me.ChbImageUrlBlowjob.Text = "Blowjob"
- Me.ChbImageUrlBlowjob.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlCaptions
- '
- Me.ChbImageUrlCaptions.AutoSize = True
- Me.ChbImageUrlCaptions.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileCaptionsEnabled
- Me.ChbImageUrlCaptions.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileCaptionsEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlCaptions.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlCaptions.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlCaptions.Location = New System.Drawing.Point(3, 264)
- Me.ChbImageUrlCaptions.Name = "ChbImageUrlCaptions"
- Me.ChbImageUrlCaptions.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlCaptions.TabIndex = 28
- Me.ChbImageUrlCaptions.Text = "Captions"
- Me.ChbImageUrlCaptions.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlGeneral
- '
- Me.ChbImageUrlGeneral.AutoSize = True
- Me.ChbImageUrlGeneral.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileGeneralEnabled
- Me.ChbImageUrlGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileGeneralEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlGeneral.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlGeneral.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlGeneral.Location = New System.Drawing.Point(3, 293)
- Me.ChbImageUrlGeneral.Name = "ChbImageUrlGeneral"
- Me.ChbImageUrlGeneral.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlGeneral.TabIndex = 31
- Me.ChbImageUrlGeneral.Text = "General"
- Me.ChbImageUrlGeneral.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlFemdom
- '
- Me.ChbImageUrlFemdom.AutoSize = True
- Me.ChbImageUrlFemdom.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileFemdomEnabled
- Me.ChbImageUrlFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileFemdomEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlFemdom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlFemdom.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlFemdom.Location = New System.Drawing.Point(3, 119)
- Me.ChbImageUrlFemdom.Name = "ChbImageUrlFemdom"
- Me.ChbImageUrlFemdom.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlFemdom.TabIndex = 13
- Me.ChbImageUrlFemdom.Text = "Femdom"
- Me.ChbImageUrlFemdom.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlHentai
- '
- Me.ChbImageUrlHentai.AutoSize = True
- Me.ChbImageUrlHentai.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileHentaiEnabled
- Me.ChbImageUrlHentai.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileHentaiEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlHentai.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlHentai.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlHentai.Location = New System.Drawing.Point(3, 177)
- Me.ChbImageUrlHentai.Name = "ChbImageUrlHentai"
- Me.ChbImageUrlHentai.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlHentai.TabIndex = 19
- Me.ChbImageUrlHentai.Text = "Hentai"
- Me.ChbImageUrlHentai.UseVisualStyleBackColor = True
- '
- 'ChbImageUrlLezdom
- '
- Me.ChbImageUrlLezdom.AutoSize = True
- Me.ChbImageUrlLezdom.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileLezdomEnabled
- Me.ChbImageUrlLezdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileLezdomEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.ChbImageUrlLezdom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.ChbImageUrlLezdom.ForeColor = System.Drawing.Color.Black
- Me.ChbImageUrlLezdom.Location = New System.Drawing.Point(3, 148)
- Me.ChbImageUrlLezdom.Name = "ChbImageUrlLezdom"
- Me.ChbImageUrlLezdom.Size = New System.Drawing.Size(70, 23)
- Me.ChbImageUrlLezdom.TabIndex = 16
- Me.ChbImageUrlLezdom.Text = "Lezdom"
- Me.ChbImageUrlLezdom.UseVisualStyleBackColor = True
- '
- 'TxbImageUrlBlowjob
- '
- Me.TxbImageUrlBlowjob.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlBlowjob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlBlowjob.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlBlowjob.Location = New System.Drawing.Point(115, 92)
- Me.TxbImageUrlBlowjob.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlBlowjob.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlBlowjob.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlBlowjob.Name = "TxbImageUrlBlowjob"
- Me.TxbImageUrlBlowjob.ReadOnly = True
- Me.TxbImageUrlBlowjob.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlBlowjob.TabIndex = 12
- Me.TxbImageUrlBlowjob.Text = Global.Tease_AI.My.MySettings.Default.UrlFileBlowjob
- '
- 'TxbImageUrlSoftcore
- '
- Me.TxbImageUrlSoftcore.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlSoftcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlSoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileSoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlSoftcore.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlSoftcore.Location = New System.Drawing.Point(115, 34)
- Me.TxbImageUrlSoftcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlSoftcore.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlSoftcore.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlSoftcore.Name = "TxbImageUrlSoftcore"
- Me.TxbImageUrlSoftcore.ReadOnly = True
- Me.TxbImageUrlSoftcore.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlSoftcore.TabIndex = 6
- Me.TxbImageUrlSoftcore.Text = Global.Tease_AI.My.MySettings.Default.UrlFileSoftcore
- '
- 'TxbImageUrlLezdom
- '
- Me.TxbImageUrlLezdom.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlLezdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlLezdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileLezdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlLezdom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlLezdom.Location = New System.Drawing.Point(115, 150)
- Me.TxbImageUrlLezdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlLezdom.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlLezdom.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlLezdom.Name = "TxbImageUrlLezdom"
- Me.TxbImageUrlLezdom.ReadOnly = True
- Me.TxbImageUrlLezdom.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlLezdom.TabIndex = 18
- Me.TxbImageUrlLezdom.Text = Global.Tease_AI.My.MySettings.Default.UrlFileLezdom
- '
- 'TxbImageUrlFemdom
- '
- Me.TxbImageUrlFemdom.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlFemdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlFemdom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlFemdom.Location = New System.Drawing.Point(115, 121)
- Me.TxbImageUrlFemdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlFemdom.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlFemdom.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlFemdom.Name = "TxbImageUrlFemdom"
- Me.TxbImageUrlFemdom.ReadOnly = True
- Me.TxbImageUrlFemdom.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlFemdom.TabIndex = 15
- Me.TxbImageUrlFemdom.Text = Global.Tease_AI.My.MySettings.Default.UrlFileFemdom
- '
- 'TxbImageUrlHardcore
- '
- Me.TxbImageUrlHardcore.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlHardcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlHardcore.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlHardcore.Location = New System.Drawing.Point(115, 5)
- Me.TxbImageUrlHardcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlHardcore.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlHardcore.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlHardcore.Name = "TxbImageUrlHardcore"
- Me.TxbImageUrlHardcore.ReadOnly = True
- Me.TxbImageUrlHardcore.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlHardcore.TabIndex = 3
- Me.TxbImageUrlHardcore.Text = Global.Tease_AI.My.MySettings.Default.UrlFileHardcore
- '
- 'TxbImageUrlHentai
- '
- Me.TxbImageUrlHentai.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlHentai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlHentai.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileHentai", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlHentai.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlHentai.Location = New System.Drawing.Point(115, 179)
- Me.TxbImageUrlHentai.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlHentai.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlHentai.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlHentai.Name = "TxbImageUrlHentai"
- Me.TxbImageUrlHentai.ReadOnly = True
- Me.TxbImageUrlHentai.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlHentai.TabIndex = 21
- Me.TxbImageUrlHentai.Text = Global.Tease_AI.My.MySettings.Default.UrlFileHentai
- '
- 'TxbImageUrlGay
- '
- Me.TxbImageUrlGay.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlGay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlGay.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileGay", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlGay.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlGay.Location = New System.Drawing.Point(115, 208)
- Me.TxbImageUrlGay.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlGay.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlGay.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlGay.Name = "TxbImageUrlGay"
- Me.TxbImageUrlGay.ReadOnly = True
- Me.TxbImageUrlGay.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlGay.TabIndex = 24
- Me.TxbImageUrlGay.Text = Global.Tease_AI.My.MySettings.Default.UrlFileGay
- '
- 'TxbImageUrlLesbian
- '
- Me.TxbImageUrlLesbian.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlLesbian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileLesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlLesbian.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlLesbian.Location = New System.Drawing.Point(115, 63)
- Me.TxbImageUrlLesbian.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlLesbian.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlLesbian.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlLesbian.Name = "TxbImageUrlLesbian"
- Me.TxbImageUrlLesbian.ReadOnly = True
- Me.TxbImageUrlLesbian.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlLesbian.TabIndex = 9
- Me.TxbImageUrlLesbian.Text = Global.Tease_AI.My.MySettings.Default.UrlFileLesbian
- '
- 'TxbImageUrlMaledom
- '
- Me.TxbImageUrlMaledom.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlMaledom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileMaledom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlMaledom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlMaledom.Location = New System.Drawing.Point(115, 237)
- Me.TxbImageUrlMaledom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlMaledom.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlMaledom.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlMaledom.Name = "TxbImageUrlMaledom"
- Me.TxbImageUrlMaledom.ReadOnly = True
- Me.TxbImageUrlMaledom.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlMaledom.TabIndex = 27
- Me.TxbImageUrlMaledom.Text = Global.Tease_AI.My.MySettings.Default.UrlFileMaledom
- '
- 'TxbImageUrlCaptions
- '
- Me.TxbImageUrlCaptions.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlCaptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlCaptions.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileCaptions", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlCaptions.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlCaptions.Location = New System.Drawing.Point(115, 266)
- Me.TxbImageUrlCaptions.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlCaptions.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlCaptions.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlCaptions.Name = "TxbImageUrlCaptions"
- Me.TxbImageUrlCaptions.ReadOnly = True
- Me.TxbImageUrlCaptions.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlCaptions.TabIndex = 30
- Me.TxbImageUrlCaptions.Text = Global.Tease_AI.My.MySettings.Default.UrlFileCaptions
- '
- 'TxbImageUrlGeneral
- '
- Me.TxbImageUrlGeneral.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlGeneral.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlGeneral.Location = New System.Drawing.Point(115, 295)
- Me.TxbImageUrlGeneral.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlGeneral.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlGeneral.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlGeneral.Name = "TxbImageUrlGeneral"
- Me.TxbImageUrlGeneral.ReadOnly = True
- Me.TxbImageUrlGeneral.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlGeneral.TabIndex = 33
- Me.TxbImageUrlGeneral.Text = Global.Tease_AI.My.MySettings.Default.UrlFileGeneral
- '
- 'TxbImageUrlBoobs
- '
- Me.TxbImageUrlBoobs.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlBoobs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileBoobs", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlBoobs.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlBoobs.Location = New System.Drawing.Point(115, 324)
- Me.TxbImageUrlBoobs.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlBoobs.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlBoobs.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlBoobs.Name = "TxbImageUrlBoobs"
- Me.TxbImageUrlBoobs.ReadOnly = True
- Me.TxbImageUrlBoobs.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlBoobs.TabIndex = 36
- Me.TxbImageUrlBoobs.Text = Global.Tease_AI.My.MySettings.Default.UrlFileBoobs
- '
- 'TxbImageUrlButts
- '
- Me.TxbImageUrlButts.BackColor = System.Drawing.Color.LightGray
- Me.TxbImageUrlButts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImageUrlButts.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileButt", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbImageUrlButts.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImageUrlButts.Location = New System.Drawing.Point(115, 353)
- Me.TxbImageUrlButts.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TxbImageUrlButts.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbImageUrlButts.MinimumSize = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlButts.Name = "TxbImageUrlButts"
- Me.TxbImageUrlButts.ReadOnly = True
- Me.TxbImageUrlButts.Size = New System.Drawing.Size(182, 17)
- Me.TxbImageUrlButts.TabIndex = 39
- Me.TxbImageUrlButts.Text = Global.Tease_AI.My.MySettings.Default.UrlFileButt
- '
- 'GbxImagesGenre
+ 'GbxImagesGenre
'
Me.GbxImagesGenre.Controls.Add(Me.TableLayoutPanel1)
Me.GbxImagesGenre.Location = New System.Drawing.Point(6, 8)
@@ -5371,9408 +5220,10060 @@ Partial Class FrmSettings
Me.BTNIHardcore.Text = "1"
Me.BTNIHardcore.UseVisualStyleBackColor = False
'
- 'TbxIHardcore
+ 'BTNISoftcore
'
- Me.TbxIHardcore.BackColor = System.Drawing.Color.LightGray
- Me.TbxIHardcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIHardcore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIHardcore.ForeColor = System.Drawing.Color.Black
- Me.TbxIHardcore.Location = New System.Drawing.Point(115, 5)
- Me.TbxIHardcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIHardcore.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIHardcore.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIHardcore.Name = "TbxIHardcore"
- Me.TbxIHardcore.ReadOnly = True
- Me.TbxIHardcore.Size = New System.Drawing.Size(217, 17)
- Me.TbxIHardcore.TabIndex = 2
- Me.TbxIHardcore.Text = Global.Tease_AI.My.MySettings.Default.IHardcore
+ Me.BTNISoftcore.BackColor = System.Drawing.Color.LightGray
+ Me.BTNISoftcore.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNISoftcore.ForeColor = System.Drawing.Color.Black
+ Me.BTNISoftcore.Location = New System.Drawing.Point(76, 29)
+ Me.BTNISoftcore.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNISoftcore.Name = "BTNISoftcore"
+ Me.BTNISoftcore.Size = New System.Drawing.Size(34, 28)
+ Me.BTNISoftcore.TabIndex = 5
+ Me.BTNISoftcore.Text = "1"
+ Me.BTNISoftcore.UseVisualStyleBackColor = False
'
- 'CBIHardcoreSD
+ 'BTNILesbian
'
- Me.CBIHardcoreSD.AutoSize = True
- Me.CBIHardcoreSD.Checked = Global.Tease_AI.My.MySettings.Default.IHardcoreSD
- Me.CBIHardcoreSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIHardcoreSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IHardcoreSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIHardcoreSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIHardcoreSD.ForeColor = System.Drawing.Color.Black
- Me.CBIHardcoreSD.Location = New System.Drawing.Point(343, 3)
- Me.CBIHardcoreSD.Name = "CBIHardcoreSD"
- Me.CBIHardcoreSD.Size = New System.Drawing.Size(19, 23)
- Me.CBIHardcoreSD.TabIndex = 3
- Me.CBIHardcoreSD.UseVisualStyleBackColor = True
+ Me.BTNILesbian.BackColor = System.Drawing.Color.LightGray
+ Me.BTNILesbian.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNILesbian.ForeColor = System.Drawing.Color.Black
+ Me.BTNILesbian.Location = New System.Drawing.Point(76, 58)
+ Me.BTNILesbian.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNILesbian.Name = "BTNILesbian"
+ Me.BTNILesbian.Size = New System.Drawing.Size(34, 28)
+ Me.BTNILesbian.TabIndex = 9
+ Me.BTNILesbian.Text = "1"
+ Me.BTNILesbian.UseVisualStyleBackColor = False
+ '
+ 'BTNButtPath
+ '
+ Me.BTNButtPath.BackColor = System.Drawing.Color.LightGray
+ Me.BTNButtPath.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNButtPath.ForeColor = System.Drawing.Color.Black
+ Me.BTNButtPath.Location = New System.Drawing.Point(76, 348)
+ Me.BTNButtPath.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNButtPath.Name = "BTNButtPath"
+ Me.BTNButtPath.Size = New System.Drawing.Size(34, 28)
+ Me.BTNButtPath.TabIndex = 49
+ Me.BTNButtPath.Text = "1"
+ Me.BTNButtPath.UseVisualStyleBackColor = False
+ '
+ 'BTNIBlowjob
+ '
+ Me.BTNIBlowjob.BackColor = System.Drawing.Color.LightGray
+ Me.BTNIBlowjob.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNIBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.BTNIBlowjob.Location = New System.Drawing.Point(76, 87)
+ Me.BTNIBlowjob.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNIBlowjob.Name = "BTNIBlowjob"
+ Me.BTNIBlowjob.Size = New System.Drawing.Size(34, 28)
+ Me.BTNIBlowjob.TabIndex = 13
+ Me.BTNIBlowjob.Text = "1"
+ Me.BTNIBlowjob.UseVisualStyleBackColor = False
+ '
+ 'BTNIFemdom
+ '
+ Me.BTNIFemdom.BackColor = System.Drawing.Color.LightGray
+ Me.BTNIFemdom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNIFemdom.ForeColor = System.Drawing.Color.Black
+ Me.BTNIFemdom.Location = New System.Drawing.Point(76, 116)
+ Me.BTNIFemdom.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNIFemdom.Name = "BTNIFemdom"
+ Me.BTNIFemdom.Size = New System.Drawing.Size(34, 28)
+ Me.BTNIFemdom.TabIndex = 17
+ Me.BTNIFemdom.Text = "1"
+ Me.BTNIFemdom.UseVisualStyleBackColor = False
+ '
+ 'BTNBoobPath
+ '
+ Me.BTNBoobPath.BackColor = System.Drawing.Color.LightGray
+ Me.BTNBoobPath.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNBoobPath.ForeColor = System.Drawing.Color.Black
+ Me.BTNBoobPath.Location = New System.Drawing.Point(76, 319)
+ Me.BTNBoobPath.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNBoobPath.Name = "BTNBoobPath"
+ Me.BTNBoobPath.Size = New System.Drawing.Size(34, 28)
+ Me.BTNBoobPath.TabIndex = 45
+ Me.BTNBoobPath.Text = "1"
+ Me.BTNBoobPath.UseVisualStyleBackColor = False
+ '
+ 'BTNILezdom
+ '
+ Me.BTNILezdom.BackColor = System.Drawing.Color.LightGray
+ Me.BTNILezdom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNILezdom.ForeColor = System.Drawing.Color.Black
+ Me.BTNILezdom.Location = New System.Drawing.Point(76, 145)
+ Me.BTNILezdom.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNILezdom.Name = "BTNILezdom"
+ Me.BTNILezdom.Size = New System.Drawing.Size(34, 28)
+ Me.BTNILezdom.TabIndex = 21
+ Me.BTNILezdom.Text = "1"
+ Me.BTNILezdom.UseVisualStyleBackColor = False
+ '
+ 'BTNIHentai
+ '
+ Me.BTNIHentai.BackColor = System.Drawing.Color.LightGray
+ Me.BTNIHentai.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNIHentai.ForeColor = System.Drawing.Color.Black
+ Me.BTNIHentai.Location = New System.Drawing.Point(76, 174)
+ Me.BTNIHentai.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNIHentai.Name = "BTNIHentai"
+ Me.BTNIHentai.Size = New System.Drawing.Size(34, 28)
+ Me.BTNIHentai.TabIndex = 25
+ Me.BTNIHentai.Text = "1"
+ Me.BTNIHentai.UseVisualStyleBackColor = False
+ '
+ 'BTNIGay
+ '
+ Me.BTNIGay.BackColor = System.Drawing.Color.LightGray
+ Me.BTNIGay.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNIGay.ForeColor = System.Drawing.Color.Black
+ Me.BTNIGay.Location = New System.Drawing.Point(76, 203)
+ Me.BTNIGay.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNIGay.Name = "BTNIGay"
+ Me.BTNIGay.Size = New System.Drawing.Size(34, 28)
+ Me.BTNIGay.TabIndex = 29
+ Me.BTNIGay.Text = "1"
+ Me.BTNIGay.UseVisualStyleBackColor = False
+ '
+ 'BTNIMaledom
+ '
+ Me.BTNIMaledom.BackColor = System.Drawing.Color.LightGray
+ Me.BTNIMaledom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNIMaledom.ForeColor = System.Drawing.Color.Black
+ Me.BTNIMaledom.Location = New System.Drawing.Point(76, 232)
+ Me.BTNIMaledom.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNIMaledom.Name = "BTNIMaledom"
+ Me.BTNIMaledom.Size = New System.Drawing.Size(34, 28)
+ Me.BTNIMaledom.TabIndex = 33
+ Me.BTNIMaledom.Text = "1"
+ Me.BTNIMaledom.UseVisualStyleBackColor = False
+ '
+ 'BTNICaptions
+ '
+ Me.BTNICaptions.BackColor = System.Drawing.Color.LightGray
+ Me.BTNICaptions.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNICaptions.ForeColor = System.Drawing.Color.Black
+ Me.BTNICaptions.Location = New System.Drawing.Point(76, 261)
+ Me.BTNICaptions.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNICaptions.Name = "BTNICaptions"
+ Me.BTNICaptions.Size = New System.Drawing.Size(34, 28)
+ Me.BTNICaptions.TabIndex = 37
+ Me.BTNICaptions.Text = "1"
+ Me.BTNICaptions.UseVisualStyleBackColor = False
+ '
+ 'BTNIGeneral
+ '
+ Me.BTNIGeneral.BackColor = System.Drawing.Color.LightGray
+ Me.BTNIGeneral.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNIGeneral.ForeColor = System.Drawing.Color.Black
+ Me.BTNIGeneral.Location = New System.Drawing.Point(76, 290)
+ Me.BTNIGeneral.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
+ Me.BTNIGeneral.Name = "BTNIGeneral"
+ Me.BTNIGeneral.Size = New System.Drawing.Size(34, 28)
+ Me.BTNIGeneral.TabIndex = 41
+ Me.BTNIGeneral.Text = "1"
+ Me.BTNIGeneral.UseVisualStyleBackColor = False
+ '
+ 'TabPage33
+ '
+ Me.TabPage33.BackColor = System.Drawing.Color.Silver
+ Me.TabPage33.Controls.Add(Me.TabControl5)
+ Me.TabPage33.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage33.Name = "TabPage33"
+ Me.TabPage33.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage33.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage33.TabIndex = 21
+ Me.TabPage33.Text = "Tagging"
+ '
+ 'TabControl5
+ '
+ Me.TabControl5.Controls.Add(Me.TabPage34)
+ Me.TabControl5.Controls.Add(Me.TabPage35)
+ Me.TabControl5.Location = New System.Drawing.Point(6, 6)
+ Me.TabControl5.Name = "TabControl5"
+ Me.TabControl5.SelectedIndex = 0
+ Me.TabControl5.Size = New System.Drawing.Size(708, 437)
+ Me.TabControl5.TabIndex = 0
'
- 'CBIHardcore
+ 'TabPage34
'
- Me.CBIHardcore.AutoSize = True
- Me.CBIHardcore.Checked = Global.Tease_AI.My.MySettings.Default.CBIHardcore
- Me.CBIHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIHardcore.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIHardcore.ForeColor = System.Drawing.Color.Black
- Me.CBIHardcore.Location = New System.Drawing.Point(3, 3)
- Me.CBIHardcore.Name = "CBIHardcore"
- Me.CBIHardcore.Size = New System.Drawing.Size(70, 23)
- Me.CBIHardcore.TabIndex = 0
- Me.CBIHardcore.Text = "Hardcore"
- Me.CBIHardcore.UseVisualStyleBackColor = True
+ Me.TabPage34.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage34.Controls.Add(Me.CBTagSeeThrough)
+ Me.TabPage34.Controls.Add(Me.CBTagAllFours)
+ Me.TabPage34.Controls.Add(Me.CBTagGlaring)
+ Me.TabPage34.Controls.Add(Me.CBTagSmiling)
+ Me.TabPage34.Controls.Add(Me.TBTagDir)
+ Me.TabPage34.Controls.Add(Me.CBTagPiercing)
+ Me.TabPage34.Controls.Add(Me.CBTagLegs)
+ Me.TabPage34.Controls.Add(Me.TBTagFurniture)
+ Me.TabPage34.Controls.Add(Me.CBTagFurniture)
+ Me.TabPage34.Controls.Add(Me.TBTagSexToy)
+ Me.TabPage34.Controls.Add(Me.CBTagSexToy)
+ Me.TabPage34.Controls.Add(Me.TBTagTattoo)
+ Me.TabPage34.Controls.Add(Me.CBTagTattoo)
+ Me.TabPage34.Controls.Add(Me.TBTagUnderwear)
+ Me.TabPage34.Controls.Add(Me.CBTagUnderwear)
+ Me.TabPage34.Controls.Add(Me.TBTagGarment)
+ Me.TabPage34.Controls.Add(Me.CBTagGarment)
+ Me.TabPage34.Controls.Add(Me.Label72)
+ Me.TabPage34.Controls.Add(Me.CBTagHandsCovering)
+ Me.TabPage34.Controls.Add(Me.CBTagGarmentCovering)
+ Me.TabPage34.Controls.Add(Me.CBTagCloseUp)
+ Me.TabPage34.Controls.Add(Me.CBTagNaked)
+ Me.TabPage34.Controls.Add(Me.CBTagSideView)
+ Me.TabPage34.Controls.Add(Me.BTNTagPrevious)
+ Me.TabPage34.Controls.Add(Me.CBTagHalfDressed)
+ Me.TabPage34.Controls.Add(Me.BTNTagNext)
+ Me.TabPage34.Controls.Add(Me.CBTagFullyDressed)
+ Me.TabPage34.Controls.Add(Me.LBLTagCount)
+ Me.TabPage34.Controls.Add(Me.CBTagSucking)
+ Me.TabPage34.Controls.Add(Me.CBTagMasturbating)
+ Me.TabPage34.Controls.Add(Me.CBTagFeet)
+ Me.TabPage34.Controls.Add(Me.CBTagBoobs)
+ Me.TabPage34.Controls.Add(Me.CBTagAss)
+ Me.TabPage34.Controls.Add(Me.CBTagPussy)
+ Me.TabPage34.Controls.Add(Me.BTNTagSave)
+ Me.TabPage34.Controls.Add(Me.BTNTagDir)
+ Me.TabPage34.Controls.Add(Me.ImageTagPictureBox)
+ Me.TabPage34.Controls.Add(Me.CBTagFace)
+ Me.TabPage34.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage34.Name = "TabPage34"
+ Me.TabPage34.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage34.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage34.TabIndex = 0
+ Me.TabPage34.Text = "Domme Tags"
'
- 'CBISoftcore
+ 'CBTagSeeThrough
'
- Me.CBISoftcore.AutoSize = True
- Me.CBISoftcore.Checked = Global.Tease_AI.My.MySettings.Default.CBISoftcore
- Me.CBISoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBISoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBISoftcore.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBISoftcore.ForeColor = System.Drawing.Color.Black
- Me.CBISoftcore.Location = New System.Drawing.Point(3, 32)
- Me.CBISoftcore.Name = "CBISoftcore"
- Me.CBISoftcore.Size = New System.Drawing.Size(70, 23)
- Me.CBISoftcore.TabIndex = 4
- Me.CBISoftcore.Text = "Softcore"
- Me.CBISoftcore.UseVisualStyleBackColor = True
+ Me.CBTagSeeThrough.AutoSize = True
+ Me.CBTagSeeThrough.Enabled = False
+ Me.CBTagSeeThrough.Location = New System.Drawing.Point(577, 117)
+ Me.CBTagSeeThrough.Name = "CBTagSeeThrough"
+ Me.CBTagSeeThrough.Size = New System.Drawing.Size(87, 17)
+ Me.CBTagSeeThrough.TabIndex = 226
+ Me.CBTagSeeThrough.Text = "See Through"
+ Me.CBTagSeeThrough.UseVisualStyleBackColor = True
'
- 'TbxISoftcore
+ 'CBTagAllFours
'
- Me.TbxISoftcore.BackColor = System.Drawing.Color.LightGray
- Me.TbxISoftcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxISoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ISoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxISoftcore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxISoftcore.ForeColor = System.Drawing.Color.Black
- Me.TbxISoftcore.Location = New System.Drawing.Point(115, 34)
- Me.TbxISoftcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxISoftcore.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxISoftcore.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxISoftcore.Name = "TbxISoftcore"
- Me.TbxISoftcore.ReadOnly = True
- Me.TbxISoftcore.Size = New System.Drawing.Size(217, 17)
- Me.TbxISoftcore.TabIndex = 6
- Me.TbxISoftcore.Text = Global.Tease_AI.My.MySettings.Default.ISoftcore
+ Me.CBTagAllFours.AutoSize = True
+ Me.CBTagAllFours.Enabled = False
+ Me.CBTagAllFours.ForeColor = System.Drawing.Color.Black
+ Me.CBTagAllFours.Location = New System.Drawing.Point(577, 207)
+ Me.CBTagAllFours.Name = "CBTagAllFours"
+ Me.CBTagAllFours.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagAllFours.TabIndex = 225
+ Me.CBTagAllFours.Text = "All Fours"
+ Me.CBTagAllFours.UseVisualStyleBackColor = True
'
- 'CBButtSubDir
+ 'CBTagGlaring
'
- Me.CBButtSubDir.AutoSize = True
- Me.CBButtSubDir.Checked = Global.Tease_AI.My.MySettings.Default.CBButtSubDir
- Me.CBButtSubDir.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBButtSubDir.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBButtSubDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBButtSubDir.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBButtSubDir.ForeColor = System.Drawing.Color.Black
- Me.CBButtSubDir.Location = New System.Drawing.Point(343, 351)
- Me.CBButtSubDir.Name = "CBButtSubDir"
- Me.CBButtSubDir.Size = New System.Drawing.Size(19, 27)
- Me.CBButtSubDir.TabIndex = 51
- Me.CBButtSubDir.UseVisualStyleBackColor = True
+ Me.CBTagGlaring.AutoSize = True
+ Me.CBTagGlaring.Enabled = False
+ Me.CBTagGlaring.ForeColor = System.Drawing.Color.Black
+ Me.CBTagGlaring.Location = New System.Drawing.Point(484, 227)
+ Me.CBTagGlaring.Name = "CBTagGlaring"
+ Me.CBTagGlaring.Size = New System.Drawing.Size(59, 17)
+ Me.CBTagGlaring.TabIndex = 224
+ Me.CBTagGlaring.Text = "Glaring"
+ Me.CBTagGlaring.UseVisualStyleBackColor = True
'
- 'CBISoftcoreSD
+ 'CBTagSmiling
'
- Me.CBISoftcoreSD.AutoSize = True
- Me.CBISoftcoreSD.Checked = Global.Tease_AI.My.MySettings.Default.ISoftcoreSD
- Me.CBISoftcoreSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBISoftcoreSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ISoftcoreSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBISoftcoreSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBISoftcoreSD.ForeColor = System.Drawing.Color.Black
- Me.CBISoftcoreSD.Location = New System.Drawing.Point(343, 32)
- Me.CBISoftcoreSD.Name = "CBISoftcoreSD"
- Me.CBISoftcoreSD.Size = New System.Drawing.Size(19, 23)
- Me.CBISoftcoreSD.TabIndex = 7
- Me.CBISoftcoreSD.UseVisualStyleBackColor = True
+ Me.CBTagSmiling.AutoSize = True
+ Me.CBTagSmiling.Enabled = False
+ Me.CBTagSmiling.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSmiling.Location = New System.Drawing.Point(484, 207)
+ Me.CBTagSmiling.Name = "CBTagSmiling"
+ Me.CBTagSmiling.Size = New System.Drawing.Size(59, 17)
+ Me.CBTagSmiling.TabIndex = 223
+ Me.CBTagSmiling.Text = "Smiling"
+ Me.CBTagSmiling.UseVisualStyleBackColor = True
'
- 'CBBoobSubDir
+ 'TBTagDir
'
- Me.CBBoobSubDir.AutoSize = True
- Me.CBBoobSubDir.Checked = Global.Tease_AI.My.MySettings.Default.CBBoobSubDir
- Me.CBBoobSubDir.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBBoobSubDir.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBBoobSubDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBBoobSubDir.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBBoobSubDir.ForeColor = System.Drawing.Color.Black
- Me.CBBoobSubDir.Location = New System.Drawing.Point(343, 322)
- Me.CBBoobSubDir.Name = "CBBoobSubDir"
- Me.CBBoobSubDir.Size = New System.Drawing.Size(19, 23)
- Me.CBBoobSubDir.TabIndex = 47
- Me.CBBoobSubDir.UseVisualStyleBackColor = True
+ Me.TBTagDir.Location = New System.Drawing.Point(55, 9)
+ Me.TBTagDir.Name = "TBTagDir"
+ Me.TBTagDir.Size = New System.Drawing.Size(330, 20)
+ Me.TBTagDir.TabIndex = 222
+ Me.TBTagDir.Text = "Enter Image Directory"
'
- 'CBILezdomSD
+ 'CBTagPiercing
'
- Me.CBILezdomSD.AutoSize = True
- Me.CBILezdomSD.Checked = Global.Tease_AI.My.MySettings.Default.ILezdomSD
- Me.CBILezdomSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBILezdomSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ILezdomSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBILezdomSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBILezdomSD.ForeColor = System.Drawing.Color.Black
- Me.CBILezdomSD.Location = New System.Drawing.Point(343, 148)
- Me.CBILezdomSD.Name = "CBILezdomSD"
- Me.CBILezdomSD.Size = New System.Drawing.Size(19, 23)
- Me.CBILezdomSD.TabIndex = 23
- Me.CBILezdomSD.UseVisualStyleBackColor = True
+ Me.CBTagPiercing.AutoSize = True
+ Me.CBTagPiercing.Enabled = False
+ Me.CBTagPiercing.ForeColor = System.Drawing.Color.Black
+ Me.CBTagPiercing.Location = New System.Drawing.Point(577, 227)
+ Me.CBTagPiercing.Name = "CBTagPiercing"
+ Me.CBTagPiercing.Size = New System.Drawing.Size(64, 17)
+ Me.CBTagPiercing.TabIndex = 221
+ Me.CBTagPiercing.Text = "Piercing"
+ Me.CBTagPiercing.UseVisualStyleBackColor = True
'
- 'CBIGeneralSD
+ 'CBTagLegs
'
- Me.CBIGeneralSD.AutoSize = True
- Me.CBIGeneralSD.Checked = Global.Tease_AI.My.MySettings.Default.IGeneralSD
- Me.CBIGeneralSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIGeneralSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IGeneralSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIGeneralSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIGeneralSD.ForeColor = System.Drawing.Color.Black
- Me.CBIGeneralSD.Location = New System.Drawing.Point(343, 293)
- Me.CBIGeneralSD.Name = "CBIGeneralSD"
- Me.CBIGeneralSD.Size = New System.Drawing.Size(19, 23)
- Me.CBIGeneralSD.TabIndex = 43
- Me.CBIGeneralSD.UseVisualStyleBackColor = True
+ Me.CBTagLegs.AutoSize = True
+ Me.CBTagLegs.Enabled = False
+ Me.CBTagLegs.ForeColor = System.Drawing.Color.Black
+ Me.CBTagLegs.Location = New System.Drawing.Point(484, 117)
+ Me.CBTagLegs.Name = "CBTagLegs"
+ Me.CBTagLegs.Size = New System.Drawing.Size(49, 17)
+ Me.CBTagLegs.TabIndex = 220
+ Me.CBTagLegs.Text = "Legs"
+ Me.CBTagLegs.UseVisualStyleBackColor = True
'
- 'CBILesbianSD
+ 'TBTagFurniture
'
- Me.CBILesbianSD.AutoSize = True
- Me.CBILesbianSD.Checked = Global.Tease_AI.My.MySettings.Default.ILesbianSD
- Me.CBILesbianSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBILesbianSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ILesbianSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBILesbianSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBILesbianSD.ForeColor = System.Drawing.Color.Black
- Me.CBILesbianSD.Location = New System.Drawing.Point(343, 61)
- Me.CBILesbianSD.Name = "CBILesbianSD"
- Me.CBILesbianSD.Size = New System.Drawing.Size(19, 23)
- Me.CBILesbianSD.TabIndex = 11
- Me.CBILesbianSD.UseVisualStyleBackColor = True
+ Me.TBTagFurniture.Enabled = False
+ Me.TBTagFurniture.Location = New System.Drawing.Point(559, 370)
+ Me.TBTagFurniture.Name = "TBTagFurniture"
+ Me.TBTagFurniture.Size = New System.Drawing.Size(108, 20)
+ Me.TBTagFurniture.TabIndex = 219
'
- 'CBICaptionsSD
+ 'CBTagFurniture
'
- Me.CBICaptionsSD.AutoSize = True
- Me.CBICaptionsSD.Checked = Global.Tease_AI.My.MySettings.Default.ICaptionsSD
- Me.CBICaptionsSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBICaptionsSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ICaptionsSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBICaptionsSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBICaptionsSD.ForeColor = System.Drawing.Color.Black
- Me.CBICaptionsSD.Location = New System.Drawing.Point(343, 264)
- Me.CBICaptionsSD.Name = "CBICaptionsSD"
- Me.CBICaptionsSD.Size = New System.Drawing.Size(19, 23)
- Me.CBICaptionsSD.TabIndex = 39
- Me.CBICaptionsSD.UseVisualStyleBackColor = True
+ Me.CBTagFurniture.AutoSize = True
+ Me.CBTagFurniture.Enabled = False
+ Me.CBTagFurniture.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFurniture.Location = New System.Drawing.Point(476, 372)
+ Me.CBTagFurniture.Name = "CBTagFurniture"
+ Me.CBTagFurniture.Size = New System.Drawing.Size(67, 17)
+ Me.CBTagFurniture.TabIndex = 218
+ Me.CBTagFurniture.Text = "Furniture"
+ Me.CBTagFurniture.UseVisualStyleBackColor = True
+ '
+ 'TBTagSexToy
+ '
+ Me.TBTagSexToy.Enabled = False
+ Me.TBTagSexToy.Location = New System.Drawing.Point(560, 346)
+ Me.TBTagSexToy.Name = "TBTagSexToy"
+ Me.TBTagSexToy.Size = New System.Drawing.Size(108, 20)
+ Me.TBTagSexToy.TabIndex = 217
'
- 'CBILesbian
+ 'CBTagSexToy
'
- Me.CBILesbian.AutoSize = True
- Me.CBILesbian.Checked = Global.Tease_AI.My.MySettings.Default.CBILesbian
- Me.CBILesbian.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBILesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBILesbian.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBILesbian.ForeColor = System.Drawing.Color.Black
- Me.CBILesbian.Location = New System.Drawing.Point(3, 61)
- Me.CBILesbian.Name = "CBILesbian"
- Me.CBILesbian.Size = New System.Drawing.Size(70, 23)
- Me.CBILesbian.TabIndex = 8
- Me.CBILesbian.Text = "Lesbian"
- Me.CBILesbian.UseVisualStyleBackColor = True
+ Me.CBTagSexToy.AutoSize = True
+ Me.CBTagSexToy.Enabled = False
+ Me.CBTagSexToy.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSexToy.Location = New System.Drawing.Point(476, 348)
+ Me.CBTagSexToy.Name = "CBTagSexToy"
+ Me.CBTagSexToy.Size = New System.Drawing.Size(65, 17)
+ Me.CBTagSexToy.TabIndex = 216
+ Me.CBTagSexToy.Text = "Sex Toy"
+ Me.CBTagSexToy.UseVisualStyleBackColor = True
'
- 'CBIMaledomSD
+ 'TBTagTattoo
'
- Me.CBIMaledomSD.AutoSize = True
- Me.CBIMaledomSD.Checked = Global.Tease_AI.My.MySettings.Default.IMaledomSD
- Me.CBIMaledomSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIMaledomSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IMaledomSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIMaledomSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIMaledomSD.ForeColor = System.Drawing.Color.Black
- Me.CBIMaledomSD.Location = New System.Drawing.Point(343, 235)
- Me.CBIMaledomSD.Name = "CBIMaledomSD"
- Me.CBIMaledomSD.Size = New System.Drawing.Size(19, 23)
- Me.CBIMaledomSD.TabIndex = 35
- Me.CBIMaledomSD.UseVisualStyleBackColor = True
+ Me.TBTagTattoo.Enabled = False
+ Me.TBTagTattoo.Location = New System.Drawing.Point(560, 322)
+ Me.TBTagTattoo.Name = "TBTagTattoo"
+ Me.TBTagTattoo.Size = New System.Drawing.Size(108, 20)
+ Me.TBTagTattoo.TabIndex = 215
'
- 'CBIBlowjob
+ 'CBTagTattoo
'
- Me.CBIBlowjob.AutoSize = True
- Me.CBIBlowjob.Checked = Global.Tease_AI.My.MySettings.Default.CBIBlowjob
- Me.CBIBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIBlowjob.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIBlowjob.ForeColor = System.Drawing.Color.Black
- Me.CBIBlowjob.Location = New System.Drawing.Point(3, 90)
- Me.CBIBlowjob.Name = "CBIBlowjob"
- Me.CBIBlowjob.Size = New System.Drawing.Size(70, 23)
- Me.CBIBlowjob.TabIndex = 12
- Me.CBIBlowjob.Text = "Blowjob"
- Me.CBIBlowjob.UseVisualStyleBackColor = True
+ Me.CBTagTattoo.AutoSize = True
+ Me.CBTagTattoo.Enabled = False
+ Me.CBTagTattoo.ForeColor = System.Drawing.Color.Black
+ Me.CBTagTattoo.Location = New System.Drawing.Point(476, 324)
+ Me.CBTagTattoo.Name = "CBTagTattoo"
+ Me.CBTagTattoo.Size = New System.Drawing.Size(57, 17)
+ Me.CBTagTattoo.TabIndex = 214
+ Me.CBTagTattoo.Text = "Tattoo"
+ Me.CBTagTattoo.UseVisualStyleBackColor = True
'
- 'CBIGaySD
+ 'TBTagUnderwear
'
- Me.CBIGaySD.AutoSize = True
- Me.CBIGaySD.Checked = Global.Tease_AI.My.MySettings.Default.IGaySD
- Me.CBIGaySD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIGaySD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IGaySD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIGaySD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIGaySD.ForeColor = System.Drawing.Color.Black
- Me.CBIGaySD.Location = New System.Drawing.Point(343, 206)
- Me.CBIGaySD.Name = "CBIGaySD"
- Me.CBIGaySD.Size = New System.Drawing.Size(19, 23)
- Me.CBIGaySD.TabIndex = 31
- Me.CBIGaySD.UseVisualStyleBackColor = True
+ Me.TBTagUnderwear.Enabled = False
+ Me.TBTagUnderwear.Location = New System.Drawing.Point(560, 298)
+ Me.TBTagUnderwear.Name = "TBTagUnderwear"
+ Me.TBTagUnderwear.Size = New System.Drawing.Size(108, 20)
+ Me.TBTagUnderwear.TabIndex = 213
'
- 'CBIHentaiSD
+ 'CBTagUnderwear
'
- Me.CBIHentaiSD.AutoSize = True
- Me.CBIHentaiSD.Checked = Global.Tease_AI.My.MySettings.Default.IHentaiSD
- Me.CBIHentaiSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIHentaiSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IHentaiSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIHentaiSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIHentaiSD.ForeColor = System.Drawing.Color.Black
- Me.CBIHentaiSD.Location = New System.Drawing.Point(343, 177)
- Me.CBIHentaiSD.Name = "CBIHentaiSD"
- Me.CBIHentaiSD.Size = New System.Drawing.Size(19, 23)
- Me.CBIHentaiSD.TabIndex = 27
- Me.CBIHentaiSD.UseVisualStyleBackColor = True
+ Me.CBTagUnderwear.AutoSize = True
+ Me.CBTagUnderwear.Enabled = False
+ Me.CBTagUnderwear.ForeColor = System.Drawing.Color.Black
+ Me.CBTagUnderwear.Location = New System.Drawing.Point(476, 300)
+ Me.CBTagUnderwear.Name = "CBTagUnderwear"
+ Me.CBTagUnderwear.Size = New System.Drawing.Size(78, 17)
+ Me.CBTagUnderwear.TabIndex = 212
+ Me.CBTagUnderwear.Text = "Underwear"
+ Me.CBTagUnderwear.UseVisualStyleBackColor = True
'
- 'CBIBlowjobSD
+ 'TBTagGarment
'
- Me.CBIBlowjobSD.AutoSize = True
- Me.CBIBlowjobSD.Checked = Global.Tease_AI.My.MySettings.Default.IBlowjobSD
- Me.CBIBlowjobSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIBlowjobSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IBlowjobSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIBlowjobSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIBlowjobSD.ForeColor = System.Drawing.Color.Black
- Me.CBIBlowjobSD.Location = New System.Drawing.Point(343, 90)
- Me.CBIBlowjobSD.Name = "CBIBlowjobSD"
- Me.CBIBlowjobSD.Size = New System.Drawing.Size(19, 23)
- Me.CBIBlowjobSD.TabIndex = 15
- Me.CBIBlowjobSD.UseVisualStyleBackColor = True
+ Me.TBTagGarment.Enabled = False
+ Me.TBTagGarment.Location = New System.Drawing.Point(560, 274)
+ Me.TBTagGarment.Name = "TBTagGarment"
+ Me.TBTagGarment.Size = New System.Drawing.Size(108, 20)
+ Me.TBTagGarment.TabIndex = 211
'
- 'CBIFemdomSD
+ 'CBTagGarment
'
- Me.CBIFemdomSD.AutoSize = True
- Me.CBIFemdomSD.Checked = Global.Tease_AI.My.MySettings.Default.IFemdomSD
- Me.CBIFemdomSD.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIFemdomSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IFemdomSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIFemdomSD.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIFemdomSD.ForeColor = System.Drawing.Color.Black
- Me.CBIFemdomSD.Location = New System.Drawing.Point(343, 119)
- Me.CBIFemdomSD.Name = "CBIFemdomSD"
- Me.CBIFemdomSD.Size = New System.Drawing.Size(19, 23)
- Me.CBIFemdomSD.TabIndex = 19
- Me.CBIFemdomSD.UseVisualStyleBackColor = True
+ Me.CBTagGarment.AutoSize = True
+ Me.CBTagGarment.Enabled = False
+ Me.CBTagGarment.ForeColor = System.Drawing.Color.Black
+ Me.CBTagGarment.Location = New System.Drawing.Point(476, 276)
+ Me.CBTagGarment.Name = "CBTagGarment"
+ Me.CBTagGarment.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagGarment.TabIndex = 210
+ Me.CBTagGarment.Text = "Garment"
+ Me.CBTagGarment.UseVisualStyleBackColor = True
'
- 'TbxIButts
+ 'Label72
'
- Me.TbxIButts.BackColor = System.Drawing.Color.LightGray
- Me.TbxIButts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIButts.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "LBLButtPath", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIButts.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIButts.ForeColor = System.Drawing.Color.Black
- Me.TbxIButts.Location = New System.Drawing.Point(115, 353)
- Me.TbxIButts.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIButts.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIButts.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIButts.Name = "TbxIButts"
- Me.TbxIButts.ReadOnly = True
- Me.TbxIButts.Size = New System.Drawing.Size(217, 17)
- Me.TbxIButts.TabIndex = 50
- Me.TbxIButts.Text = Global.Tease_AI.My.MySettings.Default.LBLButtPath
+ Me.Label72.BackColor = System.Drawing.Color.Transparent
+ Me.Label72.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label72.ForeColor = System.Drawing.Color.Black
+ Me.Label72.Location = New System.Drawing.Point(5, 368)
+ Me.Label72.Name = "Label72"
+ Me.Label72.Size = New System.Drawing.Size(451, 35)
+ Me.Label72.TabIndex = 189
+ Me.Label72.Text = "Open a directory containing images. Check all tags that apply to each image displ" &
+ "ayed, and enter one-word tag descriptions in the text fields when appropriate. (" &
+ "e.g. Garment: dress)"
+ Me.Label72.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBIFemdom
+ 'CBTagHandsCovering
'
- Me.CBIFemdom.AutoSize = True
- Me.CBIFemdom.Checked = Global.Tease_AI.My.MySettings.Default.CBIFemdom
- Me.CBIFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIFemdom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIFemdom.ForeColor = System.Drawing.Color.Black
- Me.CBIFemdom.Location = New System.Drawing.Point(3, 119)
- Me.CBIFemdom.Name = "CBIFemdom"
- Me.CBIFemdom.Size = New System.Drawing.Size(70, 23)
- Me.CBIFemdom.TabIndex = 16
- Me.CBIFemdom.Text = "Femdom"
- Me.CBIFemdom.UseVisualStyleBackColor = True
+ Me.CBTagHandsCovering.AutoSize = True
+ Me.CBTagHandsCovering.Enabled = False
+ Me.CBTagHandsCovering.Location = New System.Drawing.Point(577, 97)
+ Me.CBTagHandsCovering.Name = "CBTagHandsCovering"
+ Me.CBTagHandsCovering.Size = New System.Drawing.Size(101, 17)
+ Me.CBTagHandsCovering.TabIndex = 209
+ Me.CBTagHandsCovering.Text = "Hands Covering"
+ Me.CBTagHandsCovering.UseVisualStyleBackColor = True
'
- 'TbxILesbian
+ 'CBTagGarmentCovering
'
- Me.TbxILesbian.BackColor = System.Drawing.Color.LightGray
- Me.TbxILesbian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxILesbian.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ILesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxILesbian.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxILesbian.ForeColor = System.Drawing.Color.Black
- Me.TbxILesbian.Location = New System.Drawing.Point(115, 63)
- Me.TbxILesbian.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxILesbian.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxILesbian.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxILesbian.Name = "TbxILesbian"
- Me.TbxILesbian.ReadOnly = True
- Me.TbxILesbian.Size = New System.Drawing.Size(217, 17)
- Me.TbxILesbian.TabIndex = 10
- Me.TbxILesbian.Text = Global.Tease_AI.My.MySettings.Default.ILesbian
+ Me.CBTagGarmentCovering.AutoSize = True
+ Me.CBTagGarmentCovering.Enabled = False
+ Me.CBTagGarmentCovering.Location = New System.Drawing.Point(577, 77)
+ Me.CBTagGarmentCovering.Name = "CBTagGarmentCovering"
+ Me.CBTagGarmentCovering.Size = New System.Drawing.Size(110, 17)
+ Me.CBTagGarmentCovering.TabIndex = 208
+ Me.CBTagGarmentCovering.Text = "Garment Covering"
+ Me.CBTagGarmentCovering.UseVisualStyleBackColor = True
'
- 'BTNISoftcore
+ 'CBTagCloseUp
'
- Me.BTNISoftcore.BackColor = System.Drawing.Color.LightGray
- Me.BTNISoftcore.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNISoftcore.ForeColor = System.Drawing.Color.Black
- Me.BTNISoftcore.Location = New System.Drawing.Point(76, 29)
- Me.BTNISoftcore.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNISoftcore.Name = "BTNISoftcore"
- Me.BTNISoftcore.Size = New System.Drawing.Size(34, 28)
- Me.BTNISoftcore.TabIndex = 5
- Me.BTNISoftcore.Text = "1"
- Me.BTNISoftcore.UseVisualStyleBackColor = False
+ Me.CBTagCloseUp.AutoSize = True
+ Me.CBTagCloseUp.Enabled = False
+ Me.CBTagCloseUp.ForeColor = System.Drawing.Color.Black
+ Me.CBTagCloseUp.Location = New System.Drawing.Point(577, 187)
+ Me.CBTagCloseUp.Name = "CBTagCloseUp"
+ Me.CBTagCloseUp.Size = New System.Drawing.Size(69, 17)
+ Me.CBTagCloseUp.TabIndex = 205
+ Me.CBTagCloseUp.Text = "Close Up"
+ Me.CBTagCloseUp.UseVisualStyleBackColor = True
'
- 'CBILezdom
+ 'CBTagNaked
'
- Me.CBILezdom.AutoSize = True
- Me.CBILezdom.Checked = Global.Tease_AI.My.MySettings.Default.CBILezdom
- Me.CBILezdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBILezdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBILezdom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBILezdom.ForeColor = System.Drawing.Color.Black
- Me.CBILezdom.Location = New System.Drawing.Point(3, 148)
- Me.CBILezdom.Name = "CBILezdom"
- Me.CBILezdom.Size = New System.Drawing.Size(70, 23)
- Me.CBILezdom.TabIndex = 20
- Me.CBILezdom.Text = "Lezdom"
- Me.CBILezdom.UseVisualStyleBackColor = True
+ Me.CBTagNaked.AutoSize = True
+ Me.CBTagNaked.Enabled = False
+ Me.CBTagNaked.Location = New System.Drawing.Point(577, 136)
+ Me.CBTagNaked.Name = "CBTagNaked"
+ Me.CBTagNaked.Size = New System.Drawing.Size(57, 17)
+ Me.CBTagNaked.TabIndex = 199
+ Me.CBTagNaked.Text = "Naked"
+ Me.CBTagNaked.UseVisualStyleBackColor = True
'
- 'TbxIBoobs
+ 'CBTagSideView
'
- Me.TbxIBoobs.BackColor = System.Drawing.Color.LightGray
- Me.TbxIBoobs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "LBLBoobPath", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIBoobs.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIBoobs.ForeColor = System.Drawing.Color.Black
- Me.TbxIBoobs.Location = New System.Drawing.Point(115, 324)
- Me.TbxIBoobs.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIBoobs.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIBoobs.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIBoobs.Name = "TbxIBoobs"
- Me.TbxIBoobs.ReadOnly = True
- Me.TbxIBoobs.Size = New System.Drawing.Size(217, 17)
- Me.TbxIBoobs.TabIndex = 46
- Me.TbxIBoobs.Text = Global.Tease_AI.My.MySettings.Default.LBLBoobPath
+ Me.CBTagSideView.AutoSize = True
+ Me.CBTagSideView.Enabled = False
+ Me.CBTagSideView.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSideView.Location = New System.Drawing.Point(577, 167)
+ Me.CBTagSideView.Name = "CBTagSideView"
+ Me.CBTagSideView.Size = New System.Drawing.Size(73, 17)
+ Me.CBTagSideView.TabIndex = 204
+ Me.CBTagSideView.Text = "Side View"
+ Me.CBTagSideView.UseVisualStyleBackColor = True
'
- 'CBIHentai
+ 'BTNTagPrevious
'
- Me.CBIHentai.AutoSize = True
- Me.CBIHentai.Checked = Global.Tease_AI.My.MySettings.Default.CBIHentai
- Me.CBIHentai.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIHentai", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIHentai.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIHentai.ForeColor = System.Drawing.Color.Black
- Me.CBIHentai.Location = New System.Drawing.Point(3, 177)
- Me.CBIHentai.Name = "CBIHentai"
- Me.CBIHentai.Size = New System.Drawing.Size(70, 23)
- Me.CBIHentai.TabIndex = 24
- Me.CBIHentai.Text = "Hentai"
- Me.CBIHentai.UseVisualStyleBackColor = True
+ Me.BTNTagPrevious.BackColor = System.Drawing.Color.LightGray
+ Me.BTNTagPrevious.Enabled = False
+ Me.BTNTagPrevious.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNTagPrevious.ForeColor = System.Drawing.Color.Black
+ Me.BTNTagPrevious.Location = New System.Drawing.Point(391, 8)
+ Me.BTNTagPrevious.Name = "BTNTagPrevious"
+ Me.BTNTagPrevious.Size = New System.Drawing.Size(47, 24)
+ Me.BTNTagPrevious.TabIndex = 207
+ Me.BTNTagPrevious.Text = "<<"
+ Me.BTNTagPrevious.UseVisualStyleBackColor = False
'
- 'TbxIBlowjob
+ 'CBTagHalfDressed
'
- Me.TbxIBlowjob.BackColor = System.Drawing.Color.LightGray
- Me.TbxIBlowjob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIBlowjob.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIBlowjob.ForeColor = System.Drawing.Color.Black
- Me.TbxIBlowjob.Location = New System.Drawing.Point(115, 92)
- Me.TbxIBlowjob.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIBlowjob.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIBlowjob.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIBlowjob.Name = "TbxIBlowjob"
- Me.TbxIBlowjob.ReadOnly = True
- Me.TbxIBlowjob.Size = New System.Drawing.Size(217, 17)
- Me.TbxIBlowjob.TabIndex = 14
- Me.TbxIBlowjob.Text = Global.Tease_AI.My.MySettings.Default.IBlowjob
+ Me.CBTagHalfDressed.AutoSize = True
+ Me.CBTagHalfDressed.Enabled = False
+ Me.CBTagHalfDressed.Location = New System.Drawing.Point(577, 57)
+ Me.CBTagHalfDressed.Name = "CBTagHalfDressed"
+ Me.CBTagHalfDressed.Size = New System.Drawing.Size(86, 17)
+ Me.CBTagHalfDressed.TabIndex = 198
+ Me.CBTagHalfDressed.Text = "Half Dressed"
+ Me.CBTagHalfDressed.UseVisualStyleBackColor = True
'
- 'CBIGay
+ 'BTNTagNext
'
- Me.CBIGay.AutoSize = True
- Me.CBIGay.Checked = Global.Tease_AI.My.MySettings.Default.CBIGay
- Me.CBIGay.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIGay", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIGay.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIGay.ForeColor = System.Drawing.Color.Black
- Me.CBIGay.Location = New System.Drawing.Point(3, 206)
- Me.CBIGay.Name = "CBIGay"
- Me.CBIGay.Size = New System.Drawing.Size(70, 23)
- Me.CBIGay.TabIndex = 28
- Me.CBIGay.Text = "Gay"
- Me.CBIGay.UseVisualStyleBackColor = True
+ Me.BTNTagNext.BackColor = System.Drawing.Color.LightGray
+ Me.BTNTagNext.Enabled = False
+ Me.BTNTagNext.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNTagNext.ForeColor = System.Drawing.Color.Black
+ Me.BTNTagNext.Location = New System.Drawing.Point(560, 8)
+ Me.BTNTagNext.Name = "BTNTagNext"
+ Me.BTNTagNext.Size = New System.Drawing.Size(47, 24)
+ Me.BTNTagNext.TabIndex = 206
+ Me.BTNTagNext.Text = ">>"
+ Me.BTNTagNext.UseVisualStyleBackColor = False
'
- 'TbxIGeneral
+ 'CBTagFullyDressed
'
- Me.TbxIGeneral.BackColor = System.Drawing.Color.LightGray
- Me.TbxIGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIGeneral.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIGeneral.ForeColor = System.Drawing.Color.Black
- Me.TbxIGeneral.Location = New System.Drawing.Point(115, 295)
- Me.TbxIGeneral.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIGeneral.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIGeneral.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIGeneral.Name = "TbxIGeneral"
- Me.TbxIGeneral.ReadOnly = True
- Me.TbxIGeneral.Size = New System.Drawing.Size(217, 17)
- Me.TbxIGeneral.TabIndex = 42
- Me.TbxIGeneral.Text = Global.Tease_AI.My.MySettings.Default.IGeneral
+ Me.CBTagFullyDressed.AutoSize = True
+ Me.CBTagFullyDressed.Enabled = False
+ Me.CBTagFullyDressed.Location = New System.Drawing.Point(577, 37)
+ Me.CBTagFullyDressed.Name = "CBTagFullyDressed"
+ Me.CBTagFullyDressed.Size = New System.Drawing.Size(88, 17)
+ Me.CBTagFullyDressed.TabIndex = 197
+ Me.CBTagFullyDressed.Text = "Fully Dressed"
+ Me.CBTagFullyDressed.UseVisualStyleBackColor = True
'
- 'CBIMaledom
+ 'LBLTagCount
'
- Me.CBIMaledom.AutoSize = True
- Me.CBIMaledom.Checked = Global.Tease_AI.My.MySettings.Default.CBIMaledom
- Me.CBIMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIMaledom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIMaledom.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIMaledom.ForeColor = System.Drawing.Color.Black
- Me.CBIMaledom.Location = New System.Drawing.Point(3, 235)
- Me.CBIMaledom.Name = "CBIMaledom"
- Me.CBIMaledom.Size = New System.Drawing.Size(70, 23)
- Me.CBIMaledom.TabIndex = 32
- Me.CBIMaledom.Text = "Maledom"
- Me.CBIMaledom.UseVisualStyleBackColor = True
+ Me.LBLTagCount.BackColor = System.Drawing.Color.Transparent
+ Me.LBLTagCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLTagCount.Enabled = False
+ Me.LBLTagCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLTagCount.ForeColor = System.Drawing.Color.Black
+ Me.LBLTagCount.Location = New System.Drawing.Point(444, 10)
+ Me.LBLTagCount.Name = "LBLTagCount"
+ Me.LBLTagCount.Size = New System.Drawing.Size(110, 20)
+ Me.LBLTagCount.TabIndex = 203
+ Me.LBLTagCount.Text = "0/0"
+ Me.LBLTagCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'TbxIFemdom
+ 'CBTagSucking
'
- Me.TbxIFemdom.BackColor = System.Drawing.Color.LightGray
- Me.TbxIFemdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIFemdom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIFemdom.ForeColor = System.Drawing.Color.Black
- Me.TbxIFemdom.Location = New System.Drawing.Point(115, 121)
- Me.TbxIFemdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIFemdom.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIFemdom.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIFemdom.Name = "TbxIFemdom"
- Me.TbxIFemdom.ReadOnly = True
- Me.TbxIFemdom.Size = New System.Drawing.Size(217, 17)
- Me.TbxIFemdom.TabIndex = 18
- Me.TbxIFemdom.Text = Global.Tease_AI.My.MySettings.Default.IFemdom
+ Me.CBTagSucking.AutoSize = True
+ Me.CBTagSucking.Enabled = False
+ Me.CBTagSucking.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSucking.Location = New System.Drawing.Point(484, 187)
+ Me.CBTagSucking.Name = "CBTagSucking"
+ Me.CBTagSucking.Size = New System.Drawing.Size(65, 17)
+ Me.CBTagSucking.TabIndex = 202
+ Me.CBTagSucking.Text = "Sucking"
+ Me.CBTagSucking.UseVisualStyleBackColor = True
'
- 'BTNILesbian
+ 'CBTagMasturbating
'
- Me.BTNILesbian.BackColor = System.Drawing.Color.LightGray
- Me.BTNILesbian.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNILesbian.ForeColor = System.Drawing.Color.Black
- Me.BTNILesbian.Location = New System.Drawing.Point(76, 58)
- Me.BTNILesbian.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNILesbian.Name = "BTNILesbian"
- Me.BTNILesbian.Size = New System.Drawing.Size(34, 28)
- Me.BTNILesbian.TabIndex = 9
- Me.BTNILesbian.Text = "1"
- Me.BTNILesbian.UseVisualStyleBackColor = False
+ Me.CBTagMasturbating.AutoSize = True
+ Me.CBTagMasturbating.Enabled = False
+ Me.CBTagMasturbating.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMasturbating.Location = New System.Drawing.Point(484, 167)
+ Me.CBTagMasturbating.Name = "CBTagMasturbating"
+ Me.CBTagMasturbating.Size = New System.Drawing.Size(87, 17)
+ Me.CBTagMasturbating.TabIndex = 201
+ Me.CBTagMasturbating.Text = "Masturbating"
+ Me.CBTagMasturbating.UseVisualStyleBackColor = True
'
- 'TbxICaptions
+ 'CBTagFeet
'
- Me.TbxICaptions.BackColor = System.Drawing.Color.LightGray
- Me.TbxICaptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxICaptions.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ICaptions", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxICaptions.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxICaptions.ForeColor = System.Drawing.Color.Black
- Me.TbxICaptions.Location = New System.Drawing.Point(115, 266)
- Me.TbxICaptions.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxICaptions.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxICaptions.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxICaptions.Name = "TbxICaptions"
- Me.TbxICaptions.ReadOnly = True
- Me.TbxICaptions.Size = New System.Drawing.Size(217, 17)
- Me.TbxICaptions.TabIndex = 38
- Me.TbxICaptions.Text = Global.Tease_AI.My.MySettings.Default.ICaptions
+ Me.CBTagFeet.AutoSize = True
+ Me.CBTagFeet.Enabled = False
+ Me.CBTagFeet.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFeet.Location = New System.Drawing.Point(484, 137)
+ Me.CBTagFeet.Name = "CBTagFeet"
+ Me.CBTagFeet.Size = New System.Drawing.Size(47, 17)
+ Me.CBTagFeet.TabIndex = 200
+ Me.CBTagFeet.Text = "Feet"
+ Me.CBTagFeet.UseVisualStyleBackColor = True
'
- 'CBICaptions
+ 'CBTagBoobs
'
- Me.CBICaptions.AutoSize = True
- Me.CBICaptions.Checked = Global.Tease_AI.My.MySettings.Default.CBICaptions
- Me.CBICaptions.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBICaptions", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBICaptions.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBICaptions.ForeColor = System.Drawing.Color.Black
- Me.CBICaptions.Location = New System.Drawing.Point(3, 264)
- Me.CBICaptions.Name = "CBICaptions"
- Me.CBICaptions.Size = New System.Drawing.Size(70, 23)
- Me.CBICaptions.TabIndex = 36
- Me.CBICaptions.Text = "Captions"
- Me.CBICaptions.UseVisualStyleBackColor = True
+ Me.CBTagBoobs.AutoSize = True
+ Me.CBTagBoobs.Enabled = False
+ Me.CBTagBoobs.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBoobs.Location = New System.Drawing.Point(484, 57)
+ Me.CBTagBoobs.Name = "CBTagBoobs"
+ Me.CBTagBoobs.Size = New System.Drawing.Size(56, 17)
+ Me.CBTagBoobs.TabIndex = 196
+ Me.CBTagBoobs.Text = "Boobs"
+ Me.CBTagBoobs.UseVisualStyleBackColor = True
'
- 'TbxILezdom
+ 'CBTagAss
'
- Me.TbxILezdom.BackColor = System.Drawing.Color.LightGray
- Me.TbxILezdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxILezdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ILezdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxILezdom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxILezdom.ForeColor = System.Drawing.Color.Black
- Me.TbxILezdom.Location = New System.Drawing.Point(115, 150)
- Me.TbxILezdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxILezdom.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxILezdom.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxILezdom.Name = "TbxILezdom"
- Me.TbxILezdom.ReadOnly = True
- Me.TbxILezdom.Size = New System.Drawing.Size(217, 17)
- Me.TbxILezdom.TabIndex = 22
- Me.TbxILezdom.Text = Global.Tease_AI.My.MySettings.Default.ILezdom
+ Me.CBTagAss.AutoSize = True
+ Me.CBTagAss.Enabled = False
+ Me.CBTagAss.ForeColor = System.Drawing.Color.Black
+ Me.CBTagAss.Location = New System.Drawing.Point(484, 97)
+ Me.CBTagAss.Name = "CBTagAss"
+ Me.CBTagAss.Size = New System.Drawing.Size(43, 17)
+ Me.CBTagAss.TabIndex = 195
+ Me.CBTagAss.Text = "Ass"
+ Me.CBTagAss.UseVisualStyleBackColor = True
'
- 'TbxIMaledom
+ 'CBTagPussy
'
- Me.TbxIMaledom.BackColor = System.Drawing.Color.LightGray
- Me.TbxIMaledom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IMaledom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIMaledom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIMaledom.ForeColor = System.Drawing.Color.Black
- Me.TbxIMaledom.Location = New System.Drawing.Point(115, 237)
- Me.TbxIMaledom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIMaledom.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIMaledom.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIMaledom.Name = "TbxIMaledom"
- Me.TbxIMaledom.ReadOnly = True
- Me.TbxIMaledom.Size = New System.Drawing.Size(217, 17)
- Me.TbxIMaledom.TabIndex = 34
- Me.TbxIMaledom.Text = Global.Tease_AI.My.MySettings.Default.IMaledom
+ Me.CBTagPussy.AutoSize = True
+ Me.CBTagPussy.Enabled = False
+ Me.CBTagPussy.ForeColor = System.Drawing.Color.Black
+ Me.CBTagPussy.Location = New System.Drawing.Point(484, 77)
+ Me.CBTagPussy.Name = "CBTagPussy"
+ Me.CBTagPussy.Size = New System.Drawing.Size(54, 17)
+ Me.CBTagPussy.TabIndex = 194
+ Me.CBTagPussy.Text = "Pussy"
+ Me.CBTagPussy.UseVisualStyleBackColor = True
'
- 'BTNButtPath
+ 'BTNTagSave
'
- Me.BTNButtPath.BackColor = System.Drawing.Color.LightGray
- Me.BTNButtPath.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNButtPath.ForeColor = System.Drawing.Color.Black
- Me.BTNButtPath.Location = New System.Drawing.Point(76, 348)
- Me.BTNButtPath.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNButtPath.Name = "BTNButtPath"
- Me.BTNButtPath.Size = New System.Drawing.Size(34, 28)
- Me.BTNButtPath.TabIndex = 49
- Me.BTNButtPath.Text = "1"
- Me.BTNButtPath.UseVisualStyleBackColor = False
+ Me.BTNTagSave.Enabled = False
+ Me.BTNTagSave.Location = New System.Drawing.Point(613, 9)
+ Me.BTNTagSave.Name = "BTNTagSave"
+ Me.BTNTagSave.Size = New System.Drawing.Size(83, 23)
+ Me.BTNTagSave.TabIndex = 193
+ Me.BTNTagSave.Text = "Finished"
+ Me.BTNTagSave.UseVisualStyleBackColor = True
'
- 'TbxIHentai
+ 'BTNTagDir
'
- Me.TbxIHentai.BackColor = System.Drawing.Color.LightGray
- Me.TbxIHentai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIHentai.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IHentai", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIHentai.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIHentai.ForeColor = System.Drawing.Color.Black
- Me.TbxIHentai.Location = New System.Drawing.Point(115, 179)
- Me.TbxIHentai.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIHentai.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIHentai.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIHentai.Name = "TbxIHentai"
- Me.TbxIHentai.ReadOnly = True
- Me.TbxIHentai.Size = New System.Drawing.Size(217, 17)
- Me.TbxIHentai.TabIndex = 26
- Me.TbxIHentai.Text = Global.Tease_AI.My.MySettings.Default.IHentai
+ Me.BTNTagDir.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNTagDir.Location = New System.Drawing.Point(6, 8)
+ Me.BTNTagDir.Name = "BTNTagDir"
+ Me.BTNTagDir.Size = New System.Drawing.Size(43, 23)
+ Me.BTNTagDir.TabIndex = 192
+ Me.BTNTagDir.Text = "1"
+ Me.BTNTagDir.UseVisualStyleBackColor = True
'
- 'CBIGeneral
+ 'ImageTagPictureBox
'
- Me.CBIGeneral.AutoSize = True
- Me.CBIGeneral.Checked = Global.Tease_AI.My.MySettings.Default.CBIGeneral
- Me.CBIGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIGeneral.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIGeneral.ForeColor = System.Drawing.Color.Black
- Me.CBIGeneral.Location = New System.Drawing.Point(3, 293)
- Me.CBIGeneral.Name = "CBIGeneral"
- Me.CBIGeneral.Size = New System.Drawing.Size(70, 23)
- Me.CBIGeneral.TabIndex = 40
- Me.CBIGeneral.Text = "General"
- Me.CBIGeneral.UseVisualStyleBackColor = True
+ Me.ImageTagPictureBox.BackColor = System.Drawing.Color.Black
+ Me.ImageTagPictureBox.Location = New System.Drawing.Point(5, 37)
+ Me.ImageTagPictureBox.Name = "ImageTagPictureBox"
+ Me.ImageTagPictureBox.Size = New System.Drawing.Size(451, 328)
+ Me.ImageTagPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
+ Me.ImageTagPictureBox.TabIndex = 191
+ Me.ImageTagPictureBox.TabStop = False
'
- 'TbxIGay
+ 'CBTagFace
'
- Me.TbxIGay.BackColor = System.Drawing.Color.LightGray
- Me.TbxIGay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxIGay.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IGay", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxIGay.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxIGay.ForeColor = System.Drawing.Color.Black
- Me.TbxIGay.Location = New System.Drawing.Point(115, 208)
- Me.TbxIGay.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
- Me.TbxIGay.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxIGay.MinimumSize = New System.Drawing.Size(217, 17)
- Me.TbxIGay.Name = "TbxIGay"
- Me.TbxIGay.ReadOnly = True
- Me.TbxIGay.Size = New System.Drawing.Size(217, 17)
- Me.TbxIGay.TabIndex = 30
- Me.TbxIGay.Text = Global.Tease_AI.My.MySettings.Default.IGay
+ Me.CBTagFace.AutoSize = True
+ Me.CBTagFace.Enabled = False
+ Me.CBTagFace.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFace.Location = New System.Drawing.Point(484, 37)
+ Me.CBTagFace.Name = "CBTagFace"
+ Me.CBTagFace.Size = New System.Drawing.Size(50, 17)
+ Me.CBTagFace.TabIndex = 190
+ Me.CBTagFace.Text = "Face"
+ Me.CBTagFace.UseVisualStyleBackColor = True
'
- 'CBIBoobs
+ 'TabPage35
'
- Me.CBIBoobs.AutoSize = True
- Me.CBIBoobs.Checked = Global.Tease_AI.My.MySettings.Default.CBIBoobs
- Me.CBIBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIBoobs", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIBoobs.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIBoobs.ForeColor = System.Drawing.Color.Black
- Me.CBIBoobs.Location = New System.Drawing.Point(3, 322)
- Me.CBIBoobs.Name = "CBIBoobs"
- Me.CBIBoobs.Size = New System.Drawing.Size(70, 23)
- Me.CBIBoobs.TabIndex = 44
- Me.CBIBoobs.Text = "Boobs"
- Me.CBIBoobs.UseVisualStyleBackColor = True
+ Me.TabPage35.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage35.Controls.Add(Me.GroupBox55)
+ Me.TabPage35.Controls.Add(Me.GroupBox53)
+ Me.TabPage35.Controls.Add(Me.GroupBox49)
+ Me.TabPage35.Controls.Add(Me.GroupBox46)
+ Me.TabPage35.Controls.Add(Me.GroupBox54)
+ Me.TabPage35.Controls.Add(Me.GroupBox51)
+ Me.TabPage35.Controls.Add(Me.GroupBox50)
+ Me.TabPage35.Controls.Add(Me.GroupBox48)
+ Me.TabPage35.Controls.Add(Me.TBLocalTagDir)
+ Me.TabPage35.Controls.Add(Me.BTNLocalTagPrevious)
+ Me.TabPage35.Controls.Add(Me.BTNLocalTagNext)
+ Me.TabPage35.Controls.Add(Me.LBLLocalTagCount)
+ Me.TabPage35.Controls.Add(Me.BTNLocalTagSave)
+ Me.TabPage35.Controls.Add(Me.BTNLocalTagDir)
+ Me.TabPage35.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage35.Name = "TabPage35"
+ Me.TabPage35.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage35.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage35.TabIndex = 1
+ Me.TabPage35.Text = "Local Tags"
'
- 'CBIButts
+ 'GroupBox55
'
- Me.CBIButts.AutoSize = True
- Me.CBIButts.Checked = Global.Tease_AI.My.MySettings.Default.CBIButts
- Me.CBIButts.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIButts", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIButts.Dock = System.Windows.Forms.DockStyle.Fill
- Me.CBIButts.ForeColor = System.Drawing.Color.Black
- Me.CBIButts.Location = New System.Drawing.Point(3, 351)
- Me.CBIButts.Name = "CBIButts"
- Me.CBIButts.Size = New System.Drawing.Size(70, 27)
- Me.CBIButts.TabIndex = 48
- Me.CBIButts.Text = "Butts"
- Me.CBIButts.UseVisualStyleBackColor = True
+ Me.GroupBox55.Controls.Add(Me.CBTagNurse)
+ Me.GroupBox55.Controls.Add(Me.CBTagSchoolgirl)
+ Me.GroupBox55.Controls.Add(Me.CBTagMaid)
+ Me.GroupBox55.Controls.Add(Me.CBTagTeacher)
+ Me.GroupBox55.Controls.Add(Me.CBTagSuperhero)
+ Me.GroupBox55.Location = New System.Drawing.Point(341, 277)
+ Me.GroupBox55.Name = "GroupBox55"
+ Me.GroupBox55.Size = New System.Drawing.Size(103, 118)
+ Me.GroupBox55.TabIndex = 241
+ Me.GroupBox55.TabStop = False
+ Me.GroupBox55.Text = "Outfit"
'
- 'BTNIBlowjob
+ 'CBTagNurse
'
- Me.BTNIBlowjob.BackColor = System.Drawing.Color.LightGray
- Me.BTNIBlowjob.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNIBlowjob.ForeColor = System.Drawing.Color.Black
- Me.BTNIBlowjob.Location = New System.Drawing.Point(76, 87)
- Me.BTNIBlowjob.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNIBlowjob.Name = "BTNIBlowjob"
- Me.BTNIBlowjob.Size = New System.Drawing.Size(34, 28)
- Me.BTNIBlowjob.TabIndex = 13
- Me.BTNIBlowjob.Text = "1"
- Me.BTNIBlowjob.UseVisualStyleBackColor = False
+ Me.CBTagNurse.AutoSize = True
+ Me.CBTagNurse.Enabled = False
+ Me.CBTagNurse.ForeColor = System.Drawing.Color.Black
+ Me.CBTagNurse.Location = New System.Drawing.Point(15, 17)
+ Me.CBTagNurse.Name = "CBTagNurse"
+ Me.CBTagNurse.Size = New System.Drawing.Size(54, 17)
+ Me.CBTagNurse.TabIndex = 203
+ Me.CBTagNurse.Text = "Nurse"
+ Me.CBTagNurse.UseVisualStyleBackColor = True
'
- 'BTNIFemdom
+ 'CBTagSchoolgirl
'
- Me.BTNIFemdom.BackColor = System.Drawing.Color.LightGray
- Me.BTNIFemdom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNIFemdom.ForeColor = System.Drawing.Color.Black
- Me.BTNIFemdom.Location = New System.Drawing.Point(76, 116)
- Me.BTNIFemdom.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNIFemdom.Name = "BTNIFemdom"
- Me.BTNIFemdom.Size = New System.Drawing.Size(34, 28)
- Me.BTNIFemdom.TabIndex = 17
- Me.BTNIFemdom.Text = "1"
- Me.BTNIFemdom.UseVisualStyleBackColor = False
+ Me.CBTagSchoolgirl.AutoSize = True
+ Me.CBTagSchoolgirl.Enabled = False
+ Me.CBTagSchoolgirl.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSchoolgirl.Location = New System.Drawing.Point(15, 57)
+ Me.CBTagSchoolgirl.Name = "CBTagSchoolgirl"
+ Me.CBTagSchoolgirl.Size = New System.Drawing.Size(72, 17)
+ Me.CBTagSchoolgirl.TabIndex = 204
+ Me.CBTagSchoolgirl.Text = "Schoolgirl"
+ Me.CBTagSchoolgirl.UseVisualStyleBackColor = True
'
- 'BTNBoobPath
+ 'CBTagMaid
'
- Me.BTNBoobPath.BackColor = System.Drawing.Color.LightGray
- Me.BTNBoobPath.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNBoobPath.ForeColor = System.Drawing.Color.Black
- Me.BTNBoobPath.Location = New System.Drawing.Point(76, 319)
- Me.BTNBoobPath.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNBoobPath.Name = "BTNBoobPath"
- Me.BTNBoobPath.Size = New System.Drawing.Size(34, 28)
- Me.BTNBoobPath.TabIndex = 45
- Me.BTNBoobPath.Text = "1"
- Me.BTNBoobPath.UseVisualStyleBackColor = False
+ Me.CBTagMaid.AutoSize = True
+ Me.CBTagMaid.Enabled = False
+ Me.CBTagMaid.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMaid.Location = New System.Drawing.Point(15, 77)
+ Me.CBTagMaid.Name = "CBTagMaid"
+ Me.CBTagMaid.Size = New System.Drawing.Size(49, 17)
+ Me.CBTagMaid.TabIndex = 205
+ Me.CBTagMaid.Text = "Maid"
+ Me.CBTagMaid.UseVisualStyleBackColor = True
'
- 'BTNILezdom
+ 'CBTagTeacher
+ '
+ Me.CBTagTeacher.AutoSize = True
+ Me.CBTagTeacher.Enabled = False
+ Me.CBTagTeacher.ForeColor = System.Drawing.Color.Black
+ Me.CBTagTeacher.Location = New System.Drawing.Point(15, 37)
+ Me.CBTagTeacher.Name = "CBTagTeacher"
+ Me.CBTagTeacher.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagTeacher.TabIndex = 206
+ Me.CBTagTeacher.Text = "Teacher"
+ Me.CBTagTeacher.UseVisualStyleBackColor = True
+ '
+ 'CBTagSuperhero
'
- Me.BTNILezdom.BackColor = System.Drawing.Color.LightGray
- Me.BTNILezdom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNILezdom.ForeColor = System.Drawing.Color.Black
- Me.BTNILezdom.Location = New System.Drawing.Point(76, 145)
- Me.BTNILezdom.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNILezdom.Name = "BTNILezdom"
- Me.BTNILezdom.Size = New System.Drawing.Size(34, 28)
- Me.BTNILezdom.TabIndex = 21
- Me.BTNILezdom.Text = "1"
- Me.BTNILezdom.UseVisualStyleBackColor = False
+ Me.CBTagSuperhero.AutoSize = True
+ Me.CBTagSuperhero.Enabled = False
+ Me.CBTagSuperhero.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSuperhero.Location = New System.Drawing.Point(15, 97)
+ Me.CBTagSuperhero.Name = "CBTagSuperhero"
+ Me.CBTagSuperhero.Size = New System.Drawing.Size(75, 17)
+ Me.CBTagSuperhero.TabIndex = 213
+ Me.CBTagSuperhero.Text = "Superhero"
+ Me.CBTagSuperhero.UseVisualStyleBackColor = True
'
- 'BTNIHentai
+ 'GroupBox53
'
- Me.BTNIHentai.BackColor = System.Drawing.Color.LightGray
- Me.BTNIHentai.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNIHentai.ForeColor = System.Drawing.Color.Black
- Me.BTNIHentai.Location = New System.Drawing.Point(76, 174)
- Me.BTNIHentai.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNIHentai.Name = "BTNIHentai"
- Me.BTNIHentai.Size = New System.Drawing.Size(34, 28)
- Me.BTNIHentai.TabIndex = 25
- Me.BTNIHentai.Text = "1"
- Me.BTNIHentai.UseVisualStyleBackColor = False
+ Me.GroupBox53.Controls.Add(Me.CBTagTrap)
+ Me.GroupBox53.Controls.Add(Me.CBTagTentacles)
+ Me.GroupBox53.Controls.Add(Me.CBTagMonsterGirl)
+ Me.GroupBox53.Controls.Add(Me.CBTagBukkake)
+ Me.GroupBox53.Controls.Add(Me.CBTagGanguro)
+ Me.GroupBox53.Controls.Add(Me.CBTagBodyWriting)
+ Me.GroupBox53.Controls.Add(Me.CBTagMahouShoujo)
+ Me.GroupBox53.Controls.Add(Me.CBTagBakunyuu)
+ Me.GroupBox53.Controls.Add(Me.CBTagAhegao)
+ Me.GroupBox53.Controls.Add(Me.CBTagShibari)
+ Me.GroupBox53.Location = New System.Drawing.Point(450, 277)
+ Me.GroupBox53.Name = "GroupBox53"
+ Me.GroupBox53.Size = New System.Drawing.Size(246, 118)
+ Me.GroupBox53.TabIndex = 240
+ Me.GroupBox53.TabStop = False
+ Me.GroupBox53.Text = "Hentai/JAV Themes"
'
- 'BTNIGay
+ 'CBTagTrap
'
- Me.BTNIGay.BackColor = System.Drawing.Color.LightGray
- Me.BTNIGay.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNIGay.ForeColor = System.Drawing.Color.Black
- Me.BTNIGay.Location = New System.Drawing.Point(76, 203)
- Me.BTNIGay.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNIGay.Name = "BTNIGay"
- Me.BTNIGay.Size = New System.Drawing.Size(34, 28)
- Me.BTNIGay.TabIndex = 29
- Me.BTNIGay.Text = "1"
- Me.BTNIGay.UseVisualStyleBackColor = False
+ Me.CBTagTrap.AutoSize = True
+ Me.CBTagTrap.Enabled = False
+ Me.CBTagTrap.ForeColor = System.Drawing.Color.Black
+ Me.CBTagTrap.Location = New System.Drawing.Point(126, 37)
+ Me.CBTagTrap.Name = "CBTagTrap"
+ Me.CBTagTrap.Size = New System.Drawing.Size(48, 17)
+ Me.CBTagTrap.TabIndex = 226
+ Me.CBTagTrap.Text = "Trap"
+ Me.CBTagTrap.UseVisualStyleBackColor = True
'
- 'BTNIMaledom
+ 'CBTagTentacles
'
- Me.BTNIMaledom.BackColor = System.Drawing.Color.LightGray
- Me.BTNIMaledom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNIMaledom.ForeColor = System.Drawing.Color.Black
- Me.BTNIMaledom.Location = New System.Drawing.Point(76, 232)
- Me.BTNIMaledom.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNIMaledom.Name = "BTNIMaledom"
- Me.BTNIMaledom.Size = New System.Drawing.Size(34, 28)
- Me.BTNIMaledom.TabIndex = 33
- Me.BTNIMaledom.Text = "1"
- Me.BTNIMaledom.UseVisualStyleBackColor = False
+ Me.CBTagTentacles.AutoSize = True
+ Me.CBTagTentacles.Enabled = False
+ Me.CBTagTentacles.ForeColor = System.Drawing.Color.Black
+ Me.CBTagTentacles.Location = New System.Drawing.Point(15, 37)
+ Me.CBTagTentacles.Name = "CBTagTentacles"
+ Me.CBTagTentacles.Size = New System.Drawing.Size(73, 17)
+ Me.CBTagTentacles.TabIndex = 204
+ Me.CBTagTentacles.Text = "Tentacles"
+ Me.CBTagTentacles.UseVisualStyleBackColor = True
'
- 'BTNICaptions
+ 'CBTagMonsterGirl
'
- Me.BTNICaptions.BackColor = System.Drawing.Color.LightGray
- Me.BTNICaptions.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNICaptions.ForeColor = System.Drawing.Color.Black
- Me.BTNICaptions.Location = New System.Drawing.Point(76, 261)
- Me.BTNICaptions.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNICaptions.Name = "BTNICaptions"
- Me.BTNICaptions.Size = New System.Drawing.Size(34, 28)
- Me.BTNICaptions.TabIndex = 37
- Me.BTNICaptions.Text = "1"
- Me.BTNICaptions.UseVisualStyleBackColor = False
+ Me.CBTagMonsterGirl.AutoSize = True
+ Me.CBTagMonsterGirl.Enabled = False
+ Me.CBTagMonsterGirl.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMonsterGirl.Location = New System.Drawing.Point(126, 97)
+ Me.CBTagMonsterGirl.Name = "CBTagMonsterGirl"
+ Me.CBTagMonsterGirl.Size = New System.Drawing.Size(82, 17)
+ Me.CBTagMonsterGirl.TabIndex = 214
+ Me.CBTagMonsterGirl.Text = "Monster Girl"
+ Me.CBTagMonsterGirl.UseVisualStyleBackColor = True
'
- 'BTNIGeneral
+ 'CBTagBukkake
'
- Me.BTNIGeneral.BackColor = System.Drawing.Color.LightGray
- Me.BTNIGeneral.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNIGeneral.ForeColor = System.Drawing.Color.Black
- Me.BTNIGeneral.Location = New System.Drawing.Point(76, 290)
- Me.BTNIGeneral.Margin = New System.Windows.Forms.Padding(0, 0, 0, 1)
- Me.BTNIGeneral.Name = "BTNIGeneral"
- Me.BTNIGeneral.Size = New System.Drawing.Size(34, 28)
- Me.BTNIGeneral.TabIndex = 41
- Me.BTNIGeneral.Text = "1"
- Me.BTNIGeneral.UseVisualStyleBackColor = False
+ Me.CBTagBukkake.AutoSize = True
+ Me.CBTagBukkake.Enabled = False
+ Me.CBTagBukkake.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBukkake.Location = New System.Drawing.Point(15, 57)
+ Me.CBTagBukkake.Name = "CBTagBukkake"
+ Me.CBTagBukkake.Size = New System.Drawing.Size(69, 17)
+ Me.CBTagBukkake.TabIndex = 210
+ Me.CBTagBukkake.Text = "Bukkake"
+ Me.CBTagBukkake.UseVisualStyleBackColor = True
'
- 'TabPage33
+ 'CBTagGanguro
'
- Me.TabPage33.BackColor = System.Drawing.Color.Silver
- Me.TabPage33.Controls.Add(Me.TabControl5)
- Me.TabPage33.Location = New System.Drawing.Point(4, 22)
- Me.TabPage33.Name = "TabPage33"
- Me.TabPage33.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage33.Size = New System.Drawing.Size(720, 448)
- Me.TabPage33.TabIndex = 21
- Me.TabPage33.Text = "Tagging"
+ Me.CBTagGanguro.AutoSize = True
+ Me.CBTagGanguro.Enabled = False
+ Me.CBTagGanguro.ForeColor = System.Drawing.Color.Black
+ Me.CBTagGanguro.Location = New System.Drawing.Point(126, 57)
+ Me.CBTagGanguro.Name = "CBTagGanguro"
+ Me.CBTagGanguro.Size = New System.Drawing.Size(67, 17)
+ Me.CBTagGanguro.TabIndex = 205
+ Me.CBTagGanguro.Text = "Ganguro"
+ Me.CBTagGanguro.UseVisualStyleBackColor = True
'
- 'TabControl5
+ 'CBTagBodyWriting
'
- Me.TabControl5.Controls.Add(Me.TabPage34)
- Me.TabControl5.Controls.Add(Me.TabPage35)
- Me.TabControl5.Location = New System.Drawing.Point(6, 6)
- Me.TabControl5.Name = "TabControl5"
- Me.TabControl5.SelectedIndex = 0
- Me.TabControl5.Size = New System.Drawing.Size(708, 437)
- Me.TabControl5.TabIndex = 0
+ Me.CBTagBodyWriting.AutoSize = True
+ Me.CBTagBodyWriting.Enabled = False
+ Me.CBTagBodyWriting.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyWriting.Location = New System.Drawing.Point(126, 17)
+ Me.CBTagBodyWriting.Name = "CBTagBodyWriting"
+ Me.CBTagBodyWriting.Size = New System.Drawing.Size(86, 17)
+ Me.CBTagBodyWriting.TabIndex = 208
+ Me.CBTagBodyWriting.Text = "Body Writing"
+ Me.CBTagBodyWriting.UseVisualStyleBackColor = True
'
- 'TabPage34
+ 'CBTagMahouShoujo
'
- Me.TabPage34.BackColor = System.Drawing.Color.LightGray
- Me.TabPage34.Controls.Add(Me.CBTagSeeThrough)
- Me.TabPage34.Controls.Add(Me.CBTagAllFours)
- Me.TabPage34.Controls.Add(Me.CBTagGlaring)
- Me.TabPage34.Controls.Add(Me.CBTagSmiling)
- Me.TabPage34.Controls.Add(Me.TBTagDir)
- Me.TabPage34.Controls.Add(Me.CBTagPiercing)
- Me.TabPage34.Controls.Add(Me.CBTagLegs)
- Me.TabPage34.Controls.Add(Me.TBTagFurniture)
- Me.TabPage34.Controls.Add(Me.CBTagFurniture)
- Me.TabPage34.Controls.Add(Me.TBTagSexToy)
- Me.TabPage34.Controls.Add(Me.CBTagSexToy)
- Me.TabPage34.Controls.Add(Me.TBTagTattoo)
- Me.TabPage34.Controls.Add(Me.CBTagTattoo)
- Me.TabPage34.Controls.Add(Me.TBTagUnderwear)
- Me.TabPage34.Controls.Add(Me.CBTagUnderwear)
- Me.TabPage34.Controls.Add(Me.TBTagGarment)
- Me.TabPage34.Controls.Add(Me.CBTagGarment)
- Me.TabPage34.Controls.Add(Me.Label72)
- Me.TabPage34.Controls.Add(Me.CBTagHandsCovering)
- Me.TabPage34.Controls.Add(Me.CBTagGarmentCovering)
- Me.TabPage34.Controls.Add(Me.CBTagCloseUp)
- Me.TabPage34.Controls.Add(Me.CBTagNaked)
- Me.TabPage34.Controls.Add(Me.CBTagSideView)
- Me.TabPage34.Controls.Add(Me.BTNTagPrevious)
- Me.TabPage34.Controls.Add(Me.CBTagHalfDressed)
- Me.TabPage34.Controls.Add(Me.BTNTagNext)
- Me.TabPage34.Controls.Add(Me.CBTagFullyDressed)
- Me.TabPage34.Controls.Add(Me.LBLTagCount)
- Me.TabPage34.Controls.Add(Me.CBTagSucking)
- Me.TabPage34.Controls.Add(Me.CBTagMasturbating)
- Me.TabPage34.Controls.Add(Me.CBTagFeet)
- Me.TabPage34.Controls.Add(Me.CBTagBoobs)
- Me.TabPage34.Controls.Add(Me.CBTagAss)
- Me.TabPage34.Controls.Add(Me.CBTagPussy)
- Me.TabPage34.Controls.Add(Me.BTNTagSave)
- Me.TabPage34.Controls.Add(Me.BTNTagDir)
- Me.TabPage34.Controls.Add(Me.ImageTagPictureBox)
- Me.TabPage34.Controls.Add(Me.CBTagFace)
- Me.TabPage34.Location = New System.Drawing.Point(4, 22)
- Me.TabPage34.Name = "TabPage34"
- Me.TabPage34.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage34.Size = New System.Drawing.Size(700, 411)
- Me.TabPage34.TabIndex = 0
- Me.TabPage34.Text = "Domme Tags"
+ Me.CBTagMahouShoujo.AutoSize = True
+ Me.CBTagMahouShoujo.Enabled = False
+ Me.CBTagMahouShoujo.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMahouShoujo.Location = New System.Drawing.Point(126, 77)
+ Me.CBTagMahouShoujo.Name = "CBTagMahouShoujo"
+ Me.CBTagMahouShoujo.Size = New System.Drawing.Size(95, 17)
+ Me.CBTagMahouShoujo.TabIndex = 209
+ Me.CBTagMahouShoujo.Text = "Mahou Shoujo"
+ Me.CBTagMahouShoujo.UseVisualStyleBackColor = True
'
- 'CBTagSeeThrough
+ 'CBTagBakunyuu
'
- Me.CBTagSeeThrough.AutoSize = True
- Me.CBTagSeeThrough.Enabled = False
- Me.CBTagSeeThrough.Location = New System.Drawing.Point(577, 117)
- Me.CBTagSeeThrough.Name = "CBTagSeeThrough"
- Me.CBTagSeeThrough.Size = New System.Drawing.Size(87, 17)
- Me.CBTagSeeThrough.TabIndex = 226
- Me.CBTagSeeThrough.Text = "See Through"
- Me.CBTagSeeThrough.UseVisualStyleBackColor = True
+ Me.CBTagBakunyuu.AutoSize = True
+ Me.CBTagBakunyuu.Enabled = False
+ Me.CBTagBakunyuu.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBakunyuu.Location = New System.Drawing.Point(15, 77)
+ Me.CBTagBakunyuu.Name = "CBTagBakunyuu"
+ Me.CBTagBakunyuu.Size = New System.Drawing.Size(74, 17)
+ Me.CBTagBakunyuu.TabIndex = 213
+ Me.CBTagBakunyuu.Text = "Bakunyuu"
+ Me.CBTagBakunyuu.UseVisualStyleBackColor = True
'
- 'CBTagAllFours
+ 'CBTagAhegao
'
- Me.CBTagAllFours.AutoSize = True
- Me.CBTagAllFours.Enabled = False
- Me.CBTagAllFours.ForeColor = System.Drawing.Color.Black
- Me.CBTagAllFours.Location = New System.Drawing.Point(577, 207)
- Me.CBTagAllFours.Name = "CBTagAllFours"
- Me.CBTagAllFours.Size = New System.Drawing.Size(66, 17)
- Me.CBTagAllFours.TabIndex = 225
- Me.CBTagAllFours.Text = "All Fours"
- Me.CBTagAllFours.UseVisualStyleBackColor = True
+ Me.CBTagAhegao.AutoSize = True
+ Me.CBTagAhegao.Enabled = False
+ Me.CBTagAhegao.ForeColor = System.Drawing.Color.Black
+ Me.CBTagAhegao.Location = New System.Drawing.Point(15, 97)
+ Me.CBTagAhegao.Name = "CBTagAhegao"
+ Me.CBTagAhegao.Size = New System.Drawing.Size(63, 17)
+ Me.CBTagAhegao.TabIndex = 207
+ Me.CBTagAhegao.Text = "Ahegao"
+ Me.CBTagAhegao.UseVisualStyleBackColor = True
'
- 'CBTagGlaring
+ 'CBTagShibari
'
- Me.CBTagGlaring.AutoSize = True
- Me.CBTagGlaring.Enabled = False
- Me.CBTagGlaring.ForeColor = System.Drawing.Color.Black
- Me.CBTagGlaring.Location = New System.Drawing.Point(484, 227)
- Me.CBTagGlaring.Name = "CBTagGlaring"
- Me.CBTagGlaring.Size = New System.Drawing.Size(59, 17)
- Me.CBTagGlaring.TabIndex = 224
- Me.CBTagGlaring.Text = "Glaring"
- Me.CBTagGlaring.UseVisualStyleBackColor = True
+ Me.CBTagShibari.AutoSize = True
+ Me.CBTagShibari.Enabled = False
+ Me.CBTagShibari.ForeColor = System.Drawing.Color.Black
+ Me.CBTagShibari.Location = New System.Drawing.Point(15, 17)
+ Me.CBTagShibari.Name = "CBTagShibari"
+ Me.CBTagShibari.Size = New System.Drawing.Size(58, 17)
+ Me.CBTagShibari.TabIndex = 203
+ Me.CBTagShibari.Text = "Shibari"
+ Me.CBTagShibari.UseVisualStyleBackColor = True
'
- 'CBTagSmiling
+ 'GroupBox49
'
- Me.CBTagSmiling.AutoSize = True
- Me.CBTagSmiling.Enabled = False
- Me.CBTagSmiling.ForeColor = System.Drawing.Color.Black
- Me.CBTagSmiling.Location = New System.Drawing.Point(484, 207)
- Me.CBTagSmiling.Name = "CBTagSmiling"
- Me.CBTagSmiling.Size = New System.Drawing.Size(59, 17)
- Me.CBTagSmiling.TabIndex = 223
- Me.CBTagSmiling.Text = "Smiling"
- Me.CBTagSmiling.UseVisualStyleBackColor = True
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyMouth)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyAss)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyFace)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyLegs)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyBalls)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyCock)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyFeet)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyNipples)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyPussy)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyTits)
+ Me.GroupBox49.Controls.Add(Me.CBTagBodyFingers)
+ Me.GroupBox49.Location = New System.Drawing.Point(341, 37)
+ Me.GroupBox49.Name = "GroupBox49"
+ Me.GroupBox49.Size = New System.Drawing.Size(103, 238)
+ Me.GroupBox49.TabIndex = 236
+ Me.GroupBox49.TabStop = False
+ Me.GroupBox49.Text = "Body Part"
'
- 'TBTagDir
+ 'CBTagBodyMouth
'
- Me.TBTagDir.Location = New System.Drawing.Point(55, 9)
- Me.TBTagDir.Name = "TBTagDir"
- Me.TBTagDir.Size = New System.Drawing.Size(330, 20)
- Me.TBTagDir.TabIndex = 222
- Me.TBTagDir.Text = "Enter Image Directory"
+ Me.CBTagBodyMouth.AutoSize = True
+ Me.CBTagBodyMouth.Enabled = False
+ Me.CBTagBodyMouth.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyMouth.Location = New System.Drawing.Point(14, 57)
+ Me.CBTagBodyMouth.Name = "CBTagBodyMouth"
+ Me.CBTagBodyMouth.Size = New System.Drawing.Size(56, 17)
+ Me.CBTagBodyMouth.TabIndex = 220
+ Me.CBTagBodyMouth.Text = "Mouth"
+ Me.CBTagBodyMouth.UseVisualStyleBackColor = True
'
- 'CBTagPiercing
+ 'CBTagBodyAss
'
- Me.CBTagPiercing.AutoSize = True
- Me.CBTagPiercing.Enabled = False
- Me.CBTagPiercing.ForeColor = System.Drawing.Color.Black
- Me.CBTagPiercing.Location = New System.Drawing.Point(577, 227)
- Me.CBTagPiercing.Name = "CBTagPiercing"
- Me.CBTagPiercing.Size = New System.Drawing.Size(64, 17)
- Me.CBTagPiercing.TabIndex = 221
- Me.CBTagPiercing.Text = "Piercing"
- Me.CBTagPiercing.UseVisualStyleBackColor = True
+ Me.CBTagBodyAss.AutoSize = True
+ Me.CBTagBodyAss.Enabled = False
+ Me.CBTagBodyAss.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyAss.Location = New System.Drawing.Point(15, 137)
+ Me.CBTagBodyAss.Name = "CBTagBodyAss"
+ Me.CBTagBodyAss.Size = New System.Drawing.Size(43, 17)
+ Me.CBTagBodyAss.TabIndex = 219
+ Me.CBTagBodyAss.Text = "Ass"
+ Me.CBTagBodyAss.UseVisualStyleBackColor = True
'
- 'CBTagLegs
+ 'CBTagBodyFace
'
- Me.CBTagLegs.AutoSize = True
- Me.CBTagLegs.Enabled = False
- Me.CBTagLegs.ForeColor = System.Drawing.Color.Black
- Me.CBTagLegs.Location = New System.Drawing.Point(484, 117)
- Me.CBTagLegs.Name = "CBTagLegs"
- Me.CBTagLegs.Size = New System.Drawing.Size(49, 17)
- Me.CBTagLegs.TabIndex = 220
- Me.CBTagLegs.Text = "Legs"
- Me.CBTagLegs.UseVisualStyleBackColor = True
+ Me.CBTagBodyFace.AutoSize = True
+ Me.CBTagBodyFace.Enabled = False
+ Me.CBTagBodyFace.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyFace.Location = New System.Drawing.Point(15, 17)
+ Me.CBTagBodyFace.Name = "CBTagBodyFace"
+ Me.CBTagBodyFace.Size = New System.Drawing.Size(50, 17)
+ Me.CBTagBodyFace.TabIndex = 203
+ Me.CBTagBodyFace.Text = "Face"
+ Me.CBTagBodyFace.UseVisualStyleBackColor = True
'
- 'TBTagFurniture
+ 'CBTagBodyLegs
'
- Me.TBTagFurniture.Enabled = False
- Me.TBTagFurniture.Location = New System.Drawing.Point(559, 370)
- Me.TBTagFurniture.Name = "TBTagFurniture"
- Me.TBTagFurniture.Size = New System.Drawing.Size(108, 20)
- Me.TBTagFurniture.TabIndex = 219
+ Me.CBTagBodyLegs.AutoSize = True
+ Me.CBTagBodyLegs.Enabled = False
+ Me.CBTagBodyLegs.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyLegs.Location = New System.Drawing.Point(15, 157)
+ Me.CBTagBodyLegs.Name = "CBTagBodyLegs"
+ Me.CBTagBodyLegs.Size = New System.Drawing.Size(49, 17)
+ Me.CBTagBodyLegs.TabIndex = 218
+ Me.CBTagBodyLegs.Text = "Legs"
+ Me.CBTagBodyLegs.UseVisualStyleBackColor = True
'
- 'CBTagFurniture
+ 'CBTagBodyBalls
'
- Me.CBTagFurniture.AutoSize = True
- Me.CBTagFurniture.Enabled = False
- Me.CBTagFurniture.ForeColor = System.Drawing.Color.Black
- Me.CBTagFurniture.Location = New System.Drawing.Point(476, 372)
- Me.CBTagFurniture.Name = "CBTagFurniture"
- Me.CBTagFurniture.Size = New System.Drawing.Size(67, 17)
- Me.CBTagFurniture.TabIndex = 218
- Me.CBTagFurniture.Text = "Furniture"
- Me.CBTagFurniture.UseVisualStyleBackColor = True
+ Me.CBTagBodyBalls.AutoSize = True
+ Me.CBTagBodyBalls.Enabled = False
+ Me.CBTagBodyBalls.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyBalls.Location = New System.Drawing.Point(15, 217)
+ Me.CBTagBodyBalls.Name = "CBTagBodyBalls"
+ Me.CBTagBodyBalls.Size = New System.Drawing.Size(48, 17)
+ Me.CBTagBodyBalls.TabIndex = 217
+ Me.CBTagBodyBalls.Text = "Balls"
+ Me.CBTagBodyBalls.UseVisualStyleBackColor = True
'
- 'TBTagSexToy
+ 'CBTagBodyCock
'
- Me.TBTagSexToy.Enabled = False
- Me.TBTagSexToy.Location = New System.Drawing.Point(560, 346)
- Me.TBTagSexToy.Name = "TBTagSexToy"
- Me.TBTagSexToy.Size = New System.Drawing.Size(108, 20)
- Me.TBTagSexToy.TabIndex = 217
+ Me.CBTagBodyCock.AutoSize = True
+ Me.CBTagBodyCock.Enabled = False
+ Me.CBTagBodyCock.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyCock.Location = New System.Drawing.Point(15, 197)
+ Me.CBTagBodyCock.Name = "CBTagBodyCock"
+ Me.CBTagBodyCock.Size = New System.Drawing.Size(51, 17)
+ Me.CBTagBodyCock.TabIndex = 216
+ Me.CBTagBodyCock.Text = "Cock"
+ Me.CBTagBodyCock.UseVisualStyleBackColor = True
'
- 'CBTagSexToy
+ 'CBTagBodyFeet
'
- Me.CBTagSexToy.AutoSize = True
- Me.CBTagSexToy.Enabled = False
- Me.CBTagSexToy.ForeColor = System.Drawing.Color.Black
- Me.CBTagSexToy.Location = New System.Drawing.Point(476, 348)
- Me.CBTagSexToy.Name = "CBTagSexToy"
- Me.CBTagSexToy.Size = New System.Drawing.Size(65, 17)
- Me.CBTagSexToy.TabIndex = 216
- Me.CBTagSexToy.Text = "Sex Toy"
- Me.CBTagSexToy.UseVisualStyleBackColor = True
+ Me.CBTagBodyFeet.AutoSize = True
+ Me.CBTagBodyFeet.Enabled = False
+ Me.CBTagBodyFeet.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyFeet.Location = New System.Drawing.Point(15, 177)
+ Me.CBTagBodyFeet.Name = "CBTagBodyFeet"
+ Me.CBTagBodyFeet.Size = New System.Drawing.Size(47, 17)
+ Me.CBTagBodyFeet.TabIndex = 215
+ Me.CBTagBodyFeet.Text = "Feet"
+ Me.CBTagBodyFeet.UseVisualStyleBackColor = True
'
- 'TBTagTattoo
+ 'CBTagBodyNipples
'
- Me.TBTagTattoo.Enabled = False
- Me.TBTagTattoo.Location = New System.Drawing.Point(560, 322)
- Me.TBTagTattoo.Name = "TBTagTattoo"
- Me.TBTagTattoo.Size = New System.Drawing.Size(108, 20)
- Me.TBTagTattoo.TabIndex = 215
+ Me.CBTagBodyNipples.AutoSize = True
+ Me.CBTagBodyNipples.Enabled = False
+ Me.CBTagBodyNipples.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyNipples.Location = New System.Drawing.Point(15, 97)
+ Me.CBTagBodyNipples.Name = "CBTagBodyNipples"
+ Me.CBTagBodyNipples.Size = New System.Drawing.Size(61, 17)
+ Me.CBTagBodyNipples.TabIndex = 207
+ Me.CBTagBodyNipples.Text = "Nipples"
+ Me.CBTagBodyNipples.UseVisualStyleBackColor = True
'
- 'CBTagTattoo
+ 'CBTagBodyPussy
'
- Me.CBTagTattoo.AutoSize = True
- Me.CBTagTattoo.Enabled = False
- Me.CBTagTattoo.ForeColor = System.Drawing.Color.Black
- Me.CBTagTattoo.Location = New System.Drawing.Point(476, 324)
- Me.CBTagTattoo.Name = "CBTagTattoo"
- Me.CBTagTattoo.Size = New System.Drawing.Size(57, 17)
- Me.CBTagTattoo.TabIndex = 214
- Me.CBTagTattoo.Text = "Tattoo"
- Me.CBTagTattoo.UseVisualStyleBackColor = True
+ Me.CBTagBodyPussy.AutoSize = True
+ Me.CBTagBodyPussy.Enabled = False
+ Me.CBTagBodyPussy.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyPussy.Location = New System.Drawing.Point(15, 117)
+ Me.CBTagBodyPussy.Name = "CBTagBodyPussy"
+ Me.CBTagBodyPussy.Size = New System.Drawing.Size(54, 17)
+ Me.CBTagBodyPussy.TabIndex = 209
+ Me.CBTagBodyPussy.Text = "Pussy"
+ Me.CBTagBodyPussy.UseVisualStyleBackColor = True
'
- 'TBTagUnderwear
+ 'CBTagBodyTits
'
- Me.TBTagUnderwear.Enabled = False
- Me.TBTagUnderwear.Location = New System.Drawing.Point(560, 298)
- Me.TBTagUnderwear.Name = "TBTagUnderwear"
- Me.TBTagUnderwear.Size = New System.Drawing.Size(108, 20)
- Me.TBTagUnderwear.TabIndex = 213
+ Me.CBTagBodyTits.AutoSize = True
+ Me.CBTagBodyTits.Enabled = False
+ Me.CBTagBodyTits.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyTits.Location = New System.Drawing.Point(15, 77)
+ Me.CBTagBodyTits.Name = "CBTagBodyTits"
+ Me.CBTagBodyTits.Size = New System.Drawing.Size(43, 17)
+ Me.CBTagBodyTits.TabIndex = 213
+ Me.CBTagBodyTits.Text = "Tits"
+ Me.CBTagBodyTits.UseVisualStyleBackColor = True
'
- 'CBTagUnderwear
+ 'CBTagBodyFingers
'
- Me.CBTagUnderwear.AutoSize = True
- Me.CBTagUnderwear.Enabled = False
- Me.CBTagUnderwear.ForeColor = System.Drawing.Color.Black
- Me.CBTagUnderwear.Location = New System.Drawing.Point(476, 300)
- Me.CBTagUnderwear.Name = "CBTagUnderwear"
- Me.CBTagUnderwear.Size = New System.Drawing.Size(78, 17)
- Me.CBTagUnderwear.TabIndex = 212
- Me.CBTagUnderwear.Text = "Underwear"
- Me.CBTagUnderwear.UseVisualStyleBackColor = True
+ Me.CBTagBodyFingers.AutoSize = True
+ Me.CBTagBodyFingers.Enabled = False
+ Me.CBTagBodyFingers.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBodyFingers.Location = New System.Drawing.Point(15, 37)
+ Me.CBTagBodyFingers.Name = "CBTagBodyFingers"
+ Me.CBTagBodyFingers.Size = New System.Drawing.Size(60, 17)
+ Me.CBTagBodyFingers.TabIndex = 210
+ Me.CBTagBodyFingers.Text = "Fingers"
+ Me.CBTagBodyFingers.UseVisualStyleBackColor = True
+ '
+ 'GroupBox46
'
- 'TBTagGarment
+ Me.GroupBox46.Controls.Add(Me.CBTagMultiSub)
+ Me.GroupBox46.Controls.Add(Me.CBTagMultiDom)
+ Me.GroupBox46.Controls.Add(Me.CBTagFemdom)
+ Me.GroupBox46.Controls.Add(Me.CBTag2M)
+ Me.GroupBox46.Controls.Add(Me.CBTagFutadom)
+ Me.GroupBox46.Controls.Add(Me.CBTagFemsub)
+ Me.GroupBox46.Controls.Add(Me.CBTag2Futa)
+ Me.GroupBox46.Controls.Add(Me.CBTagMaledom)
+ Me.GroupBox46.Controls.Add(Me.CBTag3M)
+ Me.GroupBox46.Controls.Add(Me.CBTagFutasub)
+ Me.GroupBox46.Controls.Add(Me.CBTag3Futa)
+ Me.GroupBox46.Controls.Add(Me.CBTagMalesub)
+ Me.GroupBox46.Controls.Add(Me.CBTag2F)
+ Me.GroupBox46.Controls.Add(Me.CBTag1Futa)
+ Me.GroupBox46.Controls.Add(Me.CBTag1M)
+ Me.GroupBox46.Controls.Add(Me.CBTag1F)
+ Me.GroupBox46.Controls.Add(Me.CBTag3F)
+ Me.GroupBox46.Location = New System.Drawing.Point(230, 37)
+ Me.GroupBox46.Name = "GroupBox46"
+ Me.GroupBox46.Size = New System.Drawing.Size(105, 358)
+ Me.GroupBox46.TabIndex = 234
+ Me.GroupBox46.TabStop = False
+ Me.GroupBox46.Text = "Genders && Roles"
'
- Me.TBTagGarment.Enabled = False
- Me.TBTagGarment.Location = New System.Drawing.Point(560, 274)
- Me.TBTagGarment.Name = "TBTagGarment"
- Me.TBTagGarment.Size = New System.Drawing.Size(108, 20)
- Me.TBTagGarment.TabIndex = 211
+ 'CBTagMultiSub
'
- 'CBTagGarment
+ Me.CBTagMultiSub.AutoSize = True
+ Me.CBTagMultiSub.Enabled = False
+ Me.CBTagMultiSub.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMultiSub.Location = New System.Drawing.Point(15, 337)
+ Me.CBTagMultiSub.Name = "CBTagMultiSub"
+ Me.CBTagMultiSub.Size = New System.Drawing.Size(70, 17)
+ Me.CBTagMultiSub.TabIndex = 207
+ Me.CBTagMultiSub.Text = "Multi-Sub"
+ Me.CBTagMultiSub.UseVisualStyleBackColor = True
'
- Me.CBTagGarment.AutoSize = True
- Me.CBTagGarment.Enabled = False
- Me.CBTagGarment.ForeColor = System.Drawing.Color.Black
- Me.CBTagGarment.Location = New System.Drawing.Point(476, 276)
- Me.CBTagGarment.Name = "CBTagGarment"
- Me.CBTagGarment.Size = New System.Drawing.Size(66, 17)
- Me.CBTagGarment.TabIndex = 210
- Me.CBTagGarment.Text = "Garment"
- Me.CBTagGarment.UseVisualStyleBackColor = True
+ 'CBTagMultiDom
'
- 'Label72
+ Me.CBTagMultiDom.AutoSize = True
+ Me.CBTagMultiDom.Enabled = False
+ Me.CBTagMultiDom.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMultiDom.Location = New System.Drawing.Point(15, 317)
+ Me.CBTagMultiDom.Name = "CBTagMultiDom"
+ Me.CBTagMultiDom.Size = New System.Drawing.Size(73, 17)
+ Me.CBTagMultiDom.TabIndex = 230
+ Me.CBTagMultiDom.Text = "Multi-Dom"
+ Me.CBTagMultiDom.UseVisualStyleBackColor = True
'
- Me.Label72.BackColor = System.Drawing.Color.Transparent
- Me.Label72.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label72.ForeColor = System.Drawing.Color.Black
- Me.Label72.Location = New System.Drawing.Point(5, 368)
- Me.Label72.Name = "Label72"
- Me.Label72.Size = New System.Drawing.Size(451, 35)
- Me.Label72.TabIndex = 189
- Me.Label72.Text = "Open a directory containing images. Check all tags that apply to each image displ" &
- "ayed, and enter one-word tag descriptions in the text fields when appropriate. (" &
- "e.g. Garment: dress)"
- Me.Label72.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'CBTagFemdom
'
- 'CBTagHandsCovering
+ Me.CBTagFemdom.AutoSize = True
+ Me.CBTagFemdom.Enabled = False
+ Me.CBTagFemdom.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFemdom.Location = New System.Drawing.Point(15, 197)
+ Me.CBTagFemdom.Name = "CBTagFemdom"
+ Me.CBTagFemdom.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagFemdom.TabIndex = 229
+ Me.CBTagFemdom.Text = "Femdom"
+ Me.CBTagFemdom.UseVisualStyleBackColor = True
'
- Me.CBTagHandsCovering.AutoSize = True
- Me.CBTagHandsCovering.Enabled = False
- Me.CBTagHandsCovering.Location = New System.Drawing.Point(577, 97)
- Me.CBTagHandsCovering.Name = "CBTagHandsCovering"
- Me.CBTagHandsCovering.Size = New System.Drawing.Size(101, 17)
- Me.CBTagHandsCovering.TabIndex = 209
- Me.CBTagHandsCovering.Text = "Hands Covering"
- Me.CBTagHandsCovering.UseVisualStyleBackColor = True
+ 'CBTag2M
'
- 'CBTagGarmentCovering
+ Me.CBTag2M.AutoSize = True
+ Me.CBTag2M.Enabled = False
+ Me.CBTag2M.ForeColor = System.Drawing.Color.Black
+ Me.CBTag2M.Location = New System.Drawing.Point(15, 97)
+ Me.CBTag2M.Name = "CBTag2M"
+ Me.CBTag2M.Size = New System.Drawing.Size(56, 17)
+ Me.CBTag2M.TabIndex = 206
+ Me.CBTag2M.Text = "2 Men"
+ Me.CBTag2M.UseVisualStyleBackColor = True
'
- Me.CBTagGarmentCovering.AutoSize = True
- Me.CBTagGarmentCovering.Enabled = False
- Me.CBTagGarmentCovering.Location = New System.Drawing.Point(577, 77)
- Me.CBTagGarmentCovering.Name = "CBTagGarmentCovering"
- Me.CBTagGarmentCovering.Size = New System.Drawing.Size(110, 17)
- Me.CBTagGarmentCovering.TabIndex = 208
- Me.CBTagGarmentCovering.Text = "Garment Covering"
- Me.CBTagGarmentCovering.UseVisualStyleBackColor = True
+ 'CBTagFutadom
'
- 'CBTagCloseUp
+ Me.CBTagFutadom.AutoSize = True
+ Me.CBTagFutadom.Enabled = False
+ Me.CBTagFutadom.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFutadom.Location = New System.Drawing.Point(15, 237)
+ Me.CBTagFutadom.Name = "CBTagFutadom"
+ Me.CBTagFutadom.Size = New System.Drawing.Size(67, 17)
+ Me.CBTagFutadom.TabIndex = 204
+ Me.CBTagFutadom.Text = "Futadom"
+ Me.CBTagFutadom.UseVisualStyleBackColor = True
'
- Me.CBTagCloseUp.AutoSize = True
- Me.CBTagCloseUp.Enabled = False
- Me.CBTagCloseUp.ForeColor = System.Drawing.Color.Black
- Me.CBTagCloseUp.Location = New System.Drawing.Point(577, 187)
- Me.CBTagCloseUp.Name = "CBTagCloseUp"
- Me.CBTagCloseUp.Size = New System.Drawing.Size(69, 17)
- Me.CBTagCloseUp.TabIndex = 205
- Me.CBTagCloseUp.Text = "Close Up"
- Me.CBTagCloseUp.UseVisualStyleBackColor = True
+ 'CBTagFemsub
'
- 'CBTagNaked
+ Me.CBTagFemsub.AutoSize = True
+ Me.CBTagFemsub.Enabled = False
+ Me.CBTagFemsub.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFemsub.Location = New System.Drawing.Point(15, 257)
+ Me.CBTagFemsub.Name = "CBTagFemsub"
+ Me.CBTagFemsub.Size = New System.Drawing.Size(63, 17)
+ Me.CBTagFemsub.TabIndex = 205
+ Me.CBTagFemsub.Text = "Femsub"
+ Me.CBTagFemsub.UseVisualStyleBackColor = True
'
- Me.CBTagNaked.AutoSize = True
- Me.CBTagNaked.Enabled = False
- Me.CBTagNaked.Location = New System.Drawing.Point(577, 136)
- Me.CBTagNaked.Name = "CBTagNaked"
- Me.CBTagNaked.Size = New System.Drawing.Size(57, 17)
- Me.CBTagNaked.TabIndex = 199
- Me.CBTagNaked.Text = "Naked"
- Me.CBTagNaked.UseVisualStyleBackColor = True
+ 'CBTag2Futa
'
- 'CBTagSideView
+ Me.CBTag2Futa.AutoSize = True
+ Me.CBTag2Futa.Enabled = False
+ Me.CBTag2Futa.ForeColor = System.Drawing.Color.Black
+ Me.CBTag2Futa.Location = New System.Drawing.Point(15, 157)
+ Me.CBTag2Futa.Name = "CBTag2Futa"
+ Me.CBTag2Futa.Size = New System.Drawing.Size(56, 17)
+ Me.CBTag2Futa.TabIndex = 186
+ Me.CBTag2Futa.Text = "2 Futa"
+ Me.CBTag2Futa.UseVisualStyleBackColor = True
'
- Me.CBTagSideView.AutoSize = True
- Me.CBTagSideView.Enabled = False
- Me.CBTagSideView.ForeColor = System.Drawing.Color.Black
- Me.CBTagSideView.Location = New System.Drawing.Point(577, 167)
- Me.CBTagSideView.Name = "CBTagSideView"
- Me.CBTagSideView.Size = New System.Drawing.Size(73, 17)
- Me.CBTagSideView.TabIndex = 204
- Me.CBTagSideView.Text = "Side View"
- Me.CBTagSideView.UseVisualStyleBackColor = True
+ 'CBTagMaledom
'
- 'BTNTagPrevious
+ Me.CBTagMaledom.AutoSize = True
+ Me.CBTagMaledom.Enabled = False
+ Me.CBTagMaledom.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMaledom.Location = New System.Drawing.Point(15, 217)
+ Me.CBTagMaledom.Name = "CBTagMaledom"
+ Me.CBTagMaledom.Size = New System.Drawing.Size(69, 17)
+ Me.CBTagMaledom.TabIndex = 206
+ Me.CBTagMaledom.Text = "Maledom"
+ Me.CBTagMaledom.UseVisualStyleBackColor = True
'
- Me.BTNTagPrevious.BackColor = System.Drawing.Color.LightGray
- Me.BTNTagPrevious.Enabled = False
- Me.BTNTagPrevious.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNTagPrevious.ForeColor = System.Drawing.Color.Black
- Me.BTNTagPrevious.Location = New System.Drawing.Point(391, 8)
- Me.BTNTagPrevious.Name = "BTNTagPrevious"
- Me.BTNTagPrevious.Size = New System.Drawing.Size(47, 24)
- Me.BTNTagPrevious.TabIndex = 207
- Me.BTNTagPrevious.Text = "<<"
- Me.BTNTagPrevious.UseVisualStyleBackColor = False
+ 'CBTag3M
'
- 'CBTagHalfDressed
+ Me.CBTag3M.AutoSize = True
+ Me.CBTag3M.Enabled = False
+ Me.CBTag3M.ForeColor = System.Drawing.Color.Black
+ Me.CBTag3M.Location = New System.Drawing.Point(15, 117)
+ Me.CBTag3M.Name = "CBTag3M"
+ Me.CBTag3M.Size = New System.Drawing.Size(56, 17)
+ Me.CBTag3M.TabIndex = 190
+ Me.CBTag3M.Text = "3 Men"
+ Me.CBTag3M.UseVisualStyleBackColor = True
'
- Me.CBTagHalfDressed.AutoSize = True
- Me.CBTagHalfDressed.Enabled = False
- Me.CBTagHalfDressed.Location = New System.Drawing.Point(577, 57)
- Me.CBTagHalfDressed.Name = "CBTagHalfDressed"
- Me.CBTagHalfDressed.Size = New System.Drawing.Size(86, 17)
- Me.CBTagHalfDressed.TabIndex = 198
- Me.CBTagHalfDressed.Text = "Half Dressed"
- Me.CBTagHalfDressed.UseVisualStyleBackColor = True
+ 'CBTagFutasub
'
- 'BTNTagNext
+ Me.CBTagFutasub.AutoSize = True
+ Me.CBTagFutasub.Enabled = False
+ Me.CBTagFutasub.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFutasub.Location = New System.Drawing.Point(15, 297)
+ Me.CBTagFutasub.Name = "CBTagFutasub"
+ Me.CBTagFutasub.Size = New System.Drawing.Size(64, 17)
+ Me.CBTagFutasub.TabIndex = 213
+ Me.CBTagFutasub.Text = "Futasub"
+ Me.CBTagFutasub.UseVisualStyleBackColor = True
'
- Me.BTNTagNext.BackColor = System.Drawing.Color.LightGray
- Me.BTNTagNext.Enabled = False
- Me.BTNTagNext.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNTagNext.ForeColor = System.Drawing.Color.Black
- Me.BTNTagNext.Location = New System.Drawing.Point(560, 8)
- Me.BTNTagNext.Name = "BTNTagNext"
- Me.BTNTagNext.Size = New System.Drawing.Size(47, 24)
- Me.BTNTagNext.TabIndex = 206
- Me.BTNTagNext.Text = ">>"
- Me.BTNTagNext.UseVisualStyleBackColor = False
+ 'CBTag3Futa
'
- 'CBTagFullyDressed
+ Me.CBTag3Futa.AutoSize = True
+ Me.CBTag3Futa.Enabled = False
+ Me.CBTag3Futa.ForeColor = System.Drawing.Color.Black
+ Me.CBTag3Futa.Location = New System.Drawing.Point(15, 177)
+ Me.CBTag3Futa.Name = "CBTag3Futa"
+ Me.CBTag3Futa.Size = New System.Drawing.Size(56, 17)
+ Me.CBTag3Futa.TabIndex = 197
+ Me.CBTag3Futa.Text = "3 Futa"
+ Me.CBTag3Futa.UseVisualStyleBackColor = True
'
- Me.CBTagFullyDressed.AutoSize = True
- Me.CBTagFullyDressed.Enabled = False
- Me.CBTagFullyDressed.Location = New System.Drawing.Point(577, 37)
- Me.CBTagFullyDressed.Name = "CBTagFullyDressed"
- Me.CBTagFullyDressed.Size = New System.Drawing.Size(88, 17)
- Me.CBTagFullyDressed.TabIndex = 197
- Me.CBTagFullyDressed.Text = "Fully Dressed"
- Me.CBTagFullyDressed.UseVisualStyleBackColor = True
+ 'CBTagMalesub
+ '
+ Me.CBTagMalesub.AutoSize = True
+ Me.CBTagMalesub.Enabled = False
+ Me.CBTagMalesub.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMalesub.Location = New System.Drawing.Point(15, 277)
+ Me.CBTagMalesub.Name = "CBTagMalesub"
+ Me.CBTagMalesub.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagMalesub.TabIndex = 210
+ Me.CBTagMalesub.Text = "Malesub"
+ Me.CBTagMalesub.UseVisualStyleBackColor = True
'
- 'LBLTagCount
+ 'CBTag2F
'
- Me.LBLTagCount.BackColor = System.Drawing.Color.Transparent
- Me.LBLTagCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLTagCount.Enabled = False
- Me.LBLTagCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLTagCount.ForeColor = System.Drawing.Color.Black
- Me.LBLTagCount.Location = New System.Drawing.Point(444, 10)
- Me.LBLTagCount.Name = "LBLTagCount"
- Me.LBLTagCount.Size = New System.Drawing.Size(110, 20)
- Me.LBLTagCount.TabIndex = 203
- Me.LBLTagCount.Text = "0/0"
- Me.LBLTagCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBTag2F.AutoSize = True
+ Me.CBTag2F.Enabled = False
+ Me.CBTag2F.ForeColor = System.Drawing.Color.Black
+ Me.CBTag2F.Location = New System.Drawing.Point(15, 37)
+ Me.CBTag2F.Name = "CBTag2F"
+ Me.CBTag2F.Size = New System.Drawing.Size(72, 17)
+ Me.CBTag2F.TabIndex = 188
+ Me.CBTag2F.Text = "2 Women"
+ Me.CBTag2F.UseVisualStyleBackColor = True
'
- 'CBTagSucking
+ 'CBTag1Futa
'
- Me.CBTagSucking.AutoSize = True
- Me.CBTagSucking.Enabled = False
- Me.CBTagSucking.ForeColor = System.Drawing.Color.Black
- Me.CBTagSucking.Location = New System.Drawing.Point(484, 187)
- Me.CBTagSucking.Name = "CBTagSucking"
- Me.CBTagSucking.Size = New System.Drawing.Size(65, 17)
- Me.CBTagSucking.TabIndex = 202
- Me.CBTagSucking.Text = "Sucking"
- Me.CBTagSucking.UseVisualStyleBackColor = True
+ Me.CBTag1Futa.AutoSize = True
+ Me.CBTag1Futa.Enabled = False
+ Me.CBTag1Futa.ForeColor = System.Drawing.Color.Black
+ Me.CBTag1Futa.Location = New System.Drawing.Point(15, 137)
+ Me.CBTag1Futa.Name = "CBTag1Futa"
+ Me.CBTag1Futa.Size = New System.Drawing.Size(56, 17)
+ Me.CBTag1Futa.TabIndex = 191
+ Me.CBTag1Futa.Text = "1 Futa"
+ Me.CBTag1Futa.UseVisualStyleBackColor = True
'
- 'CBTagMasturbating
+ 'CBTag1M
'
- Me.CBTagMasturbating.AutoSize = True
- Me.CBTagMasturbating.Enabled = False
- Me.CBTagMasturbating.ForeColor = System.Drawing.Color.Black
- Me.CBTagMasturbating.Location = New System.Drawing.Point(484, 167)
- Me.CBTagMasturbating.Name = "CBTagMasturbating"
- Me.CBTagMasturbating.Size = New System.Drawing.Size(87, 17)
- Me.CBTagMasturbating.TabIndex = 201
- Me.CBTagMasturbating.Text = "Masturbating"
- Me.CBTagMasturbating.UseVisualStyleBackColor = True
+ Me.CBTag1M.AutoSize = True
+ Me.CBTag1M.Enabled = False
+ Me.CBTag1M.ForeColor = System.Drawing.Color.Black
+ Me.CBTag1M.Location = New System.Drawing.Point(15, 77)
+ Me.CBTag1M.Name = "CBTag1M"
+ Me.CBTag1M.Size = New System.Drawing.Size(56, 17)
+ Me.CBTag1M.TabIndex = 189
+ Me.CBTag1M.Text = "1 Man"
+ Me.CBTag1M.UseVisualStyleBackColor = True
'
- 'CBTagFeet
+ 'CBTag1F
'
- Me.CBTagFeet.AutoSize = True
- Me.CBTagFeet.Enabled = False
- Me.CBTagFeet.ForeColor = System.Drawing.Color.Black
- Me.CBTagFeet.Location = New System.Drawing.Point(484, 137)
- Me.CBTagFeet.Name = "CBTagFeet"
- Me.CBTagFeet.Size = New System.Drawing.Size(47, 17)
- Me.CBTagFeet.TabIndex = 200
- Me.CBTagFeet.Text = "Feet"
- Me.CBTagFeet.UseVisualStyleBackColor = True
+ Me.CBTag1F.AutoSize = True
+ Me.CBTag1F.Enabled = False
+ Me.CBTag1F.ForeColor = System.Drawing.Color.Black
+ Me.CBTag1F.Location = New System.Drawing.Point(15, 17)
+ Me.CBTag1F.Name = "CBTag1F"
+ Me.CBTag1F.Size = New System.Drawing.Size(72, 17)
+ Me.CBTag1F.TabIndex = 185
+ Me.CBTag1F.Text = "1 Woman"
+ Me.CBTag1F.UseVisualStyleBackColor = True
'
- 'CBTagBoobs
+ 'CBTag3F
'
- Me.CBTagBoobs.AutoSize = True
- Me.CBTagBoobs.Enabled = False
- Me.CBTagBoobs.ForeColor = System.Drawing.Color.Black
- Me.CBTagBoobs.Location = New System.Drawing.Point(484, 57)
- Me.CBTagBoobs.Name = "CBTagBoobs"
- Me.CBTagBoobs.Size = New System.Drawing.Size(56, 17)
- Me.CBTagBoobs.TabIndex = 196
- Me.CBTagBoobs.Text = "Boobs"
- Me.CBTagBoobs.UseVisualStyleBackColor = True
+ Me.CBTag3F.AutoSize = True
+ Me.CBTag3F.Enabled = False
+ Me.CBTag3F.ForeColor = System.Drawing.Color.Black
+ Me.CBTag3F.Location = New System.Drawing.Point(15, 57)
+ Me.CBTag3F.Name = "CBTag3F"
+ Me.CBTag3F.Size = New System.Drawing.Size(72, 17)
+ Me.CBTag3F.TabIndex = 192
+ Me.CBTag3F.Text = "3 Women"
+ Me.CBTag3F.UseVisualStyleBackColor = True
'
- 'CBTagAss
+ 'GroupBox54
'
- Me.CBTagAss.AutoSize = True
- Me.CBTagAss.Enabled = False
- Me.CBTagAss.ForeColor = System.Drawing.Color.Black
- Me.CBTagAss.Location = New System.Drawing.Point(484, 97)
- Me.CBTagAss.Name = "CBTagAss"
- Me.CBTagAss.Size = New System.Drawing.Size(43, 17)
- Me.CBTagAss.TabIndex = 195
- Me.CBTagAss.Text = "Ass"
- Me.CBTagAss.UseVisualStyleBackColor = True
+ Me.GroupBox54.Controls.Add(Me.CBTagTattoos)
+ Me.GroupBox54.Controls.Add(Me.CBTagAnalToy)
+ Me.GroupBox54.Controls.Add(Me.CBTagDomme)
+ Me.GroupBox54.Controls.Add(Me.CBTagPocketPussy)
+ Me.GroupBox54.Controls.Add(Me.CBTagWatersports)
+ Me.GroupBox54.Controls.Add(Me.CBTagStockings)
+ Me.GroupBox54.Controls.Add(Me.CBTagCumshot)
+ Me.GroupBox54.Controls.Add(Me.CBTagCumEating)
+ Me.GroupBox54.Controls.Add(Me.CBTagVibrator)
+ Me.GroupBox54.Controls.Add(Me.CBTagDildo)
+ Me.GroupBox54.Controls.Add(Me.CBTagKissing)
+ Me.GroupBox54.Location = New System.Drawing.Point(561, 37)
+ Me.GroupBox54.Name = "GroupBox54"
+ Me.GroupBox54.Size = New System.Drawing.Size(135, 238)
+ Me.GroupBox54.TabIndex = 239
+ Me.GroupBox54.TabStop = False
+ Me.GroupBox54.Text = "Misc"
'
- 'CBTagPussy
+ 'CBTagTattoos
'
- Me.CBTagPussy.AutoSize = True
- Me.CBTagPussy.Enabled = False
- Me.CBTagPussy.ForeColor = System.Drawing.Color.Black
- Me.CBTagPussy.Location = New System.Drawing.Point(484, 77)
- Me.CBTagPussy.Name = "CBTagPussy"
- Me.CBTagPussy.Size = New System.Drawing.Size(54, 17)
- Me.CBTagPussy.TabIndex = 194
- Me.CBTagPussy.Text = "Pussy"
- Me.CBTagPussy.UseVisualStyleBackColor = True
+ Me.CBTagTattoos.AutoSize = True
+ Me.CBTagTattoos.Enabled = False
+ Me.CBTagTattoos.ForeColor = System.Drawing.Color.Black
+ Me.CBTagTattoos.Location = New System.Drawing.Point(15, 97)
+ Me.CBTagTattoos.Name = "CBTagTattoos"
+ Me.CBTagTattoos.Size = New System.Drawing.Size(62, 17)
+ Me.CBTagTattoos.TabIndex = 214
+ Me.CBTagTattoos.Text = "Tattoos"
+ Me.CBTagTattoos.UseVisualStyleBackColor = True
'
- 'BTNTagSave
+ 'CBTagAnalToy
'
- Me.BTNTagSave.Enabled = False
- Me.BTNTagSave.Location = New System.Drawing.Point(613, 9)
- Me.BTNTagSave.Name = "BTNTagSave"
- Me.BTNTagSave.Size = New System.Drawing.Size(83, 23)
- Me.BTNTagSave.TabIndex = 193
- Me.BTNTagSave.Text = "Finished"
- Me.BTNTagSave.UseVisualStyleBackColor = True
+ Me.CBTagAnalToy.AutoSize = True
+ Me.CBTagAnalToy.Enabled = False
+ Me.CBTagAnalToy.ForeColor = System.Drawing.Color.Black
+ Me.CBTagAnalToy.Location = New System.Drawing.Point(15, 197)
+ Me.CBTagAnalToy.Name = "CBTagAnalToy"
+ Me.CBTagAnalToy.Size = New System.Drawing.Size(68, 17)
+ Me.CBTagAnalToy.TabIndex = 215
+ Me.CBTagAnalToy.Text = "Anal Toy"
+ Me.CBTagAnalToy.UseVisualStyleBackColor = True
'
- 'BTNTagDir
+ 'CBTagDomme
'
- Me.BTNTagDir.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNTagDir.Location = New System.Drawing.Point(6, 8)
- Me.BTNTagDir.Name = "BTNTagDir"
- Me.BTNTagDir.Size = New System.Drawing.Size(43, 23)
- Me.BTNTagDir.TabIndex = 192
- Me.BTNTagDir.Text = "1"
- Me.BTNTagDir.UseVisualStyleBackColor = True
+ Me.CBTagDomme.AutoSize = True
+ Me.CBTagDomme.Enabled = False
+ Me.CBTagDomme.ForeColor = System.Drawing.Color.Black
+ Me.CBTagDomme.Location = New System.Drawing.Point(15, 17)
+ Me.CBTagDomme.Name = "CBTagDomme"
+ Me.CBTagDomme.Size = New System.Drawing.Size(114, 17)
+ Me.CBTagDomme.TabIndex = 219
+ Me.CBTagDomme.Text = "Tease A.I. Domme"
+ Me.CBTagDomme.UseVisualStyleBackColor = True
'
- 'ImageTagPictureBox
+ 'CBTagPocketPussy
'
- Me.ImageTagPictureBox.BackColor = System.Drawing.Color.Black
- Me.ImageTagPictureBox.Location = New System.Drawing.Point(5, 37)
- Me.ImageTagPictureBox.Name = "ImageTagPictureBox"
- Me.ImageTagPictureBox.Size = New System.Drawing.Size(451, 328)
- Me.ImageTagPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.ImageTagPictureBox.TabIndex = 191
- Me.ImageTagPictureBox.TabStop = False
+ Me.CBTagPocketPussy.AutoSize = True
+ Me.CBTagPocketPussy.Enabled = False
+ Me.CBTagPocketPussy.ForeColor = System.Drawing.Color.Black
+ Me.CBTagPocketPussy.Location = New System.Drawing.Point(15, 177)
+ Me.CBTagPocketPussy.Name = "CBTagPocketPussy"
+ Me.CBTagPocketPussy.Size = New System.Drawing.Size(91, 17)
+ Me.CBTagPocketPussy.TabIndex = 205
+ Me.CBTagPocketPussy.Text = "Pocket Pussy"
+ Me.CBTagPocketPussy.UseVisualStyleBackColor = True
'
- 'CBTagFace
+ 'CBTagWatersports
'
- Me.CBTagFace.AutoSize = True
- Me.CBTagFace.Enabled = False
- Me.CBTagFace.ForeColor = System.Drawing.Color.Black
- Me.CBTagFace.Location = New System.Drawing.Point(484, 37)
- Me.CBTagFace.Name = "CBTagFace"
- Me.CBTagFace.Size = New System.Drawing.Size(50, 17)
- Me.CBTagFace.TabIndex = 190
- Me.CBTagFace.Text = "Face"
- Me.CBTagFace.UseVisualStyleBackColor = True
+ Me.CBTagWatersports.AutoSize = True
+ Me.CBTagWatersports.Enabled = False
+ Me.CBTagWatersports.ForeColor = System.Drawing.Color.Black
+ Me.CBTagWatersports.Location = New System.Drawing.Point(15, 217)
+ Me.CBTagWatersports.Name = "CBTagWatersports"
+ Me.CBTagWatersports.Size = New System.Drawing.Size(83, 17)
+ Me.CBTagWatersports.TabIndex = 218
+ Me.CBTagWatersports.Text = "Watersports"
+ Me.CBTagWatersports.UseVisualStyleBackColor = True
'
- 'TabPage35
+ 'CBTagStockings
'
- Me.TabPage35.BackColor = System.Drawing.Color.LightGray
- Me.TabPage35.Controls.Add(Me.GroupBox55)
- Me.TabPage35.Controls.Add(Me.GroupBox53)
- Me.TabPage35.Controls.Add(Me.GroupBox49)
- Me.TabPage35.Controls.Add(Me.GroupBox46)
- Me.TabPage35.Controls.Add(Me.GroupBox54)
- Me.TabPage35.Controls.Add(Me.GroupBox51)
- Me.TabPage35.Controls.Add(Me.GroupBox50)
- Me.TabPage35.Controls.Add(Me.GroupBox48)
- Me.TabPage35.Controls.Add(Me.TBLocalTagDir)
- Me.TabPage35.Controls.Add(Me.BTNLocalTagPrevious)
- Me.TabPage35.Controls.Add(Me.BTNLocalTagNext)
- Me.TabPage35.Controls.Add(Me.LBLLocalTagCount)
- Me.TabPage35.Controls.Add(Me.BTNLocalTagSave)
- Me.TabPage35.Controls.Add(Me.BTNLocalTagDir)
- Me.TabPage35.Location = New System.Drawing.Point(4, 22)
- Me.TabPage35.Name = "TabPage35"
- Me.TabPage35.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage35.Size = New System.Drawing.Size(700, 411)
- Me.TabPage35.TabIndex = 1
- Me.TabPage35.Text = "Local Tags"
+ Me.CBTagStockings.AutoSize = True
+ Me.CBTagStockings.Enabled = False
+ Me.CBTagStockings.ForeColor = System.Drawing.Color.Black
+ Me.CBTagStockings.Location = New System.Drawing.Point(15, 117)
+ Me.CBTagStockings.Name = "CBTagStockings"
+ Me.CBTagStockings.Size = New System.Drawing.Size(73, 17)
+ Me.CBTagStockings.TabIndex = 217
+ Me.CBTagStockings.Text = "Stockings"
+ Me.CBTagStockings.UseVisualStyleBackColor = True
'
- 'GroupBox55
+ 'CBTagCumshot
'
- Me.GroupBox55.Controls.Add(Me.CBTagNurse)
- Me.GroupBox55.Controls.Add(Me.CBTagSchoolgirl)
- Me.GroupBox55.Controls.Add(Me.CBTagMaid)
- Me.GroupBox55.Controls.Add(Me.CBTagTeacher)
- Me.GroupBox55.Controls.Add(Me.CBTagSuperhero)
- Me.GroupBox55.Location = New System.Drawing.Point(341, 277)
- Me.GroupBox55.Name = "GroupBox55"
- Me.GroupBox55.Size = New System.Drawing.Size(103, 118)
- Me.GroupBox55.TabIndex = 241
- Me.GroupBox55.TabStop = False
- Me.GroupBox55.Text = "Outfit"
+ Me.CBTagCumshot.AutoSize = True
+ Me.CBTagCumshot.Enabled = False
+ Me.CBTagCumshot.ForeColor = System.Drawing.Color.Black
+ Me.CBTagCumshot.Location = New System.Drawing.Point(15, 37)
+ Me.CBTagCumshot.Name = "CBTagCumshot"
+ Me.CBTagCumshot.Size = New System.Drawing.Size(67, 17)
+ Me.CBTagCumshot.TabIndex = 206
+ Me.CBTagCumshot.Text = "Cumshot"
+ Me.CBTagCumshot.UseVisualStyleBackColor = True
'
- 'CBTagNurse
+ 'CBTagCumEating
'
- Me.CBTagNurse.AutoSize = True
- Me.CBTagNurse.Enabled = False
- Me.CBTagNurse.ForeColor = System.Drawing.Color.Black
- Me.CBTagNurse.Location = New System.Drawing.Point(15, 17)
- Me.CBTagNurse.Name = "CBTagNurse"
- Me.CBTagNurse.Size = New System.Drawing.Size(54, 17)
- Me.CBTagNurse.TabIndex = 203
- Me.CBTagNurse.Text = "Nurse"
- Me.CBTagNurse.UseVisualStyleBackColor = True
+ Me.CBTagCumEating.AutoSize = True
+ Me.CBTagCumEating.Enabled = False
+ Me.CBTagCumEating.ForeColor = System.Drawing.Color.Black
+ Me.CBTagCumEating.Location = New System.Drawing.Point(15, 57)
+ Me.CBTagCumEating.Name = "CBTagCumEating"
+ Me.CBTagCumEating.Size = New System.Drawing.Size(80, 17)
+ Me.CBTagCumEating.TabIndex = 204
+ Me.CBTagCumEating.Text = "Cum Eating"
+ Me.CBTagCumEating.UseVisualStyleBackColor = True
'
- 'CBTagSchoolgirl
+ 'CBTagVibrator
'
- Me.CBTagSchoolgirl.AutoSize = True
- Me.CBTagSchoolgirl.Enabled = False
- Me.CBTagSchoolgirl.ForeColor = System.Drawing.Color.Black
- Me.CBTagSchoolgirl.Location = New System.Drawing.Point(15, 57)
- Me.CBTagSchoolgirl.Name = "CBTagSchoolgirl"
- Me.CBTagSchoolgirl.Size = New System.Drawing.Size(72, 17)
- Me.CBTagSchoolgirl.TabIndex = 204
- Me.CBTagSchoolgirl.Text = "Schoolgirl"
- Me.CBTagSchoolgirl.UseVisualStyleBackColor = True
+ Me.CBTagVibrator.AutoSize = True
+ Me.CBTagVibrator.Enabled = False
+ Me.CBTagVibrator.ForeColor = System.Drawing.Color.Black
+ Me.CBTagVibrator.Location = New System.Drawing.Point(15, 137)
+ Me.CBTagVibrator.Name = "CBTagVibrator"
+ Me.CBTagVibrator.Size = New System.Drawing.Size(62, 17)
+ Me.CBTagVibrator.TabIndex = 210
+ Me.CBTagVibrator.Text = "Vibrator"
+ Me.CBTagVibrator.UseVisualStyleBackColor = True
'
- 'CBTagMaid
+ 'CBTagDildo
'
- Me.CBTagMaid.AutoSize = True
- Me.CBTagMaid.Enabled = False
- Me.CBTagMaid.ForeColor = System.Drawing.Color.Black
- Me.CBTagMaid.Location = New System.Drawing.Point(15, 77)
- Me.CBTagMaid.Name = "CBTagMaid"
- Me.CBTagMaid.Size = New System.Drawing.Size(49, 17)
- Me.CBTagMaid.TabIndex = 205
- Me.CBTagMaid.Text = "Maid"
- Me.CBTagMaid.UseVisualStyleBackColor = True
+ Me.CBTagDildo.AutoSize = True
+ Me.CBTagDildo.Enabled = False
+ Me.CBTagDildo.ForeColor = System.Drawing.Color.Black
+ Me.CBTagDildo.Location = New System.Drawing.Point(15, 157)
+ Me.CBTagDildo.Name = "CBTagDildo"
+ Me.CBTagDildo.Size = New System.Drawing.Size(50, 17)
+ Me.CBTagDildo.TabIndex = 213
+ Me.CBTagDildo.Text = "Dildo"
+ Me.CBTagDildo.UseVisualStyleBackColor = True
'
- 'CBTagTeacher
+ 'CBTagKissing
'
- Me.CBTagTeacher.AutoSize = True
- Me.CBTagTeacher.Enabled = False
- Me.CBTagTeacher.ForeColor = System.Drawing.Color.Black
- Me.CBTagTeacher.Location = New System.Drawing.Point(15, 37)
- Me.CBTagTeacher.Name = "CBTagTeacher"
- Me.CBTagTeacher.Size = New System.Drawing.Size(66, 17)
- Me.CBTagTeacher.TabIndex = 206
- Me.CBTagTeacher.Text = "Teacher"
- Me.CBTagTeacher.UseVisualStyleBackColor = True
+ Me.CBTagKissing.AutoSize = True
+ Me.CBTagKissing.Enabled = False
+ Me.CBTagKissing.ForeColor = System.Drawing.Color.Black
+ Me.CBTagKissing.Location = New System.Drawing.Point(15, 77)
+ Me.CBTagKissing.Name = "CBTagKissing"
+ Me.CBTagKissing.Size = New System.Drawing.Size(59, 17)
+ Me.CBTagKissing.TabIndex = 203
+ Me.CBTagKissing.Text = "Kissing"
+ Me.CBTagKissing.UseVisualStyleBackColor = True
'
- 'CBTagSuperhero
+ 'GroupBox51
'
- Me.CBTagSuperhero.AutoSize = True
- Me.CBTagSuperhero.Enabled = False
- Me.CBTagSuperhero.ForeColor = System.Drawing.Color.Black
- Me.CBTagSuperhero.Location = New System.Drawing.Point(15, 97)
- Me.CBTagSuperhero.Name = "CBTagSuperhero"
- Me.CBTagSuperhero.Size = New System.Drawing.Size(75, 17)
- Me.CBTagSuperhero.TabIndex = 213
- Me.CBTagSuperhero.Text = "Superhero"
- Me.CBTagSuperhero.UseVisualStyleBackColor = True
+ Me.GroupBox51.Controls.Add(Me.CBTagBallTorture)
+ Me.GroupBox51.Controls.Add(Me.CBTagGag)
+ Me.GroupBox51.Controls.Add(Me.CBTagBlindfold)
+ Me.GroupBox51.Controls.Add(Me.CBTagWhipping)
+ Me.GroupBox51.Controls.Add(Me.CBTagCockTorture)
+ Me.GroupBox51.Controls.Add(Me.CBTagElectro)
+ Me.GroupBox51.Controls.Add(Me.CBTagHotWax)
+ Me.GroupBox51.Controls.Add(Me.CBTagClamps)
+ Me.GroupBox51.Controls.Add(Me.CBTagStrapon)
+ Me.GroupBox51.Controls.Add(Me.CBTagSpanking)
+ Me.GroupBox51.Controls.Add(Me.CBTagNeedles)
+ Me.GroupBox51.Location = New System.Drawing.Point(450, 37)
+ Me.GroupBox51.Name = "GroupBox51"
+ Me.GroupBox51.Size = New System.Drawing.Size(105, 238)
+ Me.GroupBox51.TabIndex = 238
+ Me.GroupBox51.TabStop = False
+ Me.GroupBox51.Text = "BDSM"
'
- 'GroupBox53
+ 'CBTagBallTorture
'
- Me.GroupBox53.Controls.Add(Me.CBTagTrap)
- Me.GroupBox53.Controls.Add(Me.CBTagTentacles)
- Me.GroupBox53.Controls.Add(Me.CBTagMonsterGirl)
- Me.GroupBox53.Controls.Add(Me.CBTagBukkake)
- Me.GroupBox53.Controls.Add(Me.CBTagGanguro)
- Me.GroupBox53.Controls.Add(Me.CBTagBodyWriting)
- Me.GroupBox53.Controls.Add(Me.CBTagMahouShoujo)
- Me.GroupBox53.Controls.Add(Me.CBTagBakunyuu)
- Me.GroupBox53.Controls.Add(Me.CBTagAhegao)
- Me.GroupBox53.Controls.Add(Me.CBTagShibari)
- Me.GroupBox53.Location = New System.Drawing.Point(450, 277)
- Me.GroupBox53.Name = "GroupBox53"
- Me.GroupBox53.Size = New System.Drawing.Size(246, 118)
- Me.GroupBox53.TabIndex = 240
- Me.GroupBox53.TabStop = False
- Me.GroupBox53.Text = "Hentai/JAV Themes"
+ Me.CBTagBallTorture.AutoSize = True
+ Me.CBTagBallTorture.Enabled = False
+ Me.CBTagBallTorture.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBallTorture.Location = New System.Drawing.Point(15, 77)
+ Me.CBTagBallTorture.Name = "CBTagBallTorture"
+ Me.CBTagBallTorture.Size = New System.Drawing.Size(80, 17)
+ Me.CBTagBallTorture.TabIndex = 220
+ Me.CBTagBallTorture.Text = "Ball Torture"
+ Me.CBTagBallTorture.UseVisualStyleBackColor = True
'
- 'CBTagTrap
+ 'CBTagGag
'
- Me.CBTagTrap.AutoSize = True
- Me.CBTagTrap.Enabled = False
- Me.CBTagTrap.ForeColor = System.Drawing.Color.Black
- Me.CBTagTrap.Location = New System.Drawing.Point(126, 37)
- Me.CBTagTrap.Name = "CBTagTrap"
- Me.CBTagTrap.Size = New System.Drawing.Size(48, 17)
- Me.CBTagTrap.TabIndex = 226
- Me.CBTagTrap.Text = "Trap"
- Me.CBTagTrap.UseVisualStyleBackColor = True
+ Me.CBTagGag.AutoSize = True
+ Me.CBTagGag.Enabled = False
+ Me.CBTagGag.ForeColor = System.Drawing.Color.Black
+ Me.CBTagGag.Location = New System.Drawing.Point(15, 137)
+ Me.CBTagGag.Name = "CBTagGag"
+ Me.CBTagGag.Size = New System.Drawing.Size(46, 17)
+ Me.CBTagGag.TabIndex = 214
+ Me.CBTagGag.Text = "Gag"
+ Me.CBTagGag.UseVisualStyleBackColor = True
'
- 'CBTagTentacles
+ 'CBTagBlindfold
'
- Me.CBTagTentacles.AutoSize = True
- Me.CBTagTentacles.Enabled = False
- Me.CBTagTentacles.ForeColor = System.Drawing.Color.Black
- Me.CBTagTentacles.Location = New System.Drawing.Point(15, 37)
- Me.CBTagTentacles.Name = "CBTagTentacles"
- Me.CBTagTentacles.Size = New System.Drawing.Size(73, 17)
- Me.CBTagTentacles.TabIndex = 204
- Me.CBTagTentacles.Text = "Tentacles"
- Me.CBTagTentacles.UseVisualStyleBackColor = True
+ Me.CBTagBlindfold.AutoSize = True
+ Me.CBTagBlindfold.Enabled = False
+ Me.CBTagBlindfold.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBlindfold.Location = New System.Drawing.Point(15, 117)
+ Me.CBTagBlindfold.Name = "CBTagBlindfold"
+ Me.CBTagBlindfold.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagBlindfold.TabIndex = 208
+ Me.CBTagBlindfold.Text = "Blindfold"
+ Me.CBTagBlindfold.UseVisualStyleBackColor = True
'
- 'CBTagMonsterGirl
+ 'CBTagWhipping
'
- Me.CBTagMonsterGirl.AutoSize = True
- Me.CBTagMonsterGirl.Enabled = False
- Me.CBTagMonsterGirl.ForeColor = System.Drawing.Color.Black
- Me.CBTagMonsterGirl.Location = New System.Drawing.Point(126, 97)
- Me.CBTagMonsterGirl.Name = "CBTagMonsterGirl"
- Me.CBTagMonsterGirl.Size = New System.Drawing.Size(82, 17)
- Me.CBTagMonsterGirl.TabIndex = 214
- Me.CBTagMonsterGirl.Text = "Monster Girl"
- Me.CBTagMonsterGirl.UseVisualStyleBackColor = True
+ Me.CBTagWhipping.AutoSize = True
+ Me.CBTagWhipping.Enabled = False
+ Me.CBTagWhipping.ForeColor = System.Drawing.Color.Black
+ Me.CBTagWhipping.Location = New System.Drawing.Point(15, 17)
+ Me.CBTagWhipping.Name = "CBTagWhipping"
+ Me.CBTagWhipping.Size = New System.Drawing.Size(71, 17)
+ Me.CBTagWhipping.TabIndex = 203
+ Me.CBTagWhipping.Text = "Whipping"
+ Me.CBTagWhipping.UseVisualStyleBackColor = True
'
- 'CBTagBukkake
+ 'CBTagCockTorture
'
- Me.CBTagBukkake.AutoSize = True
- Me.CBTagBukkake.Enabled = False
- Me.CBTagBukkake.ForeColor = System.Drawing.Color.Black
- Me.CBTagBukkake.Location = New System.Drawing.Point(15, 57)
- Me.CBTagBukkake.Name = "CBTagBukkake"
- Me.CBTagBukkake.Size = New System.Drawing.Size(69, 17)
- Me.CBTagBukkake.TabIndex = 210
- Me.CBTagBukkake.Text = "Bukkake"
- Me.CBTagBukkake.UseVisualStyleBackColor = True
+ Me.CBTagCockTorture.AutoSize = True
+ Me.CBTagCockTorture.Enabled = False
+ Me.CBTagCockTorture.ForeColor = System.Drawing.Color.Black
+ Me.CBTagCockTorture.Location = New System.Drawing.Point(15, 57)
+ Me.CBTagCockTorture.Name = "CBTagCockTorture"
+ Me.CBTagCockTorture.Size = New System.Drawing.Size(88, 17)
+ Me.CBTagCockTorture.TabIndex = 204
+ Me.CBTagCockTorture.Text = "Cock Torture"
+ Me.CBTagCockTorture.UseVisualStyleBackColor = True
'
- 'CBTagGanguro
+ 'CBTagElectro
'
- Me.CBTagGanguro.AutoSize = True
- Me.CBTagGanguro.Enabled = False
- Me.CBTagGanguro.ForeColor = System.Drawing.Color.Black
- Me.CBTagGanguro.Location = New System.Drawing.Point(126, 57)
- Me.CBTagGanguro.Name = "CBTagGanguro"
- Me.CBTagGanguro.Size = New System.Drawing.Size(67, 17)
- Me.CBTagGanguro.TabIndex = 205
- Me.CBTagGanguro.Text = "Ganguro"
- Me.CBTagGanguro.UseVisualStyleBackColor = True
+ Me.CBTagElectro.AutoSize = True
+ Me.CBTagElectro.Enabled = False
+ Me.CBTagElectro.ForeColor = System.Drawing.Color.Black
+ Me.CBTagElectro.Location = New System.Drawing.Point(15, 217)
+ Me.CBTagElectro.Name = "CBTagElectro"
+ Me.CBTagElectro.Size = New System.Drawing.Size(59, 17)
+ Me.CBTagElectro.TabIndex = 207
+ Me.CBTagElectro.Text = "Electro"
+ Me.CBTagElectro.UseVisualStyleBackColor = True
'
- 'CBTagBodyWriting
+ 'CBTagHotWax
'
- Me.CBTagBodyWriting.AutoSize = True
- Me.CBTagBodyWriting.Enabled = False
- Me.CBTagBodyWriting.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyWriting.Location = New System.Drawing.Point(126, 17)
- Me.CBTagBodyWriting.Name = "CBTagBodyWriting"
- Me.CBTagBodyWriting.Size = New System.Drawing.Size(86, 17)
- Me.CBTagBodyWriting.TabIndex = 208
- Me.CBTagBodyWriting.Text = "Body Writing"
- Me.CBTagBodyWriting.UseVisualStyleBackColor = True
+ Me.CBTagHotWax.AutoSize = True
+ Me.CBTagHotWax.Enabled = False
+ Me.CBTagHotWax.ForeColor = System.Drawing.Color.Black
+ Me.CBTagHotWax.Location = New System.Drawing.Point(15, 177)
+ Me.CBTagHotWax.Name = "CBTagHotWax"
+ Me.CBTagHotWax.Size = New System.Drawing.Size(68, 17)
+ Me.CBTagHotWax.TabIndex = 213
+ Me.CBTagHotWax.Text = "Hot Wax"
+ Me.CBTagHotWax.UseVisualStyleBackColor = True
'
- 'CBTagMahouShoujo
+ 'CBTagClamps
'
- Me.CBTagMahouShoujo.AutoSize = True
- Me.CBTagMahouShoujo.Enabled = False
- Me.CBTagMahouShoujo.ForeColor = System.Drawing.Color.Black
- Me.CBTagMahouShoujo.Location = New System.Drawing.Point(126, 77)
- Me.CBTagMahouShoujo.Name = "CBTagMahouShoujo"
- Me.CBTagMahouShoujo.Size = New System.Drawing.Size(95, 17)
- Me.CBTagMahouShoujo.TabIndex = 209
- Me.CBTagMahouShoujo.Text = "Mahou Shoujo"
- Me.CBTagMahouShoujo.UseVisualStyleBackColor = True
+ Me.CBTagClamps.AutoSize = True
+ Me.CBTagClamps.Enabled = False
+ Me.CBTagClamps.ForeColor = System.Drawing.Color.Black
+ Me.CBTagClamps.Location = New System.Drawing.Point(15, 157)
+ Me.CBTagClamps.Name = "CBTagClamps"
+ Me.CBTagClamps.Size = New System.Drawing.Size(60, 17)
+ Me.CBTagClamps.TabIndex = 210
+ Me.CBTagClamps.Text = "Clamps"
+ Me.CBTagClamps.UseVisualStyleBackColor = True
'
- 'CBTagBakunyuu
+ 'CBTagStrapon
'
- Me.CBTagBakunyuu.AutoSize = True
- Me.CBTagBakunyuu.Enabled = False
- Me.CBTagBakunyuu.ForeColor = System.Drawing.Color.Black
- Me.CBTagBakunyuu.Location = New System.Drawing.Point(15, 77)
- Me.CBTagBakunyuu.Name = "CBTagBakunyuu"
- Me.CBTagBakunyuu.Size = New System.Drawing.Size(74, 17)
- Me.CBTagBakunyuu.TabIndex = 213
- Me.CBTagBakunyuu.Text = "Bakunyuu"
- Me.CBTagBakunyuu.UseVisualStyleBackColor = True
+ Me.CBTagStrapon.AutoSize = True
+ Me.CBTagStrapon.Enabled = False
+ Me.CBTagStrapon.ForeColor = System.Drawing.Color.Black
+ Me.CBTagStrapon.Location = New System.Drawing.Point(15, 97)
+ Me.CBTagStrapon.Name = "CBTagStrapon"
+ Me.CBTagStrapon.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagStrapon.TabIndex = 205
+ Me.CBTagStrapon.Text = "Strap-on"
+ Me.CBTagStrapon.UseVisualStyleBackColor = True
'
- 'CBTagAhegao
+ 'CBTagSpanking
'
- Me.CBTagAhegao.AutoSize = True
- Me.CBTagAhegao.Enabled = False
- Me.CBTagAhegao.ForeColor = System.Drawing.Color.Black
- Me.CBTagAhegao.Location = New System.Drawing.Point(15, 97)
- Me.CBTagAhegao.Name = "CBTagAhegao"
- Me.CBTagAhegao.Size = New System.Drawing.Size(63, 17)
- Me.CBTagAhegao.TabIndex = 207
- Me.CBTagAhegao.Text = "Ahegao"
- Me.CBTagAhegao.UseVisualStyleBackColor = True
+ Me.CBTagSpanking.AutoSize = True
+ Me.CBTagSpanking.Enabled = False
+ Me.CBTagSpanking.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSpanking.Location = New System.Drawing.Point(15, 37)
+ Me.CBTagSpanking.Name = "CBTagSpanking"
+ Me.CBTagSpanking.Size = New System.Drawing.Size(71, 17)
+ Me.CBTagSpanking.TabIndex = 206
+ Me.CBTagSpanking.Text = "Spanking"
+ Me.CBTagSpanking.UseVisualStyleBackColor = True
'
- 'CBTagShibari
+ 'CBTagNeedles
'
- Me.CBTagShibari.AutoSize = True
- Me.CBTagShibari.Enabled = False
- Me.CBTagShibari.ForeColor = System.Drawing.Color.Black
- Me.CBTagShibari.Location = New System.Drawing.Point(15, 17)
- Me.CBTagShibari.Name = "CBTagShibari"
- Me.CBTagShibari.Size = New System.Drawing.Size(58, 17)
- Me.CBTagShibari.TabIndex = 203
- Me.CBTagShibari.Text = "Shibari"
- Me.CBTagShibari.UseVisualStyleBackColor = True
+ Me.CBTagNeedles.AutoSize = True
+ Me.CBTagNeedles.Enabled = False
+ Me.CBTagNeedles.ForeColor = System.Drawing.Color.Black
+ Me.CBTagNeedles.Location = New System.Drawing.Point(15, 197)
+ Me.CBTagNeedles.Name = "CBTagNeedles"
+ Me.CBTagNeedles.Size = New System.Drawing.Size(65, 17)
+ Me.CBTagNeedles.TabIndex = 209
+ Me.CBTagNeedles.Text = "Needles"
+ Me.CBTagNeedles.UseVisualStyleBackColor = True
'
- 'GroupBox49
+ 'GroupBox50
'
- Me.GroupBox49.Controls.Add(Me.CBTagBodyMouth)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyAss)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyFace)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyLegs)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyBalls)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyCock)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyFeet)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyNipples)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyPussy)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyTits)
- Me.GroupBox49.Controls.Add(Me.CBTagBodyFingers)
- Me.GroupBox49.Location = New System.Drawing.Point(341, 37)
- Me.GroupBox49.Name = "GroupBox49"
- Me.GroupBox49.Size = New System.Drawing.Size(103, 238)
- Me.GroupBox49.TabIndex = 236
- Me.GroupBox49.TabStop = False
- Me.GroupBox49.Text = "Body Part"
+ Me.GroupBox50.Controls.Add(Me.CBTagRimming)
+ Me.GroupBox50.Controls.Add(Me.CBTagFacesitting)
+ Me.GroupBox50.Controls.Add(Me.CBTagMissionary)
+ Me.GroupBox50.Controls.Add(Me.CBTagMasturbation)
+ Me.GroupBox50.Controls.Add(Me.CBTagRCowgirl)
+ Me.GroupBox50.Controls.Add(Me.CBTagFingering)
+ Me.GroupBox50.Controls.Add(Me.CBTagGangbang)
+ Me.GroupBox50.Controls.Add(Me.CBTagBlowjob)
+ Me.GroupBox50.Controls.Add(Me.CBTagDP)
+ Me.GroupBox50.Controls.Add(Me.CBTagHandjob)
+ Me.GroupBox50.Controls.Add(Me.CBTagStanding)
+ Me.GroupBox50.Controls.Add(Me.CBTagFootjob)
+ Me.GroupBox50.Controls.Add(Me.CBTagCowgirl)
+ Me.GroupBox50.Controls.Add(Me.CBTagDoggyStyle)
+ Me.GroupBox50.Controls.Add(Me.CBTagTitjob)
+ Me.GroupBox50.Controls.Add(Me.CBTagCunnilingus)
+ Me.GroupBox50.Controls.Add(Me.CBTagAnalSex)
+ Me.GroupBox50.Location = New System.Drawing.Point(119, 37)
+ Me.GroupBox50.Name = "GroupBox50"
+ Me.GroupBox50.Size = New System.Drawing.Size(105, 358)
+ Me.GroupBox50.TabIndex = 237
+ Me.GroupBox50.TabStop = False
+ Me.GroupBox50.Text = "Sex"
'
- 'CBTagBodyMouth
+ 'CBTagRimming
'
- Me.CBTagBodyMouth.AutoSize = True
- Me.CBTagBodyMouth.Enabled = False
- Me.CBTagBodyMouth.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyMouth.Location = New System.Drawing.Point(14, 57)
- Me.CBTagBodyMouth.Name = "CBTagBodyMouth"
- Me.CBTagBodyMouth.Size = New System.Drawing.Size(56, 17)
- Me.CBTagBodyMouth.TabIndex = 220
- Me.CBTagBodyMouth.Text = "Mouth"
- Me.CBTagBodyMouth.UseVisualStyleBackColor = True
+ Me.CBTagRimming.AutoSize = True
+ Me.CBTagRimming.Enabled = False
+ Me.CBTagRimming.ForeColor = System.Drawing.Color.Black
+ Me.CBTagRimming.Location = New System.Drawing.Point(15, 177)
+ Me.CBTagRimming.Name = "CBTagRimming"
+ Me.CBTagRimming.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagRimming.TabIndex = 219
+ Me.CBTagRimming.Text = "Rimming"
+ Me.CBTagRimming.UseVisualStyleBackColor = True
'
- 'CBTagBodyAss
+ 'CBTagFacesitting
'
- Me.CBTagBodyAss.AutoSize = True
- Me.CBTagBodyAss.Enabled = False
- Me.CBTagBodyAss.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyAss.Location = New System.Drawing.Point(15, 137)
- Me.CBTagBodyAss.Name = "CBTagBodyAss"
- Me.CBTagBodyAss.Size = New System.Drawing.Size(43, 17)
- Me.CBTagBodyAss.TabIndex = 219
- Me.CBTagBodyAss.Text = "Ass"
- Me.CBTagBodyAss.UseVisualStyleBackColor = True
+ Me.CBTagFacesitting.AutoSize = True
+ Me.CBTagFacesitting.Enabled = False
+ Me.CBTagFacesitting.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFacesitting.Location = New System.Drawing.Point(15, 157)
+ Me.CBTagFacesitting.Name = "CBTagFacesitting"
+ Me.CBTagFacesitting.Size = New System.Drawing.Size(77, 17)
+ Me.CBTagFacesitting.TabIndex = 226
+ Me.CBTagFacesitting.Text = "Facesitting"
+ Me.CBTagFacesitting.UseVisualStyleBackColor = True
'
- 'CBTagBodyFace
+ 'CBTagMissionary
'
- Me.CBTagBodyFace.AutoSize = True
- Me.CBTagBodyFace.Enabled = False
- Me.CBTagBodyFace.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyFace.Location = New System.Drawing.Point(15, 17)
- Me.CBTagBodyFace.Name = "CBTagBodyFace"
- Me.CBTagBodyFace.Size = New System.Drawing.Size(50, 17)
- Me.CBTagBodyFace.TabIndex = 203
- Me.CBTagBodyFace.Text = "Face"
- Me.CBTagBodyFace.UseVisualStyleBackColor = True
+ Me.CBTagMissionary.AutoSize = True
+ Me.CBTagMissionary.Enabled = False
+ Me.CBTagMissionary.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMissionary.Location = New System.Drawing.Point(15, 197)
+ Me.CBTagMissionary.Name = "CBTagMissionary"
+ Me.CBTagMissionary.Size = New System.Drawing.Size(75, 17)
+ Me.CBTagMissionary.TabIndex = 208
+ Me.CBTagMissionary.Text = "Missionary"
+ Me.CBTagMissionary.UseVisualStyleBackColor = True
'
- 'CBTagBodyLegs
+ 'CBTagMasturbation
'
- Me.CBTagBodyLegs.AutoSize = True
- Me.CBTagBodyLegs.Enabled = False
- Me.CBTagBodyLegs.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyLegs.Location = New System.Drawing.Point(15, 157)
- Me.CBTagBodyLegs.Name = "CBTagBodyLegs"
- Me.CBTagBodyLegs.Size = New System.Drawing.Size(49, 17)
- Me.CBTagBodyLegs.TabIndex = 218
- Me.CBTagBodyLegs.Text = "Legs"
- Me.CBTagBodyLegs.UseVisualStyleBackColor = True
+ Me.CBTagMasturbation.AutoSize = True
+ Me.CBTagMasturbation.Enabled = False
+ Me.CBTagMasturbation.ForeColor = System.Drawing.Color.Black
+ Me.CBTagMasturbation.Location = New System.Drawing.Point(15, 17)
+ Me.CBTagMasturbation.Name = "CBTagMasturbation"
+ Me.CBTagMasturbation.Size = New System.Drawing.Size(87, 17)
+ Me.CBTagMasturbation.TabIndex = 203
+ Me.CBTagMasturbation.Text = "Masturbation"
+ Me.CBTagMasturbation.UseVisualStyleBackColor = True
'
- 'CBTagBodyBalls
+ 'CBTagRCowgirl
'
- Me.CBTagBodyBalls.AutoSize = True
- Me.CBTagBodyBalls.Enabled = False
- Me.CBTagBodyBalls.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyBalls.Location = New System.Drawing.Point(15, 217)
- Me.CBTagBodyBalls.Name = "CBTagBodyBalls"
- Me.CBTagBodyBalls.Size = New System.Drawing.Size(48, 17)
- Me.CBTagBodyBalls.TabIndex = 217
- Me.CBTagBodyBalls.Text = "Balls"
- Me.CBTagBodyBalls.UseVisualStyleBackColor = True
+ Me.CBTagRCowgirl.AutoSize = True
+ Me.CBTagRCowgirl.Enabled = False
+ Me.CBTagRCowgirl.ForeColor = System.Drawing.Color.Black
+ Me.CBTagRCowgirl.Location = New System.Drawing.Point(15, 257)
+ Me.CBTagRCowgirl.Name = "CBTagRCowgirl"
+ Me.CBTagRCowgirl.Size = New System.Drawing.Size(74, 17)
+ Me.CBTagRCowgirl.TabIndex = 218
+ Me.CBTagRCowgirl.Text = "R. Cowgirl"
+ Me.CBTagRCowgirl.UseVisualStyleBackColor = True
+ '
+ 'CBTagFingering
+ '
+ Me.CBTagFingering.AutoSize = True
+ Me.CBTagFingering.Enabled = False
+ Me.CBTagFingering.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFingering.Location = New System.Drawing.Point(15, 57)
+ Me.CBTagFingering.Name = "CBTagFingering"
+ Me.CBTagFingering.Size = New System.Drawing.Size(69, 17)
+ Me.CBTagFingering.TabIndex = 204
+ Me.CBTagFingering.Text = "Fingering"
+ Me.CBTagFingering.UseVisualStyleBackColor = True
'
- 'CBTagBodyCock
+ 'CBTagGangbang
'
- Me.CBTagBodyCock.AutoSize = True
- Me.CBTagBodyCock.Enabled = False
- Me.CBTagBodyCock.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyCock.Location = New System.Drawing.Point(15, 197)
- Me.CBTagBodyCock.Name = "CBTagBodyCock"
- Me.CBTagBodyCock.Size = New System.Drawing.Size(51, 17)
- Me.CBTagBodyCock.TabIndex = 216
- Me.CBTagBodyCock.Text = "Cock"
- Me.CBTagBodyCock.UseVisualStyleBackColor = True
+ Me.CBTagGangbang.AutoSize = True
+ Me.CBTagGangbang.Enabled = False
+ Me.CBTagGangbang.ForeColor = System.Drawing.Color.Black
+ Me.CBTagGangbang.Location = New System.Drawing.Point(15, 337)
+ Me.CBTagGangbang.Name = "CBTagGangbang"
+ Me.CBTagGangbang.Size = New System.Drawing.Size(76, 17)
+ Me.CBTagGangbang.TabIndex = 217
+ Me.CBTagGangbang.Text = "Gangbang"
+ Me.CBTagGangbang.UseVisualStyleBackColor = True
'
- 'CBTagBodyFeet
+ 'CBTagBlowjob
'
- Me.CBTagBodyFeet.AutoSize = True
- Me.CBTagBodyFeet.Enabled = False
- Me.CBTagBodyFeet.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyFeet.Location = New System.Drawing.Point(15, 177)
- Me.CBTagBodyFeet.Name = "CBTagBodyFeet"
- Me.CBTagBodyFeet.Size = New System.Drawing.Size(47, 17)
- Me.CBTagBodyFeet.TabIndex = 215
- Me.CBTagBodyFeet.Text = "Feet"
- Me.CBTagBodyFeet.UseVisualStyleBackColor = True
+ Me.CBTagBlowjob.AutoSize = True
+ Me.CBTagBlowjob.Enabled = False
+ Me.CBTagBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBlowjob.Location = New System.Drawing.Point(15, 77)
+ Me.CBTagBlowjob.Name = "CBTagBlowjob"
+ Me.CBTagBlowjob.Size = New System.Drawing.Size(63, 17)
+ Me.CBTagBlowjob.TabIndex = 205
+ Me.CBTagBlowjob.Text = "Blowjob"
+ Me.CBTagBlowjob.UseVisualStyleBackColor = True
'
- 'CBTagBodyNipples
+ 'CBTagDP
'
- Me.CBTagBodyNipples.AutoSize = True
- Me.CBTagBodyNipples.Enabled = False
- Me.CBTagBodyNipples.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyNipples.Location = New System.Drawing.Point(15, 97)
- Me.CBTagBodyNipples.Name = "CBTagBodyNipples"
- Me.CBTagBodyNipples.Size = New System.Drawing.Size(61, 17)
- Me.CBTagBodyNipples.TabIndex = 207
- Me.CBTagBodyNipples.Text = "Nipples"
- Me.CBTagBodyNipples.UseVisualStyleBackColor = True
+ Me.CBTagDP.AutoSize = True
+ Me.CBTagDP.Enabled = False
+ Me.CBTagDP.ForeColor = System.Drawing.Color.Black
+ Me.CBTagDP.Location = New System.Drawing.Point(15, 317)
+ Me.CBTagDP.Name = "CBTagDP"
+ Me.CBTagDP.Size = New System.Drawing.Size(41, 17)
+ Me.CBTagDP.TabIndex = 216
+ Me.CBTagDP.Text = "DP"
+ Me.CBTagDP.UseVisualStyleBackColor = True
'
- 'CBTagBodyPussy
+ 'CBTagHandjob
'
- Me.CBTagBodyPussy.AutoSize = True
- Me.CBTagBodyPussy.Enabled = False
- Me.CBTagBodyPussy.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyPussy.Location = New System.Drawing.Point(15, 117)
- Me.CBTagBodyPussy.Name = "CBTagBodyPussy"
- Me.CBTagBodyPussy.Size = New System.Drawing.Size(54, 17)
- Me.CBTagBodyPussy.TabIndex = 209
- Me.CBTagBodyPussy.Text = "Pussy"
- Me.CBTagBodyPussy.UseVisualStyleBackColor = True
+ Me.CBTagHandjob.AutoSize = True
+ Me.CBTagHandjob.Enabled = False
+ Me.CBTagHandjob.ForeColor = System.Drawing.Color.Black
+ Me.CBTagHandjob.Location = New System.Drawing.Point(15, 37)
+ Me.CBTagHandjob.Name = "CBTagHandjob"
+ Me.CBTagHandjob.Size = New System.Drawing.Size(66, 17)
+ Me.CBTagHandjob.TabIndex = 206
+ Me.CBTagHandjob.Text = "Handjob"
+ Me.CBTagHandjob.UseVisualStyleBackColor = True
'
- 'CBTagBodyTits
+ 'CBTagStanding
'
- Me.CBTagBodyTits.AutoSize = True
- Me.CBTagBodyTits.Enabled = False
- Me.CBTagBodyTits.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyTits.Location = New System.Drawing.Point(15, 77)
- Me.CBTagBodyTits.Name = "CBTagBodyTits"
- Me.CBTagBodyTits.Size = New System.Drawing.Size(43, 17)
- Me.CBTagBodyTits.TabIndex = 213
- Me.CBTagBodyTits.Text = "Tits"
- Me.CBTagBodyTits.UseVisualStyleBackColor = True
+ Me.CBTagStanding.AutoSize = True
+ Me.CBTagStanding.Enabled = False
+ Me.CBTagStanding.ForeColor = System.Drawing.Color.Black
+ Me.CBTagStanding.Location = New System.Drawing.Point(15, 277)
+ Me.CBTagStanding.Name = "CBTagStanding"
+ Me.CBTagStanding.Size = New System.Drawing.Size(68, 17)
+ Me.CBTagStanding.TabIndex = 215
+ Me.CBTagStanding.Text = "Standing"
+ Me.CBTagStanding.UseVisualStyleBackColor = True
'
- 'CBTagBodyFingers
+ 'CBTagFootjob
'
- Me.CBTagBodyFingers.AutoSize = True
- Me.CBTagBodyFingers.Enabled = False
- Me.CBTagBodyFingers.ForeColor = System.Drawing.Color.Black
- Me.CBTagBodyFingers.Location = New System.Drawing.Point(15, 37)
- Me.CBTagBodyFingers.Name = "CBTagBodyFingers"
- Me.CBTagBodyFingers.Size = New System.Drawing.Size(60, 17)
- Me.CBTagBodyFingers.TabIndex = 210
- Me.CBTagBodyFingers.Text = "Fingers"
- Me.CBTagBodyFingers.UseVisualStyleBackColor = True
+ Me.CBTagFootjob.AutoSize = True
+ Me.CBTagFootjob.Enabled = False
+ Me.CBTagFootjob.ForeColor = System.Drawing.Color.Black
+ Me.CBTagFootjob.Location = New System.Drawing.Point(15, 137)
+ Me.CBTagFootjob.Name = "CBTagFootjob"
+ Me.CBTagFootjob.Size = New System.Drawing.Size(61, 17)
+ Me.CBTagFootjob.TabIndex = 207
+ Me.CBTagFootjob.Text = "Footjob"
+ Me.CBTagFootjob.UseVisualStyleBackColor = True
'
- 'GroupBox46
+ 'CBTagCowgirl
'
- Me.GroupBox46.Controls.Add(Me.CBTagMultiSub)
- Me.GroupBox46.Controls.Add(Me.CBTagMultiDom)
- Me.GroupBox46.Controls.Add(Me.CBTagFemdom)
- Me.GroupBox46.Controls.Add(Me.CBTag2M)
- Me.GroupBox46.Controls.Add(Me.CBTagFutadom)
- Me.GroupBox46.Controls.Add(Me.CBTagFemsub)
- Me.GroupBox46.Controls.Add(Me.CBTag2Futa)
- Me.GroupBox46.Controls.Add(Me.CBTagMaledom)
- Me.GroupBox46.Controls.Add(Me.CBTag3M)
- Me.GroupBox46.Controls.Add(Me.CBTagFutasub)
- Me.GroupBox46.Controls.Add(Me.CBTag3Futa)
- Me.GroupBox46.Controls.Add(Me.CBTagMalesub)
- Me.GroupBox46.Controls.Add(Me.CBTag2F)
- Me.GroupBox46.Controls.Add(Me.CBTag1Futa)
- Me.GroupBox46.Controls.Add(Me.CBTag1M)
- Me.GroupBox46.Controls.Add(Me.CBTag1F)
- Me.GroupBox46.Controls.Add(Me.CBTag3F)
- Me.GroupBox46.Location = New System.Drawing.Point(230, 37)
- Me.GroupBox46.Name = "GroupBox46"
- Me.GroupBox46.Size = New System.Drawing.Size(105, 358)
- Me.GroupBox46.TabIndex = 234
- Me.GroupBox46.TabStop = False
- Me.GroupBox46.Text = "Genders && Roles"
+ Me.CBTagCowgirl.AutoSize = True
+ Me.CBTagCowgirl.Enabled = False
+ Me.CBTagCowgirl.ForeColor = System.Drawing.Color.Black
+ Me.CBTagCowgirl.Location = New System.Drawing.Point(15, 237)
+ Me.CBTagCowgirl.Name = "CBTagCowgirl"
+ Me.CBTagCowgirl.Size = New System.Drawing.Size(60, 17)
+ Me.CBTagCowgirl.TabIndex = 214
+ Me.CBTagCowgirl.Text = "Cowgirl"
+ Me.CBTagCowgirl.UseVisualStyleBackColor = True
'
- 'CBTagMultiSub
+ 'CBTagDoggyStyle
'
- Me.CBTagMultiSub.AutoSize = True
- Me.CBTagMultiSub.Enabled = False
- Me.CBTagMultiSub.ForeColor = System.Drawing.Color.Black
- Me.CBTagMultiSub.Location = New System.Drawing.Point(15, 337)
- Me.CBTagMultiSub.Name = "CBTagMultiSub"
- Me.CBTagMultiSub.Size = New System.Drawing.Size(70, 17)
- Me.CBTagMultiSub.TabIndex = 207
- Me.CBTagMultiSub.Text = "Multi-Sub"
- Me.CBTagMultiSub.UseVisualStyleBackColor = True
+ Me.CBTagDoggyStyle.AutoSize = True
+ Me.CBTagDoggyStyle.Enabled = False
+ Me.CBTagDoggyStyle.ForeColor = System.Drawing.Color.Black
+ Me.CBTagDoggyStyle.Location = New System.Drawing.Point(15, 217)
+ Me.CBTagDoggyStyle.Name = "CBTagDoggyStyle"
+ Me.CBTagDoggyStyle.Size = New System.Drawing.Size(83, 17)
+ Me.CBTagDoggyStyle.TabIndex = 209
+ Me.CBTagDoggyStyle.Text = "Doggy Style"
+ Me.CBTagDoggyStyle.UseVisualStyleBackColor = True
'
- 'CBTagMultiDom
+ 'CBTagTitjob
'
- Me.CBTagMultiDom.AutoSize = True
- Me.CBTagMultiDom.Enabled = False
- Me.CBTagMultiDom.ForeColor = System.Drawing.Color.Black
- Me.CBTagMultiDom.Location = New System.Drawing.Point(15, 317)
- Me.CBTagMultiDom.Name = "CBTagMultiDom"
- Me.CBTagMultiDom.Size = New System.Drawing.Size(73, 17)
- Me.CBTagMultiDom.TabIndex = 230
- Me.CBTagMultiDom.Text = "Multi-Dom"
- Me.CBTagMultiDom.UseVisualStyleBackColor = True
+ Me.CBTagTitjob.AutoSize = True
+ Me.CBTagTitjob.Enabled = False
+ Me.CBTagTitjob.ForeColor = System.Drawing.Color.Black
+ Me.CBTagTitjob.Location = New System.Drawing.Point(15, 117)
+ Me.CBTagTitjob.Name = "CBTagTitjob"
+ Me.CBTagTitjob.Size = New System.Drawing.Size(52, 17)
+ Me.CBTagTitjob.TabIndex = 213
+ Me.CBTagTitjob.Text = "Titjob"
+ Me.CBTagTitjob.UseVisualStyleBackColor = True
'
- 'CBTagFemdom
+ 'CBTagCunnilingus
'
- Me.CBTagFemdom.AutoSize = True
- Me.CBTagFemdom.Enabled = False
- Me.CBTagFemdom.ForeColor = System.Drawing.Color.Black
- Me.CBTagFemdom.Location = New System.Drawing.Point(15, 197)
- Me.CBTagFemdom.Name = "CBTagFemdom"
- Me.CBTagFemdom.Size = New System.Drawing.Size(66, 17)
- Me.CBTagFemdom.TabIndex = 229
- Me.CBTagFemdom.Text = "Femdom"
- Me.CBTagFemdom.UseVisualStyleBackColor = True
+ Me.CBTagCunnilingus.AutoSize = True
+ Me.CBTagCunnilingus.Enabled = False
+ Me.CBTagCunnilingus.ForeColor = System.Drawing.Color.Black
+ Me.CBTagCunnilingus.Location = New System.Drawing.Point(15, 97)
+ Me.CBTagCunnilingus.Name = "CBTagCunnilingus"
+ Me.CBTagCunnilingus.Size = New System.Drawing.Size(80, 17)
+ Me.CBTagCunnilingus.TabIndex = 210
+ Me.CBTagCunnilingus.Text = "Cunnilingus"
+ Me.CBTagCunnilingus.UseVisualStyleBackColor = True
'
- 'CBTag2M
+ 'CBTagAnalSex
'
- Me.CBTag2M.AutoSize = True
- Me.CBTag2M.Enabled = False
- Me.CBTag2M.ForeColor = System.Drawing.Color.Black
- Me.CBTag2M.Location = New System.Drawing.Point(15, 97)
- Me.CBTag2M.Name = "CBTag2M"
- Me.CBTag2M.Size = New System.Drawing.Size(56, 17)
- Me.CBTag2M.TabIndex = 206
- Me.CBTag2M.Text = "2 Men"
- Me.CBTag2M.UseVisualStyleBackColor = True
+ Me.CBTagAnalSex.AutoSize = True
+ Me.CBTagAnalSex.Enabled = False
+ Me.CBTagAnalSex.ForeColor = System.Drawing.Color.Black
+ Me.CBTagAnalSex.Location = New System.Drawing.Point(15, 297)
+ Me.CBTagAnalSex.Name = "CBTagAnalSex"
+ Me.CBTagAnalSex.Size = New System.Drawing.Size(68, 17)
+ Me.CBTagAnalSex.TabIndex = 212
+ Me.CBTagAnalSex.Text = "Anal Sex"
+ Me.CBTagAnalSex.UseVisualStyleBackColor = True
'
- 'CBTagFutadom
+ 'GroupBox48
+ '
+ Me.GroupBox48.Controls.Add(Me.CBTagArtwork)
+ Me.GroupBox48.Controls.Add(Me.CBTagOutdoors)
+ Me.GroupBox48.Controls.Add(Me.CBTagPOV)
+ Me.GroupBox48.Controls.Add(Me.CBTagHardcore)
+ Me.GroupBox48.Controls.Add(Me.CBTagTD)
+ Me.GroupBox48.Controls.Add(Me.CBTagGay)
+ Me.GroupBox48.Controls.Add(Me.CBTagBath)
+ Me.GroupBox48.Controls.Add(Me.CBTagBisexual)
+ Me.GroupBox48.Controls.Add(Me.CBTagCFNM)
+ Me.GroupBox48.Controls.Add(Me.CBTagLesbian)
+ Me.GroupBox48.Controls.Add(Me.CBTagSoloFuta)
+ Me.GroupBox48.Controls.Add(Me.CBTagSM)
+ Me.GroupBox48.Controls.Add(Me.CBTagBondage)
+ Me.GroupBox48.Controls.Add(Me.CBTagSoloM)
+ Me.GroupBox48.Controls.Add(Me.CBTagSoloF)
+ Me.GroupBox48.Controls.Add(Me.CBTagChastity)
+ Me.GroupBox48.Controls.Add(Me.CBTagShower)
+ Me.GroupBox48.Location = New System.Drawing.Point(8, 37)
+ Me.GroupBox48.Name = "GroupBox48"
+ Me.GroupBox48.Size = New System.Drawing.Size(105, 358)
+ Me.GroupBox48.TabIndex = 235
+ Me.GroupBox48.TabStop = False
+ Me.GroupBox48.Text = "Category"
'
- Me.CBTagFutadom.AutoSize = True
- Me.CBTagFutadom.Enabled = False
- Me.CBTagFutadom.ForeColor = System.Drawing.Color.Black
- Me.CBTagFutadom.Location = New System.Drawing.Point(15, 237)
- Me.CBTagFutadom.Name = "CBTagFutadom"
- Me.CBTagFutadom.Size = New System.Drawing.Size(67, 17)
- Me.CBTagFutadom.TabIndex = 204
- Me.CBTagFutadom.Text = "Futadom"
- Me.CBTagFutadom.UseVisualStyleBackColor = True
+ 'CBTagArtwork
'
- 'CBTagFemsub
+ Me.CBTagArtwork.AutoSize = True
+ Me.CBTagArtwork.Enabled = False
+ Me.CBTagArtwork.ForeColor = System.Drawing.Color.Black
+ Me.CBTagArtwork.Location = New System.Drawing.Point(15, 337)
+ Me.CBTagArtwork.Name = "CBTagArtwork"
+ Me.CBTagArtwork.Size = New System.Drawing.Size(62, 17)
+ Me.CBTagArtwork.TabIndex = 225
+ Me.CBTagArtwork.Text = "Artwork"
+ Me.CBTagArtwork.UseVisualStyleBackColor = True
'
- Me.CBTagFemsub.AutoSize = True
- Me.CBTagFemsub.Enabled = False
- Me.CBTagFemsub.ForeColor = System.Drawing.Color.Black
- Me.CBTagFemsub.Location = New System.Drawing.Point(15, 257)
- Me.CBTagFemsub.Name = "CBTagFemsub"
- Me.CBTagFemsub.Size = New System.Drawing.Size(63, 17)
- Me.CBTagFemsub.TabIndex = 205
- Me.CBTagFemsub.Text = "Femsub"
- Me.CBTagFemsub.UseVisualStyleBackColor = True
+ 'CBTagOutdoors
'
- 'CBTag2Futa
+ Me.CBTagOutdoors.AutoSize = True
+ Me.CBTagOutdoors.Enabled = False
+ Me.CBTagOutdoors.ForeColor = System.Drawing.Color.Black
+ Me.CBTagOutdoors.Location = New System.Drawing.Point(15, 317)
+ Me.CBTagOutdoors.Name = "CBTagOutdoors"
+ Me.CBTagOutdoors.Size = New System.Drawing.Size(69, 17)
+ Me.CBTagOutdoors.TabIndex = 219
+ Me.CBTagOutdoors.Text = "Outdoors"
+ Me.CBTagOutdoors.UseVisualStyleBackColor = True
'
- Me.CBTag2Futa.AutoSize = True
- Me.CBTag2Futa.Enabled = False
- Me.CBTag2Futa.ForeColor = System.Drawing.Color.Black
- Me.CBTag2Futa.Location = New System.Drawing.Point(15, 157)
- Me.CBTag2Futa.Name = "CBTag2Futa"
- Me.CBTag2Futa.Size = New System.Drawing.Size(56, 17)
- Me.CBTag2Futa.TabIndex = 186
- Me.CBTag2Futa.Text = "2 Futa"
- Me.CBTag2Futa.UseVisualStyleBackColor = True
+ 'CBTagPOV
'
- 'CBTagMaledom
+ Me.CBTagPOV.AutoSize = True
+ Me.CBTagPOV.Enabled = False
+ Me.CBTagPOV.ForeColor = System.Drawing.Color.Black
+ Me.CBTagPOV.Location = New System.Drawing.Point(15, 157)
+ Me.CBTagPOV.Name = "CBTagPOV"
+ Me.CBTagPOV.Size = New System.Drawing.Size(48, 17)
+ Me.CBTagPOV.TabIndex = 208
+ Me.CBTagPOV.Text = "POV"
+ Me.CBTagPOV.UseVisualStyleBackColor = True
'
- Me.CBTagMaledom.AutoSize = True
- Me.CBTagMaledom.Enabled = False
- Me.CBTagMaledom.ForeColor = System.Drawing.Color.Black
- Me.CBTagMaledom.Location = New System.Drawing.Point(15, 217)
- Me.CBTagMaledom.Name = "CBTagMaledom"
- Me.CBTagMaledom.Size = New System.Drawing.Size(69, 17)
- Me.CBTagMaledom.TabIndex = 206
- Me.CBTagMaledom.Text = "Maledom"
- Me.CBTagMaledom.UseVisualStyleBackColor = True
+ 'CBTagHardcore
'
- 'CBTag3M
+ Me.CBTagHardcore.AutoSize = True
+ Me.CBTagHardcore.Enabled = False
+ Me.CBTagHardcore.ForeColor = System.Drawing.Color.Black
+ Me.CBTagHardcore.Location = New System.Drawing.Point(15, 17)
+ Me.CBTagHardcore.Name = "CBTagHardcore"
+ Me.CBTagHardcore.Size = New System.Drawing.Size(70, 17)
+ Me.CBTagHardcore.TabIndex = 203
+ Me.CBTagHardcore.Text = "Hardcore"
+ Me.CBTagHardcore.UseVisualStyleBackColor = True
'
- Me.CBTag3M.AutoSize = True
- Me.CBTag3M.Enabled = False
- Me.CBTag3M.ForeColor = System.Drawing.Color.Black
- Me.CBTag3M.Location = New System.Drawing.Point(15, 117)
- Me.CBTag3M.Name = "CBTag3M"
- Me.CBTag3M.Size = New System.Drawing.Size(56, 17)
- Me.CBTag3M.TabIndex = 190
- Me.CBTag3M.Text = "3 Men"
- Me.CBTag3M.UseVisualStyleBackColor = True
+ 'CBTagTD
'
- 'CBTagFutasub
+ Me.CBTagTD.AutoSize = True
+ Me.CBTagTD.Enabled = False
+ Me.CBTagTD.ForeColor = System.Drawing.Color.Black
+ Me.CBTagTD.Location = New System.Drawing.Point(15, 217)
+ Me.CBTagTD.Name = "CBTagTD"
+ Me.CBTagTD.Size = New System.Drawing.Size(47, 17)
+ Me.CBTagTD.TabIndex = 218
+ Me.CBTagTD.Text = "T&&D"
+ Me.CBTagTD.UseVisualStyleBackColor = True
'
- Me.CBTagFutasub.AutoSize = True
- Me.CBTagFutasub.Enabled = False
- Me.CBTagFutasub.ForeColor = System.Drawing.Color.Black
- Me.CBTagFutasub.Location = New System.Drawing.Point(15, 297)
- Me.CBTagFutasub.Name = "CBTagFutasub"
- Me.CBTagFutasub.Size = New System.Drawing.Size(64, 17)
- Me.CBTagFutasub.TabIndex = 213
- Me.CBTagFutasub.Text = "Futasub"
- Me.CBTagFutasub.UseVisualStyleBackColor = True
+ 'CBTagGay
'
- 'CBTag3Futa
+ Me.CBTagGay.AutoSize = True
+ Me.CBTagGay.Enabled = False
+ Me.CBTagGay.ForeColor = System.Drawing.Color.Black
+ Me.CBTagGay.Location = New System.Drawing.Point(15, 57)
+ Me.CBTagGay.Name = "CBTagGay"
+ Me.CBTagGay.Size = New System.Drawing.Size(45, 17)
+ Me.CBTagGay.TabIndex = 204
+ Me.CBTagGay.Text = "Gay"
+ Me.CBTagGay.UseVisualStyleBackColor = True
'
- Me.CBTag3Futa.AutoSize = True
- Me.CBTag3Futa.Enabled = False
- Me.CBTag3Futa.ForeColor = System.Drawing.Color.Black
- Me.CBTag3Futa.Location = New System.Drawing.Point(15, 177)
- Me.CBTag3Futa.Name = "CBTag3Futa"
- Me.CBTag3Futa.Size = New System.Drawing.Size(56, 17)
- Me.CBTag3Futa.TabIndex = 197
- Me.CBTag3Futa.Text = "3 Futa"
- Me.CBTag3Futa.UseVisualStyleBackColor = True
+ 'CBTagBath
'
- 'CBTagMalesub
+ Me.CBTagBath.AutoSize = True
+ Me.CBTagBath.Enabled = False
+ Me.CBTagBath.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBath.Location = New System.Drawing.Point(15, 277)
+ Me.CBTagBath.Name = "CBTagBath"
+ Me.CBTagBath.Size = New System.Drawing.Size(48, 17)
+ Me.CBTagBath.TabIndex = 217
+ Me.CBTagBath.Text = "Bath"
+ Me.CBTagBath.UseVisualStyleBackColor = True
'
- Me.CBTagMalesub.AutoSize = True
- Me.CBTagMalesub.Enabled = False
- Me.CBTagMalesub.ForeColor = System.Drawing.Color.Black
- Me.CBTagMalesub.Location = New System.Drawing.Point(15, 277)
- Me.CBTagMalesub.Name = "CBTagMalesub"
- Me.CBTagMalesub.Size = New System.Drawing.Size(66, 17)
- Me.CBTagMalesub.TabIndex = 210
- Me.CBTagMalesub.Text = "Malesub"
- Me.CBTagMalesub.UseVisualStyleBackColor = True
+ 'CBTagBisexual
'
- 'CBTag2F
+ Me.CBTagBisexual.AutoSize = True
+ Me.CBTagBisexual.Enabled = False
+ Me.CBTagBisexual.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBisexual.Location = New System.Drawing.Point(15, 77)
+ Me.CBTagBisexual.Name = "CBTagBisexual"
+ Me.CBTagBisexual.Size = New System.Drawing.Size(65, 17)
+ Me.CBTagBisexual.TabIndex = 205
+ Me.CBTagBisexual.Text = "Bisexual"
+ Me.CBTagBisexual.UseVisualStyleBackColor = True
'
- Me.CBTag2F.AutoSize = True
- Me.CBTag2F.Enabled = False
- Me.CBTag2F.ForeColor = System.Drawing.Color.Black
- Me.CBTag2F.Location = New System.Drawing.Point(15, 37)
- Me.CBTag2F.Name = "CBTag2F"
- Me.CBTag2F.Size = New System.Drawing.Size(72, 17)
- Me.CBTag2F.TabIndex = 188
- Me.CBTag2F.Text = "2 Women"
- Me.CBTag2F.UseVisualStyleBackColor = True
+ 'CBTagCFNM
'
- 'CBTag1Futa
+ Me.CBTagCFNM.AutoSize = True
+ Me.CBTagCFNM.Enabled = False
+ Me.CBTagCFNM.ForeColor = System.Drawing.Color.Black
+ Me.CBTagCFNM.Location = New System.Drawing.Point(15, 257)
+ Me.CBTagCFNM.Name = "CBTagCFNM"
+ Me.CBTagCFNM.Size = New System.Drawing.Size(56, 17)
+ Me.CBTagCFNM.TabIndex = 216
+ Me.CBTagCFNM.Text = "CFNM"
+ Me.CBTagCFNM.UseVisualStyleBackColor = True
'
- Me.CBTag1Futa.AutoSize = True
- Me.CBTag1Futa.Enabled = False
- Me.CBTag1Futa.ForeColor = System.Drawing.Color.Black
- Me.CBTag1Futa.Location = New System.Drawing.Point(15, 137)
- Me.CBTag1Futa.Name = "CBTag1Futa"
- Me.CBTag1Futa.Size = New System.Drawing.Size(56, 17)
- Me.CBTag1Futa.TabIndex = 191
- Me.CBTag1Futa.Text = "1 Futa"
- Me.CBTag1Futa.UseVisualStyleBackColor = True
+ 'CBTagLesbian
'
- 'CBTag1M
+ Me.CBTagLesbian.AutoSize = True
+ Me.CBTagLesbian.Enabled = False
+ Me.CBTagLesbian.ForeColor = System.Drawing.Color.Black
+ Me.CBTagLesbian.Location = New System.Drawing.Point(15, 37)
+ Me.CBTagLesbian.Name = "CBTagLesbian"
+ Me.CBTagLesbian.Size = New System.Drawing.Size(63, 17)
+ Me.CBTagLesbian.TabIndex = 206
+ Me.CBTagLesbian.Text = "Lesbian"
+ Me.CBTagLesbian.UseVisualStyleBackColor = True
'
- Me.CBTag1M.AutoSize = True
- Me.CBTag1M.Enabled = False
- Me.CBTag1M.ForeColor = System.Drawing.Color.Black
- Me.CBTag1M.Location = New System.Drawing.Point(15, 77)
- Me.CBTag1M.Name = "CBTag1M"
- Me.CBTag1M.Size = New System.Drawing.Size(56, 17)
- Me.CBTag1M.TabIndex = 189
- Me.CBTag1M.Text = "1 Man"
- Me.CBTag1M.UseVisualStyleBackColor = True
+ 'CBTagSoloFuta
'
- 'CBTag1F
+ Me.CBTagSoloFuta.AutoSize = True
+ Me.CBTagSoloFuta.Enabled = False
+ Me.CBTagSoloFuta.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSoloFuta.Location = New System.Drawing.Point(15, 137)
+ Me.CBTagSoloFuta.Name = "CBTagSoloFuta"
+ Me.CBTagSoloFuta.Size = New System.Drawing.Size(71, 17)
+ Me.CBTagSoloFuta.TabIndex = 207
+ Me.CBTagSoloFuta.Text = "Solo Futa"
+ Me.CBTagSoloFuta.UseVisualStyleBackColor = True
'
- Me.CBTag1F.AutoSize = True
- Me.CBTag1F.Enabled = False
- Me.CBTag1F.ForeColor = System.Drawing.Color.Black
- Me.CBTag1F.Location = New System.Drawing.Point(15, 17)
- Me.CBTag1F.Name = "CBTag1F"
- Me.CBTag1F.Size = New System.Drawing.Size(72, 17)
- Me.CBTag1F.TabIndex = 185
- Me.CBTag1F.Text = "1 Woman"
- Me.CBTag1F.UseVisualStyleBackColor = True
+ 'CBTagSM
'
- 'CBTag3F
+ Me.CBTagSM.AutoSize = True
+ Me.CBTagSM.Enabled = False
+ Me.CBTagSM.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSM.Location = New System.Drawing.Point(15, 197)
+ Me.CBTagSM.Name = "CBTagSM"
+ Me.CBTagSM.Size = New System.Drawing.Size(48, 17)
+ Me.CBTagSM.TabIndex = 214
+ Me.CBTagSM.Text = "S&&M"
+ Me.CBTagSM.UseVisualStyleBackColor = True
'
- Me.CBTag3F.AutoSize = True
- Me.CBTag3F.Enabled = False
- Me.CBTag3F.ForeColor = System.Drawing.Color.Black
- Me.CBTag3F.Location = New System.Drawing.Point(15, 57)
- Me.CBTag3F.Name = "CBTag3F"
- Me.CBTag3F.Size = New System.Drawing.Size(72, 17)
- Me.CBTag3F.TabIndex = 192
- Me.CBTag3F.Text = "3 Women"
- Me.CBTag3F.UseVisualStyleBackColor = True
+ 'CBTagBondage
'
- 'GroupBox54
+ Me.CBTagBondage.AutoSize = True
+ Me.CBTagBondage.Enabled = False
+ Me.CBTagBondage.ForeColor = System.Drawing.Color.Black
+ Me.CBTagBondage.Location = New System.Drawing.Point(15, 177)
+ Me.CBTagBondage.Name = "CBTagBondage"
+ Me.CBTagBondage.Size = New System.Drawing.Size(69, 17)
+ Me.CBTagBondage.TabIndex = 209
+ Me.CBTagBondage.Text = "Bondage"
+ Me.CBTagBondage.UseVisualStyleBackColor = True
'
- Me.GroupBox54.Controls.Add(Me.CBTagTattoos)
- Me.GroupBox54.Controls.Add(Me.CBTagAnalToy)
- Me.GroupBox54.Controls.Add(Me.CBTagDomme)
- Me.GroupBox54.Controls.Add(Me.CBTagPocketPussy)
- Me.GroupBox54.Controls.Add(Me.CBTagWatersports)
- Me.GroupBox54.Controls.Add(Me.CBTagStockings)
- Me.GroupBox54.Controls.Add(Me.CBTagCumshot)
- Me.GroupBox54.Controls.Add(Me.CBTagCumEating)
- Me.GroupBox54.Controls.Add(Me.CBTagVibrator)
- Me.GroupBox54.Controls.Add(Me.CBTagDildo)
- Me.GroupBox54.Controls.Add(Me.CBTagKissing)
- Me.GroupBox54.Location = New System.Drawing.Point(561, 37)
- Me.GroupBox54.Name = "GroupBox54"
- Me.GroupBox54.Size = New System.Drawing.Size(135, 238)
- Me.GroupBox54.TabIndex = 239
- Me.GroupBox54.TabStop = False
- Me.GroupBox54.Text = "Misc"
+ 'CBTagSoloM
'
- 'CBTagTattoos
+ Me.CBTagSoloM.AutoSize = True
+ Me.CBTagSoloM.Enabled = False
+ Me.CBTagSoloM.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSoloM.Location = New System.Drawing.Point(15, 117)
+ Me.CBTagSoloM.Name = "CBTagSoloM"
+ Me.CBTagSoloM.Size = New System.Drawing.Size(59, 17)
+ Me.CBTagSoloM.TabIndex = 213
+ Me.CBTagSoloM.Text = "Solo M"
+ Me.CBTagSoloM.UseVisualStyleBackColor = True
'
- Me.CBTagTattoos.AutoSize = True
- Me.CBTagTattoos.Enabled = False
- Me.CBTagTattoos.ForeColor = System.Drawing.Color.Black
- Me.CBTagTattoos.Location = New System.Drawing.Point(15, 97)
- Me.CBTagTattoos.Name = "CBTagTattoos"
- Me.CBTagTattoos.Size = New System.Drawing.Size(62, 17)
- Me.CBTagTattoos.TabIndex = 214
- Me.CBTagTattoos.Text = "Tattoos"
- Me.CBTagTattoos.UseVisualStyleBackColor = True
+ 'CBTagSoloF
'
- 'CBTagAnalToy
+ Me.CBTagSoloF.AutoSize = True
+ Me.CBTagSoloF.Enabled = False
+ Me.CBTagSoloF.ForeColor = System.Drawing.Color.Black
+ Me.CBTagSoloF.Location = New System.Drawing.Point(15, 97)
+ Me.CBTagSoloF.Name = "CBTagSoloF"
+ Me.CBTagSoloF.Size = New System.Drawing.Size(56, 17)
+ Me.CBTagSoloF.TabIndex = 210
+ Me.CBTagSoloF.Text = "Solo F"
+ Me.CBTagSoloF.UseVisualStyleBackColor = True
'
- Me.CBTagAnalToy.AutoSize = True
- Me.CBTagAnalToy.Enabled = False
- Me.CBTagAnalToy.ForeColor = System.Drawing.Color.Black
- Me.CBTagAnalToy.Location = New System.Drawing.Point(15, 197)
- Me.CBTagAnalToy.Name = "CBTagAnalToy"
- Me.CBTagAnalToy.Size = New System.Drawing.Size(68, 17)
- Me.CBTagAnalToy.TabIndex = 215
- Me.CBTagAnalToy.Text = "Anal Toy"
- Me.CBTagAnalToy.UseVisualStyleBackColor = True
+ 'CBTagChastity
'
- 'CBTagDomme
+ Me.CBTagChastity.AutoSize = True
+ Me.CBTagChastity.Enabled = False
+ Me.CBTagChastity.ForeColor = System.Drawing.Color.Black
+ Me.CBTagChastity.Location = New System.Drawing.Point(15, 237)
+ Me.CBTagChastity.Name = "CBTagChastity"
+ Me.CBTagChastity.Size = New System.Drawing.Size(63, 17)
+ Me.CBTagChastity.TabIndex = 212
+ Me.CBTagChastity.Text = "Chastity"
+ Me.CBTagChastity.UseVisualStyleBackColor = True
'
- Me.CBTagDomme.AutoSize = True
- Me.CBTagDomme.Enabled = False
- Me.CBTagDomme.ForeColor = System.Drawing.Color.Black
- Me.CBTagDomme.Location = New System.Drawing.Point(15, 17)
- Me.CBTagDomme.Name = "CBTagDomme"
- Me.CBTagDomme.Size = New System.Drawing.Size(114, 17)
- Me.CBTagDomme.TabIndex = 219
- Me.CBTagDomme.Text = "Tease A.I. Domme"
- Me.CBTagDomme.UseVisualStyleBackColor = True
+ 'CBTagShower
'
- 'CBTagPocketPussy
+ Me.CBTagShower.AutoSize = True
+ Me.CBTagShower.Enabled = False
+ Me.CBTagShower.ForeColor = System.Drawing.Color.Black
+ Me.CBTagShower.Location = New System.Drawing.Point(15, 297)
+ Me.CBTagShower.Name = "CBTagShower"
+ Me.CBTagShower.Size = New System.Drawing.Size(62, 17)
+ Me.CBTagShower.TabIndex = 211
+ Me.CBTagShower.Text = "Shower"
+ Me.CBTagShower.UseVisualStyleBackColor = True
'
- Me.CBTagPocketPussy.AutoSize = True
- Me.CBTagPocketPussy.Enabled = False
- Me.CBTagPocketPussy.ForeColor = System.Drawing.Color.Black
- Me.CBTagPocketPussy.Location = New System.Drawing.Point(15, 177)
- Me.CBTagPocketPussy.Name = "CBTagPocketPussy"
- Me.CBTagPocketPussy.Size = New System.Drawing.Size(91, 17)
- Me.CBTagPocketPussy.TabIndex = 205
- Me.CBTagPocketPussy.Text = "Pocket Pussy"
- Me.CBTagPocketPussy.UseVisualStyleBackColor = True
+ 'TBLocalTagDir
'
- 'CBTagWatersports
+ Me.TBLocalTagDir.Location = New System.Drawing.Point(55, 9)
+ Me.TBLocalTagDir.Name = "TBLocalTagDir"
+ Me.TBLocalTagDir.Size = New System.Drawing.Size(330, 20)
+ Me.TBLocalTagDir.TabIndex = 233
+ Me.TBLocalTagDir.Text = "Enter Image Directory"
'
- Me.CBTagWatersports.AutoSize = True
- Me.CBTagWatersports.Enabled = False
- Me.CBTagWatersports.ForeColor = System.Drawing.Color.Black
- Me.CBTagWatersports.Location = New System.Drawing.Point(15, 217)
- Me.CBTagWatersports.Name = "CBTagWatersports"
- Me.CBTagWatersports.Size = New System.Drawing.Size(83, 17)
- Me.CBTagWatersports.TabIndex = 218
- Me.CBTagWatersports.Text = "Watersports"
- Me.CBTagWatersports.UseVisualStyleBackColor = True
+ 'BTNLocalTagPrevious
'
- 'CBTagStockings
+ Me.BTNLocalTagPrevious.BackColor = System.Drawing.Color.LightGray
+ Me.BTNLocalTagPrevious.Enabled = False
+ Me.BTNLocalTagPrevious.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNLocalTagPrevious.ForeColor = System.Drawing.Color.Black
+ Me.BTNLocalTagPrevious.Location = New System.Drawing.Point(391, 8)
+ Me.BTNLocalTagPrevious.Name = "BTNLocalTagPrevious"
+ Me.BTNLocalTagPrevious.Size = New System.Drawing.Size(47, 24)
+ Me.BTNLocalTagPrevious.TabIndex = 232
+ Me.BTNLocalTagPrevious.Text = "<<"
+ Me.BTNLocalTagPrevious.UseVisualStyleBackColor = False
'
- Me.CBTagStockings.AutoSize = True
- Me.CBTagStockings.Enabled = False
- Me.CBTagStockings.ForeColor = System.Drawing.Color.Black
- Me.CBTagStockings.Location = New System.Drawing.Point(15, 117)
- Me.CBTagStockings.Name = "CBTagStockings"
- Me.CBTagStockings.Size = New System.Drawing.Size(73, 17)
- Me.CBTagStockings.TabIndex = 217
- Me.CBTagStockings.Text = "Stockings"
- Me.CBTagStockings.UseVisualStyleBackColor = True
+ 'BTNLocalTagNext
'
- 'CBTagCumshot
+ Me.BTNLocalTagNext.BackColor = System.Drawing.Color.LightGray
+ Me.BTNLocalTagNext.Enabled = False
+ Me.BTNLocalTagNext.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNLocalTagNext.ForeColor = System.Drawing.Color.Black
+ Me.BTNLocalTagNext.Location = New System.Drawing.Point(560, 8)
+ Me.BTNLocalTagNext.Name = "BTNLocalTagNext"
+ Me.BTNLocalTagNext.Size = New System.Drawing.Size(47, 24)
+ Me.BTNLocalTagNext.TabIndex = 231
+ Me.BTNLocalTagNext.Text = ">>"
+ Me.BTNLocalTagNext.UseVisualStyleBackColor = False
'
- Me.CBTagCumshot.AutoSize = True
- Me.CBTagCumshot.Enabled = False
- Me.CBTagCumshot.ForeColor = System.Drawing.Color.Black
- Me.CBTagCumshot.Location = New System.Drawing.Point(15, 37)
- Me.CBTagCumshot.Name = "CBTagCumshot"
- Me.CBTagCumshot.Size = New System.Drawing.Size(67, 17)
- Me.CBTagCumshot.TabIndex = 206
- Me.CBTagCumshot.Text = "Cumshot"
- Me.CBTagCumshot.UseVisualStyleBackColor = True
+ 'LBLLocalTagCount
'
- 'CBTagCumEating
+ Me.LBLLocalTagCount.BackColor = System.Drawing.Color.Transparent
+ Me.LBLLocalTagCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLLocalTagCount.Enabled = False
+ Me.LBLLocalTagCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLLocalTagCount.ForeColor = System.Drawing.Color.Black
+ Me.LBLLocalTagCount.Location = New System.Drawing.Point(444, 10)
+ Me.LBLLocalTagCount.Name = "LBLLocalTagCount"
+ Me.LBLLocalTagCount.Size = New System.Drawing.Size(110, 20)
+ Me.LBLLocalTagCount.TabIndex = 230
+ Me.LBLLocalTagCount.Text = "0/0"
+ Me.LBLLocalTagCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.CBTagCumEating.AutoSize = True
- Me.CBTagCumEating.Enabled = False
- Me.CBTagCumEating.ForeColor = System.Drawing.Color.Black
- Me.CBTagCumEating.Location = New System.Drawing.Point(15, 57)
- Me.CBTagCumEating.Name = "CBTagCumEating"
- Me.CBTagCumEating.Size = New System.Drawing.Size(80, 17)
- Me.CBTagCumEating.TabIndex = 204
- Me.CBTagCumEating.Text = "Cum Eating"
- Me.CBTagCumEating.UseVisualStyleBackColor = True
+ 'BTNLocalTagSave
'
- 'CBTagVibrator
+ Me.BTNLocalTagSave.Enabled = False
+ Me.BTNLocalTagSave.Location = New System.Drawing.Point(613, 9)
+ Me.BTNLocalTagSave.Name = "BTNLocalTagSave"
+ Me.BTNLocalTagSave.Size = New System.Drawing.Size(83, 23)
+ Me.BTNLocalTagSave.TabIndex = 229
+ Me.BTNLocalTagSave.Text = "Finished"
+ Me.BTNLocalTagSave.UseVisualStyleBackColor = True
'
- Me.CBTagVibrator.AutoSize = True
- Me.CBTagVibrator.Enabled = False
- Me.CBTagVibrator.ForeColor = System.Drawing.Color.Black
- Me.CBTagVibrator.Location = New System.Drawing.Point(15, 137)
- Me.CBTagVibrator.Name = "CBTagVibrator"
- Me.CBTagVibrator.Size = New System.Drawing.Size(62, 17)
- Me.CBTagVibrator.TabIndex = 210
- Me.CBTagVibrator.Text = "Vibrator"
- Me.CBTagVibrator.UseVisualStyleBackColor = True
+ 'BTNLocalTagDir
'
- 'CBTagDildo
+ Me.BTNLocalTagDir.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNLocalTagDir.Location = New System.Drawing.Point(6, 8)
+ Me.BTNLocalTagDir.Name = "BTNLocalTagDir"
+ Me.BTNLocalTagDir.Size = New System.Drawing.Size(43, 23)
+ Me.BTNLocalTagDir.TabIndex = 228
+ Me.BTNLocalTagDir.Text = "1"
+ Me.BTNLocalTagDir.UseVisualStyleBackColor = True
'
- Me.CBTagDildo.AutoSize = True
- Me.CBTagDildo.Enabled = False
- Me.CBTagDildo.ForeColor = System.Drawing.Color.Black
- Me.CBTagDildo.Location = New System.Drawing.Point(15, 157)
- Me.CBTagDildo.Name = "CBTagDildo"
- Me.CBTagDildo.Size = New System.Drawing.Size(50, 17)
- Me.CBTagDildo.TabIndex = 213
- Me.CBTagDildo.Text = "Dildo"
- Me.CBTagDildo.UseVisualStyleBackColor = True
+ 'TabPage11
'
- 'CBTagKissing
+ Me.TabPage11.BackColor = System.Drawing.Color.Silver
+ Me.TabPage11.Controls.Add(Me.Panel7)
+ Me.TabPage11.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage11.Name = "TabPage11"
+ Me.TabPage11.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage11.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage11.TabIndex = 10
+ Me.TabPage11.Text = "URL Files"
'
- Me.CBTagKissing.AutoSize = True
- Me.CBTagKissing.Enabled = False
- Me.CBTagKissing.ForeColor = System.Drawing.Color.Black
- Me.CBTagKissing.Location = New System.Drawing.Point(15, 77)
- Me.CBTagKissing.Name = "CBTagKissing"
- Me.CBTagKissing.Size = New System.Drawing.Size(59, 17)
- Me.CBTagKissing.TabIndex = 203
- Me.CBTagKissing.Text = "Kissing"
- Me.CBTagKissing.UseVisualStyleBackColor = True
+ 'Panel7
+ '
+ Me.Panel7.BackColor = System.Drawing.Color.LightGray
+ Me.Panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel7.Controls.Add(Me.BTNWIContinue)
+ Me.Panel7.Controls.Add(Me.BTNWIAddandContinue)
+ Me.Panel7.Controls.Add(Me.BTNWICancel)
+ Me.Panel7.Controls.Add(Me.CBWIReview)
+ Me.Panel7.Controls.Add(Me.BTNWIBrowse)
+ Me.Panel7.Controls.Add(Me.TBWIDirectory)
+ Me.Panel7.Controls.Add(Me.BTNWIDisliked)
+ Me.Panel7.Controls.Add(Me.BTNWILiked)
+ Me.Panel7.Controls.Add(Me.BTNWIRemove)
+ Me.Panel7.Controls.Add(Me.CBWISaveToDisk)
+ Me.Panel7.Controls.Add(Me.PictureBox5)
+ Me.Panel7.Controls.Add(Me.WebImageProgressBar)
+ Me.Panel7.Controls.Add(Me.BTNWICreateURL)
+ Me.Panel7.Controls.Add(Me.LBLWebImageCount)
+ Me.Panel7.Controls.Add(Me.BTNWISave)
+ Me.Panel7.Controls.Add(Me.BTNWIOpenURL)
+ Me.Panel7.Controls.Add(Me.BTNWIPrevious)
+ Me.Panel7.Controls.Add(Me.BTNWINext)
+ Me.Panel7.Controls.Add(Me.WebPictureBox)
+ Me.Panel7.Controls.Add(Me.Label71)
+ Me.Panel7.Location = New System.Drawing.Point(6, 6)
+ Me.Panel7.Name = "Panel7"
+ Me.Panel7.Size = New System.Drawing.Size(708, 437)
+ Me.Panel7.TabIndex = 91
'
- 'GroupBox51
+ 'BTNWIContinue
'
- Me.GroupBox51.Controls.Add(Me.CBTagBallTorture)
- Me.GroupBox51.Controls.Add(Me.CBTagGag)
- Me.GroupBox51.Controls.Add(Me.CBTagBlindfold)
- Me.GroupBox51.Controls.Add(Me.CBTagWhipping)
- Me.GroupBox51.Controls.Add(Me.CBTagCockTorture)
- Me.GroupBox51.Controls.Add(Me.CBTagElectro)
- Me.GroupBox51.Controls.Add(Me.CBTagHotWax)
- Me.GroupBox51.Controls.Add(Me.CBTagClamps)
- Me.GroupBox51.Controls.Add(Me.CBTagStrapon)
- Me.GroupBox51.Controls.Add(Me.CBTagSpanking)
- Me.GroupBox51.Controls.Add(Me.CBTagNeedles)
- Me.GroupBox51.Location = New System.Drawing.Point(450, 37)
- Me.GroupBox51.Name = "GroupBox51"
- Me.GroupBox51.Size = New System.Drawing.Size(105, 238)
- Me.GroupBox51.TabIndex = 238
- Me.GroupBox51.TabStop = False
- Me.GroupBox51.Text = "BDSM"
+ Me.BTNWIContinue.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWIContinue.Enabled = False
+ Me.BTNWIContinue.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWIContinue.ForeColor = System.Drawing.Color.Black
+ Me.BTNWIContinue.Location = New System.Drawing.Point(566, 158)
+ Me.BTNWIContinue.Name = "BTNWIContinue"
+ Me.BTNWIContinue.Size = New System.Drawing.Size(131, 24)
+ Me.BTNWIContinue.TabIndex = 168
+ Me.BTNWIContinue.Text = "Continue"
+ Me.BTNWIContinue.UseVisualStyleBackColor = False
'
- 'CBTagBallTorture
+ 'BTNWIAddandContinue
'
- Me.CBTagBallTorture.AutoSize = True
- Me.CBTagBallTorture.Enabled = False
- Me.CBTagBallTorture.ForeColor = System.Drawing.Color.Black
- Me.CBTagBallTorture.Location = New System.Drawing.Point(15, 77)
- Me.CBTagBallTorture.Name = "CBTagBallTorture"
- Me.CBTagBallTorture.Size = New System.Drawing.Size(80, 17)
- Me.CBTagBallTorture.TabIndex = 220
- Me.CBTagBallTorture.Text = "Ball Torture"
- Me.CBTagBallTorture.UseVisualStyleBackColor = True
+ Me.BTNWIAddandContinue.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWIAddandContinue.Enabled = False
+ Me.BTNWIAddandContinue.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWIAddandContinue.ForeColor = System.Drawing.Color.Black
+ Me.BTNWIAddandContinue.Location = New System.Drawing.Point(566, 128)
+ Me.BTNWIAddandContinue.Name = "BTNWIAddandContinue"
+ Me.BTNWIAddandContinue.Size = New System.Drawing.Size(131, 24)
+ Me.BTNWIAddandContinue.TabIndex = 167
+ Me.BTNWIAddandContinue.Text = "Add and Continue"
+ Me.BTNWIAddandContinue.UseVisualStyleBackColor = False
'
- 'CBTagGag
+ 'BTNWICancel
'
- Me.CBTagGag.AutoSize = True
- Me.CBTagGag.Enabled = False
- Me.CBTagGag.ForeColor = System.Drawing.Color.Black
- Me.CBTagGag.Location = New System.Drawing.Point(15, 137)
- Me.CBTagGag.Name = "CBTagGag"
- Me.CBTagGag.Size = New System.Drawing.Size(46, 17)
- Me.CBTagGag.TabIndex = 214
- Me.CBTagGag.Text = "Gag"
- Me.CBTagGag.UseVisualStyleBackColor = True
+ Me.BTNWICancel.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWICancel.Enabled = False
+ Me.BTNWICancel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWICancel.ForeColor = System.Drawing.Color.Black
+ Me.BTNWICancel.Location = New System.Drawing.Point(566, 188)
+ Me.BTNWICancel.Name = "BTNWICancel"
+ Me.BTNWICancel.Size = New System.Drawing.Size(131, 24)
+ Me.BTNWICancel.TabIndex = 166
+ Me.BTNWICancel.Text = "Cancel"
+ Me.BTNWICancel.UseVisualStyleBackColor = False
'
- 'CBTagBlindfold
+ 'CBWIReview
'
- Me.CBTagBlindfold.AutoSize = True
- Me.CBTagBlindfold.Enabled = False
- Me.CBTagBlindfold.ForeColor = System.Drawing.Color.Black
- Me.CBTagBlindfold.Location = New System.Drawing.Point(15, 117)
- Me.CBTagBlindfold.Name = "CBTagBlindfold"
- Me.CBTagBlindfold.Size = New System.Drawing.Size(66, 17)
- Me.CBTagBlindfold.TabIndex = 208
- Me.CBTagBlindfold.Text = "Blindfold"
- Me.CBTagBlindfold.UseVisualStyleBackColor = True
+ Me.CBWIReview.Location = New System.Drawing.Point(567, 69)
+ Me.CBWIReview.Name = "CBWIReview"
+ Me.CBWIReview.Size = New System.Drawing.Size(124, 30)
+ Me.CBWIReview.TabIndex = 165
+ Me.CBWIReview.Text = "Review Each Image"
+ Me.CBWIReview.UseVisualStyleBackColor = True
'
- 'CBTagWhipping
+ 'BTNWIBrowse
'
- Me.CBTagWhipping.AutoSize = True
- Me.CBTagWhipping.Enabled = False
- Me.CBTagWhipping.ForeColor = System.Drawing.Color.Black
- Me.CBTagWhipping.Location = New System.Drawing.Point(15, 17)
- Me.CBTagWhipping.Name = "CBTagWhipping"
- Me.CBTagWhipping.Size = New System.Drawing.Size(71, 17)
- Me.CBTagWhipping.TabIndex = 203
- Me.CBTagWhipping.Text = "Whipping"
- Me.CBTagWhipping.UseVisualStyleBackColor = True
+ Me.BTNWIBrowse.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWIBrowse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWIBrowse.ForeColor = System.Drawing.Color.Black
+ Me.BTNWIBrowse.Location = New System.Drawing.Point(105, 402)
+ Me.BTNWIBrowse.Name = "BTNWIBrowse"
+ Me.BTNWIBrowse.Size = New System.Drawing.Size(50, 24)
+ Me.BTNWIBrowse.TabIndex = 163
+ Me.BTNWIBrowse.Text = "Browse"
+ Me.BTNWIBrowse.UseVisualStyleBackColor = False
'
- 'CBTagCockTorture
+ 'TBWIDirectory
'
- Me.CBTagCockTorture.AutoSize = True
- Me.CBTagCockTorture.Enabled = False
- Me.CBTagCockTorture.ForeColor = System.Drawing.Color.Black
- Me.CBTagCockTorture.Location = New System.Drawing.Point(15, 57)
- Me.CBTagCockTorture.Name = "CBTagCockTorture"
- Me.CBTagCockTorture.Size = New System.Drawing.Size(88, 17)
- Me.CBTagCockTorture.TabIndex = 204
- Me.CBTagCockTorture.Text = "Cock Torture"
- Me.CBTagCockTorture.UseVisualStyleBackColor = True
+ Me.TBWIDirectory.BackColor = System.Drawing.Color.White
+ Me.TBWIDirectory.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TBWIDirectory.ForeColor = System.Drawing.Color.Black
+ Me.TBWIDirectory.Location = New System.Drawing.Point(161, 404)
+ Me.TBWIDirectory.Name = "TBWIDirectory"
+ Me.TBWIDirectory.Size = New System.Drawing.Size(400, 20)
+ Me.TBWIDirectory.TabIndex = 164
+ Me.TBWIDirectory.Text = "Saved Image Directory"
'
- 'CBTagElectro
+ 'BTNWIDisliked
'
- Me.CBTagElectro.AutoSize = True
- Me.CBTagElectro.Enabled = False
- Me.CBTagElectro.ForeColor = System.Drawing.Color.Black
- Me.CBTagElectro.Location = New System.Drawing.Point(15, 217)
- Me.CBTagElectro.Name = "CBTagElectro"
- Me.CBTagElectro.Size = New System.Drawing.Size(59, 17)
- Me.CBTagElectro.TabIndex = 207
- Me.CBTagElectro.Text = "Electro"
- Me.CBTagElectro.UseVisualStyleBackColor = True
+ Me.BTNWIDisliked.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWIDisliked.Enabled = False
+ Me.BTNWIDisliked.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWIDisliked.ForeColor = System.Drawing.Color.Black
+ Me.BTNWIDisliked.Location = New System.Drawing.Point(567, 372)
+ Me.BTNWIDisliked.Name = "BTNWIDisliked"
+ Me.BTNWIDisliked.Size = New System.Drawing.Size(131, 24)
+ Me.BTNWIDisliked.TabIndex = 162
+ Me.BTNWIDisliked.Text = "Add to Disliked Images"
+ Me.BTNWIDisliked.UseVisualStyleBackColor = False
'
- 'CBTagHotWax
+ 'BTNWILiked
'
- Me.CBTagHotWax.AutoSize = True
- Me.CBTagHotWax.Enabled = False
- Me.CBTagHotWax.ForeColor = System.Drawing.Color.Black
- Me.CBTagHotWax.Location = New System.Drawing.Point(15, 177)
- Me.CBTagHotWax.Name = "CBTagHotWax"
- Me.CBTagHotWax.Size = New System.Drawing.Size(68, 17)
- Me.CBTagHotWax.TabIndex = 213
- Me.CBTagHotWax.Text = "Hot Wax"
- Me.CBTagHotWax.UseVisualStyleBackColor = True
+ Me.BTNWILiked.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWILiked.Enabled = False
+ Me.BTNWILiked.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWILiked.ForeColor = System.Drawing.Color.Black
+ Me.BTNWILiked.Location = New System.Drawing.Point(567, 342)
+ Me.BTNWILiked.Name = "BTNWILiked"
+ Me.BTNWILiked.Size = New System.Drawing.Size(131, 24)
+ Me.BTNWILiked.TabIndex = 161
+ Me.BTNWILiked.Text = "Add to Liked Images"
+ Me.BTNWILiked.UseVisualStyleBackColor = False
'
- 'CBTagClamps
+ 'BTNWIRemove
'
- Me.CBTagClamps.AutoSize = True
- Me.CBTagClamps.Enabled = False
- Me.CBTagClamps.ForeColor = System.Drawing.Color.Black
- Me.CBTagClamps.Location = New System.Drawing.Point(15, 157)
- Me.CBTagClamps.Name = "CBTagClamps"
- Me.CBTagClamps.Size = New System.Drawing.Size(60, 17)
- Me.CBTagClamps.TabIndex = 210
- Me.CBTagClamps.Text = "Clamps"
- Me.CBTagClamps.UseVisualStyleBackColor = True
+ Me.BTNWIRemove.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWIRemove.Enabled = False
+ Me.BTNWIRemove.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWIRemove.ForeColor = System.Drawing.Color.Black
+ Me.BTNWIRemove.Location = New System.Drawing.Point(567, 312)
+ Me.BTNWIRemove.Name = "BTNWIRemove"
+ Me.BTNWIRemove.Size = New System.Drawing.Size(131, 24)
+ Me.BTNWIRemove.TabIndex = 160
+ Me.BTNWIRemove.Text = "Remove From URL File"
+ Me.BTNWIRemove.UseVisualStyleBackColor = False
'
- 'CBTagStrapon
+ 'CBWISaveToDisk
'
- Me.CBTagStrapon.AutoSize = True
- Me.CBTagStrapon.Enabled = False
- Me.CBTagStrapon.ForeColor = System.Drawing.Color.Black
- Me.CBTagStrapon.Location = New System.Drawing.Point(15, 97)
- Me.CBTagStrapon.Name = "CBTagStrapon"
- Me.CBTagStrapon.Size = New System.Drawing.Size(66, 17)
- Me.CBTagStrapon.TabIndex = 205
- Me.CBTagStrapon.Text = "Strap-on"
- Me.CBTagStrapon.UseVisualStyleBackColor = True
+ Me.CBWISaveToDisk.Location = New System.Drawing.Point(567, 95)
+ Me.CBWISaveToDisk.Name = "CBWISaveToDisk"
+ Me.CBWISaveToDisk.Size = New System.Drawing.Size(124, 30)
+ Me.CBWISaveToDisk.TabIndex = 157
+ Me.CBWISaveToDisk.Text = "Save Images to Disk"
+ Me.CBWISaveToDisk.UseVisualStyleBackColor = True
'
- 'CBTagSpanking
+ 'PictureBox5
'
- Me.CBTagSpanking.AutoSize = True
- Me.CBTagSpanking.Enabled = False
- Me.CBTagSpanking.ForeColor = System.Drawing.Color.Black
- Me.CBTagSpanking.Location = New System.Drawing.Point(15, 37)
- Me.CBTagSpanking.Name = "CBTagSpanking"
- Me.CBTagSpanking.Size = New System.Drawing.Size(71, 17)
- Me.CBTagSpanking.TabIndex = 206
- Me.CBTagSpanking.Text = "Spanking"
- Me.CBTagSpanking.UseVisualStyleBackColor = True
+ Me.PictureBox5.BackColor = System.Drawing.Color.LightGray
+ Me.PictureBox5.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
+ Me.PictureBox5.Location = New System.Drawing.Point(9, 6)
+ Me.PictureBox5.Name = "PictureBox5"
+ Me.PictureBox5.Size = New System.Drawing.Size(160, 19)
+ Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
+ Me.PictureBox5.TabIndex = 156
+ Me.PictureBox5.TabStop = False
'
- 'CBTagNeedles
+ 'WebImageProgressBar
'
- Me.CBTagNeedles.AutoSize = True
- Me.CBTagNeedles.Enabled = False
- Me.CBTagNeedles.ForeColor = System.Drawing.Color.Black
- Me.CBTagNeedles.Location = New System.Drawing.Point(15, 197)
- Me.CBTagNeedles.Name = "CBTagNeedles"
- Me.CBTagNeedles.Size = New System.Drawing.Size(65, 17)
- Me.CBTagNeedles.TabIndex = 209
- Me.CBTagNeedles.Text = "Needles"
- Me.CBTagNeedles.UseVisualStyleBackColor = True
+ Me.WebImageProgressBar.Location = New System.Drawing.Point(567, 218)
+ Me.WebImageProgressBar.Maximum = 2500
+ Me.WebImageProgressBar.Name = "WebImageProgressBar"
+ Me.WebImageProgressBar.Size = New System.Drawing.Size(131, 23)
+ Me.WebImageProgressBar.TabIndex = 155
'
- 'GroupBox50
+ 'BTNWICreateURL
'
- Me.GroupBox50.Controls.Add(Me.CBTagRimming)
- Me.GroupBox50.Controls.Add(Me.CBTagFacesitting)
- Me.GroupBox50.Controls.Add(Me.CBTagMissionary)
- Me.GroupBox50.Controls.Add(Me.CBTagMasturbation)
- Me.GroupBox50.Controls.Add(Me.CBTagRCowgirl)
- Me.GroupBox50.Controls.Add(Me.CBTagFingering)
- Me.GroupBox50.Controls.Add(Me.CBTagGangbang)
- Me.GroupBox50.Controls.Add(Me.CBTagBlowjob)
- Me.GroupBox50.Controls.Add(Me.CBTagDP)
- Me.GroupBox50.Controls.Add(Me.CBTagHandjob)
- Me.GroupBox50.Controls.Add(Me.CBTagStanding)
- Me.GroupBox50.Controls.Add(Me.CBTagFootjob)
- Me.GroupBox50.Controls.Add(Me.CBTagCowgirl)
- Me.GroupBox50.Controls.Add(Me.CBTagDoggyStyle)
- Me.GroupBox50.Controls.Add(Me.CBTagTitjob)
- Me.GroupBox50.Controls.Add(Me.CBTagCunnilingus)
- Me.GroupBox50.Controls.Add(Me.CBTagAnalSex)
- Me.GroupBox50.Location = New System.Drawing.Point(119, 37)
- Me.GroupBox50.Name = "GroupBox50"
- Me.GroupBox50.Size = New System.Drawing.Size(105, 358)
- Me.GroupBox50.TabIndex = 237
- Me.GroupBox50.TabStop = False
- Me.GroupBox50.Text = "Sex"
+ Me.BTNWICreateURL.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWICreateURL.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWICreateURL.ForeColor = System.Drawing.Color.Black
+ Me.BTNWICreateURL.Location = New System.Drawing.Point(567, 39)
+ Me.BTNWICreateURL.Name = "BTNWICreateURL"
+ Me.BTNWICreateURL.Size = New System.Drawing.Size(132, 24)
+ Me.BTNWICreateURL.TabIndex = 154
+ Me.BTNWICreateURL.Text = "Create URL File"
+ Me.BTNWICreateURL.UseVisualStyleBackColor = False
'
- 'CBTagRimming
+ 'LBLWebImageCount
'
- Me.CBTagRimming.AutoSize = True
- Me.CBTagRimming.Enabled = False
- Me.CBTagRimming.ForeColor = System.Drawing.Color.Black
- Me.CBTagRimming.Location = New System.Drawing.Point(15, 177)
- Me.CBTagRimming.Name = "CBTagRimming"
- Me.CBTagRimming.Size = New System.Drawing.Size(66, 17)
- Me.CBTagRimming.TabIndex = 219
- Me.CBTagRimming.Text = "Rimming"
- Me.CBTagRimming.UseVisualStyleBackColor = True
+ Me.LBLWebImageCount.BackColor = System.Drawing.Color.Transparent
+ Me.LBLWebImageCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLWebImageCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLWebImageCount.ForeColor = System.Drawing.Color.Black
+ Me.LBLWebImageCount.Location = New System.Drawing.Point(6, 404)
+ Me.LBLWebImageCount.Name = "LBLWebImageCount"
+ Me.LBLWebImageCount.Size = New System.Drawing.Size(93, 21)
+ Me.LBLWebImageCount.TabIndex = 153
+ Me.LBLWebImageCount.Text = "0/0"
+ Me.LBLWebImageCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagFacesitting
+ 'BTNWISave
'
- Me.CBTagFacesitting.AutoSize = True
- Me.CBTagFacesitting.Enabled = False
- Me.CBTagFacesitting.ForeColor = System.Drawing.Color.Black
- Me.CBTagFacesitting.Location = New System.Drawing.Point(15, 157)
- Me.CBTagFacesitting.Name = "CBTagFacesitting"
- Me.CBTagFacesitting.Size = New System.Drawing.Size(77, 17)
- Me.CBTagFacesitting.TabIndex = 226
- Me.CBTagFacesitting.Text = "Facesitting"
- Me.CBTagFacesitting.UseVisualStyleBackColor = True
+ Me.BTNWISave.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWISave.Enabled = False
+ Me.BTNWISave.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWISave.ForeColor = System.Drawing.Color.Black
+ Me.BTNWISave.Location = New System.Drawing.Point(567, 401)
+ Me.BTNWISave.Name = "BTNWISave"
+ Me.BTNWISave.Size = New System.Drawing.Size(131, 24)
+ Me.BTNWISave.TabIndex = 152
+ Me.BTNWISave.Text = "Save Image to Disk"
+ Me.BTNWISave.UseVisualStyleBackColor = False
'
- 'CBTagMissionary
+ 'BTNWIOpenURL
'
- Me.CBTagMissionary.AutoSize = True
- Me.CBTagMissionary.Enabled = False
- Me.CBTagMissionary.ForeColor = System.Drawing.Color.Black
- Me.CBTagMissionary.Location = New System.Drawing.Point(15, 197)
- Me.CBTagMissionary.Name = "CBTagMissionary"
- Me.CBTagMissionary.Size = New System.Drawing.Size(75, 17)
- Me.CBTagMissionary.TabIndex = 208
- Me.CBTagMissionary.Text = "Missionary"
- Me.CBTagMissionary.UseVisualStyleBackColor = True
+ Me.BTNWIOpenURL.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWIOpenURL.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWIOpenURL.ForeColor = System.Drawing.Color.Black
+ Me.BTNWIOpenURL.Location = New System.Drawing.Point(566, 252)
+ Me.BTNWIOpenURL.Name = "BTNWIOpenURL"
+ Me.BTNWIOpenURL.Size = New System.Drawing.Size(132, 24)
+ Me.BTNWIOpenURL.TabIndex = 151
+ Me.BTNWIOpenURL.Text = "Open URL File"
+ Me.BTNWIOpenURL.UseVisualStyleBackColor = False
'
- 'CBTagMasturbation
+ 'BTNWIPrevious
'
- Me.CBTagMasturbation.AutoSize = True
- Me.CBTagMasturbation.Enabled = False
- Me.CBTagMasturbation.ForeColor = System.Drawing.Color.Black
- Me.CBTagMasturbation.Location = New System.Drawing.Point(15, 17)
- Me.CBTagMasturbation.Name = "CBTagMasturbation"
- Me.CBTagMasturbation.Size = New System.Drawing.Size(87, 17)
- Me.CBTagMasturbation.TabIndex = 203
- Me.CBTagMasturbation.Text = "Masturbation"
- Me.CBTagMasturbation.UseVisualStyleBackColor = True
+ Me.BTNWIPrevious.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWIPrevious.Enabled = False
+ Me.BTNWIPrevious.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWIPrevious.ForeColor = System.Drawing.Color.Black
+ Me.BTNWIPrevious.Location = New System.Drawing.Point(567, 282)
+ Me.BTNWIPrevious.Name = "BTNWIPrevious"
+ Me.BTNWIPrevious.Size = New System.Drawing.Size(47, 24)
+ Me.BTNWIPrevious.TabIndex = 149
+ Me.BTNWIPrevious.Text = "<<"
+ Me.BTNWIPrevious.UseVisualStyleBackColor = False
'
- 'CBTagRCowgirl
+ 'BTNWINext
'
- Me.CBTagRCowgirl.AutoSize = True
- Me.CBTagRCowgirl.Enabled = False
- Me.CBTagRCowgirl.ForeColor = System.Drawing.Color.Black
- Me.CBTagRCowgirl.Location = New System.Drawing.Point(15, 257)
- Me.CBTagRCowgirl.Name = "CBTagRCowgirl"
- Me.CBTagRCowgirl.Size = New System.Drawing.Size(74, 17)
- Me.CBTagRCowgirl.TabIndex = 218
- Me.CBTagRCowgirl.Text = "R. Cowgirl"
- Me.CBTagRCowgirl.UseVisualStyleBackColor = True
+ Me.BTNWINext.BackColor = System.Drawing.Color.LightGray
+ Me.BTNWINext.Enabled = False
+ Me.BTNWINext.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNWINext.ForeColor = System.Drawing.Color.Black
+ Me.BTNWINext.Location = New System.Drawing.Point(651, 282)
+ Me.BTNWINext.Name = "BTNWINext"
+ Me.BTNWINext.Size = New System.Drawing.Size(47, 24)
+ Me.BTNWINext.TabIndex = 150
+ Me.BTNWINext.Text = ">>"
+ Me.BTNWINext.UseVisualStyleBackColor = False
'
- 'CBTagFingering
+ 'WebPictureBox
'
- Me.CBTagFingering.AutoSize = True
- Me.CBTagFingering.Enabled = False
- Me.CBTagFingering.ForeColor = System.Drawing.Color.Black
- Me.CBTagFingering.Location = New System.Drawing.Point(15, 57)
- Me.CBTagFingering.Name = "CBTagFingering"
- Me.CBTagFingering.Size = New System.Drawing.Size(69, 17)
- Me.CBTagFingering.TabIndex = 204
- Me.CBTagFingering.Text = "Fingering"
- Me.CBTagFingering.UseVisualStyleBackColor = True
+ Me.WebPictureBox.BackColor = System.Drawing.Color.Black
+ Me.WebPictureBox.Location = New System.Drawing.Point(6, 38)
+ Me.WebPictureBox.Name = "WebPictureBox"
+ Me.WebPictureBox.Size = New System.Drawing.Size(555, 358)
+ Me.WebPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
+ Me.WebPictureBox.TabIndex = 148
+ Me.WebPictureBox.TabStop = False
'
- 'CBTagGangbang
+ 'Label71
'
- Me.CBTagGangbang.AutoSize = True
- Me.CBTagGangbang.Enabled = False
- Me.CBTagGangbang.ForeColor = System.Drawing.Color.Black
- Me.CBTagGangbang.Location = New System.Drawing.Point(15, 337)
- Me.CBTagGangbang.Name = "CBTagGangbang"
- Me.CBTagGangbang.Size = New System.Drawing.Size(76, 17)
- Me.CBTagGangbang.TabIndex = 217
- Me.CBTagGangbang.Text = "Gangbang"
- Me.CBTagGangbang.UseVisualStyleBackColor = True
+ Me.Label71.BackColor = System.Drawing.Color.Transparent
+ Me.Label71.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label71.ForeColor = System.Drawing.Color.Black
+ Me.Label71.Location = New System.Drawing.Point(7, 6)
+ Me.Label71.Name = "Label71"
+ Me.Label71.Size = New System.Drawing.Size(692, 21)
+ Me.Label71.TabIndex = 48
+ Me.Label71.Text = "URL Files"
+ Me.Label71.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagBlowjob
+ 'TpVideoSettings
'
- Me.CBTagBlowjob.AutoSize = True
- Me.CBTagBlowjob.Enabled = False
- Me.CBTagBlowjob.ForeColor = System.Drawing.Color.Black
- Me.CBTagBlowjob.Location = New System.Drawing.Point(15, 77)
- Me.CBTagBlowjob.Name = "CBTagBlowjob"
- Me.CBTagBlowjob.Size = New System.Drawing.Size(63, 17)
- Me.CBTagBlowjob.TabIndex = 205
- Me.CBTagBlowjob.Text = "Blowjob"
- Me.CBTagBlowjob.UseVisualStyleBackColor = True
+ Me.TpVideoSettings.BackColor = System.Drawing.Color.Silver
+ Me.TpVideoSettings.Controls.Add(Me.PnlVideoSettings)
+ Me.TpVideoSettings.Location = New System.Drawing.Point(4, 22)
+ Me.TpVideoSettings.Name = "TpVideoSettings"
+ Me.TpVideoSettings.Padding = New System.Windows.Forms.Padding(6)
+ Me.TpVideoSettings.Size = New System.Drawing.Size(720, 448)
+ Me.TpVideoSettings.TabIndex = 2
+ Me.TpVideoSettings.Text = "Video"
'
- 'CBTagDP
+ 'PnlVideoSettings
'
- Me.CBTagDP.AutoSize = True
- Me.CBTagDP.Enabled = False
- Me.CBTagDP.ForeColor = System.Drawing.Color.Black
- Me.CBTagDP.Location = New System.Drawing.Point(15, 317)
- Me.CBTagDP.Name = "CBTagDP"
- Me.CBTagDP.Size = New System.Drawing.Size(41, 17)
- Me.CBTagDP.TabIndex = 216
- Me.CBTagDP.Text = "DP"
- Me.CBTagDP.UseVisualStyleBackColor = True
+ Me.PnlVideoSettings.BackColor = System.Drawing.Color.LightGray
+ Me.PnlVideoSettings.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.PnlVideoSettings.Controls.Add(Me.PbBannerVideoSettings)
+ Me.PnlVideoSettings.Controls.Add(Me.BTNRefreshVideos)
+ Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGeneralD)
+ Me.PnlVideoSettings.Controls.Add(Me.GbxVideoSpecialD)
+ Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGenreD)
+ Me.PnlVideoSettings.Controls.Add(Me.GbxVideoDescription)
+ Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGeneral)
+ Me.PnlVideoSettings.Controls.Add(Me.GbxVideoSpecial)
+ Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGenre)
+ Me.PnlVideoSettings.Controls.Add(Me.LblVideoHeader)
+ Me.PnlVideoSettings.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.PnlVideoSettings.Location = New System.Drawing.Point(6, 6)
+ Me.PnlVideoSettings.Margin = New System.Windows.Forms.Padding(6)
+ Me.PnlVideoSettings.Name = "PnlVideoSettings"
+ Me.PnlVideoSettings.Size = New System.Drawing.Size(708, 436)
+ Me.PnlVideoSettings.TabIndex = 92
'
- 'CBTagHandjob
+ 'PbBannerVideoSettings
'
- Me.CBTagHandjob.AutoSize = True
- Me.CBTagHandjob.Enabled = False
- Me.CBTagHandjob.ForeColor = System.Drawing.Color.Black
- Me.CBTagHandjob.Location = New System.Drawing.Point(15, 37)
- Me.CBTagHandjob.Name = "CBTagHandjob"
- Me.CBTagHandjob.Size = New System.Drawing.Size(66, 17)
- Me.CBTagHandjob.TabIndex = 206
- Me.CBTagHandjob.Text = "Handjob"
- Me.CBTagHandjob.UseVisualStyleBackColor = True
+ Me.PbBannerVideoSettings.BackColor = System.Drawing.Color.LightGray
+ Me.PbBannerVideoSettings.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
+ Me.PbBannerVideoSettings.Location = New System.Drawing.Point(9, 6)
+ Me.PbBannerVideoSettings.Name = "PbBannerVideoSettings"
+ Me.PbBannerVideoSettings.Size = New System.Drawing.Size(160, 19)
+ Me.PbBannerVideoSettings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
+ Me.PbBannerVideoSettings.TabIndex = 151
+ Me.PbBannerVideoSettings.TabStop = False
'
- 'CBTagStanding
+ 'BTNRefreshVideos
'
- Me.CBTagStanding.AutoSize = True
- Me.CBTagStanding.Enabled = False
- Me.CBTagStanding.ForeColor = System.Drawing.Color.Black
- Me.CBTagStanding.Location = New System.Drawing.Point(15, 277)
- Me.CBTagStanding.Name = "CBTagStanding"
- Me.CBTagStanding.Size = New System.Drawing.Size(68, 17)
- Me.CBTagStanding.TabIndex = 215
- Me.CBTagStanding.Text = "Standing"
- Me.CBTagStanding.UseVisualStyleBackColor = True
+ Me.BTNRefreshVideos.BackColor = System.Drawing.Color.LightGray
+ Me.BTNRefreshVideos.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Button_Refresh
+ Me.BTNRefreshVideos.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.BTNRefreshVideos.FlatAppearance.BorderSize = 0
+ Me.BTNRefreshVideos.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray
+ Me.BTNRefreshVideos.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
+ Me.BTNRefreshVideos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.BTNRefreshVideos.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNRefreshVideos.ForeColor = System.Drawing.Color.Black
+ Me.BTNRefreshVideos.Location = New System.Drawing.Point(671, 6)
+ Me.BTNRefreshVideos.Name = "BTNRefreshVideos"
+ Me.BTNRefreshVideos.Size = New System.Drawing.Size(30, 26)
+ Me.BTNRefreshVideos.TabIndex = 149
+ Me.BTNRefreshVideos.UseVisualStyleBackColor = False
'
- 'CBTagFootjob
+ 'GbxVideoGeneralD
'
- Me.CBTagFootjob.AutoSize = True
- Me.CBTagFootjob.Enabled = False
- Me.CBTagFootjob.ForeColor = System.Drawing.Color.Black
- Me.CBTagFootjob.Location = New System.Drawing.Point(15, 137)
- Me.CBTagFootjob.Name = "CBTagFootjob"
- Me.CBTagFootjob.Size = New System.Drawing.Size(61, 17)
- Me.CBTagFootjob.TabIndex = 207
- Me.CBTagFootjob.Text = "Footjob"
- Me.CBTagFootjob.UseVisualStyleBackColor = True
+ Me.GbxVideoGeneralD.BackColor = System.Drawing.Color.LightGray
+ Me.GbxVideoGeneralD.Controls.Add(Me.LblVideoGeneralTotalD)
+ Me.GbxVideoGeneralD.Controls.Add(Me.TxbVideoGeneralD)
+ Me.GbxVideoGeneralD.Controls.Add(Me.BTNVideoGeneralD)
+ Me.GbxVideoGeneralD.Controls.Add(Me.CBVideoGeneralD)
+ Me.GbxVideoGeneralD.ForeColor = System.Drawing.Color.Black
+ Me.GbxVideoGeneralD.Location = New System.Drawing.Point(359, 277)
+ Me.GbxVideoGeneralD.Name = "GbxVideoGeneralD"
+ Me.GbxVideoGeneralD.Size = New System.Drawing.Size(340, 48)
+ Me.GbxVideoGeneralD.TabIndex = 5
+ Me.GbxVideoGeneralD.TabStop = False
+ Me.GbxVideoGeneralD.Text = "Domme General"
'
- 'CBTagCowgirl
+ 'LblVideoGeneralTotalD
'
- Me.CBTagCowgirl.AutoSize = True
- Me.CBTagCowgirl.Enabled = False
- Me.CBTagCowgirl.ForeColor = System.Drawing.Color.Black
- Me.CBTagCowgirl.Location = New System.Drawing.Point(15, 237)
- Me.CBTagCowgirl.Name = "CBTagCowgirl"
- Me.CBTagCowgirl.Size = New System.Drawing.Size(60, 17)
- Me.CBTagCowgirl.TabIndex = 214
- Me.CBTagCowgirl.Text = "Cowgirl"
- Me.CBTagCowgirl.UseVisualStyleBackColor = True
+ Me.LblVideoGeneralTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoGeneralTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoGeneralTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoGeneralTotalD.Location = New System.Drawing.Point(299, 19)
+ Me.LblVideoGeneralTotalD.Name = "LblVideoGeneralTotalD"
+ Me.LblVideoGeneralTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoGeneralTotalD.TabIndex = 3
+ Me.LblVideoGeneralTotalD.Text = "0"
+ Me.LblVideoGeneralTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagDoggyStyle
+ 'BTNVideoGeneralD
'
- Me.CBTagDoggyStyle.AutoSize = True
- Me.CBTagDoggyStyle.Enabled = False
- Me.CBTagDoggyStyle.ForeColor = System.Drawing.Color.Black
- Me.CBTagDoggyStyle.Location = New System.Drawing.Point(15, 217)
- Me.CBTagDoggyStyle.Name = "CBTagDoggyStyle"
- Me.CBTagDoggyStyle.Size = New System.Drawing.Size(83, 17)
- Me.CBTagDoggyStyle.TabIndex = 209
- Me.CBTagDoggyStyle.Text = "Doggy Style"
- Me.CBTagDoggyStyle.UseVisualStyleBackColor = True
+ Me.BTNVideoGeneralD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoGeneralD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoGeneralD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoGeneralD.Location = New System.Drawing.Point(73, 13)
+ Me.BTNVideoGeneralD.Name = "BTNVideoGeneralD"
+ Me.BTNVideoGeneralD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoGeneralD.TabIndex = 1
+ Me.BTNVideoGeneralD.Text = "1"
+ Me.BTNVideoGeneralD.UseVisualStyleBackColor = False
'
- 'CBTagTitjob
+ 'GbxVideoSpecialD
'
- Me.CBTagTitjob.AutoSize = True
- Me.CBTagTitjob.Enabled = False
- Me.CBTagTitjob.ForeColor = System.Drawing.Color.Black
- Me.CBTagTitjob.Location = New System.Drawing.Point(15, 117)
- Me.CBTagTitjob.Name = "CBTagTitjob"
- Me.CBTagTitjob.Size = New System.Drawing.Size(52, 17)
- Me.CBTagTitjob.TabIndex = 213
- Me.CBTagTitjob.Text = "Titjob"
- Me.CBTagTitjob.UseVisualStyleBackColor = True
+ Me.GbxVideoSpecialD.BackColor = System.Drawing.Color.LightGray
+ Me.GbxVideoSpecialD.Controls.Add(Me.LblVideoCHTotalD)
+ Me.GbxVideoSpecialD.Controls.Add(Me.LblVideoJOITotalD)
+ Me.GbxVideoSpecialD.Controls.Add(Me.TxbVideoCHD)
+ Me.GbxVideoSpecialD.Controls.Add(Me.TxbVideoJOID)
+ Me.GbxVideoSpecialD.Controls.Add(Me.BTNVideoCHD)
+ Me.GbxVideoSpecialD.Controls.Add(Me.BTNVideoJOID)
+ Me.GbxVideoSpecialD.Controls.Add(Me.CBVideoJOID)
+ Me.GbxVideoSpecialD.Controls.Add(Me.CBVideoCHD)
+ Me.GbxVideoSpecialD.ForeColor = System.Drawing.Color.Black
+ Me.GbxVideoSpecialD.Location = New System.Drawing.Point(359, 201)
+ Me.GbxVideoSpecialD.Name = "GbxVideoSpecialD"
+ Me.GbxVideoSpecialD.Size = New System.Drawing.Size(340, 70)
+ Me.GbxVideoSpecialD.TabIndex = 4
+ Me.GbxVideoSpecialD.TabStop = False
+ Me.GbxVideoSpecialD.Text = "Domme Special"
'
- 'CBTagCunnilingus
+ 'LblVideoCHTotalD
'
- Me.CBTagCunnilingus.AutoSize = True
- Me.CBTagCunnilingus.Enabled = False
- Me.CBTagCunnilingus.ForeColor = System.Drawing.Color.Black
- Me.CBTagCunnilingus.Location = New System.Drawing.Point(15, 97)
- Me.CBTagCunnilingus.Name = "CBTagCunnilingus"
- Me.CBTagCunnilingus.Size = New System.Drawing.Size(80, 17)
- Me.CBTagCunnilingus.TabIndex = 210
- Me.CBTagCunnilingus.Text = "Cunnilingus"
- Me.CBTagCunnilingus.UseVisualStyleBackColor = True
+ Me.LblVideoCHTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoCHTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoCHTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoCHTotalD.Location = New System.Drawing.Point(299, 42)
+ Me.LblVideoCHTotalD.Name = "LblVideoCHTotalD"
+ Me.LblVideoCHTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoCHTotalD.TabIndex = 7
+ Me.LblVideoCHTotalD.Text = "0"
+ Me.LblVideoCHTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagAnalSex
+ 'LblVideoJOITotalD
'
- Me.CBTagAnalSex.AutoSize = True
- Me.CBTagAnalSex.Enabled = False
- Me.CBTagAnalSex.ForeColor = System.Drawing.Color.Black
- Me.CBTagAnalSex.Location = New System.Drawing.Point(15, 297)
- Me.CBTagAnalSex.Name = "CBTagAnalSex"
- Me.CBTagAnalSex.Size = New System.Drawing.Size(68, 17)
- Me.CBTagAnalSex.TabIndex = 212
- Me.CBTagAnalSex.Text = "Anal Sex"
- Me.CBTagAnalSex.UseVisualStyleBackColor = True
+ Me.LblVideoJOITotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoJOITotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoJOITotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoJOITotalD.Location = New System.Drawing.Point(299, 19)
+ Me.LblVideoJOITotalD.Name = "LblVideoJOITotalD"
+ Me.LblVideoJOITotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoJOITotalD.TabIndex = 3
+ Me.LblVideoJOITotalD.Text = "0"
+ Me.LblVideoJOITotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'GroupBox48
+ 'BTNVideoCHD
'
- Me.GroupBox48.Controls.Add(Me.CBTagArtwork)
- Me.GroupBox48.Controls.Add(Me.CBTagOutdoors)
- Me.GroupBox48.Controls.Add(Me.CBTagPOV)
- Me.GroupBox48.Controls.Add(Me.CBTagHardcore)
- Me.GroupBox48.Controls.Add(Me.CBTagTD)
- Me.GroupBox48.Controls.Add(Me.CBTagGay)
- Me.GroupBox48.Controls.Add(Me.CBTagBath)
- Me.GroupBox48.Controls.Add(Me.CBTagBisexual)
- Me.GroupBox48.Controls.Add(Me.CBTagCFNM)
- Me.GroupBox48.Controls.Add(Me.CBTagLesbian)
- Me.GroupBox48.Controls.Add(Me.CBTagSoloFuta)
- Me.GroupBox48.Controls.Add(Me.CBTagSM)
- Me.GroupBox48.Controls.Add(Me.CBTagBondage)
- Me.GroupBox48.Controls.Add(Me.CBTagSoloM)
- Me.GroupBox48.Controls.Add(Me.CBTagSoloF)
- Me.GroupBox48.Controls.Add(Me.CBTagChastity)
- Me.GroupBox48.Controls.Add(Me.CBTagShower)
- Me.GroupBox48.Location = New System.Drawing.Point(8, 37)
- Me.GroupBox48.Name = "GroupBox48"
- Me.GroupBox48.Size = New System.Drawing.Size(105, 358)
- Me.GroupBox48.TabIndex = 235
- Me.GroupBox48.TabStop = False
- Me.GroupBox48.Text = "Category"
+ Me.BTNVideoCHD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoCHD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoCHD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoCHD.Location = New System.Drawing.Point(73, 36)
+ Me.BTNVideoCHD.Name = "BTNVideoCHD"
+ Me.BTNVideoCHD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoCHD.TabIndex = 5
+ Me.BTNVideoCHD.Text = "1"
+ Me.BTNVideoCHD.UseVisualStyleBackColor = False
'
- 'CBTagArtwork
+ 'BTNVideoJOID
'
- Me.CBTagArtwork.AutoSize = True
- Me.CBTagArtwork.Enabled = False
- Me.CBTagArtwork.ForeColor = System.Drawing.Color.Black
- Me.CBTagArtwork.Location = New System.Drawing.Point(15, 337)
- Me.CBTagArtwork.Name = "CBTagArtwork"
- Me.CBTagArtwork.Size = New System.Drawing.Size(62, 17)
- Me.CBTagArtwork.TabIndex = 225
- Me.CBTagArtwork.Text = "Artwork"
- Me.CBTagArtwork.UseVisualStyleBackColor = True
+ Me.BTNVideoJOID.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoJOID.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoJOID.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoJOID.Location = New System.Drawing.Point(73, 13)
+ Me.BTNVideoJOID.Name = "BTNVideoJOID"
+ Me.BTNVideoJOID.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoJOID.TabIndex = 1
+ Me.BTNVideoJOID.Text = "1"
+ Me.BTNVideoJOID.UseVisualStyleBackColor = False
'
- 'CBTagOutdoors
+ 'GbxVideoGenreD
'
- Me.CBTagOutdoors.AutoSize = True
- Me.CBTagOutdoors.Enabled = False
- Me.CBTagOutdoors.ForeColor = System.Drawing.Color.Black
- Me.CBTagOutdoors.Location = New System.Drawing.Point(15, 317)
- Me.CBTagOutdoors.Name = "CBTagOutdoors"
- Me.CBTagOutdoors.Size = New System.Drawing.Size(69, 17)
- Me.CBTagOutdoors.TabIndex = 219
- Me.CBTagOutdoors.Text = "Outdoors"
- Me.CBTagOutdoors.UseVisualStyleBackColor = True
+ Me.GbxVideoGenreD.BackColor = System.Drawing.Color.LightGray
+ Me.GbxVideoGenreD.Controls.Add(Me.LblVideoFemsubTotalD)
+ Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoFemsubD)
+ Me.GbxVideoGenreD.Controls.Add(Me.LblVideoFemdomTotalD)
+ Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoFemdomD)
+ Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoBlowjobD)
+ Me.GbxVideoGenreD.Controls.Add(Me.LblVideoBlowjobTotalD)
+ Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoLesbianD)
+ Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoSoftCoreD)
+ Me.GbxVideoGenreD.Controls.Add(Me.LblVideoLesbianTotalD)
+ Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoHardCoreD)
+ Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoFemSubD)
+ Me.GbxVideoGenreD.Controls.Add(Me.LblVideoSoftCoreTotalD)
+ Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoFemDomD)
+ Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoBlowjobD)
+ Me.GbxVideoGenreD.Controls.Add(Me.LblVideoHardCoreTotalD)
+ Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoLesbianD)
+ Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoSoftCoreD)
+ Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoHardCoreD)
+ Me.GbxVideoGenreD.Controls.Add(Me.CBVideoHardcoreD)
+ Me.GbxVideoGenreD.Controls.Add(Me.CBVideoSoftCoreD)
+ Me.GbxVideoGenreD.Controls.Add(Me.CBVideoLesbianD)
+ Me.GbxVideoGenreD.Controls.Add(Me.CBVideoBlowjobD)
+ Me.GbxVideoGenreD.Controls.Add(Me.CBVideoFemsubD)
+ Me.GbxVideoGenreD.Controls.Add(Me.CBVideoFemdomD)
+ Me.GbxVideoGenreD.ForeColor = System.Drawing.Color.Black
+ Me.GbxVideoGenreD.Location = New System.Drawing.Point(359, 30)
+ Me.GbxVideoGenreD.Name = "GbxVideoGenreD"
+ Me.GbxVideoGenreD.Size = New System.Drawing.Size(340, 165)
+ Me.GbxVideoGenreD.TabIndex = 3
+ Me.GbxVideoGenreD.TabStop = False
+ Me.GbxVideoGenreD.Text = "Domme Genre"
'
- 'CBTagPOV
+ 'LblVideoFemsubTotalD
'
- Me.CBTagPOV.AutoSize = True
- Me.CBTagPOV.Enabled = False
- Me.CBTagPOV.ForeColor = System.Drawing.Color.Black
- Me.CBTagPOV.Location = New System.Drawing.Point(15, 157)
- Me.CBTagPOV.Name = "CBTagPOV"
- Me.CBTagPOV.Size = New System.Drawing.Size(48, 17)
- Me.CBTagPOV.TabIndex = 208
- Me.CBTagPOV.Text = "POV"
- Me.CBTagPOV.UseVisualStyleBackColor = True
+ Me.LblVideoFemsubTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoFemsubTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoFemsubTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoFemsubTotalD.Location = New System.Drawing.Point(299, 136)
+ Me.LblVideoFemsubTotalD.Name = "LblVideoFemsubTotalD"
+ Me.LblVideoFemsubTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoFemsubTotalD.TabIndex = 23
+ Me.LblVideoFemsubTotalD.Text = "0"
+ Me.LblVideoFemsubTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagHardcore
+ 'LblVideoFemdomTotalD
'
- Me.CBTagHardcore.AutoSize = True
- Me.CBTagHardcore.Enabled = False
- Me.CBTagHardcore.ForeColor = System.Drawing.Color.Black
- Me.CBTagHardcore.Location = New System.Drawing.Point(15, 17)
- Me.CBTagHardcore.Name = "CBTagHardcore"
- Me.CBTagHardcore.Size = New System.Drawing.Size(70, 17)
- Me.CBTagHardcore.TabIndex = 203
- Me.CBTagHardcore.Text = "Hardcore"
- Me.CBTagHardcore.UseVisualStyleBackColor = True
+ Me.LblVideoFemdomTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoFemdomTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoFemdomTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoFemdomTotalD.Location = New System.Drawing.Point(299, 112)
+ Me.LblVideoFemdomTotalD.Name = "LblVideoFemdomTotalD"
+ Me.LblVideoFemdomTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoFemdomTotalD.TabIndex = 19
+ Me.LblVideoFemdomTotalD.Text = "0"
+ Me.LblVideoFemdomTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagTD
+ 'LblVideoBlowjobTotalD
'
- Me.CBTagTD.AutoSize = True
- Me.CBTagTD.Enabled = False
- Me.CBTagTD.ForeColor = System.Drawing.Color.Black
- Me.CBTagTD.Location = New System.Drawing.Point(15, 217)
- Me.CBTagTD.Name = "CBTagTD"
- Me.CBTagTD.Size = New System.Drawing.Size(47, 17)
- Me.CBTagTD.TabIndex = 218
- Me.CBTagTD.Text = "T&&D"
- Me.CBTagTD.UseVisualStyleBackColor = True
+ Me.LblVideoBlowjobTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoBlowjobTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoBlowjobTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoBlowjobTotalD.Location = New System.Drawing.Point(299, 88)
+ Me.LblVideoBlowjobTotalD.Name = "LblVideoBlowjobTotalD"
+ Me.LblVideoBlowjobTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoBlowjobTotalD.TabIndex = 15
+ Me.LblVideoBlowjobTotalD.Text = "0"
+ Me.LblVideoBlowjobTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagGay
+ 'LblVideoLesbianTotalD
'
- Me.CBTagGay.AutoSize = True
- Me.CBTagGay.Enabled = False
- Me.CBTagGay.ForeColor = System.Drawing.Color.Black
- Me.CBTagGay.Location = New System.Drawing.Point(15, 57)
- Me.CBTagGay.Name = "CBTagGay"
- Me.CBTagGay.Size = New System.Drawing.Size(45, 17)
- Me.CBTagGay.TabIndex = 204
- Me.CBTagGay.Text = "Gay"
- Me.CBTagGay.UseVisualStyleBackColor = True
+ Me.LblVideoLesbianTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoLesbianTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoLesbianTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoLesbianTotalD.Location = New System.Drawing.Point(299, 66)
+ Me.LblVideoLesbianTotalD.Name = "LblVideoLesbianTotalD"
+ Me.LblVideoLesbianTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoLesbianTotalD.TabIndex = 11
+ Me.LblVideoLesbianTotalD.Text = "0"
+ Me.LblVideoLesbianTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagBath
+ 'BTNVideoFemSubD
'
- Me.CBTagBath.AutoSize = True
- Me.CBTagBath.Enabled = False
- Me.CBTagBath.ForeColor = System.Drawing.Color.Black
- Me.CBTagBath.Location = New System.Drawing.Point(15, 277)
- Me.CBTagBath.Name = "CBTagBath"
- Me.CBTagBath.Size = New System.Drawing.Size(48, 17)
- Me.CBTagBath.TabIndex = 217
- Me.CBTagBath.Text = "Bath"
- Me.CBTagBath.UseVisualStyleBackColor = True
+ Me.BTNVideoFemSubD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoFemSubD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoFemSubD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoFemSubD.Location = New System.Drawing.Point(73, 130)
+ Me.BTNVideoFemSubD.Name = "BTNVideoFemSubD"
+ Me.BTNVideoFemSubD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoFemSubD.TabIndex = 21
+ Me.BTNVideoFemSubD.Text = "1"
+ Me.BTNVideoFemSubD.UseVisualStyleBackColor = False
'
- 'CBTagBisexual
+ 'LblVideoSoftCoreTotalD
'
- Me.CBTagBisexual.AutoSize = True
- Me.CBTagBisexual.Enabled = False
- Me.CBTagBisexual.ForeColor = System.Drawing.Color.Black
- Me.CBTagBisexual.Location = New System.Drawing.Point(15, 77)
- Me.CBTagBisexual.Name = "CBTagBisexual"
- Me.CBTagBisexual.Size = New System.Drawing.Size(65, 17)
- Me.CBTagBisexual.TabIndex = 205
- Me.CBTagBisexual.Text = "Bisexual"
- Me.CBTagBisexual.UseVisualStyleBackColor = True
+ Me.LblVideoSoftCoreTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoSoftCoreTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoSoftCoreTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoSoftCoreTotalD.Location = New System.Drawing.Point(299, 43)
+ Me.LblVideoSoftCoreTotalD.Name = "LblVideoSoftCoreTotalD"
+ Me.LblVideoSoftCoreTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoSoftCoreTotalD.TabIndex = 7
+ Me.LblVideoSoftCoreTotalD.Text = "0"
+ Me.LblVideoSoftCoreTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagCFNM
+ 'BTNVideoFemDomD
'
- Me.CBTagCFNM.AutoSize = True
- Me.CBTagCFNM.Enabled = False
- Me.CBTagCFNM.ForeColor = System.Drawing.Color.Black
- Me.CBTagCFNM.Location = New System.Drawing.Point(15, 257)
- Me.CBTagCFNM.Name = "CBTagCFNM"
- Me.CBTagCFNM.Size = New System.Drawing.Size(56, 17)
- Me.CBTagCFNM.TabIndex = 216
- Me.CBTagCFNM.Text = "CFNM"
- Me.CBTagCFNM.UseVisualStyleBackColor = True
+ Me.BTNVideoFemDomD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoFemDomD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoFemDomD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoFemDomD.Location = New System.Drawing.Point(73, 106)
+ Me.BTNVideoFemDomD.Name = "BTNVideoFemDomD"
+ Me.BTNVideoFemDomD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoFemDomD.TabIndex = 17
+ Me.BTNVideoFemDomD.Text = "1"
+ Me.BTNVideoFemDomD.UseVisualStyleBackColor = False
'
- 'CBTagLesbian
+ 'BTNVideoBlowjobD
'
- Me.CBTagLesbian.AutoSize = True
- Me.CBTagLesbian.Enabled = False
- Me.CBTagLesbian.ForeColor = System.Drawing.Color.Black
- Me.CBTagLesbian.Location = New System.Drawing.Point(15, 37)
- Me.CBTagLesbian.Name = "CBTagLesbian"
- Me.CBTagLesbian.Size = New System.Drawing.Size(63, 17)
- Me.CBTagLesbian.TabIndex = 206
- Me.CBTagLesbian.Text = "Lesbian"
- Me.CBTagLesbian.UseVisualStyleBackColor = True
+ Me.BTNVideoBlowjobD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoBlowjobD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoBlowjobD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoBlowjobD.Location = New System.Drawing.Point(73, 82)
+ Me.BTNVideoBlowjobD.Name = "BTNVideoBlowjobD"
+ Me.BTNVideoBlowjobD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoBlowjobD.TabIndex = 13
+ Me.BTNVideoBlowjobD.Text = "1"
+ Me.BTNVideoBlowjobD.UseVisualStyleBackColor = False
'
- 'CBTagSoloFuta
+ 'LblVideoHardCoreTotalD
'
- Me.CBTagSoloFuta.AutoSize = True
- Me.CBTagSoloFuta.Enabled = False
- Me.CBTagSoloFuta.ForeColor = System.Drawing.Color.Black
- Me.CBTagSoloFuta.Location = New System.Drawing.Point(15, 137)
- Me.CBTagSoloFuta.Name = "CBTagSoloFuta"
- Me.CBTagSoloFuta.Size = New System.Drawing.Size(71, 17)
- Me.CBTagSoloFuta.TabIndex = 207
- Me.CBTagSoloFuta.Text = "Solo Futa"
- Me.CBTagSoloFuta.UseVisualStyleBackColor = True
+ Me.LblVideoHardCoreTotalD.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoHardCoreTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoHardCoreTotalD.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoHardCoreTotalD.Location = New System.Drawing.Point(299, 19)
+ Me.LblVideoHardCoreTotalD.Name = "LblVideoHardCoreTotalD"
+ Me.LblVideoHardCoreTotalD.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoHardCoreTotalD.TabIndex = 3
+ Me.LblVideoHardCoreTotalD.Text = "0"
+ Me.LblVideoHardCoreTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagSM
+ 'BTNVideoLesbianD
'
- Me.CBTagSM.AutoSize = True
- Me.CBTagSM.Enabled = False
- Me.CBTagSM.ForeColor = System.Drawing.Color.Black
- Me.CBTagSM.Location = New System.Drawing.Point(15, 197)
- Me.CBTagSM.Name = "CBTagSM"
- Me.CBTagSM.Size = New System.Drawing.Size(48, 17)
- Me.CBTagSM.TabIndex = 214
- Me.CBTagSM.Text = "S&&M"
- Me.CBTagSM.UseVisualStyleBackColor = True
+ Me.BTNVideoLesbianD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoLesbianD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoLesbianD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoLesbianD.Location = New System.Drawing.Point(73, 59)
+ Me.BTNVideoLesbianD.Name = "BTNVideoLesbianD"
+ Me.BTNVideoLesbianD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoLesbianD.TabIndex = 9
+ Me.BTNVideoLesbianD.Text = "1"
+ Me.BTNVideoLesbianD.UseVisualStyleBackColor = False
'
- 'CBTagBondage
+ 'BTNVideoSoftCoreD
'
- Me.CBTagBondage.AutoSize = True
- Me.CBTagBondage.Enabled = False
- Me.CBTagBondage.ForeColor = System.Drawing.Color.Black
- Me.CBTagBondage.Location = New System.Drawing.Point(15, 177)
- Me.CBTagBondage.Name = "CBTagBondage"
- Me.CBTagBondage.Size = New System.Drawing.Size(69, 17)
- Me.CBTagBondage.TabIndex = 209
- Me.CBTagBondage.Text = "Bondage"
- Me.CBTagBondage.UseVisualStyleBackColor = True
+ Me.BTNVideoSoftCoreD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoSoftCoreD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoSoftCoreD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoSoftCoreD.Location = New System.Drawing.Point(73, 36)
+ Me.BTNVideoSoftCoreD.Name = "BTNVideoSoftCoreD"
+ Me.BTNVideoSoftCoreD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoSoftCoreD.TabIndex = 5
+ Me.BTNVideoSoftCoreD.Text = "1"
+ Me.BTNVideoSoftCoreD.UseVisualStyleBackColor = False
'
- 'CBTagSoloM
+ 'BTNVideoHardCoreD
'
- Me.CBTagSoloM.AutoSize = True
- Me.CBTagSoloM.Enabled = False
- Me.CBTagSoloM.ForeColor = System.Drawing.Color.Black
- Me.CBTagSoloM.Location = New System.Drawing.Point(15, 117)
- Me.CBTagSoloM.Name = "CBTagSoloM"
- Me.CBTagSoloM.Size = New System.Drawing.Size(59, 17)
- Me.CBTagSoloM.TabIndex = 213
- Me.CBTagSoloM.Text = "Solo M"
- Me.CBTagSoloM.UseVisualStyleBackColor = True
+ Me.BTNVideoHardCoreD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoHardCoreD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoHardCoreD.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoHardCoreD.Location = New System.Drawing.Point(73, 12)
+ Me.BTNVideoHardCoreD.Name = "BTNVideoHardCoreD"
+ Me.BTNVideoHardCoreD.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoHardCoreD.TabIndex = 1
+ Me.BTNVideoHardCoreD.Text = "1"
+ Me.BTNVideoHardCoreD.UseVisualStyleBackColor = False
'
- 'CBTagSoloF
+ 'GbxVideoDescription
'
- Me.CBTagSoloF.AutoSize = True
- Me.CBTagSoloF.Enabled = False
- Me.CBTagSoloF.ForeColor = System.Drawing.Color.Black
- Me.CBTagSoloF.Location = New System.Drawing.Point(15, 97)
- Me.CBTagSoloF.Name = "CBTagSoloF"
- Me.CBTagSoloF.Size = New System.Drawing.Size(56, 17)
- Me.CBTagSoloF.TabIndex = 210
- Me.CBTagSoloF.Text = "Solo F"
- Me.CBTagSoloF.UseVisualStyleBackColor = True
+ Me.GbxVideoDescription.BackColor = System.Drawing.Color.LightGray
+ Me.GbxVideoDescription.Controls.Add(Me.VideoDescriptionLabel)
+ Me.GbxVideoDescription.ForeColor = System.Drawing.Color.Black
+ Me.GbxVideoDescription.Location = New System.Drawing.Point(7, 331)
+ Me.GbxVideoDescription.Name = "GbxVideoDescription"
+ Me.GbxVideoDescription.Size = New System.Drawing.Size(692, 92)
+ Me.GbxVideoDescription.TabIndex = 6
+ Me.GbxVideoDescription.TabStop = False
+ Me.GbxVideoDescription.Text = "Description"
+ '
+ 'VideoDescriptionLabel
+ '
+ Me.VideoDescriptionLabel.BackColor = System.Drawing.Color.Transparent
+ Me.VideoDescriptionLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.VideoDescriptionLabel.ForeColor = System.Drawing.Color.Black
+ Me.VideoDescriptionLabel.Location = New System.Drawing.Point(6, 16)
+ Me.VideoDescriptionLabel.Name = "VideoDescriptionLabel"
+ Me.VideoDescriptionLabel.Size = New System.Drawing.Size(680, 73)
+ Me.VideoDescriptionLabel.TabIndex = 62
+ Me.VideoDescriptionLabel.Text = "Use this page to select the videos you would like the program to use and set thei" &
+ "r paths." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "The Domme Genre paths are for videos that feature the model you are " &
+ "using as your domme."
+ Me.VideoDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBTagChastity
+ 'GbxVideoGeneral
'
- Me.CBTagChastity.AutoSize = True
- Me.CBTagChastity.Enabled = False
- Me.CBTagChastity.ForeColor = System.Drawing.Color.Black
- Me.CBTagChastity.Location = New System.Drawing.Point(15, 237)
- Me.CBTagChastity.Name = "CBTagChastity"
- Me.CBTagChastity.Size = New System.Drawing.Size(63, 17)
- Me.CBTagChastity.TabIndex = 212
- Me.CBTagChastity.Text = "Chastity"
- Me.CBTagChastity.UseVisualStyleBackColor = True
+ Me.GbxVideoGeneral.BackColor = System.Drawing.Color.LightGray
+ Me.GbxVideoGeneral.Controls.Add(Me.LblVideoGeneralTotal)
+ Me.GbxVideoGeneral.Controls.Add(Me.TxbVideoGeneral)
+ Me.GbxVideoGeneral.Controls.Add(Me.BTNVideoGeneral)
+ Me.GbxVideoGeneral.Controls.Add(Me.CBVideoGeneral)
+ Me.GbxVideoGeneral.ForeColor = System.Drawing.Color.Black
+ Me.GbxVideoGeneral.Location = New System.Drawing.Point(7, 277)
+ Me.GbxVideoGeneral.Name = "GbxVideoGeneral"
+ Me.GbxVideoGeneral.Size = New System.Drawing.Size(340, 48)
+ Me.GbxVideoGeneral.TabIndex = 2
+ Me.GbxVideoGeneral.TabStop = False
+ Me.GbxVideoGeneral.Text = "General"
'
- 'CBTagShower
+ 'LblVideoGeneralTotal
'
- Me.CBTagShower.AutoSize = True
- Me.CBTagShower.Enabled = False
- Me.CBTagShower.ForeColor = System.Drawing.Color.Black
- Me.CBTagShower.Location = New System.Drawing.Point(15, 297)
- Me.CBTagShower.Name = "CBTagShower"
- Me.CBTagShower.Size = New System.Drawing.Size(62, 17)
- Me.CBTagShower.TabIndex = 211
- Me.CBTagShower.Text = "Shower"
- Me.CBTagShower.UseVisualStyleBackColor = True
+ Me.LblVideoGeneralTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoGeneralTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoGeneralTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoGeneralTotal.Location = New System.Drawing.Point(299, 19)
+ Me.LblVideoGeneralTotal.Name = "LblVideoGeneralTotal"
+ Me.LblVideoGeneralTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoGeneralTotal.TabIndex = 3
+ Me.LblVideoGeneralTotal.Text = "0"
+ Me.LblVideoGeneralTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'TBLocalTagDir
+ 'BTNVideoGeneral
'
- Me.TBLocalTagDir.Location = New System.Drawing.Point(55, 9)
- Me.TBLocalTagDir.Name = "TBLocalTagDir"
- Me.TBLocalTagDir.Size = New System.Drawing.Size(330, 20)
- Me.TBLocalTagDir.TabIndex = 233
- Me.TBLocalTagDir.Text = "Enter Image Directory"
+ Me.BTNVideoGeneral.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoGeneral.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoGeneral.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoGeneral.Location = New System.Drawing.Point(73, 13)
+ Me.BTNVideoGeneral.Name = "BTNVideoGeneral"
+ Me.BTNVideoGeneral.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoGeneral.TabIndex = 1
+ Me.BTNVideoGeneral.Text = "1"
+ Me.BTNVideoGeneral.UseVisualStyleBackColor = False
'
- 'BTNLocalTagPrevious
+ 'GbxVideoSpecial
'
- Me.BTNLocalTagPrevious.BackColor = System.Drawing.Color.LightGray
- Me.BTNLocalTagPrevious.Enabled = False
- Me.BTNLocalTagPrevious.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNLocalTagPrevious.ForeColor = System.Drawing.Color.Black
- Me.BTNLocalTagPrevious.Location = New System.Drawing.Point(391, 8)
- Me.BTNLocalTagPrevious.Name = "BTNLocalTagPrevious"
- Me.BTNLocalTagPrevious.Size = New System.Drawing.Size(47, 24)
- Me.BTNLocalTagPrevious.TabIndex = 232
- Me.BTNLocalTagPrevious.Text = "<<"
- Me.BTNLocalTagPrevious.UseVisualStyleBackColor = False
+ Me.GbxVideoSpecial.BackColor = System.Drawing.Color.LightGray
+ Me.GbxVideoSpecial.Controls.Add(Me.LblVideoCHTotal)
+ Me.GbxVideoSpecial.Controls.Add(Me.LblVideoJOITotal)
+ Me.GbxVideoSpecial.Controls.Add(Me.TxbVideoCH)
+ Me.GbxVideoSpecial.Controls.Add(Me.TxbVideoJOI)
+ Me.GbxVideoSpecial.Controls.Add(Me.BTNVideoCH)
+ Me.GbxVideoSpecial.Controls.Add(Me.BTNVideoJOI)
+ Me.GbxVideoSpecial.Controls.Add(Me.CBVideoJOI)
+ Me.GbxVideoSpecial.Controls.Add(Me.CBVideoCH)
+ Me.GbxVideoSpecial.ForeColor = System.Drawing.Color.Black
+ Me.GbxVideoSpecial.Location = New System.Drawing.Point(7, 201)
+ Me.GbxVideoSpecial.Name = "GbxVideoSpecial"
+ Me.GbxVideoSpecial.Size = New System.Drawing.Size(340, 70)
+ Me.GbxVideoSpecial.TabIndex = 1
+ Me.GbxVideoSpecial.TabStop = False
+ Me.GbxVideoSpecial.Text = "Special"
'
- 'BTNLocalTagNext
+ 'LblVideoCHTotal
'
- Me.BTNLocalTagNext.BackColor = System.Drawing.Color.LightGray
- Me.BTNLocalTagNext.Enabled = False
- Me.BTNLocalTagNext.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNLocalTagNext.ForeColor = System.Drawing.Color.Black
- Me.BTNLocalTagNext.Location = New System.Drawing.Point(560, 8)
- Me.BTNLocalTagNext.Name = "BTNLocalTagNext"
- Me.BTNLocalTagNext.Size = New System.Drawing.Size(47, 24)
- Me.BTNLocalTagNext.TabIndex = 231
- Me.BTNLocalTagNext.Text = ">>"
- Me.BTNLocalTagNext.UseVisualStyleBackColor = False
+ Me.LblVideoCHTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoCHTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoCHTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoCHTotal.Location = New System.Drawing.Point(299, 41)
+ Me.LblVideoCHTotal.Name = "LblVideoCHTotal"
+ Me.LblVideoCHTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoCHTotal.TabIndex = 7
+ Me.LblVideoCHTotal.Text = "0"
+ Me.LblVideoCHTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'LBLLocalTagCount
+ 'LblVideoJOITotal
'
- Me.LBLLocalTagCount.BackColor = System.Drawing.Color.Transparent
- Me.LBLLocalTagCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLLocalTagCount.Enabled = False
- Me.LBLLocalTagCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLLocalTagCount.ForeColor = System.Drawing.Color.Black
- Me.LBLLocalTagCount.Location = New System.Drawing.Point(444, 10)
- Me.LBLLocalTagCount.Name = "LBLLocalTagCount"
- Me.LBLLocalTagCount.Size = New System.Drawing.Size(110, 20)
- Me.LBLLocalTagCount.TabIndex = 230
- Me.LBLLocalTagCount.Text = "0/0"
- Me.LBLLocalTagCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.LblVideoJOITotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoJOITotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoJOITotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoJOITotal.Location = New System.Drawing.Point(299, 18)
+ Me.LblVideoJOITotal.Name = "LblVideoJOITotal"
+ Me.LblVideoJOITotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoJOITotal.TabIndex = 3
+ Me.LblVideoJOITotal.Text = "0"
+ Me.LblVideoJOITotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNLocalTagSave
+ 'BTNVideoCH
'
- Me.BTNLocalTagSave.Enabled = False
- Me.BTNLocalTagSave.Location = New System.Drawing.Point(613, 9)
- Me.BTNLocalTagSave.Name = "BTNLocalTagSave"
- Me.BTNLocalTagSave.Size = New System.Drawing.Size(83, 23)
- Me.BTNLocalTagSave.TabIndex = 229
- Me.BTNLocalTagSave.Text = "Finished"
- Me.BTNLocalTagSave.UseVisualStyleBackColor = True
+ Me.BTNVideoCH.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoCH.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoCH.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoCH.Location = New System.Drawing.Point(73, 36)
+ Me.BTNVideoCH.Name = "BTNVideoCH"
+ Me.BTNVideoCH.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoCH.TabIndex = 5
+ Me.BTNVideoCH.Text = "1"
+ Me.BTNVideoCH.UseVisualStyleBackColor = False
'
- 'BTNLocalTagDir
+ 'BTNVideoJOI
'
- Me.BTNLocalTagDir.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNLocalTagDir.Location = New System.Drawing.Point(6, 8)
- Me.BTNLocalTagDir.Name = "BTNLocalTagDir"
- Me.BTNLocalTagDir.Size = New System.Drawing.Size(43, 23)
- Me.BTNLocalTagDir.TabIndex = 228
- Me.BTNLocalTagDir.Text = "1"
- Me.BTNLocalTagDir.UseVisualStyleBackColor = True
+ Me.BTNVideoJOI.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoJOI.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoJOI.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoJOI.Location = New System.Drawing.Point(73, 13)
+ Me.BTNVideoJOI.Name = "BTNVideoJOI"
+ Me.BTNVideoJOI.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoJOI.TabIndex = 1
+ Me.BTNVideoJOI.Text = "1"
+ Me.BTNVideoJOI.UseVisualStyleBackColor = False
'
- 'TabPage11
+ 'GbxVideoGenre
'
- Me.TabPage11.BackColor = System.Drawing.Color.Silver
- Me.TabPage11.Controls.Add(Me.Panel7)
- Me.TabPage11.Location = New System.Drawing.Point(4, 22)
- Me.TabPage11.Name = "TabPage11"
- Me.TabPage11.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage11.Size = New System.Drawing.Size(720, 448)
- Me.TabPage11.TabIndex = 10
- Me.TabPage11.Text = "URL Files"
+ Me.GbxVideoGenre.BackColor = System.Drawing.Color.LightGray
+ Me.GbxVideoGenre.Controls.Add(Me.LblVideoFemsubTotal)
+ Me.GbxVideoGenre.Controls.Add(Me.TxbVideoFemsub)
+ Me.GbxVideoGenre.Controls.Add(Me.LblVideoFemdomTotal)
+ Me.GbxVideoGenre.Controls.Add(Me.TxbVideoFemdom)
+ Me.GbxVideoGenre.Controls.Add(Me.TxbVideoBlowjob)
+ Me.GbxVideoGenre.Controls.Add(Me.LblVideoBlowjobTotal)
+ Me.GbxVideoGenre.Controls.Add(Me.TxbVideoLesbian)
+ Me.GbxVideoGenre.Controls.Add(Me.TxbVideoSoftCore)
+ Me.GbxVideoGenre.Controls.Add(Me.LblVideoLesbianTotal)
+ Me.GbxVideoGenre.Controls.Add(Me.TxbVideoHardCore)
+ Me.GbxVideoGenre.Controls.Add(Me.BTNVideoFemSub)
+ Me.GbxVideoGenre.Controls.Add(Me.LblVideoSoftCoreTotal)
+ Me.GbxVideoGenre.Controls.Add(Me.BTNVideoFemDom)
+ Me.GbxVideoGenre.Controls.Add(Me.BTNVideoBlowjob)
+ Me.GbxVideoGenre.Controls.Add(Me.LblVideoHardCoreTotal)
+ Me.GbxVideoGenre.Controls.Add(Me.BTNVideoLesbian)
+ Me.GbxVideoGenre.Controls.Add(Me.BTNVideoSoftCore)
+ Me.GbxVideoGenre.Controls.Add(Me.BTNVideoHardCore)
+ Me.GbxVideoGenre.Controls.Add(Me.CBVideoHardcore)
+ Me.GbxVideoGenre.Controls.Add(Me.CBVideoSoftCore)
+ Me.GbxVideoGenre.Controls.Add(Me.CBVideoLesbian)
+ Me.GbxVideoGenre.Controls.Add(Me.CBVideoBlowjob)
+ Me.GbxVideoGenre.Controls.Add(Me.CBVideoFemsub)
+ Me.GbxVideoGenre.Controls.Add(Me.CBVideoFemdom)
+ Me.GbxVideoGenre.ForeColor = System.Drawing.Color.Black
+ Me.GbxVideoGenre.Location = New System.Drawing.Point(7, 30)
+ Me.GbxVideoGenre.Name = "GbxVideoGenre"
+ Me.GbxVideoGenre.Size = New System.Drawing.Size(340, 165)
+ Me.GbxVideoGenre.TabIndex = 0
+ Me.GbxVideoGenre.TabStop = False
+ Me.GbxVideoGenre.Text = "Genre"
'
- 'Panel7
+ 'LblVideoFemsubTotal
'
- Me.Panel7.BackColor = System.Drawing.Color.LightGray
- Me.Panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel7.Controls.Add(Me.BTNWIContinue)
- Me.Panel7.Controls.Add(Me.BTNWIAddandContinue)
- Me.Panel7.Controls.Add(Me.BTNWICancel)
- Me.Panel7.Controls.Add(Me.CBWIReview)
- Me.Panel7.Controls.Add(Me.BTNWIBrowse)
- Me.Panel7.Controls.Add(Me.TBWIDirectory)
- Me.Panel7.Controls.Add(Me.BTNWIDisliked)
- Me.Panel7.Controls.Add(Me.BTNWILiked)
- Me.Panel7.Controls.Add(Me.BTNWIRemove)
- Me.Panel7.Controls.Add(Me.CBWISaveToDisk)
- Me.Panel7.Controls.Add(Me.PictureBox5)
- Me.Panel7.Controls.Add(Me.WebImageProgressBar)
- Me.Panel7.Controls.Add(Me.BTNWICreateURL)
- Me.Panel7.Controls.Add(Me.LBLWebImageCount)
- Me.Panel7.Controls.Add(Me.BTNWISave)
- Me.Panel7.Controls.Add(Me.BTNWIOpenURL)
- Me.Panel7.Controls.Add(Me.BTNWIPrevious)
- Me.Panel7.Controls.Add(Me.BTNWINext)
- Me.Panel7.Controls.Add(Me.WebPictureBox)
- Me.Panel7.Controls.Add(Me.Label71)
- Me.Panel7.Location = New System.Drawing.Point(6, 6)
- Me.Panel7.Name = "Panel7"
- Me.Panel7.Size = New System.Drawing.Size(708, 437)
- Me.Panel7.TabIndex = 91
+ Me.LblVideoFemsubTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoFemsubTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoFemsubTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoFemsubTotal.Location = New System.Drawing.Point(299, 136)
+ Me.LblVideoFemsubTotal.Name = "LblVideoFemsubTotal"
+ Me.LblVideoFemsubTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoFemsubTotal.TabIndex = 23
+ Me.LblVideoFemsubTotal.Text = "0"
+ Me.LblVideoFemsubTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'LblVideoFemdomTotal
+ '
+ Me.LblVideoFemdomTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoFemdomTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoFemdomTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoFemdomTotal.Location = New System.Drawing.Point(299, 112)
+ Me.LblVideoFemdomTotal.Name = "LblVideoFemdomTotal"
+ Me.LblVideoFemdomTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoFemdomTotal.TabIndex = 19
+ Me.LblVideoFemdomTotal.Text = "0"
+ Me.LblVideoFemdomTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNWIContinue
+ 'LblVideoBlowjobTotal
'
- Me.BTNWIContinue.BackColor = System.Drawing.Color.LightGray
- Me.BTNWIContinue.Enabled = False
- Me.BTNWIContinue.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWIContinue.ForeColor = System.Drawing.Color.Black
- Me.BTNWIContinue.Location = New System.Drawing.Point(566, 158)
- Me.BTNWIContinue.Name = "BTNWIContinue"
- Me.BTNWIContinue.Size = New System.Drawing.Size(131, 24)
- Me.BTNWIContinue.TabIndex = 168
- Me.BTNWIContinue.Text = "Continue"
- Me.BTNWIContinue.UseVisualStyleBackColor = False
+ Me.LblVideoBlowjobTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoBlowjobTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoBlowjobTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoBlowjobTotal.Location = New System.Drawing.Point(299, 88)
+ Me.LblVideoBlowjobTotal.Name = "LblVideoBlowjobTotal"
+ Me.LblVideoBlowjobTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoBlowjobTotal.TabIndex = 15
+ Me.LblVideoBlowjobTotal.Text = "0"
+ Me.LblVideoBlowjobTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNWIAddandContinue
+ 'LblVideoLesbianTotal
'
- Me.BTNWIAddandContinue.BackColor = System.Drawing.Color.LightGray
- Me.BTNWIAddandContinue.Enabled = False
- Me.BTNWIAddandContinue.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWIAddandContinue.ForeColor = System.Drawing.Color.Black
- Me.BTNWIAddandContinue.Location = New System.Drawing.Point(566, 128)
- Me.BTNWIAddandContinue.Name = "BTNWIAddandContinue"
- Me.BTNWIAddandContinue.Size = New System.Drawing.Size(131, 24)
- Me.BTNWIAddandContinue.TabIndex = 167
- Me.BTNWIAddandContinue.Text = "Add and Continue"
- Me.BTNWIAddandContinue.UseVisualStyleBackColor = False
+ Me.LblVideoLesbianTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoLesbianTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoLesbianTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoLesbianTotal.Location = New System.Drawing.Point(299, 66)
+ Me.LblVideoLesbianTotal.Name = "LblVideoLesbianTotal"
+ Me.LblVideoLesbianTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoLesbianTotal.TabIndex = 11
+ Me.LblVideoLesbianTotal.Text = "0"
+ Me.LblVideoLesbianTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNWICancel
+ 'BTNVideoFemSub
'
- Me.BTNWICancel.BackColor = System.Drawing.Color.LightGray
- Me.BTNWICancel.Enabled = False
- Me.BTNWICancel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWICancel.ForeColor = System.Drawing.Color.Black
- Me.BTNWICancel.Location = New System.Drawing.Point(566, 188)
- Me.BTNWICancel.Name = "BTNWICancel"
- Me.BTNWICancel.Size = New System.Drawing.Size(131, 24)
- Me.BTNWICancel.TabIndex = 166
- Me.BTNWICancel.Text = "Cancel"
- Me.BTNWICancel.UseVisualStyleBackColor = False
+ Me.BTNVideoFemSub.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoFemSub.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoFemSub.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoFemSub.Location = New System.Drawing.Point(73, 130)
+ Me.BTNVideoFemSub.Name = "BTNVideoFemSub"
+ Me.BTNVideoFemSub.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoFemSub.TabIndex = 21
+ Me.BTNVideoFemSub.Text = "1"
+ Me.BTNVideoFemSub.UseVisualStyleBackColor = False
'
- 'CBWIReview
+ 'LblVideoSoftCoreTotal
'
- Me.CBWIReview.Location = New System.Drawing.Point(567, 69)
- Me.CBWIReview.Name = "CBWIReview"
- Me.CBWIReview.Size = New System.Drawing.Size(124, 30)
- Me.CBWIReview.TabIndex = 165
- Me.CBWIReview.Text = "Review Each Image"
- Me.CBWIReview.UseVisualStyleBackColor = True
+ Me.LblVideoSoftCoreTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoSoftCoreTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoSoftCoreTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoSoftCoreTotal.Location = New System.Drawing.Point(299, 43)
+ Me.LblVideoSoftCoreTotal.Name = "LblVideoSoftCoreTotal"
+ Me.LblVideoSoftCoreTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoSoftCoreTotal.TabIndex = 7
+ Me.LblVideoSoftCoreTotal.Text = "0"
+ Me.LblVideoSoftCoreTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNWIBrowse
+ 'BTNVideoFemDom
'
- Me.BTNWIBrowse.BackColor = System.Drawing.Color.LightGray
- Me.BTNWIBrowse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWIBrowse.ForeColor = System.Drawing.Color.Black
- Me.BTNWIBrowse.Location = New System.Drawing.Point(105, 402)
- Me.BTNWIBrowse.Name = "BTNWIBrowse"
- Me.BTNWIBrowse.Size = New System.Drawing.Size(50, 24)
- Me.BTNWIBrowse.TabIndex = 163
- Me.BTNWIBrowse.Text = "Browse"
- Me.BTNWIBrowse.UseVisualStyleBackColor = False
+ Me.BTNVideoFemDom.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoFemDom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoFemDom.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoFemDom.Location = New System.Drawing.Point(73, 106)
+ Me.BTNVideoFemDom.Name = "BTNVideoFemDom"
+ Me.BTNVideoFemDom.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoFemDom.TabIndex = 17
+ Me.BTNVideoFemDom.Text = "1"
+ Me.BTNVideoFemDom.UseVisualStyleBackColor = False
'
- 'TBWIDirectory
+ 'BTNVideoBlowjob
'
- Me.TBWIDirectory.BackColor = System.Drawing.Color.White
- Me.TBWIDirectory.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TBWIDirectory.ForeColor = System.Drawing.Color.Black
- Me.TBWIDirectory.Location = New System.Drawing.Point(161, 404)
- Me.TBWIDirectory.Name = "TBWIDirectory"
- Me.TBWIDirectory.Size = New System.Drawing.Size(400, 20)
- Me.TBWIDirectory.TabIndex = 164
- Me.TBWIDirectory.Text = "Saved Image Directory"
+ Me.BTNVideoBlowjob.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoBlowjob.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoBlowjob.Location = New System.Drawing.Point(73, 82)
+ Me.BTNVideoBlowjob.Name = "BTNVideoBlowjob"
+ Me.BTNVideoBlowjob.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoBlowjob.TabIndex = 13
+ Me.BTNVideoBlowjob.Text = "1"
+ Me.BTNVideoBlowjob.UseVisualStyleBackColor = False
'
- 'BTNWIDisliked
+ 'LblVideoHardCoreTotal
'
- Me.BTNWIDisliked.BackColor = System.Drawing.Color.LightGray
- Me.BTNWIDisliked.Enabled = False
- Me.BTNWIDisliked.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWIDisliked.ForeColor = System.Drawing.Color.Black
- Me.BTNWIDisliked.Location = New System.Drawing.Point(567, 372)
- Me.BTNWIDisliked.Name = "BTNWIDisliked"
- Me.BTNWIDisliked.Size = New System.Drawing.Size(131, 24)
- Me.BTNWIDisliked.TabIndex = 162
- Me.BTNWIDisliked.Text = "Add to Disliked Images"
- Me.BTNWIDisliked.UseVisualStyleBackColor = False
+ Me.LblVideoHardCoreTotal.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoHardCoreTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoHardCoreTotal.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoHardCoreTotal.Location = New System.Drawing.Point(299, 19)
+ Me.LblVideoHardCoreTotal.Name = "LblVideoHardCoreTotal"
+ Me.LblVideoHardCoreTotal.Size = New System.Drawing.Size(34, 17)
+ Me.LblVideoHardCoreTotal.TabIndex = 3
+ Me.LblVideoHardCoreTotal.Text = "0"
+ Me.LblVideoHardCoreTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNWILiked
+ 'BTNVideoLesbian
'
- Me.BTNWILiked.BackColor = System.Drawing.Color.LightGray
- Me.BTNWILiked.Enabled = False
- Me.BTNWILiked.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWILiked.ForeColor = System.Drawing.Color.Black
- Me.BTNWILiked.Location = New System.Drawing.Point(567, 342)
- Me.BTNWILiked.Name = "BTNWILiked"
- Me.BTNWILiked.Size = New System.Drawing.Size(131, 24)
- Me.BTNWILiked.TabIndex = 161
- Me.BTNWILiked.Text = "Add to Liked Images"
- Me.BTNWILiked.UseVisualStyleBackColor = False
+ Me.BTNVideoLesbian.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoLesbian.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoLesbian.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoLesbian.Location = New System.Drawing.Point(73, 59)
+ Me.BTNVideoLesbian.Name = "BTNVideoLesbian"
+ Me.BTNVideoLesbian.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoLesbian.TabIndex = 9
+ Me.BTNVideoLesbian.Text = "1"
+ Me.BTNVideoLesbian.UseVisualStyleBackColor = False
'
- 'BTNWIRemove
+ 'BTNVideoSoftCore
'
- Me.BTNWIRemove.BackColor = System.Drawing.Color.LightGray
- Me.BTNWIRemove.Enabled = False
- Me.BTNWIRemove.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWIRemove.ForeColor = System.Drawing.Color.Black
- Me.BTNWIRemove.Location = New System.Drawing.Point(567, 312)
- Me.BTNWIRemove.Name = "BTNWIRemove"
- Me.BTNWIRemove.Size = New System.Drawing.Size(131, 24)
- Me.BTNWIRemove.TabIndex = 160
- Me.BTNWIRemove.Text = "Remove From URL File"
- Me.BTNWIRemove.UseVisualStyleBackColor = False
+ Me.BTNVideoSoftCore.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoSoftCore.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoSoftCore.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoSoftCore.Location = New System.Drawing.Point(73, 36)
+ Me.BTNVideoSoftCore.Name = "BTNVideoSoftCore"
+ Me.BTNVideoSoftCore.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoSoftCore.TabIndex = 5
+ Me.BTNVideoSoftCore.Text = "1"
+ Me.BTNVideoSoftCore.UseVisualStyleBackColor = False
'
- 'CBWISaveToDisk
+ 'BTNVideoHardCore
'
- Me.CBWISaveToDisk.Location = New System.Drawing.Point(567, 95)
- Me.CBWISaveToDisk.Name = "CBWISaveToDisk"
- Me.CBWISaveToDisk.Size = New System.Drawing.Size(124, 30)
- Me.CBWISaveToDisk.TabIndex = 157
- Me.CBWISaveToDisk.Text = "Save Images to Disk"
- Me.CBWISaveToDisk.UseVisualStyleBackColor = True
+ Me.BTNVideoHardCore.BackColor = System.Drawing.Color.LightGray
+ Me.BTNVideoHardCore.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.BTNVideoHardCore.ForeColor = System.Drawing.Color.Black
+ Me.BTNVideoHardCore.Location = New System.Drawing.Point(73, 12)
+ Me.BTNVideoHardCore.Name = "BTNVideoHardCore"
+ Me.BTNVideoHardCore.Size = New System.Drawing.Size(34, 28)
+ Me.BTNVideoHardCore.TabIndex = 1
+ Me.BTNVideoHardCore.Text = "1"
+ Me.BTNVideoHardCore.UseVisualStyleBackColor = False
'
- 'PictureBox5
+ 'LblVideoHeader
'
- Me.PictureBox5.BackColor = System.Drawing.Color.LightGray
- Me.PictureBox5.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
- Me.PictureBox5.Location = New System.Drawing.Point(9, 6)
- Me.PictureBox5.Name = "PictureBox5"
- Me.PictureBox5.Size = New System.Drawing.Size(160, 19)
- Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
- Me.PictureBox5.TabIndex = 156
- Me.PictureBox5.TabStop = False
+ Me.LblVideoHeader.BackColor = System.Drawing.Color.Transparent
+ Me.LblVideoHeader.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblVideoHeader.ForeColor = System.Drawing.Color.Black
+ Me.LblVideoHeader.Location = New System.Drawing.Point(7, 6)
+ Me.LblVideoHeader.Name = "LblVideoHeader"
+ Me.LblVideoHeader.Size = New System.Drawing.Size(692, 21)
+ Me.LblVideoHeader.TabIndex = 49
+ Me.LblVideoHeader.Text = "Video Settings"
+ Me.LblVideoHeader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'WebImageProgressBar
+ 'TabPage20
'
- Me.WebImageProgressBar.Location = New System.Drawing.Point(567, 218)
- Me.WebImageProgressBar.Maximum = 2500
- Me.WebImageProgressBar.Name = "WebImageProgressBar"
- Me.WebImageProgressBar.Size = New System.Drawing.Size(131, 23)
- Me.WebImageProgressBar.TabIndex = 155
+ Me.TabPage20.BackColor = System.Drawing.Color.Silver
+ Me.TabPage20.Controls.Add(Me.TabControl1)
+ Me.TabPage20.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage20.Name = "TabPage20"
+ Me.TabPage20.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage20.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage20.TabIndex = 16
+ Me.TabPage20.Text = "Apps"
+ '
+ 'TabControl1
+ '
+ Me.TabControl1.Controls.Add(Me.TabPage22)
+ Me.TabControl1.Controls.Add(Me.TpGames)
+ Me.TabControl1.Controls.Add(Me.TabPage6)
+ Me.TabControl1.Location = New System.Drawing.Point(6, 6)
+ Me.TabControl1.Name = "TabControl1"
+ Me.TabControl1.SelectedIndex = 0
+ Me.TabControl1.Size = New System.Drawing.Size(708, 437)
+ Me.TabControl1.TabIndex = 0
+ '
+ 'TabPage22
+ '
+ Me.TabPage22.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage22.Controls.Add(Me.PNLGlitter)
+ Me.TabPage22.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage22.Name = "TabPage22"
+ Me.TabPage22.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage22.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage22.TabIndex = 0
+ Me.TabPage22.Text = "Glitter"
'
- 'BTNWICreateURL
+ 'PNLGlitter
'
- Me.BTNWICreateURL.BackColor = System.Drawing.Color.LightGray
- Me.BTNWICreateURL.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWICreateURL.ForeColor = System.Drawing.Color.Black
- Me.BTNWICreateURL.Location = New System.Drawing.Point(567, 39)
- Me.BTNWICreateURL.Name = "BTNWICreateURL"
- Me.BTNWICreateURL.Size = New System.Drawing.Size(132, 24)
- Me.BTNWICreateURL.TabIndex = 154
- Me.BTNWICreateURL.Text = "Create URL File"
- Me.BTNWICreateURL.UseVisualStyleBackColor = False
+ Me.PNLGlitter.BackColor = System.Drawing.Color.LightGray
+ Me.PNLGlitter.Controls.Add(Me.GroupBox14)
+ Me.PNLGlitter.Controls.Add(Me.GroupBox4)
+ Me.PNLGlitter.Controls.Add(Me.Button15)
+ Me.PNLGlitter.Controls.Add(Me.Button16)
+ Me.PNLGlitter.Controls.Add(Me.Label121)
+ Me.PNLGlitter.Controls.Add(Me.Label122)
+ Me.PNLGlitter.Controls.Add(Me.GBGlitterD)
+ Me.PNLGlitter.Controls.Add(Me.GBGlitter1)
+ Me.PNLGlitter.Controls.Add(Me.GBGlitter3)
+ Me.PNLGlitter.Controls.Add(Me.GBGlitter2)
+ Me.PNLGlitter.Location = New System.Drawing.Point(-3, 5)
+ Me.PNLGlitter.Name = "PNLGlitter"
+ Me.PNLGlitter.Size = New System.Drawing.Size(708, 404)
+ Me.PNLGlitter.TabIndex = 91
'
- 'LBLWebImageCount
+ 'GroupBox14
+ '
+ Me.GroupBox14.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox14.Controls.Add(Me.Label170)
+ Me.GroupBox14.Controls.Add(Me.alwaysNewSlideshow)
+ Me.GroupBox14.Controls.Add(Me.RandomHonorific)
+ Me.GroupBox14.Location = New System.Drawing.Point(355, 307)
+ Me.GroupBox14.Name = "GroupBox14"
+ Me.GroupBox14.Size = New System.Drawing.Size(306, 85)
+ Me.GroupBox14.TabIndex = 182
+ Me.GroupBox14.TabStop = False
+ Me.GroupBox14.Text = "General Contact Settings"
+ '
+ 'Label170
+ '
+ Me.Label170.Location = New System.Drawing.Point(4, 52)
+ Me.Label170.Name = "Label170"
+ Me.Label170.Size = New System.Drawing.Size(142, 18)
+ Me.Label170.TabIndex = 28
+ Me.Label170.Text = "Random Domme Honorific:"
+ Me.Label170.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'alwaysNewSlideshow
+ '
+ Me.alwaysNewSlideshow.AutoSize = True
+ Me.alwaysNewSlideshow.ForeColor = System.Drawing.Color.Black
+ Me.alwaysNewSlideshow.Location = New System.Drawing.Point(10, 24)
+ Me.alwaysNewSlideshow.Name = "alwaysNewSlideshow"
+ Me.alwaysNewSlideshow.Size = New System.Drawing.Size(294, 17)
+ Me.alwaysNewSlideshow.TabIndex = 151
+ Me.alwaysNewSlideshow.Text = "Always Load New Slideshow When Using @AddContact"
+ Me.alwaysNewSlideshow.UseVisualStyleBackColor = True
+ '
+ 'RandomHonorific
+ '
+ Me.RandomHonorific.BackColor = System.Drawing.Color.White
+ Me.RandomHonorific.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.RandomHonorific.Location = New System.Drawing.Point(149, 51)
+ Me.RandomHonorific.Name = "RandomHonorific"
+ Me.RandomHonorific.Size = New System.Drawing.Size(143, 20)
+ Me.RandomHonorific.TabIndex = 187
+ Me.RandomHonorific.Text = "Mistress"
+ Me.RandomHonorific.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
+ 'GroupBox4
+ '
+ Me.GroupBox4.Controls.Add(Me.LBLCurrentDomme)
+ Me.GroupBox4.Controls.Add(Me.BTNDomChangeContact1)
+ Me.GroupBox4.Controls.Add(Me.BTNDomChangeRandom)
+ Me.GroupBox4.Controls.Add(Me.BTNDomChangeContact3)
+ Me.GroupBox4.Controls.Add(Me.BTNDomChangeContact2)
+ Me.GroupBox4.Controls.Add(Me.BTNDomChangeDomme)
+ Me.GroupBox4.Location = New System.Drawing.Point(7, 307)
+ Me.GroupBox4.Name = "GroupBox4"
+ Me.GroupBox4.Size = New System.Drawing.Size(344, 85)
+ Me.GroupBox4.TabIndex = 167
+ Me.GroupBox4.TabStop = False
+ Me.GroupBox4.Text = "Change Current Domme"
+ '
+ 'LBLCurrentDomme
+ '
+ Me.LBLCurrentDomme.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLCurrentDomme.Location = New System.Drawing.Point(230, 19)
+ Me.LBLCurrentDomme.Name = "LBLCurrentDomme"
+ Me.LBLCurrentDomme.Size = New System.Drawing.Size(104, 24)
+ Me.LBLCurrentDomme.TabIndex = 168
+ Me.LBLCurrentDomme.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'BTNDomChangeContact1
+ '
+ Me.BTNDomChangeContact1.BackColor = System.Drawing.Color.LightGray
+ Me.BTNDomChangeContact1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNDomChangeContact1.ForeColor = System.Drawing.Color.Black
+ Me.BTNDomChangeContact1.Location = New System.Drawing.Point(6, 49)
+ Me.BTNDomChangeContact1.Name = "BTNDomChangeContact1"
+ Me.BTNDomChangeContact1.Size = New System.Drawing.Size(108, 24)
+ Me.BTNDomChangeContact1.TabIndex = 173
+ Me.BTNDomChangeContact1.Text = "Contact 1"
+ Me.BTNDomChangeContact1.UseVisualStyleBackColor = False
+ '
+ 'BTNDomChangeRandom
+ '
+ Me.BTNDomChangeRandom.BackColor = System.Drawing.Color.LightGray
+ Me.BTNDomChangeRandom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNDomChangeRandom.ForeColor = System.Drawing.Color.Black
+ Me.BTNDomChangeRandom.Location = New System.Drawing.Point(116, 19)
+ Me.BTNDomChangeRandom.Name = "BTNDomChangeRandom"
+ Me.BTNDomChangeRandom.Size = New System.Drawing.Size(108, 24)
+ Me.BTNDomChangeRandom.TabIndex = 172
+ Me.BTNDomChangeRandom.Text = "Random"
+ Me.BTNDomChangeRandom.UseVisualStyleBackColor = False
+ '
+ 'BTNDomChangeContact3
+ '
+ Me.BTNDomChangeContact3.BackColor = System.Drawing.Color.LightGray
+ Me.BTNDomChangeContact3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNDomChangeContact3.ForeColor = System.Drawing.Color.Black
+ Me.BTNDomChangeContact3.Location = New System.Drawing.Point(226, 49)
+ Me.BTNDomChangeContact3.Name = "BTNDomChangeContact3"
+ Me.BTNDomChangeContact3.Size = New System.Drawing.Size(108, 24)
+ Me.BTNDomChangeContact3.TabIndex = 171
+ Me.BTNDomChangeContact3.Text = "Contact 3"
+ Me.BTNDomChangeContact3.UseVisualStyleBackColor = False
+ '
+ 'BTNDomChangeContact2
+ '
+ Me.BTNDomChangeContact2.BackColor = System.Drawing.Color.LightGray
+ Me.BTNDomChangeContact2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNDomChangeContact2.ForeColor = System.Drawing.Color.Black
+ Me.BTNDomChangeContact2.Location = New System.Drawing.Point(116, 49)
+ Me.BTNDomChangeContact2.Name = "BTNDomChangeContact2"
+ Me.BTNDomChangeContact2.Size = New System.Drawing.Size(108, 24)
+ Me.BTNDomChangeContact2.TabIndex = 170
+ Me.BTNDomChangeContact2.Text = "Contact 2"
+ Me.BTNDomChangeContact2.UseVisualStyleBackColor = False
+ '
+ 'BTNDomChangeDomme
+ '
+ Me.BTNDomChangeDomme.BackColor = System.Drawing.Color.LightGray
+ Me.BTNDomChangeDomme.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNDomChangeDomme.ForeColor = System.Drawing.Color.Black
+ Me.BTNDomChangeDomme.Location = New System.Drawing.Point(6, 19)
+ Me.BTNDomChangeDomme.Name = "BTNDomChangeDomme"
+ Me.BTNDomChangeDomme.Size = New System.Drawing.Size(108, 24)
+ Me.BTNDomChangeDomme.TabIndex = 168
+ Me.BTNDomChangeDomme.Text = "Domme"
+ Me.BTNDomChangeDomme.UseVisualStyleBackColor = False
'
- Me.LBLWebImageCount.BackColor = System.Drawing.Color.Transparent
- Me.LBLWebImageCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLWebImageCount.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLWebImageCount.ForeColor = System.Drawing.Color.Black
- Me.LBLWebImageCount.Location = New System.Drawing.Point(6, 404)
- Me.LBLWebImageCount.Name = "LBLWebImageCount"
- Me.LBLWebImageCount.Size = New System.Drawing.Size(93, 21)
- Me.LBLWebImageCount.TabIndex = 153
- Me.LBLWebImageCount.Text = "0/0"
- Me.LBLWebImageCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'Button15
'
- 'BTNWISave
+ Me.Button15.BackColor = System.Drawing.Color.LightGray
+ Me.Button15.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Button_Export
+ Me.Button15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Button15.FlatAppearance.BorderSize = 0
+ Me.Button15.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray
+ Me.Button15.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
+ Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Button15.ForeColor = System.Drawing.Color.Black
+ Me.Button15.Location = New System.Drawing.Point(670, 366)
+ Me.Button15.Name = "Button15"
+ Me.Button15.Size = New System.Drawing.Size(30, 26)
+ Me.Button15.TabIndex = 163
+ Me.Button15.UseVisualStyleBackColor = False
'
- Me.BTNWISave.BackColor = System.Drawing.Color.LightGray
- Me.BTNWISave.Enabled = False
- Me.BTNWISave.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWISave.ForeColor = System.Drawing.Color.Black
- Me.BTNWISave.Location = New System.Drawing.Point(567, 401)
- Me.BTNWISave.Name = "BTNWISave"
- Me.BTNWISave.Size = New System.Drawing.Size(131, 24)
- Me.BTNWISave.TabIndex = 152
- Me.BTNWISave.Text = "Save Image to Disk"
- Me.BTNWISave.UseVisualStyleBackColor = False
+ 'Button16
'
- 'BTNWIOpenURL
+ Me.Button16.BackColor = System.Drawing.Color.LightGray
+ Me.Button16.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Button_Save
+ Me.Button16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Button16.FlatAppearance.BorderSize = 0
+ Me.Button16.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray
+ Me.Button16.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
+ Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button16.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Button16.ForeColor = System.Drawing.Color.Black
+ Me.Button16.Location = New System.Drawing.Point(667, 324)
+ Me.Button16.Name = "Button16"
+ Me.Button16.Size = New System.Drawing.Size(30, 26)
+ Me.Button16.TabIndex = 164
+ Me.Button16.UseVisualStyleBackColor = False
'
- Me.BTNWIOpenURL.BackColor = System.Drawing.Color.LightGray
- Me.BTNWIOpenURL.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWIOpenURL.ForeColor = System.Drawing.Color.Black
- Me.BTNWIOpenURL.Location = New System.Drawing.Point(566, 252)
- Me.BTNWIOpenURL.Name = "BTNWIOpenURL"
- Me.BTNWIOpenURL.Size = New System.Drawing.Size(132, 24)
- Me.BTNWIOpenURL.TabIndex = 151
- Me.BTNWIOpenURL.Text = "Open URL File"
- Me.BTNWIOpenURL.UseVisualStyleBackColor = False
+ 'Label121
'
- 'BTNWIPrevious
+ Me.Label121.AutoSize = True
+ Me.Label121.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label121.ForeColor = System.Drawing.Color.Black
+ Me.Label121.Location = New System.Drawing.Point(669, 352)
+ Me.Label121.Name = "Label121"
+ Me.Label121.Size = New System.Drawing.Size(27, 13)
+ Me.Label121.TabIndex = 166
+ Me.Label121.Text = "load"
+ Me.Label121.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.BTNWIPrevious.BackColor = System.Drawing.Color.LightGray
- Me.BTNWIPrevious.Enabled = False
- Me.BTNWIPrevious.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWIPrevious.ForeColor = System.Drawing.Color.Black
- Me.BTNWIPrevious.Location = New System.Drawing.Point(567, 282)
- Me.BTNWIPrevious.Name = "BTNWIPrevious"
- Me.BTNWIPrevious.Size = New System.Drawing.Size(47, 24)
- Me.BTNWIPrevious.TabIndex = 149
- Me.BTNWIPrevious.Text = "<<"
- Me.BTNWIPrevious.UseVisualStyleBackColor = False
+ 'Label122
'
- 'BTNWINext
+ Me.Label122.AutoSize = True
+ Me.Label122.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label122.ForeColor = System.Drawing.Color.Black
+ Me.Label122.Location = New System.Drawing.Point(667, 313)
+ Me.Label122.Name = "Label122"
+ Me.Label122.Size = New System.Drawing.Size(30, 13)
+ Me.Label122.TabIndex = 165
+ Me.Label122.Text = "save"
+ Me.Label122.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.BTNWINext.BackColor = System.Drawing.Color.LightGray
- Me.BTNWINext.Enabled = False
- Me.BTNWINext.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNWINext.ForeColor = System.Drawing.Color.Black
- Me.BTNWINext.Location = New System.Drawing.Point(651, 282)
- Me.BTNWINext.Name = "BTNWINext"
- Me.BTNWINext.Size = New System.Drawing.Size(47, 24)
- Me.BTNWINext.TabIndex = 150
- Me.BTNWINext.Text = ">>"
- Me.BTNWINext.UseVisualStyleBackColor = False
+ 'GBGlitterD
'
- 'WebPictureBox
+ Me.GBGlitterD.BackColor = System.Drawing.Color.LightGray
+ Me.GBGlitterD.Controls.Add(Me.GrbGlitterfeed)
+ Me.GBGlitterD.Controls.Add(Me.BTNGlitterD)
+ Me.GBGlitterD.Controls.Add(Me.LBLGlitterNCDomme)
+ Me.GBGlitterD.Controls.Add(Me.LBLGlitterSlider)
+ Me.GBGlitterD.Controls.Add(Me.CBCustom2)
+ Me.GBGlitterD.Controls.Add(Me.GlitterSlider)
+ Me.GBGlitterD.Controls.Add(Me.CBCustom1)
+ Me.GBGlitterD.Controls.Add(Me.CBDaily)
+ Me.GBGlitterD.Controls.Add(Me.CBTrivia)
+ Me.GBGlitterD.Controls.Add(Me.TBGlitterShortName)
+ Me.GBGlitterD.Controls.Add(Me.CBEgotist)
+ Me.GBGlitterD.Controls.Add(Me.CBTease)
+ Me.GBGlitterD.Controls.Add(Me.GlitterAV)
+ Me.GBGlitterD.Location = New System.Drawing.Point(7, 1)
+ Me.GBGlitterD.Name = "GBGlitterD"
+ Me.GBGlitterD.Size = New System.Drawing.Size(344, 150)
+ Me.GBGlitterD.TabIndex = 162
+ Me.GBGlitterD.TabStop = False
+ Me.GBGlitterD.Text = "Domme"
'
- Me.WebPictureBox.BackColor = System.Drawing.Color.Black
- Me.WebPictureBox.Location = New System.Drawing.Point(6, 38)
- Me.WebPictureBox.Name = "WebPictureBox"
- Me.WebPictureBox.Size = New System.Drawing.Size(555, 358)
- Me.WebPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.WebPictureBox.TabIndex = 148
- Me.WebPictureBox.TabStop = False
+ 'GrbGlitterfeed
'
- 'Label71
+ Me.GrbGlitterfeed.Controls.Add(Me.CBGlitterFeedScripts)
+ Me.GrbGlitterfeed.Controls.Add(Me.CBGlitterFeed)
+ Me.GrbGlitterfeed.Controls.Add(Me.CBGlitterFeedOff)
+ Me.GrbGlitterfeed.Location = New System.Drawing.Point(79, 16)
+ Me.GrbGlitterfeed.Name = "GrbGlitterfeed"
+ Me.GrbGlitterfeed.Size = New System.Drawing.Size(134, 35)
+ Me.GrbGlitterfeed.TabIndex = 168
+ Me.GrbGlitterfeed.TabStop = False
+ Me.GrbGlitterfeed.Text = "Glitterfeeds"
'
- Me.Label71.BackColor = System.Drawing.Color.Transparent
- Me.Label71.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label71.ForeColor = System.Drawing.Color.Black
- Me.Label71.Location = New System.Drawing.Point(7, 6)
- Me.Label71.Name = "Label71"
- Me.Label71.Size = New System.Drawing.Size(692, 21)
- Me.Label71.TabIndex = 48
- Me.Label71.Text = "URL Files"
- Me.Label71.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'BTNGlitterD
'
- 'TpVideoSettings
+ Me.BTNGlitterD.BackColor = System.Drawing.Color.LightGray
+ Me.BTNGlitterD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNGlitterD.ForeColor = System.Drawing.Color.Black
+ Me.BTNGlitterD.Location = New System.Drawing.Point(220, 23)
+ Me.BTNGlitterD.Name = "BTNGlitterD"
+ Me.BTNGlitterD.Size = New System.Drawing.Size(115, 24)
+ Me.BTNGlitterD.TabIndex = 166
+ Me.BTNGlitterD.Text = "Choose Name Color"
+ Me.BTNGlitterD.UseVisualStyleBackColor = False
'
- Me.TpVideoSettings.BackColor = System.Drawing.Color.Silver
- Me.TpVideoSettings.Controls.Add(Me.PnlVideoSettings)
- Me.TpVideoSettings.Location = New System.Drawing.Point(4, 22)
- Me.TpVideoSettings.Name = "TpVideoSettings"
- Me.TpVideoSettings.Padding = New System.Windows.Forms.Padding(6)
- Me.TpVideoSettings.Size = New System.Drawing.Size(720, 448)
- Me.TpVideoSettings.TabIndex = 2
- Me.TpVideoSettings.Text = "Video"
+ 'LBLGlitterSlider
'
- 'PnlVideoSettings
+ Me.LBLGlitterSlider.BackColor = System.Drawing.Color.Transparent
+ Me.LBLGlitterSlider.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterSlider.ForeColor = System.Drawing.Color.Black
+ Me.LBLGlitterSlider.Location = New System.Drawing.Point(220, 96)
+ Me.LBLGlitterSlider.Name = "LBLGlitterSlider"
+ Me.LBLGlitterSlider.Size = New System.Drawing.Size(115, 19)
+ Me.LBLGlitterSlider.TabIndex = 162
+ Me.LBLGlitterSlider.Text = "Post Frequency"
+ Me.LBLGlitterSlider.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.PnlVideoSettings.BackColor = System.Drawing.Color.LightGray
- Me.PnlVideoSettings.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PnlVideoSettings.Controls.Add(Me.PbBannerVideoSettings)
- Me.PnlVideoSettings.Controls.Add(Me.BTNRefreshVideos)
- Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGeneralD)
- Me.PnlVideoSettings.Controls.Add(Me.GbxVideoSpecialD)
- Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGenreD)
- Me.PnlVideoSettings.Controls.Add(Me.GbxVideoDescription)
- Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGeneral)
- Me.PnlVideoSettings.Controls.Add(Me.GbxVideoSpecial)
- Me.PnlVideoSettings.Controls.Add(Me.GbxVideoGenre)
- Me.PnlVideoSettings.Controls.Add(Me.LblVideoHeader)
- Me.PnlVideoSettings.Dock = System.Windows.Forms.DockStyle.Fill
- Me.PnlVideoSettings.Location = New System.Drawing.Point(6, 6)
- Me.PnlVideoSettings.Margin = New System.Windows.Forms.Padding(6)
- Me.PnlVideoSettings.Name = "PnlVideoSettings"
- Me.PnlVideoSettings.Size = New System.Drawing.Size(708, 436)
- Me.PnlVideoSettings.TabIndex = 92
+ 'GlitterAV
'
- 'PbBannerVideoSettings
+ Me.GlitterAV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GlitterAV.Location = New System.Drawing.Point(9, 22)
+ Me.GlitterAV.Name = "GlitterAV"
+ Me.GlitterAV.Size = New System.Drawing.Size(64, 64)
+ Me.GlitterAV.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GlitterAV.TabIndex = 149
+ Me.GlitterAV.TabStop = False
'
- Me.PbBannerVideoSettings.BackColor = System.Drawing.Color.LightGray
- Me.PbBannerVideoSettings.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
- Me.PbBannerVideoSettings.Location = New System.Drawing.Point(9, 6)
- Me.PbBannerVideoSettings.Name = "PbBannerVideoSettings"
- Me.PbBannerVideoSettings.Size = New System.Drawing.Size(160, 19)
- Me.PbBannerVideoSettings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
- Me.PbBannerVideoSettings.TabIndex = 151
- Me.PbBannerVideoSettings.TabStop = False
+ 'GBGlitter1
+ '
+ Me.GBGlitter1.BackColor = System.Drawing.Color.LightGray
+ Me.GBGlitter1.Controls.Add(Me.Label167)
+ Me.GBGlitter1.Controls.Add(Me.G1Honorific)
+ Me.GBGlitter1.Controls.Add(Me.BtnContact1ImageDirClear)
+ Me.GBGlitter1.Controls.Add(Me.BtnContact1ImageDir)
+ Me.GBGlitter1.Controls.Add(Me.TbxContact1ImageDir)
+ Me.GBGlitter1.Controls.Add(Me.BTNGlitter1)
+ Me.GBGlitter1.Controls.Add(Me.LBLGlitterNC1)
+ Me.GBGlitter1.Controls.Add(Me.LBLGlitterSlider1)
+ Me.GBGlitter1.Controls.Add(Me.GlitterSlider1)
+ Me.GBGlitter1.Controls.Add(Me.CBGlitter1)
+ Me.GBGlitter1.Controls.Add(Me.TBGlitter1)
+ Me.GBGlitter1.Controls.Add(Me.GlitterAV1)
+ Me.GBGlitter1.Location = New System.Drawing.Point(355, 1)
+ Me.GBGlitter1.Name = "GBGlitter1"
+ Me.GBGlitter1.Size = New System.Drawing.Size(344, 150)
+ Me.GBGlitter1.TabIndex = 161
+ Me.GBGlitter1.TabStop = False
+ Me.GBGlitter1.Text = "Contact 1"
'
- 'BTNRefreshVideos
+ 'Label167
'
- Me.BTNRefreshVideos.BackColor = System.Drawing.Color.LightGray
- Me.BTNRefreshVideos.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Button_Refresh
- Me.BTNRefreshVideos.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.BTNRefreshVideos.FlatAppearance.BorderSize = 0
- Me.BTNRefreshVideos.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray
- Me.BTNRefreshVideos.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
- Me.BTNRefreshVideos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.BTNRefreshVideos.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNRefreshVideos.ForeColor = System.Drawing.Color.Black
- Me.BTNRefreshVideos.Location = New System.Drawing.Point(671, 6)
- Me.BTNRefreshVideos.Name = "BTNRefreshVideos"
- Me.BTNRefreshVideos.Size = New System.Drawing.Size(30, 26)
- Me.BTNRefreshVideos.TabIndex = 149
- Me.BTNRefreshVideos.UseVisualStyleBackColor = False
+ Me.Label167.BackColor = System.Drawing.Color.Transparent
+ Me.Label167.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label167.ForeColor = System.Drawing.Color.Black
+ Me.Label167.Location = New System.Drawing.Point(220, 15)
+ Me.Label167.Name = "Label167"
+ Me.Label167.Size = New System.Drawing.Size(114, 19)
+ Me.Label167.TabIndex = 182
+ Me.Label167.Text = "Contact Honorific"
+ Me.Label167.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'GbxVideoGeneralD
+ 'G1Honorific
'
- Me.GbxVideoGeneralD.BackColor = System.Drawing.Color.LightGray
- Me.GbxVideoGeneralD.Controls.Add(Me.LblVideoGeneralTotalD)
- Me.GbxVideoGeneralD.Controls.Add(Me.TxbVideoGeneralD)
- Me.GbxVideoGeneralD.Controls.Add(Me.BTNVideoGeneralD)
- Me.GbxVideoGeneralD.Controls.Add(Me.CBVideoGeneralD)
- Me.GbxVideoGeneralD.ForeColor = System.Drawing.Color.Black
- Me.GbxVideoGeneralD.Location = New System.Drawing.Point(359, 277)
- Me.GbxVideoGeneralD.Name = "GbxVideoGeneralD"
- Me.GbxVideoGeneralD.Size = New System.Drawing.Size(340, 48)
- Me.GbxVideoGeneralD.TabIndex = 5
- Me.GbxVideoGeneralD.TabStop = False
- Me.GbxVideoGeneralD.Text = "Domme General"
+ Me.G1Honorific.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.G1Honorific.Location = New System.Drawing.Point(220, 34)
+ Me.G1Honorific.Name = "G1Honorific"
+ Me.G1Honorific.Size = New System.Drawing.Size(116, 23)
+ Me.G1Honorific.TabIndex = 0
+ Me.G1Honorific.Text = "Mistress"
+ Me.G1Honorific.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'LblVideoGeneralTotalD
+ 'BtnContact1ImageDirClear
'
- Me.LblVideoGeneralTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoGeneralTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoGeneralTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoGeneralTotalD.Location = New System.Drawing.Point(299, 19)
- Me.LblVideoGeneralTotalD.Name = "LblVideoGeneralTotalD"
- Me.LblVideoGeneralTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoGeneralTotalD.TabIndex = 3
- Me.LblVideoGeneralTotalD.Text = "0"
- Me.LblVideoGeneralTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.BtnContact1ImageDirClear.BackColor = System.Drawing.Color.LightGray
+ Me.BtnContact1ImageDirClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnContact1ImageDirClear.ForeColor = System.Drawing.Color.Black
+ Me.BtnContact1ImageDirClear.Location = New System.Drawing.Point(174, 93)
+ Me.BtnContact1ImageDirClear.Name = "BtnContact1ImageDirClear"
+ Me.BtnContact1ImageDirClear.Size = New System.Drawing.Size(39, 22)
+ Me.BtnContact1ImageDirClear.TabIndex = 181
+ Me.BtnContact1ImageDirClear.Text = "Clear"
+ Me.BtnContact1ImageDirClear.UseVisualStyleBackColor = False
'
- 'TxbVideoGeneralD
+ 'BtnContact1ImageDir
'
- Me.TxbVideoGeneralD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoGeneralD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoGeneralD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoGeneralD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoGeneralD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoGeneralD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoGeneralD.Location = New System.Drawing.Point(113, 18)
- Me.TxbVideoGeneralD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoGeneralD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoGeneralD.Name = "TxbVideoGeneralD"
- Me.TxbVideoGeneralD.ReadOnly = True
- Me.TxbVideoGeneralD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoGeneralD.TabIndex = 2
- Me.TxbVideoGeneralD.Text = Global.Tease_AI.My.MySettings.Default.VideoGeneralD
+ Me.BtnContact1ImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.BtnContact1ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnContact1ImageDir.ForeColor = System.Drawing.Color.Black
+ Me.BtnContact1ImageDir.Location = New System.Drawing.Point(9, 93)
+ Me.BtnContact1ImageDir.Name = "BtnContact1ImageDir"
+ Me.BtnContact1ImageDir.Size = New System.Drawing.Size(160, 22)
+ Me.BtnContact1ImageDir.TabIndex = 177
+ Me.BtnContact1ImageDir.Text = "Set Contact1 Images Directory"
+ Me.BtnContact1ImageDir.UseVisualStyleBackColor = False
'
- 'BTNVideoGeneralD
+ 'BTNGlitter1
'
- Me.BTNVideoGeneralD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoGeneralD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoGeneralD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoGeneralD.Location = New System.Drawing.Point(73, 13)
- Me.BTNVideoGeneralD.Name = "BTNVideoGeneralD"
- Me.BTNVideoGeneralD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoGeneralD.TabIndex = 1
- Me.BTNVideoGeneralD.Text = "1"
- Me.BTNVideoGeneralD.UseVisualStyleBackColor = False
+ Me.BTNGlitter1.BackColor = System.Drawing.Color.LightGray
+ Me.BTNGlitter1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNGlitter1.ForeColor = System.Drawing.Color.Black
+ Me.BTNGlitter1.Location = New System.Drawing.Point(78, 64)
+ Me.BTNGlitter1.Name = "BTNGlitter1"
+ Me.BTNGlitter1.Size = New System.Drawing.Size(136, 23)
+ Me.BTNGlitter1.TabIndex = 175
+ Me.BTNGlitter1.Text = "Choose Name Color"
+ Me.BTNGlitter1.UseVisualStyleBackColor = False
'
- 'CBVideoGeneralD
+ 'LBLGlitterSlider1
'
- Me.CBVideoGeneralD.AutoSize = True
- Me.CBVideoGeneralD.Checked = Global.Tease_AI.My.MySettings.Default.CBGeneralD
- Me.CBVideoGeneralD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGeneralD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoGeneralD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoGeneralD.Location = New System.Drawing.Point(6, 19)
- Me.CBVideoGeneralD.Name = "CBVideoGeneralD"
- Me.CBVideoGeneralD.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoGeneralD.TabIndex = 0
- Me.CBVideoGeneralD.Text = "General"
- Me.CBVideoGeneralD.UseVisualStyleBackColor = True
+ Me.LBLGlitterSlider1.BackColor = System.Drawing.Color.Transparent
+ Me.LBLGlitterSlider1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterSlider1.ForeColor = System.Drawing.Color.Black
+ Me.LBLGlitterSlider1.Location = New System.Drawing.Point(220, 96)
+ Me.LBLGlitterSlider1.Name = "LBLGlitterSlider1"
+ Me.LBLGlitterSlider1.Size = New System.Drawing.Size(115, 19)
+ Me.LBLGlitterSlider1.TabIndex = 163
+ Me.LBLGlitterSlider1.Text = "Response Frequency"
+ Me.LBLGlitterSlider1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'GbxVideoSpecialD
+ 'GlitterAV1
'
- Me.GbxVideoSpecialD.BackColor = System.Drawing.Color.LightGray
- Me.GbxVideoSpecialD.Controls.Add(Me.LblVideoCHTotalD)
- Me.GbxVideoSpecialD.Controls.Add(Me.LblVideoJOITotalD)
- Me.GbxVideoSpecialD.Controls.Add(Me.TxbVideoCHD)
- Me.GbxVideoSpecialD.Controls.Add(Me.TxbVideoJOID)
- Me.GbxVideoSpecialD.Controls.Add(Me.BTNVideoCHD)
- Me.GbxVideoSpecialD.Controls.Add(Me.BTNVideoJOID)
- Me.GbxVideoSpecialD.Controls.Add(Me.CBVideoJOID)
- Me.GbxVideoSpecialD.Controls.Add(Me.CBVideoCHD)
- Me.GbxVideoSpecialD.ForeColor = System.Drawing.Color.Black
- Me.GbxVideoSpecialD.Location = New System.Drawing.Point(359, 201)
- Me.GbxVideoSpecialD.Name = "GbxVideoSpecialD"
- Me.GbxVideoSpecialD.Size = New System.Drawing.Size(340, 70)
- Me.GbxVideoSpecialD.TabIndex = 4
- Me.GbxVideoSpecialD.TabStop = False
- Me.GbxVideoSpecialD.Text = "Domme Special"
+ Me.GlitterAV1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GlitterAV1.Location = New System.Drawing.Point(9, 22)
+ Me.GlitterAV1.Name = "GlitterAV1"
+ Me.GlitterAV1.Size = New System.Drawing.Size(64, 64)
+ Me.GlitterAV1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GlitterAV1.TabIndex = 149
+ Me.GlitterAV1.TabStop = False
'
- 'LblVideoCHTotalD
+ 'GBGlitter3
'
- Me.LblVideoCHTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoCHTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoCHTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoCHTotalD.Location = New System.Drawing.Point(299, 42)
- Me.LblVideoCHTotalD.Name = "LblVideoCHTotalD"
- Me.LblVideoCHTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoCHTotalD.TabIndex = 7
- Me.LblVideoCHTotalD.Text = "0"
- Me.LblVideoCHTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.GBGlitter3.BackColor = System.Drawing.Color.LightGray
+ Me.GBGlitter3.Controls.Add(Me.Label168)
+ Me.GBGlitter3.Controls.Add(Me.G3Honorific)
+ Me.GBGlitter3.Controls.Add(Me.BtnContact3ImageDirClear)
+ Me.GBGlitter3.Controls.Add(Me.BtnContact3ImageDir)
+ Me.GBGlitter3.Controls.Add(Me.TbxContact3ImageDir)
+ Me.GBGlitter3.Controls.Add(Me.BTNGlitter3)
+ Me.GBGlitter3.Controls.Add(Me.LBLGlitterNC3)
+ Me.GBGlitter3.Controls.Add(Me.LBLGlitterSlider3)
+ Me.GBGlitter3.Controls.Add(Me.GlitterSlider3)
+ Me.GBGlitter3.Controls.Add(Me.CBGlitter3)
+ Me.GBGlitter3.Controls.Add(Me.TBGlitter3)
+ Me.GBGlitter3.Controls.Add(Me.GlitterAV3)
+ Me.GBGlitter3.Location = New System.Drawing.Point(355, 151)
+ Me.GBGlitter3.Name = "GBGlitter3"
+ Me.GBGlitter3.Size = New System.Drawing.Size(344, 150)
+ Me.GBGlitter3.TabIndex = 160
+ Me.GBGlitter3.TabStop = False
+ Me.GBGlitter3.Text = "Contact 3"
'
- 'LblVideoJOITotalD
+ 'Label168
'
- Me.LblVideoJOITotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoJOITotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoJOITotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoJOITotalD.Location = New System.Drawing.Point(299, 19)
- Me.LblVideoJOITotalD.Name = "LblVideoJOITotalD"
- Me.LblVideoJOITotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoJOITotalD.TabIndex = 3
- Me.LblVideoJOITotalD.Text = "0"
- Me.LblVideoJOITotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label168.BackColor = System.Drawing.Color.Transparent
+ Me.Label168.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label168.ForeColor = System.Drawing.Color.Black
+ Me.Label168.Location = New System.Drawing.Point(220, 15)
+ Me.Label168.Name = "Label168"
+ Me.Label168.Size = New System.Drawing.Size(114, 19)
+ Me.Label168.TabIndex = 181
+ Me.Label168.Text = "Contact Honorific"
+ Me.Label168.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'TxbVideoCHD
+ 'G3Honorific
'
- Me.TxbVideoCHD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoCHD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoCHD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoCHD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoCHD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoCHD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoCHD.Location = New System.Drawing.Point(113, 41)
- Me.TxbVideoCHD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoCHD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoCHD.Name = "TxbVideoCHD"
- Me.TxbVideoCHD.ReadOnly = True
- Me.TxbVideoCHD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoCHD.TabIndex = 6
- Me.TxbVideoCHD.Text = Global.Tease_AI.My.MySettings.Default.VideoCHD
+ Me.G3Honorific.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.G3Honorific.Location = New System.Drawing.Point(220, 34)
+ Me.G3Honorific.Name = "G3Honorific"
+ Me.G3Honorific.Size = New System.Drawing.Size(115, 23)
+ Me.G3Honorific.TabIndex = 0
+ Me.G3Honorific.Text = "Mistress"
+ Me.G3Honorific.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'TxbVideoJOID
+ 'BtnContact3ImageDirClear
'
- Me.TxbVideoJOID.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoJOID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoJOID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoJOID", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoJOID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoJOID.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoJOID.Location = New System.Drawing.Point(113, 18)
- Me.TxbVideoJOID.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoJOID.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoJOID.Name = "TxbVideoJOID"
- Me.TxbVideoJOID.ReadOnly = True
- Me.TxbVideoJOID.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoJOID.TabIndex = 2
- Me.TxbVideoJOID.Text = Global.Tease_AI.My.MySettings.Default.VideoJOID
+ Me.BtnContact3ImageDirClear.BackColor = System.Drawing.Color.LightGray
+ Me.BtnContact3ImageDirClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnContact3ImageDirClear.ForeColor = System.Drawing.Color.Black
+ Me.BtnContact3ImageDirClear.Location = New System.Drawing.Point(174, 93)
+ Me.BtnContact3ImageDirClear.Name = "BtnContact3ImageDirClear"
+ Me.BtnContact3ImageDirClear.Size = New System.Drawing.Size(39, 22)
+ Me.BtnContact3ImageDirClear.TabIndex = 180
+ Me.BtnContact3ImageDirClear.Text = "Clear"
+ Me.BtnContact3ImageDirClear.UseVisualStyleBackColor = False
'
- 'BTNVideoCHD
+ 'BtnContact3ImageDir
'
- Me.BTNVideoCHD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoCHD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoCHD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoCHD.Location = New System.Drawing.Point(73, 36)
- Me.BTNVideoCHD.Name = "BTNVideoCHD"
- Me.BTNVideoCHD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoCHD.TabIndex = 5
- Me.BTNVideoCHD.Text = "1"
- Me.BTNVideoCHD.UseVisualStyleBackColor = False
+ Me.BtnContact3ImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.BtnContact3ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnContact3ImageDir.ForeColor = System.Drawing.Color.Black
+ Me.BtnContact3ImageDir.Location = New System.Drawing.Point(9, 93)
+ Me.BtnContact3ImageDir.Name = "BtnContact3ImageDir"
+ Me.BtnContact3ImageDir.Size = New System.Drawing.Size(160, 22)
+ Me.BtnContact3ImageDir.TabIndex = 179
+ Me.BtnContact3ImageDir.Text = "Set Contact3 Images Directory"
+ Me.BtnContact3ImageDir.UseVisualStyleBackColor = False
'
- 'BTNVideoJOID
+ 'BTNGlitter3
'
- Me.BTNVideoJOID.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoJOID.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoJOID.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoJOID.Location = New System.Drawing.Point(73, 13)
- Me.BTNVideoJOID.Name = "BTNVideoJOID"
- Me.BTNVideoJOID.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoJOID.TabIndex = 1
- Me.BTNVideoJOID.Text = "1"
- Me.BTNVideoJOID.UseVisualStyleBackColor = False
+ Me.BTNGlitter3.BackColor = System.Drawing.Color.LightGray
+ Me.BTNGlitter3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNGlitter3.ForeColor = System.Drawing.Color.Black
+ Me.BTNGlitter3.Location = New System.Drawing.Point(78, 64)
+ Me.BTNGlitter3.Name = "BTNGlitter3"
+ Me.BTNGlitter3.Size = New System.Drawing.Size(136, 23)
+ Me.BTNGlitter3.TabIndex = 175
+ Me.BTNGlitter3.Text = "Choose Name Color"
+ Me.BTNGlitter3.UseVisualStyleBackColor = False
+ '
+ 'LBLGlitterSlider3
'
- 'CBVideoJOID
+ Me.LBLGlitterSlider3.BackColor = System.Drawing.Color.Transparent
+ Me.LBLGlitterSlider3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterSlider3.ForeColor = System.Drawing.Color.Black
+ Me.LBLGlitterSlider3.Location = New System.Drawing.Point(220, 96)
+ Me.LBLGlitterSlider3.Name = "LBLGlitterSlider3"
+ Me.LBLGlitterSlider3.Size = New System.Drawing.Size(115, 19)
+ Me.LBLGlitterSlider3.TabIndex = 163
+ Me.LBLGlitterSlider3.Text = "Response Frequency"
+ Me.LBLGlitterSlider3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.CBVideoJOID.AutoSize = True
- Me.CBVideoJOID.Checked = Global.Tease_AI.My.MySettings.Default.CBJOID
- Me.CBVideoJOID.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBJOID", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoJOID.ForeColor = System.Drawing.Color.Black
- Me.CBVideoJOID.Location = New System.Drawing.Point(6, 19)
- Me.CBVideoJOID.Name = "CBVideoJOID"
- Me.CBVideoJOID.Size = New System.Drawing.Size(42, 17)
- Me.CBVideoJOID.TabIndex = 0
- Me.CBVideoJOID.Text = "JOI"
- Me.CBVideoJOID.UseVisualStyleBackColor = True
+ 'GlitterAV3
'
- 'CBVideoCHD
+ Me.GlitterAV3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GlitterAV3.Location = New System.Drawing.Point(9, 22)
+ Me.GlitterAV3.Name = "GlitterAV3"
+ Me.GlitterAV3.Size = New System.Drawing.Size(64, 64)
+ Me.GlitterAV3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GlitterAV3.TabIndex = 149
+ Me.GlitterAV3.TabStop = False
'
- Me.CBVideoCHD.AutoSize = True
- Me.CBVideoCHD.Checked = Global.Tease_AI.My.MySettings.Default.CBCHD
- Me.CBVideoCHD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBCHD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoCHD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoCHD.Location = New System.Drawing.Point(6, 43)
- Me.CBVideoCHD.Name = "CBVideoCHD"
- Me.CBVideoCHD.Size = New System.Drawing.Size(41, 17)
- Me.CBVideoCHD.TabIndex = 4
- Me.CBVideoCHD.Text = "CH"
- Me.CBVideoCHD.UseVisualStyleBackColor = True
+ 'GBGlitter2
'
- 'GbxVideoGenreD
+ Me.GBGlitter2.BackColor = System.Drawing.Color.LightGray
+ Me.GBGlitter2.Controls.Add(Me.Label169)
+ Me.GBGlitter2.Controls.Add(Me.G2Honorific)
+ Me.GBGlitter2.Controls.Add(Me.BtnContact2ImageDirClear)
+ Me.GBGlitter2.Controls.Add(Me.BtnContact2ImageDir)
+ Me.GBGlitter2.Controls.Add(Me.TbxContact2ImageDir)
+ Me.GBGlitter2.Controls.Add(Me.BTNGlitter2)
+ Me.GBGlitter2.Controls.Add(Me.LBLGlitterNC2)
+ Me.GBGlitter2.Controls.Add(Me.LBLGlitterSlider2)
+ Me.GBGlitter2.Controls.Add(Me.GlitterSlider2)
+ Me.GBGlitter2.Controls.Add(Me.CBGlitter2)
+ Me.GBGlitter2.Controls.Add(Me.TBGlitter2)
+ Me.GBGlitter2.Controls.Add(Me.GlitterAV2)
+ Me.GBGlitter2.Location = New System.Drawing.Point(7, 151)
+ Me.GBGlitter2.Name = "GBGlitter2"
+ Me.GBGlitter2.Size = New System.Drawing.Size(344, 150)
+ Me.GBGlitter2.TabIndex = 151
+ Me.GBGlitter2.TabStop = False
+ Me.GBGlitter2.Text = "Contact 2"
'
- Me.GbxVideoGenreD.BackColor = System.Drawing.Color.LightGray
- Me.GbxVideoGenreD.Controls.Add(Me.LblVideoFemsubTotalD)
- Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoFemsubD)
- Me.GbxVideoGenreD.Controls.Add(Me.LblVideoFemdomTotalD)
- Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoFemdomD)
- Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoBlowjobD)
- Me.GbxVideoGenreD.Controls.Add(Me.LblVideoBlowjobTotalD)
- Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoLesbianD)
- Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoSoftCoreD)
- Me.GbxVideoGenreD.Controls.Add(Me.LblVideoLesbianTotalD)
- Me.GbxVideoGenreD.Controls.Add(Me.TxbVideoHardCoreD)
- Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoFemSubD)
- Me.GbxVideoGenreD.Controls.Add(Me.LblVideoSoftCoreTotalD)
- Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoFemDomD)
- Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoBlowjobD)
- Me.GbxVideoGenreD.Controls.Add(Me.LblVideoHardCoreTotalD)
- Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoLesbianD)
- Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoSoftCoreD)
- Me.GbxVideoGenreD.Controls.Add(Me.BTNVideoHardCoreD)
- Me.GbxVideoGenreD.Controls.Add(Me.CBVideoHardcoreD)
- Me.GbxVideoGenreD.Controls.Add(Me.CBVideoSoftCoreD)
- Me.GbxVideoGenreD.Controls.Add(Me.CBVideoLesbianD)
- Me.GbxVideoGenreD.Controls.Add(Me.CBVideoBlowjobD)
- Me.GbxVideoGenreD.Controls.Add(Me.CBVideoFemsubD)
- Me.GbxVideoGenreD.Controls.Add(Me.CBVideoFemdomD)
- Me.GbxVideoGenreD.ForeColor = System.Drawing.Color.Black
- Me.GbxVideoGenreD.Location = New System.Drawing.Point(359, 30)
- Me.GbxVideoGenreD.Name = "GbxVideoGenreD"
- Me.GbxVideoGenreD.Size = New System.Drawing.Size(340, 165)
- Me.GbxVideoGenreD.TabIndex = 3
- Me.GbxVideoGenreD.TabStop = False
- Me.GbxVideoGenreD.Text = "Domme Genre"
+ 'Label169
'
- 'LblVideoFemsubTotalD
+ Me.Label169.BackColor = System.Drawing.Color.Transparent
+ Me.Label169.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label169.ForeColor = System.Drawing.Color.Black
+ Me.Label169.Location = New System.Drawing.Point(220, 15)
+ Me.Label169.Name = "Label169"
+ Me.Label169.Size = New System.Drawing.Size(114, 19)
+ Me.Label169.TabIndex = 182
+ Me.Label169.Text = "Contact Honorific"
+ Me.Label169.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.LblVideoFemsubTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoFemsubTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoFemsubTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoFemsubTotalD.Location = New System.Drawing.Point(299, 136)
- Me.LblVideoFemsubTotalD.Name = "LblVideoFemsubTotalD"
- Me.LblVideoFemsubTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoFemsubTotalD.TabIndex = 23
- Me.LblVideoFemsubTotalD.Text = "0"
- Me.LblVideoFemsubTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'G2Honorific
'
- 'TxbVideoFemsubD
+ Me.G2Honorific.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.G2Honorific.Location = New System.Drawing.Point(220, 34)
+ Me.G2Honorific.Name = "G2Honorific"
+ Me.G2Honorific.Size = New System.Drawing.Size(115, 23)
+ Me.G2Honorific.TabIndex = 0
+ Me.G2Honorific.Text = "Mistress"
+ Me.G2Honorific.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- Me.TxbVideoFemsubD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoFemsubD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoFemsubD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemsubD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoFemsubD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoFemsubD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoFemsubD.Location = New System.Drawing.Point(113, 136)
- Me.TxbVideoFemsubD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoFemsubD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemsubD.Name = "TxbVideoFemsubD"
- Me.TxbVideoFemsubD.ReadOnly = True
- Me.TxbVideoFemsubD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemsubD.TabIndex = 22
- Me.TxbVideoFemsubD.Text = Global.Tease_AI.My.MySettings.Default.VideoFemsubD
+ 'BtnContact2ImageDirClear
'
- 'LblVideoFemdomTotalD
+ Me.BtnContact2ImageDirClear.BackColor = System.Drawing.Color.LightGray
+ Me.BtnContact2ImageDirClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnContact2ImageDirClear.ForeColor = System.Drawing.Color.Black
+ Me.BtnContact2ImageDirClear.Location = New System.Drawing.Point(174, 93)
+ Me.BtnContact2ImageDirClear.Name = "BtnContact2ImageDirClear"
+ Me.BtnContact2ImageDirClear.Size = New System.Drawing.Size(39, 22)
+ Me.BtnContact2ImageDirClear.TabIndex = 181
+ Me.BtnContact2ImageDirClear.Text = "Clear"
+ Me.BtnContact2ImageDirClear.UseVisualStyleBackColor = False
'
- Me.LblVideoFemdomTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoFemdomTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoFemdomTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoFemdomTotalD.Location = New System.Drawing.Point(299, 112)
- Me.LblVideoFemdomTotalD.Name = "LblVideoFemdomTotalD"
- Me.LblVideoFemdomTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoFemdomTotalD.TabIndex = 19
- Me.LblVideoFemdomTotalD.Text = "0"
- Me.LblVideoFemdomTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'BtnContact2ImageDir
'
- 'TxbVideoFemdomD
+ Me.BtnContact2ImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.BtnContact2ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnContact2ImageDir.ForeColor = System.Drawing.Color.Black
+ Me.BtnContact2ImageDir.Location = New System.Drawing.Point(9, 93)
+ Me.BtnContact2ImageDir.Name = "BtnContact2ImageDir"
+ Me.BtnContact2ImageDir.Size = New System.Drawing.Size(160, 22)
+ Me.BtnContact2ImageDir.TabIndex = 179
+ Me.BtnContact2ImageDir.Text = "Set Contact2 Images Directory"
+ Me.BtnContact2ImageDir.UseVisualStyleBackColor = False
'
- Me.TxbVideoFemdomD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoFemdomD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoFemdomD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemdomD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoFemdomD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoFemdomD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoFemdomD.Location = New System.Drawing.Point(113, 112)
- Me.TxbVideoFemdomD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoFemdomD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemdomD.Name = "TxbVideoFemdomD"
- Me.TxbVideoFemdomD.ReadOnly = True
- Me.TxbVideoFemdomD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemdomD.TabIndex = 18
- Me.TxbVideoFemdomD.Text = Global.Tease_AI.My.MySettings.Default.VideoFemdomD
+ 'BTNGlitter2
'
- 'TxbVideoBlowjobD
+ Me.BTNGlitter2.BackColor = System.Drawing.Color.LightGray
+ Me.BTNGlitter2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNGlitter2.ForeColor = System.Drawing.Color.Black
+ Me.BTNGlitter2.Location = New System.Drawing.Point(78, 64)
+ Me.BTNGlitter2.Name = "BTNGlitter2"
+ Me.BTNGlitter2.Size = New System.Drawing.Size(136, 23)
+ Me.BTNGlitter2.TabIndex = 167
+ Me.BTNGlitter2.Text = "Choose Name Color"
+ Me.BTNGlitter2.UseVisualStyleBackColor = False
'
- Me.TxbVideoBlowjobD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoBlowjobD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoBlowjobD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoBlowjobD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoBlowjobD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoBlowjobD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoBlowjobD.Location = New System.Drawing.Point(113, 88)
- Me.TxbVideoBlowjobD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoBlowjobD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoBlowjobD.Name = "TxbVideoBlowjobD"
- Me.TxbVideoBlowjobD.ReadOnly = True
- Me.TxbVideoBlowjobD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoBlowjobD.TabIndex = 14
- Me.TxbVideoBlowjobD.Text = Global.Tease_AI.My.MySettings.Default.VideoBlowjobD
+ 'LBLGlitterSlider2
'
- 'LblVideoBlowjobTotalD
+ Me.LBLGlitterSlider2.BackColor = System.Drawing.Color.Transparent
+ Me.LBLGlitterSlider2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterSlider2.ForeColor = System.Drawing.Color.Black
+ Me.LBLGlitterSlider2.Location = New System.Drawing.Point(220, 96)
+ Me.LBLGlitterSlider2.Name = "LBLGlitterSlider2"
+ Me.LBLGlitterSlider2.Size = New System.Drawing.Size(115, 19)
+ Me.LBLGlitterSlider2.TabIndex = 163
+ Me.LBLGlitterSlider2.Text = "Response Frequency"
+ Me.LBLGlitterSlider2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.LblVideoBlowjobTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoBlowjobTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoBlowjobTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoBlowjobTotalD.Location = New System.Drawing.Point(299, 88)
- Me.LblVideoBlowjobTotalD.Name = "LblVideoBlowjobTotalD"
- Me.LblVideoBlowjobTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoBlowjobTotalD.TabIndex = 15
- Me.LblVideoBlowjobTotalD.Text = "0"
- Me.LblVideoBlowjobTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'GlitterAV2
'
- 'TxbVideoLesbianD
+ Me.GlitterAV2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GlitterAV2.Location = New System.Drawing.Point(9, 22)
+ Me.GlitterAV2.Name = "GlitterAV2"
+ Me.GlitterAV2.Size = New System.Drawing.Size(64, 64)
+ Me.GlitterAV2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GlitterAV2.TabIndex = 149
+ Me.GlitterAV2.TabStop = False
'
- Me.TxbVideoLesbianD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoLesbianD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoLesbianD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoLesbianD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoLesbianD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoLesbianD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoLesbianD.Location = New System.Drawing.Point(113, 65)
- Me.TxbVideoLesbianD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoLesbianD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoLesbianD.Name = "TxbVideoLesbianD"
- Me.TxbVideoLesbianD.ReadOnly = True
- Me.TxbVideoLesbianD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoLesbianD.TabIndex = 10
- Me.TxbVideoLesbianD.Text = Global.Tease_AI.My.MySettings.Default.VideoLesbianD
+ 'TpGames
'
- 'TxbVideoSoftCoreD
+ Me.TpGames.BackColor = System.Drawing.Color.LightGray
+ Me.TpGames.Controls.Add(Me.CBIncludeGifs)
+ Me.TpGames.Controls.Add(Me.LblCardsSetupNote)
+ Me.TpGames.Controls.Add(Me.CBGameSounds)
+ Me.TpGames.Controls.Add(Me.GbxCardsGold)
+ Me.TpGames.Controls.Add(Me.GbxCardsBackground)
+ Me.TpGames.Controls.Add(Me.GbxCardsBronze)
+ Me.TpGames.Controls.Add(Me.GbxCardsSilver)
+ Me.TpGames.Location = New System.Drawing.Point(4, 22)
+ Me.TpGames.Name = "TpGames"
+ Me.TpGames.Padding = New System.Windows.Forms.Padding(3)
+ Me.TpGames.Size = New System.Drawing.Size(700, 411)
+ Me.TpGames.TabIndex = 1
+ Me.TpGames.Text = "Games"
'
- Me.TxbVideoSoftCoreD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoSoftCoreD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoSoftCoreD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoSoftcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoSoftCoreD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoSoftCoreD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoSoftCoreD.Location = New System.Drawing.Point(113, 42)
- Me.TxbVideoSoftCoreD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoSoftCoreD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoSoftCoreD.Name = "TxbVideoSoftCoreD"
- Me.TxbVideoSoftCoreD.ReadOnly = True
- Me.TxbVideoSoftCoreD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoSoftCoreD.TabIndex = 6
- Me.TxbVideoSoftCoreD.Text = Global.Tease_AI.My.MySettings.Default.VideoSoftcoreD
+ 'LblCardsSetupNote
+ '
+ Me.LblCardsSetupNote.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LblCardsSetupNote.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LblCardsSetupNote.Location = New System.Drawing.Point(523, 249)
+ Me.LblCardsSetupNote.Name = "LblCardsSetupNote"
+ Me.LblCardsSetupNote.Size = New System.Drawing.Size(171, 93)
+ Me.LblCardsSetupNote.TabIndex = 4
+ Me.LblCardsSetupNote.Text = "Each of the pictures in this tab MUST be set before the Games app can be selected" &
+ "!"
+ Me.LblCardsSetupNote.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'LblVideoLesbianTotalD
+ 'CBGameSounds
'
- Me.LblVideoLesbianTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoLesbianTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoLesbianTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoLesbianTotalD.Location = New System.Drawing.Point(299, 66)
- Me.LblVideoLesbianTotalD.Name = "LblVideoLesbianTotalD"
- Me.LblVideoLesbianTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoLesbianTotalD.TabIndex = 11
- Me.LblVideoLesbianTotalD.Text = "0"
- Me.LblVideoLesbianTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBGameSounds.AutoSize = True
+ Me.CBGameSounds.Checked = True
+ Me.CBGameSounds.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBGameSounds.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.CBGameSounds.ForeColor = System.Drawing.Color.Black
+ Me.CBGameSounds.Location = New System.Drawing.Point(528, 379)
+ Me.CBGameSounds.Name = "CBGameSounds"
+ Me.CBGameSounds.Size = New System.Drawing.Size(116, 17)
+ Me.CBGameSounds.TabIndex = 6
+ Me.CBGameSounds.Text = "Play Game Sounds"
+ Me.CBGameSounds.UseVisualStyleBackColor = True
'
- 'TxbVideoHardCoreD
+ 'GbxCardsGold
'
- Me.TxbVideoHardCoreD.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoHardCoreD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoHardCoreD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoHardcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoHardCoreD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoHardCoreD.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoHardCoreD.Location = New System.Drawing.Point(113, 19)
- Me.TxbVideoHardCoreD.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoHardCoreD.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoHardCoreD.Name = "TxbVideoHardCoreD"
- Me.TxbVideoHardCoreD.ReadOnly = True
- Me.TxbVideoHardCoreD.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoHardCoreD.TabIndex = 2
- Me.TxbVideoHardCoreD.Text = Global.Tease_AI.My.MySettings.Default.VideoHardcoreD
+ Me.GbxCardsGold.Controls.Add(Me.GN6)
+ Me.GbxCardsGold.Controls.Add(Me.GP6)
+ Me.GbxCardsGold.Controls.Add(Me.GN2)
+ Me.GbxCardsGold.Controls.Add(Me.GP2)
+ Me.GbxCardsGold.Controls.Add(Me.GP5)
+ Me.GbxCardsGold.Controls.Add(Me.GN1)
+ Me.GbxCardsGold.Controls.Add(Me.GP1)
+ Me.GbxCardsGold.Controls.Add(Me.GN5)
+ Me.GbxCardsGold.Controls.Add(Me.GN3)
+ Me.GbxCardsGold.Controls.Add(Me.GP3)
+ Me.GbxCardsGold.Controls.Add(Me.GP4)
+ Me.GbxCardsGold.Controls.Add(Me.GN4)
+ Me.GbxCardsGold.Location = New System.Drawing.Point(350, 7)
+ Me.GbxCardsGold.Name = "GbxCardsGold"
+ Me.GbxCardsGold.Size = New System.Drawing.Size(166, 398)
+ Me.GbxCardsGold.TabIndex = 2
+ Me.GbxCardsGold.TabStop = False
+ Me.GbxCardsGold.Text = "Gold Cards"
'
- 'BTNVideoFemSubD
+ 'GbxCardsBackground
'
- Me.BTNVideoFemSubD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoFemSubD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoFemSubD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoFemSubD.Location = New System.Drawing.Point(73, 130)
- Me.BTNVideoFemSubD.Name = "BTNVideoFemSubD"
- Me.BTNVideoFemSubD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoFemSubD.TabIndex = 21
- Me.BTNVideoFemSubD.Text = "1"
- Me.BTNVideoFemSubD.UseVisualStyleBackColor = False
+ Me.GbxCardsBackground.Controls.Add(Me.CardBack)
+ Me.GbxCardsBackground.Location = New System.Drawing.Point(522, 7)
+ Me.GbxCardsBackground.Name = "GbxCardsBackground"
+ Me.GbxCardsBackground.Size = New System.Drawing.Size(172, 236)
+ Me.GbxCardsBackground.TabIndex = 3
+ Me.GbxCardsBackground.TabStop = False
+ Me.GbxCardsBackground.Text = "Card Background"
'
- 'LblVideoSoftCoreTotalD
+ 'GbxCardsBronze
'
- Me.LblVideoSoftCoreTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoSoftCoreTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoSoftCoreTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoSoftCoreTotalD.Location = New System.Drawing.Point(299, 43)
- Me.LblVideoSoftCoreTotalD.Name = "LblVideoSoftCoreTotalD"
- Me.LblVideoSoftCoreTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoSoftCoreTotalD.TabIndex = 7
- Me.LblVideoSoftCoreTotalD.Text = "0"
- Me.LblVideoSoftCoreTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.GbxCardsBronze.Controls.Add(Me.BN6)
+ Me.GbxCardsBronze.Controls.Add(Me.BN3)
+ Me.GbxCardsBronze.Controls.Add(Me.BP3)
+ Me.GbxCardsBronze.Controls.Add(Me.BP6)
+ Me.GbxCardsBronze.Controls.Add(Me.BN2)
+ Me.GbxCardsBronze.Controls.Add(Me.BN5)
+ Me.GbxCardsBronze.Controls.Add(Me.BP5)
+ Me.GbxCardsBronze.Controls.Add(Me.BP2)
+ Me.GbxCardsBronze.Controls.Add(Me.BN1)
+ Me.GbxCardsBronze.Controls.Add(Me.BN4)
+ Me.GbxCardsBronze.Controls.Add(Me.BP4)
+ Me.GbxCardsBronze.Controls.Add(Me.BP1)
+ Me.GbxCardsBronze.Location = New System.Drawing.Point(6, 6)
+ Me.GbxCardsBronze.Name = "GbxCardsBronze"
+ Me.GbxCardsBronze.Size = New System.Drawing.Size(166, 399)
+ Me.GbxCardsBronze.TabIndex = 0
+ Me.GbxCardsBronze.TabStop = False
+ Me.GbxCardsBronze.Text = "Bronze Cards"
'
- 'BTNVideoFemDomD
+ 'GbxCardsSilver
'
- Me.BTNVideoFemDomD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoFemDomD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoFemDomD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoFemDomD.Location = New System.Drawing.Point(73, 106)
- Me.BTNVideoFemDomD.Name = "BTNVideoFemDomD"
- Me.BTNVideoFemDomD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoFemDomD.TabIndex = 17
- Me.BTNVideoFemDomD.Text = "1"
- Me.BTNVideoFemDomD.UseVisualStyleBackColor = False
+ Me.GbxCardsSilver.Controls.Add(Me.SN6)
+ Me.GbxCardsSilver.Controls.Add(Me.SP6)
+ Me.GbxCardsSilver.Controls.Add(Me.SN2)
+ Me.GbxCardsSilver.Controls.Add(Me.SP2)
+ Me.GbxCardsSilver.Controls.Add(Me.SN1)
+ Me.GbxCardsSilver.Controls.Add(Me.SP5)
+ Me.GbxCardsSilver.Controls.Add(Me.SP1)
+ Me.GbxCardsSilver.Controls.Add(Me.SN5)
+ Me.GbxCardsSilver.Controls.Add(Me.SN3)
+ Me.GbxCardsSilver.Controls.Add(Me.SN4)
+ Me.GbxCardsSilver.Controls.Add(Me.SP3)
+ Me.GbxCardsSilver.Controls.Add(Me.SP4)
+ Me.GbxCardsSilver.Location = New System.Drawing.Point(178, 6)
+ Me.GbxCardsSilver.Name = "GbxCardsSilver"
+ Me.GbxCardsSilver.Size = New System.Drawing.Size(166, 399)
+ Me.GbxCardsSilver.TabIndex = 1
+ Me.GbxCardsSilver.TabStop = False
+ Me.GbxCardsSilver.Text = "Silver Cards"
'
- 'BTNVideoBlowjobD
+ 'TabPage6
'
- Me.BTNVideoBlowjobD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoBlowjobD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoBlowjobD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoBlowjobD.Location = New System.Drawing.Point(73, 82)
- Me.BTNVideoBlowjobD.Name = "BTNVideoBlowjobD"
- Me.BTNVideoBlowjobD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoBlowjobD.TabIndex = 13
- Me.BTNVideoBlowjobD.Text = "1"
- Me.BTNVideoBlowjobD.UseVisualStyleBackColor = False
+ Me.TabPage6.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage6.Controls.Add(Me.Panel10)
+ Me.TabPage6.Controls.Add(Me.Label107)
+ Me.TabPage6.Controls.Add(Me.BTNWishlistCreate)
+ Me.TabPage6.Controls.Add(Me.Label18)
+ Me.TabPage6.Controls.Add(Me.PNLWishList)
+ Me.TabPage6.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage6.Name = "TabPage6"
+ Me.TabPage6.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage6.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage6.TabIndex = 2
+ Me.TabPage6.Text = "Wishlist"
'
- 'LblVideoHardCoreTotalD
+ 'Panel10
'
- Me.LblVideoHardCoreTotalD.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoHardCoreTotalD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoHardCoreTotalD.ForeColor = System.Drawing.Color.Black
- Me.LblVideoHardCoreTotalD.Location = New System.Drawing.Point(299, 19)
- Me.LblVideoHardCoreTotalD.Name = "LblVideoHardCoreTotalD"
- Me.LblVideoHardCoreTotalD.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoHardCoreTotalD.TabIndex = 3
- Me.LblVideoHardCoreTotalD.Text = "0"
- Me.LblVideoHardCoreTotalD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel10.Controls.Add(Me.TBWishlistComment)
+ Me.Panel10.Controls.Add(Me.Label32)
+ Me.Panel10.Controls.Add(Me.TBWishlistItem)
+ Me.Panel10.Controls.Add(Me.radioGold)
+ Me.Panel10.Controls.Add(Me.Label42)
+ Me.Panel10.Controls.Add(Me.radioSilver)
+ Me.Panel10.Controls.Add(Me.TBWishlistURL)
+ Me.Panel10.Controls.Add(Me.NBWishlistCost)
+ Me.Panel10.Controls.Add(Me.Label48)
+ Me.Panel10.Controls.Add(Me.Label73)
+ Me.Panel10.Location = New System.Drawing.Point(38, 47)
+ Me.Panel10.Name = "Panel10"
+ Me.Panel10.Size = New System.Drawing.Size(252, 308)
+ Me.Panel10.TabIndex = 179
'
- 'BTNVideoLesbianD
+ 'TBWishlistComment
'
- Me.BTNVideoLesbianD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoLesbianD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoLesbianD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoLesbianD.Location = New System.Drawing.Point(73, 59)
- Me.BTNVideoLesbianD.Name = "BTNVideoLesbianD"
- Me.BTNVideoLesbianD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoLesbianD.TabIndex = 9
- Me.BTNVideoLesbianD.Text = "1"
- Me.BTNVideoLesbianD.UseVisualStyleBackColor = False
+ Me.TBWishlistComment.Location = New System.Drawing.Point(16, 173)
+ Me.TBWishlistComment.Multiline = True
+ Me.TBWishlistComment.Name = "TBWishlistComment"
+ Me.TBWishlistComment.Size = New System.Drawing.Size(217, 118)
+ Me.TBWishlistComment.TabIndex = 172
'
- 'BTNVideoSoftCoreD
+ 'Label32
'
- Me.BTNVideoSoftCoreD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoSoftCoreD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoSoftCoreD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoSoftCoreD.Location = New System.Drawing.Point(73, 36)
- Me.BTNVideoSoftCoreD.Name = "BTNVideoSoftCoreD"
- Me.BTNVideoSoftCoreD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoSoftCoreD.TabIndex = 5
- Me.BTNVideoSoftCoreD.Text = "1"
- Me.BTNVideoSoftCoreD.UseVisualStyleBackColor = False
+ Me.Label32.AutoSize = True
+ Me.Label32.Location = New System.Drawing.Point(13, 4)
+ Me.Label32.Name = "Label32"
+ Me.Label32.Size = New System.Drawing.Size(58, 13)
+ Me.Label32.TabIndex = 167
+ Me.Label32.Text = "Item Name"
'
- 'BTNVideoHardCoreD
+ 'TBWishlistItem
'
- Me.BTNVideoHardCoreD.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoHardCoreD.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoHardCoreD.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoHardCoreD.Location = New System.Drawing.Point(73, 12)
- Me.BTNVideoHardCoreD.Name = "BTNVideoHardCoreD"
- Me.BTNVideoHardCoreD.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoHardCoreD.TabIndex = 1
- Me.BTNVideoHardCoreD.Text = "1"
- Me.BTNVideoHardCoreD.UseVisualStyleBackColor = False
+ Me.TBWishlistItem.Location = New System.Drawing.Point(16, 20)
+ Me.TBWishlistItem.Name = "TBWishlistItem"
+ Me.TBWishlistItem.Size = New System.Drawing.Size(217, 20)
+ Me.TBWishlistItem.TabIndex = 168
'
- 'CBVideoHardcoreD
+ 'radioGold
'
- Me.CBVideoHardcoreD.AutoSize = True
- Me.CBVideoHardcoreD.Checked = Global.Tease_AI.My.MySettings.Default.CBHardcoreD
- Me.CBVideoHardcoreD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBHardcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoHardcoreD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoHardcoreD.Location = New System.Drawing.Point(6, 19)
- Me.CBVideoHardcoreD.Name = "CBVideoHardcoreD"
- Me.CBVideoHardcoreD.Size = New System.Drawing.Size(70, 17)
- Me.CBVideoHardcoreD.TabIndex = 0
- Me.CBVideoHardcoreD.Text = "Hardcore"
- Me.CBVideoHardcoreD.UseVisualStyleBackColor = True
+ Me.radioGold.AutoSize = True
+ Me.radioGold.Location = New System.Drawing.Point(167, 125)
+ Me.radioGold.Name = "radioGold"
+ Me.radioGold.Size = New System.Drawing.Size(47, 17)
+ Me.radioGold.TabIndex = 176
+ Me.radioGold.Text = "Gold"
+ Me.radioGold.UseVisualStyleBackColor = True
+ '
+ 'Label42
+ '
+ Me.Label42.AutoSize = True
+ Me.Label42.Location = New System.Drawing.Point(13, 56)
+ Me.Label42.Name = "Label42"
+ Me.Label42.Size = New System.Drawing.Size(75, 13)
+ Me.Label42.TabIndex = 169
+ Me.Label42.Text = "Item Image Url"
'
- 'CBVideoSoftCoreD
+ 'radioSilver
'
- Me.CBVideoSoftCoreD.AutoSize = True
- Me.CBVideoSoftCoreD.Checked = Global.Tease_AI.My.MySettings.Default.CBSoftcoreD
- Me.CBVideoSoftCoreD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBSoftcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoSoftCoreD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoSoftCoreD.Location = New System.Drawing.Point(6, 43)
- Me.CBVideoSoftCoreD.Name = "CBVideoSoftCoreD"
- Me.CBVideoSoftCoreD.Size = New System.Drawing.Size(66, 17)
- Me.CBVideoSoftCoreD.TabIndex = 4
- Me.CBVideoSoftCoreD.Text = "Softcore"
- Me.CBVideoSoftCoreD.UseVisualStyleBackColor = True
+ Me.radioSilver.AutoSize = True
+ Me.radioSilver.Checked = True
+ Me.radioSilver.Location = New System.Drawing.Point(100, 125)
+ Me.radioSilver.Name = "radioSilver"
+ Me.radioSilver.Size = New System.Drawing.Size(51, 17)
+ Me.radioSilver.TabIndex = 175
+ Me.radioSilver.TabStop = True
+ Me.radioSilver.Text = "Silver"
+ Me.radioSilver.UseVisualStyleBackColor = True
'
- 'CBVideoLesbianD
+ 'TBWishlistURL
'
- Me.CBVideoLesbianD.AutoSize = True
- Me.CBVideoLesbianD.Checked = Global.Tease_AI.My.MySettings.Default.CBLesbianD
- Me.CBVideoLesbianD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBLesbianD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoLesbianD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoLesbianD.Location = New System.Drawing.Point(6, 66)
- Me.CBVideoLesbianD.Name = "CBVideoLesbianD"
- Me.CBVideoLesbianD.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoLesbianD.TabIndex = 8
- Me.CBVideoLesbianD.Text = "Lesbian"
- Me.CBVideoLesbianD.UseVisualStyleBackColor = True
+ Me.TBWishlistURL.Location = New System.Drawing.Point(16, 72)
+ Me.TBWishlistURL.Name = "TBWishlistURL"
+ Me.TBWishlistURL.Size = New System.Drawing.Size(217, 20)
+ Me.TBWishlistURL.TabIndex = 170
'
- 'CBVideoBlowjobD
+ 'NBWishlistCost
'
- Me.CBVideoBlowjobD.AutoSize = True
- Me.CBVideoBlowjobD.Checked = Global.Tease_AI.My.MySettings.Default.CBBlowjobD
- Me.CBVideoBlowjobD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBBlowjobD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoBlowjobD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoBlowjobD.Location = New System.Drawing.Point(6, 89)
- Me.CBVideoBlowjobD.Name = "CBVideoBlowjobD"
- Me.CBVideoBlowjobD.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoBlowjobD.TabIndex = 12
- Me.CBVideoBlowjobD.Text = "Blowjob"
- Me.CBVideoBlowjobD.UseVisualStyleBackColor = True
+ Me.NBWishlistCost.Location = New System.Drawing.Point(16, 125)
+ Me.NBWishlistCost.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
+ Me.NBWishlistCost.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBWishlistCost.Name = "NBWishlistCost"
+ Me.NBWishlistCost.Size = New System.Drawing.Size(40, 20)
+ Me.NBWishlistCost.TabIndex = 174
+ Me.NBWishlistCost.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
- 'CBVideoFemsubD
+ 'Label48
'
- Me.CBVideoFemsubD.AutoSize = True
- Me.CBVideoFemsubD.Checked = Global.Tease_AI.My.MySettings.Default.CBFemsubD
- Me.CBVideoFemsubD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemsubD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoFemsubD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoFemsubD.Location = New System.Drawing.Point(6, 137)
- Me.CBVideoFemsubD.Name = "CBVideoFemsubD"
- Me.CBVideoFemsubD.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoFemsubD.TabIndex = 20
- Me.CBVideoFemsubD.Text = "Femsub"
- Me.CBVideoFemsubD.UseVisualStyleBackColor = True
+ Me.Label48.AutoSize = True
+ Me.Label48.Location = New System.Drawing.Point(13, 157)
+ Me.Label48.Name = "Label48"
+ Me.Label48.Size = New System.Drawing.Size(74, 13)
+ Me.Label48.TabIndex = 171
+ Me.Label48.Text = "Item Comment"
'
- 'CBVideoFemdomD
+ 'Label73
'
- Me.CBVideoFemdomD.AutoSize = True
- Me.CBVideoFemdomD.Checked = Global.Tease_AI.My.MySettings.Default.CBFemdomD
- Me.CBVideoFemdomD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemdomD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoFemdomD.ForeColor = System.Drawing.Color.Black
- Me.CBVideoFemdomD.Location = New System.Drawing.Point(6, 113)
- Me.CBVideoFemdomD.Name = "CBVideoFemdomD"
- Me.CBVideoFemdomD.Size = New System.Drawing.Size(66, 17)
- Me.CBVideoFemdomD.TabIndex = 16
- Me.CBVideoFemdomD.Text = "Femdom"
- Me.CBVideoFemdomD.UseVisualStyleBackColor = True
+ Me.Label73.AutoSize = True
+ Me.Label73.Location = New System.Drawing.Point(13, 108)
+ Me.Label73.Name = "Label73"
+ Me.Label73.Size = New System.Drawing.Size(51, 13)
+ Me.Label73.TabIndex = 173
+ Me.Label73.Text = "Item Cost"
'
- 'GbxVideoDescription
+ 'Label107
'
- Me.GbxVideoDescription.BackColor = System.Drawing.Color.LightGray
- Me.GbxVideoDescription.Controls.Add(Me.VideoDescriptionLabel)
- Me.GbxVideoDescription.ForeColor = System.Drawing.Color.Black
- Me.GbxVideoDescription.Location = New System.Drawing.Point(7, 331)
- Me.GbxVideoDescription.Name = "GbxVideoDescription"
- Me.GbxVideoDescription.Size = New System.Drawing.Size(692, 92)
- Me.GbxVideoDescription.TabIndex = 6
- Me.GbxVideoDescription.TabStop = False
- Me.GbxVideoDescription.Text = "Description"
+ Me.Label107.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label107.Location = New System.Drawing.Point(38, 5)
+ Me.Label107.Name = "Label107"
+ Me.Label107.Size = New System.Drawing.Size(252, 47)
+ Me.Label107.TabIndex = 178
+ Me.Label107.Text = "Use this page to create Wishlist files."
+ Me.Label107.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'VideoDescriptionLabel
+ 'BTNWishlistCreate
'
- Me.VideoDescriptionLabel.BackColor = System.Drawing.Color.Transparent
- Me.VideoDescriptionLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.VideoDescriptionLabel.ForeColor = System.Drawing.Color.Black
- Me.VideoDescriptionLabel.Location = New System.Drawing.Point(6, 16)
- Me.VideoDescriptionLabel.Name = "VideoDescriptionLabel"
- Me.VideoDescriptionLabel.Size = New System.Drawing.Size(680, 73)
- Me.VideoDescriptionLabel.TabIndex = 62
- Me.VideoDescriptionLabel.Text = "Use this page to select the videos you would like the program to use and set thei" &
- "r paths." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "The Domme Genre paths are for videos that feature the model you are " &
- "using as your domme."
- Me.VideoDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.BTNWishlistCreate.Location = New System.Drawing.Point(38, 365)
+ Me.BTNWishlistCreate.Name = "BTNWishlistCreate"
+ Me.BTNWishlistCreate.Size = New System.Drawing.Size(252, 33)
+ Me.BTNWishlistCreate.TabIndex = 177
+ Me.BTNWishlistCreate.Text = "Create Wishlist File"
+ Me.BTNWishlistCreate.UseVisualStyleBackColor = True
'
- 'GbxVideoGeneral
+ 'Label18
'
- Me.GbxVideoGeneral.BackColor = System.Drawing.Color.LightGray
- Me.GbxVideoGeneral.Controls.Add(Me.LblVideoGeneralTotal)
- Me.GbxVideoGeneral.Controls.Add(Me.TxbVideoGeneral)
- Me.GbxVideoGeneral.Controls.Add(Me.BTNVideoGeneral)
- Me.GbxVideoGeneral.Controls.Add(Me.CBVideoGeneral)
- Me.GbxVideoGeneral.ForeColor = System.Drawing.Color.Black
- Me.GbxVideoGeneral.Location = New System.Drawing.Point(7, 277)
- Me.GbxVideoGeneral.Name = "GbxVideoGeneral"
- Me.GbxVideoGeneral.Size = New System.Drawing.Size(340, 48)
- Me.GbxVideoGeneral.TabIndex = 2
- Me.GbxVideoGeneral.TabStop = False
- Me.GbxVideoGeneral.Text = "General"
+ Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label18.Location = New System.Drawing.Point(409, 5)
+ Me.Label18.Name = "Label18"
+ Me.Label18.Size = New System.Drawing.Size(250, 23)
+ Me.Label18.TabIndex = 166
+ Me.Label18.Text = "Preview"
+ Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'LblVideoGeneralTotal
+ 'PNLWishList
'
- Me.LblVideoGeneralTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoGeneralTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoGeneralTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoGeneralTotal.Location = New System.Drawing.Point(299, 19)
- Me.LblVideoGeneralTotal.Name = "LblVideoGeneralTotal"
- Me.LblVideoGeneralTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoGeneralTotal.TabIndex = 3
- Me.LblVideoGeneralTotal.Text = "0"
- Me.LblVideoGeneralTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.PNLWishList.BackColor = System.Drawing.Color.White
+ Me.PNLWishList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.PNLWishList.Controls.Add(Me.WishlistCostSilver)
+ Me.PNLWishList.Controls.Add(Me.LBLWishListText)
+ Me.PNLWishList.Controls.Add(Me.LBLWishlistCost)
+ Me.PNLWishList.Controls.Add(Me.WishlistCostGold)
+ Me.PNLWishList.Controls.Add(Me.LBLWishListName)
+ Me.PNLWishList.Controls.Add(Me.WishlistPreview)
+ Me.PNLWishList.Location = New System.Drawing.Point(407, 31)
+ Me.PNLWishList.Name = "PNLWishList"
+ Me.PNLWishList.Size = New System.Drawing.Size(250, 367)
+ Me.PNLWishList.TabIndex = 165
'
- 'TxbVideoGeneral
+ 'WishlistCostSilver
'
- Me.TxbVideoGeneral.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoGeneral.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoGeneral.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoGeneral.Location = New System.Drawing.Point(113, 18)
- Me.TxbVideoGeneral.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoGeneral.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoGeneral.Name = "TxbVideoGeneral"
- Me.TxbVideoGeneral.ReadOnly = True
- Me.TxbVideoGeneral.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoGeneral.TabIndex = 2
- Me.TxbVideoGeneral.Text = Global.Tease_AI.My.MySettings.Default.VideoGeneral
+ Me.WishlistCostSilver.BackColor = System.Drawing.Color.Transparent
+ Me.WishlistCostSilver.Image = CType(resources.GetObject("WishlistCostSilver.Image"), System.Drawing.Image)
+ Me.WishlistCostSilver.Location = New System.Drawing.Point(107, 206)
+ Me.WishlistCostSilver.Name = "WishlistCostSilver"
+ Me.WishlistCostSilver.Size = New System.Drawing.Size(28, 28)
+ Me.WishlistCostSilver.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.WishlistCostSilver.TabIndex = 111
+ Me.WishlistCostSilver.TabStop = False
'
- 'BTNVideoGeneral
+ 'LBLWishListText
'
- Me.BTNVideoGeneral.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoGeneral.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoGeneral.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoGeneral.Location = New System.Drawing.Point(73, 13)
- Me.BTNVideoGeneral.Name = "BTNVideoGeneral"
- Me.BTNVideoGeneral.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoGeneral.TabIndex = 1
- Me.BTNVideoGeneral.Text = "1"
- Me.BTNVideoGeneral.UseVisualStyleBackColor = False
+ Me.LBLWishListText.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLWishListText.Location = New System.Drawing.Point(14, 247)
+ Me.LBLWishListText.Name = "LBLWishListText"
+ Me.LBLWishListText.Size = New System.Drawing.Size(220, 109)
+ Me.LBLWishListText.TabIndex = 108
'
- 'CBVideoGeneral
+ 'LBLWishlistCost
'
- Me.CBVideoGeneral.AutoSize = True
- Me.CBVideoGeneral.Checked = Global.Tease_AI.My.MySettings.Default.CBGeneral
- Me.CBVideoGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoGeneral.ForeColor = System.Drawing.Color.Black
- Me.CBVideoGeneral.Location = New System.Drawing.Point(6, 19)
- Me.CBVideoGeneral.Name = "CBVideoGeneral"
- Me.CBVideoGeneral.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoGeneral.TabIndex = 0
- Me.CBVideoGeneral.Text = "General"
- Me.CBVideoGeneral.UseVisualStyleBackColor = True
+ Me.LBLWishlistCost.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLWishlistCost.ForeColor = System.Drawing.Color.Black
+ Me.LBLWishlistCost.Location = New System.Drawing.Point(139, 206)
+ Me.LBLWishlistCost.Name = "LBLWishlistCost"
+ Me.LBLWishlistCost.Size = New System.Drawing.Size(44, 28)
+ Me.LBLWishlistCost.TabIndex = 107
+ Me.LBLWishlistCost.Text = "3"
+ Me.LBLWishlistCost.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'GbxVideoSpecial
+ 'WishlistCostGold
'
- Me.GbxVideoSpecial.BackColor = System.Drawing.Color.LightGray
- Me.GbxVideoSpecial.Controls.Add(Me.LblVideoCHTotal)
- Me.GbxVideoSpecial.Controls.Add(Me.LblVideoJOITotal)
- Me.GbxVideoSpecial.Controls.Add(Me.TxbVideoCH)
- Me.GbxVideoSpecial.Controls.Add(Me.TxbVideoJOI)
- Me.GbxVideoSpecial.Controls.Add(Me.BTNVideoCH)
- Me.GbxVideoSpecial.Controls.Add(Me.BTNVideoJOI)
- Me.GbxVideoSpecial.Controls.Add(Me.CBVideoJOI)
- Me.GbxVideoSpecial.Controls.Add(Me.CBVideoCH)
- Me.GbxVideoSpecial.ForeColor = System.Drawing.Color.Black
- Me.GbxVideoSpecial.Location = New System.Drawing.Point(7, 201)
- Me.GbxVideoSpecial.Name = "GbxVideoSpecial"
- Me.GbxVideoSpecial.Size = New System.Drawing.Size(340, 70)
- Me.GbxVideoSpecial.TabIndex = 1
- Me.GbxVideoSpecial.TabStop = False
- Me.GbxVideoSpecial.Text = "Special"
+ Me.WishlistCostGold.BackColor = System.Drawing.Color.Transparent
+ Me.WishlistCostGold.Image = CType(resources.GetObject("WishlistCostGold.Image"), System.Drawing.Image)
+ Me.WishlistCostGold.Location = New System.Drawing.Point(107, 206)
+ Me.WishlistCostGold.Name = "WishlistCostGold"
+ Me.WishlistCostGold.Size = New System.Drawing.Size(28, 28)
+ Me.WishlistCostGold.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.WishlistCostGold.TabIndex = 106
+ Me.WishlistCostGold.TabStop = False
+ Me.WishlistCostGold.Visible = False
'
- 'LblVideoCHTotal
+ 'LBLWishListName
'
- Me.LblVideoCHTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoCHTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoCHTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoCHTotal.Location = New System.Drawing.Point(299, 41)
- Me.LblVideoCHTotal.Name = "LblVideoCHTotal"
- Me.LblVideoCHTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoCHTotal.TabIndex = 7
- Me.LblVideoCHTotal.Text = "0"
- Me.LblVideoCHTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.LBLWishListName.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLWishListName.ForeColor = System.Drawing.Color.CornflowerBlue
+ Me.LBLWishListName.Location = New System.Drawing.Point(14, 22)
+ Me.LBLWishListName.Name = "LBLWishListName"
+ Me.LBLWishListName.Size = New System.Drawing.Size(220, 23)
+ Me.LBLWishListName.TabIndex = 104
+ Me.LBLWishListName.Text = "Item Name Goes Here"
+ Me.LBLWishListName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'LblVideoJOITotal
+ 'WishlistPreview
'
- Me.LblVideoJOITotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoJOITotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoJOITotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoJOITotal.Location = New System.Drawing.Point(299, 18)
- Me.LblVideoJOITotal.Name = "LblVideoJOITotal"
- Me.LblVideoJOITotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoJOITotal.TabIndex = 3
- Me.LblVideoJOITotal.Text = "0"
- Me.LblVideoJOITotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.WishlistPreview.ImageLocation = ""
+ Me.WishlistPreview.Location = New System.Drawing.Point(50, 54)
+ Me.WishlistPreview.Name = "WishlistPreview"
+ Me.WishlistPreview.Size = New System.Drawing.Size(145, 143)
+ Me.WishlistPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
+ Me.WishlistPreview.TabIndex = 101
+ Me.WishlistPreview.TabStop = False
'
- 'TxbVideoCH
+ 'TabPage26
'
- Me.TxbVideoCH.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoCH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoCH.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoCH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoCH.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoCH.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoCH.Location = New System.Drawing.Point(113, 41)
- Me.TxbVideoCH.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoCH.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoCH.Name = "TxbVideoCH"
- Me.TxbVideoCH.ReadOnly = True
- Me.TxbVideoCH.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoCH.TabIndex = 6
- Me.TxbVideoCH.Text = Global.Tease_AI.My.MySettings.Default.VideoCH
+ Me.TabPage26.BackColor = System.Drawing.Color.Silver
+ Me.TabPage26.Controls.Add(Me.Panel12)
+ Me.TabPage26.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage26.Name = "TabPage26"
+ Me.TabPage26.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage26.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage26.TabIndex = 19
+ Me.TabPage26.Text = "Themes"
'
- 'TxbVideoJOI
+ 'Panel12
'
- Me.TxbVideoJOI.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoJOI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoJOI.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoJOI", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoJOI.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoJOI.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoJOI.Location = New System.Drawing.Point(113, 18)
- Me.TxbVideoJOI.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoJOI.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoJOI.Name = "TxbVideoJOI"
- Me.TxbVideoJOI.ReadOnly = True
- Me.TxbVideoJOI.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoJOI.TabIndex = 2
- Me.TxbVideoJOI.Text = Global.Tease_AI.My.MySettings.Default.VideoJOI
+ Me.Panel12.BackColor = System.Drawing.Color.LightGray
+ Me.Panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel12.Controls.Add(Me.GroupBox9)
+ Me.Panel12.Controls.Add(Me.PictureBox10)
+ Me.Panel12.Controls.Add(Me.GroupBox5)
+ Me.Panel12.Controls.Add(Me.GroupBox11)
+ Me.Panel12.Controls.Add(Me.GroupBox1)
+ Me.Panel12.Controls.Add(Me.Label164)
+ Me.Panel12.Location = New System.Drawing.Point(6, 6)
+ Me.Panel12.Name = "Panel12"
+ Me.Panel12.Size = New System.Drawing.Size(708, 437)
+ Me.Panel12.TabIndex = 93
'
- 'BTNVideoCH
+ 'GroupBox9
'
- Me.BTNVideoCH.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoCH.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoCH.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoCH.Location = New System.Drawing.Point(73, 36)
- Me.BTNVideoCH.Name = "BTNVideoCH"
- Me.BTNVideoCH.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoCH.TabIndex = 5
- Me.BTNVideoCH.Text = "1"
- Me.BTNVideoCH.UseVisualStyleBackColor = False
+ Me.GroupBox9.Controls.Add(Me.Button32)
+ Me.GroupBox9.Controls.Add(Me.Button31)
+ Me.GroupBox9.Location = New System.Drawing.Point(351, 231)
+ Me.GroupBox9.Name = "GroupBox9"
+ Me.GroupBox9.Size = New System.Drawing.Size(348, 94)
+ Me.GroupBox9.TabIndex = 152
+ Me.GroupBox9.TabStop = False
+ Me.GroupBox9.Text = "System"
'
- 'BTNVideoJOI
+ 'Button32
'
- Me.BTNVideoJOI.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoJOI.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoJOI.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoJOI.Location = New System.Drawing.Point(73, 13)
- Me.BTNVideoJOI.Name = "BTNVideoJOI"
- Me.BTNVideoJOI.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoJOI.TabIndex = 1
- Me.BTNVideoJOI.Text = "1"
- Me.BTNVideoJOI.UseVisualStyleBackColor = False
+ Me.Button32.BackColor = System.Drawing.Color.Transparent
+ Me.Button32.Image = Global.Tease_AI.My.Resources.Resources.Button_Save_Big
+ Me.Button32.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Button32.Location = New System.Drawing.Point(196, 24)
+ Me.Button32.Name = "Button32"
+ Me.Button32.Size = New System.Drawing.Size(135, 55)
+ Me.Button32.TabIndex = 55
+ Me.Button32.Text = " Save Theme"
+ Me.Button32.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
+ Me.Button32.UseVisualStyleBackColor = False
'
- 'CBVideoJOI
+ 'Button31
'
- Me.CBVideoJOI.AutoSize = True
- Me.CBVideoJOI.Checked = Global.Tease_AI.My.MySettings.Default.CBJOI
- Me.CBVideoJOI.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBJOI", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoJOI.ForeColor = System.Drawing.Color.Black
- Me.CBVideoJOI.Location = New System.Drawing.Point(6, 19)
- Me.CBVideoJOI.Name = "CBVideoJOI"
- Me.CBVideoJOI.Size = New System.Drawing.Size(42, 17)
- Me.CBVideoJOI.TabIndex = 0
- Me.CBVideoJOI.Text = "JOI"
- Me.CBVideoJOI.UseVisualStyleBackColor = True
+ Me.Button31.BackColor = System.Drawing.Color.Transparent
+ Me.Button31.Image = Global.Tease_AI.My.Resources.Resources.Button_Import_Big
+ Me.Button31.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Button31.Location = New System.Drawing.Point(17, 24)
+ Me.Button31.Name = "Button31"
+ Me.Button31.Size = New System.Drawing.Size(135, 55)
+ Me.Button31.TabIndex = 54
+ Me.Button31.Text = " Open Theme"
+ Me.Button31.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
+ Me.Button31.UseVisualStyleBackColor = False
'
- 'CBVideoCH
+ 'PictureBox10
'
- Me.CBVideoCH.AutoSize = True
- Me.CBVideoCH.Checked = Global.Tease_AI.My.MySettings.Default.CBCH
- Me.CBVideoCH.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBCH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoCH.ForeColor = System.Drawing.Color.Black
- Me.CBVideoCH.Location = New System.Drawing.Point(6, 43)
- Me.CBVideoCH.Name = "CBVideoCH"
- Me.CBVideoCH.Size = New System.Drawing.Size(41, 17)
- Me.CBVideoCH.TabIndex = 4
- Me.CBVideoCH.Text = "CH"
- Me.CBVideoCH.UseVisualStyleBackColor = True
+ Me.PictureBox10.BackColor = System.Drawing.Color.LightGray
+ Me.PictureBox10.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
+ Me.PictureBox10.Location = New System.Drawing.Point(9, 6)
+ Me.PictureBox10.Name = "PictureBox10"
+ Me.PictureBox10.Size = New System.Drawing.Size(160, 19)
+ Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
+ Me.PictureBox10.TabIndex = 151
+ Me.PictureBox10.TabStop = False
'
- 'GbxVideoGenre
+ 'GroupBox5
'
- Me.GbxVideoGenre.BackColor = System.Drawing.Color.LightGray
- Me.GbxVideoGenre.Controls.Add(Me.LblVideoFemsubTotal)
- Me.GbxVideoGenre.Controls.Add(Me.TxbVideoFemsub)
- Me.GbxVideoGenre.Controls.Add(Me.LblVideoFemdomTotal)
- Me.GbxVideoGenre.Controls.Add(Me.TxbVideoFemdom)
- Me.GbxVideoGenre.Controls.Add(Me.TxbVideoBlowjob)
- Me.GbxVideoGenre.Controls.Add(Me.LblVideoBlowjobTotal)
- Me.GbxVideoGenre.Controls.Add(Me.TxbVideoLesbian)
- Me.GbxVideoGenre.Controls.Add(Me.TxbVideoSoftCore)
- Me.GbxVideoGenre.Controls.Add(Me.LblVideoLesbianTotal)
- Me.GbxVideoGenre.Controls.Add(Me.TxbVideoHardCore)
- Me.GbxVideoGenre.Controls.Add(Me.BTNVideoFemSub)
- Me.GbxVideoGenre.Controls.Add(Me.LblVideoSoftCoreTotal)
- Me.GbxVideoGenre.Controls.Add(Me.BTNVideoFemDom)
- Me.GbxVideoGenre.Controls.Add(Me.BTNVideoBlowjob)
- Me.GbxVideoGenre.Controls.Add(Me.LblVideoHardCoreTotal)
- Me.GbxVideoGenre.Controls.Add(Me.BTNVideoLesbian)
- Me.GbxVideoGenre.Controls.Add(Me.BTNVideoSoftCore)
- Me.GbxVideoGenre.Controls.Add(Me.BTNVideoHardCore)
- Me.GbxVideoGenre.Controls.Add(Me.CBVideoHardcore)
- Me.GbxVideoGenre.Controls.Add(Me.CBVideoSoftCore)
- Me.GbxVideoGenre.Controls.Add(Me.CBVideoLesbian)
- Me.GbxVideoGenre.Controls.Add(Me.CBVideoBlowjob)
- Me.GbxVideoGenre.Controls.Add(Me.CBVideoFemsub)
- Me.GbxVideoGenre.Controls.Add(Me.CBVideoFemdom)
- Me.GbxVideoGenre.ForeColor = System.Drawing.Color.Black
- Me.GbxVideoGenre.Location = New System.Drawing.Point(7, 30)
- Me.GbxVideoGenre.Name = "GbxVideoGenre"
- Me.GbxVideoGenre.Size = New System.Drawing.Size(340, 165)
- Me.GbxVideoGenre.TabIndex = 0
- Me.GbxVideoGenre.TabStop = False
- Me.GbxVideoGenre.Text = "Genre"
+ Me.GroupBox5.Controls.Add(Me.CBTransparentTime)
+ Me.GroupBox5.Controls.Add(Me.LBLDateTimeColor2)
+ Me.GroupBox5.Controls.Add(Me.Label137)
+ Me.GroupBox5.Controls.Add(Me.Label138)
+ Me.GroupBox5.Controls.Add(Me.LBLDateBackColor2)
+ Me.GroupBox5.Controls.Add(Me.LBLTextColor)
+ Me.GroupBox5.Controls.Add(Me.LBLChatWindowColor2)
+ Me.GroupBox5.Controls.Add(Me.LBLTextColor2)
+ Me.GroupBox5.Controls.Add(Me.LBLChatTextColor)
+ Me.GroupBox5.Controls.Add(Me.LBLBackColor2)
+ Me.GroupBox5.Controls.Add(Me.LBLButtonColor)
+ Me.GroupBox5.Controls.Add(Me.LBLChatWindowColor)
+ Me.GroupBox5.Controls.Add(Me.LBLBackColor)
+ Me.GroupBox5.Controls.Add(Me.LBLChatTextColor2)
+ Me.GroupBox5.Controls.Add(Me.LBLButtonColor2)
+ Me.GroupBox5.Location = New System.Drawing.Point(9, 31)
+ Me.GroupBox5.Name = "GroupBox5"
+ Me.GroupBox5.Size = New System.Drawing.Size(336, 294)
+ Me.GroupBox5.TabIndex = 58
+ Me.GroupBox5.TabStop = False
+ Me.GroupBox5.Text = "UI Colors"
'
- 'LblVideoFemsubTotal
+ 'CBTransparentTime
'
- Me.LblVideoFemsubTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoFemsubTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoFemsubTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoFemsubTotal.Location = New System.Drawing.Point(299, 136)
- Me.LblVideoFemsubTotal.Name = "LblVideoFemsubTotal"
- Me.LblVideoFemsubTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoFemsubTotal.TabIndex = 23
- Me.LblVideoFemsubTotal.Text = "0"
- Me.LblVideoFemsubTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBTransparentTime.AutoSize = True
+ Me.CBTransparentTime.Location = New System.Drawing.Point(7, 262)
+ Me.CBTransparentTime.Name = "CBTransparentTime"
+ Me.CBTransparentTime.Size = New System.Drawing.Size(179, 17)
+ Me.CBTransparentTime.TabIndex = 23
+ Me.CBTransparentTime.Text = "Transparent Date/Time Window"
+ Me.CBTransparentTime.UseVisualStyleBackColor = True
+ '
+ 'Label137
+ '
+ Me.Label137.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Label137.Location = New System.Drawing.Point(6, 227)
+ Me.Label137.Name = "Label137"
+ Me.Label137.Size = New System.Drawing.Size(175, 20)
+ Me.Label137.TabIndex = 20
+ Me.Label137.Text = "Date/Time Window Color"
+ Me.Label137.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TxbVideoFemsub
+ 'Label138
'
- Me.TxbVideoFemsub.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoFemsub.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoFemsub.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemsub", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoFemsub.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoFemsub.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoFemsub.Location = New System.Drawing.Point(113, 136)
- Me.TxbVideoFemsub.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoFemsub.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemsub.Name = "TxbVideoFemsub"
- Me.TxbVideoFemsub.ReadOnly = True
- Me.TxbVideoFemsub.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemsub.TabIndex = 22
- Me.TxbVideoFemsub.Text = Global.Tease_AI.My.MySettings.Default.VideoFemsub
+ Me.Label138.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Label138.Location = New System.Drawing.Point(6, 193)
+ Me.Label138.Name = "Label138"
+ Me.Label138.Size = New System.Drawing.Size(175, 20)
+ Me.Label138.TabIndex = 17
+ Me.Label138.Text = "Date/Time Text Color"
+ Me.Label138.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'LblVideoFemdomTotal
+ 'LBLTextColor
'
- Me.LblVideoFemdomTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoFemdomTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoFemdomTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoFemdomTotal.Location = New System.Drawing.Point(299, 112)
- Me.LblVideoFemdomTotal.Name = "LblVideoFemdomTotal"
- Me.LblVideoFemdomTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoFemdomTotal.TabIndex = 19
- Me.LblVideoFemdomTotal.Text = "0"
- Me.LblVideoFemdomTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.LBLTextColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLTextColor.Location = New System.Drawing.Point(6, 91)
+ Me.LBLTextColor.Name = "LBLTextColor"
+ Me.LBLTextColor.Size = New System.Drawing.Size(175, 20)
+ Me.LBLTextColor.TabIndex = 7
+ Me.LBLTextColor.Text = "Text Color"
+ Me.LBLTextColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TxbVideoFemdom
+ 'LBLChatTextColor
'
- Me.TxbVideoFemdom.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoFemdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoFemdom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoFemdom.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoFemdom.Location = New System.Drawing.Point(113, 112)
- Me.TxbVideoFemdom.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoFemdom.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemdom.Name = "TxbVideoFemdom"
- Me.TxbVideoFemdom.ReadOnly = True
- Me.TxbVideoFemdom.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoFemdom.TabIndex = 18
- Me.TxbVideoFemdom.Text = Global.Tease_AI.My.MySettings.Default.VideoFemdom
+ Me.LBLChatTextColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLChatTextColor.Location = New System.Drawing.Point(6, 159)
+ Me.LBLChatTextColor.Name = "LBLChatTextColor"
+ Me.LBLChatTextColor.Size = New System.Drawing.Size(175, 20)
+ Me.LBLChatTextColor.TabIndex = 14
+ Me.LBLChatTextColor.Text = "Chat Text Color"
+ Me.LBLChatTextColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TxbVideoBlowjob
+ 'LBLButtonColor
'
- Me.TxbVideoBlowjob.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoBlowjob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoBlowjob.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoBlowjob.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoBlowjob.Location = New System.Drawing.Point(113, 88)
- Me.TxbVideoBlowjob.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoBlowjob.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoBlowjob.Name = "TxbVideoBlowjob"
- Me.TxbVideoBlowjob.ReadOnly = True
- Me.TxbVideoBlowjob.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoBlowjob.TabIndex = 14
- Me.TxbVideoBlowjob.Text = Global.Tease_AI.My.MySettings.Default.VideoBlowjob
+ Me.LBLButtonColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLButtonColor.Location = New System.Drawing.Point(6, 57)
+ Me.LBLButtonColor.Name = "LBLButtonColor"
+ Me.LBLButtonColor.Size = New System.Drawing.Size(175, 20)
+ Me.LBLButtonColor.TabIndex = 4
+ Me.LBLButtonColor.Text = "Button Color"
+ Me.LBLButtonColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'LblVideoBlowjobTotal
+ 'LBLChatWindowColor
'
- Me.LblVideoBlowjobTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoBlowjobTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoBlowjobTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoBlowjobTotal.Location = New System.Drawing.Point(299, 88)
- Me.LblVideoBlowjobTotal.Name = "LblVideoBlowjobTotal"
- Me.LblVideoBlowjobTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoBlowjobTotal.TabIndex = 15
- Me.LblVideoBlowjobTotal.Text = "0"
- Me.LblVideoBlowjobTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.LBLChatWindowColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLChatWindowColor.Location = New System.Drawing.Point(6, 125)
+ Me.LBLChatWindowColor.Name = "LBLChatWindowColor"
+ Me.LBLChatWindowColor.Size = New System.Drawing.Size(175, 20)
+ Me.LBLChatWindowColor.TabIndex = 10
+ Me.LBLChatWindowColor.Text = "Chat Window Color"
+ Me.LBLChatWindowColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TxbVideoLesbian
+ 'LBLBackColor
'
- Me.TxbVideoLesbian.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoLesbian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoLesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoLesbian.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoLesbian.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoLesbian.Location = New System.Drawing.Point(113, 65)
- Me.TxbVideoLesbian.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoLesbian.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoLesbian.Name = "TxbVideoLesbian"
- Me.TxbVideoLesbian.ReadOnly = True
- Me.TxbVideoLesbian.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoLesbian.TabIndex = 10
- Me.TxbVideoLesbian.Text = Global.Tease_AI.My.MySettings.Default.VideoLesbian
+ Me.LBLBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLBackColor.Location = New System.Drawing.Point(6, 23)
+ Me.LBLBackColor.Name = "LBLBackColor"
+ Me.LBLBackColor.Size = New System.Drawing.Size(175, 20)
+ Me.LBLBackColor.TabIndex = 0
+ Me.LBLBackColor.Text = "Background Color"
+ Me.LBLBackColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TxbVideoSoftCore
+ 'GroupBox11
'
- Me.TxbVideoSoftCore.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoSoftCore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoSoftCore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoSoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoSoftCore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoSoftCore.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoSoftCore.Location = New System.Drawing.Point(113, 42)
- Me.TxbVideoSoftCore.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoSoftCore.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoSoftCore.Name = "TxbVideoSoftCore"
- Me.TxbVideoSoftCore.ReadOnly = True
- Me.TxbVideoSoftCore.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoSoftCore.TabIndex = 6
- Me.TxbVideoSoftCore.Text = Global.Tease_AI.My.MySettings.Default.VideoSoftcore
+ Me.GroupBox11.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox11.Controls.Add(Me.Label144)
+ Me.GroupBox11.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox11.Location = New System.Drawing.Point(7, 331)
+ Me.GroupBox11.Name = "GroupBox11"
+ Me.GroupBox11.Size = New System.Drawing.Size(692, 92)
+ Me.GroupBox11.TabIndex = 65
+ Me.GroupBox11.TabStop = False
+ Me.GroupBox11.Text = "Description"
'
- 'LblVideoLesbianTotal
+ 'Label144
'
- Me.LblVideoLesbianTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoLesbianTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoLesbianTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoLesbianTotal.Location = New System.Drawing.Point(299, 66)
- Me.LblVideoLesbianTotal.Name = "LblVideoLesbianTotal"
- Me.LblVideoLesbianTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoLesbianTotal.TabIndex = 11
- Me.LblVideoLesbianTotal.Text = "0"
- Me.LblVideoLesbianTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label144.BackColor = System.Drawing.Color.Transparent
+ Me.Label144.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label144.ForeColor = System.Drawing.Color.Black
+ Me.Label144.Location = New System.Drawing.Point(6, 16)
+ Me.Label144.Name = "Label144"
+ Me.Label144.Size = New System.Drawing.Size(680, 73)
+ Me.Label144.TabIndex = 62
+ Me.Label144.Text = "Use this page to create custom themes for Tease AI." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Themes can then be saved a" &
+ "nd opened from txt files."
+ Me.Label144.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'TxbVideoHardCore
+ 'GroupBox1
'
- Me.TxbVideoHardCore.BackColor = System.Drawing.Color.LightGray
- Me.TxbVideoHardCore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbVideoHardCore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TxbVideoHardCore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TxbVideoHardCore.ForeColor = System.Drawing.Color.Black
- Me.TxbVideoHardCore.Location = New System.Drawing.Point(113, 19)
- Me.TxbVideoHardCore.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TxbVideoHardCore.MinimumSize = New System.Drawing.Size(180, 17)
- Me.TxbVideoHardCore.Name = "TxbVideoHardCore"
- Me.TxbVideoHardCore.ReadOnly = True
- Me.TxbVideoHardCore.Size = New System.Drawing.Size(180, 17)
- Me.TxbVideoHardCore.TabIndex = 2
- Me.TxbVideoHardCore.Text = Global.Tease_AI.My.MySettings.Default.VideoHardcore
+ Me.GroupBox1.Controls.Add(Me.CBFlipBack)
+ Me.GroupBox1.Controls.Add(Me.PBBackgroundPreview)
+ Me.GroupBox1.Controls.Add(Me.Button17)
+ Me.GroupBox1.Controls.Add(Me.CBStretchBack)
+ Me.GroupBox1.Controls.Add(Me.Button18)
+ Me.GroupBox1.Location = New System.Drawing.Point(351, 30)
+ Me.GroupBox1.Name = "GroupBox1"
+ Me.GroupBox1.Size = New System.Drawing.Size(348, 195)
+ Me.GroupBox1.TabIndex = 57
+ Me.GroupBox1.TabStop = False
+ Me.GroupBox1.Text = "Background"
'
- 'BTNVideoFemSub
+ 'CBFlipBack
'
- Me.BTNVideoFemSub.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoFemSub.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoFemSub.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoFemSub.Location = New System.Drawing.Point(73, 130)
- Me.BTNVideoFemSub.Name = "BTNVideoFemSub"
- Me.BTNVideoFemSub.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoFemSub.TabIndex = 21
- Me.BTNVideoFemSub.Text = "1"
- Me.BTNVideoFemSub.UseVisualStyleBackColor = False
+ Me.CBFlipBack.Enabled = False
+ Me.CBFlipBack.Location = New System.Drawing.Point(6, 153)
+ Me.CBFlipBack.Name = "CBFlipBack"
+ Me.CBFlipBack.Size = New System.Drawing.Size(86, 41)
+ Me.CBFlipBack.TabIndex = 4
+ Me.CBFlipBack.Text = "Flip Background"
+ Me.CBFlipBack.UseVisualStyleBackColor = True
'
- 'LblVideoSoftCoreTotal
+ 'PBBackgroundPreview
'
- Me.LblVideoSoftCoreTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoSoftCoreTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoSoftCoreTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoSoftCoreTotal.Location = New System.Drawing.Point(299, 43)
- Me.LblVideoSoftCoreTotal.Name = "LblVideoSoftCoreTotal"
- Me.LblVideoSoftCoreTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoSoftCoreTotal.TabIndex = 7
- Me.LblVideoSoftCoreTotal.Text = "0"
- Me.LblVideoSoftCoreTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.PBBackgroundPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.PBBackgroundPreview.Location = New System.Drawing.Point(6, 19)
+ Me.PBBackgroundPreview.Name = "PBBackgroundPreview"
+ Me.PBBackgroundPreview.Size = New System.Drawing.Size(202, 133)
+ Me.PBBackgroundPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.PBBackgroundPreview.TabIndex = 0
+ Me.PBBackgroundPreview.TabStop = False
'
- 'BTNVideoFemDom
+ 'Button17
'
- Me.BTNVideoFemDom.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoFemDom.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoFemDom.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoFemDom.Location = New System.Drawing.Point(73, 106)
- Me.BTNVideoFemDom.Name = "BTNVideoFemDom"
- Me.BTNVideoFemDom.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoFemDom.TabIndex = 17
- Me.BTNVideoFemDom.Text = "1"
- Me.BTNVideoFemDom.UseVisualStyleBackColor = False
+ Me.Button17.BackColor = System.Drawing.Color.Transparent
+ Me.Button17.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Background_Load
+ Me.Button17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
+ Me.Button17.Location = New System.Drawing.Point(228, 36)
+ Me.Button17.Name = "Button17"
+ Me.Button17.Size = New System.Drawing.Size(103, 93)
+ Me.Button17.TabIndex = 1
+ Me.Button17.UseVisualStyleBackColor = False
'
- 'BTNVideoBlowjob
+ 'CBStretchBack
'
- Me.BTNVideoBlowjob.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoBlowjob.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoBlowjob.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoBlowjob.Location = New System.Drawing.Point(73, 82)
- Me.BTNVideoBlowjob.Name = "BTNVideoBlowjob"
- Me.BTNVideoBlowjob.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoBlowjob.TabIndex = 13
- Me.BTNVideoBlowjob.Text = "1"
- Me.BTNVideoBlowjob.UseVisualStyleBackColor = False
+ Me.CBStretchBack.Checked = True
+ Me.CBStretchBack.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBStretchBack.Location = New System.Drawing.Point(122, 153)
+ Me.CBStretchBack.Name = "CBStretchBack"
+ Me.CBStretchBack.Size = New System.Drawing.Size(86, 41)
+ Me.CBStretchBack.TabIndex = 2
+ Me.CBStretchBack.Text = "Stretch Background"
+ Me.CBStretchBack.UseVisualStyleBackColor = True
'
- 'LblVideoHardCoreTotal
+ 'Button18
'
- Me.LblVideoHardCoreTotal.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoHardCoreTotal.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoHardCoreTotal.ForeColor = System.Drawing.Color.Black
- Me.LblVideoHardCoreTotal.Location = New System.Drawing.Point(299, 19)
- Me.LblVideoHardCoreTotal.Name = "LblVideoHardCoreTotal"
- Me.LblVideoHardCoreTotal.Size = New System.Drawing.Size(34, 17)
- Me.LblVideoHardCoreTotal.TabIndex = 3
- Me.LblVideoHardCoreTotal.Text = "0"
- Me.LblVideoHardCoreTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Button18.Location = New System.Drawing.Point(228, 155)
+ Me.Button18.Name = "Button18"
+ Me.Button18.Size = New System.Drawing.Size(103, 31)
+ Me.Button18.TabIndex = 3
+ Me.Button18.Text = "Clear"
+ Me.Button18.UseVisualStyleBackColor = True
'
- 'BTNVideoLesbian
+ 'Label164
'
- Me.BTNVideoLesbian.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoLesbian.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoLesbian.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoLesbian.Location = New System.Drawing.Point(73, 59)
- Me.BTNVideoLesbian.Name = "BTNVideoLesbian"
- Me.BTNVideoLesbian.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoLesbian.TabIndex = 9
- Me.BTNVideoLesbian.Text = "1"
- Me.BTNVideoLesbian.UseVisualStyleBackColor = False
+ Me.Label164.BackColor = System.Drawing.Color.Transparent
+ Me.Label164.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label164.ForeColor = System.Drawing.Color.Black
+ Me.Label164.Location = New System.Drawing.Point(7, 6)
+ Me.Label164.Name = "Label164"
+ Me.Label164.Size = New System.Drawing.Size(692, 21)
+ Me.Label164.TabIndex = 49
+ Me.Label164.Text = "Theme Settings"
+ Me.Label164.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNVideoSoftCore
+ 'TabPage4
'
- Me.BTNVideoSoftCore.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoSoftCore.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoSoftCore.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoSoftCore.Location = New System.Drawing.Point(73, 36)
- Me.BTNVideoSoftCore.Name = "BTNVideoSoftCore"
- Me.BTNVideoSoftCore.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoSoftCore.TabIndex = 5
- Me.BTNVideoSoftCore.Text = "1"
- Me.BTNVideoSoftCore.UseVisualStyleBackColor = False
+ Me.TabPage4.BackColor = System.Drawing.Color.Silver
+ Me.TabPage4.Controls.Add(Me.Panel6)
+ Me.TabPage4.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage4.Name = "TabPage4"
+ Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage4.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage4.TabIndex = 3
+ Me.TabPage4.Text = "Ranges"
'
- 'BTNVideoHardCore
+ 'Panel6
'
- Me.BTNVideoHardCore.BackColor = System.Drawing.Color.LightGray
- Me.BTNVideoHardCore.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.BTNVideoHardCore.ForeColor = System.Drawing.Color.Black
- Me.BTNVideoHardCore.Location = New System.Drawing.Point(73, 12)
- Me.BTNVideoHardCore.Name = "BTNVideoHardCore"
- Me.BTNVideoHardCore.Size = New System.Drawing.Size(34, 28)
- Me.BTNVideoHardCore.TabIndex = 1
- Me.BTNVideoHardCore.Text = "1"
- Me.BTNVideoHardCore.UseVisualStyleBackColor = False
+ Me.Panel6.BackColor = System.Drawing.Color.LightGray
+ Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel6.Controls.Add(Me.GroupBox69)
+ Me.Panel6.Controls.Add(Me.GroupBox68)
+ Me.Panel6.Controls.Add(Me.GroupBox67)
+ Me.Panel6.Controls.Add(Me.GroupBox10)
+ Me.Panel6.Controls.Add(Me.GroupBox57)
+ Me.Panel6.Controls.Add(Me.GBRangeRuinChance)
+ Me.Panel6.Controls.Add(Me.GroupBox17)
+ Me.Panel6.Controls.Add(Me.GBRangeOrgasmChance)
+ Me.Panel6.Controls.Add(Me.PictureBox8)
+ Me.Panel6.Controls.Add(Me.Label38)
+ Me.Panel6.Location = New System.Drawing.Point(6, 6)
+ Me.Panel6.Name = "Panel6"
+ Me.Panel6.Size = New System.Drawing.Size(708, 437)
+ Me.Panel6.TabIndex = 91
'
- 'CBVideoHardcore
+ 'GroupBox69
'
- Me.CBVideoHardcore.AutoSize = True
- Me.CBVideoHardcore.Checked = Global.Tease_AI.My.MySettings.Default.CBHardcore
- Me.CBVideoHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoHardcore.ForeColor = System.Drawing.Color.Black
- Me.CBVideoHardcore.Location = New System.Drawing.Point(6, 19)
- Me.CBVideoHardcore.Name = "CBVideoHardcore"
- Me.CBVideoHardcore.Size = New System.Drawing.Size(70, 17)
- Me.CBVideoHardcore.TabIndex = 0
- Me.CBVideoHardcore.Text = "Hardcore"
- Me.CBVideoHardcore.UseVisualStyleBackColor = True
+ Me.GroupBox69.Controls.Add(Me.TypesSpeedVal)
+ Me.GroupBox69.Controls.Add(Me.TypeSpeedLabel)
+ Me.GroupBox69.Controls.Add(Me.TimedWriting)
+ Me.GroupBox69.Controls.Add(Me.TypeSpeedSlider)
+ Me.GroupBox69.Location = New System.Drawing.Point(236, 344)
+ Me.GroupBox69.Name = "GroupBox69"
+ Me.GroupBox69.Size = New System.Drawing.Size(166, 83)
+ Me.GroupBox69.TabIndex = 173
+ Me.GroupBox69.TabStop = False
+ Me.GroupBox69.Text = "Writing Tasks"
'
- 'CBVideoSoftCore
+ 'TypesSpeedVal
'
- Me.CBVideoSoftCore.AutoSize = True
- Me.CBVideoSoftCore.Checked = Global.Tease_AI.My.MySettings.Default.CBSoftcore
- Me.CBVideoSoftCore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBSoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoSoftCore.ForeColor = System.Drawing.Color.Black
- Me.CBVideoSoftCore.Location = New System.Drawing.Point(6, 43)
- Me.CBVideoSoftCore.Name = "CBVideoSoftCore"
- Me.CBVideoSoftCore.Size = New System.Drawing.Size(66, 17)
- Me.CBVideoSoftCore.TabIndex = 4
- Me.CBVideoSoftCore.Text = "Softcore"
- Me.CBVideoSoftCore.UseVisualStyleBackColor = True
+ Me.TypesSpeedVal.AutoSize = True
+ Me.TypesSpeedVal.Location = New System.Drawing.Point(132, 64)
+ Me.TypesSpeedVal.Name = "TypesSpeedVal"
+ Me.TypesSpeedVal.Size = New System.Drawing.Size(19, 13)
+ Me.TypesSpeedVal.TabIndex = 0
+ Me.TypesSpeedVal.Text = "10"
+ Me.TypesSpeedVal.TextAlign = System.Drawing.ContentAlignment.TopRight
'
- 'CBVideoLesbian
+ 'TypeSpeedLabel
'
- Me.CBVideoLesbian.AutoSize = True
- Me.CBVideoLesbian.Checked = Global.Tease_AI.My.MySettings.Default.CBLesbian
- Me.CBVideoLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBLesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoLesbian.ForeColor = System.Drawing.Color.Black
- Me.CBVideoLesbian.Location = New System.Drawing.Point(6, 66)
- Me.CBVideoLesbian.Name = "CBVideoLesbian"
- Me.CBVideoLesbian.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoLesbian.TabIndex = 8
- Me.CBVideoLesbian.Text = "Lesbian"
- Me.CBVideoLesbian.UseVisualStyleBackColor = True
+ Me.TypeSpeedLabel.AutoSize = True
+ Me.TypeSpeedLabel.Location = New System.Drawing.Point(6, 64)
+ Me.TypeSpeedLabel.Name = "TypeSpeedLabel"
+ Me.TypeSpeedLabel.Size = New System.Drawing.Size(76, 13)
+ Me.TypeSpeedLabel.TabIndex = 2
+ Me.TypeSpeedLabel.Text = "Typing Speed:"
'
- 'CBVideoBlowjob
+ 'GroupBox68
'
- Me.CBVideoBlowjob.AutoSize = True
- Me.CBVideoBlowjob.Checked = Global.Tease_AI.My.MySettings.Default.CBBlowjob
- Me.CBVideoBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoBlowjob.ForeColor = System.Drawing.Color.Black
- Me.CBVideoBlowjob.Location = New System.Drawing.Point(6, 89)
- Me.CBVideoBlowjob.Name = "CBVideoBlowjob"
- Me.CBVideoBlowjob.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoBlowjob.TabIndex = 12
- Me.CBVideoBlowjob.Text = "Blowjob"
- Me.CBVideoBlowjob.UseVisualStyleBackColor = True
+ Me.GroupBox68.Controls.Add(Me.NBTasksMax)
+ Me.GroupBox68.Controls.Add(Me.NBTasksMin)
+ Me.GroupBox68.Controls.Add(Me.Label165)
+ Me.GroupBox68.Controls.Add(Me.Label166)
+ Me.GroupBox68.Location = New System.Drawing.Point(236, 287)
+ Me.GroupBox68.Name = "GroupBox68"
+ Me.GroupBox68.Size = New System.Drawing.Size(166, 51)
+ Me.GroupBox68.TabIndex = 172
+ Me.GroupBox68.TabStop = False
+ Me.GroupBox68.Text = "Session Tasks"
'
- 'CBVideoFemsub
+ 'NBTasksMax
'
- Me.CBVideoFemsub.AutoSize = True
- Me.CBVideoFemsub.Checked = Global.Tease_AI.My.MySettings.Default.CBFemsub
- Me.CBVideoFemsub.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemsub", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoFemsub.ForeColor = System.Drawing.Color.Black
- Me.CBVideoFemsub.Location = New System.Drawing.Point(6, 137)
- Me.CBVideoFemsub.Name = "CBVideoFemsub"
- Me.CBVideoFemsub.Size = New System.Drawing.Size(63, 17)
- Me.CBVideoFemsub.TabIndex = 20
- Me.CBVideoFemsub.Text = "Femsub"
- Me.CBVideoFemsub.UseVisualStyleBackColor = True
+ Me.NBTasksMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TasksMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTasksMax.Location = New System.Drawing.Point(113, 20)
+ Me.NBTasksMax.Maximum = New Decimal(New Integer() {500, 0, 0, 0})
+ Me.NBTasksMax.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.NBTasksMax.Name = "NBTasksMax"
+ Me.NBTasksMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTasksMax.TabIndex = 187
+ Me.NBTasksMax.Value = New Decimal(New Integer() {6, 0, 0, 0})
'
- 'CBVideoFemdom
+ 'NBTasksMin
'
- Me.CBVideoFemdom.AutoSize = True
- Me.CBVideoFemdom.Checked = Global.Tease_AI.My.MySettings.Default.CBFemdom
- Me.CBVideoFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBVideoFemdom.ForeColor = System.Drawing.Color.Black
- Me.CBVideoFemdom.Location = New System.Drawing.Point(6, 113)
- Me.CBVideoFemdom.Name = "CBVideoFemdom"
- Me.CBVideoFemdom.Size = New System.Drawing.Size(66, 17)
- Me.CBVideoFemdom.TabIndex = 16
- Me.CBVideoFemdom.Text = "Femdom"
- Me.CBVideoFemdom.UseVisualStyleBackColor = True
+ Me.NBTasksMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TasksMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTasksMin.Location = New System.Drawing.Point(54, 21)
+ Me.NBTasksMin.Minimum = New Decimal(New Integer() {3, 0, 0, 0})
+ Me.NBTasksMin.Name = "NBTasksMin"
+ Me.NBTasksMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTasksMin.TabIndex = 186
+ Me.NBTasksMin.Value = New Decimal(New Integer() {3, 0, 0, 0})
'
- 'LblVideoHeader
+ 'Label165
'
- Me.LblVideoHeader.BackColor = System.Drawing.Color.Transparent
- Me.LblVideoHeader.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblVideoHeader.ForeColor = System.Drawing.Color.Black
- Me.LblVideoHeader.Location = New System.Drawing.Point(7, 6)
- Me.LblVideoHeader.Name = "LblVideoHeader"
- Me.LblVideoHeader.Size = New System.Drawing.Size(692, 21)
- Me.LblVideoHeader.TabIndex = 49
- Me.LblVideoHeader.Text = "Video Settings"
- Me.LblVideoHeader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label165.BackColor = System.Drawing.Color.Transparent
+ Me.Label165.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label165.ForeColor = System.Drawing.Color.Black
+ Me.Label165.Location = New System.Drawing.Point(100, 20)
+ Me.Label165.Name = "Label165"
+ Me.Label165.Size = New System.Drawing.Size(10, 17)
+ Me.Label165.TabIndex = 185
+ Me.Label165.Text = "-"
+ Me.Label165.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TabPage20
+ 'Label166
'
- Me.TabPage20.BackColor = System.Drawing.Color.Silver
- Me.TabPage20.Controls.Add(Me.TabControl1)
- Me.TabPage20.Location = New System.Drawing.Point(4, 22)
- Me.TabPage20.Name = "TabPage20"
- Me.TabPage20.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage20.Size = New System.Drawing.Size(720, 448)
- Me.TabPage20.TabIndex = 16
- Me.TabPage20.Text = "Apps"
+ Me.Label166.BackColor = System.Drawing.Color.Transparent
+ Me.Label166.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label166.ForeColor = System.Drawing.Color.Black
+ Me.Label166.Location = New System.Drawing.Point(6, 21)
+ Me.Label166.Name = "Label166"
+ Me.Label166.Size = New System.Drawing.Size(49, 17)
+ Me.Label166.TabIndex = 188
+ Me.Label166.Text = "Amount:"
+ Me.Label166.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TabControl1
+ 'GroupBox67
'
- Me.TabControl1.Controls.Add(Me.TabPage22)
- Me.TabControl1.Controls.Add(Me.TpGames)
- Me.TabControl1.Controls.Add(Me.TabPage6)
- Me.TabControl1.Location = New System.Drawing.Point(6, 6)
- Me.TabControl1.Name = "TabControl1"
- Me.TabControl1.SelectedIndex = 0
- Me.TabControl1.Size = New System.Drawing.Size(708, 437)
- Me.TabControl1.TabIndex = 0
+ Me.GroupBox67.Controls.Add(Me.Label161)
+ Me.GroupBox67.Controls.Add(Me.NBTaskCBTTimeMax)
+ Me.GroupBox67.Controls.Add(Me.NBTaskCBTTimeMin)
+ Me.GroupBox67.Controls.Add(Me.Label162)
+ Me.GroupBox67.Controls.Add(Me.Label163)
+ Me.GroupBox67.Controls.Add(Me.Label158)
+ Me.GroupBox67.Controls.Add(Me.NBTaskEdgeHoldTimeMax)
+ Me.GroupBox67.Controls.Add(Me.NBTaskEdgeHoldTimeMin)
+ Me.GroupBox67.Controls.Add(Me.Label159)
+ Me.GroupBox67.Controls.Add(Me.Label160)
+ Me.GroupBox67.Controls.Add(Me.NBTaskEdgesMax)
+ Me.GroupBox67.Controls.Add(Me.NBTaskEdgesMin)
+ Me.GroupBox67.Controls.Add(Me.Label119)
+ Me.GroupBox67.Controls.Add(Me.Label157)
+ Me.GroupBox67.Controls.Add(Me.Label151)
+ Me.GroupBox67.Controls.Add(Me.NBTaskStrokingTimeMax)
+ Me.GroupBox67.Controls.Add(Me.NBTaskStrokingTimeMin)
+ Me.GroupBox67.Controls.Add(Me.Label154)
+ Me.GroupBox67.Controls.Add(Me.Label155)
+ Me.GroupBox67.Controls.Add(Me.NBTaskStrokesMax)
+ Me.GroupBox67.Controls.Add(Me.NBTaskStrokesMin)
+ Me.GroupBox67.Controls.Add(Me.Label146)
+ Me.GroupBox67.Controls.Add(Me.Label149)
+ Me.GroupBox67.Location = New System.Drawing.Point(408, 288)
+ Me.GroupBox67.Name = "GroupBox67"
+ Me.GroupBox67.Size = New System.Drawing.Size(291, 139)
+ Me.GroupBox67.TabIndex = 171
+ Me.GroupBox67.TabStop = False
+ Me.GroupBox67.Text = "Letter Tasks"
'
- 'TabPage22
+ 'Label161
'
- Me.TabPage22.BackColor = System.Drawing.Color.LightGray
- Me.TabPage22.Controls.Add(Me.PNLGlitter)
- Me.TabPage22.Location = New System.Drawing.Point(4, 22)
- Me.TabPage22.Name = "TabPage22"
- Me.TabPage22.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage22.Size = New System.Drawing.Size(700, 411)
- Me.TabPage22.TabIndex = 0
- Me.TabPage22.Text = "Glitter"
+ Me.Label161.BackColor = System.Drawing.Color.Transparent
+ Me.Label161.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label161.ForeColor = System.Drawing.Color.Black
+ Me.Label161.Location = New System.Drawing.Point(233, 110)
+ Me.Label161.Name = "Label161"
+ Me.Label161.Size = New System.Drawing.Size(50, 17)
+ Me.Label161.TabIndex = 204
+ Me.Label161.Text = "minutes"
+ Me.Label161.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'PNLGlitter
+ 'Label162
'
- Me.PNLGlitter.BackColor = System.Drawing.Color.LightGray
- Me.PNLGlitter.Controls.Add(Me.Button15)
- Me.PNLGlitter.Controls.Add(Me.Button16)
- Me.PNLGlitter.Controls.Add(Me.Label121)
- Me.PNLGlitter.Controls.Add(Me.Label122)
- Me.PNLGlitter.Controls.Add(Me.GBGlitterD)
- Me.PNLGlitter.Controls.Add(Me.GBGlitter1)
- Me.PNLGlitter.Controls.Add(Me.GBGlitter3)
- Me.PNLGlitter.Controls.Add(Me.GBGlitter2)
- Me.PNLGlitter.Location = New System.Drawing.Point(-3, 5)
- Me.PNLGlitter.Name = "PNLGlitter"
- Me.PNLGlitter.Size = New System.Drawing.Size(708, 404)
- Me.PNLGlitter.TabIndex = 91
+ Me.Label162.BackColor = System.Drawing.Color.Transparent
+ Me.Label162.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label162.ForeColor = System.Drawing.Color.Black
+ Me.Label162.Location = New System.Drawing.Point(167, 110)
+ Me.Label162.Name = "Label162"
+ Me.Label162.Size = New System.Drawing.Size(10, 17)
+ Me.Label162.TabIndex = 201
+ Me.Label162.Text = "-"
+ Me.Label162.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'Button15
+ 'Label163
'
- Me.Button15.BackColor = System.Drawing.Color.LightGray
- Me.Button15.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Button_Export
- Me.Button15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Button15.FlatAppearance.BorderSize = 0
- Me.Button15.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray
- Me.Button15.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
- Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.Button15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Button15.ForeColor = System.Drawing.Color.Black
- Me.Button15.Location = New System.Drawing.Point(670, 366)
- Me.Button15.Name = "Button15"
- Me.Button15.Size = New System.Drawing.Size(30, 26)
- Me.Button15.TabIndex = 163
- Me.Button15.UseVisualStyleBackColor = False
+ Me.Label163.BackColor = System.Drawing.Color.Transparent
+ Me.Label163.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label163.ForeColor = System.Drawing.Color.Black
+ Me.Label163.Location = New System.Drawing.Point(12, 111)
+ Me.Label163.Name = "Label163"
+ Me.Label163.Size = New System.Drawing.Size(151, 17)
+ Me.Label163.TabIndex = 200
+ Me.Label163.Text = "CBT Time:"
+ Me.Label163.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'Button16
+ 'Label158
'
- Me.Button16.BackColor = System.Drawing.Color.LightGray
- Me.Button16.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Button_Save
- Me.Button16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Button16.FlatAppearance.BorderSize = 0
- Me.Button16.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray
- Me.Button16.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver
- Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.Button16.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Button16.ForeColor = System.Drawing.Color.Black
- Me.Button16.Location = New System.Drawing.Point(667, 324)
- Me.Button16.Name = "Button16"
- Me.Button16.Size = New System.Drawing.Size(30, 26)
- Me.Button16.TabIndex = 164
- Me.Button16.UseVisualStyleBackColor = False
+ Me.Label158.BackColor = System.Drawing.Color.Transparent
+ Me.Label158.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label158.ForeColor = System.Drawing.Color.Black
+ Me.Label158.Location = New System.Drawing.Point(233, 87)
+ Me.Label158.Name = "Label158"
+ Me.Label158.Size = New System.Drawing.Size(50, 17)
+ Me.Label158.TabIndex = 199
+ Me.Label158.Text = "minutes"
+ Me.Label158.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'Label121
+ 'Label159
'
- Me.Label121.AutoSize = True
- Me.Label121.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label121.ForeColor = System.Drawing.Color.Black
- Me.Label121.Location = New System.Drawing.Point(669, 352)
- Me.Label121.Name = "Label121"
- Me.Label121.Size = New System.Drawing.Size(27, 13)
- Me.Label121.TabIndex = 166
- Me.Label121.Text = "load"
- Me.Label121.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label159.BackColor = System.Drawing.Color.Transparent
+ Me.Label159.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label159.ForeColor = System.Drawing.Color.Black
+ Me.Label159.Location = New System.Drawing.Point(167, 87)
+ Me.Label159.Name = "Label159"
+ Me.Label159.Size = New System.Drawing.Size(10, 17)
+ Me.Label159.TabIndex = 196
+ Me.Label159.Text = "-"
+ Me.Label159.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'Label122
+ 'Label160
'
- Me.Label122.AutoSize = True
- Me.Label122.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label122.ForeColor = System.Drawing.Color.Black
- Me.Label122.Location = New System.Drawing.Point(667, 313)
- Me.Label122.Name = "Label122"
- Me.Label122.Size = New System.Drawing.Size(30, 13)
- Me.Label122.TabIndex = 165
- Me.Label122.Text = "save"
- Me.Label122.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label160.BackColor = System.Drawing.Color.Transparent
+ Me.Label160.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label160.ForeColor = System.Drawing.Color.Black
+ Me.Label160.Location = New System.Drawing.Point(12, 88)
+ Me.Label160.Name = "Label160"
+ Me.Label160.Size = New System.Drawing.Size(151, 17)
+ Me.Label160.TabIndex = 195
+ Me.Label160.Text = "Edge Hold Time:"
+ Me.Label160.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'GBGlitterD
+ 'Label119
'
- Me.GBGlitterD.BackColor = System.Drawing.Color.LightGray
- Me.GBGlitterD.Controls.Add(Me.GrbGlitterfeed)
- Me.GBGlitterD.Controls.Add(Me.BTNGlitterD)
- Me.GBGlitterD.Controls.Add(Me.LBLGlitterNCDomme)
- Me.GBGlitterD.Controls.Add(Me.LBLGlitterSlider)
- Me.GBGlitterD.Controls.Add(Me.CBCustom2)
- Me.GBGlitterD.Controls.Add(Me.GlitterSlider)
- Me.GBGlitterD.Controls.Add(Me.CBCustom1)
- Me.GBGlitterD.Controls.Add(Me.CBDaily)
- Me.GBGlitterD.Controls.Add(Me.CBTrivia)
- Me.GBGlitterD.Controls.Add(Me.TBGlitterShortName)
- Me.GBGlitterD.Controls.Add(Me.CBEgotist)
- Me.GBGlitterD.Controls.Add(Me.CBTease)
- Me.GBGlitterD.Controls.Add(Me.GlitterAV)
- Me.GBGlitterD.Location = New System.Drawing.Point(7, 1)
- Me.GBGlitterD.Name = "GBGlitterD"
- Me.GBGlitterD.Size = New System.Drawing.Size(344, 150)
- Me.GBGlitterD.TabIndex = 162
- Me.GBGlitterD.TabStop = False
- Me.GBGlitterD.Text = "Domme"
+ Me.Label119.BackColor = System.Drawing.Color.Transparent
+ Me.Label119.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label119.ForeColor = System.Drawing.Color.Black
+ Me.Label119.Location = New System.Drawing.Point(167, 64)
+ Me.Label119.Name = "Label119"
+ Me.Label119.Size = New System.Drawing.Size(10, 17)
+ Me.Label119.TabIndex = 192
+ Me.Label119.Text = "-"
+ Me.Label119.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'GrbGlitterfeed
+ 'Label157
'
- Me.GrbGlitterfeed.Controls.Add(Me.CBGlitterFeedScripts)
- Me.GrbGlitterfeed.Controls.Add(Me.CBGlitterFeed)
- Me.GrbGlitterfeed.Controls.Add(Me.CBGlitterFeedOff)
- Me.GrbGlitterfeed.Location = New System.Drawing.Point(79, 16)
- Me.GrbGlitterfeed.Name = "GrbGlitterfeed"
- Me.GrbGlitterfeed.Size = New System.Drawing.Size(134, 35)
- Me.GrbGlitterfeed.TabIndex = 168
- Me.GrbGlitterfeed.TabStop = False
- Me.GrbGlitterfeed.Text = "Glitterfeeds"
+ Me.Label157.BackColor = System.Drawing.Color.Transparent
+ Me.Label157.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label157.ForeColor = System.Drawing.Color.Black
+ Me.Label157.Location = New System.Drawing.Point(12, 65)
+ Me.Label157.Name = "Label157"
+ Me.Label157.Size = New System.Drawing.Size(151, 17)
+ Me.Label157.TabIndex = 191
+ Me.Label157.Text = "Edges:"
+ Me.Label157.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBGlitterFeedScripts
+ 'Label151
'
- Me.CBGlitterFeedScripts.AutoSize = True
- Me.CBGlitterFeedScripts.BackColor = System.Drawing.Color.Transparent
- Me.CBGlitterFeedScripts.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitterFeedScripts
- Me.CBGlitterFeedScripts.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitterFeedScripts", True))
- Me.CBGlitterFeedScripts.Location = New System.Drawing.Point(79, 11)
- Me.CBGlitterFeedScripts.Margin = New System.Windows.Forms.Padding(0)
- Me.CBGlitterFeedScripts.Name = "CBGlitterFeedScripts"
- Me.CBGlitterFeedScripts.Size = New System.Drawing.Size(57, 17)
- Me.CBGlitterFeedScripts.TabIndex = 146
- Me.CBGlitterFeedScripts.Text = "Scripts"
- Me.CBGlitterFeedScripts.UseVisualStyleBackColor = False
+ Me.Label151.BackColor = System.Drawing.Color.Transparent
+ Me.Label151.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label151.ForeColor = System.Drawing.Color.Black
+ Me.Label151.Location = New System.Drawing.Point(233, 41)
+ Me.Label151.Name = "Label151"
+ Me.Label151.Size = New System.Drawing.Size(50, 17)
+ Me.Label151.TabIndex = 190
+ Me.Label151.Text = "minutes"
+ Me.Label151.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ '
+ 'Label154
+ '
+ Me.Label154.BackColor = System.Drawing.Color.Transparent
+ Me.Label154.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label154.ForeColor = System.Drawing.Color.Black
+ Me.Label154.Location = New System.Drawing.Point(167, 41)
+ Me.Label154.Name = "Label154"
+ Me.Label154.Size = New System.Drawing.Size(10, 17)
+ Me.Label154.TabIndex = 187
+ Me.Label154.Text = "-"
+ Me.Label154.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBGlitterFeed
+ 'Label155
'
- Me.CBGlitterFeed.AutoSize = True
- Me.CBGlitterFeed.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitterFeed
- Me.CBGlitterFeed.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitterFeed", True))
- Me.CBGlitterFeed.Location = New System.Drawing.Point(42, 11)
- Me.CBGlitterFeed.Margin = New System.Windows.Forms.Padding(3, 3, 0, 3)
- Me.CBGlitterFeed.Name = "CBGlitterFeed"
- Me.CBGlitterFeed.Size = New System.Drawing.Size(39, 17)
- Me.CBGlitterFeed.TabIndex = 145
- Me.CBGlitterFeed.Text = "On"
- Me.CBGlitterFeed.UseVisualStyleBackColor = True
+ Me.Label155.BackColor = System.Drawing.Color.Transparent
+ Me.Label155.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label155.ForeColor = System.Drawing.Color.Black
+ Me.Label155.Location = New System.Drawing.Point(12, 42)
+ Me.Label155.Name = "Label155"
+ Me.Label155.Size = New System.Drawing.Size(151, 17)
+ Me.Label155.TabIndex = 186
+ Me.Label155.Text = "Stroking Time:"
+ Me.Label155.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBGlitterFeedOff
+ 'Label146
'
- Me.CBGlitterFeedOff.AutoSize = True
- Me.CBGlitterFeedOff.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitterFeedOff
- Me.CBGlitterFeedOff.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitterFeedOff", True))
- Me.CBGlitterFeedOff.Location = New System.Drawing.Point(8, 11)
- Me.CBGlitterFeedOff.Margin = New System.Windows.Forms.Padding(0)
- Me.CBGlitterFeedOff.Name = "CBGlitterFeedOff"
- Me.CBGlitterFeedOff.Size = New System.Drawing.Size(39, 17)
- Me.CBGlitterFeedOff.TabIndex = 147
- Me.CBGlitterFeedOff.TabStop = True
- Me.CBGlitterFeedOff.Text = "Off"
- Me.CBGlitterFeedOff.UseVisualStyleBackColor = True
+ Me.Label146.BackColor = System.Drawing.Color.Transparent
+ Me.Label146.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label146.ForeColor = System.Drawing.Color.Black
+ Me.Label146.Location = New System.Drawing.Point(167, 18)
+ Me.Label146.Name = "Label146"
+ Me.Label146.Size = New System.Drawing.Size(10, 17)
+ Me.Label146.TabIndex = 182
+ Me.Label146.Text = "-"
+ Me.Label146.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'BTNGlitterD
+ 'Label149
'
- Me.BTNGlitterD.BackColor = System.Drawing.Color.LightGray
- Me.BTNGlitterD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNGlitterD.ForeColor = System.Drawing.Color.Black
- Me.BTNGlitterD.Location = New System.Drawing.Point(220, 23)
- Me.BTNGlitterD.Name = "BTNGlitterD"
- Me.BTNGlitterD.Size = New System.Drawing.Size(115, 24)
- Me.BTNGlitterD.TabIndex = 166
- Me.BTNGlitterD.Text = "Choose Name Color"
- Me.BTNGlitterD.UseVisualStyleBackColor = False
+ Me.Label149.BackColor = System.Drawing.Color.Transparent
+ Me.Label149.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label149.ForeColor = System.Drawing.Color.Black
+ Me.Label149.Location = New System.Drawing.Point(12, 19)
+ Me.Label149.Name = "Label149"
+ Me.Label149.Size = New System.Drawing.Size(151, 17)
+ Me.Label149.TabIndex = 181
+ Me.Label149.Text = "Strokes:"
+ Me.Label149.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'LBLGlitterNCDomme
+ 'GroupBox10
'
- Me.LBLGlitterNCDomme.BackColor = System.Drawing.Color.White
- Me.LBLGlitterNCDomme.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLGlitterNCDomme.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNCDommeColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLGlitterNCDomme.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterNCDomme.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNCDommeColor
- Me.LBLGlitterNCDomme.Location = New System.Drawing.Point(220, 57)
- Me.LBLGlitterNCDomme.Name = "LBLGlitterNCDomme"
- Me.LBLGlitterNCDomme.Size = New System.Drawing.Size(115, 23)
- Me.LBLGlitterNCDomme.TabIndex = 163
- Me.LBLGlitterNCDomme.Text = "Preview"
- Me.LBLGlitterNCDomme.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.GroupBox10.Controls.Add(Me.Label112)
+ Me.GroupBox10.Controls.Add(Me.NBNextImageChance)
+ Me.GroupBox10.Controls.Add(Me.Label6)
+ Me.GroupBox10.Location = New System.Drawing.Point(408, 31)
+ Me.GroupBox10.Name = "GroupBox10"
+ Me.GroupBox10.Size = New System.Drawing.Size(291, 54)
+ Me.GroupBox10.TabIndex = 170
+ Me.GroupBox10.TabStop = False
+ Me.GroupBox10.Text = "Tease Slideshow"
'
- 'LBLGlitterSlider
+ 'Label112
'
- Me.LBLGlitterSlider.BackColor = System.Drawing.Color.Transparent
- Me.LBLGlitterSlider.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterSlider.ForeColor = System.Drawing.Color.Black
- Me.LBLGlitterSlider.Location = New System.Drawing.Point(220, 96)
- Me.LBLGlitterSlider.Name = "LBLGlitterSlider"
- Me.LBLGlitterSlider.Size = New System.Drawing.Size(115, 19)
- Me.LBLGlitterSlider.TabIndex = 162
- Me.LBLGlitterSlider.Text = "Post Frequency"
- Me.LBLGlitterSlider.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label112.BackColor = System.Drawing.Color.Transparent
+ Me.Label112.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label112.ForeColor = System.Drawing.Color.Black
+ Me.Label112.Location = New System.Drawing.Point(233, 21)
+ Me.Label112.Name = "Label112"
+ Me.Label112.Size = New System.Drawing.Size(50, 17)
+ Me.Label112.TabIndex = 180
+ Me.Label112.Text = "percent"
+ Me.Label112.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBCustom2
+ 'NBNextImageChance
'
- Me.CBCustom2.AutoSize = True
- Me.CBCustom2.Checked = Global.Tease_AI.My.MySettings.Default.CB2Custom2
- Me.CBCustom2.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CB2Custom2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBCustom2.ForeColor = System.Drawing.Color.Black
- Me.CBCustom2.Location = New System.Drawing.Point(149, 121)
- Me.CBCustom2.Name = "CBCustom2"
- Me.CBCustom2.Size = New System.Drawing.Size(70, 17)
- Me.CBCustom2.TabIndex = 161
- Me.CBCustom2.Text = "Custom 2"
- Me.CBCustom2.UseVisualStyleBackColor = True
+ Me.NBNextImageChance.Location = New System.Drawing.Point(183, 20)
+ Me.NBNextImageChance.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBNextImageChance.Name = "NBNextImageChance"
+ Me.NBNextImageChance.Size = New System.Drawing.Size(44, 20)
+ Me.NBNextImageChance.TabIndex = 179
+ Me.NBNextImageChance.Value = New Decimal(New Integer() {60, 0, 0, 0})
'
- 'GlitterSlider
+ 'Label6
'
- Me.GlitterSlider.AutoSize = False
- Me.GlitterSlider.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "GlitterDSlider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GlitterSlider.LargeChange = 1
- Me.GlitterSlider.Location = New System.Drawing.Point(220, 118)
- Me.GlitterSlider.Maximum = 9
- Me.GlitterSlider.Minimum = 1
- Me.GlitterSlider.Name = "GlitterSlider"
- Me.GlitterSlider.Size = New System.Drawing.Size(115, 25)
- Me.GlitterSlider.TabIndex = 160
- Me.GlitterSlider.Value = Global.Tease_AI.My.MySettings.Default.GlitterDSlider
+ Me.Label6.BackColor = System.Drawing.Color.Transparent
+ Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label6.ForeColor = System.Drawing.Color.Black
+ Me.Label6.Location = New System.Drawing.Point(9, 21)
+ Me.Label6.Name = "Label6"
+ Me.Label6.Size = New System.Drawing.Size(151, 17)
+ Me.Label6.TabIndex = 154
+ Me.Label6.Text = "Image Next/Previous Chance:"
+ Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBCustom1
+ 'GroupBox57
'
- Me.CBCustom1.AutoSize = True
- Me.CBCustom1.Checked = Global.Tease_AI.My.MySettings.Default.CB2Custom1
- Me.CBCustom1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CB2Custom1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBCustom1.ForeColor = System.Drawing.Color.Black
- Me.CBCustom1.Location = New System.Drawing.Point(149, 98)
- Me.CBCustom1.Name = "CBCustom1"
- Me.CBCustom1.Size = New System.Drawing.Size(70, 17)
- Me.CBCustom1.TabIndex = 157
- Me.CBCustom1.Text = "Custom 1"
- Me.CBCustom1.UseVisualStyleBackColor = True
+ Me.GroupBox57.Controls.Add(Me.Label139)
+ Me.GroupBox57.Controls.Add(Me.NBTauntEdging)
+ Me.GroupBox57.Controls.Add(Me.LBLVtf)
+ Me.GroupBox57.Controls.Add(Me.LBLStf)
+ Me.GroupBox57.Controls.Add(Me.SliderSTF)
+ Me.GroupBox57.Controls.Add(Me.TauntSlider)
+ Me.GroupBox57.Controls.Add(Me.Label106)
+ Me.GroupBox57.Controls.Add(Me.CBTauntCycleDD)
+ Me.GroupBox57.Controls.Add(Me.CBTeaseLengthDD)
+ Me.GroupBox57.Controls.Add(Me.Label103)
+ Me.GroupBox57.Controls.Add(Me.NBTauntCycleMax)
+ Me.GroupBox57.Controls.Add(Me.Label105)
+ Me.GroupBox57.Controls.Add(Me.Label101)
+ Me.GroupBox57.Controls.Add(Me.NBTauntCycleMin)
+ Me.GroupBox57.Controls.Add(Me.Label102)
+ Me.GroupBox57.Controls.Add(Me.Label97)
+ Me.GroupBox57.Controls.Add(Me.NBTeaseLengthMax)
+ Me.GroupBox57.Controls.Add(Me.Label99)
+ Me.GroupBox57.Controls.Add(Me.Label96)
+ Me.GroupBox57.Controls.Add(Me.NBTeaseLengthMin)
+ Me.GroupBox57.Controls.Add(Me.Label95)
+ Me.GroupBox57.Controls.Add(Me.Label49)
+ Me.GroupBox57.Controls.Add(Me.Label141)
+ Me.GroupBox57.Location = New System.Drawing.Point(7, 30)
+ Me.GroupBox57.Name = "GroupBox57"
+ Me.GroupBox57.Size = New System.Drawing.Size(223, 308)
+ Me.GroupBox57.TabIndex = 169
+ Me.GroupBox57.TabStop = False
+ Me.GroupBox57.Text = "Tease"
'
- 'CBDaily
+ 'Label139
'
- Me.CBDaily.AutoSize = True
- Me.CBDaily.Checked = Global.Tease_AI.My.MySettings.Default.CBDaily
- Me.CBDaily.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBDaily", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBDaily.ForeColor = System.Drawing.Color.Black
- Me.CBDaily.Location = New System.Drawing.Point(79, 121)
- Me.CBDaily.Name = "CBDaily"
- Me.CBDaily.Size = New System.Drawing.Size(49, 17)
- Me.CBDaily.TabIndex = 156
- Me.CBDaily.Text = "Daily"
- Me.CBDaily.UseVisualStyleBackColor = True
+ Me.Label139.BackColor = System.Drawing.Color.Transparent
+ Me.Label139.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label139.ForeColor = System.Drawing.Color.Black
+ Me.Label139.Location = New System.Drawing.Point(175, 171)
+ Me.Label139.Name = "Label139"
+ Me.Label139.Size = New System.Drawing.Size(50, 17)
+ Me.Label139.TabIndex = 184
+ Me.Label139.Text = "percent"
+ Me.Label139.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBTrivia
+ 'NBTauntEdging
'
- Me.CBTrivia.AutoSize = True
- Me.CBTrivia.Checked = Global.Tease_AI.My.MySettings.Default.CBTrivia
- Me.CBTrivia.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBTrivia.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBTrivia", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBTrivia.ForeColor = System.Drawing.Color.Black
- Me.CBTrivia.Location = New System.Drawing.Point(79, 98)
- Me.CBTrivia.Name = "CBTrivia"
- Me.CBTrivia.Size = New System.Drawing.Size(52, 17)
- Me.CBTrivia.TabIndex = 155
- Me.CBTrivia.Text = "Trivia"
- Me.CBTrivia.UseVisualStyleBackColor = True
+ Me.NBTauntEdging.Location = New System.Drawing.Point(130, 171)
+ Me.NBTauntEdging.Name = "NBTauntEdging"
+ Me.NBTauntEdging.Size = New System.Drawing.Size(44, 20)
+ Me.NBTauntEdging.TabIndex = 188
+ Me.NBTauntEdging.Value = New Decimal(New Integer() {70, 0, 0, 0})
'
- 'TBGlitterShortName
+ 'LBLVtf
'
- Me.TBGlitterShortName.BackColor = System.Drawing.Color.White
- Me.TBGlitterShortName.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GlitterSN", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TBGlitterShortName.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TBGlitterShortName.ForeColor = System.Drawing.Color.Black
- Me.TBGlitterShortName.Location = New System.Drawing.Point(79, 57)
- Me.TBGlitterShortName.Name = "TBGlitterShortName"
- Me.TBGlitterShortName.Size = New System.Drawing.Size(134, 23)
- Me.TBGlitterShortName.TabIndex = 49
- Me.TBGlitterShortName.Text = Global.Tease_AI.My.MySettings.Default.GlitterSN
- Me.TBGlitterShortName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.LBLVtf.BackColor = System.Drawing.Color.Transparent
+ Me.LBLVtf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLVtf.ForeColor = System.Drawing.Color.Black
+ Me.LBLVtf.Location = New System.Drawing.Point(128, 261)
+ Me.LBLVtf.Name = "LBLVtf"
+ Me.LBLVtf.Size = New System.Drawing.Size(87, 17)
+ Me.LBLVtf.TabIndex = 187
+ Me.LBLVtf.Text = "Normal"
+ Me.LBLVtf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'LBLStf
+ '
+ Me.LBLStf.BackColor = System.Drawing.Color.Transparent
+ Me.LBLStf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLStf.ForeColor = System.Drawing.Color.Black
+ Me.LBLStf.Location = New System.Drawing.Point(130, 220)
+ Me.LBLStf.Name = "LBLStf"
+ Me.LBLStf.Size = New System.Drawing.Size(87, 17)
+ Me.LBLStf.TabIndex = 165
+ Me.LBLStf.Text = "Normal"
+ Me.LBLStf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBEgotist
+ 'SliderSTF
'
- Me.CBEgotist.AutoSize = True
- Me.CBEgotist.Checked = Global.Tease_AI.My.MySettings.Default.CBEgotist
- Me.CBEgotist.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBEgotist", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBEgotist.ForeColor = System.Drawing.Color.Black
- Me.CBEgotist.Location = New System.Drawing.Point(9, 121)
- Me.CBEgotist.Name = "CBEgotist"
- Me.CBEgotist.Size = New System.Drawing.Size(58, 17)
- Me.CBEgotist.TabIndex = 153
- Me.CBEgotist.Text = "Egotist"
- Me.CBEgotist.UseVisualStyleBackColor = True
+ Me.SliderSTF.AutoSize = False
+ Me.SliderSTF.LargeChange = 1
+ Me.SliderSTF.Location = New System.Drawing.Point(130, 199)
+ Me.SliderSTF.Maximum = 5
+ Me.SliderSTF.Minimum = 1
+ Me.SliderSTF.Name = "SliderSTF"
+ Me.SliderSTF.Size = New System.Drawing.Size(87, 25)
+ Me.SliderSTF.TabIndex = 163
+ Me.SliderSTF.Value = 3
'
- 'CBTease
+ 'TauntSlider
'
- Me.CBTease.AutoSize = True
- Me.CBTease.Checked = Global.Tease_AI.My.MySettings.Default.CBTease
- Me.CBTease.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBTease", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBTease.ForeColor = System.Drawing.Color.Black
- Me.CBTease.Location = New System.Drawing.Point(9, 98)
- Me.CBTease.Name = "CBTease"
- Me.CBTease.Size = New System.Drawing.Size(56, 17)
- Me.CBTease.TabIndex = 152
- Me.CBTease.Text = "Tease"
- Me.CBTease.UseVisualStyleBackColor = True
+ Me.TauntSlider.AutoSize = False
+ Me.TauntSlider.LargeChange = 1
+ Me.TauntSlider.Location = New System.Drawing.Point(130, 240)
+ Me.TauntSlider.Maximum = 9
+ Me.TauntSlider.Minimum = 1
+ Me.TauntSlider.Name = "TauntSlider"
+ Me.TauntSlider.Size = New System.Drawing.Size(87, 25)
+ Me.TauntSlider.TabIndex = 161
+ Me.TauntSlider.Value = 4
'
- 'GlitterAV
+ 'Label106
'
- Me.GlitterAV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GlitterAV.Location = New System.Drawing.Point(9, 16)
- Me.GlitterAV.Name = "GlitterAV"
- Me.GlitterAV.Size = New System.Drawing.Size(64, 64)
- Me.GlitterAV.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GlitterAV.TabIndex = 149
- Me.GlitterAV.TabStop = False
+ Me.Label106.BackColor = System.Drawing.Color.Transparent
+ Me.Label106.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label106.ForeColor = System.Drawing.Color.Black
+ Me.Label106.Location = New System.Drawing.Point(6, 243)
+ Me.Label106.Name = "Label106"
+ Me.Label106.Size = New System.Drawing.Size(123, 17)
+ Me.Label106.TabIndex = 186
+ Me.Label106.Text = "Video Taunt Frequency:"
+ Me.Label106.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'GBGlitter1
+ 'CBTauntCycleDD
'
- Me.GBGlitter1.BackColor = System.Drawing.Color.LightGray
- Me.GBGlitter1.Controls.Add(Me.BtnContact1ImageDirClear)
- Me.GBGlitter1.Controls.Add(Me.BtnContact1ImageDir)
- Me.GBGlitter1.Controls.Add(Me.TbxContact1ImageDir)
- Me.GBGlitter1.Controls.Add(Me.BTNGlitter1)
- Me.GBGlitter1.Controls.Add(Me.LBLGlitterNC1)
- Me.GBGlitter1.Controls.Add(Me.LBLGlitterSlider1)
- Me.GBGlitter1.Controls.Add(Me.GlitterSlider1)
- Me.GBGlitter1.Controls.Add(Me.CBGlitter1)
- Me.GBGlitter1.Controls.Add(Me.TBGlitter1)
- Me.GBGlitter1.Controls.Add(Me.GlitterAV1)
- Me.GBGlitter1.Location = New System.Drawing.Point(355, 1)
- Me.GBGlitter1.Name = "GBGlitter1"
- Me.GBGlitter1.Size = New System.Drawing.Size(344, 150)
- Me.GBGlitter1.TabIndex = 161
- Me.GBGlitter1.TabStop = False
- Me.GBGlitter1.Text = "Contact 1"
+ Me.CBTauntCycleDD.AutoSize = True
+ Me.CBTauntCycleDD.ForeColor = System.Drawing.Color.Black
+ Me.CBTauntCycleDD.Location = New System.Drawing.Point(9, 140)
+ Me.CBTauntCycleDD.Name = "CBTauntCycleDD"
+ Me.CBTauntCycleDD.Size = New System.Drawing.Size(176, 17)
+ Me.CBTauntCycleDD.TabIndex = 185
+ Me.CBTauntCycleDD.Text = "Domme Decide Based on Level"
+ Me.CBTauntCycleDD.UseVisualStyleBackColor = True
'
- 'BtnContact1ImageDirClear
+ 'CBTeaseLengthDD
'
- Me.BtnContact1ImageDirClear.BackColor = System.Drawing.Color.LightGray
- Me.BtnContact1ImageDirClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BtnContact1ImageDirClear.ForeColor = System.Drawing.Color.Black
- Me.BtnContact1ImageDirClear.Location = New System.Drawing.Point(174, 93)
- Me.BtnContact1ImageDirClear.Name = "BtnContact1ImageDirClear"
- Me.BtnContact1ImageDirClear.Size = New System.Drawing.Size(39, 22)
- Me.BtnContact1ImageDirClear.TabIndex = 181
- Me.BtnContact1ImageDirClear.Text = "Clear"
- Me.BtnContact1ImageDirClear.UseVisualStyleBackColor = False
+ Me.CBTeaseLengthDD.AutoSize = True
+ Me.CBTeaseLengthDD.ForeColor = System.Drawing.Color.Black
+ Me.CBTeaseLengthDD.Location = New System.Drawing.Point(9, 69)
+ Me.CBTeaseLengthDD.Name = "CBTeaseLengthDD"
+ Me.CBTeaseLengthDD.Size = New System.Drawing.Size(176, 17)
+ Me.CBTeaseLengthDD.TabIndex = 184
+ Me.CBTeaseLengthDD.Text = "Domme Decide Based on Level"
+ Me.CBTeaseLengthDD.UseVisualStyleBackColor = True
'
- 'BtnContact1ImageDir
+ 'Label103
'
- Me.BtnContact1ImageDir.BackColor = System.Drawing.Color.LightGray
- Me.BtnContact1ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BtnContact1ImageDir.ForeColor = System.Drawing.Color.Black
- Me.BtnContact1ImageDir.Location = New System.Drawing.Point(9, 93)
- Me.BtnContact1ImageDir.Name = "BtnContact1ImageDir"
- Me.BtnContact1ImageDir.Size = New System.Drawing.Size(160, 22)
- Me.BtnContact1ImageDir.TabIndex = 177
- Me.BtnContact1ImageDir.Text = "Set Contact1 Images Directory"
- Me.BtnContact1ImageDir.UseVisualStyleBackColor = False
+ Me.Label103.BackColor = System.Drawing.Color.Transparent
+ Me.Label103.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label103.ForeColor = System.Drawing.Color.Black
+ Me.Label103.Location = New System.Drawing.Point(175, 117)
+ Me.Label103.Name = "Label103"
+ Me.Label103.Size = New System.Drawing.Size(50, 17)
+ Me.Label103.TabIndex = 183
+ Me.Label103.Text = "minutes"
+ Me.Label103.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TbxContact1ImageDir
+ 'NBTauntCycleMax
'
- Me.TbxContact1ImageDir.BackColor = System.Drawing.Color.LightGray
- Me.TbxContact1ImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxContact1ImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Contact1ImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxContact1ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxContact1ImageDir.ForeColor = System.Drawing.Color.Black
- Me.TbxContact1ImageDir.Location = New System.Drawing.Point(9, 121)
- Me.TbxContact1ImageDir.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxContact1ImageDir.MinimumSize = New System.Drawing.Size(204, 17)
- Me.TbxContact1ImageDir.Name = "TbxContact1ImageDir"
- Me.TbxContact1ImageDir.ReadOnly = True
- Me.TbxContact1ImageDir.Size = New System.Drawing.Size(204, 17)
- Me.TbxContact1ImageDir.TabIndex = 176
- Me.TbxContact1ImageDir.Text = Global.Tease_AI.My.MySettings.Default.Contact1ImageDir
+ Me.NBTauntCycleMax.Location = New System.Drawing.Point(130, 116)
+ Me.NBTauntCycleMax.Maximum = New Decimal(New Integer() {30, 0, 0, 0})
+ Me.NBTauntCycleMax.Minimum = New Decimal(New Integer() {2, 0, 0, 0})
+ Me.NBTauntCycleMax.Name = "NBTauntCycleMax"
+ Me.NBTauntCycleMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTauntCycleMax.TabIndex = 182
+ Me.NBTauntCycleMax.Value = New Decimal(New Integer() {5, 0, 0, 0})
'
- 'BTNGlitter1
+ 'Label105
'
- Me.BTNGlitter1.BackColor = System.Drawing.Color.LightGray
- Me.BTNGlitter1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNGlitter1.ForeColor = System.Drawing.Color.Black
- Me.BTNGlitter1.Location = New System.Drawing.Point(220, 23)
- Me.BTNGlitter1.Name = "BTNGlitter1"
- Me.BTNGlitter1.Size = New System.Drawing.Size(115, 24)
- Me.BTNGlitter1.TabIndex = 175
- Me.BTNGlitter1.Text = "Choose Name Color"
- Me.BTNGlitter1.UseVisualStyleBackColor = False
+ Me.Label105.BackColor = System.Drawing.Color.Transparent
+ Me.Label105.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label105.ForeColor = System.Drawing.Color.Black
+ Me.Label105.Location = New System.Drawing.Point(6, 117)
+ Me.Label105.Name = "Label105"
+ Me.Label105.Size = New System.Drawing.Size(123, 17)
+ Me.Label105.TabIndex = 181
+ Me.Label105.Text = "Taunt Cycle Maximum:"
+ Me.Label105.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'LBLGlitterNC1
+ 'Label101
'
- Me.LBLGlitterNC1.BackColor = System.Drawing.Color.White
- Me.LBLGlitterNC1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLGlitterNC1.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNC1Color", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLGlitterNC1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterNC1.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNC1Color
- Me.LBLGlitterNC1.Location = New System.Drawing.Point(220, 57)
- Me.LBLGlitterNC1.Name = "LBLGlitterNC1"
- Me.LBLGlitterNC1.Size = New System.Drawing.Size(115, 23)
- Me.LBLGlitterNC1.TabIndex = 166
- Me.LBLGlitterNC1.Text = "Preview"
- Me.LBLGlitterNC1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label101.BackColor = System.Drawing.Color.Transparent
+ Me.Label101.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label101.ForeColor = System.Drawing.Color.Black
+ Me.Label101.Location = New System.Drawing.Point(175, 93)
+ Me.Label101.Name = "Label101"
+ Me.Label101.Size = New System.Drawing.Size(50, 17)
+ Me.Label101.TabIndex = 180
+ Me.Label101.Text = "minutes"
+ Me.Label101.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'LBLGlitterSlider1
+ 'NBTauntCycleMin
'
- Me.LBLGlitterSlider1.BackColor = System.Drawing.Color.Transparent
- Me.LBLGlitterSlider1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterSlider1.ForeColor = System.Drawing.Color.Black
- Me.LBLGlitterSlider1.Location = New System.Drawing.Point(220, 96)
- Me.LBLGlitterSlider1.Name = "LBLGlitterSlider1"
- Me.LBLGlitterSlider1.Size = New System.Drawing.Size(115, 19)
- Me.LBLGlitterSlider1.TabIndex = 163
- Me.LBLGlitterSlider1.Text = "Response Frequency"
- Me.LBLGlitterSlider1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.NBTauntCycleMin.Location = New System.Drawing.Point(130, 92)
+ Me.NBTauntCycleMin.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
+ Me.NBTauntCycleMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTauntCycleMin.Name = "NBTauntCycleMin"
+ Me.NBTauntCycleMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTauntCycleMin.TabIndex = 179
+ Me.NBTauntCycleMin.Value = New Decimal(New Integer() {1, 0, 0, 0})
'
- 'GlitterSlider1
+ 'Label102
'
- Me.GlitterSlider1.AutoSize = False
- Me.GlitterSlider1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "Glitter1Slider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GlitterSlider1.LargeChange = 1
- Me.GlitterSlider1.Location = New System.Drawing.Point(220, 118)
- Me.GlitterSlider1.Maximum = 9
- Me.GlitterSlider1.Minimum = 1
- Me.GlitterSlider1.Name = "GlitterSlider1"
- Me.GlitterSlider1.Size = New System.Drawing.Size(115, 25)
- Me.GlitterSlider1.TabIndex = 161
- Me.GlitterSlider1.Value = Global.Tease_AI.My.MySettings.Default.Glitter1Slider
+ Me.Label102.BackColor = System.Drawing.Color.Transparent
+ Me.Label102.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label102.ForeColor = System.Drawing.Color.Black
+ Me.Label102.Location = New System.Drawing.Point(6, 93)
+ Me.Label102.Name = "Label102"
+ Me.Label102.Size = New System.Drawing.Size(123, 17)
+ Me.Label102.TabIndex = 178
+ Me.Label102.Text = "Taunt Cycle Minimum:"
+ Me.Label102.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBGlitter1
+ 'Label97
'
- Me.CBGlitter1.AutoSize = True
- Me.CBGlitter1.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitter1
- Me.CBGlitter1.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBGlitter1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitter1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBGlitter1.ForeColor = System.Drawing.Color.Black
- Me.CBGlitter1.Location = New System.Drawing.Point(79, 26)
- Me.CBGlitter1.Name = "CBGlitter1"
- Me.CBGlitter1.Size = New System.Drawing.Size(122, 17)
- Me.CBGlitter1.TabIndex = 151
- Me.CBGlitter1.Text = "Enable This Contact"
- Me.CBGlitter1.UseVisualStyleBackColor = True
+ Me.Label97.BackColor = System.Drawing.Color.Transparent
+ Me.Label97.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label97.ForeColor = System.Drawing.Color.Black
+ Me.Label97.Location = New System.Drawing.Point(175, 46)
+ Me.Label97.Name = "Label97"
+ Me.Label97.Size = New System.Drawing.Size(50, 17)
+ Me.Label97.TabIndex = 177
+ Me.Label97.Text = "minutes"
+ Me.Label97.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ '
+ 'NBTeaseLengthMax
+ '
+ Me.NBTeaseLengthMax.Location = New System.Drawing.Point(130, 45)
+ Me.NBTeaseLengthMax.Maximum = New Decimal(New Integer() {1440, 0, 0, 0})
+ Me.NBTeaseLengthMax.Minimum = New Decimal(New Integer() {10, 0, 0, 0})
+ Me.NBTeaseLengthMax.Name = "NBTeaseLengthMax"
+ Me.NBTeaseLengthMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTeaseLengthMax.TabIndex = 176
+ Me.NBTeaseLengthMax.Value = New Decimal(New Integer() {60, 0, 0, 0})
'
- 'TBGlitter1
+ 'Label99
'
- Me.TBGlitter1.BackColor = System.Drawing.Color.White
- Me.TBGlitter1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Glitter1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TBGlitter1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TBGlitter1.ForeColor = System.Drawing.Color.Black
- Me.TBGlitter1.Location = New System.Drawing.Point(79, 57)
- Me.TBGlitter1.Name = "TBGlitter1"
- Me.TBGlitter1.Size = New System.Drawing.Size(134, 23)
- Me.TBGlitter1.TabIndex = 49
- Me.TBGlitter1.Text = Global.Tease_AI.My.MySettings.Default.Glitter1
- Me.TBGlitter1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.Label99.BackColor = System.Drawing.Color.Transparent
+ Me.Label99.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label99.ForeColor = System.Drawing.Color.Black
+ Me.Label99.Location = New System.Drawing.Point(6, 46)
+ Me.Label99.Name = "Label99"
+ Me.Label99.Size = New System.Drawing.Size(123, 17)
+ Me.Label99.TabIndex = 175
+ Me.Label99.Text = "Tease Length Maximum:"
+ Me.Label99.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'GlitterAV1
+ 'Label96
'
- Me.GlitterAV1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GlitterAV1.Location = New System.Drawing.Point(9, 16)
- Me.GlitterAV1.Name = "GlitterAV1"
- Me.GlitterAV1.Size = New System.Drawing.Size(64, 64)
- Me.GlitterAV1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GlitterAV1.TabIndex = 149
- Me.GlitterAV1.TabStop = False
+ Me.Label96.BackColor = System.Drawing.Color.Transparent
+ Me.Label96.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label96.ForeColor = System.Drawing.Color.Black
+ Me.Label96.Location = New System.Drawing.Point(175, 20)
+ Me.Label96.Name = "Label96"
+ Me.Label96.Size = New System.Drawing.Size(50, 17)
+ Me.Label96.TabIndex = 174
+ Me.Label96.Text = "minutes"
+ Me.Label96.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'GBGlitter3
+ 'NBTeaseLengthMin
'
- Me.GBGlitter3.BackColor = System.Drawing.Color.LightGray
- Me.GBGlitter3.Controls.Add(Me.BtnContact3ImageDirClear)
- Me.GBGlitter3.Controls.Add(Me.BtnContact3ImageDir)
- Me.GBGlitter3.Controls.Add(Me.TbxContact3ImageDir)
- Me.GBGlitter3.Controls.Add(Me.BTNGlitter3)
- Me.GBGlitter3.Controls.Add(Me.LBLGlitterNC3)
- Me.GBGlitter3.Controls.Add(Me.LBLGlitterSlider3)
- Me.GBGlitter3.Controls.Add(Me.GlitterSlider3)
- Me.GBGlitter3.Controls.Add(Me.CBGlitter3)
- Me.GBGlitter3.Controls.Add(Me.TBGlitter3)
- Me.GBGlitter3.Controls.Add(Me.GlitterAV3)
- Me.GBGlitter3.Location = New System.Drawing.Point(355, 151)
- Me.GBGlitter3.Name = "GBGlitter3"
- Me.GBGlitter3.Size = New System.Drawing.Size(344, 150)
- Me.GBGlitter3.TabIndex = 160
- Me.GBGlitter3.TabStop = False
- Me.GBGlitter3.Text = "Contact 3"
+ Me.NBTeaseLengthMin.Location = New System.Drawing.Point(130, 19)
+ Me.NBTeaseLengthMin.Maximum = New Decimal(New Integer() {999, 0, 0, 0})
+ Me.NBTeaseLengthMin.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.NBTeaseLengthMin.Name = "NBTeaseLengthMin"
+ Me.NBTeaseLengthMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTeaseLengthMin.TabIndex = 169
+ Me.NBTeaseLengthMin.Value = New Decimal(New Integer() {15, 0, 0, 0})
'
- 'BtnContact3ImageDirClear
+ 'Label95
'
- Me.BtnContact3ImageDirClear.BackColor = System.Drawing.Color.LightGray
- Me.BtnContact3ImageDirClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BtnContact3ImageDirClear.ForeColor = System.Drawing.Color.Black
- Me.BtnContact3ImageDirClear.Location = New System.Drawing.Point(174, 93)
- Me.BtnContact3ImageDirClear.Name = "BtnContact3ImageDirClear"
- Me.BtnContact3ImageDirClear.Size = New System.Drawing.Size(39, 22)
- Me.BtnContact3ImageDirClear.TabIndex = 180
- Me.BtnContact3ImageDirClear.Text = "Clear"
- Me.BtnContact3ImageDirClear.UseVisualStyleBackColor = False
+ Me.Label95.BackColor = System.Drawing.Color.Transparent
+ Me.Label95.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label95.ForeColor = System.Drawing.Color.Black
+ Me.Label95.Location = New System.Drawing.Point(6, 20)
+ Me.Label95.Name = "Label95"
+ Me.Label95.Size = New System.Drawing.Size(123, 17)
+ Me.Label95.TabIndex = 166
+ Me.Label95.Text = "Tease Length Minimum:"
+ Me.Label95.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'BtnContact3ImageDir
+ 'Label49
'
- Me.BtnContact3ImageDir.BackColor = System.Drawing.Color.LightGray
- Me.BtnContact3ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BtnContact3ImageDir.ForeColor = System.Drawing.Color.Black
- Me.BtnContact3ImageDir.Location = New System.Drawing.Point(9, 93)
- Me.BtnContact3ImageDir.Name = "BtnContact3ImageDir"
- Me.BtnContact3ImageDir.Size = New System.Drawing.Size(160, 22)
- Me.BtnContact3ImageDir.TabIndex = 179
- Me.BtnContact3ImageDir.Text = "Set Contact3 Images Directory"
- Me.BtnContact3ImageDir.UseVisualStyleBackColor = False
+ Me.Label49.BackColor = System.Drawing.Color.Transparent
+ Me.Label49.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label49.ForeColor = System.Drawing.Color.Black
+ Me.Label49.Location = New System.Drawing.Point(6, 207)
+ Me.Label49.Name = "Label49"
+ Me.Label49.Size = New System.Drawing.Size(132, 17)
+ Me.Label49.TabIndex = 164
+ Me.Label49.Text = "Stroke Taunt Frequency:"
+ Me.Label49.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TbxContact3ImageDir
+ 'Label141
'
- Me.TbxContact3ImageDir.BackColor = System.Drawing.Color.LightGray
- Me.TbxContact3ImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxContact3ImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Contact3ImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxContact3ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxContact3ImageDir.ForeColor = System.Drawing.Color.Black
- Me.TbxContact3ImageDir.Location = New System.Drawing.Point(9, 121)
- Me.TbxContact3ImageDir.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxContact3ImageDir.MinimumSize = New System.Drawing.Size(204, 17)
- Me.TbxContact3ImageDir.Name = "TbxContact3ImageDir"
- Me.TbxContact3ImageDir.ReadOnly = True
- Me.TbxContact3ImageDir.Size = New System.Drawing.Size(204, 17)
- Me.TbxContact3ImageDir.TabIndex = 178
- Me.TbxContact3ImageDir.Text = Global.Tease_AI.My.MySettings.Default.Contact3ImageDir
+ Me.Label141.BackColor = System.Drawing.Color.Transparent
+ Me.Label141.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label141.ForeColor = System.Drawing.Color.Black
+ Me.Label141.Location = New System.Drawing.Point(6, 163)
+ Me.Label141.Name = "Label141"
+ Me.Label141.Size = New System.Drawing.Size(141, 32)
+ Me.Label141.TabIndex = 189
+ Me.Label141.Text = "Edging Ends Taunts:"
+ Me.Label141.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'BTNGlitter3
+ 'GBRangeRuinChance
'
- Me.BTNGlitter3.BackColor = System.Drawing.Color.LightGray
- Me.BTNGlitter3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNGlitter3.ForeColor = System.Drawing.Color.Black
- Me.BTNGlitter3.Location = New System.Drawing.Point(220, 23)
- Me.BTNGlitter3.Name = "BTNGlitter3"
- Me.BTNGlitter3.Size = New System.Drawing.Size(115, 24)
- Me.BTNGlitter3.TabIndex = 175
- Me.BTNGlitter3.Text = "Choose Name Color"
- Me.BTNGlitter3.UseVisualStyleBackColor = False
+ Me.GBRangeRuinChance.Controls.Add(Me.Label90)
+ Me.GBRangeRuinChance.Controls.Add(Me.NBRuinSometimes)
+ Me.GBRangeRuinChance.Controls.Add(Me.Label91)
+ Me.GBRangeRuinChance.Controls.Add(Me.Label92)
+ Me.GBRangeRuinChance.Controls.Add(Me.NBRuinRarely)
+ Me.GBRangeRuinChance.Controls.Add(Me.NBRuinOften)
+ Me.GBRangeRuinChance.Controls.Add(Me.CBRangeRuin)
+ Me.GBRangeRuinChance.Location = New System.Drawing.Point(236, 159)
+ Me.GBRangeRuinChance.Name = "GBRangeRuinChance"
+ Me.GBRangeRuinChance.Size = New System.Drawing.Size(166, 122)
+ Me.GBRangeRuinChance.TabIndex = 168
+ Me.GBRangeRuinChance.TabStop = False
+ Me.GBRangeRuinChance.Text = "Ruin Chance"
'
- 'LBLGlitterNC3
+ 'Label90
'
- Me.LBLGlitterNC3.BackColor = System.Drawing.Color.White
- Me.LBLGlitterNC3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLGlitterNC3.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNC3Color", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLGlitterNC3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterNC3.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNC3Color
- Me.LBLGlitterNC3.Location = New System.Drawing.Point(220, 57)
- Me.LBLGlitterNC3.Name = "LBLGlitterNC3"
- Me.LBLGlitterNC3.Size = New System.Drawing.Size(115, 23)
- Me.LBLGlitterNC3.TabIndex = 166
- Me.LBLGlitterNC3.Text = "Preview"
- Me.LBLGlitterNC3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label90.BackColor = System.Drawing.Color.Transparent
+ Me.Label90.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label90.ForeColor = System.Drawing.Color.Black
+ Me.Label90.Location = New System.Drawing.Point(6, 94)
+ Me.Label90.Name = "Label90"
+ Me.Label90.Size = New System.Drawing.Size(83, 17)
+ Me.Label90.TabIndex = 173
+ Me.Label90.Text = "Rarely Ruins:"
+ Me.Label90.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'LBLGlitterSlider3
+ 'NBRuinSometimes
'
- Me.LBLGlitterSlider3.BackColor = System.Drawing.Color.Transparent
- Me.LBLGlitterSlider3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterSlider3.ForeColor = System.Drawing.Color.Black
- Me.LBLGlitterSlider3.Location = New System.Drawing.Point(220, 96)
- Me.LBLGlitterSlider3.Name = "LBLGlitterSlider3"
- Me.LBLGlitterSlider3.Size = New System.Drawing.Size(115, 19)
- Me.LBLGlitterSlider3.TabIndex = 163
- Me.LBLGlitterSlider3.Text = "Response Frequency"
- Me.LBLGlitterSlider3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.NBRuinSometimes.Enabled = False
+ Me.NBRuinSometimes.Location = New System.Drawing.Point(113, 68)
+ Me.NBRuinSometimes.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
+ Me.NBRuinSometimes.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBRuinSometimes.Name = "NBRuinSometimes"
+ Me.NBRuinSometimes.Size = New System.Drawing.Size(44, 20)
+ Me.NBRuinSometimes.TabIndex = 169
+ Me.NBRuinSometimes.Value = New Decimal(New Integer() {50, 0, 0, 0})
'
- 'GlitterSlider3
+ 'Label91
'
- Me.GlitterSlider3.AutoSize = False
- Me.GlitterSlider3.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "Glitter3Slider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GlitterSlider3.LargeChange = 1
- Me.GlitterSlider3.Location = New System.Drawing.Point(220, 118)
- Me.GlitterSlider3.Maximum = 9
- Me.GlitterSlider3.Minimum = 1
- Me.GlitterSlider3.Name = "GlitterSlider3"
- Me.GlitterSlider3.Size = New System.Drawing.Size(115, 25)
- Me.GlitterSlider3.TabIndex = 161
- Me.GlitterSlider3.Value = Global.Tease_AI.My.MySettings.Default.Glitter3Slider
+ Me.Label91.BackColor = System.Drawing.Color.Transparent
+ Me.Label91.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label91.ForeColor = System.Drawing.Color.Black
+ Me.Label91.Location = New System.Drawing.Point(6, 68)
+ Me.Label91.Name = "Label91"
+ Me.Label91.Size = New System.Drawing.Size(102, 17)
+ Me.Label91.TabIndex = 172
+ Me.Label91.Text = "Sometimes Ruins:"
+ Me.Label91.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'CBGlitter3
+ 'Label92
'
- Me.CBGlitter3.AutoSize = True
- Me.CBGlitter3.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitter3
- Me.CBGlitter3.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBGlitter3.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitter3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBGlitter3.ForeColor = System.Drawing.Color.Black
- Me.CBGlitter3.Location = New System.Drawing.Point(79, 26)
- Me.CBGlitter3.Name = "CBGlitter3"
- Me.CBGlitter3.Size = New System.Drawing.Size(122, 17)
- Me.CBGlitter3.TabIndex = 151
- Me.CBGlitter3.Text = "Enable This Contact"
- Me.CBGlitter3.UseVisualStyleBackColor = True
+ Me.Label92.BackColor = System.Drawing.Color.Transparent
+ Me.Label92.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label92.ForeColor = System.Drawing.Color.Black
+ Me.Label92.Location = New System.Drawing.Point(6, 42)
+ Me.Label92.Name = "Label92"
+ Me.Label92.Size = New System.Drawing.Size(72, 17)
+ Me.Label92.TabIndex = 171
+ Me.Label92.Text = "Often Ruins:"
+ Me.Label92.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'TBGlitter3
+ 'NBRuinRarely
'
- Me.TBGlitter3.BackColor = System.Drawing.Color.White
- Me.TBGlitter3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Glitter3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TBGlitter3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TBGlitter3.ForeColor = System.Drawing.Color.Black
- Me.TBGlitter3.Location = New System.Drawing.Point(79, 57)
- Me.TBGlitter3.Name = "TBGlitter3"
- Me.TBGlitter3.Size = New System.Drawing.Size(134, 23)
- Me.TBGlitter3.TabIndex = 49
- Me.TBGlitter3.Text = Global.Tease_AI.My.MySettings.Default.Glitter3
- Me.TBGlitter3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.NBRuinRarely.Enabled = False
+ Me.NBRuinRarely.Location = New System.Drawing.Point(113, 94)
+ Me.NBRuinRarely.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
+ Me.NBRuinRarely.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBRuinRarely.Name = "NBRuinRarely"
+ Me.NBRuinRarely.Size = New System.Drawing.Size(44, 20)
+ Me.NBRuinRarely.TabIndex = 170
+ Me.NBRuinRarely.Value = New Decimal(New Integer() {20, 0, 0, 0})
'
- 'GlitterAV3
+ 'NBRuinOften
+ '
+ Me.NBRuinOften.Enabled = False
+ Me.NBRuinOften.Location = New System.Drawing.Point(113, 42)
+ Me.NBRuinOften.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
+ Me.NBRuinOften.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBRuinOften.Name = "NBRuinOften"
+ Me.NBRuinOften.Size = New System.Drawing.Size(44, 20)
+ Me.NBRuinOften.TabIndex = 168
+ Me.NBRuinOften.Value = New Decimal(New Integer() {75, 0, 0, 0})
'
- Me.GlitterAV3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GlitterAV3.Location = New System.Drawing.Point(9, 16)
- Me.GlitterAV3.Name = "GlitterAV3"
- Me.GlitterAV3.Size = New System.Drawing.Size(64, 64)
- Me.GlitterAV3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GlitterAV3.TabIndex = 149
- Me.GlitterAV3.TabStop = False
+ 'CBRangeRuin
'
- 'GBGlitter2
+ Me.CBRangeRuin.AutoSize = True
+ Me.CBRangeRuin.ForeColor = System.Drawing.Color.Black
+ Me.CBRangeRuin.Location = New System.Drawing.Point(9, 19)
+ Me.CBRangeRuin.Name = "CBRangeRuin"
+ Me.CBRangeRuin.Size = New System.Drawing.Size(99, 17)
+ Me.CBRangeRuin.TabIndex = 159
+ Me.CBRangeRuin.Text = "Domme Decide"
+ Me.CBRangeRuin.UseVisualStyleBackColor = True
'
- Me.GBGlitter2.BackColor = System.Drawing.Color.LightGray
- Me.GBGlitter2.Controls.Add(Me.BtnContact2ImageDirClear)
- Me.GBGlitter2.Controls.Add(Me.BtnContact2ImageDir)
- Me.GBGlitter2.Controls.Add(Me.TbxContact2ImageDir)
- Me.GBGlitter2.Controls.Add(Me.BTNGlitter2)
- Me.GBGlitter2.Controls.Add(Me.LBLGlitterNC2)
- Me.GBGlitter2.Controls.Add(Me.LBLGlitterSlider2)
- Me.GBGlitter2.Controls.Add(Me.GlitterSlider2)
- Me.GBGlitter2.Controls.Add(Me.CBGlitter2)
- Me.GBGlitter2.Controls.Add(Me.TBGlitter2)
- Me.GBGlitter2.Controls.Add(Me.GlitterAV2)
- Me.GBGlitter2.Location = New System.Drawing.Point(7, 151)
- Me.GBGlitter2.Name = "GBGlitter2"
- Me.GBGlitter2.Size = New System.Drawing.Size(344, 150)
- Me.GBGlitter2.TabIndex = 151
- Me.GBGlitter2.TabStop = False
- Me.GBGlitter2.Text = "Contact 2"
+ 'GroupBox17
'
- 'BtnContact2ImageDirClear
+ Me.GroupBox17.Controls.Add(Me.GroupBox19)
+ Me.GroupBox17.Controls.Add(Me.GroupBox18)
+ Me.GroupBox17.Location = New System.Drawing.Point(408, 91)
+ Me.GroupBox17.Name = "GroupBox17"
+ Me.GroupBox17.Size = New System.Drawing.Size(291, 190)
+ Me.GroupBox17.TabIndex = 0
+ Me.GroupBox17.TabStop = False
+ Me.GroupBox17.Text = "Video Teases"
'
- Me.BtnContact2ImageDirClear.BackColor = System.Drawing.Color.LightGray
- Me.BtnContact2ImageDirClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BtnContact2ImageDirClear.ForeColor = System.Drawing.Color.Black
- Me.BtnContact2ImageDirClear.Location = New System.Drawing.Point(174, 93)
- Me.BtnContact2ImageDirClear.Name = "BtnContact2ImageDirClear"
- Me.BtnContact2ImageDirClear.Size = New System.Drawing.Size(39, 22)
- Me.BtnContact2ImageDirClear.TabIndex = 181
- Me.BtnContact2ImageDirClear.Text = "Clear"
- Me.BtnContact2ImageDirClear.UseVisualStyleBackColor = False
+ 'GroupBox19
'
- 'BtnContact2ImageDir
+ Me.GroupBox19.Controls.Add(Me.Label110)
+ Me.GroupBox19.Controls.Add(Me.Label111)
+ Me.GroupBox19.Controls.Add(Me.NBGreenLightMax)
+ Me.GroupBox19.Controls.Add(Me.NBGreenLightMin)
+ Me.GroupBox19.Controls.Add(Me.NBRedLightMax)
+ Me.GroupBox19.Controls.Add(Me.Label26)
+ Me.GroupBox19.Controls.Add(Me.NBRedLightMin)
+ Me.GroupBox19.Controls.Add(Me.Label28)
+ Me.GroupBox19.Controls.Add(Me.Label27)
+ Me.GroupBox19.Controls.Add(Me.Label29)
+ Me.GroupBox19.Location = New System.Drawing.Point(6, 110)
+ Me.GroupBox19.Name = "GroupBox19"
+ Me.GroupBox19.Size = New System.Drawing.Size(279, 66)
+ Me.GroupBox19.TabIndex = 2
+ Me.GroupBox19.TabStop = False
+ Me.GroupBox19.Text = "Red Light, Green Light"
'
- Me.BtnContact2ImageDir.BackColor = System.Drawing.Color.LightGray
- Me.BtnContact2ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BtnContact2ImageDir.ForeColor = System.Drawing.Color.Black
- Me.BtnContact2ImageDir.Location = New System.Drawing.Point(9, 93)
- Me.BtnContact2ImageDir.Name = "BtnContact2ImageDir"
- Me.BtnContact2ImageDir.Size = New System.Drawing.Size(160, 22)
- Me.BtnContact2ImageDir.TabIndex = 179
- Me.BtnContact2ImageDir.Text = "Set Contact2 Images Directory"
- Me.BtnContact2ImageDir.UseVisualStyleBackColor = False
+ 'Label110
'
- 'TbxContact2ImageDir
+ Me.Label110.BackColor = System.Drawing.Color.Transparent
+ Me.Label110.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label110.ForeColor = System.Drawing.Color.Black
+ Me.Label110.Location = New System.Drawing.Point(227, 39)
+ Me.Label110.Name = "Label110"
+ Me.Label110.Size = New System.Drawing.Size(50, 17)
+ Me.Label110.TabIndex = 181
+ Me.Label110.Text = "seconds"
+ Me.Label110.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.TbxContact2ImageDir.BackColor = System.Drawing.Color.LightGray
- Me.TbxContact2ImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TbxContact2ImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Contact2ImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TbxContact2ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TbxContact2ImageDir.ForeColor = System.Drawing.Color.Black
- Me.TbxContact2ImageDir.Location = New System.Drawing.Point(9, 121)
- Me.TbxContact2ImageDir.MaximumSize = New System.Drawing.Size(2, 17)
- Me.TbxContact2ImageDir.MinimumSize = New System.Drawing.Size(204, 17)
- Me.TbxContact2ImageDir.Name = "TbxContact2ImageDir"
- Me.TbxContact2ImageDir.ReadOnly = True
- Me.TbxContact2ImageDir.Size = New System.Drawing.Size(204, 17)
- Me.TbxContact2ImageDir.TabIndex = 178
- Me.TbxContact2ImageDir.Text = Global.Tease_AI.My.MySettings.Default.Contact2ImageDir
+ 'Label111
'
- 'BTNGlitter2
+ Me.Label111.BackColor = System.Drawing.Color.Transparent
+ Me.Label111.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label111.ForeColor = System.Drawing.Color.Black
+ Me.Label111.Location = New System.Drawing.Point(227, 16)
+ Me.Label111.Name = "Label111"
+ Me.Label111.Size = New System.Drawing.Size(50, 17)
+ Me.Label111.TabIndex = 180
+ Me.Label111.Text = "seconds"
+ Me.Label111.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.BTNGlitter2.BackColor = System.Drawing.Color.LightGray
- Me.BTNGlitter2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNGlitter2.ForeColor = System.Drawing.Color.Black
- Me.BTNGlitter2.Location = New System.Drawing.Point(220, 23)
- Me.BTNGlitter2.Name = "BTNGlitter2"
- Me.BTNGlitter2.Size = New System.Drawing.Size(115, 24)
- Me.BTNGlitter2.TabIndex = 167
- Me.BTNGlitter2.Text = "Choose Name Color"
- Me.BTNGlitter2.UseVisualStyleBackColor = False
+ 'NBGreenLightMax
'
- 'LBLGlitterNC2
+ Me.NBGreenLightMax.Location = New System.Drawing.Point(177, 38)
+ Me.NBGreenLightMax.Name = "NBGreenLightMax"
+ Me.NBGreenLightMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBGreenLightMax.TabIndex = 156
+ Me.NBGreenLightMax.Value = New Decimal(New Integer() {60, 0, 0, 0})
'
- Me.LBLGlitterNC2.BackColor = System.Drawing.Color.White
- Me.LBLGlitterNC2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLGlitterNC2.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNC2Color", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLGlitterNC2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterNC2.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNC2Color
- Me.LBLGlitterNC2.Location = New System.Drawing.Point(220, 57)
- Me.LBLGlitterNC2.Name = "LBLGlitterNC2"
- Me.LBLGlitterNC2.Size = New System.Drawing.Size(115, 23)
- Me.LBLGlitterNC2.TabIndex = 166
- Me.LBLGlitterNC2.Text = "Preview"
- Me.LBLGlitterNC2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'NBGreenLightMin
'
- 'LBLGlitterSlider2
+ Me.NBGreenLightMin.Location = New System.Drawing.Point(111, 38)
+ Me.NBGreenLightMin.Name = "NBGreenLightMin"
+ Me.NBGreenLightMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBGreenLightMin.TabIndex = 155
+ Me.NBGreenLightMin.Value = New Decimal(New Integer() {10, 0, 0, 0})
'
- Me.LBLGlitterSlider2.BackColor = System.Drawing.Color.Transparent
- Me.LBLGlitterSlider2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitterSlider2.ForeColor = System.Drawing.Color.Black
- Me.LBLGlitterSlider2.Location = New System.Drawing.Point(220, 96)
- Me.LBLGlitterSlider2.Name = "LBLGlitterSlider2"
- Me.LBLGlitterSlider2.Size = New System.Drawing.Size(115, 19)
- Me.LBLGlitterSlider2.TabIndex = 163
- Me.LBLGlitterSlider2.Text = "Response Frequency"
- Me.LBLGlitterSlider2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'NBRedLightMax
'
- 'GlitterSlider2
+ Me.NBRedLightMax.Location = New System.Drawing.Point(177, 15)
+ Me.NBRedLightMax.Name = "NBRedLightMax"
+ Me.NBRedLightMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBRedLightMax.TabIndex = 152
+ Me.NBRedLightMax.Value = New Decimal(New Integer() {30, 0, 0, 0})
'
- Me.GlitterSlider2.AutoSize = False
- Me.GlitterSlider2.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "Glitter2Slider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GlitterSlider2.LargeChange = 1
- Me.GlitterSlider2.Location = New System.Drawing.Point(220, 118)
- Me.GlitterSlider2.Maximum = 9
- Me.GlitterSlider2.Minimum = 1
- Me.GlitterSlider2.Name = "GlitterSlider2"
- Me.GlitterSlider2.Size = New System.Drawing.Size(115, 25)
- Me.GlitterSlider2.TabIndex = 161
- Me.GlitterSlider2.Value = Global.Tease_AI.My.MySettings.Default.Glitter2Slider
+ 'Label26
'
- 'CBGlitter2
+ Me.Label26.BackColor = System.Drawing.Color.Transparent
+ Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label26.ForeColor = System.Drawing.Color.Black
+ Me.Label26.Location = New System.Drawing.Point(161, 38)
+ Me.Label26.Name = "Label26"
+ Me.Label26.Size = New System.Drawing.Size(10, 17)
+ Me.Label26.TabIndex = 154
+ Me.Label26.Text = "-"
+ Me.Label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.CBGlitter2.AutoSize = True
- Me.CBGlitter2.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitter2
- Me.CBGlitter2.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBGlitter2.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitter2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBGlitter2.ForeColor = System.Drawing.Color.Black
- Me.CBGlitter2.Location = New System.Drawing.Point(79, 26)
- Me.CBGlitter2.Name = "CBGlitter2"
- Me.CBGlitter2.Size = New System.Drawing.Size(122, 17)
- Me.CBGlitter2.TabIndex = 151
- Me.CBGlitter2.Text = "Enable This Contact"
- Me.CBGlitter2.UseVisualStyleBackColor = True
+ 'NBRedLightMin
'
- 'TBGlitter2
+ Me.NBRedLightMin.Location = New System.Drawing.Point(111, 15)
+ Me.NBRedLightMin.Name = "NBRedLightMin"
+ Me.NBRedLightMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBRedLightMin.TabIndex = 151
+ Me.NBRedLightMin.Value = New Decimal(New Integer() {5, 0, 0, 0})
'
- Me.TBGlitter2.BackColor = System.Drawing.Color.White
- Me.TBGlitter2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Glitter2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TBGlitter2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TBGlitter2.ForeColor = System.Drawing.Color.Black
- Me.TBGlitter2.Location = New System.Drawing.Point(79, 57)
- Me.TBGlitter2.Name = "TBGlitter2"
- Me.TBGlitter2.Size = New System.Drawing.Size(134, 23)
- Me.TBGlitter2.TabIndex = 49
- Me.TBGlitter2.Text = Global.Tease_AI.My.MySettings.Default.Glitter2
- Me.TBGlitter2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'Label28
'
- 'GlitterAV2
+ Me.Label28.BackColor = System.Drawing.Color.Transparent
+ Me.Label28.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label28.ForeColor = System.Drawing.Color.Black
+ Me.Label28.Location = New System.Drawing.Point(161, 15)
+ Me.Label28.Name = "Label28"
+ Me.Label28.Size = New System.Drawing.Size(10, 17)
+ Me.Label28.TabIndex = 150
+ Me.Label28.Text = "-"
+ Me.Label28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GlitterAV2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GlitterAV2.Location = New System.Drawing.Point(9, 16)
- Me.GlitterAV2.Name = "GlitterAV2"
- Me.GlitterAV2.Size = New System.Drawing.Size(64, 64)
- Me.GlitterAV2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GlitterAV2.TabIndex = 149
- Me.GlitterAV2.TabStop = False
+ 'Label27
'
- 'TpGames
+ Me.Label27.BackColor = System.Drawing.Color.Transparent
+ Me.Label27.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label27.ForeColor = System.Drawing.Color.Black
+ Me.Label27.Location = New System.Drawing.Point(6, 39)
+ Me.Label27.Name = "Label27"
+ Me.Label27.Size = New System.Drawing.Size(151, 17)
+ Me.Label27.TabIndex = 153
+ Me.Label27.Text = "Green Light Time:"
+ Me.Label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.TpGames.BackColor = System.Drawing.Color.LightGray
- Me.TpGames.Controls.Add(Me.CBIncludeGifs)
- Me.TpGames.Controls.Add(Me.LblCardsSetupNote)
- Me.TpGames.Controls.Add(Me.CBGameSounds)
- Me.TpGames.Controls.Add(Me.GbxCardsGold)
- Me.TpGames.Controls.Add(Me.GbxCardsBackground)
- Me.TpGames.Controls.Add(Me.GbxCardsBronze)
- Me.TpGames.Controls.Add(Me.GbxCardsSilver)
- Me.TpGames.Location = New System.Drawing.Point(4, 22)
- Me.TpGames.Name = "TpGames"
- Me.TpGames.Padding = New System.Windows.Forms.Padding(3)
- Me.TpGames.Size = New System.Drawing.Size(700, 411)
- Me.TpGames.TabIndex = 1
- Me.TpGames.Text = "Games"
+ 'Label29
'
- 'CBIncludeGifs
+ Me.Label29.BackColor = System.Drawing.Color.Transparent
+ Me.Label29.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label29.ForeColor = System.Drawing.Color.Black
+ Me.Label29.Location = New System.Drawing.Point(6, 16)
+ Me.Label29.Name = "Label29"
+ Me.Label29.Size = New System.Drawing.Size(151, 17)
+ Me.Label29.TabIndex = 149
+ Me.Label29.Text = "Red Light Time:"
+ Me.Label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.CBIncludeGifs.AutoSize = True
- Me.CBIncludeGifs.Checked = Global.Tease_AI.My.MySettings.Default.CBIncludeGifs
- Me.CBIncludeGifs.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBIncludeGifs.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIncludeGifs", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBIncludeGifs.Location = New System.Drawing.Point(528, 351)
- Me.CBIncludeGifs.Name = "CBIncludeGifs"
- Me.CBIncludeGifs.Size = New System.Drawing.Size(154, 17)
- Me.CBIncludeGifs.TabIndex = 5
- Me.CBIncludeGifs.Text = "Match Game Includes Gifs "
- Me.CBIncludeGifs.UseVisualStyleBackColor = True
+ 'GroupBox18
'
- 'LblCardsSetupNote
+ Me.GroupBox18.Controls.Add(Me.Label108)
+ Me.GroupBox18.Controls.Add(Me.Label109)
+ Me.GroupBox18.Controls.Add(Me.NBCensorShowMin)
+ Me.GroupBox18.Controls.Add(Me.NBCensorHideMax)
+ Me.GroupBox18.Controls.Add(Me.NBCensorHideMin)
+ Me.GroupBox18.Controls.Add(Me.CBCensorConstant)
+ Me.GroupBox18.Controls.Add(Me.Label25)
+ Me.GroupBox18.Controls.Add(Me.Label20)
+ Me.GroupBox18.Controls.Add(Me.Label19)
+ Me.GroupBox18.Controls.Add(Me.Label24)
+ Me.GroupBox18.Controls.Add(Me.NBCensorShowMax)
+ Me.GroupBox18.Location = New System.Drawing.Point(6, 16)
+ Me.GroupBox18.Name = "GroupBox18"
+ Me.GroupBox18.Size = New System.Drawing.Size(279, 88)
+ Me.GroupBox18.TabIndex = 1
+ Me.GroupBox18.TabStop = False
+ Me.GroupBox18.Text = "Censorship Sucks"
'
- Me.LblCardsSetupNote.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LblCardsSetupNote.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LblCardsSetupNote.Location = New System.Drawing.Point(523, 249)
- Me.LblCardsSetupNote.Name = "LblCardsSetupNote"
- Me.LblCardsSetupNote.Size = New System.Drawing.Size(171, 93)
- Me.LblCardsSetupNote.TabIndex = 4
- Me.LblCardsSetupNote.Text = "Each of the pictures in this tab MUST be set before the Games app can be selected" &
- "!"
- Me.LblCardsSetupNote.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'Label108
'
- 'CBGameSounds
+ Me.Label108.BackColor = System.Drawing.Color.Transparent
+ Me.Label108.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label108.ForeColor = System.Drawing.Color.Black
+ Me.Label108.Location = New System.Drawing.Point(227, 39)
+ Me.Label108.Name = "Label108"
+ Me.Label108.Size = New System.Drawing.Size(50, 17)
+ Me.Label108.TabIndex = 179
+ Me.Label108.Text = "seconds"
+ Me.Label108.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.CBGameSounds.AutoSize = True
- Me.CBGameSounds.Checked = True
- Me.CBGameSounds.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBGameSounds.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.CBGameSounds.ForeColor = System.Drawing.Color.Black
- Me.CBGameSounds.Location = New System.Drawing.Point(528, 379)
- Me.CBGameSounds.Name = "CBGameSounds"
- Me.CBGameSounds.Size = New System.Drawing.Size(116, 17)
- Me.CBGameSounds.TabIndex = 6
- Me.CBGameSounds.Text = "Play Game Sounds"
- Me.CBGameSounds.UseVisualStyleBackColor = True
+ 'Label109
'
- 'GbxCardsGold
+ Me.Label109.BackColor = System.Drawing.Color.Transparent
+ Me.Label109.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label109.ForeColor = System.Drawing.Color.Black
+ Me.Label109.Location = New System.Drawing.Point(227, 16)
+ Me.Label109.Name = "Label109"
+ Me.Label109.Size = New System.Drawing.Size(50, 17)
+ Me.Label109.TabIndex = 178
+ Me.Label109.Text = "seconds"
+ Me.Label109.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GbxCardsGold.Controls.Add(Me.GN6)
- Me.GbxCardsGold.Controls.Add(Me.GP6)
- Me.GbxCardsGold.Controls.Add(Me.GN2)
- Me.GbxCardsGold.Controls.Add(Me.GP2)
- Me.GbxCardsGold.Controls.Add(Me.GP5)
- Me.GbxCardsGold.Controls.Add(Me.GN1)
- Me.GbxCardsGold.Controls.Add(Me.GP1)
- Me.GbxCardsGold.Controls.Add(Me.GN5)
- Me.GbxCardsGold.Controls.Add(Me.GN3)
- Me.GbxCardsGold.Controls.Add(Me.GP3)
- Me.GbxCardsGold.Controls.Add(Me.GP4)
- Me.GbxCardsGold.Controls.Add(Me.GN4)
- Me.GbxCardsGold.Location = New System.Drawing.Point(350, 7)
- Me.GbxCardsGold.Name = "GbxCardsGold"
- Me.GbxCardsGold.Size = New System.Drawing.Size(166, 398)
- Me.GbxCardsGold.TabIndex = 2
- Me.GbxCardsGold.TabStop = False
- Me.GbxCardsGold.Text = "Gold Cards"
+ 'Label25
'
- 'GN6
+ Me.Label25.BackColor = System.Drawing.Color.Transparent
+ Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label25.ForeColor = System.Drawing.Color.Black
+ Me.Label25.Location = New System.Drawing.Point(161, 15)
+ Me.Label25.Name = "Label25"
+ Me.Label25.Size = New System.Drawing.Size(10, 17)
+ Me.Label25.TabIndex = 150
+ Me.Label25.Text = "-"
+ Me.Label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GN6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GN6.Location = New System.Drawing.Point(86, 367)
- Me.GN6.Name = "GN6"
- Me.GN6.Size = New System.Drawing.Size(71, 20)
- Me.GN6.TabIndex = 5
- Me.GN6.Text = Global.Tease_AI.My.MySettings.Default.GN6
- Me.GN6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'Label20
'
- 'GP6
+ Me.Label20.BackColor = System.Drawing.Color.Transparent
+ Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label20.ForeColor = System.Drawing.Color.Black
+ Me.Label20.Location = New System.Drawing.Point(6, 39)
+ Me.Label20.Name = "Label20"
+ Me.Label20.Size = New System.Drawing.Size(110, 17)
+ Me.Label20.TabIndex = 153
+ Me.Label20.Text = "Censor Bar Hidden:"
+ Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GP6.BackColor = System.Drawing.Color.Silver
- Me.GP6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GP6.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GP6.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP6
- Me.GP6.InitialImage = Nothing
- Me.GP6.Location = New System.Drawing.Point(86, 268)
- Me.GP6.Name = "GP6"
- Me.GP6.Size = New System.Drawing.Size(71, 93)
- Me.GP6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GP6.TabIndex = 17
- Me.GP6.TabStop = False
+ 'Label19
'
- 'GN2
+ Me.Label19.BackColor = System.Drawing.Color.Transparent
+ Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label19.ForeColor = System.Drawing.Color.Black
+ Me.Label19.Location = New System.Drawing.Point(161, 38)
+ Me.Label19.Name = "Label19"
+ Me.Label19.Size = New System.Drawing.Size(10, 17)
+ Me.Label19.TabIndex = 154
+ Me.Label19.Text = "-"
+ Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GN2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GN2.Location = New System.Drawing.Point(86, 117)
- Me.GN2.Name = "GN2"
- Me.GN2.Size = New System.Drawing.Size(71, 20)
- Me.GN2.TabIndex = 1
- Me.GN2.Text = Global.Tease_AI.My.MySettings.Default.GN2
- Me.GN2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'Label24
'
- 'GP2
+ Me.Label24.BackColor = System.Drawing.Color.Transparent
+ Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label24.ForeColor = System.Drawing.Color.Black
+ Me.Label24.Location = New System.Drawing.Point(6, 16)
+ Me.Label24.Name = "Label24"
+ Me.Label24.Size = New System.Drawing.Size(110, 17)
+ Me.Label24.TabIndex = 149
+ Me.Label24.Text = "Censor Bar Shown:"
+ Me.Label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GP2.BackColor = System.Drawing.Color.Silver
- Me.GP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GP2.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GP2.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP2
- Me.GP2.InitialImage = Nothing
- Me.GP2.Location = New System.Drawing.Point(86, 17)
- Me.GP2.Name = "GP2"
- Me.GP2.Size = New System.Drawing.Size(71, 94)
- Me.GP2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GP2.TabIndex = 9
- Me.GP2.TabStop = False
+ 'GBRangeOrgasmChance
'
- 'GP5
+ Me.GBRangeOrgasmChance.Controls.Add(Me.Label89)
+ Me.GBRangeOrgasmChance.Controls.Add(Me.NBAllowSometimes)
+ Me.GBRangeOrgasmChance.Controls.Add(Me.Label86)
+ Me.GBRangeOrgasmChance.Controls.Add(Me.Label82)
+ Me.GBRangeOrgasmChance.Controls.Add(Me.NBAllowRarely)
+ Me.GBRangeOrgasmChance.Controls.Add(Me.NBAllowOften)
+ Me.GBRangeOrgasmChance.Controls.Add(Me.CBRangeOrgasm)
+ Me.GBRangeOrgasmChance.Location = New System.Drawing.Point(236, 31)
+ Me.GBRangeOrgasmChance.Name = "GBRangeOrgasmChance"
+ Me.GBRangeOrgasmChance.Size = New System.Drawing.Size(166, 122)
+ Me.GBRangeOrgasmChance.TabIndex = 167
+ Me.GBRangeOrgasmChance.TabStop = False
+ Me.GBRangeOrgasmChance.Text = "Orgasm Chance"
'
- Me.GP5.BackColor = System.Drawing.Color.Silver
- Me.GP5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GP5.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GP5.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP5
- Me.GP5.InitialImage = Nothing
- Me.GP5.Location = New System.Drawing.Point(9, 268)
- Me.GP5.Name = "GP5"
- Me.GP5.Size = New System.Drawing.Size(71, 93)
- Me.GP5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GP5.TabIndex = 15
- Me.GP5.TabStop = False
+ 'Label89
'
- 'GN1
+ Me.Label89.BackColor = System.Drawing.Color.Transparent
+ Me.Label89.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label89.ForeColor = System.Drawing.Color.Black
+ Me.Label89.Location = New System.Drawing.Point(6, 94)
+ Me.Label89.Name = "Label89"
+ Me.Label89.Size = New System.Drawing.Size(83, 17)
+ Me.Label89.TabIndex = 173
+ Me.Label89.Text = "Rarely Allows:"
+ Me.Label89.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GN1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GN1.Location = New System.Drawing.Point(9, 117)
- Me.GN1.Name = "GN1"
- Me.GN1.Size = New System.Drawing.Size(71, 20)
- Me.GN1.TabIndex = 0
- Me.GN1.Text = Global.Tease_AI.My.MySettings.Default.GN1
- Me.GN1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'NBAllowSometimes
'
- 'GP1
+ Me.NBAllowSometimes.Enabled = False
+ Me.NBAllowSometimes.Location = New System.Drawing.Point(113, 68)
+ Me.NBAllowSometimes.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
+ Me.NBAllowSometimes.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBAllowSometimes.Name = "NBAllowSometimes"
+ Me.NBAllowSometimes.Size = New System.Drawing.Size(44, 20)
+ Me.NBAllowSometimes.TabIndex = 169
+ Me.NBAllowSometimes.Value = New Decimal(New Integer() {50, 0, 0, 0})
'
- Me.GP1.BackColor = System.Drawing.Color.Silver
- Me.GP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GP1.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GP1.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP1
- Me.GP1.InitialImage = Nothing
- Me.GP1.Location = New System.Drawing.Point(9, 17)
- Me.GP1.Name = "GP1"
- Me.GP1.Size = New System.Drawing.Size(71, 94)
- Me.GP1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GP1.TabIndex = 0
- Me.GP1.TabStop = False
+ 'Label86
+ '
+ Me.Label86.BackColor = System.Drawing.Color.Transparent
+ Me.Label86.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label86.ForeColor = System.Drawing.Color.Black
+ Me.Label86.Location = New System.Drawing.Point(6, 68)
+ Me.Label86.Name = "Label86"
+ Me.Label86.Size = New System.Drawing.Size(102, 17)
+ Me.Label86.TabIndex = 172
+ Me.Label86.Text = "Sometimes Allows:"
+ Me.Label86.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ '
+ 'Label82
'
- 'GN5
+ Me.Label82.BackColor = System.Drawing.Color.Transparent
+ Me.Label82.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label82.ForeColor = System.Drawing.Color.Black
+ Me.Label82.Location = New System.Drawing.Point(6, 42)
+ Me.Label82.Name = "Label82"
+ Me.Label82.Size = New System.Drawing.Size(83, 17)
+ Me.Label82.TabIndex = 171
+ Me.Label82.Text = "Often Allows:"
+ Me.Label82.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- Me.GN5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GN5.Location = New System.Drawing.Point(9, 367)
- Me.GN5.Name = "GN5"
- Me.GN5.Size = New System.Drawing.Size(71, 20)
- Me.GN5.TabIndex = 4
- Me.GN5.Text = Global.Tease_AI.My.MySettings.Default.GN5
- Me.GN5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'NBAllowRarely
'
- 'GN3
+ Me.NBAllowRarely.Enabled = False
+ Me.NBAllowRarely.Location = New System.Drawing.Point(113, 94)
+ Me.NBAllowRarely.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
+ Me.NBAllowRarely.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBAllowRarely.Name = "NBAllowRarely"
+ Me.NBAllowRarely.Size = New System.Drawing.Size(44, 20)
+ Me.NBAllowRarely.TabIndex = 170
+ Me.NBAllowRarely.Value = New Decimal(New Integer() {20, 0, 0, 0})
'
- Me.GN3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GN3.Location = New System.Drawing.Point(9, 242)
- Me.GN3.Name = "GN3"
- Me.GN3.Size = New System.Drawing.Size(71, 20)
- Me.GN3.TabIndex = 2
- Me.GN3.Text = Global.Tease_AI.My.MySettings.Default.GN3
- Me.GN3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'NBAllowOften
'
- 'GP3
+ Me.NBAllowOften.Enabled = False
+ Me.NBAllowOften.Location = New System.Drawing.Point(113, 42)
+ Me.NBAllowOften.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
+ Me.NBAllowOften.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBAllowOften.Name = "NBAllowOften"
+ Me.NBAllowOften.Size = New System.Drawing.Size(44, 20)
+ Me.NBAllowOften.TabIndex = 168
+ Me.NBAllowOften.Value = New Decimal(New Integer() {75, 0, 0, 0})
'
- Me.GP3.BackColor = System.Drawing.Color.Silver
- Me.GP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GP3.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GP3.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP3
- Me.GP3.InitialImage = Nothing
- Me.GP3.Location = New System.Drawing.Point(9, 143)
- Me.GP3.Name = "GP3"
- Me.GP3.Size = New System.Drawing.Size(71, 93)
- Me.GP3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GP3.TabIndex = 11
- Me.GP3.TabStop = False
+ 'CBRangeOrgasm
'
- 'GP4
+ Me.CBRangeOrgasm.AutoSize = True
+ Me.CBRangeOrgasm.ForeColor = System.Drawing.Color.Black
+ Me.CBRangeOrgasm.Location = New System.Drawing.Point(9, 19)
+ Me.CBRangeOrgasm.Name = "CBRangeOrgasm"
+ Me.CBRangeOrgasm.Size = New System.Drawing.Size(99, 17)
+ Me.CBRangeOrgasm.TabIndex = 159
+ Me.CBRangeOrgasm.Text = "Domme Decide"
+ Me.CBRangeOrgasm.UseVisualStyleBackColor = True
'
- Me.GP4.BackColor = System.Drawing.Color.Silver
- Me.GP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.GP4.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GP4.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP4
- Me.GP4.InitialImage = Nothing
- Me.GP4.Location = New System.Drawing.Point(86, 143)
- Me.GP4.Name = "GP4"
- Me.GP4.Size = New System.Drawing.Size(71, 93)
- Me.GP4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.GP4.TabIndex = 13
- Me.GP4.TabStop = False
+ 'PictureBox8
'
- 'GN4
+ Me.PictureBox8.BackColor = System.Drawing.Color.LightGray
+ Me.PictureBox8.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
+ Me.PictureBox8.Location = New System.Drawing.Point(9, 6)
+ Me.PictureBox8.Name = "PictureBox8"
+ Me.PictureBox8.Size = New System.Drawing.Size(160, 19)
+ Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
+ Me.PictureBox8.TabIndex = 166
+ Me.PictureBox8.TabStop = False
'
- Me.GN4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.GN4.Location = New System.Drawing.Point(86, 242)
- Me.GN4.Name = "GN4"
- Me.GN4.Size = New System.Drawing.Size(71, 20)
- Me.GN4.TabIndex = 3
- Me.GN4.Text = Global.Tease_AI.My.MySettings.Default.GN4
- Me.GN4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'Label38
'
- 'GbxCardsBackground
+ Me.Label38.BackColor = System.Drawing.Color.Transparent
+ Me.Label38.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label38.ForeColor = System.Drawing.Color.Black
+ Me.Label38.Location = New System.Drawing.Point(7, 6)
+ Me.Label38.Name = "Label38"
+ Me.Label38.Size = New System.Drawing.Size(692, 21)
+ Me.Label38.TabIndex = 48
+ Me.Label38.Text = "Range Settings"
+ Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.GbxCardsBackground.Controls.Add(Me.CardBack)
- Me.GbxCardsBackground.Location = New System.Drawing.Point(522, 7)
- Me.GbxCardsBackground.Name = "GbxCardsBackground"
- Me.GbxCardsBackground.Size = New System.Drawing.Size(172, 236)
- Me.GbxCardsBackground.TabIndex = 3
- Me.GbxCardsBackground.TabStop = False
- Me.GbxCardsBackground.Text = "Card Background"
+ 'TabPage13
'
- 'CardBack
+ Me.TabPage13.BackColor = System.Drawing.Color.Silver
+ Me.TabPage13.Controls.Add(Me.TabControl2)
+ Me.TabPage13.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage13.Name = "TabPage13"
+ Me.TabPage13.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage13.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage13.TabIndex = 13
+ Me.TabPage13.Text = "Modding"
'
- Me.CardBack.BackColor = System.Drawing.Color.Silver
- Me.CardBack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.CardBack.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "CardBack", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CardBack.ImageLocation = Global.Tease_AI.My.MySettings.Default.CardBack
- Me.CardBack.InitialImage = Nothing
- Me.CardBack.Location = New System.Drawing.Point(17, 28)
- Me.CardBack.Name = "CardBack"
- Me.CardBack.Size = New System.Drawing.Size(138, 179)
- Me.CardBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.CardBack.TabIndex = 18
- Me.CardBack.TabStop = False
+ 'TabControl2
'
- 'GbxCardsBronze
+ Me.TabControl2.Controls.Add(Me.TabPage27)
+ Me.TabControl2.Controls.Add(Me.TabPage14)
+ Me.TabControl2.Controls.Add(Me.TabPage24)
+ Me.TabControl2.Controls.Add(Me.TabPage8)
+ Me.TabControl2.Controls.Add(Me.TabPage15)
+ Me.TabControl2.Location = New System.Drawing.Point(6, 6)
+ Me.TabControl2.Name = "TabControl2"
+ Me.TabControl2.SelectedIndex = 0
+ Me.TabControl2.Size = New System.Drawing.Size(708, 437)
+ Me.TabControl2.TabIndex = 0
'
- Me.GbxCardsBronze.Controls.Add(Me.BN6)
- Me.GbxCardsBronze.Controls.Add(Me.BN3)
- Me.GbxCardsBronze.Controls.Add(Me.BP3)
- Me.GbxCardsBronze.Controls.Add(Me.BP6)
- Me.GbxCardsBronze.Controls.Add(Me.BN2)
- Me.GbxCardsBronze.Controls.Add(Me.BN5)
- Me.GbxCardsBronze.Controls.Add(Me.BP5)
- Me.GbxCardsBronze.Controls.Add(Me.BP2)
- Me.GbxCardsBronze.Controls.Add(Me.BN1)
- Me.GbxCardsBronze.Controls.Add(Me.BN4)
- Me.GbxCardsBronze.Controls.Add(Me.BP4)
- Me.GbxCardsBronze.Controls.Add(Me.BP1)
- Me.GbxCardsBronze.Location = New System.Drawing.Point(6, 6)
- Me.GbxCardsBronze.Name = "GbxCardsBronze"
- Me.GbxCardsBronze.Size = New System.Drawing.Size(166, 399)
- Me.GbxCardsBronze.TabIndex = 0
- Me.GbxCardsBronze.TabStop = False
- Me.GbxCardsBronze.Text = "Bronze Cards"
+ 'TabPage27
'
- 'BN6
+ Me.TabPage27.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage27.Controls.Add(Me.TBPlaylistSave)
+ Me.TabPage27.Controls.Add(Me.BTNPlaylistCtrlZ)
+ Me.TabPage27.Controls.Add(Me.RadioPlaylistRegScripts)
+ Me.TabPage27.Controls.Add(Me.RadioPlaylistScripts)
+ Me.TabPage27.Controls.Add(Me.BTNPlaylistEnd)
+ Me.TabPage27.Controls.Add(Me.BTNPlaylistClearAll)
+ Me.TabPage27.Controls.Add(Me.BTNPlaylistSave)
+ Me.TabPage27.Controls.Add(Me.Button7)
+ Me.TabPage27.Controls.Add(Me.WBPlaylist)
+ Me.TabPage27.Controls.Add(Me.Label80)
+ Me.TabPage27.Controls.Add(Me.LBLPlaylIstLink)
+ Me.TabPage27.Controls.Add(Me.LBLPlaylistModule)
+ Me.TabPage27.Controls.Add(Me.LBLPLaylistStart)
+ Me.TabPage27.Controls.Add(Me.LBPlaylist)
+ Me.TabPage27.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage27.Name = "TabPage27"
+ Me.TabPage27.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage27.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage27.TabIndex = 5
+ Me.TabPage27.Text = "Playlists"
'
- Me.BN6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BN6.Location = New System.Drawing.Point(86, 368)
- Me.BN6.Name = "BN6"
- Me.BN6.Size = New System.Drawing.Size(71, 20)
- Me.BN6.TabIndex = 5
- Me.BN6.Text = Global.Tease_AI.My.MySettings.Default.BN6
- Me.BN6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'TBPlaylistSave
'
- 'BN3
+ Me.TBPlaylistSave.Location = New System.Drawing.Point(413, 371)
+ Me.TBPlaylistSave.Name = "TBPlaylistSave"
+ Me.TBPlaylistSave.Size = New System.Drawing.Size(201, 20)
+ Me.TBPlaylistSave.TabIndex = 203
'
- Me.BN3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BN3.Location = New System.Drawing.Point(9, 243)
- Me.BN3.Name = "BN3"
- Me.BN3.Size = New System.Drawing.Size(71, 20)
- Me.BN3.TabIndex = 2
- Me.BN3.Text = Global.Tease_AI.My.MySettings.Default.BN3
- Me.BN3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ 'BTNPlaylistCtrlZ
'
- 'BP3
+ Me.BTNPlaylistCtrlZ.Enabled = False
+ Me.BTNPlaylistCtrlZ.Location = New System.Drawing.Point(621, 21)
+ Me.BTNPlaylistCtrlZ.Name = "BTNPlaylistCtrlZ"
+ Me.BTNPlaylistCtrlZ.Size = New System.Drawing.Size(44, 23)
+ Me.BTNPlaylistCtrlZ.TabIndex = 202
+ Me.BTNPlaylistCtrlZ.Text = "Undo"
+ Me.BTNPlaylistCtrlZ.UseVisualStyleBackColor = True
'
- Me.BP3.BackColor = System.Drawing.Color.Silver
- Me.BP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.BP3.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BP3.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP3
- Me.BP3.InitialImage = Nothing
- Me.BP3.Location = New System.Drawing.Point(9, 144)
- Me.BP3.Name = "BP3"
- Me.BP3.Size = New System.Drawing.Size(71, 93)
- Me.BP3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.BP3.TabIndex = 11
- Me.BP3.TabStop = False
+ 'RadioPlaylistRegScripts
'
- 'BP6
+ Me.RadioPlaylistRegScripts.AutoSize = True
+ Me.RadioPlaylistRegScripts.Location = New System.Drawing.Point(228, 372)
+ Me.RadioPlaylistRegScripts.Name = "RadioPlaylistRegScripts"
+ Me.RadioPlaylistRegScripts.Size = New System.Drawing.Size(127, 17)
+ Me.RadioPlaylistRegScripts.TabIndex = 201
+ Me.RadioPlaylistRegScripts.Text = "Show Regular Scripts"
+ Me.RadioPlaylistRegScripts.UseVisualStyleBackColor = True
'
- Me.BP6.BackColor = System.Drawing.Color.Silver
- Me.BP6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.BP6.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BP6.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP6
- Me.BP6.InitialImage = Nothing
- Me.BP6.Location = New System.Drawing.Point(86, 269)
- Me.BP6.Name = "BP6"
- Me.BP6.Size = New System.Drawing.Size(71, 93)
- Me.BP6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.BP6.TabIndex = 17
- Me.BP6.TabStop = False
+ 'RadioPlaylistScripts
+ '
+ Me.RadioPlaylistScripts.AutoSize = True
+ Me.RadioPlaylistScripts.Checked = True
+ Me.RadioPlaylistScripts.Location = New System.Drawing.Point(62, 372)
+ Me.RadioPlaylistScripts.Name = "RadioPlaylistScripts"
+ Me.RadioPlaylistScripts.Size = New System.Drawing.Size(122, 17)
+ Me.RadioPlaylistScripts.TabIndex = 200
+ Me.RadioPlaylistScripts.TabStop = True
+ Me.RadioPlaylistScripts.Text = "Show Playlist Scripts"
+ Me.RadioPlaylistScripts.UseVisualStyleBackColor = True
'
- 'BN2
+ 'BTNPlaylistEnd
'
- Me.BN2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BN2.Location = New System.Drawing.Point(86, 118)
- Me.BN2.Name = "BN2"
- Me.BN2.Size = New System.Drawing.Size(71, 20)
- Me.BN2.TabIndex = 1
- Me.BN2.Text = Global.Tease_AI.My.MySettings.Default.BN2
- Me.BN2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.BTNPlaylistEnd.BackColor = System.Drawing.Color.LightGray
+ Me.BTNPlaylistEnd.Enabled = False
+ Me.BTNPlaylistEnd.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BTNPlaylistEnd.ForeColor = System.Drawing.Color.Black
+ Me.BTNPlaylistEnd.Location = New System.Drawing.Point(165, 21)
+ Me.BTNPlaylistEnd.Name = "BTNPlaylistEnd"
+ Me.BTNPlaylistEnd.Size = New System.Drawing.Size(44, 23)
+ Me.BTNPlaylistEnd.TabIndex = 199
+ Me.BTNPlaylistEnd.Text = "End"
+ Me.BTNPlaylistEnd.UseVisualStyleBackColor = False
'
- 'BN5
+ 'BTNPlaylistClearAll
'
- Me.BN5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BN5.Location = New System.Drawing.Point(9, 368)
- Me.BN5.Name = "BN5"
- Me.BN5.Size = New System.Drawing.Size(71, 20)
- Me.BN5.TabIndex = 4
- Me.BN5.Text = Global.Tease_AI.My.MySettings.Default.BN5
- Me.BN5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.BTNPlaylistClearAll.Enabled = False
+ Me.BTNPlaylistClearAll.Location = New System.Drawing.Point(296, 21)
+ Me.BTNPlaylistClearAll.Name = "BTNPlaylistClearAll"
+ Me.BTNPlaylistClearAll.Size = New System.Drawing.Size(78, 23)
+ Me.BTNPlaylistClearAll.TabIndex = 198
+ Me.BTNPlaylistClearAll.Text = "Clear All"
+ Me.BTNPlaylistClearAll.UseVisualStyleBackColor = True
'
- 'BP5
+ 'BTNPlaylistSave
'
- Me.BP5.BackColor = System.Drawing.Color.Silver
- Me.BP5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.BP5.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BP5.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP5
- Me.BP5.InitialImage = Nothing
- Me.BP5.Location = New System.Drawing.Point(9, 269)
- Me.BP5.Name = "BP5"
- Me.BP5.Size = New System.Drawing.Size(71, 93)
- Me.BP5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.BP5.TabIndex = 15
- Me.BP5.TabStop = False
+ Me.BTNPlaylistSave.Enabled = False
+ Me.BTNPlaylistSave.Location = New System.Drawing.Point(621, 369)
+ Me.BTNPlaylistSave.Name = "BTNPlaylistSave"
+ Me.BTNPlaylistSave.Size = New System.Drawing.Size(44, 23)
+ Me.BTNPlaylistSave.TabIndex = 197
+ Me.BTNPlaylistSave.Text = "Save"
+ Me.BTNPlaylistSave.UseVisualStyleBackColor = True
'
- 'BP2
+ 'Button7
'
- Me.BP2.BackColor = System.Drawing.Color.Silver
- Me.BP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.BP2.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BP2.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP2
- Me.BP2.InitialImage = Nothing
- Me.BP2.Location = New System.Drawing.Point(86, 19)
- Me.BP2.Name = "BP2"
- Me.BP2.Size = New System.Drawing.Size(71, 93)
- Me.BP2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.BP2.TabIndex = 9
- Me.BP2.TabStop = False
+ Me.Button7.Location = New System.Drawing.Point(213, 21)
+ Me.Button7.Name = "Button7"
+ Me.Button7.Size = New System.Drawing.Size(78, 23)
+ Me.Button7.TabIndex = 196
+ Me.Button7.Text = "Add Random"
+ Me.Button7.UseVisualStyleBackColor = True
'
- 'BN1
+ 'WBPlaylist
'
- Me.BN1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BN1.Location = New System.Drawing.Point(9, 118)
- Me.BN1.Name = "BN1"
- Me.BN1.Size = New System.Drawing.Size(71, 20)
- Me.BN1.TabIndex = 0
- Me.BN1.Text = Global.Tease_AI.My.MySettings.Default.BN1
- Me.BN1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.WBPlaylist.Location = New System.Drawing.Point(38, 54)
+ Me.WBPlaylist.MinimumSize = New System.Drawing.Size(20, 20)
+ Me.WBPlaylist.Name = "WBPlaylist"
+ Me.WBPlaylist.Size = New System.Drawing.Size(336, 292)
+ Me.WBPlaylist.TabIndex = 195
'
- 'BN4
+ 'Label80
'
- Me.BN4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BN4.Location = New System.Drawing.Point(86, 243)
- Me.BN4.Name = "BN4"
- Me.BN4.Size = New System.Drawing.Size(71, 20)
- Me.BN4.TabIndex = 3
- Me.BN4.Text = Global.Tease_AI.My.MySettings.Default.BN4
- Me.BN4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.Label80.AutoSize = True
+ Me.Label80.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label80.Location = New System.Drawing.Point(410, 27)
+ Me.Label80.Name = "Label80"
+ Me.Label80.Size = New System.Drawing.Size(47, 13)
+ Me.Label80.TabIndex = 194
+ Me.Label80.Text = "Playlist"
'
- 'BP4
+ 'LBLPlaylIstLink
'
- Me.BP4.BackColor = System.Drawing.Color.Silver
- Me.BP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.BP4.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BP4.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP4
- Me.BP4.InitialImage = Nothing
- Me.BP4.Location = New System.Drawing.Point(86, 144)
- Me.BP4.Name = "BP4"
- Me.BP4.Size = New System.Drawing.Size(71, 93)
- Me.BP4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.BP4.TabIndex = 13
- Me.BP4.TabStop = False
+ Me.LBLPlaylIstLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLPlaylIstLink.Enabled = False
+ Me.LBLPlaylIstLink.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLPlaylIstLink.Location = New System.Drawing.Point(128, 22)
+ Me.LBLPlaylIstLink.Name = "LBLPlaylIstLink"
+ Me.LBLPlaylIstLink.Size = New System.Drawing.Size(34, 21)
+ Me.LBLPlaylIstLink.TabIndex = 193
+ Me.LBLPlaylIstLink.Text = "Link"
+ Me.LBLPlaylIstLink.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BP1
+ 'LBLPlaylistModule
'
- Me.BP1.BackColor = System.Drawing.Color.Silver
- Me.BP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.BP1.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP1", True))
- Me.BP1.DataBindings.Add(New System.Windows.Forms.Binding("Tag", Global.Tease_AI.My.MySettings.Default, "BP1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.BP1.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP1
- Me.BP1.InitialImage = Nothing
- Me.BP1.Location = New System.Drawing.Point(9, 19)
- Me.BP1.Name = "BP1"
- Me.BP1.Size = New System.Drawing.Size(71, 93)
- Me.BP1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.BP1.TabIndex = 0
- Me.BP1.TabStop = False
- Me.BP1.Tag = Global.Tease_AI.My.MySettings.Default.BP1
+ Me.LBLPlaylistModule.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLPlaylistModule.Enabled = False
+ Me.LBLPlaylistModule.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLPlaylistModule.Location = New System.Drawing.Point(76, 22)
+ Me.LBLPlaylistModule.Name = "LBLPlaylistModule"
+ Me.LBLPlaylistModule.Size = New System.Drawing.Size(50, 21)
+ Me.LBLPlaylistModule.TabIndex = 192
+ Me.LBLPlaylistModule.Text = "Module"
+ Me.LBLPlaylistModule.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'GbxCardsSilver
+ 'LBLPLaylistStart
'
- Me.GbxCardsSilver.Controls.Add(Me.SN6)
- Me.GbxCardsSilver.Controls.Add(Me.SP6)
- Me.GbxCardsSilver.Controls.Add(Me.SN2)
- Me.GbxCardsSilver.Controls.Add(Me.SP2)
- Me.GbxCardsSilver.Controls.Add(Me.SN1)
- Me.GbxCardsSilver.Controls.Add(Me.SP5)
- Me.GbxCardsSilver.Controls.Add(Me.SP1)
- Me.GbxCardsSilver.Controls.Add(Me.SN5)
- Me.GbxCardsSilver.Controls.Add(Me.SN3)
- Me.GbxCardsSilver.Controls.Add(Me.SN4)
- Me.GbxCardsSilver.Controls.Add(Me.SP3)
- Me.GbxCardsSilver.Controls.Add(Me.SP4)
- Me.GbxCardsSilver.Location = New System.Drawing.Point(178, 6)
- Me.GbxCardsSilver.Name = "GbxCardsSilver"
- Me.GbxCardsSilver.Size = New System.Drawing.Size(166, 399)
- Me.GbxCardsSilver.TabIndex = 1
- Me.GbxCardsSilver.TabStop = False
- Me.GbxCardsSilver.Text = "Silver Cards"
+ Me.LBLPLaylistStart.BackColor = System.Drawing.Color.Green
+ Me.LBLPLaylistStart.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLPLaylistStart.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLPLaylistStart.ForeColor = System.Drawing.Color.White
+ Me.LBLPLaylistStart.Location = New System.Drawing.Point(38, 22)
+ Me.LBLPLaylistStart.Name = "LBLPLaylistStart"
+ Me.LBLPLaylistStart.Size = New System.Drawing.Size(36, 21)
+ Me.LBLPLaylistStart.TabIndex = 190
+ Me.LBLPLaylistStart.Text = "Start"
+ Me.LBLPLaylistStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'SN6
+ 'LBPlaylist
'
- Me.SN6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SN6.Location = New System.Drawing.Point(86, 368)
- Me.SN6.Name = "SN6"
- Me.SN6.Size = New System.Drawing.Size(71, 20)
- Me.SN6.TabIndex = 5
- Me.SN6.Text = Global.Tease_AI.My.MySettings.Default.SN6
- Me.SN6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.LBPlaylist.AllowDrop = True
+ Me.LBPlaylist.FormattingEnabled = True
+ Me.LBPlaylist.Location = New System.Drawing.Point(413, 56)
+ Me.LBPlaylist.Name = "LBPlaylist"
+ Me.LBPlaylist.Size = New System.Drawing.Size(252, 290)
+ Me.LBPlaylist.TabIndex = 189
'
- 'SP6
+ 'TabPage14
'
- Me.SP6.BackColor = System.Drawing.Color.Silver
- Me.SP6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SP6.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SP6.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP6
- Me.SP6.InitialImage = Nothing
- Me.SP6.Location = New System.Drawing.Point(86, 269)
- Me.SP6.Name = "SP6"
- Me.SP6.Size = New System.Drawing.Size(71, 93)
- Me.SP6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.SP6.TabIndex = 17
- Me.SP6.TabStop = False
+ Me.TabPage14.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage14.Controls.Add(Me.LBLKeywordPreview)
+ Me.TabPage14.Controls.Add(Me.Label88)
+ Me.TabPage14.Controls.Add(Me.TBKeywordPreview)
+ Me.TabPage14.Controls.Add(Me.Button37)
+ Me.TabPage14.Controls.Add(Me.Button50)
+ Me.TabPage14.Controls.Add(Me.Button22)
+ Me.TabPage14.Controls.Add(Me.TBKeyWords)
+ Me.TabPage14.Controls.Add(Me.LBKeyWords)
+ Me.TabPage14.Controls.Add(Me.RTBKeyWords)
+ Me.TabPage14.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage14.Name = "TabPage14"
+ Me.TabPage14.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage14.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage14.TabIndex = 0
+ Me.TabPage14.Text = "Keywords"
'
- 'SN2
+ 'LBLKeywordPreview
'
- Me.SN2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SN2.Location = New System.Drawing.Point(86, 118)
- Me.SN2.Name = "SN2"
- Me.SN2.Size = New System.Drawing.Size(71, 20)
- Me.SN2.TabIndex = 1
- Me.SN2.Text = Global.Tease_AI.My.MySettings.Default.SN2
- Me.SN2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.LBLKeywordPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLKeywordPreview.Location = New System.Drawing.Point(215, 385)
+ Me.LBLKeywordPreview.Name = "LBLKeywordPreview"
+ Me.LBLKeywordPreview.Size = New System.Drawing.Size(416, 23)
+ Me.LBLKeywordPreview.TabIndex = 174
+ Me.LBLKeywordPreview.Text = "Get Preview Here"
+ Me.LBLKeywordPreview.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'SP2
+ 'Label88
'
- Me.SP2.BackColor = System.Drawing.Color.Silver
- Me.SP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SP2.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SP2.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP2
- Me.SP2.InitialImage = Nothing
- Me.SP2.Location = New System.Drawing.Point(86, 19)
- Me.SP2.Name = "SP2"
- Me.SP2.Size = New System.Drawing.Size(71, 93)
- Me.SP2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.SP2.TabIndex = 9
- Me.SP2.TabStop = False
+ Me.Label88.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.Label88.Location = New System.Drawing.Point(3, 358)
+ Me.Label88.Name = "Label88"
+ Me.Label88.Size = New System.Drawing.Size(194, 53)
+ Me.Label88.TabIndex = 173
+ Me.Label88.Text = "Preview: Enter any line with a Keyword and press # to generate a random sentence" &
+ " the domme return."
+ Me.Label88.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'SN1
+ 'TBKeywordPreview
'
- Me.SN1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SN1.Location = New System.Drawing.Point(9, 118)
- Me.SN1.Name = "SN1"
- Me.SN1.Size = New System.Drawing.Size(71, 20)
- Me.SN1.TabIndex = 0
- Me.SN1.Text = Global.Tease_AI.My.MySettings.Default.SN1
- Me.SN1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.TBKeywordPreview.Location = New System.Drawing.Point(215, 358)
+ Me.TBKeywordPreview.Name = "TBKeywordPreview"
+ Me.TBKeywordPreview.Size = New System.Drawing.Size(416, 20)
+ Me.TBKeywordPreview.TabIndex = 172
+ Me.TBKeywordPreview.Text = "Enter Line Here"
+ Me.TBKeywordPreview.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'SP5
+ 'Button37
'
- Me.SP5.BackColor = System.Drawing.Color.Silver
- Me.SP5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SP5.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SP5.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP5
- Me.SP5.InitialImage = Nothing
- Me.SP5.Location = New System.Drawing.Point(9, 269)
- Me.SP5.Name = "SP5"
- Me.SP5.Size = New System.Drawing.Size(71, 93)
- Me.SP5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.SP5.TabIndex = 15
- Me.SP5.TabStop = False
+ Me.Button37.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Button37.Location = New System.Drawing.Point(638, 358)
+ Me.Button37.Name = "Button37"
+ Me.Button37.Size = New System.Drawing.Size(47, 50)
+ Me.Button37.TabIndex = 171
+ Me.Button37.Text = "#"
+ Me.Button37.UseVisualStyleBackColor = True
'
- 'SP1
+ 'Button50
'
- Me.SP1.BackColor = System.Drawing.Color.Silver
- Me.SP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SP1.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SP1.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP1
- Me.SP1.InitialImage = Nothing
- Me.SP1.Location = New System.Drawing.Point(9, 19)
- Me.SP1.Name = "SP1"
- Me.SP1.Size = New System.Drawing.Size(71, 93)
- Me.SP1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.SP1.TabIndex = 0
- Me.SP1.TabStop = False
+ Me.Button50.Location = New System.Drawing.Point(6, 10)
+ Me.Button50.Name = "Button50"
+ Me.Button50.Size = New System.Drawing.Size(194, 23)
+ Me.Button50.TabIndex = 169
+ Me.Button50.Text = "Refresh and Clear Keyword List"
+ Me.Button50.UseVisualStyleBackColor = True
'
- 'SN5
+ 'Button22
'
- Me.SN5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SN5.Location = New System.Drawing.Point(9, 368)
- Me.SN5.Name = "SN5"
- Me.SN5.Size = New System.Drawing.Size(71, 20)
- Me.SN5.TabIndex = 4
- Me.SN5.Text = Global.Tease_AI.My.MySettings.Default.SN5
- Me.SN5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.Button22.Location = New System.Drawing.Point(638, 10)
+ Me.Button22.Name = "Button22"
+ Me.Button22.Size = New System.Drawing.Size(47, 23)
+ Me.Button22.TabIndex = 167
+ Me.Button22.Text = "Save"
+ Me.Button22.UseVisualStyleBackColor = True
'
- 'SN3
+ 'TBKeyWords
'
- Me.SN3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SN3.Location = New System.Drawing.Point(9, 243)
- Me.SN3.Name = "SN3"
- Me.SN3.Size = New System.Drawing.Size(71, 20)
- Me.SN3.TabIndex = 2
- Me.SN3.Text = Global.Tease_AI.My.MySettings.Default.SN3
- Me.SN3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.TBKeyWords.Location = New System.Drawing.Point(215, 10)
+ Me.TBKeyWords.Name = "TBKeyWords"
+ Me.TBKeyWords.Size = New System.Drawing.Size(416, 20)
+ Me.TBKeyWords.TabIndex = 166
'
- 'SN4
+ 'LBKeyWords
'
- Me.SN4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SN4.Location = New System.Drawing.Point(86, 243)
- Me.SN4.Name = "SN4"
- Me.SN4.Size = New System.Drawing.Size(71, 20)
- Me.SN4.TabIndex = 3
- Me.SN4.Text = Global.Tease_AI.My.MySettings.Default.SN4
- Me.SN4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.LBKeyWords.FormattingEnabled = True
+ Me.LBKeyWords.Location = New System.Drawing.Point(6, 36)
+ Me.LBKeyWords.Name = "LBKeyWords"
+ Me.LBKeyWords.Size = New System.Drawing.Size(194, 316)
+ Me.LBKeyWords.Sorted = True
+ Me.LBKeyWords.TabIndex = 165
'
- 'SP3
+ 'RTBKeyWords
'
- Me.SP3.BackColor = System.Drawing.Color.Silver
- Me.SP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SP3.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SP3.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP3
- Me.SP3.InitialImage = Nothing
- Me.SP3.Location = New System.Drawing.Point(9, 144)
- Me.SP3.Name = "SP3"
- Me.SP3.Size = New System.Drawing.Size(71, 93)
- Me.SP3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.SP3.TabIndex = 11
- Me.SP3.TabStop = False
+ Me.RTBKeyWords.Location = New System.Drawing.Point(215, 39)
+ Me.RTBKeyWords.Name = "RTBKeyWords"
+ Me.RTBKeyWords.Size = New System.Drawing.Size(470, 313)
+ Me.RTBKeyWords.TabIndex = 164
+ Me.RTBKeyWords.Text = ""
'
- 'SP4
+ 'TabPage24
'
- Me.SP4.BackColor = System.Drawing.Color.Silver
- Me.SP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SP4.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.SP4.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP4
- Me.SP4.InitialImage = Nothing
- Me.SP4.Location = New System.Drawing.Point(86, 144)
- Me.SP4.Name = "SP4"
- Me.SP4.Size = New System.Drawing.Size(71, 93)
- Me.SP4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.SP4.TabIndex = 13
- Me.SP4.TabStop = False
+ Me.TabPage24.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage24.Controls.Add(Me.Button9)
+ Me.TabPage24.Controls.Add(Me.RTBResponsesKEY)
+ Me.TabPage24.Controls.Add(Me.Button4)
+ Me.TabPage24.Controls.Add(Me.Button5)
+ Me.TabPage24.Controls.Add(Me.TBResponses)
+ Me.TabPage24.Controls.Add(Me.LBResponses)
+ Me.TabPage24.Controls.Add(Me.RTBResponses)
+ Me.TabPage24.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage24.Name = "TabPage24"
+ Me.TabPage24.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage24.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage24.TabIndex = 3
+ Me.TabPage24.Text = "Responses"
'
- 'TabPage6
+ 'Button9
'
- Me.TabPage6.BackColor = System.Drawing.Color.LightGray
- Me.TabPage6.Controls.Add(Me.Panel10)
- Me.TabPage6.Controls.Add(Me.Label107)
- Me.TabPage6.Controls.Add(Me.BTNWishlistCreate)
- Me.TabPage6.Controls.Add(Me.Label18)
- Me.TabPage6.Controls.Add(Me.PNLWishList)
- Me.TabPage6.Location = New System.Drawing.Point(4, 22)
- Me.TabPage6.Name = "TabPage6"
- Me.TabPage6.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage6.Size = New System.Drawing.Size(700, 411)
- Me.TabPage6.TabIndex = 2
- Me.TabPage6.Text = "Wishlist"
+ Me.Button9.Location = New System.Drawing.Point(217, 10)
+ Me.Button9.Name = "Button9"
+ Me.Button9.Size = New System.Drawing.Size(215, 23)
+ Me.Button9.TabIndex = 176
+ Me.Button9.Text = "Response Template"
+ Me.Button9.UseVisualStyleBackColor = True
'
- 'Panel10
+ 'RTBResponsesKEY
'
- Me.Panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel10.Controls.Add(Me.TBWishlistComment)
- Me.Panel10.Controls.Add(Me.Label32)
- Me.Panel10.Controls.Add(Me.TBWishlistItem)
- Me.Panel10.Controls.Add(Me.radioGold)
- Me.Panel10.Controls.Add(Me.Label42)
- Me.Panel10.Controls.Add(Me.radioSilver)
- Me.Panel10.Controls.Add(Me.TBWishlistURL)
- Me.Panel10.Controls.Add(Me.NBWishlistCost)
- Me.Panel10.Controls.Add(Me.Label48)
- Me.Panel10.Controls.Add(Me.Label73)
- Me.Panel10.Location = New System.Drawing.Point(38, 47)
- Me.Panel10.Name = "Panel10"
- Me.Panel10.Size = New System.Drawing.Size(252, 308)
- Me.Panel10.TabIndex = 179
+ Me.RTBResponsesKEY.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.RTBResponsesKEY.Location = New System.Drawing.Point(217, 36)
+ Me.RTBResponsesKEY.Name = "RTBResponsesKEY"
+ Me.RTBResponsesKEY.Size = New System.Drawing.Size(468, 40)
+ Me.RTBResponsesKEY.TabIndex = 175
+ Me.RTBResponsesKEY.Text = ""
'
- 'TBWishlistComment
+ 'Button4
'
- Me.TBWishlistComment.Location = New System.Drawing.Point(16, 173)
- Me.TBWishlistComment.Multiline = True
- Me.TBWishlistComment.Name = "TBWishlistComment"
- Me.TBWishlistComment.Size = New System.Drawing.Size(217, 118)
- Me.TBWishlistComment.TabIndex = 172
+ Me.Button4.Location = New System.Drawing.Point(6, 10)
+ Me.Button4.Name = "Button4"
+ Me.Button4.Size = New System.Drawing.Size(194, 23)
+ Me.Button4.TabIndex = 174
+ Me.Button4.Text = "Refresh and Clear Response List"
+ Me.Button4.UseVisualStyleBackColor = True
'
- 'Label32
+ 'Button5
'
- Me.Label32.AutoSize = True
- Me.Label32.Location = New System.Drawing.Point(13, 4)
- Me.Label32.Name = "Label32"
- Me.Label32.Size = New System.Drawing.Size(58, 13)
- Me.Label32.TabIndex = 167
- Me.Label32.Text = "Item Name"
+ Me.Button5.Location = New System.Drawing.Point(638, 10)
+ Me.Button5.Name = "Button5"
+ Me.Button5.Size = New System.Drawing.Size(47, 23)
+ Me.Button5.TabIndex = 173
+ Me.Button5.Text = "Save"
+ Me.Button5.UseVisualStyleBackColor = True
'
- 'TBWishlistItem
+ 'TBResponses
'
- Me.TBWishlistItem.Location = New System.Drawing.Point(16, 20)
- Me.TBWishlistItem.Name = "TBWishlistItem"
- Me.TBWishlistItem.Size = New System.Drawing.Size(217, 20)
- Me.TBWishlistItem.TabIndex = 168
+ Me.TBResponses.Location = New System.Drawing.Point(438, 10)
+ Me.TBResponses.Name = "TBResponses"
+ Me.TBResponses.Size = New System.Drawing.Size(194, 20)
+ Me.TBResponses.TabIndex = 172
'
- 'radioGold
+ 'LBResponses
'
- Me.radioGold.AutoSize = True
- Me.radioGold.Location = New System.Drawing.Point(167, 125)
- Me.radioGold.Name = "radioGold"
- Me.radioGold.Size = New System.Drawing.Size(47, 17)
- Me.radioGold.TabIndex = 176
- Me.radioGold.Text = "Gold"
- Me.radioGold.UseVisualStyleBackColor = True
+ Me.LBResponses.FormattingEnabled = True
+ Me.LBResponses.Location = New System.Drawing.Point(6, 36)
+ Me.LBResponses.Name = "LBResponses"
+ Me.LBResponses.Size = New System.Drawing.Size(194, 355)
+ Me.LBResponses.Sorted = True
+ Me.LBResponses.TabIndex = 171
'
- 'Label42
+ 'RTBResponses
'
- Me.Label42.AutoSize = True
- Me.Label42.Location = New System.Drawing.Point(13, 56)
- Me.Label42.Name = "Label42"
- Me.Label42.Size = New System.Drawing.Size(75, 13)
- Me.Label42.TabIndex = 169
- Me.Label42.Text = "Item Image Url"
+ Me.RTBResponses.Location = New System.Drawing.Point(217, 82)
+ Me.RTBResponses.Name = "RTBResponses"
+ Me.RTBResponses.Size = New System.Drawing.Size(468, 309)
+ Me.RTBResponses.TabIndex = 170
+ Me.RTBResponses.Text = ""
'
- 'radioSilver
+ 'TabPage8
'
- Me.radioSilver.AutoSize = True
- Me.radioSilver.Checked = True
- Me.radioSilver.Location = New System.Drawing.Point(100, 125)
- Me.radioSilver.Name = "radioSilver"
- Me.radioSilver.Size = New System.Drawing.Size(51, 17)
- Me.radioSilver.TabIndex = 175
- Me.radioSilver.TabStop = True
- Me.radioSilver.Text = "Silver"
- Me.radioSilver.UseVisualStyleBackColor = True
+ Me.TabPage8.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage8.Controls.Add(Me.RTBVideoMod)
+ Me.TabPage8.Controls.Add(Me.GroupBox29)
+ Me.TabPage8.Controls.Add(Me.BTNVideoModClear)
+ Me.TabPage8.Controls.Add(Me.GroupBox28)
+ Me.TabPage8.Controls.Add(Me.BTNVideoModLoad)
+ Me.TabPage8.Controls.Add(Me.GroupBox30)
+ Me.TabPage8.Controls.Add(Me.BTNVideoModSave)
+ Me.TabPage8.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage8.Name = "TabPage8"
+ Me.TabPage8.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage8.TabIndex = 2
+ Me.TabPage8.Text = "Video"
'
- 'TBWishlistURL
+ 'RTBVideoMod
'
- Me.TBWishlistURL.Location = New System.Drawing.Point(16, 72)
- Me.TBWishlistURL.Name = "TBWishlistURL"
- Me.TBWishlistURL.Size = New System.Drawing.Size(217, 20)
- Me.TBWishlistURL.TabIndex = 170
+ Me.RTBVideoMod.Enabled = False
+ Me.RTBVideoMod.Location = New System.Drawing.Point(167, 17)
+ Me.RTBVideoMod.Name = "RTBVideoMod"
+ Me.RTBVideoMod.Size = New System.Drawing.Size(525, 286)
+ Me.RTBVideoMod.TabIndex = 150
+ Me.RTBVideoMod.Text = ""
'
- 'NBWishlistCost
+ 'GroupBox29
'
- Me.NBWishlistCost.Location = New System.Drawing.Point(16, 125)
- Me.NBWishlistCost.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
- Me.NBWishlistCost.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBWishlistCost.Name = "NBWishlistCost"
- Me.NBWishlistCost.Size = New System.Drawing.Size(40, 20)
- Me.NBWishlistCost.TabIndex = 174
- Me.NBWishlistCost.Value = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.GroupBox29.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox29.Controls.Add(Me.Label51)
+ Me.GroupBox29.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox29.Location = New System.Drawing.Point(6, 309)
+ Me.GroupBox29.Name = "GroupBox29"
+ Me.GroupBox29.Size = New System.Drawing.Size(692, 92)
+ Me.GroupBox29.TabIndex = 66
+ Me.GroupBox29.TabStop = False
+ Me.GroupBox29.Text = "Description"
'
- 'Label48
+ 'Label51
'
- Me.Label48.AutoSize = True
- Me.Label48.Location = New System.Drawing.Point(13, 157)
- Me.Label48.Name = "Label48"
- Me.Label48.Size = New System.Drawing.Size(74, 13)
- Me.Label48.TabIndex = 171
- Me.Label48.Text = "Item Comment"
+ Me.Label51.BackColor = System.Drawing.Color.Transparent
+ Me.Label51.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label51.ForeColor = System.Drawing.Color.Black
+ Me.Label51.Location = New System.Drawing.Point(6, 16)
+ Me.Label51.Name = "Label51"
+ Me.Label51.Size = New System.Drawing.Size(680, 73)
+ Me.Label51.TabIndex = 62
+ Me.Label51.Text = resources.GetString("Label51.Text")
+ Me.Label51.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label73
+ 'BTNVideoModClear
'
- Me.Label73.AutoSize = True
- Me.Label73.Location = New System.Drawing.Point(13, 108)
- Me.Label73.Name = "Label73"
- Me.Label73.Size = New System.Drawing.Size(51, 13)
- Me.Label73.TabIndex = 173
- Me.Label73.Text = "Item Cost"
+ Me.BTNVideoModClear.Enabled = False
+ Me.BTNVideoModClear.Location = New System.Drawing.Point(6, 227)
+ Me.BTNVideoModClear.Name = "BTNVideoModClear"
+ Me.BTNVideoModClear.Size = New System.Drawing.Size(155, 35)
+ Me.BTNVideoModClear.TabIndex = 153
+ Me.BTNVideoModClear.Text = "Clear Text and Select New Video Tease Type/Script"
+ Me.BTNVideoModClear.UseVisualStyleBackColor = True
'
- 'Label107
+ 'GroupBox28
'
- Me.Label107.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label107.Location = New System.Drawing.Point(38, 5)
- Me.Label107.Name = "Label107"
- Me.Label107.Size = New System.Drawing.Size(252, 47)
- Me.Label107.TabIndex = 178
- Me.Label107.Text = "Use this page to create Wishlist files."
- Me.Label107.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.GroupBox28.Controls.Add(Me.CBVTType)
+ Me.GroupBox28.Location = New System.Drawing.Point(6, 8)
+ Me.GroupBox28.Name = "GroupBox28"
+ Me.GroupBox28.Size = New System.Drawing.Size(155, 46)
+ Me.GroupBox28.TabIndex = 148
+ Me.GroupBox28.TabStop = False
+ Me.GroupBox28.Text = "Video Tease Type"
'
- 'BTNWishlistCreate
+ 'CBVTType
'
- Me.BTNWishlistCreate.Location = New System.Drawing.Point(38, 365)
- Me.BTNWishlistCreate.Name = "BTNWishlistCreate"
- Me.BTNWishlistCreate.Size = New System.Drawing.Size(252, 33)
- Me.BTNWishlistCreate.TabIndex = 177
- Me.BTNWishlistCreate.Text = "Create Wishlist File"
- Me.BTNWishlistCreate.UseVisualStyleBackColor = True
+ Me.CBVTType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.CBVTType.FormattingEnabled = True
+ Me.CBVTType.Items.AddRange(New Object() {"Avoid The Edge", "Censorship Sucks", "Red Light Green Light"})
+ Me.CBVTType.Location = New System.Drawing.Point(9, 15)
+ Me.CBVTType.Name = "CBVTType"
+ Me.CBVTType.Size = New System.Drawing.Size(137, 21)
+ Me.CBVTType.TabIndex = 171
'
- 'Label18
+ 'BTNVideoModLoad
'
- Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label18.Location = New System.Drawing.Point(409, 5)
- Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(250, 23)
- Me.Label18.TabIndex = 166
- Me.Label18.Text = "Preview"
- Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.BTNVideoModLoad.Location = New System.Drawing.Point(6, 176)
+ Me.BTNVideoModLoad.Name = "BTNVideoModLoad"
+ Me.BTNVideoModLoad.Size = New System.Drawing.Size(155, 35)
+ Me.BTNVideoModLoad.TabIndex = 152
+ Me.BTNVideoModLoad.Text = "Load Script"
+ Me.BTNVideoModLoad.UseVisualStyleBackColor = True
'
- 'PNLWishList
+ 'GroupBox30
'
- Me.PNLWishList.BackColor = System.Drawing.Color.White
- Me.PNLWishList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PNLWishList.Controls.Add(Me.WishlistCostSilver)
- Me.PNLWishList.Controls.Add(Me.LBLWishListText)
- Me.PNLWishList.Controls.Add(Me.LBLWishlistCost)
- Me.PNLWishList.Controls.Add(Me.WishlistCostGold)
- Me.PNLWishList.Controls.Add(Me.LBLWishListName)
- Me.PNLWishList.Controls.Add(Me.WishlistPreview)
- Me.PNLWishList.Location = New System.Drawing.Point(407, 31)
- Me.PNLWishList.Name = "PNLWishList"
- Me.PNLWishList.Size = New System.Drawing.Size(250, 367)
- Me.PNLWishList.TabIndex = 165
+ Me.GroupBox30.Controls.Add(Me.LBVidScript)
+ Me.GroupBox30.Location = New System.Drawing.Point(6, 60)
+ Me.GroupBox30.Name = "GroupBox30"
+ Me.GroupBox30.Size = New System.Drawing.Size(155, 100)
+ Me.GroupBox30.TabIndex = 149
+ Me.GroupBox30.TabStop = False
+ Me.GroupBox30.Text = "Script"
'
- 'WishlistCostSilver
+ 'LBVidScript
'
- Me.WishlistCostSilver.BackColor = System.Drawing.Color.Transparent
- Me.WishlistCostSilver.Image = CType(resources.GetObject("WishlistCostSilver.Image"), System.Drawing.Image)
- Me.WishlistCostSilver.Location = New System.Drawing.Point(107, 206)
- Me.WishlistCostSilver.Name = "WishlistCostSilver"
- Me.WishlistCostSilver.Size = New System.Drawing.Size(28, 28)
- Me.WishlistCostSilver.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.WishlistCostSilver.TabIndex = 111
- Me.WishlistCostSilver.TabStop = False
+ Me.LBVidScript.FormattingEnabled = True
+ Me.LBVidScript.Location = New System.Drawing.Point(9, 20)
+ Me.LBVidScript.Name = "LBVidScript"
+ Me.LBVidScript.Size = New System.Drawing.Size(137, 69)
+ Me.LBVidScript.TabIndex = 0
'
- 'LBLWishListText
+ 'BTNVideoModSave
'
- Me.LBLWishListText.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLWishListText.Location = New System.Drawing.Point(14, 247)
- Me.LBLWishListText.Name = "LBLWishListText"
- Me.LBLWishListText.Size = New System.Drawing.Size(220, 109)
- Me.LBLWishListText.TabIndex = 108
+ Me.BTNVideoModSave.Enabled = False
+ Me.BTNVideoModSave.Location = New System.Drawing.Point(6, 268)
+ Me.BTNVideoModSave.Name = "BTNVideoModSave"
+ Me.BTNVideoModSave.Size = New System.Drawing.Size(155, 35)
+ Me.BTNVideoModSave.TabIndex = 151
+ Me.BTNVideoModSave.Text = "Save Changes"
+ Me.BTNVideoModSave.UseVisualStyleBackColor = True
'
- 'LBLWishlistCost
+ 'TabPage15
'
- Me.LBLWishlistCost.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLWishlistCost.ForeColor = System.Drawing.Color.Black
- Me.LBLWishlistCost.Location = New System.Drawing.Point(139, 206)
- Me.LBLWishlistCost.Name = "LBLWishlistCost"
- Me.LBLWishlistCost.Size = New System.Drawing.Size(44, 28)
- Me.LBLWishlistCost.TabIndex = 107
- Me.LBLWishlistCost.Text = "3"
- Me.LBLWishlistCost.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TabPage15.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage15.Controls.Add(Me.Label62)
+ Me.TabPage15.Controls.Add(Me.Label61)
+ Me.TabPage15.Controls.Add(Me.Label57)
+ Me.TabPage15.Controls.Add(Me.Label58)
+ Me.TabPage15.Controls.Add(Me.Label60)
+ Me.TabPage15.Controls.Add(Me.TBGlitModFileName)
+ Me.TabPage15.Controls.Add(Me.GroupBox34)
+ Me.TabPage15.Controls.Add(Me.RTBGlitModDommePost)
+ Me.TabPage15.Controls.Add(Me.Button26)
+ Me.TabPage15.Controls.Add(Me.Label56)
+ Me.TabPage15.Controls.Add(Me.RTBGlitModResponses)
+ Me.TabPage15.Controls.Add(Me.LBGlitModScripts)
+ Me.TabPage15.Controls.Add(Me.LBLGlitModScriptCount)
+ Me.TabPage15.Controls.Add(Me.LBLGlitModDomType)
+ Me.TabPage15.Controls.Add(Me.Button29)
+ Me.TabPage15.Controls.Add(Me.CBGlitModType)
+ Me.TabPage15.Controls.Add(Me.Label59)
+ Me.TabPage15.Controls.Add(Me.Label50)
+ Me.TabPage15.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage15.Name = "TabPage15"
+ Me.TabPage15.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage15.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage15.TabIndex = 1
+ Me.TabPage15.Text = "Glitter"
'
- 'WishlistCostGold
+ 'Label62
'
- Me.WishlistCostGold.BackColor = System.Drawing.Color.Transparent
- Me.WishlistCostGold.Image = CType(resources.GetObject("WishlistCostGold.Image"), System.Drawing.Image)
- Me.WishlistCostGold.Location = New System.Drawing.Point(107, 206)
- Me.WishlistCostGold.Name = "WishlistCostGold"
- Me.WishlistCostGold.Size = New System.Drawing.Size(28, 28)
- Me.WishlistCostGold.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.WishlistCostGold.TabIndex = 106
- Me.WishlistCostGold.TabStop = False
- Me.WishlistCostGold.Visible = False
+ Me.Label62.Location = New System.Drawing.Point(255, 169)
+ Me.Label62.Name = "Label62"
+ Me.Label62.Size = New System.Drawing.Size(59, 51)
+ Me.Label62.TabIndex = 177
+ Me.Label62.Text = "@Cruel @Angry @Custom2"
+ Me.Label62.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'LBLWishListName
+ 'Label61
'
- Me.LBLWishListName.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLWishListName.ForeColor = System.Drawing.Color.CornflowerBlue
- Me.LBLWishListName.Location = New System.Drawing.Point(14, 22)
- Me.LBLWishListName.Name = "LBLWishListName"
- Me.LBLWishListName.Size = New System.Drawing.Size(220, 23)
- Me.LBLWishListName.TabIndex = 104
- Me.LBLWishListName.Text = "Item Name Goes Here"
- Me.LBLWishListName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.Label61.Location = New System.Drawing.Point(194, 169)
+ Me.Label61.Name = "Label61"
+ Me.Label61.Size = New System.Drawing.Size(59, 51)
+ Me.Label61.TabIndex = 176
+ Me.Label61.Text = "@Bratty @Caring @Custom1"
+ Me.Label61.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'WishlistPreview
+ 'Label57
+ '
+ Me.Label57.Location = New System.Drawing.Point(194, 11)
+ Me.Label57.Name = "Label57"
+ Me.Label57.Size = New System.Drawing.Size(120, 23)
+ Me.Label57.TabIndex = 160
+ Me.Label57.Text = "File Name"
+ Me.Label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.WishlistPreview.ImageLocation = ""
- Me.WishlistPreview.Location = New System.Drawing.Point(50, 54)
- Me.WishlistPreview.Name = "WishlistPreview"
- Me.WishlistPreview.Size = New System.Drawing.Size(145, 143)
- Me.WishlistPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.WishlistPreview.TabIndex = 101
- Me.WishlistPreview.TabStop = False
+ 'Label58
'
- 'TabPage26
+ Me.Label58.Location = New System.Drawing.Point(350, 11)
+ Me.Label58.Name = "Label58"
+ Me.Label58.Size = New System.Drawing.Size(326, 23)
+ Me.Label58.TabIndex = 161
+ Me.Label58.Text = "Domme's Post"
+ Me.Label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.TabPage26.BackColor = System.Drawing.Color.Silver
- Me.TabPage26.Controls.Add(Me.Panel12)
- Me.TabPage26.Location = New System.Drawing.Point(4, 22)
- Me.TabPage26.Name = "TabPage26"
- Me.TabPage26.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage26.Size = New System.Drawing.Size(720, 448)
- Me.TabPage26.TabIndex = 19
- Me.TabPage26.Text = "Themes"
+ 'Label60
'
- 'Panel12
+ Me.Label60.Location = New System.Drawing.Point(194, 139)
+ Me.Label60.Name = "Label60"
+ Me.Label60.Size = New System.Drawing.Size(120, 30)
+ Me.Label60.TabIndex = 175
+ Me.Label60.Text = "Tease Responses Need 3 of Each:"
+ Me.Label60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.Panel12.BackColor = System.Drawing.Color.LightGray
- Me.Panel12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel12.Controls.Add(Me.GroupBox9)
- Me.Panel12.Controls.Add(Me.PictureBox10)
- Me.Panel12.Controls.Add(Me.GroupBox5)
- Me.Panel12.Controls.Add(Me.GroupBox11)
- Me.Panel12.Controls.Add(Me.GroupBox1)
- Me.Panel12.Controls.Add(Me.Label164)
- Me.Panel12.Location = New System.Drawing.Point(6, 6)
- Me.Panel12.Name = "Panel12"
- Me.Panel12.Size = New System.Drawing.Size(708, 437)
- Me.Panel12.TabIndex = 93
+ 'TBGlitModFileName
'
- 'GroupBox9
+ Me.TBGlitModFileName.Location = New System.Drawing.Point(194, 36)
+ Me.TBGlitModFileName.Name = "TBGlitModFileName"
+ Me.TBGlitModFileName.Size = New System.Drawing.Size(120, 20)
+ Me.TBGlitModFileName.TabIndex = 158
'
- Me.GroupBox9.Controls.Add(Me.Button32)
- Me.GroupBox9.Controls.Add(Me.Button31)
- Me.GroupBox9.Location = New System.Drawing.Point(351, 231)
- Me.GroupBox9.Name = "GroupBox9"
- Me.GroupBox9.Size = New System.Drawing.Size(348, 94)
- Me.GroupBox9.TabIndex = 152
- Me.GroupBox9.TabStop = False
- Me.GroupBox9.Text = "System"
+ 'GroupBox34
'
- 'Button32
+ Me.GroupBox34.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox34.Controls.Add(Me.Label52)
+ Me.GroupBox34.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox34.Location = New System.Drawing.Point(8, 296)
+ Me.GroupBox34.Name = "GroupBox34"
+ Me.GroupBox34.Size = New System.Drawing.Size(683, 107)
+ Me.GroupBox34.TabIndex = 66
+ Me.GroupBox34.TabStop = False
+ Me.GroupBox34.Text = "Description"
'
- Me.Button32.BackColor = System.Drawing.Color.Transparent
- Me.Button32.Image = Global.Tease_AI.My.Resources.Resources.Button_Save_Big
- Me.Button32.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Button32.Location = New System.Drawing.Point(196, 24)
- Me.Button32.Name = "Button32"
- Me.Button32.Size = New System.Drawing.Size(135, 55)
- Me.Button32.TabIndex = 55
- Me.Button32.Text = " Save Theme"
- Me.Button32.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
- Me.Button32.UseVisualStyleBackColor = False
+ 'Label52
'
- 'Button31
+ Me.Label52.BackColor = System.Drawing.Color.Transparent
+ Me.Label52.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label52.ForeColor = System.Drawing.Color.Black
+ Me.Label52.Location = New System.Drawing.Point(6, 16)
+ Me.Label52.Name = "Label52"
+ Me.Label52.Size = New System.Drawing.Size(670, 88)
+ Me.Label52.TabIndex = 62
+ Me.Label52.Text = resources.GetString("Label52.Text")
+ Me.Label52.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.Button31.BackColor = System.Drawing.Color.Transparent
- Me.Button31.Image = Global.Tease_AI.My.Resources.Resources.Button_Import_Big
- Me.Button31.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Button31.Location = New System.Drawing.Point(17, 24)
- Me.Button31.Name = "Button31"
- Me.Button31.Size = New System.Drawing.Size(135, 55)
- Me.Button31.TabIndex = 54
- Me.Button31.Text = " Open Theme"
- Me.Button31.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
- Me.Button31.UseVisualStyleBackColor = False
+ 'RTBGlitModDommePost
'
- 'PictureBox10
+ Me.RTBGlitModDommePost.Location = New System.Drawing.Point(350, 36)
+ Me.RTBGlitModDommePost.Name = "RTBGlitModDommePost"
+ Me.RTBGlitModDommePost.Size = New System.Drawing.Size(326, 41)
+ Me.RTBGlitModDommePost.TabIndex = 162
+ Me.RTBGlitModDommePost.Text = ""
'
- Me.PictureBox10.BackColor = System.Drawing.Color.LightGray
- Me.PictureBox10.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
- Me.PictureBox10.Location = New System.Drawing.Point(9, 6)
- Me.PictureBox10.Name = "PictureBox10"
- Me.PictureBox10.Size = New System.Drawing.Size(160, 19)
- Me.PictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
- Me.PictureBox10.TabIndex = 151
- Me.PictureBox10.TabStop = False
+ 'Button26
'
- 'GroupBox5
+ Me.Button26.Location = New System.Drawing.Point(194, 239)
+ Me.Button26.Name = "Button26"
+ Me.Button26.Size = New System.Drawing.Size(120, 23)
+ Me.Button26.TabIndex = 174
+ Me.Button26.Text = "Clear Fields"
+ Me.Button26.UseVisualStyleBackColor = True
'
- Me.GroupBox5.Controls.Add(Me.CBTransparentTime)
- Me.GroupBox5.Controls.Add(Me.LBLDateTimeColor2)
- Me.GroupBox5.Controls.Add(Me.Label137)
- Me.GroupBox5.Controls.Add(Me.Label138)
- Me.GroupBox5.Controls.Add(Me.LBLDateBackColor2)
- Me.GroupBox5.Controls.Add(Me.LBLTextColor)
- Me.GroupBox5.Controls.Add(Me.LBLChatWindowColor2)
- Me.GroupBox5.Controls.Add(Me.LBLTextColor2)
- Me.GroupBox5.Controls.Add(Me.LBLChatTextColor)
- Me.GroupBox5.Controls.Add(Me.LBLBackColor2)
- Me.GroupBox5.Controls.Add(Me.LBLButtonColor)
- Me.GroupBox5.Controls.Add(Me.LBLChatWindowColor)
- Me.GroupBox5.Controls.Add(Me.LBLBackColor)
- Me.GroupBox5.Controls.Add(Me.LBLChatTextColor2)
- Me.GroupBox5.Controls.Add(Me.LBLButtonColor2)
- Me.GroupBox5.Location = New System.Drawing.Point(9, 31)
- Me.GroupBox5.Name = "GroupBox5"
- Me.GroupBox5.Size = New System.Drawing.Size(336, 294)
- Me.GroupBox5.TabIndex = 58
- Me.GroupBox5.TabStop = False
- Me.GroupBox5.Text = "UI Colors"
+ 'Label56
'
- 'CBTransparentTime
+ Me.Label56.Location = New System.Drawing.Point(350, 80)
+ Me.Label56.Name = "Label56"
+ Me.Label56.Size = New System.Drawing.Size(324, 23)
+ Me.Label56.TabIndex = 156
+ Me.Label56.Text = "Responses (Minimum 3)"
+ Me.Label56.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.CBTransparentTime.AutoSize = True
- Me.CBTransparentTime.Location = New System.Drawing.Point(7, 262)
- Me.CBTransparentTime.Name = "CBTransparentTime"
- Me.CBTransparentTime.Size = New System.Drawing.Size(179, 17)
- Me.CBTransparentTime.TabIndex = 23
- Me.CBTransparentTime.Text = "Transparent Date/Time Window"
- Me.CBTransparentTime.UseVisualStyleBackColor = True
+ 'RTBGlitModResponses
'
- 'LBLDateTimeColor2
+ Me.RTBGlitModResponses.Location = New System.Drawing.Point(350, 106)
+ Me.RTBGlitModResponses.Name = "RTBGlitModResponses"
+ Me.RTBGlitModResponses.Size = New System.Drawing.Size(326, 184)
+ Me.RTBGlitModResponses.TabIndex = 150
+ Me.RTBGlitModResponses.Text = ""
'
- Me.LBLDateTimeColor2.BackColor = Global.Tease_AI.My.MySettings.Default.DateTextColor
- Me.LBLDateTimeColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDateTimeColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "DateTextColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLDateTimeColor2.Location = New System.Drawing.Point(187, 190)
- Me.LBLDateTimeColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
- Me.LBLDateTimeColor2.Name = "LBLDateTimeColor2"
- Me.LBLDateTimeColor2.Size = New System.Drawing.Size(136, 28)
- Me.LBLDateTimeColor2.TabIndex = 19
+ 'LBGlitModScripts
'
- 'Label137
+ Me.LBGlitModScripts.FormattingEnabled = True
+ Me.LBGlitModScripts.Location = New System.Drawing.Point(27, 106)
+ Me.LBGlitModScripts.Name = "LBGlitModScripts"
+ Me.LBGlitModScripts.Size = New System.Drawing.Size(136, 186)
+ Me.LBGlitModScripts.TabIndex = 163
'
- Me.Label137.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Label137.Location = New System.Drawing.Point(6, 227)
- Me.Label137.Name = "Label137"
- Me.Label137.Size = New System.Drawing.Size(175, 20)
- Me.Label137.TabIndex = 20
- Me.Label137.Text = "Date/Time Window Color"
- Me.Label137.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'LBLGlitModScriptCount
'
- 'Label138
+ Me.LBLGlitModScriptCount.Location = New System.Drawing.Point(27, 80)
+ Me.LBLGlitModScriptCount.Name = "LBLGlitModScriptCount"
+ Me.LBLGlitModScriptCount.Size = New System.Drawing.Size(136, 23)
+ Me.LBLGlitModScriptCount.TabIndex = 173
+ Me.LBLGlitModScriptCount.Text = "0 Trivia Glitter Scripts Found"
+ Me.LBLGlitModScriptCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.Label138.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Label138.Location = New System.Drawing.Point(6, 193)
- Me.Label138.Name = "Label138"
- Me.Label138.Size = New System.Drawing.Size(175, 20)
- Me.Label138.TabIndex = 17
- Me.Label138.Text = "Date/Time Text Color"
- Me.Label138.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'LBLGlitModDomType
'
- 'LBLDateBackColor2
+ Me.LBLGlitModDomType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitModDomType.Location = New System.Drawing.Point(191, 103)
+ Me.LBLGlitModDomType.Name = "LBLGlitModDomType"
+ Me.LBLGlitModDomType.Size = New System.Drawing.Size(123, 23)
+ Me.LBLGlitModDomType.TabIndex = 155
+ Me.LBLGlitModDomType.Text = "Total Brat"
+ Me.LBLGlitModDomType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.LBLDateBackColor2.BackColor = Global.Tease_AI.My.MySettings.Default.DateBackColor
- Me.LBLDateBackColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDateBackColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "DateBackColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLDateBackColor2.Location = New System.Drawing.Point(187, 224)
- Me.LBLDateBackColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
- Me.LBLDateBackColor2.Name = "LBLDateBackColor2"
- Me.LBLDateBackColor2.Size = New System.Drawing.Size(136, 28)
- Me.LBLDateBackColor2.TabIndex = 22
+ 'Button29
'
- 'LBLTextColor
+ Me.Button29.Location = New System.Drawing.Point(194, 268)
+ Me.Button29.Name = "Button29"
+ Me.Button29.Size = New System.Drawing.Size(120, 23)
+ Me.Button29.TabIndex = 151
+ Me.Button29.Text = "Save Glitter File"
+ Me.Button29.UseVisualStyleBackColor = True
'
- Me.LBLTextColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLTextColor.Location = New System.Drawing.Point(6, 91)
- Me.LBLTextColor.Name = "LBLTextColor"
- Me.LBLTextColor.Size = New System.Drawing.Size(175, 20)
- Me.LBLTextColor.TabIndex = 7
- Me.LBLTextColor.Text = "Text Color"
- Me.LBLTextColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'CBGlitModType
'
- 'LBLChatWindowColor2
+ Me.CBGlitModType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.CBGlitModType.FormattingEnabled = True
+ Me.CBGlitModType.Items.AddRange(New Object() {"Tease", "Egotist", "Trivia", "Daily", "Custom 1", "Custom 2"})
+ Me.CBGlitModType.Location = New System.Drawing.Point(27, 35)
+ Me.CBGlitModType.Name = "CBGlitModType"
+ Me.CBGlitModType.Size = New System.Drawing.Size(136, 21)
+ Me.CBGlitModType.TabIndex = 171
'
- Me.LBLChatWindowColor2.BackColor = Global.Tease_AI.My.MySettings.Default.ChatWindowColor
- Me.LBLChatWindowColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLChatWindowColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "ChatWindowColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLChatWindowColor2.Location = New System.Drawing.Point(187, 122)
- Me.LBLChatWindowColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
- Me.LBLChatWindowColor2.Name = "LBLChatWindowColor2"
- Me.LBLChatWindowColor2.Size = New System.Drawing.Size(136, 28)
- Me.LBLChatWindowColor2.TabIndex = 12
+ 'Label59
'
- 'LBLTextColor2
+ Me.Label59.Location = New System.Drawing.Point(33, 11)
+ Me.Label59.Name = "Label59"
+ Me.Label59.Size = New System.Drawing.Size(130, 23)
+ Me.Label59.TabIndex = 172
+ Me.Label59.Text = "Glitter Post Type"
+ Me.Label59.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.LBLTextColor2.BackColor = Global.Tease_AI.My.MySettings.Default.TextColor
- Me.LBLTextColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLTextColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "TextColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLTextColor2.Location = New System.Drawing.Point(187, 88)
- Me.LBLTextColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
- Me.LBLTextColor2.Name = "LBLTextColor2"
- Me.LBLTextColor2.Size = New System.Drawing.Size(136, 28)
- Me.LBLTextColor2.TabIndex = 9
+ 'Label50
'
- 'LBLChatTextColor
+ Me.Label50.Location = New System.Drawing.Point(191, 80)
+ Me.Label50.Name = "Label50"
+ Me.Label50.Size = New System.Drawing.Size(123, 23)
+ Me.Label50.TabIndex = 154
+ Me.Label50.Text = "Current Domme Personality:"
+ Me.Label50.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.LBLChatTextColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLChatTextColor.Location = New System.Drawing.Point(6, 159)
- Me.LBLChatTextColor.Name = "LBLChatTextColor"
- Me.LBLChatTextColor.Size = New System.Drawing.Size(175, 20)
- Me.LBLChatTextColor.TabIndex = 14
- Me.LBLChatTextColor.Text = "Chat Text Color"
- Me.LBLChatTextColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'TabPage25
'
- 'LBLBackColor2
+ Me.TabPage25.BackColor = System.Drawing.Color.Silver
+ Me.TabPage25.Controls.Add(Me.Panel11)
+ Me.TabPage25.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage25.Name = "TabPage25"
+ Me.TabPage25.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage25.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage25.TabIndex = 18
+ Me.TabPage25.Text = "Misc"
'
- Me.LBLBackColor2.BackColor = Global.Tease_AI.My.MySettings.Default.BackgroundColor
- Me.LBLBackColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLBackColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "BackgroundColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLBackColor2.Location = New System.Drawing.Point(187, 20)
- Me.LBLBackColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
- Me.LBLBackColor2.Name = "LBLBackColor2"
- Me.LBLBackColor2.Size = New System.Drawing.Size(136, 28)
- Me.LBLBackColor2.TabIndex = 3
+ 'Panel11
'
- 'LBLButtonColor
+ Me.Panel11.BackColor = System.Drawing.Color.LightGray
+ Me.Panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel11.Controls.Add(Me.GroupBox62)
+ Me.Panel11.Controls.Add(Me.GroupBox33)
+ Me.Panel11.Controls.Add(Me.GroupBox8)
+ Me.Panel11.Controls.Add(Me.GroupBox27)
+ Me.Panel11.Controls.Add(Me.GroupBox20)
+ Me.Panel11.Controls.Add(Me.GroupBox15)
+ Me.Panel11.Controls.Add(Me.PictureBox9)
+ Me.Panel11.Controls.Add(Me.Label148)
+ Me.Panel11.Location = New System.Drawing.Point(6, 6)
+ Me.Panel11.Name = "Panel11"
+ Me.Panel11.Size = New System.Drawing.Size(708, 437)
+ Me.Panel11.TabIndex = 92
'
- Me.LBLButtonColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLButtonColor.Location = New System.Drawing.Point(6, 57)
- Me.LBLButtonColor.Name = "LBLButtonColor"
- Me.LBLButtonColor.Size = New System.Drawing.Size(175, 20)
- Me.LBLButtonColor.TabIndex = 4
- Me.LBLButtonColor.Text = "Button Color"
- Me.LBLButtonColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'GroupBox62
'
- 'LBLChatWindowColor
+ Me.GroupBox62.Controls.Add(Me.RBGerman)
+ Me.GroupBox62.Controls.Add(Me.RBEnglish)
+ Me.GroupBox62.Location = New System.Drawing.Point(420, 155)
+ Me.GroupBox62.Name = "GroupBox62"
+ Me.GroupBox62.Size = New System.Drawing.Size(277, 56)
+ Me.GroupBox62.TabIndex = 178
+ Me.GroupBox62.TabStop = False
+ Me.GroupBox62.Text = "Language"
'
- Me.LBLChatWindowColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLChatWindowColor.Location = New System.Drawing.Point(6, 125)
- Me.LBLChatWindowColor.Name = "LBLChatWindowColor"
- Me.LBLChatWindowColor.Size = New System.Drawing.Size(175, 20)
- Me.LBLChatWindowColor.TabIndex = 10
- Me.LBLChatWindowColor.Text = "Chat Window Color"
- Me.LBLChatWindowColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'RBGerman
'
- 'LBLBackColor
+ Me.RBGerman.AutoSize = True
+ Me.RBGerman.Location = New System.Drawing.Point(180, 20)
+ Me.RBGerman.Name = "RBGerman"
+ Me.RBGerman.Size = New System.Drawing.Size(65, 17)
+ Me.RBGerman.TabIndex = 1
+ Me.RBGerman.Text = "Deutsch"
+ Me.RBGerman.UseVisualStyleBackColor = True
'
- Me.LBLBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLBackColor.Location = New System.Drawing.Point(6, 23)
- Me.LBLBackColor.Name = "LBLBackColor"
- Me.LBLBackColor.Size = New System.Drawing.Size(175, 20)
- Me.LBLBackColor.TabIndex = 0
- Me.LBLBackColor.Text = "Background Color"
- Me.LBLBackColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'RBEnglish
'
- 'LBLChatTextColor2
+ Me.RBEnglish.AutoSize = True
+ Me.RBEnglish.Checked = True
+ Me.RBEnglish.Location = New System.Drawing.Point(36, 19)
+ Me.RBEnglish.Name = "RBEnglish"
+ Me.RBEnglish.Size = New System.Drawing.Size(59, 17)
+ Me.RBEnglish.TabIndex = 0
+ Me.RBEnglish.TabStop = True
+ Me.RBEnglish.Text = "English"
+ Me.RBEnglish.UseVisualStyleBackColor = True
'
- Me.LBLChatTextColor2.BackColor = Global.Tease_AI.My.MySettings.Default.ChatTextColor
- Me.LBLChatTextColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLChatTextColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "ChatTextColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLChatTextColor2.Location = New System.Drawing.Point(187, 156)
- Me.LBLChatTextColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
- Me.LBLChatTextColor2.Name = "LBLChatTextColor2"
- Me.LBLChatTextColor2.Size = New System.Drawing.Size(136, 28)
- Me.LBLChatTextColor2.TabIndex = 16
+ 'GroupBox33
'
- 'LBLButtonColor2
+ Me.GroupBox33.Controls.Add(Me.BTNOfflineMode)
+ Me.GroupBox33.Controls.Add(Me.LBLOfflineMode)
+ Me.GroupBox33.Controls.Add(Me.Label140)
+ Me.GroupBox33.Controls.Add(Me.Button11)
+ Me.GroupBox33.Controls.Add(Me.LBLChastityState)
+ Me.GroupBox33.Controls.Add(Me.Label120)
+ Me.GroupBox33.Location = New System.Drawing.Point(420, 321)
+ Me.GroupBox33.Name = "GroupBox33"
+ Me.GroupBox33.Size = New System.Drawing.Size(277, 106)
+ Me.GroupBox33.TabIndex = 177
+ Me.GroupBox33.TabStop = False
+ Me.GroupBox33.Text = "System States"
'
- Me.LBLButtonColor2.BackColor = Global.Tease_AI.My.MySettings.Default.ButtonColor
- Me.LBLButtonColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLButtonColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "ButtonColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.LBLButtonColor2.Location = New System.Drawing.Point(187, 54)
- Me.LBLButtonColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
- Me.LBLButtonColor2.Name = "LBLButtonColor2"
- Me.LBLButtonColor2.Size = New System.Drawing.Size(136, 28)
- Me.LBLButtonColor2.TabIndex = 6
+ 'BTNOfflineMode
'
- 'GroupBox11
+ Me.BTNOfflineMode.Location = New System.Drawing.Point(161, 70)
+ Me.BTNOfflineMode.Name = "BTNOfflineMode"
+ Me.BTNOfflineMode.Size = New System.Drawing.Size(99, 23)
+ Me.BTNOfflineMode.TabIndex = 180
+ Me.BTNOfflineMode.Text = "Toggle"
+ Me.BTNOfflineMode.UseVisualStyleBackColor = True
'
- Me.GroupBox11.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox11.Controls.Add(Me.Label144)
- Me.GroupBox11.ForeColor = System.Drawing.Color.Black
- Me.GroupBox11.Location = New System.Drawing.Point(7, 331)
- Me.GroupBox11.Name = "GroupBox11"
- Me.GroupBox11.Size = New System.Drawing.Size(692, 92)
- Me.GroupBox11.TabIndex = 65
- Me.GroupBox11.TabStop = False
- Me.GroupBox11.Text = "Description"
+ 'LBLOfflineMode
'
- 'Label144
+ Me.LBLOfflineMode.BackColor = System.Drawing.Color.LightGray
+ Me.LBLOfflineMode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLOfflineMode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLOfflineMode.ForeColor = System.Drawing.Color.Red
+ Me.LBLOfflineMode.Location = New System.Drawing.Point(120, 70)
+ Me.LBLOfflineMode.Name = "LBLOfflineMode"
+ Me.LBLOfflineMode.Size = New System.Drawing.Size(37, 23)
+ Me.LBLOfflineMode.TabIndex = 179
+ Me.LBLOfflineMode.Text = "OFF"
+ Me.LBLOfflineMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.Label144.BackColor = System.Drawing.Color.Transparent
- Me.Label144.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label144.ForeColor = System.Drawing.Color.Black
- Me.Label144.Location = New System.Drawing.Point(6, 16)
- Me.Label144.Name = "Label144"
- Me.Label144.Size = New System.Drawing.Size(680, 73)
- Me.Label144.TabIndex = 62
- Me.Label144.Text = "Use this page to create custom themes for Tease AI." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Themes can then be saved a" &
- "nd opened from txt files."
- Me.Label144.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'Label140
'
- 'GroupBox1
+ Me.Label140.BackColor = System.Drawing.Color.LightGray
+ Me.Label140.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.Label140.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label140.Location = New System.Drawing.Point(17, 70)
+ Me.Label140.Name = "Label140"
+ Me.Label140.Size = New System.Drawing.Size(98, 23)
+ Me.Label140.TabIndex = 178
+ Me.Label140.Text = "OFFLINE MODE"
+ Me.Label140.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.GroupBox1.Controls.Add(Me.CBFlipBack)
- Me.GroupBox1.Controls.Add(Me.PBBackgroundPreview)
- Me.GroupBox1.Controls.Add(Me.Button17)
- Me.GroupBox1.Controls.Add(Me.CBStretchBack)
- Me.GroupBox1.Controls.Add(Me.Button18)
- Me.GroupBox1.Location = New System.Drawing.Point(351, 30)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(348, 195)
- Me.GroupBox1.TabIndex = 57
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "Background"
+ 'Button11
'
- 'CBFlipBack
+ Me.Button11.Location = New System.Drawing.Point(161, 33)
+ Me.Button11.Name = "Button11"
+ Me.Button11.Size = New System.Drawing.Size(99, 23)
+ Me.Button11.TabIndex = 177
+ Me.Button11.Text = "Toggle"
+ Me.Button11.UseVisualStyleBackColor = True
'
- Me.CBFlipBack.Enabled = False
- Me.CBFlipBack.Location = New System.Drawing.Point(6, 153)
- Me.CBFlipBack.Name = "CBFlipBack"
- Me.CBFlipBack.Size = New System.Drawing.Size(86, 41)
- Me.CBFlipBack.TabIndex = 4
- Me.CBFlipBack.Text = "Flip Background"
- Me.CBFlipBack.UseVisualStyleBackColor = True
+ 'LBLChastityState
'
- 'PBBackgroundPreview
+ Me.LBLChastityState.BackColor = System.Drawing.Color.LightGray
+ Me.LBLChastityState.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLChastityState.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLChastityState.ForeColor = System.Drawing.Color.Red
+ Me.LBLChastityState.Location = New System.Drawing.Point(120, 33)
+ Me.LBLChastityState.Name = "LBLChastityState"
+ Me.LBLChastityState.Size = New System.Drawing.Size(37, 23)
+ Me.LBLChastityState.TabIndex = 3
+ Me.LBLChastityState.Text = "OFF"
+ Me.LBLChastityState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.PBBackgroundPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PBBackgroundPreview.Location = New System.Drawing.Point(6, 19)
- Me.PBBackgroundPreview.Name = "PBBackgroundPreview"
- Me.PBBackgroundPreview.Size = New System.Drawing.Size(202, 133)
- Me.PBBackgroundPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PBBackgroundPreview.TabIndex = 0
- Me.PBBackgroundPreview.TabStop = False
+ 'Label120
'
- 'Button17
+ Me.Label120.BackColor = System.Drawing.Color.LightGray
+ Me.Label120.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.Label120.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label120.Location = New System.Drawing.Point(17, 33)
+ Me.Label120.Name = "Label120"
+ Me.Label120.Size = New System.Drawing.Size(98, 23)
+ Me.Label120.TabIndex = 2
+ Me.Label120.Text = "CHASTITY"
+ Me.Label120.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- Me.Button17.BackColor = System.Drawing.Color.Transparent
- Me.Button17.BackgroundImage = Global.Tease_AI.My.Resources.Resources.Background_Load
- Me.Button17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Button17.Location = New System.Drawing.Point(228, 36)
- Me.Button17.Name = "Button17"
- Me.Button17.Size = New System.Drawing.Size(103, 93)
- Me.Button17.TabIndex = 1
- Me.Button17.UseVisualStyleBackColor = False
+ 'GroupBox8
+ '
+ Me.GroupBox8.Controls.Add(Me.CbxWarningsToChat)
+ Me.GroupBox8.Controls.Add(Me.CBOutputErrors)
+ Me.GroupBox8.Location = New System.Drawing.Point(420, 214)
+ Me.GroupBox8.Name = "GroupBox8"
+ Me.GroupBox8.Size = New System.Drawing.Size(279, 63)
+ Me.GroupBox8.TabIndex = 179
+ Me.GroupBox8.TabStop = False
+ Me.GroupBox8.Text = "System Information"
+ '
+ 'CBOutputErrors
+ '
+ Me.CBOutputErrors.AutoSize = True
+ Me.CBOutputErrors.Checked = True
+ Me.CBOutputErrors.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBOutputErrors.ForeColor = System.Drawing.Color.Black
+ Me.CBOutputErrors.Location = New System.Drawing.Point(17, 19)
+ Me.CBOutputErrors.Name = "CBOutputErrors"
+ Me.CBOutputErrors.Size = New System.Drawing.Size(213, 17)
+ Me.CBOutputErrors.TabIndex = 29
+ Me.CBOutputErrors.TabStop = False
+ Me.CBOutputErrors.Text = "Output Error Messages to Chat Window"
+ Me.CBOutputErrors.UseVisualStyleBackColor = True
'
- 'CBStretchBack
+ 'GroupBox27
'
- Me.CBStretchBack.Checked = True
- Me.CBStretchBack.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CBStretchBack.Location = New System.Drawing.Point(122, 153)
- Me.CBStretchBack.Name = "CBStretchBack"
- Me.CBStretchBack.Size = New System.Drawing.Size(86, 41)
- Me.CBStretchBack.TabIndex = 2
- Me.CBStretchBack.Text = "Stretch Background"
- Me.CBStretchBack.UseVisualStyleBackColor = True
+ Me.GroupBox27.Controls.Add(Me.Button6)
+ Me.GroupBox27.Controls.Add(Me.LBLSesSpace)
+ Me.GroupBox27.Controls.Add(Me.Button3)
+ Me.GroupBox27.Controls.Add(Me.LBLSesFiles)
+ Me.GroupBox27.Controls.Add(Me.Label125)
+ Me.GroupBox27.Controls.Add(Me.Label124)
+ Me.GroupBox27.Location = New System.Drawing.Point(420, 32)
+ Me.GroupBox27.Name = "GroupBox27"
+ Me.GroupBox27.Size = New System.Drawing.Size(279, 117)
+ Me.GroupBox27.TabIndex = 176
+ Me.GroupBox27.TabStop = False
+ Me.GroupBox27.Text = "Session Images"
'
- 'Button18
+ 'Button6
'
- Me.Button18.Location = New System.Drawing.Point(228, 155)
- Me.Button18.Name = "Button18"
- Me.Button18.Size = New System.Drawing.Size(103, 31)
- Me.Button18.TabIndex = 3
- Me.Button18.Text = "Clear"
- Me.Button18.UseVisualStyleBackColor = True
+ Me.Button6.Location = New System.Drawing.Point(143, 76)
+ Me.Button6.Name = "Button6"
+ Me.Button6.Size = New System.Drawing.Size(117, 23)
+ Me.Button6.TabIndex = 176
+ Me.Button6.Text = "Delete All Files"
+ Me.Button6.UseVisualStyleBackColor = True
'
- 'Label164
+ 'LBLSesSpace
'
- Me.Label164.BackColor = System.Drawing.Color.Transparent
- Me.Label164.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label164.ForeColor = System.Drawing.Color.Black
- Me.Label164.Location = New System.Drawing.Point(7, 6)
- Me.Label164.Name = "Label164"
- Me.Label164.Size = New System.Drawing.Size(692, 21)
- Me.Label164.TabIndex = 49
- Me.Label164.Text = "Theme Settings"
- Me.Label164.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.LBLSesSpace.Location = New System.Drawing.Point(149, 53)
+ Me.LBLSesSpace.Name = "LBLSesSpace"
+ Me.LBLSesSpace.Size = New System.Drawing.Size(124, 13)
+ Me.LBLSesSpace.TabIndex = 3
'
- 'TabPage4
+ 'Button3
'
- Me.TabPage4.BackColor = System.Drawing.Color.Silver
- Me.TabPage4.Controls.Add(Me.Panel6)
- Me.TabPage4.Location = New System.Drawing.Point(4, 22)
- Me.TabPage4.Name = "TabPage4"
- Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage4.Size = New System.Drawing.Size(720, 448)
- Me.TabPage4.TabIndex = 3
- Me.TabPage4.Text = "Ranges"
+ Me.Button3.Location = New System.Drawing.Point(20, 76)
+ Me.Button3.Name = "Button3"
+ Me.Button3.Size = New System.Drawing.Size(117, 23)
+ Me.Button3.TabIndex = 175
+ Me.Button3.Text = "Open Folder"
+ Me.Button3.UseVisualStyleBackColor = True
'
- 'Panel6
+ 'LBLSesFiles
'
- Me.Panel6.BackColor = System.Drawing.Color.LightGray
- Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel6.Controls.Add(Me.GroupBox69)
- Me.Panel6.Controls.Add(Me.GroupBox68)
- Me.Panel6.Controls.Add(Me.GroupBox67)
- Me.Panel6.Controls.Add(Me.GroupBox10)
- Me.Panel6.Controls.Add(Me.GroupBox57)
- Me.Panel6.Controls.Add(Me.GBRangeRuinChance)
- Me.Panel6.Controls.Add(Me.GroupBox17)
- Me.Panel6.Controls.Add(Me.GBRangeOrgasmChance)
- Me.Panel6.Controls.Add(Me.PictureBox8)
- Me.Panel6.Controls.Add(Me.Label38)
- Me.Panel6.Location = New System.Drawing.Point(6, 6)
- Me.Panel6.Name = "Panel6"
- Me.Panel6.Size = New System.Drawing.Size(708, 437)
- Me.Panel6.TabIndex = 91
+ Me.LBLSesFiles.Location = New System.Drawing.Point(149, 24)
+ Me.LBLSesFiles.Name = "LBLSesFiles"
+ Me.LBLSesFiles.Size = New System.Drawing.Size(124, 13)
+ Me.LBLSesFiles.TabIndex = 2
'
- 'GroupBox69
+ 'Label125
'
- Me.GroupBox69.Controls.Add(Me.TypesSpeedVal)
- Me.GroupBox69.Controls.Add(Me.TypeSpeedLabel)
- Me.GroupBox69.Controls.Add(Me.TimedWriting)
- Me.GroupBox69.Controls.Add(Me.TypeSpeedSlider)
- Me.GroupBox69.Location = New System.Drawing.Point(236, 344)
- Me.GroupBox69.Name = "GroupBox69"
- Me.GroupBox69.Size = New System.Drawing.Size(166, 83)
- Me.GroupBox69.TabIndex = 173
- Me.GroupBox69.TabStop = False
- Me.GroupBox69.Text = "Writing Tasks"
+ Me.Label125.AutoSize = True
+ Me.Label125.Location = New System.Drawing.Point(17, 53)
+ Me.Label125.Name = "Label125"
+ Me.Label125.Size = New System.Drawing.Size(120, 13)
+ Me.Label125.TabIndex = 1
+ Me.Label125.Text = "Total Disk Space Used:"
'
- 'TypesSpeedVal
+ 'Label124
'
- Me.TypesSpeedVal.AutoSize = True
- Me.TypesSpeedVal.Location = New System.Drawing.Point(132, 64)
- Me.TypesSpeedVal.Name = "TypesSpeedVal"
- Me.TypesSpeedVal.Size = New System.Drawing.Size(19, 13)
- Me.TypesSpeedVal.TabIndex = 0
- Me.TypesSpeedVal.Text = "10"
- Me.TypesSpeedVal.TextAlign = System.Drawing.ContentAlignment.TopRight
+ Me.Label124.AutoSize = True
+ Me.Label124.Location = New System.Drawing.Point(17, 24)
+ Me.Label124.Name = "Label124"
+ Me.Label124.Size = New System.Drawing.Size(126, 13)
+ Me.Label124.TabIndex = 0
+ Me.Label124.Text = "Number of Files in Folder:"
'
- 'TypeSpeedLabel
+ 'GroupBox20
'
- Me.TypeSpeedLabel.AutoSize = True
- Me.TypeSpeedLabel.Location = New System.Drawing.Point(6, 64)
- Me.TypeSpeedLabel.Name = "TypeSpeedLabel"
- Me.TypeSpeedLabel.Size = New System.Drawing.Size(76, 13)
- Me.TypeSpeedLabel.TabIndex = 2
- Me.TypeSpeedLabel.Text = "Typing Speed:"
+ Me.GroupBox20.Controls.Add(Me.BTNURLFileReplace)
+ Me.GroupBox20.Controls.Add(Me.Label87)
+ Me.GroupBox20.Controls.Add(Me.TBURLFileWith)
+ Me.GroupBox20.Controls.Add(Me.Label118)
+ Me.GroupBox20.Controls.Add(Me.Label85)
+ Me.GroupBox20.Controls.Add(Me.TBURLFileReplace)
+ Me.GroupBox20.Controls.Add(Me.Label53)
+ Me.GroupBox20.Controls.Add(Me.Label8)
+ Me.GroupBox20.Controls.Add(Me.Button1)
+ Me.GroupBox20.Controls.Add(Me.BTNMaintenanceScripts)
+ Me.GroupBox20.Controls.Add(Me.BTNMaintenanceRefresh)
+ Me.GroupBox20.Controls.Add(Me.Label117)
+ Me.GroupBox20.Controls.Add(Me.Label116)
+ Me.GroupBox20.Controls.Add(Me.PBCurrent)
+ Me.GroupBox20.Controls.Add(Me.BTNMaintenanceCancel)
+ Me.GroupBox20.Controls.Add(Me.PBMaintenance)
+ Me.GroupBox20.Controls.Add(Me.LBLMaintenance)
+ Me.GroupBox20.Controls.Add(Me.BTNMaintenanceRebuild)
+ Me.GroupBox20.Location = New System.Drawing.Point(6, 32)
+ Me.GroupBox20.Name = "GroupBox20"
+ Me.GroupBox20.Size = New System.Drawing.Size(408, 283)
+ Me.GroupBox20.TabIndex = 174
+ Me.GroupBox20.TabStop = False
+ Me.GroupBox20.Text = "Maintenance"
'
- 'TimedWriting
+ 'BTNURLFileReplace
'
- Me.TimedWriting.AutoSize = True
- Me.TimedWriting.Checked = Global.Tease_AI.My.MySettings.Default.TimedWriting
- Me.TimedWriting.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "TimedWriting", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TimedWriting.Location = New System.Drawing.Point(9, 19)
- Me.TimedWriting.Name = "TimedWriting"
- Me.TimedWriting.Size = New System.Drawing.Size(123, 17)
- Me.TimedWriting.TabIndex = 1
- Me.TimedWriting.Text = "Timed Writing Tasks"
- Me.TimedWriting.UseVisualStyleBackColor = True
+ Me.BTNURLFileReplace.Location = New System.Drawing.Point(270, 249)
+ Me.BTNURLFileReplace.Name = "BTNURLFileReplace"
+ Me.BTNURLFileReplace.Size = New System.Drawing.Size(121, 23)
+ Me.BTNURLFileReplace.TabIndex = 184
+ Me.BTNURLFileReplace.Text = "Replace"
+ Me.BTNURLFileReplace.UseVisualStyleBackColor = True
'
- 'TypeSpeedSlider
+ 'Label87
'
- Me.TypeSpeedSlider.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TypeSpeed", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.TypeSpeedSlider.Location = New System.Drawing.Point(9, 35)
- Me.TypeSpeedSlider.Maximum = 100
- Me.TypeSpeedSlider.Minimum = 33
- Me.TypeSpeedSlider.Name = "TypeSpeedSlider"
- Me.TypeSpeedSlider.Size = New System.Drawing.Size(148, 45)
- Me.TypeSpeedSlider.TabIndex = 3
- Me.TypeSpeedSlider.Value = Global.Tease_AI.My.MySettings.Default.TypeSpeed
+ Me.Label87.AutoSize = True
+ Me.Label87.Location = New System.Drawing.Point(206, 254)
+ Me.Label87.Name = "Label87"
+ Me.Label87.Size = New System.Drawing.Size(38, 13)
+ Me.Label87.TabIndex = 183
+ Me.Label87.Text = ".media"
'
- 'GroupBox68
+ 'TBURLFileWith
'
- Me.GroupBox68.Controls.Add(Me.NBTasksMax)
- Me.GroupBox68.Controls.Add(Me.NBTasksMin)
- Me.GroupBox68.Controls.Add(Me.Label165)
- Me.GroupBox68.Controls.Add(Me.Label166)
- Me.GroupBox68.Location = New System.Drawing.Point(236, 287)
- Me.GroupBox68.Name = "GroupBox68"
- Me.GroupBox68.Size = New System.Drawing.Size(166, 51)
- Me.GroupBox68.TabIndex = 172
- Me.GroupBox68.TabStop = False
- Me.GroupBox68.Text = "Session Tasks"
+ Me.TBURLFileWith.Location = New System.Drawing.Point(177, 251)
+ Me.TBURLFileWith.Name = "TBURLFileWith"
+ Me.TBURLFileWith.Size = New System.Drawing.Size(30, 20)
+ Me.TBURLFileWith.TabIndex = 182
'
- 'NBTasksMax
+ 'Label118
'
- Me.NBTasksMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TasksMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTasksMax.Location = New System.Drawing.Point(113, 20)
- Me.NBTasksMax.Maximum = New Decimal(New Integer() {500, 0, 0, 0})
- Me.NBTasksMax.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
- Me.NBTasksMax.Name = "NBTasksMax"
- Me.NBTasksMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTasksMax.TabIndex = 187
- Me.NBTasksMax.Value = New Decimal(New Integer() {6, 0, 0, 0})
+ Me.Label118.AutoSize = True
+ Me.Label118.Location = New System.Drawing.Point(142, 254)
+ Me.Label118.Name = "Label118"
+ Me.Label118.Size = New System.Drawing.Size(29, 13)
+ Me.Label118.TabIndex = 181
+ Me.Label118.Text = "With"
'
- 'NBTasksMin
+ 'Label85
'
- Me.NBTasksMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TasksMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTasksMin.Location = New System.Drawing.Point(54, 21)
- Me.NBTasksMin.Minimum = New Decimal(New Integer() {3, 0, 0, 0})
- Me.NBTasksMin.Name = "NBTasksMin"
- Me.NBTasksMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTasksMin.TabIndex = 186
- Me.NBTasksMin.Value = New Decimal(New Integer() {3, 0, 0, 0})
+ Me.Label85.AutoSize = True
+ Me.Label85.Location = New System.Drawing.Point(98, 254)
+ Me.Label85.Name = "Label85"
+ Me.Label85.Size = New System.Drawing.Size(38, 13)
+ Me.Label85.TabIndex = 180
+ Me.Label85.Text = ".media"
'
- 'Label165
+ 'TBURLFileReplace
'
- Me.Label165.BackColor = System.Drawing.Color.Transparent
- Me.Label165.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label165.ForeColor = System.Drawing.Color.Black
- Me.Label165.Location = New System.Drawing.Point(100, 20)
- Me.Label165.Name = "Label165"
- Me.Label165.Size = New System.Drawing.Size(10, 17)
- Me.Label165.TabIndex = 185
- Me.Label165.Text = "-"
- Me.Label165.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TBURLFileReplace.Location = New System.Drawing.Point(69, 251)
+ Me.TBURLFileReplace.Name = "TBURLFileReplace"
+ Me.TBURLFileReplace.Size = New System.Drawing.Size(30, 20)
+ Me.TBURLFileReplace.TabIndex = 179
'
- 'Label166
+ 'Label53
'
- Me.Label166.BackColor = System.Drawing.Color.Transparent
- Me.Label166.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label166.ForeColor = System.Drawing.Color.Black
- Me.Label166.Location = New System.Drawing.Point(6, 21)
- Me.Label166.Name = "Label166"
- Me.Label166.Size = New System.Drawing.Size(49, 17)
- Me.Label166.TabIndex = 188
- Me.Label166.Text = "Amount:"
- Me.Label166.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label53.AutoSize = True
+ Me.Label53.Location = New System.Drawing.Point(16, 254)
+ Me.Label53.Name = "Label53"
+ Me.Label53.Size = New System.Drawing.Size(47, 13)
+ Me.Label53.TabIndex = 178
+ Me.Label53.Text = "Replace"
'
- 'GroupBox67
+ 'Label8
'
- Me.GroupBox67.Controls.Add(Me.Label161)
- Me.GroupBox67.Controls.Add(Me.NBTaskCBTTimeMax)
- Me.GroupBox67.Controls.Add(Me.NBTaskCBTTimeMin)
- Me.GroupBox67.Controls.Add(Me.Label162)
- Me.GroupBox67.Controls.Add(Me.Label163)
- Me.GroupBox67.Controls.Add(Me.Label158)
- Me.GroupBox67.Controls.Add(Me.NBTaskEdgeHoldTimeMax)
- Me.GroupBox67.Controls.Add(Me.NBTaskEdgeHoldTimeMin)
- Me.GroupBox67.Controls.Add(Me.Label159)
- Me.GroupBox67.Controls.Add(Me.Label160)
- Me.GroupBox67.Controls.Add(Me.NBTaskEdgesMax)
- Me.GroupBox67.Controls.Add(Me.NBTaskEdgesMin)
- Me.GroupBox67.Controls.Add(Me.Label119)
- Me.GroupBox67.Controls.Add(Me.Label157)
- Me.GroupBox67.Controls.Add(Me.Label151)
- Me.GroupBox67.Controls.Add(Me.NBTaskStrokingTimeMax)
- Me.GroupBox67.Controls.Add(Me.NBTaskStrokingTimeMin)
- Me.GroupBox67.Controls.Add(Me.Label154)
- Me.GroupBox67.Controls.Add(Me.Label155)
- Me.GroupBox67.Controls.Add(Me.NBTaskStrokesMax)
- Me.GroupBox67.Controls.Add(Me.NBTaskStrokesMin)
- Me.GroupBox67.Controls.Add(Me.Label146)
- Me.GroupBox67.Controls.Add(Me.Label149)
- Me.GroupBox67.Location = New System.Drawing.Point(408, 288)
- Me.GroupBox67.Name = "GroupBox67"
- Me.GroupBox67.Size = New System.Drawing.Size(291, 139)
- Me.GroupBox67.TabIndex = 171
- Me.GroupBox67.TabStop = False
- Me.GroupBox67.Text = "Letter Tasks"
+ Me.Label8.AutoSize = True
+ Me.Label8.Location = New System.Drawing.Point(16, 232)
+ Me.Label8.Name = "Label8"
+ Me.Label8.Size = New System.Drawing.Size(130, 13)
+ Me.Label8.TabIndex = 177
+ Me.Label8.Text = "Change URL File Servers "
'
- 'Label161
+ 'Button1
'
- Me.Label161.BackColor = System.Drawing.Color.Transparent
- Me.Label161.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label161.ForeColor = System.Drawing.Color.Black
- Me.Label161.Location = New System.Drawing.Point(233, 110)
- Me.Label161.Name = "Label161"
- Me.Label161.Size = New System.Drawing.Size(50, 17)
- Me.Label161.TabIndex = 204
- Me.Label161.Text = "minutes"
- Me.Label161.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Button1.Enabled = False
+ Me.Button1.Location = New System.Drawing.Point(270, 19)
+ Me.Button1.Name = "Button1"
+ Me.Button1.Size = New System.Drawing.Size(121, 23)
+ Me.Button1.TabIndex = 176
+ Me.Button1.Text = "Reset Settings"
+ Me.Button1.UseVisualStyleBackColor = True
'
- 'NBTaskCBTTimeMax
+ 'BTNMaintenanceScripts
'
- Me.NBTaskCBTTimeMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskCBTTimeMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskCBTTimeMax.Location = New System.Drawing.Point(183, 110)
- Me.NBTaskCBTTimeMax.Maximum = New Decimal(New Integer() {600, 0, 0, 0})
- Me.NBTaskCBTTimeMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskCBTTimeMax.Name = "NBTaskCBTTimeMax"
- Me.NBTaskCBTTimeMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskCBTTimeMax.TabIndex = 203
- Me.NBTaskCBTTimeMax.Value = Global.Tease_AI.My.MySettings.Default.TaskCBTTimeMax
+ Me.BTNMaintenanceScripts.Location = New System.Drawing.Point(142, 19)
+ Me.BTNMaintenanceScripts.Name = "BTNMaintenanceScripts"
+ Me.BTNMaintenanceScripts.Size = New System.Drawing.Size(121, 23)
+ Me.BTNMaintenanceScripts.TabIndex = 175
+ Me.BTNMaintenanceScripts.Text = "Audit Scripts"
+ Me.BTNMaintenanceScripts.UseVisualStyleBackColor = True
'
- 'NBTaskCBTTimeMin
+ 'BTNMaintenanceRefresh
'
- Me.NBTaskCBTTimeMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskCBTTimeMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskCBTTimeMin.Location = New System.Drawing.Point(117, 111)
- Me.NBTaskCBTTimeMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
- Me.NBTaskCBTTimeMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskCBTTimeMin.Name = "NBTaskCBTTimeMin"
- Me.NBTaskCBTTimeMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskCBTTimeMin.TabIndex = 202
- Me.NBTaskCBTTimeMin.Value = Global.Tease_AI.My.MySettings.Default.TaskCBTTimeMin
+ Me.BTNMaintenanceRefresh.Location = New System.Drawing.Point(15, 19)
+ Me.BTNMaintenanceRefresh.Name = "BTNMaintenanceRefresh"
+ Me.BTNMaintenanceRefresh.Size = New System.Drawing.Size(121, 23)
+ Me.BTNMaintenanceRefresh.TabIndex = 7
+ Me.BTNMaintenanceRefresh.Text = "Refresh URL Files"
+ Me.BTNMaintenanceRefresh.UseVisualStyleBackColor = True
'
- 'Label162
+ 'Label117
'
- Me.Label162.BackColor = System.Drawing.Color.Transparent
- Me.Label162.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label162.ForeColor = System.Drawing.Color.Black
- Me.Label162.Location = New System.Drawing.Point(167, 110)
- Me.Label162.Name = "Label162"
- Me.Label162.Size = New System.Drawing.Size(10, 17)
- Me.Label162.TabIndex = 201
- Me.Label162.Text = "-"
- Me.Label162.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label117.AutoSize = True
+ Me.Label117.Location = New System.Drawing.Point(15, 182)
+ Me.Label117.Name = "Label117"
+ Me.Label117.Size = New System.Drawing.Size(84, 13)
+ Me.Label117.TabIndex = 6
+ Me.Label117.Text = "Overall Progress"
'
- 'Label163
+ 'Label116
'
- Me.Label163.BackColor = System.Drawing.Color.Transparent
- Me.Label163.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label163.ForeColor = System.Drawing.Color.Black
- Me.Label163.Location = New System.Drawing.Point(12, 111)
- Me.Label163.Name = "Label163"
- Me.Label163.Size = New System.Drawing.Size(151, 17)
- Me.Label163.TabIndex = 200
- Me.Label163.Text = "CBT Time:"
- Me.Label163.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label116.AutoSize = True
+ Me.Label116.Location = New System.Drawing.Point(15, 140)
+ Me.Label116.Name = "Label116"
+ Me.Label116.Size = New System.Drawing.Size(85, 13)
+ Me.Label116.TabIndex = 5
+ Me.Label116.Text = "Current Progress"
'
- 'Label158
+ 'PBCurrent
'
- Me.Label158.BackColor = System.Drawing.Color.Transparent
- Me.Label158.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label158.ForeColor = System.Drawing.Color.Black
- Me.Label158.Location = New System.Drawing.Point(233, 87)
- Me.Label158.Name = "Label158"
- Me.Label158.Size = New System.Drawing.Size(50, 17)
- Me.Label158.TabIndex = 199
- Me.Label158.Text = "minutes"
- Me.Label158.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.PBCurrent.Location = New System.Drawing.Point(15, 156)
+ Me.PBCurrent.Name = "PBCurrent"
+ Me.PBCurrent.Size = New System.Drawing.Size(376, 23)
+ Me.PBCurrent.TabIndex = 4
'
- 'NBTaskEdgeHoldTimeMax
+ 'BTNMaintenanceCancel
'
- Me.NBTaskEdgeHoldTimeMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgeHoldTimeMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskEdgeHoldTimeMax.Location = New System.Drawing.Point(183, 87)
- Me.NBTaskEdgeHoldTimeMax.Maximum = New Decimal(New Integer() {600, 0, 0, 0})
- Me.NBTaskEdgeHoldTimeMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskEdgeHoldTimeMax.Name = "NBTaskEdgeHoldTimeMax"
- Me.NBTaskEdgeHoldTimeMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskEdgeHoldTimeMax.TabIndex = 198
- Me.NBTaskEdgeHoldTimeMax.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgeHoldTimeMax
+ Me.BTNMaintenanceCancel.Enabled = False
+ Me.BTNMaintenanceCancel.Location = New System.Drawing.Point(270, 48)
+ Me.BTNMaintenanceCancel.Name = "BTNMaintenanceCancel"
+ Me.BTNMaintenanceCancel.Size = New System.Drawing.Size(121, 23)
+ Me.BTNMaintenanceCancel.TabIndex = 3
+ Me.BTNMaintenanceCancel.Text = "Cancel"
+ Me.BTNMaintenanceCancel.UseVisualStyleBackColor = True
'
- 'NBTaskEdgeHoldTimeMin
+ 'PBMaintenance
'
- Me.NBTaskEdgeHoldTimeMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgeHoldTimeMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskEdgeHoldTimeMin.Location = New System.Drawing.Point(117, 88)
- Me.NBTaskEdgeHoldTimeMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
- Me.NBTaskEdgeHoldTimeMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskEdgeHoldTimeMin.Name = "NBTaskEdgeHoldTimeMin"
- Me.NBTaskEdgeHoldTimeMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskEdgeHoldTimeMin.TabIndex = 197
- Me.NBTaskEdgeHoldTimeMin.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgeHoldTimeMin
+ Me.PBMaintenance.Location = New System.Drawing.Point(15, 197)
+ Me.PBMaintenance.Name = "PBMaintenance"
+ Me.PBMaintenance.Size = New System.Drawing.Size(376, 23)
+ Me.PBMaintenance.TabIndex = 2
'
- 'Label159
+ 'LBLMaintenance
'
- Me.Label159.BackColor = System.Drawing.Color.Transparent
- Me.Label159.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label159.ForeColor = System.Drawing.Color.Black
- Me.Label159.Location = New System.Drawing.Point(167, 87)
- Me.Label159.Name = "Label159"
- Me.Label159.Size = New System.Drawing.Size(10, 17)
- Me.Label159.TabIndex = 196
- Me.Label159.Text = "-"
- Me.Label159.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLMaintenance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLMaintenance.Location = New System.Drawing.Point(15, 76)
+ Me.LBLMaintenance.Name = "LBLMaintenance"
+ Me.LBLMaintenance.Size = New System.Drawing.Size(376, 61)
+ Me.LBLMaintenance.TabIndex = 1
+ Me.LBLMaintenance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label160
+ 'BTNMaintenanceRebuild
'
- Me.Label160.BackColor = System.Drawing.Color.Transparent
- Me.Label160.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label160.ForeColor = System.Drawing.Color.Black
- Me.Label160.Location = New System.Drawing.Point(12, 88)
- Me.Label160.Name = "Label160"
- Me.Label160.Size = New System.Drawing.Size(151, 17)
- Me.Label160.TabIndex = 195
- Me.Label160.Text = "Edge Hold Time:"
- Me.Label160.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.BTNMaintenanceRebuild.Location = New System.Drawing.Point(15, 48)
+ Me.BTNMaintenanceRebuild.Name = "BTNMaintenanceRebuild"
+ Me.BTNMaintenanceRebuild.Size = New System.Drawing.Size(121, 23)
+ Me.BTNMaintenanceRebuild.TabIndex = 0
+ Me.BTNMaintenanceRebuild.Text = "Rebuild URL Files"
+ Me.BTNMaintenanceRebuild.UseVisualStyleBackColor = True
'
- 'NBTaskEdgesMax
+ 'GroupBox15
'
- Me.NBTaskEdgesMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgesMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskEdgesMax.Location = New System.Drawing.Point(183, 64)
- Me.NBTaskEdgesMax.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
- Me.NBTaskEdgesMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskEdgesMax.Name = "NBTaskEdgesMax"
- Me.NBTaskEdgesMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskEdgesMax.TabIndex = 194
- Me.NBTaskEdgesMax.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgesMax
+ Me.GroupBox15.Controls.Add(Me.Label115)
+ Me.GroupBox15.Controls.Add(Me.TBWebStop)
+ Me.GroupBox15.Controls.Add(Me.TBWebStart)
+ Me.GroupBox15.Controls.Add(Me.Label114)
+ Me.GroupBox15.Controls.Add(Me.WebToy)
+ Me.GroupBox15.Location = New System.Drawing.Point(6, 321)
+ Me.GroupBox15.Name = "GroupBox15"
+ Me.GroupBox15.Size = New System.Drawing.Size(408, 106)
+ Me.GroupBox15.TabIndex = 173
+ Me.GroupBox15.TabStop = False
+ Me.GroupBox15.Text = "Web-Controlled Sex Toy"
'
- 'NBTaskEdgesMin
+ 'Label115
'
- Me.NBTaskEdgesMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgesMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskEdgesMin.Location = New System.Drawing.Point(117, 65)
- Me.NBTaskEdgesMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
- Me.NBTaskEdgesMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskEdgesMin.Name = "NBTaskEdgesMin"
- Me.NBTaskEdgesMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskEdgesMin.TabIndex = 193
- Me.NBTaskEdgesMin.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgesMin
+ Me.Label115.AutoSize = True
+ Me.Label115.Location = New System.Drawing.Point(12, 58)
+ Me.Label115.Name = "Label115"
+ Me.Label115.Size = New System.Drawing.Size(54, 13)
+ Me.Label115.TabIndex = 171
+ Me.Label115.Text = "Stop URL"
'
- 'Label119
+ 'TBWebStop
'
- Me.Label119.BackColor = System.Drawing.Color.Transparent
- Me.Label119.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label119.ForeColor = System.Drawing.Color.Black
- Me.Label119.Location = New System.Drawing.Point(167, 64)
- Me.Label119.Name = "Label119"
- Me.Label119.Size = New System.Drawing.Size(10, 17)
- Me.Label119.TabIndex = 192
- Me.Label119.Text = "-"
- Me.Label119.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TBWebStop.Location = New System.Drawing.Point(10, 72)
+ Me.TBWebStop.Name = "TBWebStop"
+ Me.TBWebStop.Size = New System.Drawing.Size(330, 20)
+ Me.TBWebStop.TabIndex = 170
'
- 'Label157
+ 'TBWebStart
'
- Me.Label157.BackColor = System.Drawing.Color.Transparent
- Me.Label157.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label157.ForeColor = System.Drawing.Color.Black
- Me.Label157.Location = New System.Drawing.Point(12, 65)
- Me.Label157.Name = "Label157"
- Me.Label157.Size = New System.Drawing.Size(151, 17)
- Me.Label157.TabIndex = 191
- Me.Label157.Text = "Edges:"
- Me.Label157.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TBWebStart.Location = New System.Drawing.Point(10, 33)
+ Me.TBWebStart.Name = "TBWebStart"
+ Me.TBWebStart.Size = New System.Drawing.Size(330, 20)
+ Me.TBWebStart.TabIndex = 167
'
- 'Label151
+ 'Label114
'
- Me.Label151.BackColor = System.Drawing.Color.Transparent
- Me.Label151.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label151.ForeColor = System.Drawing.Color.Black
- Me.Label151.Location = New System.Drawing.Point(233, 41)
- Me.Label151.Name = "Label151"
- Me.Label151.Size = New System.Drawing.Size(50, 17)
- Me.Label151.TabIndex = 190
- Me.Label151.Text = "minutes"
- Me.Label151.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label114.AutoSize = True
+ Me.Label114.Location = New System.Drawing.Point(12, 17)
+ Me.Label114.Name = "Label114"
+ Me.Label114.Size = New System.Drawing.Size(54, 13)
+ Me.Label114.TabIndex = 168
+ Me.Label114.Text = "Start URL"
'
- 'NBTaskStrokingTimeMax
+ 'WebToy
'
- Me.NBTaskStrokingTimeMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokingTimeMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskStrokingTimeMax.Location = New System.Drawing.Point(183, 41)
- Me.NBTaskStrokingTimeMax.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
- Me.NBTaskStrokingTimeMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskStrokingTimeMax.Name = "NBTaskStrokingTimeMax"
- Me.NBTaskStrokingTimeMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskStrokingTimeMax.TabIndex = 189
- Me.NBTaskStrokingTimeMax.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokingTimeMax
+ Me.WebToy.Location = New System.Drawing.Point(346, 33)
+ Me.WebToy.MinimumSize = New System.Drawing.Size(20, 20)
+ Me.WebToy.Name = "WebToy"
+ Me.WebToy.Size = New System.Drawing.Size(45, 59)
+ Me.WebToy.TabIndex = 172
'
- 'NBTaskStrokingTimeMin
+ 'PictureBox9
'
- Me.NBTaskStrokingTimeMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokingTimeMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskStrokingTimeMin.Location = New System.Drawing.Point(117, 42)
- Me.NBTaskStrokingTimeMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
- Me.NBTaskStrokingTimeMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskStrokingTimeMin.Name = "NBTaskStrokingTimeMin"
- Me.NBTaskStrokingTimeMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskStrokingTimeMin.TabIndex = 188
- Me.NBTaskStrokingTimeMin.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokingTimeMin
+ Me.PictureBox9.BackColor = System.Drawing.Color.LightGray
+ Me.PictureBox9.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
+ Me.PictureBox9.Location = New System.Drawing.Point(9, 6)
+ Me.PictureBox9.Name = "PictureBox9"
+ Me.PictureBox9.Size = New System.Drawing.Size(160, 19)
+ Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
+ Me.PictureBox9.TabIndex = 166
+ Me.PictureBox9.TabStop = False
'
- 'Label154
+ 'Label148
'
- Me.Label154.BackColor = System.Drawing.Color.Transparent
- Me.Label154.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label154.ForeColor = System.Drawing.Color.Black
- Me.Label154.Location = New System.Drawing.Point(167, 41)
- Me.Label154.Name = "Label154"
- Me.Label154.Size = New System.Drawing.Size(10, 17)
- Me.Label154.TabIndex = 187
- Me.Label154.Text = "-"
- Me.Label154.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label148.BackColor = System.Drawing.Color.Transparent
+ Me.Label148.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label148.ForeColor = System.Drawing.Color.Black
+ Me.Label148.Location = New System.Drawing.Point(7, 6)
+ Me.Label148.Name = "Label148"
+ Me.Label148.Size = New System.Drawing.Size(692, 21)
+ Me.Label148.TabIndex = 48
+ Me.Label148.Text = "Miscellaneous Settings"
+ Me.Label148.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label155
+ 'TabPage28
'
- Me.Label155.BackColor = System.Drawing.Color.Transparent
- Me.Label155.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label155.ForeColor = System.Drawing.Color.Black
- Me.Label155.Location = New System.Drawing.Point(12, 42)
- Me.Label155.Name = "Label155"
- Me.Label155.Size = New System.Drawing.Size(151, 17)
- Me.Label155.TabIndex = 186
- Me.Label155.Text = "Stroking Time:"
- Me.Label155.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TabPage28.BackColor = System.Drawing.Color.Silver
+ Me.TabPage28.Controls.Add(Me.TabControl3)
+ Me.TabPage28.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage28.Name = "TabPage28"
+ Me.TabPage28.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage28.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage28.TabIndex = 20
+ Me.TabPage28.Text = "Debug"
'
- 'NBTaskStrokesMax
+ 'TabControl3
'
- Me.NBTaskStrokesMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokesMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskStrokesMax.Location = New System.Drawing.Point(183, 18)
- Me.NBTaskStrokesMax.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
- Me.NBTaskStrokesMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskStrokesMax.Name = "NBTaskStrokesMax"
- Me.NBTaskStrokesMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskStrokesMax.TabIndex = 184
- Me.NBTaskStrokesMax.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokesMax
+ Me.TabControl3.Controls.Add(Me.TabPage29)
+ Me.TabControl3.Controls.Add(Me.TabPage30)
+ Me.TabControl3.Location = New System.Drawing.Point(6, 6)
+ Me.TabControl3.Name = "TabControl3"
+ Me.TabControl3.SelectedIndex = 0
+ Me.TabControl3.Size = New System.Drawing.Size(708, 437)
+ Me.TabControl3.TabIndex = 0
'
- 'NBTaskStrokesMin
+ 'TabPage29
'
- Me.NBTaskStrokesMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokesMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBTaskStrokesMin.Location = New System.Drawing.Point(117, 19)
- Me.NBTaskStrokesMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
- Me.NBTaskStrokesMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTaskStrokesMin.Name = "NBTaskStrokesMin"
- Me.NBTaskStrokesMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTaskStrokesMin.TabIndex = 183
- Me.NBTaskStrokesMin.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokesMin
+ Me.TabPage29.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage29.Controls.Add(Me.Label143)
+ Me.TabPage29.Controls.Add(Me.LBLDebugScriptTime)
+ Me.TabPage29.Controls.Add(Me.BTNDebugHoldEdgeTimer)
+ Me.TabPage29.Controls.Add(Me.GroupBox26)
+ Me.TabPage29.Controls.Add(Me.BTNDebugStrokeTauntTimer)
+ Me.TabPage29.Controls.Add(Me.LBLDebugHoldEdgeTime)
+ Me.TabPage29.Controls.Add(Me.Label145)
+ Me.TabPage29.Controls.Add(Me.BTNDebugStrokeTime)
+ Me.TabPage29.Controls.Add(Me.BTNDebugEdgeTauntTimer)
+ Me.TabPage29.Controls.Add(Me.LBLDebugTeaseTime)
+ Me.TabPage29.Controls.Add(Me.LBLDebugStrokeTime)
+ Me.TabPage29.Controls.Add(Me.LBLDebugEdgeTauntTime)
+ Me.TabPage29.Controls.Add(Me.BTNDebugTeaseTimer)
+ Me.TabPage29.Controls.Add(Me.Label142)
+ Me.TabPage29.Controls.Add(Me.Label150)
+ Me.TabPage29.Controls.Add(Me.Label152)
+ Me.TabPage29.Controls.Add(Me.LBLDebugStrokeTauntTime)
+ Me.TabPage29.Controls.Add(Me.Label147)
+ Me.TabPage29.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage29.Name = "TabPage29"
+ Me.TabPage29.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage29.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage29.TabIndex = 0
+ Me.TabPage29.Text = "TabPage29"
'
- 'Label146
+ 'Label143
'
- Me.Label146.BackColor = System.Drawing.Color.Transparent
- Me.Label146.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label146.ForeColor = System.Drawing.Color.Black
- Me.Label146.Location = New System.Drawing.Point(167, 18)
- Me.Label146.Name = "Label146"
- Me.Label146.Size = New System.Drawing.Size(10, 17)
- Me.Label146.TabIndex = 182
- Me.Label146.Text = "-"
- Me.Label146.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label143.Location = New System.Drawing.Point(402, 46)
+ Me.Label143.Name = "Label143"
+ Me.Label143.Size = New System.Drawing.Size(67, 23)
+ Me.Label143.TabIndex = 15
+ Me.Label143.Text = "Script Timer"
+ Me.Label143.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label149
+ 'LBLDebugScriptTime
'
- Me.Label149.BackColor = System.Drawing.Color.Transparent
- Me.Label149.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label149.ForeColor = System.Drawing.Color.Black
- Me.Label149.Location = New System.Drawing.Point(12, 19)
- Me.Label149.Name = "Label149"
- Me.Label149.Size = New System.Drawing.Size(151, 17)
- Me.Label149.TabIndex = 181
- Me.Label149.Text = "Strokes:"
- Me.Label149.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLDebugScriptTime.BackColor = System.Drawing.Color.Gainsboro
+ Me.LBLDebugScriptTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDebugScriptTime.Location = New System.Drawing.Point(475, 46)
+ Me.LBLDebugScriptTime.Name = "LBLDebugScriptTime"
+ Me.LBLDebugScriptTime.Size = New System.Drawing.Size(100, 23)
+ Me.LBLDebugScriptTime.TabIndex = 16
+ Me.LBLDebugScriptTime.Text = "0"
+ Me.LBLDebugScriptTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'GroupBox10
+ 'BTNDebugHoldEdgeTimer
'
- Me.GroupBox10.Controls.Add(Me.Label112)
- Me.GroupBox10.Controls.Add(Me.NBNextImageChance)
- Me.GroupBox10.Controls.Add(Me.Label6)
- Me.GroupBox10.Location = New System.Drawing.Point(408, 31)
- Me.GroupBox10.Name = "GroupBox10"
- Me.GroupBox10.Size = New System.Drawing.Size(291, 54)
- Me.GroupBox10.TabIndex = 170
- Me.GroupBox10.TabStop = False
- Me.GroupBox10.Text = "Tease Slideshow"
+ Me.BTNDebugHoldEdgeTimer.Location = New System.Drawing.Point(581, 248)
+ Me.BTNDebugHoldEdgeTimer.Name = "BTNDebugHoldEdgeTimer"
+ Me.BTNDebugHoldEdgeTimer.Size = New System.Drawing.Size(75, 23)
+ Me.BTNDebugHoldEdgeTimer.TabIndex = 14
+ Me.BTNDebugHoldEdgeTimer.Text = "Set to 5"
+ Me.BTNDebugHoldEdgeTimer.UseVisualStyleBackColor = True
'
- 'Label112
+ 'GroupBox26
'
- Me.Label112.BackColor = System.Drawing.Color.Transparent
- Me.Label112.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label112.ForeColor = System.Drawing.Color.Black
- Me.Label112.Location = New System.Drawing.Point(233, 21)
- Me.Label112.Name = "Label112"
- Me.Label112.Size = New System.Drawing.Size(50, 17)
- Me.Label112.TabIndex = 180
- Me.Label112.Text = "percent"
- Me.Label112.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.GroupBox26.Controls.Add(Me.LBLCycleDebugCountdown)
+ Me.GroupBox26.Controls.Add(Me.Button19)
+ Me.GroupBox26.Controls.Add(Me.BTNDebugTauntsClear)
+ Me.GroupBox26.Controls.Add(Me.TBDebugTaunts3)
+ Me.GroupBox26.Controls.Add(Me.TBDebugTaunts2)
+ Me.GroupBox26.Controls.Add(Me.TBDebugTaunts1)
+ Me.GroupBox26.Controls.Add(Me.RBDebugTaunts3)
+ Me.GroupBox26.Controls.Add(Me.RBDebugTaunts2)
+ Me.GroupBox26.Controls.Add(Me.RBDebugTaunts1)
+ Me.GroupBox26.Controls.Add(Me.CBDebugTauntsEndless)
+ Me.GroupBox26.Controls.Add(Me.CBDebugTaunts)
+ Me.GroupBox26.Location = New System.Drawing.Point(6, 5)
+ Me.GroupBox26.Name = "GroupBox26"
+ Me.GroupBox26.Size = New System.Drawing.Size(346, 178)
+ Me.GroupBox26.TabIndex = 0
+ Me.GroupBox26.TabStop = False
+ Me.GroupBox26.Text = "Taunt Cycle"
'
- 'NBNextImageChance
+ 'LBLCycleDebugCountdown
'
- Me.NBNextImageChance.Location = New System.Drawing.Point(183, 20)
- Me.NBNextImageChance.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBNextImageChance.Name = "NBNextImageChance"
- Me.NBNextImageChance.Size = New System.Drawing.Size(44, 20)
- Me.NBNextImageChance.TabIndex = 179
- Me.NBNextImageChance.Value = New Decimal(New Integer() {60, 0, 0, 0})
+ Me.LBLCycleDebugCountdown.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLCycleDebugCountdown.Location = New System.Drawing.Point(100, 146)
+ Me.LBLCycleDebugCountdown.Name = "LBLCycleDebugCountdown"
+ Me.LBLCycleDebugCountdown.Size = New System.Drawing.Size(81, 23)
+ Me.LBLCycleDebugCountdown.TabIndex = 10
+ Me.LBLCycleDebugCountdown.Text = "0"
+ Me.LBLCycleDebugCountdown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label6
+ 'Button19
'
- Me.Label6.BackColor = System.Drawing.Color.Transparent
- Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label6.ForeColor = System.Drawing.Color.Black
- Me.Label6.Location = New System.Drawing.Point(9, 21)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(151, 17)
- Me.Label6.TabIndex = 154
- Me.Label6.Text = "Image Next/Previous Chance:"
- Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Button19.Location = New System.Drawing.Point(191, 142)
+ Me.Button19.Name = "Button19"
+ Me.Button19.Size = New System.Drawing.Size(146, 30)
+ Me.Button19.TabIndex = 9
+ Me.Button19.Text = "Countdown to 5 Seconds"
+ Me.Button19.UseVisualStyleBackColor = True
'
- 'GroupBox57
+ 'BTNDebugTauntsClear
'
- Me.GroupBox57.Controls.Add(Me.Label139)
- Me.GroupBox57.Controls.Add(Me.NBTauntEdging)
- Me.GroupBox57.Controls.Add(Me.LBLVtf)
- Me.GroupBox57.Controls.Add(Me.LBLStf)
- Me.GroupBox57.Controls.Add(Me.SliderSTF)
- Me.GroupBox57.Controls.Add(Me.TauntSlider)
- Me.GroupBox57.Controls.Add(Me.Label106)
- Me.GroupBox57.Controls.Add(Me.CBTauntCycleDD)
- Me.GroupBox57.Controls.Add(Me.CBTeaseLengthDD)
- Me.GroupBox57.Controls.Add(Me.Label103)
- Me.GroupBox57.Controls.Add(Me.NBTauntCycleMax)
- Me.GroupBox57.Controls.Add(Me.Label105)
- Me.GroupBox57.Controls.Add(Me.Label101)
- Me.GroupBox57.Controls.Add(Me.NBTauntCycleMin)
- Me.GroupBox57.Controls.Add(Me.Label102)
- Me.GroupBox57.Controls.Add(Me.Label97)
- Me.GroupBox57.Controls.Add(Me.NBTeaseLengthMax)
- Me.GroupBox57.Controls.Add(Me.Label99)
- Me.GroupBox57.Controls.Add(Me.Label96)
- Me.GroupBox57.Controls.Add(Me.NBTeaseLengthMin)
- Me.GroupBox57.Controls.Add(Me.Label95)
- Me.GroupBox57.Controls.Add(Me.Label49)
- Me.GroupBox57.Controls.Add(Me.Label141)
- Me.GroupBox57.Location = New System.Drawing.Point(7, 30)
- Me.GroupBox57.Name = "GroupBox57"
- Me.GroupBox57.Size = New System.Drawing.Size(223, 308)
- Me.GroupBox57.TabIndex = 169
- Me.GroupBox57.TabStop = False
- Me.GroupBox57.Text = "Tease"
+ Me.BTNDebugTauntsClear.Location = New System.Drawing.Point(194, 28)
+ Me.BTNDebugTauntsClear.Name = "BTNDebugTauntsClear"
+ Me.BTNDebugTauntsClear.Size = New System.Drawing.Size(146, 30)
+ Me.BTNDebugTauntsClear.TabIndex = 8
+ Me.BTNDebugTauntsClear.Text = "Clear"
+ Me.BTNDebugTauntsClear.UseVisualStyleBackColor = True
'
- 'Label139
+ 'TBDebugTaunts3
'
- Me.Label139.BackColor = System.Drawing.Color.Transparent
- Me.Label139.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label139.ForeColor = System.Drawing.Color.Black
- Me.Label139.Location = New System.Drawing.Point(175, 171)
- Me.Label139.Name = "Label139"
- Me.Label139.Size = New System.Drawing.Size(50, 17)
- Me.Label139.TabIndex = 184
- Me.Label139.Text = "percent"
- Me.Label139.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TBDebugTaunts3.Location = New System.Drawing.Point(6, 116)
+ Me.TBDebugTaunts3.Name = "TBDebugTaunts3"
+ Me.TBDebugTaunts3.Size = New System.Drawing.Size(331, 20)
+ Me.TBDebugTaunts3.TabIndex = 7
'
- 'NBTauntEdging
+ 'TBDebugTaunts2
'
- Me.NBTauntEdging.Location = New System.Drawing.Point(130, 171)
- Me.NBTauntEdging.Name = "NBTauntEdging"
- Me.NBTauntEdging.Size = New System.Drawing.Size(44, 20)
- Me.NBTauntEdging.TabIndex = 188
- Me.NBTauntEdging.Value = New Decimal(New Integer() {70, 0, 0, 0})
+ Me.TBDebugTaunts2.Location = New System.Drawing.Point(6, 90)
+ Me.TBDebugTaunts2.Name = "TBDebugTaunts2"
+ Me.TBDebugTaunts2.Size = New System.Drawing.Size(331, 20)
+ Me.TBDebugTaunts2.TabIndex = 6
'
- 'LBLVtf
+ 'TBDebugTaunts1
'
- Me.LBLVtf.BackColor = System.Drawing.Color.Transparent
- Me.LBLVtf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLVtf.ForeColor = System.Drawing.Color.Black
- Me.LBLVtf.Location = New System.Drawing.Point(128, 261)
- Me.LBLVtf.Name = "LBLVtf"
- Me.LBLVtf.Size = New System.Drawing.Size(87, 17)
- Me.LBLVtf.TabIndex = 187
- Me.LBLVtf.Text = "Normal"
- Me.LBLVtf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TBDebugTaunts1.Location = New System.Drawing.Point(6, 64)
+ Me.TBDebugTaunts1.Name = "TBDebugTaunts1"
+ Me.TBDebugTaunts1.Size = New System.Drawing.Size(331, 20)
+ Me.TBDebugTaunts1.TabIndex = 5
'
- 'LBLStf
+ 'RBDebugTaunts3
'
- Me.LBLStf.BackColor = System.Drawing.Color.Transparent
- Me.LBLStf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLStf.ForeColor = System.Drawing.Color.Black
- Me.LBLStf.Location = New System.Drawing.Point(130, 220)
- Me.LBLStf.Name = "LBLStf"
- Me.LBLStf.Size = New System.Drawing.Size(87, 17)
- Me.LBLStf.TabIndex = 165
- Me.LBLStf.Text = "Normal"
- Me.LBLStf.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.RBDebugTaunts3.AutoSize = True
+ Me.RBDebugTaunts3.Location = New System.Drawing.Point(127, 41)
+ Me.RBDebugTaunts3.Name = "RBDebugTaunts3"
+ Me.RBDebugTaunts3.Size = New System.Drawing.Size(59, 17)
+ Me.RBDebugTaunts3.TabIndex = 4
+ Me.RBDebugTaunts3.Text = "3 Lines"
+ Me.RBDebugTaunts3.UseVisualStyleBackColor = True
'
- 'SliderSTF
+ 'RBDebugTaunts2
'
- Me.SliderSTF.AutoSize = False
- Me.SliderSTF.LargeChange = 1
- Me.SliderSTF.Location = New System.Drawing.Point(130, 199)
- Me.SliderSTF.Maximum = 5
- Me.SliderSTF.Minimum = 1
- Me.SliderSTF.Name = "SliderSTF"
- Me.SliderSTF.Size = New System.Drawing.Size(87, 25)
- Me.SliderSTF.TabIndex = 163
- Me.SliderSTF.Value = 3
+ Me.RBDebugTaunts2.AutoSize = True
+ Me.RBDebugTaunts2.Location = New System.Drawing.Point(66, 41)
+ Me.RBDebugTaunts2.Name = "RBDebugTaunts2"
+ Me.RBDebugTaunts2.Size = New System.Drawing.Size(59, 17)
+ Me.RBDebugTaunts2.TabIndex = 3
+ Me.RBDebugTaunts2.Text = "2 Lines"
+ Me.RBDebugTaunts2.UseVisualStyleBackColor = True
'
- 'TauntSlider
+ 'RBDebugTaunts1
'
- Me.TauntSlider.AutoSize = False
- Me.TauntSlider.LargeChange = 1
- Me.TauntSlider.Location = New System.Drawing.Point(130, 240)
- Me.TauntSlider.Maximum = 9
- Me.TauntSlider.Minimum = 1
- Me.TauntSlider.Name = "TauntSlider"
- Me.TauntSlider.Size = New System.Drawing.Size(87, 25)
- Me.TauntSlider.TabIndex = 161
- Me.TauntSlider.Value = 4
+ Me.RBDebugTaunts1.AutoSize = True
+ Me.RBDebugTaunts1.Checked = True
+ Me.RBDebugTaunts1.Location = New System.Drawing.Point(7, 41)
+ Me.RBDebugTaunts1.Name = "RBDebugTaunts1"
+ Me.RBDebugTaunts1.Size = New System.Drawing.Size(54, 17)
+ Me.RBDebugTaunts1.TabIndex = 2
+ Me.RBDebugTaunts1.TabStop = True
+ Me.RBDebugTaunts1.Text = "1 Line"
+ Me.RBDebugTaunts1.UseVisualStyleBackColor = True
'
- 'Label106
+ 'CBDebugTauntsEndless
'
- Me.Label106.BackColor = System.Drawing.Color.Transparent
- Me.Label106.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label106.ForeColor = System.Drawing.Color.Black
- Me.Label106.Location = New System.Drawing.Point(6, 243)
- Me.Label106.Name = "Label106"
- Me.Label106.Size = New System.Drawing.Size(123, 17)
- Me.Label106.TabIndex = 186
- Me.Label106.Text = "Video Taunt Frequency:"
- Me.Label106.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.CBDebugTauntsEndless.AutoSize = True
+ Me.CBDebugTauntsEndless.Location = New System.Drawing.Point(7, 150)
+ Me.CBDebugTauntsEndless.Name = "CBDebugTauntsEndless"
+ Me.CBDebugTauntsEndless.Size = New System.Drawing.Size(92, 17)
+ Me.CBDebugTauntsEndless.TabIndex = 1
+ Me.CBDebugTauntsEndless.Text = "Endless Cycle"
+ Me.CBDebugTauntsEndless.UseVisualStyleBackColor = True
'
- 'CBTauntCycleDD
+ 'CBDebugTaunts
'
- Me.CBTauntCycleDD.AutoSize = True
- Me.CBTauntCycleDD.ForeColor = System.Drawing.Color.Black
- Me.CBTauntCycleDD.Location = New System.Drawing.Point(9, 140)
- Me.CBTauntCycleDD.Name = "CBTauntCycleDD"
- Me.CBTauntCycleDD.Size = New System.Drawing.Size(176, 17)
- Me.CBTauntCycleDD.TabIndex = 185
- Me.CBTauntCycleDD.Text = "Domme Decide Based on Level"
- Me.CBTauntCycleDD.UseVisualStyleBackColor = True
+ Me.CBDebugTaunts.AutoSize = True
+ Me.CBDebugTaunts.Location = New System.Drawing.Point(7, 20)
+ Me.CBDebugTaunts.Name = "CBDebugTaunts"
+ Me.CBDebugTaunts.Size = New System.Drawing.Size(174, 17)
+ Me.CBDebugTaunts.TabIndex = 0
+ Me.CBDebugTaunts.Text = "Enable Taunt Cycle Debugging"
+ Me.CBDebugTaunts.UseVisualStyleBackColor = True
'
- 'CBTeaseLengthDD
+ 'BTNDebugStrokeTauntTimer
'
- Me.CBTeaseLengthDD.AutoSize = True
- Me.CBTeaseLengthDD.ForeColor = System.Drawing.Color.Black
- Me.CBTeaseLengthDD.Location = New System.Drawing.Point(9, 69)
- Me.CBTeaseLengthDD.Name = "CBTeaseLengthDD"
- Me.CBTeaseLengthDD.Size = New System.Drawing.Size(176, 17)
- Me.CBTeaseLengthDD.TabIndex = 184
- Me.CBTeaseLengthDD.Text = "Domme Decide Based on Level"
- Me.CBTeaseLengthDD.UseVisualStyleBackColor = True
+ Me.BTNDebugStrokeTauntTimer.Location = New System.Drawing.Point(581, 150)
+ Me.BTNDebugStrokeTauntTimer.Name = "BTNDebugStrokeTauntTimer"
+ Me.BTNDebugStrokeTauntTimer.Size = New System.Drawing.Size(75, 23)
+ Me.BTNDebugStrokeTauntTimer.TabIndex = 8
+ Me.BTNDebugStrokeTauntTimer.Text = "Set to 5"
+ Me.BTNDebugStrokeTauntTimer.UseVisualStyleBackColor = True
'
- 'Label103
+ 'LBLDebugHoldEdgeTime
'
- Me.Label103.BackColor = System.Drawing.Color.Transparent
- Me.Label103.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label103.ForeColor = System.Drawing.Color.Black
- Me.Label103.Location = New System.Drawing.Point(175, 117)
- Me.Label103.Name = "Label103"
- Me.Label103.Size = New System.Drawing.Size(50, 17)
- Me.Label103.TabIndex = 183
- Me.Label103.Text = "minutes"
- Me.Label103.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLDebugHoldEdgeTime.BackColor = System.Drawing.Color.Gainsboro
+ Me.LBLDebugHoldEdgeTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDebugHoldEdgeTime.Location = New System.Drawing.Point(475, 248)
+ Me.LBLDebugHoldEdgeTime.Name = "LBLDebugHoldEdgeTime"
+ Me.LBLDebugHoldEdgeTime.Size = New System.Drawing.Size(100, 23)
+ Me.LBLDebugHoldEdgeTime.TabIndex = 13
+ Me.LBLDebugHoldEdgeTime.Text = "0"
+ Me.LBLDebugHoldEdgeTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'NBTauntCycleMax
+ 'Label145
'
- Me.NBTauntCycleMax.Location = New System.Drawing.Point(130, 116)
- Me.NBTauntCycleMax.Maximum = New Decimal(New Integer() {30, 0, 0, 0})
- Me.NBTauntCycleMax.Minimum = New Decimal(New Integer() {2, 0, 0, 0})
- Me.NBTauntCycleMax.Name = "NBTauntCycleMax"
- Me.NBTauntCycleMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTauntCycleMax.TabIndex = 182
- Me.NBTauntCycleMax.Value = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.Label145.Location = New System.Drawing.Point(402, 11)
+ Me.Label145.Name = "Label145"
+ Me.Label145.Size = New System.Drawing.Size(67, 23)
+ Me.Label145.TabIndex = 3
+ Me.Label145.Text = "Tease Timer"
+ Me.Label145.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label105
+ 'BTNDebugStrokeTime
'
- Me.Label105.BackColor = System.Drawing.Color.Transparent
- Me.Label105.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label105.ForeColor = System.Drawing.Color.Black
- Me.Label105.Location = New System.Drawing.Point(6, 117)
- Me.Label105.Name = "Label105"
- Me.Label105.Size = New System.Drawing.Size(123, 17)
- Me.Label105.TabIndex = 181
- Me.Label105.Text = "Taunt Cycle Maximum:"
- Me.Label105.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.BTNDebugStrokeTime.Location = New System.Drawing.Point(581, 121)
+ Me.BTNDebugStrokeTime.Name = "BTNDebugStrokeTime"
+ Me.BTNDebugStrokeTime.Size = New System.Drawing.Size(75, 23)
+ Me.BTNDebugStrokeTime.TabIndex = 2
+ Me.BTNDebugStrokeTime.Text = "Set to 5"
+ Me.BTNDebugStrokeTime.UseVisualStyleBackColor = True
'
- 'Label101
+ 'BTNDebugEdgeTauntTimer
'
- Me.Label101.BackColor = System.Drawing.Color.Transparent
- Me.Label101.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label101.ForeColor = System.Drawing.Color.Black
- Me.Label101.Location = New System.Drawing.Point(175, 93)
- Me.Label101.Name = "Label101"
- Me.Label101.Size = New System.Drawing.Size(50, 17)
- Me.Label101.TabIndex = 180
- Me.Label101.Text = "minutes"
- Me.Label101.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.BTNDebugEdgeTauntTimer.Location = New System.Drawing.Point(581, 209)
+ Me.BTNDebugEdgeTauntTimer.Name = "BTNDebugEdgeTauntTimer"
+ Me.BTNDebugEdgeTauntTimer.Size = New System.Drawing.Size(75, 23)
+ Me.BTNDebugEdgeTauntTimer.TabIndex = 11
+ Me.BTNDebugEdgeTauntTimer.Text = "Set to 5"
+ Me.BTNDebugEdgeTauntTimer.UseVisualStyleBackColor = True
'
- 'NBTauntCycleMin
+ 'LBLDebugTeaseTime
'
- Me.NBTauntCycleMin.Location = New System.Drawing.Point(130, 92)
- Me.NBTauntCycleMin.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
- Me.NBTauntCycleMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBTauntCycleMin.Name = "NBTauntCycleMin"
- Me.NBTauntCycleMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTauntCycleMin.TabIndex = 179
- Me.NBTauntCycleMin.Value = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.LBLDebugTeaseTime.BackColor = System.Drawing.Color.Gainsboro
+ Me.LBLDebugTeaseTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDebugTeaseTime.Location = New System.Drawing.Point(475, 11)
+ Me.LBLDebugTeaseTime.Name = "LBLDebugTeaseTime"
+ Me.LBLDebugTeaseTime.Size = New System.Drawing.Size(100, 23)
+ Me.LBLDebugTeaseTime.TabIndex = 4
+ Me.LBLDebugTeaseTime.Text = "0"
+ Me.LBLDebugTeaseTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label102
+ 'LBLDebugStrokeTime
'
- Me.Label102.BackColor = System.Drawing.Color.Transparent
- Me.Label102.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label102.ForeColor = System.Drawing.Color.Black
- Me.Label102.Location = New System.Drawing.Point(6, 93)
- Me.Label102.Name = "Label102"
- Me.Label102.Size = New System.Drawing.Size(123, 17)
- Me.Label102.TabIndex = 178
- Me.Label102.Text = "Taunt Cycle Minimum:"
- Me.Label102.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLDebugStrokeTime.BackColor = System.Drawing.Color.Gainsboro
+ Me.LBLDebugStrokeTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDebugStrokeTime.Location = New System.Drawing.Point(475, 121)
+ Me.LBLDebugStrokeTime.Name = "LBLDebugStrokeTime"
+ Me.LBLDebugStrokeTime.Size = New System.Drawing.Size(100, 23)
+ Me.LBLDebugStrokeTime.TabIndex = 1
+ Me.LBLDebugStrokeTime.Text = "0"
+ Me.LBLDebugStrokeTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label97
+ 'LBLDebugEdgeTauntTime
'
- Me.Label97.BackColor = System.Drawing.Color.Transparent
- Me.Label97.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label97.ForeColor = System.Drawing.Color.Black
- Me.Label97.Location = New System.Drawing.Point(175, 46)
- Me.Label97.Name = "Label97"
- Me.Label97.Size = New System.Drawing.Size(50, 17)
- Me.Label97.TabIndex = 177
- Me.Label97.Text = "minutes"
- Me.Label97.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLDebugEdgeTauntTime.BackColor = System.Drawing.Color.Gainsboro
+ Me.LBLDebugEdgeTauntTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDebugEdgeTauntTime.Location = New System.Drawing.Point(475, 209)
+ Me.LBLDebugEdgeTauntTime.Name = "LBLDebugEdgeTauntTime"
+ Me.LBLDebugEdgeTauntTime.Size = New System.Drawing.Size(100, 23)
+ Me.LBLDebugEdgeTauntTime.TabIndex = 10
+ Me.LBLDebugEdgeTauntTime.Text = "0"
+ Me.LBLDebugEdgeTauntTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'NBTeaseLengthMax
+ 'BTNDebugTeaseTimer
'
- Me.NBTeaseLengthMax.Location = New System.Drawing.Point(130, 45)
- Me.NBTeaseLengthMax.Maximum = New Decimal(New Integer() {720, 0, 0, 0})
- Me.NBTeaseLengthMax.Minimum = New Decimal(New Integer() {10, 0, 0, 0})
- Me.NBTeaseLengthMax.Name = "NBTeaseLengthMax"
- Me.NBTeaseLengthMax.Size = New System.Drawing.Size(44, 20)
- Me.NBTeaseLengthMax.TabIndex = 176
- Me.NBTeaseLengthMax.Value = New Decimal(New Integer() {60, 0, 0, 0})
+ Me.BTNDebugTeaseTimer.Location = New System.Drawing.Point(581, 11)
+ Me.BTNDebugTeaseTimer.Name = "BTNDebugTeaseTimer"
+ Me.BTNDebugTeaseTimer.Size = New System.Drawing.Size(75, 23)
+ Me.BTNDebugTeaseTimer.TabIndex = 5
+ Me.BTNDebugTeaseTimer.Text = "Set to 5"
+ Me.BTNDebugTeaseTimer.UseVisualStyleBackColor = True
'
- 'Label99
+ 'Label142
'
- Me.Label99.BackColor = System.Drawing.Color.Transparent
- Me.Label99.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label99.ForeColor = System.Drawing.Color.Black
- Me.Label99.Location = New System.Drawing.Point(6, 46)
- Me.Label99.Name = "Label99"
- Me.Label99.Size = New System.Drawing.Size(123, 17)
- Me.Label99.TabIndex = 175
- Me.Label99.Text = "Tease Length Maximum:"
- Me.Label99.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label142.Location = New System.Drawing.Point(402, 121)
+ Me.Label142.Name = "Label142"
+ Me.Label142.Size = New System.Drawing.Size(67, 23)
+ Me.Label142.TabIndex = 0
+ Me.Label142.Text = "Stroke Timer"
+ Me.Label142.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label96
+ 'Label150
'
- Me.Label96.BackColor = System.Drawing.Color.Transparent
- Me.Label96.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label96.ForeColor = System.Drawing.Color.Black
- Me.Label96.Location = New System.Drawing.Point(175, 20)
- Me.Label96.Name = "Label96"
- Me.Label96.Size = New System.Drawing.Size(50, 17)
- Me.Label96.TabIndex = 174
- Me.Label96.Text = "minutes"
- Me.Label96.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label150.Location = New System.Drawing.Point(402, 206)
+ Me.Label150.Name = "Label150"
+ Me.Label150.Size = New System.Drawing.Size(67, 27)
+ Me.Label150.TabIndex = 9
+ Me.Label150.Text = "Edge Taunt Timer"
+ Me.Label150.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'NBTeaseLengthMin
+ 'Label152
'
- Me.NBTeaseLengthMin.Location = New System.Drawing.Point(130, 19)
- Me.NBTeaseLengthMin.Maximum = New Decimal(New Integer() {360, 0, 0, 0})
- Me.NBTeaseLengthMin.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
- Me.NBTeaseLengthMin.Name = "NBTeaseLengthMin"
- Me.NBTeaseLengthMin.Size = New System.Drawing.Size(44, 20)
- Me.NBTeaseLengthMin.TabIndex = 169
- Me.NBTeaseLengthMin.Value = New Decimal(New Integer() {15, 0, 0, 0})
+ Me.Label152.Location = New System.Drawing.Point(402, 238)
+ Me.Label152.Name = "Label152"
+ Me.Label152.Size = New System.Drawing.Size(67, 40)
+ Me.Label152.TabIndex = 12
+ Me.Label152.Text = "Hold Edge Timer"
+ Me.Label152.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label95
+ 'LBLDebugStrokeTauntTime
'
- Me.Label95.BackColor = System.Drawing.Color.Transparent
- Me.Label95.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label95.ForeColor = System.Drawing.Color.Black
- Me.Label95.Location = New System.Drawing.Point(6, 20)
- Me.Label95.Name = "Label95"
- Me.Label95.Size = New System.Drawing.Size(123, 17)
- Me.Label95.TabIndex = 166
- Me.Label95.Text = "Tease Length Minimum:"
- Me.Label95.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLDebugStrokeTauntTime.BackColor = System.Drawing.Color.Gainsboro
+ Me.LBLDebugStrokeTauntTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDebugStrokeTauntTime.Location = New System.Drawing.Point(475, 150)
+ Me.LBLDebugStrokeTauntTime.Name = "LBLDebugStrokeTauntTime"
+ Me.LBLDebugStrokeTauntTime.Size = New System.Drawing.Size(100, 23)
+ Me.LBLDebugStrokeTauntTime.TabIndex = 7
+ Me.LBLDebugStrokeTauntTime.Text = "0"
+ Me.LBLDebugStrokeTauntTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label49
+ 'Label147
'
- Me.Label49.BackColor = System.Drawing.Color.Transparent
- Me.Label49.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label49.ForeColor = System.Drawing.Color.Black
- Me.Label49.Location = New System.Drawing.Point(6, 207)
- Me.Label49.Name = "Label49"
- Me.Label49.Size = New System.Drawing.Size(132, 17)
- Me.Label49.TabIndex = 164
- Me.Label49.Text = "Stroke Taunt Frequency:"
- Me.Label49.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label147.Location = New System.Drawing.Point(402, 143)
+ Me.Label147.Name = "Label147"
+ Me.Label147.Size = New System.Drawing.Size(67, 29)
+ Me.Label147.TabIndex = 6
+ Me.Label147.Text = "Stroke Taunt Timer"
+ Me.Label147.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label141
+ 'TabPage30
'
- Me.Label141.BackColor = System.Drawing.Color.Transparent
- Me.Label141.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label141.ForeColor = System.Drawing.Color.Black
- Me.Label141.Location = New System.Drawing.Point(6, 163)
- Me.Label141.Name = "Label141"
- Me.Label141.Size = New System.Drawing.Size(141, 32)
- Me.Label141.TabIndex = 189
- Me.Label141.Text = "Edging Ends Taunts:"
- Me.Label141.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TabPage30.BackColor = System.Drawing.Color.LightGray
+ Me.TabPage30.Controls.Add(Me.Button33)
+ Me.TabPage30.Controls.Add(Me.Button24)
+ Me.TabPage30.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage30.Name = "TabPage30"
+ Me.TabPage30.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage30.Size = New System.Drawing.Size(700, 411)
+ Me.TabPage30.TabIndex = 1
+ Me.TabPage30.Text = "TabPage30"
'
- 'GBRangeRuinChance
+ 'Button33
'
- Me.GBRangeRuinChance.Controls.Add(Me.Label90)
- Me.GBRangeRuinChance.Controls.Add(Me.NBRuinSometimes)
- Me.GBRangeRuinChance.Controls.Add(Me.Label91)
- Me.GBRangeRuinChance.Controls.Add(Me.Label92)
- Me.GBRangeRuinChance.Controls.Add(Me.NBRuinRarely)
- Me.GBRangeRuinChance.Controls.Add(Me.NBRuinOften)
- Me.GBRangeRuinChance.Controls.Add(Me.CBRangeRuin)
- Me.GBRangeRuinChance.Location = New System.Drawing.Point(236, 159)
- Me.GBRangeRuinChance.Name = "GBRangeRuinChance"
- Me.GBRangeRuinChance.Size = New System.Drawing.Size(166, 122)
- Me.GBRangeRuinChance.TabIndex = 168
- Me.GBRangeRuinChance.TabStop = False
- Me.GBRangeRuinChance.Text = "Ruin Chance"
+ Me.Button33.Location = New System.Drawing.Point(6, 35)
+ Me.Button33.Name = "Button33"
+ Me.Button33.Size = New System.Drawing.Size(75, 23)
+ Me.Button33.TabIndex = 1
+ Me.Button33.Text = "LoadState"
+ Me.Button33.UseVisualStyleBackColor = True
'
- 'Label90
+ 'Button24
'
- Me.Label90.BackColor = System.Drawing.Color.Transparent
- Me.Label90.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label90.ForeColor = System.Drawing.Color.Black
- Me.Label90.Location = New System.Drawing.Point(6, 94)
- Me.Label90.Name = "Label90"
- Me.Label90.Size = New System.Drawing.Size(83, 17)
- Me.Label90.TabIndex = 173
- Me.Label90.Text = "Rarely Ruins:"
- Me.Label90.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Button24.Location = New System.Drawing.Point(6, 6)
+ Me.Button24.Name = "Button24"
+ Me.Button24.Size = New System.Drawing.Size(75, 23)
+ Me.Button24.TabIndex = 0
+ Me.Button24.Text = "SaveState"
+ Me.Button24.UseVisualStyleBackColor = True
'
- 'NBRuinSometimes
+ 'TabPage5
'
- Me.NBRuinSometimes.Enabled = False
- Me.NBRuinSometimes.Location = New System.Drawing.Point(113, 68)
- Me.NBRuinSometimes.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
- Me.NBRuinSometimes.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBRuinSometimes.Name = "NBRuinSometimes"
- Me.NBRuinSometimes.Size = New System.Drawing.Size(44, 20)
- Me.NBRuinSometimes.TabIndex = 169
- Me.NBRuinSometimes.Value = New Decimal(New Integer() {50, 0, 0, 0})
+ Me.TabPage5.BackColor = System.Drawing.Color.Silver
+ Me.TabPage5.Controls.Add(Me.Panel5)
+ Me.TabPage5.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage5.Name = "TabPage5"
+ Me.TabPage5.Size = New System.Drawing.Size(720, 448)
+ Me.TabPage5.TabIndex = 17
+ Me.TabPage5.Text = "About"
'
- 'Label91
+ 'Panel5
'
- Me.Label91.BackColor = System.Drawing.Color.Transparent
- Me.Label91.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label91.ForeColor = System.Drawing.Color.Black
- Me.Label91.Location = New System.Drawing.Point(6, 68)
- Me.Label91.Name = "Label91"
- Me.Label91.Size = New System.Drawing.Size(102, 17)
- Me.Label91.TabIndex = 172
- Me.Label91.Text = "Sometimes Ruins:"
- Me.Label91.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Panel5.BackColor = System.Drawing.Color.LightGray
+ Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel5.Controls.Add(Me.Label130)
+ Me.Panel5.Controls.Add(Me.Label123)
+ Me.Panel5.Controls.Add(Me.Label69)
+ Me.Panel5.Controls.Add(Me.Label113)
+ Me.Panel5.Controls.Add(Me.Label40)
+ Me.Panel5.Controls.Add(Me.Label35)
+ Me.Panel5.Controls.Add(Me.Label33)
+ Me.Panel5.Controls.Add(Me.Label17)
+ Me.Panel5.Controls.Add(Me.Label3)
+ Me.Panel5.Controls.Add(Me.PictureBox3)
+ Me.Panel5.Controls.Add(Me.Label41)
+ Me.Panel5.Location = New System.Drawing.Point(6, 6)
+ Me.Panel5.Name = "Panel5"
+ Me.Panel5.Size = New System.Drawing.Size(708, 437)
+ Me.Panel5.TabIndex = 92
'
- 'Label92
+ 'Label130
'
- Me.Label92.BackColor = System.Drawing.Color.Transparent
- Me.Label92.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label92.ForeColor = System.Drawing.Color.Black
- Me.Label92.Location = New System.Drawing.Point(6, 42)
- Me.Label92.Name = "Label92"
- Me.Label92.Size = New System.Drawing.Size(72, 17)
- Me.Label92.TabIndex = 171
- Me.Label92.Text = "Often Ruins:"
- Me.Label92.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label130.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label130.Location = New System.Drawing.Point(361, 314)
+ Me.Label130.Name = "Label130"
+ Me.Label130.Size = New System.Drawing.Size(132, 54)
+ Me.Label130.TabIndex = 176
+ Me.Label130.Text = "q55x8x" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Stefaf" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "OxiKlein" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
+ Me.Label130.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
- 'NBRuinRarely
+ 'Label123
'
- Me.NBRuinRarely.Enabled = False
- Me.NBRuinRarely.Location = New System.Drawing.Point(113, 94)
- Me.NBRuinRarely.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
- Me.NBRuinRarely.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBRuinRarely.Name = "NBRuinRarely"
- Me.NBRuinRarely.Size = New System.Drawing.Size(44, 20)
- Me.NBRuinRarely.TabIndex = 170
- Me.NBRuinRarely.Value = New Decimal(New Integer() {20, 0, 0, 0})
+ Me.Label123.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label123.Location = New System.Drawing.Point(81, 314)
+ Me.Label123.Name = "Label123"
+ Me.Label123.Size = New System.Drawing.Size(132, 54)
+ Me.Label123.TabIndex = 175
+ Me.Label123.Text = "pepsifreak" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Daragorn" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Ambossli"
+ Me.Label123.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
- 'NBRuinOften
+ 'Label69
'
- Me.NBRuinOften.Enabled = False
- Me.NBRuinOften.Location = New System.Drawing.Point(113, 42)
- Me.NBRuinOften.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
- Me.NBRuinOften.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBRuinOften.Name = "NBRuinOften"
- Me.NBRuinOften.Size = New System.Drawing.Size(44, 20)
- Me.NBRuinOften.TabIndex = 168
- Me.NBRuinOften.Value = New Decimal(New Integer() {75, 0, 0, 0})
+ Me.Label69.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label69.Location = New System.Drawing.Point(35, 295)
+ Me.Label69.Name = "Label69"
+ Me.Label69.Size = New System.Drawing.Size(638, 54)
+ Me.Label69.TabIndex = 174
+ Me.Label69.Text = "Triple Alfa" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " malaru"
+ Me.Label69.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ '
+ 'Label113
+ '
+ Me.Label113.AutoSize = True
+ Me.Label113.Location = New System.Drawing.Point(4, 417)
+ Me.Label113.Name = "Label113"
+ Me.Label113.Size = New System.Drawing.Size(452, 13)
+ Me.Label113.TabIndex = 173
+ Me.Label113.Text = "All content contained in or viewed through this program are property of their res" &
+ "pective owners."
'
- 'CBRangeRuin
+ 'Label40
'
- Me.CBRangeRuin.AutoSize = True
- Me.CBRangeRuin.ForeColor = System.Drawing.Color.Black
- Me.CBRangeRuin.Location = New System.Drawing.Point(9, 19)
- Me.CBRangeRuin.Name = "CBRangeRuin"
- Me.CBRangeRuin.Size = New System.Drawing.Size(99, 17)
- Me.CBRangeRuin.TabIndex = 159
- Me.CBRangeRuin.Text = "Domme Decide"
- Me.CBRangeRuin.UseVisualStyleBackColor = True
+ Me.Label40.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label40.Location = New System.Drawing.Point(35, 273)
+ Me.Label40.Name = "Label40"
+ Me.Label40.Size = New System.Drawing.Size(638, 24)
+ Me.Label40.TabIndex = 171
+ Me.Label40.Text = "Special Thanks"
+ Me.Label40.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
- 'GroupBox17
+ 'Label35
'
- Me.GroupBox17.Controls.Add(Me.GroupBox19)
- Me.GroupBox17.Controls.Add(Me.GroupBox18)
- Me.GroupBox17.Location = New System.Drawing.Point(408, 91)
- Me.GroupBox17.Name = "GroupBox17"
- Me.GroupBox17.Size = New System.Drawing.Size(291, 190)
- Me.GroupBox17.TabIndex = 0
- Me.GroupBox17.TabStop = False
- Me.GroupBox17.Text = "Video Teases"
+ Me.Label35.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label35.Location = New System.Drawing.Point(32, 107)
+ Me.Label35.Name = "Label35"
+ Me.Label35.Size = New System.Drawing.Size(641, 77)
+ Me.Label35.TabIndex = 170
+ Me.Label35.Text = "This program is freeware. It may be freely distributed." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Do not package or dist" &
+ "ribute this program with any scripts or additional content." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Please distribute a" &
+ "dditional files separately."
+ Me.Label35.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
- 'GroupBox19
+ 'Label33
'
- Me.GroupBox19.Controls.Add(Me.Label110)
- Me.GroupBox19.Controls.Add(Me.Label111)
- Me.GroupBox19.Controls.Add(Me.NBGreenLightMax)
- Me.GroupBox19.Controls.Add(Me.NBGreenLightMin)
- Me.GroupBox19.Controls.Add(Me.NBRedLightMax)
- Me.GroupBox19.Controls.Add(Me.Label26)
- Me.GroupBox19.Controls.Add(Me.NBRedLightMin)
- Me.GroupBox19.Controls.Add(Me.Label28)
- Me.GroupBox19.Controls.Add(Me.Label27)
- Me.GroupBox19.Controls.Add(Me.Label29)
- Me.GroupBox19.Location = New System.Drawing.Point(6, 110)
- Me.GroupBox19.Name = "GroupBox19"
- Me.GroupBox19.Size = New System.Drawing.Size(279, 66)
- Me.GroupBox19.TabIndex = 2
- Me.GroupBox19.TabStop = False
- Me.GroupBox19.Text = "Red Light, Green Light"
+ Me.Label33.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label33.Location = New System.Drawing.Point(32, 191)
+ Me.Label33.Name = "Label33"
+ Me.Label33.Size = New System.Drawing.Size(641, 77)
+ Me.Label33.TabIndex = 169
+ Me.Label33.Text = resources.GetString("Label33.Text")
+ Me.Label33.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
- 'Label110
+ 'Label17
'
- Me.Label110.BackColor = System.Drawing.Color.Transparent
- Me.Label110.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label110.ForeColor = System.Drawing.Color.Black
- Me.Label110.Location = New System.Drawing.Point(227, 39)
- Me.Label110.Name = "Label110"
- Me.Label110.Size = New System.Drawing.Size(50, 17)
- Me.Label110.TabIndex = 181
- Me.Label110.Text = "seconds"
- Me.Label110.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label17.AutoSize = True
+ Me.Label17.Location = New System.Drawing.Point(522, 78)
+ Me.Label17.Name = "Label17"
+ Me.Label17.Size = New System.Drawing.Size(93, 13)
+ Me.Label17.TabIndex = 168
+ Me.Label17.Text = "Designed by 1885"
'
- 'Label111
+ 'Label3
'
- Me.Label111.BackColor = System.Drawing.Color.Transparent
- Me.Label111.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label111.ForeColor = System.Drawing.Color.Black
- Me.Label111.Location = New System.Drawing.Point(227, 16)
- Me.Label111.Name = "Label111"
- Me.Label111.Size = New System.Drawing.Size(50, 17)
- Me.Label111.TabIndex = 180
- Me.Label111.Text = "seconds"
- Me.Label111.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label3.AutoSize = True
+ Me.Label3.Location = New System.Drawing.Point(489, 417)
+ Me.Label3.Name = "Label3"
+ Me.Label3.Size = New System.Drawing.Size(215, 13)
+ Me.Label3.TabIndex = 167
+ Me.Label3.Text = " Tease AI © 2015 1885 All Rights Reserved"
'
- 'NBGreenLightMax
+ 'PictureBox3
'
- Me.NBGreenLightMax.Location = New System.Drawing.Point(177, 38)
- Me.NBGreenLightMax.Name = "NBGreenLightMax"
- Me.NBGreenLightMax.Size = New System.Drawing.Size(44, 20)
- Me.NBGreenLightMax.TabIndex = 156
- Me.NBGreenLightMax.Value = New Decimal(New Integer() {60, 0, 0, 0})
+ Me.PictureBox3.BackColor = System.Drawing.Color.LightGray
+ Me.PictureBox3.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_big
+ Me.PictureBox3.Location = New System.Drawing.Point(84, 17)
+ Me.PictureBox3.Name = "PictureBox3"
+ Me.PictureBox3.Size = New System.Drawing.Size(531, 58)
+ Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.PictureBox3.TabIndex = 166
+ Me.PictureBox3.TabStop = False
'
- 'NBGreenLightMin
+ 'Label41
'
- Me.NBGreenLightMin.Location = New System.Drawing.Point(111, 38)
- Me.NBGreenLightMin.Name = "NBGreenLightMin"
- Me.NBGreenLightMin.Size = New System.Drawing.Size(44, 20)
- Me.NBGreenLightMin.TabIndex = 155
- Me.NBGreenLightMin.Value = New Decimal(New Integer() {10, 0, 0, 0})
+ Me.Label41.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label41.Location = New System.Drawing.Point(35, 372)
+ Me.Label41.Name = "Label41"
+ Me.Label41.Size = New System.Drawing.Size(638, 39)
+ Me.Label41.TabIndex = 172
+ Me.Label41.Text = "Thank you to everyone who has provided help and feedback." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Thank you to the commu" &
+ "nity who's been supportive of my work over the years. Tease AI exists because of" &
+ " you." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
+ Me.Label41.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
- 'NBRedLightMax
+ 'BtnRandomImageDirClear
'
- Me.NBRedLightMax.Location = New System.Drawing.Point(177, 15)
- Me.NBRedLightMax.Name = "NBRedLightMax"
- Me.NBRedLightMax.Size = New System.Drawing.Size(44, 20)
- Me.NBRedLightMax.TabIndex = 152
- Me.NBRedLightMax.Value = New Decimal(New Integer() {30, 0, 0, 0})
+ Me.BtnRandomImageDirClear.BackColor = System.Drawing.Color.LightGray
+ Me.BtnRandomImageDirClear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.BtnRandomImageDirClear.ForeColor = System.Drawing.Color.Black
+ Me.BtnRandomImageDirClear.Location = New System.Drawing.Point(804, 212)
+ Me.BtnRandomImageDirClear.Name = "BtnRandomImageDirClear"
+ Me.BtnRandomImageDirClear.Size = New System.Drawing.Size(39, 22)
+ Me.BtnRandomImageDirClear.TabIndex = 181
+ Me.BtnRandomImageDirClear.Text = "Clear"
+ Me.BtnRandomImageDirClear.UseVisualStyleBackColor = False
'
- 'Label26
+ 'GroupBox47
'
- Me.Label26.BackColor = System.Drawing.Color.Transparent
- Me.Label26.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label26.ForeColor = System.Drawing.Color.Black
- Me.Label26.Location = New System.Drawing.Point(161, 38)
- Me.Label26.Name = "Label26"
- Me.Label26.Size = New System.Drawing.Size(10, 17)
- Me.Label26.TabIndex = 154
- Me.Label26.Text = "-"
- Me.Label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.GroupBox47.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox47.Controls.Add(Me.GroupBox41)
+ Me.GroupBox47.Controls.Add(Me.GroupBox40)
+ Me.GroupBox47.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox47.Location = New System.Drawing.Point(806, 255)
+ Me.GroupBox47.Name = "GroupBox47"
+ Me.GroupBox47.Size = New System.Drawing.Size(310, 190)
+ Me.GroupBox47.TabIndex = 63
+ Me.GroupBox47.TabStop = False
+ Me.GroupBox47.Text = "Boobs and Butts Paths"
'
- 'NBRedLightMin
+ 'GroupBox41
'
- Me.NBRedLightMin.Location = New System.Drawing.Point(111, 15)
- Me.NBRedLightMin.Name = "NBRedLightMin"
- Me.NBRedLightMin.Size = New System.Drawing.Size(44, 20)
- Me.NBRedLightMin.TabIndex = 151
- Me.NBRedLightMin.Value = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.GroupBox41.Controls.Add(Me.Button34)
+ Me.GroupBox41.Location = New System.Drawing.Point(6, 110)
+ Me.GroupBox41.Name = "GroupBox41"
+ Me.GroupBox41.Size = New System.Drawing.Size(298, 74)
+ Me.GroupBox41.TabIndex = 153
+ Me.GroupBox41.TabStop = False
+ Me.GroupBox41.Text = "Butts"
'
- 'Label28
+ 'Button34
'
- Me.Label28.BackColor = System.Drawing.Color.Transparent
- Me.Label28.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label28.ForeColor = System.Drawing.Color.Black
- Me.Label28.Location = New System.Drawing.Point(161, 15)
- Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(10, 17)
- Me.Label28.TabIndex = 150
- Me.Label28.Text = "-"
- Me.Label28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Button34.BackColor = System.Drawing.Color.LightGray
+ Me.Button34.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
+ Me.Button34.ForeColor = System.Drawing.Color.Black
+ Me.Button34.Location = New System.Drawing.Point(85, 25)
+ Me.Button34.Name = "Button34"
+ Me.Button34.Size = New System.Drawing.Size(34, 28)
+ Me.Button34.TabIndex = 131
+ Me.Button34.Text = "1"
+ Me.Button34.UseVisualStyleBackColor = False
'
- 'Label27
+ 'GroupBox40
'
- Me.Label27.BackColor = System.Drawing.Color.Transparent
- Me.Label27.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label27.ForeColor = System.Drawing.Color.Black
- Me.Label27.Location = New System.Drawing.Point(6, 39)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(151, 17)
- Me.Label27.TabIndex = 153
- Me.Label27.Text = "Green Light Time:"
- Me.Label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.GroupBox40.Location = New System.Drawing.Point(5, 35)
+ Me.GroupBox40.Name = "GroupBox40"
+ Me.GroupBox40.Size = New System.Drawing.Size(298, 74)
+ Me.GroupBox40.TabIndex = 152
+ Me.GroupBox40.TabStop = False
+ Me.GroupBox40.Text = "Boobs"
'
- 'Label29
+ 'GroupBox44
'
- Me.Label29.BackColor = System.Drawing.Color.Transparent
- Me.Label29.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label29.ForeColor = System.Drawing.Color.Black
- Me.Label29.Location = New System.Drawing.Point(6, 16)
- Me.Label29.Name = "Label29"
- Me.Label29.Size = New System.Drawing.Size(151, 17)
- Me.Label29.TabIndex = 149
- Me.Label29.Text = "Red Light Time:"
- Me.Label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.GroupBox44.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox44.Controls.Add(Me.Label100)
+ Me.GroupBox44.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox44.Location = New System.Drawing.Point(1160, 181)
+ Me.GroupBox44.Name = "GroupBox44"
+ Me.GroupBox44.Size = New System.Drawing.Size(310, 92)
+ Me.GroupBox44.TabIndex = 65
+ Me.GroupBox44.TabStop = False
+ Me.GroupBox44.Text = "Description"
'
- 'GroupBox18
+ 'Label100
'
- Me.GroupBox18.Controls.Add(Me.Label108)
- Me.GroupBox18.Controls.Add(Me.Label109)
- Me.GroupBox18.Controls.Add(Me.NBCensorShowMin)
- Me.GroupBox18.Controls.Add(Me.NBCensorHideMax)
- Me.GroupBox18.Controls.Add(Me.NBCensorHideMin)
- Me.GroupBox18.Controls.Add(Me.CBCensorConstant)
- Me.GroupBox18.Controls.Add(Me.Label25)
- Me.GroupBox18.Controls.Add(Me.Label20)
- Me.GroupBox18.Controls.Add(Me.Label19)
- Me.GroupBox18.Controls.Add(Me.Label24)
- Me.GroupBox18.Controls.Add(Me.NBCensorShowMax)
- Me.GroupBox18.Location = New System.Drawing.Point(6, 16)
- Me.GroupBox18.Name = "GroupBox18"
- Me.GroupBox18.Size = New System.Drawing.Size(279, 88)
- Me.GroupBox18.TabIndex = 1
- Me.GroupBox18.TabStop = False
- Me.GroupBox18.Text = "Censorship Sucks"
+ Me.Label100.BackColor = System.Drawing.Color.Transparent
+ Me.Label100.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label100.ForeColor = System.Drawing.Color.Black
+ Me.Label100.Location = New System.Drawing.Point(11, 16)
+ Me.Label100.Name = "Label100"
+ Me.Label100.Size = New System.Drawing.Size(286, 73)
+ Me.Label100.TabIndex = 62
+ Me.Label100.Text = resources.GetString("Label100.Text")
+ Me.Label100.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'Label108
+ 'GroupBox21
'
- Me.Label108.BackColor = System.Drawing.Color.Transparent
- Me.Label108.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label108.ForeColor = System.Drawing.Color.Black
- Me.Label108.Location = New System.Drawing.Point(227, 39)
- Me.Label108.Name = "Label108"
- Me.Label108.Size = New System.Drawing.Size(50, 17)
- Me.Label108.TabIndex = 179
- Me.Label108.Text = "seconds"
- Me.Label108.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.GroupBox21.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox21.Controls.Add(Me.Label153)
+ Me.GroupBox21.Controls.Add(Me.LBLRangeSettingsDescription)
+ Me.GroupBox21.Controls.Add(Me.Label156)
+ Me.GroupBox21.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox21.Location = New System.Drawing.Point(797, 55)
+ Me.GroupBox21.Name = "GroupBox21"
+ Me.GroupBox21.Size = New System.Drawing.Size(316, 136)
+ Me.GroupBox21.TabIndex = 66
+ Me.GroupBox21.TabStop = False
+ Me.GroupBox21.Text = "Description"
'
- 'Label109
+ 'Label153
'
- Me.Label109.BackColor = System.Drawing.Color.Transparent
- Me.Label109.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label109.ForeColor = System.Drawing.Color.Black
- Me.Label109.Location = New System.Drawing.Point(227, 16)
- Me.Label109.Name = "Label109"
- Me.Label109.Size = New System.Drawing.Size(50, 17)
- Me.Label109.TabIndex = 178
- Me.Label109.Text = "seconds"
- Me.Label109.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label153.BackColor = System.Drawing.Color.Transparent
+ Me.Label153.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Label153.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label153.ForeColor = System.Drawing.Color.Black
+ Me.Label153.Location = New System.Drawing.Point(78, 94)
+ Me.Label153.Name = "Label153"
+ Me.Label153.Size = New System.Drawing.Size(158, 17)
+ Me.Label153.TabIndex = 135
+ Me.Label153.Text = "No path selected"
+ Me.Label153.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'NBCensorShowMin
+ 'LBLRangeSettingsDescription
'
- Me.NBCensorShowMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorShowMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBCensorShowMin.Location = New System.Drawing.Point(111, 15)
- Me.NBCensorShowMin.Maximum = New Decimal(New Integer() {180, 0, 0, 0})
- Me.NBCensorShowMin.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
- Me.NBCensorShowMin.Name = "NBCensorShowMin"
- Me.NBCensorShowMin.Size = New System.Drawing.Size(44, 20)
- Me.NBCensorShowMin.TabIndex = 151
- Me.NBCensorShowMin.Value = Global.Tease_AI.My.MySettings.Default.NBCensorShowMin
+ Me.LBLRangeSettingsDescription.BackColor = System.Drawing.Color.Transparent
+ Me.LBLRangeSettingsDescription.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLRangeSettingsDescription.ForeColor = System.Drawing.Color.Black
+ Me.LBLRangeSettingsDescription.Location = New System.Drawing.Point(6, 16)
+ Me.LBLRangeSettingsDescription.Name = "LBLRangeSettingsDescription"
+ Me.LBLRangeSettingsDescription.Size = New System.Drawing.Size(680, 117)
+ Me.LBLRangeSettingsDescription.TabIndex = 62
+ Me.LBLRangeSettingsDescription.Text = "Hover over any setting in the menu for a more detailed description of its functio" &
+ "n."
+ Me.LBLRangeSettingsDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'NBCensorHideMax
+ 'Label156
'
- Me.NBCensorHideMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorHideMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBCensorHideMax.Location = New System.Drawing.Point(177, 38)
- Me.NBCensorHideMax.Maximum = New Decimal(New Integer() {300, 0, 0, 0})
- Me.NBCensorHideMax.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
- Me.NBCensorHideMax.Name = "NBCensorHideMax"
- Me.NBCensorHideMax.Size = New System.Drawing.Size(44, 20)
- Me.NBCensorHideMax.TabIndex = 156
- Me.NBCensorHideMax.Value = Global.Tease_AI.My.MySettings.Default.NBCensorHideMax
+ Me.Label156.BackColor = System.Drawing.Color.Transparent
+ Me.Label156.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Label156.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label156.ForeColor = System.Drawing.Color.Black
+ Me.Label156.Location = New System.Drawing.Point(133, 23)
+ Me.Label156.Name = "Label156"
+ Me.Label156.Size = New System.Drawing.Size(158, 17)
+ Me.Label156.TabIndex = 135
+ Me.Label156.Text = "No path selected"
+ Me.Label156.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
- 'NBCensorHideMin
+ 'GroupBox12
'
- Me.NBCensorHideMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorHideMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBCensorHideMin.Location = New System.Drawing.Point(111, 38)
- Me.NBCensorHideMin.Maximum = New Decimal(New Integer() {180, 0, 0, 0})
- Me.NBCensorHideMin.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
- Me.NBCensorHideMin.Name = "NBCensorHideMin"
- Me.NBCensorHideMin.Size = New System.Drawing.Size(44, 20)
- Me.NBCensorHideMin.TabIndex = 155
- Me.NBCensorHideMin.Value = Global.Tease_AI.My.MySettings.Default.NBCensorHideMin
+ Me.GroupBox12.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox12.Controls.Add(Me.LBLSubSettingsDescription)
+ Me.GroupBox12.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox12.Location = New System.Drawing.Point(1299, 163)
+ Me.GroupBox12.Name = "GroupBox12"
+ Me.GroupBox12.Size = New System.Drawing.Size(171, 124)
+ Me.GroupBox12.TabIndex = 65
+ Me.GroupBox12.TabStop = False
+ Me.GroupBox12.Text = "Description"
'
- 'CBCensorConstant
+ 'LBLSubSettingsDescription
'
- Me.CBCensorConstant.AutoSize = True
- Me.CBCensorConstant.Checked = Global.Tease_AI.My.MySettings.Default.CBCensorConstant
- Me.CBCensorConstant.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBCensorConstant", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.CBCensorConstant.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.CBCensorConstant.ForeColor = System.Drawing.Color.Black
- Me.CBCensorConstant.Location = New System.Drawing.Point(6, 65)
- Me.CBCensorConstant.Name = "CBCensorConstant"
- Me.CBCensorConstant.Size = New System.Drawing.Size(263, 17)
- Me.CBCensorConstant.TabIndex = 157
- Me.CBCensorConstant.Text = "Censorship Bar Always Visible During Video Tease"
- Me.CBCensorConstant.UseVisualStyleBackColor = True
+ Me.LBLSubSettingsDescription.BackColor = System.Drawing.Color.Transparent
+ Me.LBLSubSettingsDescription.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLSubSettingsDescription.ForeColor = System.Drawing.Color.Black
+ Me.LBLSubSettingsDescription.Location = New System.Drawing.Point(10, 19)
+ Me.LBLSubSettingsDescription.Name = "LBLSubSettingsDescription"
+ Me.LBLSubSettingsDescription.Size = New System.Drawing.Size(150, 89)
+ Me.LBLSubSettingsDescription.TabIndex = 62
+ Me.LBLSubSettingsDescription.Text = "Hover over any setting in the menu for a more detailed description of its functio" &
+ "n."
'
- 'Label25
+ 'OpenFileDialog1
'
- Me.Label25.BackColor = System.Drawing.Color.Transparent
- Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label25.ForeColor = System.Drawing.Color.Black
- Me.Label25.Location = New System.Drawing.Point(161, 15)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(10, 17)
- Me.Label25.TabIndex = 150
- Me.Label25.Text = "-"
- Me.Label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.OpenFileDialog1.FileName = "OpenFileDialog1"
+ Me.OpenFileDialog1.Filter = "JPEG Files (*.jpg)|*.jpg|PNG Files (*.png)|*.png|BMP Files (*.bmp)|*.bmp|All file" &
+ "s (*.*)|*.*"
+ Me.OpenFileDialog1.Title = "Select an image file"
'
- 'Label20
+ 'GetColor
'
- Me.Label20.BackColor = System.Drawing.Color.Transparent
- Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label20.ForeColor = System.Drawing.Color.Black
- Me.Label20.Location = New System.Drawing.Point(6, 39)
- Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(110, 17)
- Me.Label20.TabIndex = 153
- Me.Label20.Text = "Censor Bar Hidden:"
- Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.GetColor.Color = System.Drawing.Color.SteelBlue
'
- 'Label19
+ 'WebImageFileDialog
'
- Me.Label19.BackColor = System.Drawing.Color.Transparent
- Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label19.ForeColor = System.Drawing.Color.Black
- Me.Label19.Location = New System.Drawing.Point(161, 38)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(10, 17)
- Me.Label19.TabIndex = 154
- Me.Label19.Text = "-"
- Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.WebImageFileDialog.Filter = "TXT Files (*.txt)|*.txt"
+ Me.WebImageFileDialog.Title = "Please select a URL File"
'
- 'Label24
+ 'OpenScriptDialog
'
- Me.Label24.BackColor = System.Drawing.Color.Transparent
- Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label24.ForeColor = System.Drawing.Color.Black
- Me.Label24.Location = New System.Drawing.Point(6, 16)
- Me.Label24.Name = "Label24"
- Me.Label24.Size = New System.Drawing.Size(110, 17)
- Me.Label24.TabIndex = 149
- Me.Label24.Text = "Censor Bar Shown:"
- Me.Label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.OpenScriptDialog.Filter = "TXT Files (*.txt)|*.txt"
+ Me.OpenScriptDialog.Title = "Please select a script"
'
- 'NBCensorShowMax
+ 'OpenSettingsDialog
'
- Me.NBCensorShowMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorShowMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
- Me.NBCensorShowMax.Location = New System.Drawing.Point(177, 15)
- Me.NBCensorShowMax.Maximum = New Decimal(New Integer() {300, 0, 0, 0})
- Me.NBCensorShowMax.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
- Me.NBCensorShowMax.Name = "NBCensorShowMax"
- Me.NBCensorShowMax.Size = New System.Drawing.Size(44, 20)
- Me.NBCensorShowMax.TabIndex = 152
- Me.NBCensorShowMax.Value = Global.Tease_AI.My.MySettings.Default.NBCensorShowMax
+ Me.OpenSettingsDialog.Filter = "TXT Files (*.txt)|*.txt"
+ Me.OpenSettingsDialog.Title = "Please select a settings file to open"
'
- 'GBRangeOrgasmChance
+ 'SaveSettingsDialog
'
- Me.GBRangeOrgasmChance.Controls.Add(Me.Label89)
- Me.GBRangeOrgasmChance.Controls.Add(Me.NBAllowSometimes)
- Me.GBRangeOrgasmChance.Controls.Add(Me.Label86)
- Me.GBRangeOrgasmChance.Controls.Add(Me.Label82)
- Me.GBRangeOrgasmChance.Controls.Add(Me.NBAllowRarely)
- Me.GBRangeOrgasmChance.Controls.Add(Me.NBAllowOften)
- Me.GBRangeOrgasmChance.Controls.Add(Me.CBRangeOrgasm)
- Me.GBRangeOrgasmChance.Location = New System.Drawing.Point(236, 31)
- Me.GBRangeOrgasmChance.Name = "GBRangeOrgasmChance"
- Me.GBRangeOrgasmChance.Size = New System.Drawing.Size(166, 122)
- Me.GBRangeOrgasmChance.TabIndex = 167
- Me.GBRangeOrgasmChance.TabStop = False
- Me.GBRangeOrgasmChance.Text = "Orgasm Chance"
+ Me.SaveSettingsDialog.Filter = "TXT Files (*.txt)|*.txt"
+ Me.SaveSettingsDialog.Title = "Select a location to save current Domme settings"
'
- 'Label89
+ 'GroupBox65
'
- Me.Label89.BackColor = System.Drawing.Color.Transparent
- Me.Label89.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label89.ForeColor = System.Drawing.Color.Black
- Me.Label89.Location = New System.Drawing.Point(6, 94)
- Me.Label89.Name = "Label89"
- Me.Label89.Size = New System.Drawing.Size(83, 17)
- Me.Label89.TabIndex = 173
- Me.Label89.Text = "Rarely Allows:"
- Me.Label89.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.GroupBox65.BackColor = System.Drawing.Color.LightGray
+ Me.GroupBox65.Controls.Add(Me.Label136)
+ Me.GroupBox65.Controls.Add(Me.Label134)
+ Me.GroupBox65.Controls.Add(Me.Label132)
+ Me.GroupBox65.Controls.Add(Me.TrackBar1)
+ Me.GroupBox65.Controls.Add(Me.ComboBox1)
+ Me.GroupBox65.Controls.Add(Me.CheckBox1)
+ Me.GroupBox65.Controls.Add(Me.Label135)
+ Me.GroupBox65.Controls.Add(Me.TrackBar2)
+ Me.GroupBox65.ForeColor = System.Drawing.Color.Black
+ Me.GroupBox65.Location = New System.Drawing.Point(1166, 28)
+ Me.GroupBox65.Name = "GroupBox65"
+ Me.GroupBox65.Size = New System.Drawing.Size(259, 117)
+ Me.GroupBox65.TabIndex = 157
+ Me.GroupBox65.TabStop = False
+ Me.GroupBox65.Text = "Text to Speech"
'
- 'NBAllowSometimes
+ 'Label136
'
- Me.NBAllowSometimes.Enabled = False
- Me.NBAllowSometimes.Location = New System.Drawing.Point(113, 68)
- Me.NBAllowSometimes.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
- Me.NBAllowSometimes.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBAllowSometimes.Name = "NBAllowSometimes"
- Me.NBAllowSometimes.Size = New System.Drawing.Size(44, 20)
- Me.NBAllowSometimes.TabIndex = 169
- Me.NBAllowSometimes.Value = New Decimal(New Integer() {50, 0, 0, 0})
+ Me.Label136.AutoSize = True
+ Me.Label136.Location = New System.Drawing.Point(14, 52)
+ Me.Label136.Name = "Label136"
+ Me.Label136.Size = New System.Drawing.Size(45, 13)
+ Me.Label136.TabIndex = 32
+ Me.Label136.Text = "Volume:"
+ '
+ 'Label134
+ '
+ Me.Label134.AutoSize = True
+ Me.Label134.Location = New System.Drawing.Point(141, 52)
+ Me.Label134.Name = "Label134"
+ Me.Label134.Size = New System.Drawing.Size(33, 13)
+ Me.Label134.TabIndex = 157
+ Me.Label134.Text = "Rate:"
'
- 'Label86
+ 'Label132
'
- Me.Label86.BackColor = System.Drawing.Color.Transparent
- Me.Label86.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label86.ForeColor = System.Drawing.Color.Black
- Me.Label86.Location = New System.Drawing.Point(6, 68)
- Me.Label86.Name = "Label86"
- Me.Label86.Size = New System.Drawing.Size(102, 17)
- Me.Label86.TabIndex = 172
- Me.Label86.Text = "Sometimes Allows:"
- Me.Label86.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Label132.Location = New System.Drawing.Point(202, 52)
+ Me.Label132.Name = "Label132"
+ Me.Label132.Size = New System.Drawing.Size(45, 13)
+ Me.Label132.TabIndex = 158
+ Me.Label132.Text = "100"
+ Me.Label132.TextAlign = System.Drawing.ContentAlignment.TopRight
'
- 'Label82
+ 'TrackBar1
'
- Me.Label82.BackColor = System.Drawing.Color.Transparent
- Me.Label82.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label82.ForeColor = System.Drawing.Color.Black
- Me.Label82.Location = New System.Drawing.Point(6, 42)
- Me.Label82.Name = "Label82"
- Me.Label82.Size = New System.Drawing.Size(83, 17)
- Me.Label82.TabIndex = 171
- Me.Label82.Text = "Often Allows:"
- Me.Label82.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.TrackBar1.Location = New System.Drawing.Point(133, 68)
+ Me.TrackBar1.Minimum = -10
+ Me.TrackBar1.Name = "TrackBar1"
+ Me.TrackBar1.Size = New System.Drawing.Size(120, 45)
+ Me.TrackBar1.TabIndex = 31
'
- 'NBAllowRarely
+ 'ComboBox1
'
- Me.NBAllowRarely.Enabled = False
- Me.NBAllowRarely.Location = New System.Drawing.Point(113, 94)
- Me.NBAllowRarely.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
- Me.NBAllowRarely.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBAllowRarely.Name = "NBAllowRarely"
- Me.NBAllowRarely.Size = New System.Drawing.Size(44, 20)
- Me.NBAllowRarely.TabIndex = 170
- Me.NBAllowRarely.Value = New Decimal(New Integer() {20, 0, 0, 0})
+ Me.ComboBox1.BackColor = System.Drawing.SystemColors.Window
+ Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.ComboBox1.ForeColor = System.Drawing.SystemColors.WindowText
+ Me.ComboBox1.FormattingEnabled = True
+ Me.ComboBox1.Location = New System.Drawing.Point(71, 16)
+ Me.ComboBox1.Name = "ComboBox1"
+ Me.ComboBox1.Size = New System.Drawing.Size(178, 21)
+ Me.ComboBox1.TabIndex = 29
+ Me.ComboBox1.TabStop = False
'
- 'NBAllowOften
+ 'CheckBox1
'
- Me.NBAllowOften.Enabled = False
- Me.NBAllowOften.Location = New System.Drawing.Point(113, 42)
- Me.NBAllowOften.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
- Me.NBAllowOften.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
- Me.NBAllowOften.Name = "NBAllowOften"
- Me.NBAllowOften.Size = New System.Drawing.Size(44, 20)
- Me.NBAllowOften.TabIndex = 168
- Me.NBAllowOften.Value = New Decimal(New Integer() {75, 0, 0, 0})
+ Me.CheckBox1.AutoSize = True
+ Me.CheckBox1.ForeColor = System.Drawing.Color.Black
+ Me.CheckBox1.Location = New System.Drawing.Point(10, 18)
+ Me.CheckBox1.Name = "CheckBox1"
+ Me.CheckBox1.Size = New System.Drawing.Size(59, 17)
+ Me.CheckBox1.TabIndex = 28
+ Me.CheckBox1.TabStop = False
+ Me.CheckBox1.Text = "Enable"
+ Me.CheckBox1.UseVisualStyleBackColor = True
'
- 'CBRangeOrgasm
+ 'Label135
'
- Me.CBRangeOrgasm.AutoSize = True
- Me.CBRangeOrgasm.ForeColor = System.Drawing.Color.Black
- Me.CBRangeOrgasm.Location = New System.Drawing.Point(9, 19)
- Me.CBRangeOrgasm.Name = "CBRangeOrgasm"
- Me.CBRangeOrgasm.Size = New System.Drawing.Size(99, 17)
- Me.CBRangeOrgasm.TabIndex = 159
- Me.CBRangeOrgasm.Text = "Domme Decide"
- Me.CBRangeOrgasm.UseVisualStyleBackColor = True
+ Me.Label135.Location = New System.Drawing.Point(75, 52)
+ Me.Label135.Name = "Label135"
+ Me.Label135.Size = New System.Drawing.Size(45, 13)
+ Me.Label135.TabIndex = 33
+ Me.Label135.Text = "100"
+ Me.Label135.TextAlign = System.Drawing.ContentAlignment.TopRight
'
- 'PictureBox8
+ 'TrackBar2
'
- Me.PictureBox8.BackColor = System.Drawing.Color.LightGray
- Me.PictureBox8.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
- Me.PictureBox8.Location = New System.Drawing.Point(9, 6)
- Me.PictureBox8.Name = "PictureBox8"
- Me.PictureBox8.Size = New System.Drawing.Size(160, 19)
- Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
- Me.PictureBox8.TabIndex = 166
- Me.PictureBox8.TabStop = False
+ Me.TrackBar2.Location = New System.Drawing.Point(6, 68)
+ Me.TrackBar2.Maximum = 100
+ Me.TrackBar2.Name = "TrackBar2"
+ Me.TrackBar2.Size = New System.Drawing.Size(120, 45)
+ Me.TrackBar2.TabIndex = 30
+ Me.TrackBar2.Value = 50
'
- 'Label38
+ 'TxbImgUrlHardcore
'
- Me.Label38.BackColor = System.Drawing.Color.Transparent
- Me.Label38.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label38.ForeColor = System.Drawing.Color.Black
- Me.Label38.Location = New System.Drawing.Point(7, 6)
- Me.Label38.Name = "Label38"
- Me.Label38.Size = New System.Drawing.Size(692, 21)
- Me.Label38.TabIndex = 48
- Me.Label38.Text = "Range Settings"
- Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TxbImgUrlHardcore.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImgUrlHardcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImgUrlHardcore.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImgUrlHardcore.Location = New System.Drawing.Point(116, 6)
+ Me.TxbImgUrlHardcore.Name = "TxbImgUrlHardcore"
+ Me.TxbImgUrlHardcore.ReadOnly = True
+ Me.TxbImgUrlHardcore.Size = New System.Drawing.Size(189, 20)
+ Me.TxbImgUrlHardcore.TabIndex = 145
'
- 'TabPage13
+ 'TextBox2
'
- Me.TabPage13.BackColor = System.Drawing.Color.Silver
- Me.TabPage13.Controls.Add(Me.TabControl2)
- Me.TabPage13.Location = New System.Drawing.Point(4, 22)
- Me.TabPage13.Name = "TabPage13"
- Me.TabPage13.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage13.Size = New System.Drawing.Size(720, 448)
- Me.TabPage13.TabIndex = 13
- Me.TabPage13.Text = "Modding"
+ Me.TextBox2.BackColor = System.Drawing.Color.LightGray
+ Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TextBox2.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TextBox2.Location = New System.Drawing.Point(116, 34)
+ Me.TextBox2.Name = "TextBox2"
+ Me.TextBox2.ReadOnly = True
+ Me.TextBox2.Size = New System.Drawing.Size(189, 20)
+ Me.TextBox2.TabIndex = 145
'
- 'TabControl2
+ 'BWURLFiles
'
- Me.TabControl2.Controls.Add(Me.TabPage27)
- Me.TabControl2.Controls.Add(Me.TabPage14)
- Me.TabControl2.Controls.Add(Me.TabPage24)
- Me.TabControl2.Controls.Add(Me.TabPage8)
- Me.TabControl2.Controls.Add(Me.TabPage15)
- Me.TabControl2.Location = New System.Drawing.Point(6, 6)
- Me.TabControl2.Name = "TabControl2"
- Me.TabControl2.SelectedIndex = 0
- Me.TabControl2.Size = New System.Drawing.Size(708, 437)
- Me.TabControl2.TabIndex = 0
+ Me.BWURLFiles.DislikeListPath = "Images\System\DislikedImageURLs.txt"
+ Me.BWURLFiles.ImageURLFileDir = "Images\System\URL Files\"
+ Me.BWURLFiles.LikeListPath = "Images\System\LikedImageURLs.txt"
+ Me.BWURLFiles.WorkerReportsProgress = True
+ Me.BWURLFiles.WorkerSupportsCancellation = True
'
- 'TabPage27
+ 'CbxWarningsToChat
'
- Me.TabPage27.BackColor = System.Drawing.Color.LightGray
- Me.TabPage27.Controls.Add(Me.TBPlaylistSave)
- Me.TabPage27.Controls.Add(Me.BTNPlaylistCtrlZ)
- Me.TabPage27.Controls.Add(Me.RadioPlaylistRegScripts)
- Me.TabPage27.Controls.Add(Me.RadioPlaylistScripts)
- Me.TabPage27.Controls.Add(Me.BTNPlaylistEnd)
- Me.TabPage27.Controls.Add(Me.BTNPlaylistClearAll)
- Me.TabPage27.Controls.Add(Me.BTNPlaylistSave)
- Me.TabPage27.Controls.Add(Me.Button7)
- Me.TabPage27.Controls.Add(Me.WBPlaylist)
- Me.TabPage27.Controls.Add(Me.Label80)
- Me.TabPage27.Controls.Add(Me.LBLPlaylIstLink)
- Me.TabPage27.Controls.Add(Me.LBLPlaylistModule)
- Me.TabPage27.Controls.Add(Me.LBLPLaylistStart)
- Me.TabPage27.Controls.Add(Me.LBPlaylist)
- Me.TabPage27.Location = New System.Drawing.Point(4, 22)
- Me.TabPage27.Name = "TabPage27"
- Me.TabPage27.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage27.Size = New System.Drawing.Size(700, 411)
- Me.TabPage27.TabIndex = 5
- Me.TabPage27.Text = "Playlists"
+ Me.CbxWarningsToChat.AutoSize = True
+ Me.CbxWarningsToChat.Checked = Global.Tease_AI.My.MySettings.Default.CbChatDisplayWarnings
+ Me.CbxWarningsToChat.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CbxWarningsToChat.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CbChatDisplayWarnings", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CbxWarningsToChat.Location = New System.Drawing.Point(17, 40)
+ Me.CbxWarningsToChat.Name = "CbxWarningsToChat"
+ Me.CbxWarningsToChat.Size = New System.Drawing.Size(184, 17)
+ Me.CbxWarningsToChat.TabIndex = 30
+ Me.CbxWarningsToChat.Text = "Output Warnings to chat Window"
+ Me.CbxWarningsToChat.UseVisualStyleBackColor = True
'
- 'TBPlaylistSave
+ 'CBMuteMedia
'
- Me.TBPlaylistSave.Location = New System.Drawing.Point(413, 371)
- Me.TBPlaylistSave.Name = "TBPlaylistSave"
- Me.TBPlaylistSave.Size = New System.Drawing.Size(201, 20)
- Me.TBPlaylistSave.TabIndex = 203
+ Me.CBMuteMedia.AutoSize = True
+ Me.CBMuteMedia.Checked = Global.Tease_AI.My.MySettings.Default.MuteMedia
+ Me.CBMuteMedia.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "MuteMedia", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBMuteMedia.ForeColor = System.Drawing.Color.Black
+ Me.CBMuteMedia.Location = New System.Drawing.Point(7, 21)
+ Me.CBMuteMedia.Name = "CBMuteMedia"
+ Me.CBMuteMedia.Size = New System.Drawing.Size(241, 17)
+ Me.CBMuteMedia.TabIndex = 6
+ Me.CBMuteMedia.TabStop = False
+ Me.CBMuteMedia.Text = "Mute Video and Audio Played in Media Player"
+ Me.CBMuteMedia.UseVisualStyleBackColor = True
'
- 'BTNPlaylistCtrlZ
+ 'TbxDomImageDir
'
- Me.BTNPlaylistCtrlZ.Enabled = False
- Me.BTNPlaylistCtrlZ.Location = New System.Drawing.Point(621, 21)
- Me.BTNPlaylistCtrlZ.Name = "BTNPlaylistCtrlZ"
- Me.BTNPlaylistCtrlZ.Size = New System.Drawing.Size(44, 23)
- Me.BTNPlaylistCtrlZ.TabIndex = 202
- Me.BTNPlaylistCtrlZ.Text = "Undo"
- Me.BTNPlaylistCtrlZ.UseVisualStyleBackColor = True
+ Me.TbxDomImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.TbxDomImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxDomImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "DomImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxDomImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxDomImageDir.ForeColor = System.Drawing.Color.Black
+ Me.TbxDomImageDir.Location = New System.Drawing.Point(10, 73)
+ Me.TbxDomImageDir.Name = "TbxDomImageDir"
+ Me.TbxDomImageDir.ReadOnly = True
+ Me.TbxDomImageDir.Size = New System.Drawing.Size(190, 20)
+ Me.TbxDomImageDir.TabIndex = 0
+ Me.TbxDomImageDir.Text = Global.Tease_AI.My.MySettings.Default.DomImageDir
'
- 'RadioPlaylistRegScripts
+ 'LBLSubColor
'
- Me.RadioPlaylistRegScripts.AutoSize = True
- Me.RadioPlaylistRegScripts.Location = New System.Drawing.Point(228, 372)
- Me.RadioPlaylistRegScripts.Name = "RadioPlaylistRegScripts"
- Me.RadioPlaylistRegScripts.Size = New System.Drawing.Size(127, 17)
- Me.RadioPlaylistRegScripts.TabIndex = 201
- Me.RadioPlaylistRegScripts.Text = "Show Regular Scripts"
- Me.RadioPlaylistRegScripts.UseVisualStyleBackColor = True
+ Me.LBLSubColor.BackColor = System.Drawing.Color.White
+ Me.LBLSubColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLSubColor.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "SubColorColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLSubColor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLSubColor.ForeColor = Global.Tease_AI.My.MySettings.Default.SubColorColor
+ Me.LBLSubColor.Location = New System.Drawing.Point(120, 20)
+ Me.LBLSubColor.Name = "LBLSubColor"
+ Me.LBLSubColor.Size = New System.Drawing.Size(72, 23)
+ Me.LBLSubColor.TabIndex = 0
+ Me.LBLSubColor.Text = "Preview"
+ Me.LBLSubColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'RadioPlaylistScripts
+ 'LBLDomColor
'
- Me.RadioPlaylistScripts.AutoSize = True
- Me.RadioPlaylistScripts.Checked = True
- Me.RadioPlaylistScripts.Location = New System.Drawing.Point(62, 372)
- Me.RadioPlaylistScripts.Name = "RadioPlaylistScripts"
- Me.RadioPlaylistScripts.Size = New System.Drawing.Size(122, 17)
- Me.RadioPlaylistScripts.TabIndex = 200
- Me.RadioPlaylistScripts.TabStop = True
- Me.RadioPlaylistScripts.Text = "Show Playlist Scripts"
- Me.RadioPlaylistScripts.UseVisualStyleBackColor = True
+ Me.LBLDomColor.BackColor = System.Drawing.Color.White
+ Me.LBLDomColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLDomColor.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "DomColorColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLDomColor.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLDomColor.ForeColor = Global.Tease_AI.My.MySettings.Default.DomColorColor
+ Me.LBLDomColor.Location = New System.Drawing.Point(120, 20)
+ Me.LBLDomColor.Name = "LBLDomColor"
+ Me.LBLDomColor.Size = New System.Drawing.Size(72, 23)
+ Me.LBLDomColor.TabIndex = 0
+ Me.LBLDomColor.Text = "Preview"
+ Me.LBLDomColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNPlaylistEnd
+ 'CBLockOrgasmChances
'
- Me.BTNPlaylistEnd.BackColor = System.Drawing.Color.LightGray
- Me.BTNPlaylistEnd.Enabled = False
- Me.BTNPlaylistEnd.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.BTNPlaylistEnd.ForeColor = System.Drawing.Color.Black
- Me.BTNPlaylistEnd.Location = New System.Drawing.Point(165, 21)
- Me.BTNPlaylistEnd.Name = "BTNPlaylistEnd"
- Me.BTNPlaylistEnd.Size = New System.Drawing.Size(44, 23)
- Me.BTNPlaylistEnd.TabIndex = 199
- Me.BTNPlaylistEnd.Text = "End"
- Me.BTNPlaylistEnd.UseVisualStyleBackColor = False
+ Me.CBLockOrgasmChances.Checked = Global.Tease_AI.My.MySettings.Default.LockOrgasmChances
+ Me.CBLockOrgasmChances.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "LockOrgasmChances", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBLockOrgasmChances.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.CBLockOrgasmChances.ForeColor = System.Drawing.Color.Black
+ Me.CBLockOrgasmChances.Location = New System.Drawing.Point(15, 73)
+ Me.CBLockOrgasmChances.Name = "CBLockOrgasmChances"
+ Me.CBLockOrgasmChances.Size = New System.Drawing.Size(237, 24)
+ Me.CBLockOrgasmChances.TabIndex = 146
+ Me.CBLockOrgasmChances.Text = "Orgasm Chance Locked when Tease Starts"
+ Me.CBLockOrgasmChances.UseVisualStyleBackColor = True
'
- 'BTNPlaylistClearAll
+ 'ChbImageUrlHardcore
'
- Me.BTNPlaylistClearAll.Enabled = False
- Me.BTNPlaylistClearAll.Location = New System.Drawing.Point(296, 21)
- Me.BTNPlaylistClearAll.Name = "BTNPlaylistClearAll"
- Me.BTNPlaylistClearAll.Size = New System.Drawing.Size(78, 23)
- Me.BTNPlaylistClearAll.TabIndex = 198
- Me.BTNPlaylistClearAll.Text = "Clear All"
- Me.BTNPlaylistClearAll.UseVisualStyleBackColor = True
+ Me.ChbImageUrlHardcore.AutoSize = True
+ Me.ChbImageUrlHardcore.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileHardcoreEnabled
+ Me.ChbImageUrlHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileHardcoreEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlHardcore.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlHardcore.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlHardcore.Location = New System.Drawing.Point(3, 3)
+ Me.ChbImageUrlHardcore.Name = "ChbImageUrlHardcore"
+ Me.ChbImageUrlHardcore.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlHardcore.TabIndex = 0
+ Me.ChbImageUrlHardcore.Text = "Hardcore"
+ Me.ChbImageUrlHardcore.UseVisualStyleBackColor = True
'
- 'BTNPlaylistSave
+ 'ChbImageUrlButts
'
- Me.BTNPlaylistSave.Enabled = False
- Me.BTNPlaylistSave.Location = New System.Drawing.Point(621, 369)
- Me.BTNPlaylistSave.Name = "BTNPlaylistSave"
- Me.BTNPlaylistSave.Size = New System.Drawing.Size(44, 23)
- Me.BTNPlaylistSave.TabIndex = 197
- Me.BTNPlaylistSave.Text = "Save"
- Me.BTNPlaylistSave.UseVisualStyleBackColor = True
+ Me.ChbImageUrlButts.AutoSize = True
+ Me.ChbImageUrlButts.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileButtEnabled
+ Me.ChbImageUrlButts.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileButtEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlButts.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlButts.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlButts.Location = New System.Drawing.Point(3, 351)
+ Me.ChbImageUrlButts.Name = "ChbImageUrlButts"
+ Me.ChbImageUrlButts.Size = New System.Drawing.Size(70, 27)
+ Me.ChbImageUrlButts.TabIndex = 37
+ Me.ChbImageUrlButts.Text = "Butts"
+ Me.ChbImageUrlButts.UseVisualStyleBackColor = True
'
- 'Button7
+ 'ChbImageUrlMaledom
'
- Me.Button7.Location = New System.Drawing.Point(213, 21)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(78, 23)
- Me.Button7.TabIndex = 196
- Me.Button7.Text = "Add Random"
- Me.Button7.UseVisualStyleBackColor = True
+ Me.ChbImageUrlMaledom.AutoSize = True
+ Me.ChbImageUrlMaledom.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileMaledomEnabled
+ Me.ChbImageUrlMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileMaledomEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlMaledom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlMaledom.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlMaledom.Location = New System.Drawing.Point(3, 235)
+ Me.ChbImageUrlMaledom.Name = "ChbImageUrlMaledom"
+ Me.ChbImageUrlMaledom.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlMaledom.TabIndex = 25
+ Me.ChbImageUrlMaledom.Text = "Maledom"
+ Me.ChbImageUrlMaledom.UseVisualStyleBackColor = True
'
- 'WBPlaylist
+ 'ChbImageUrlGay
'
- Me.WBPlaylist.Location = New System.Drawing.Point(38, 54)
- Me.WBPlaylist.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WBPlaylist.Name = "WBPlaylist"
- Me.WBPlaylist.Size = New System.Drawing.Size(336, 292)
- Me.WBPlaylist.TabIndex = 195
+ Me.ChbImageUrlGay.AutoSize = True
+ Me.ChbImageUrlGay.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileGayEnabled
+ Me.ChbImageUrlGay.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileGayEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlGay.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlGay.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlGay.Location = New System.Drawing.Point(3, 206)
+ Me.ChbImageUrlGay.Name = "ChbImageUrlGay"
+ Me.ChbImageUrlGay.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlGay.TabIndex = 22
+ Me.ChbImageUrlGay.Text = "Gay"
+ Me.ChbImageUrlGay.UseVisualStyleBackColor = True
'
- 'Label80
+ 'ChbImageUrlSoftcore
'
- Me.Label80.AutoSize = True
- Me.Label80.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label80.Location = New System.Drawing.Point(410, 27)
- Me.Label80.Name = "Label80"
- Me.Label80.Size = New System.Drawing.Size(47, 13)
- Me.Label80.TabIndex = 194
- Me.Label80.Text = "Playlist"
+ Me.ChbImageUrlSoftcore.AutoSize = True
+ Me.ChbImageUrlSoftcore.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileSoftcoreEnabled
+ Me.ChbImageUrlSoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileSoftcoreEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlSoftcore.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlSoftcore.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlSoftcore.Location = New System.Drawing.Point(3, 32)
+ Me.ChbImageUrlSoftcore.Name = "ChbImageUrlSoftcore"
+ Me.ChbImageUrlSoftcore.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlSoftcore.TabIndex = 4
+ Me.ChbImageUrlSoftcore.Text = "Softcore"
+ Me.ChbImageUrlSoftcore.UseVisualStyleBackColor = True
'
- 'LBLPlaylIstLink
+ 'ChbImageUrlBoobs
'
- Me.LBLPlaylIstLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLPlaylIstLink.Enabled = False
- Me.LBLPlaylIstLink.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLPlaylIstLink.Location = New System.Drawing.Point(128, 22)
- Me.LBLPlaylIstLink.Name = "LBLPlaylIstLink"
- Me.LBLPlaylIstLink.Size = New System.Drawing.Size(34, 21)
- Me.LBLPlaylIstLink.TabIndex = 193
- Me.LBLPlaylIstLink.Text = "Link"
- Me.LBLPlaylIstLink.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.ChbImageUrlBoobs.AutoSize = True
+ Me.ChbImageUrlBoobs.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileBoobsEnabled
+ Me.ChbImageUrlBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileBoobsEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlBoobs.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlBoobs.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlBoobs.Location = New System.Drawing.Point(3, 322)
+ Me.ChbImageUrlBoobs.Name = "ChbImageUrlBoobs"
+ Me.ChbImageUrlBoobs.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlBoobs.TabIndex = 34
+ Me.ChbImageUrlBoobs.Text = "Boobs"
+ Me.ChbImageUrlBoobs.UseVisualStyleBackColor = True
'
- 'LBLPlaylistModule
+ 'ChbImageUrlLesbian
'
- Me.LBLPlaylistModule.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLPlaylistModule.Enabled = False
- Me.LBLPlaylistModule.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLPlaylistModule.Location = New System.Drawing.Point(76, 22)
- Me.LBLPlaylistModule.Name = "LBLPlaylistModule"
- Me.LBLPlaylistModule.Size = New System.Drawing.Size(50, 21)
- Me.LBLPlaylistModule.TabIndex = 192
- Me.LBLPlaylistModule.Text = "Module"
- Me.LBLPlaylistModule.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.ChbImageUrlLesbian.AutoSize = True
+ Me.ChbImageUrlLesbian.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileLesbianEnabled
+ Me.ChbImageUrlLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileLesbianEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlLesbian.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlLesbian.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlLesbian.Location = New System.Drawing.Point(3, 61)
+ Me.ChbImageUrlLesbian.Name = "ChbImageUrlLesbian"
+ Me.ChbImageUrlLesbian.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlLesbian.TabIndex = 7
+ Me.ChbImageUrlLesbian.Text = "Lesbian"
+ Me.ChbImageUrlLesbian.UseVisualStyleBackColor = True
'
- 'LBLPLaylistStart
+ 'ChbImageUrlBlowjob
'
- Me.LBLPLaylistStart.BackColor = System.Drawing.Color.Green
- Me.LBLPLaylistStart.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLPLaylistStart.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLPLaylistStart.ForeColor = System.Drawing.Color.White
- Me.LBLPLaylistStart.Location = New System.Drawing.Point(38, 22)
- Me.LBLPLaylistStart.Name = "LBLPLaylistStart"
- Me.LBLPLaylistStart.Size = New System.Drawing.Size(36, 21)
- Me.LBLPLaylistStart.TabIndex = 190
- Me.LBLPLaylistStart.Text = "Start"
- Me.LBLPLaylistStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.ChbImageUrlBlowjob.AutoSize = True
+ Me.ChbImageUrlBlowjob.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileBlowjobEnabled
+ Me.ChbImageUrlBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileBlowjobEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlBlowjob.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlBlowjob.Location = New System.Drawing.Point(3, 90)
+ Me.ChbImageUrlBlowjob.Name = "ChbImageUrlBlowjob"
+ Me.ChbImageUrlBlowjob.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlBlowjob.TabIndex = 10
+ Me.ChbImageUrlBlowjob.Text = "Blowjob"
+ Me.ChbImageUrlBlowjob.UseVisualStyleBackColor = True
'
- 'LBPlaylist
+ 'ChbImageUrlCaptions
'
- Me.LBPlaylist.AllowDrop = True
- Me.LBPlaylist.FormattingEnabled = True
- Me.LBPlaylist.Location = New System.Drawing.Point(413, 56)
- Me.LBPlaylist.Name = "LBPlaylist"
- Me.LBPlaylist.Size = New System.Drawing.Size(252, 290)
- Me.LBPlaylist.TabIndex = 189
+ Me.ChbImageUrlCaptions.AutoSize = True
+ Me.ChbImageUrlCaptions.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileCaptionsEnabled
+ Me.ChbImageUrlCaptions.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileCaptionsEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlCaptions.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlCaptions.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlCaptions.Location = New System.Drawing.Point(3, 264)
+ Me.ChbImageUrlCaptions.Name = "ChbImageUrlCaptions"
+ Me.ChbImageUrlCaptions.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlCaptions.TabIndex = 28
+ Me.ChbImageUrlCaptions.Text = "Captions"
+ Me.ChbImageUrlCaptions.UseVisualStyleBackColor = True
'
- 'TabPage14
+ 'ChbImageUrlGeneral
'
- Me.TabPage14.BackColor = System.Drawing.Color.LightGray
- Me.TabPage14.Controls.Add(Me.LBLKeywordPreview)
- Me.TabPage14.Controls.Add(Me.Label88)
- Me.TabPage14.Controls.Add(Me.TBKeywordPreview)
- Me.TabPage14.Controls.Add(Me.Button37)
- Me.TabPage14.Controls.Add(Me.Button50)
- Me.TabPage14.Controls.Add(Me.Button22)
- Me.TabPage14.Controls.Add(Me.TBKeyWords)
- Me.TabPage14.Controls.Add(Me.LBKeyWords)
- Me.TabPage14.Controls.Add(Me.RTBKeyWords)
- Me.TabPage14.Location = New System.Drawing.Point(4, 22)
- Me.TabPage14.Name = "TabPage14"
- Me.TabPage14.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage14.Size = New System.Drawing.Size(700, 411)
- Me.TabPage14.TabIndex = 0
- Me.TabPage14.Text = "Keywords"
+ Me.ChbImageUrlGeneral.AutoSize = True
+ Me.ChbImageUrlGeneral.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileGeneralEnabled
+ Me.ChbImageUrlGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileGeneralEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlGeneral.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlGeneral.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlGeneral.Location = New System.Drawing.Point(3, 293)
+ Me.ChbImageUrlGeneral.Name = "ChbImageUrlGeneral"
+ Me.ChbImageUrlGeneral.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlGeneral.TabIndex = 31
+ Me.ChbImageUrlGeneral.Text = "General"
+ Me.ChbImageUrlGeneral.UseVisualStyleBackColor = True
'
- 'LBLKeywordPreview
+ 'ChbImageUrlFemdom
'
- Me.LBLKeywordPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLKeywordPreview.Location = New System.Drawing.Point(215, 385)
- Me.LBLKeywordPreview.Name = "LBLKeywordPreview"
- Me.LBLKeywordPreview.Size = New System.Drawing.Size(416, 23)
- Me.LBLKeywordPreview.TabIndex = 174
- Me.LBLKeywordPreview.Text = "Get Preview Here"
- Me.LBLKeywordPreview.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.ChbImageUrlFemdom.AutoSize = True
+ Me.ChbImageUrlFemdom.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileFemdomEnabled
+ Me.ChbImageUrlFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileFemdomEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlFemdom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlFemdom.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlFemdom.Location = New System.Drawing.Point(3, 119)
+ Me.ChbImageUrlFemdom.Name = "ChbImageUrlFemdom"
+ Me.ChbImageUrlFemdom.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlFemdom.TabIndex = 13
+ Me.ChbImageUrlFemdom.Text = "Femdom"
+ Me.ChbImageUrlFemdom.UseVisualStyleBackColor = True
'
- 'Label88
+ 'ChbImageUrlHentai
'
- Me.Label88.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.Label88.Location = New System.Drawing.Point(3, 358)
- Me.Label88.Name = "Label88"
- Me.Label88.Size = New System.Drawing.Size(194, 53)
- Me.Label88.TabIndex = 173
- Me.Label88.Text = "Preview: Enter any line with a Keyword and press # to generate a random sentence" &
- " the domme return."
- Me.Label88.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.ChbImageUrlHentai.AutoSize = True
+ Me.ChbImageUrlHentai.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileHentaiEnabled
+ Me.ChbImageUrlHentai.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileHentaiEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlHentai.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlHentai.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlHentai.Location = New System.Drawing.Point(3, 177)
+ Me.ChbImageUrlHentai.Name = "ChbImageUrlHentai"
+ Me.ChbImageUrlHentai.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlHentai.TabIndex = 19
+ Me.ChbImageUrlHentai.Text = "Hentai"
+ Me.ChbImageUrlHentai.UseVisualStyleBackColor = True
'
- 'TBKeywordPreview
+ 'ChbImageUrlLezdom
'
- Me.TBKeywordPreview.Location = New System.Drawing.Point(215, 358)
- Me.TBKeywordPreview.Name = "TBKeywordPreview"
- Me.TBKeywordPreview.Size = New System.Drawing.Size(416, 20)
- Me.TBKeywordPreview.TabIndex = 172
- Me.TBKeywordPreview.Text = "Enter Line Here"
- Me.TBKeywordPreview.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.ChbImageUrlLezdom.AutoSize = True
+ Me.ChbImageUrlLezdom.Checked = Global.Tease_AI.My.MySettings.Default.UrlFileLezdomEnabled
+ Me.ChbImageUrlLezdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "UrlFileLezdomEnabled", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.ChbImageUrlLezdom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.ChbImageUrlLezdom.ForeColor = System.Drawing.Color.Black
+ Me.ChbImageUrlLezdom.Location = New System.Drawing.Point(3, 148)
+ Me.ChbImageUrlLezdom.Name = "ChbImageUrlLezdom"
+ Me.ChbImageUrlLezdom.Size = New System.Drawing.Size(70, 23)
+ Me.ChbImageUrlLezdom.TabIndex = 16
+ Me.ChbImageUrlLezdom.Text = "Lezdom"
+ Me.ChbImageUrlLezdom.UseVisualStyleBackColor = True
'
- 'Button37
+ 'TxbImageUrlBlowjob
'
- Me.Button37.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Button37.Location = New System.Drawing.Point(638, 358)
- Me.Button37.Name = "Button37"
- Me.Button37.Size = New System.Drawing.Size(47, 50)
- Me.Button37.TabIndex = 171
- Me.Button37.Text = "#"
- Me.Button37.UseVisualStyleBackColor = True
+ Me.TxbImageUrlBlowjob.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlBlowjob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlBlowjob.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlBlowjob.Location = New System.Drawing.Point(115, 92)
+ Me.TxbImageUrlBlowjob.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlBlowjob.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlBlowjob.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlBlowjob.Name = "TxbImageUrlBlowjob"
+ Me.TxbImageUrlBlowjob.ReadOnly = True
+ Me.TxbImageUrlBlowjob.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlBlowjob.TabIndex = 12
+ Me.TxbImageUrlBlowjob.Text = Global.Tease_AI.My.MySettings.Default.UrlFileBlowjob
'
- 'Button50
+ 'TxbImageUrlSoftcore
'
- Me.Button50.Location = New System.Drawing.Point(6, 10)
- Me.Button50.Name = "Button50"
- Me.Button50.Size = New System.Drawing.Size(194, 23)
- Me.Button50.TabIndex = 169
- Me.Button50.Text = "Refresh and Clear Keyword List"
- Me.Button50.UseVisualStyleBackColor = True
+ Me.TxbImageUrlSoftcore.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlSoftcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlSoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileSoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlSoftcore.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlSoftcore.Location = New System.Drawing.Point(115, 34)
+ Me.TxbImageUrlSoftcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlSoftcore.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlSoftcore.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlSoftcore.Name = "TxbImageUrlSoftcore"
+ Me.TxbImageUrlSoftcore.ReadOnly = True
+ Me.TxbImageUrlSoftcore.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlSoftcore.TabIndex = 6
+ Me.TxbImageUrlSoftcore.Text = Global.Tease_AI.My.MySettings.Default.UrlFileSoftcore
'
- 'Button22
+ 'TxbImageUrlLezdom
'
- Me.Button22.Location = New System.Drawing.Point(638, 10)
- Me.Button22.Name = "Button22"
- Me.Button22.Size = New System.Drawing.Size(47, 23)
- Me.Button22.TabIndex = 167
- Me.Button22.Text = "Save"
- Me.Button22.UseVisualStyleBackColor = True
+ Me.TxbImageUrlLezdom.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlLezdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlLezdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileLezdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlLezdom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlLezdom.Location = New System.Drawing.Point(115, 150)
+ Me.TxbImageUrlLezdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlLezdom.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlLezdom.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlLezdom.Name = "TxbImageUrlLezdom"
+ Me.TxbImageUrlLezdom.ReadOnly = True
+ Me.TxbImageUrlLezdom.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlLezdom.TabIndex = 18
+ Me.TxbImageUrlLezdom.Text = Global.Tease_AI.My.MySettings.Default.UrlFileLezdom
'
- 'TBKeyWords
+ 'TxbImageUrlFemdom
'
- Me.TBKeyWords.Location = New System.Drawing.Point(215, 10)
- Me.TBKeyWords.Name = "TBKeyWords"
- Me.TBKeyWords.Size = New System.Drawing.Size(416, 20)
- Me.TBKeyWords.TabIndex = 166
+ Me.TxbImageUrlFemdom.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlFemdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlFemdom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlFemdom.Location = New System.Drawing.Point(115, 121)
+ Me.TxbImageUrlFemdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlFemdom.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlFemdom.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlFemdom.Name = "TxbImageUrlFemdom"
+ Me.TxbImageUrlFemdom.ReadOnly = True
+ Me.TxbImageUrlFemdom.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlFemdom.TabIndex = 15
+ Me.TxbImageUrlFemdom.Text = Global.Tease_AI.My.MySettings.Default.UrlFileFemdom
'
- 'LBKeyWords
+ 'TxbImageUrlHardcore
'
- Me.LBKeyWords.FormattingEnabled = True
- Me.LBKeyWords.Location = New System.Drawing.Point(6, 36)
- Me.LBKeyWords.Name = "LBKeyWords"
- Me.LBKeyWords.Size = New System.Drawing.Size(194, 316)
- Me.LBKeyWords.Sorted = True
- Me.LBKeyWords.TabIndex = 165
+ Me.TxbImageUrlHardcore.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlHardcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlHardcore.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlHardcore.Location = New System.Drawing.Point(115, 5)
+ Me.TxbImageUrlHardcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlHardcore.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlHardcore.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlHardcore.Name = "TxbImageUrlHardcore"
+ Me.TxbImageUrlHardcore.ReadOnly = True
+ Me.TxbImageUrlHardcore.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlHardcore.TabIndex = 3
+ Me.TxbImageUrlHardcore.Text = Global.Tease_AI.My.MySettings.Default.UrlFileHardcore
'
- 'RTBKeyWords
+ 'TxbImageUrlHentai
'
- Me.RTBKeyWords.Location = New System.Drawing.Point(215, 39)
- Me.RTBKeyWords.Name = "RTBKeyWords"
- Me.RTBKeyWords.Size = New System.Drawing.Size(470, 313)
- Me.RTBKeyWords.TabIndex = 164
- Me.RTBKeyWords.Text = ""
+ Me.TxbImageUrlHentai.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlHentai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlHentai.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileHentai", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlHentai.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlHentai.Location = New System.Drawing.Point(115, 179)
+ Me.TxbImageUrlHentai.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlHentai.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlHentai.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlHentai.Name = "TxbImageUrlHentai"
+ Me.TxbImageUrlHentai.ReadOnly = True
+ Me.TxbImageUrlHentai.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlHentai.TabIndex = 21
+ Me.TxbImageUrlHentai.Text = Global.Tease_AI.My.MySettings.Default.UrlFileHentai
'
- 'TabPage24
+ 'TxbImageUrlGay
'
- Me.TabPage24.BackColor = System.Drawing.Color.LightGray
- Me.TabPage24.Controls.Add(Me.Button9)
- Me.TabPage24.Controls.Add(Me.RTBResponsesKEY)
- Me.TabPage24.Controls.Add(Me.Button4)
- Me.TabPage24.Controls.Add(Me.Button5)
- Me.TabPage24.Controls.Add(Me.TBResponses)
- Me.TabPage24.Controls.Add(Me.LBResponses)
- Me.TabPage24.Controls.Add(Me.RTBResponses)
- Me.TabPage24.Location = New System.Drawing.Point(4, 22)
- Me.TabPage24.Name = "TabPage24"
- Me.TabPage24.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage24.Size = New System.Drawing.Size(700, 411)
- Me.TabPage24.TabIndex = 3
- Me.TabPage24.Text = "Responses"
+ Me.TxbImageUrlGay.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlGay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlGay.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileGay", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlGay.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlGay.Location = New System.Drawing.Point(115, 208)
+ Me.TxbImageUrlGay.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlGay.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlGay.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlGay.Name = "TxbImageUrlGay"
+ Me.TxbImageUrlGay.ReadOnly = True
+ Me.TxbImageUrlGay.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlGay.TabIndex = 24
+ Me.TxbImageUrlGay.Text = Global.Tease_AI.My.MySettings.Default.UrlFileGay
'
- 'Button9
+ 'TxbImageUrlLesbian
'
- Me.Button9.Location = New System.Drawing.Point(217, 10)
- Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(215, 23)
- Me.Button9.TabIndex = 176
- Me.Button9.Text = "Response Template"
- Me.Button9.UseVisualStyleBackColor = True
+ Me.TxbImageUrlLesbian.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlLesbian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileLesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlLesbian.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlLesbian.Location = New System.Drawing.Point(115, 63)
+ Me.TxbImageUrlLesbian.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlLesbian.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlLesbian.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlLesbian.Name = "TxbImageUrlLesbian"
+ Me.TxbImageUrlLesbian.ReadOnly = True
+ Me.TxbImageUrlLesbian.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlLesbian.TabIndex = 9
+ Me.TxbImageUrlLesbian.Text = Global.Tease_AI.My.MySettings.Default.UrlFileLesbian
'
- 'RTBResponsesKEY
+ 'TxbImageUrlMaledom
'
- Me.RTBResponsesKEY.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.RTBResponsesKEY.Location = New System.Drawing.Point(217, 36)
- Me.RTBResponsesKEY.Name = "RTBResponsesKEY"
- Me.RTBResponsesKEY.Size = New System.Drawing.Size(468, 40)
- Me.RTBResponsesKEY.TabIndex = 175
- Me.RTBResponsesKEY.Text = ""
+ Me.TxbImageUrlMaledom.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlMaledom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileMaledom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlMaledom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlMaledom.Location = New System.Drawing.Point(115, 237)
+ Me.TxbImageUrlMaledom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlMaledom.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlMaledom.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlMaledom.Name = "TxbImageUrlMaledom"
+ Me.TxbImageUrlMaledom.ReadOnly = True
+ Me.TxbImageUrlMaledom.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlMaledom.TabIndex = 27
+ Me.TxbImageUrlMaledom.Text = Global.Tease_AI.My.MySettings.Default.UrlFileMaledom
'
- 'Button4
+ 'TxbImageUrlCaptions
'
- Me.Button4.Location = New System.Drawing.Point(6, 10)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(194, 23)
- Me.Button4.TabIndex = 174
- Me.Button4.Text = "Refresh and Clear Response List"
- Me.Button4.UseVisualStyleBackColor = True
+ Me.TxbImageUrlCaptions.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlCaptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlCaptions.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileCaptions", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlCaptions.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlCaptions.Location = New System.Drawing.Point(115, 266)
+ Me.TxbImageUrlCaptions.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlCaptions.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlCaptions.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlCaptions.Name = "TxbImageUrlCaptions"
+ Me.TxbImageUrlCaptions.ReadOnly = True
+ Me.TxbImageUrlCaptions.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlCaptions.TabIndex = 30
+ Me.TxbImageUrlCaptions.Text = Global.Tease_AI.My.MySettings.Default.UrlFileCaptions
'
- 'Button5
+ 'TxbImageUrlGeneral
'
- Me.Button5.Location = New System.Drawing.Point(638, 10)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(47, 23)
- Me.Button5.TabIndex = 173
- Me.Button5.Text = "Save"
- Me.Button5.UseVisualStyleBackColor = True
+ Me.TxbImageUrlGeneral.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlGeneral.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlGeneral.Location = New System.Drawing.Point(115, 295)
+ Me.TxbImageUrlGeneral.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlGeneral.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlGeneral.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlGeneral.Name = "TxbImageUrlGeneral"
+ Me.TxbImageUrlGeneral.ReadOnly = True
+ Me.TxbImageUrlGeneral.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlGeneral.TabIndex = 33
+ Me.TxbImageUrlGeneral.Text = Global.Tease_AI.My.MySettings.Default.UrlFileGeneral
'
- 'TBResponses
+ 'TxbImageUrlBoobs
'
- Me.TBResponses.Location = New System.Drawing.Point(438, 10)
- Me.TBResponses.Name = "TBResponses"
- Me.TBResponses.Size = New System.Drawing.Size(194, 20)
- Me.TBResponses.TabIndex = 172
+ Me.TxbImageUrlBoobs.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlBoobs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileBoobs", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlBoobs.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlBoobs.Location = New System.Drawing.Point(115, 324)
+ Me.TxbImageUrlBoobs.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlBoobs.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlBoobs.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlBoobs.Name = "TxbImageUrlBoobs"
+ Me.TxbImageUrlBoobs.ReadOnly = True
+ Me.TxbImageUrlBoobs.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlBoobs.TabIndex = 36
+ Me.TxbImageUrlBoobs.Text = Global.Tease_AI.My.MySettings.Default.UrlFileBoobs
'
- 'LBResponses
+ 'TxbImageUrlButts
'
- Me.LBResponses.FormattingEnabled = True
- Me.LBResponses.Location = New System.Drawing.Point(6, 36)
- Me.LBResponses.Name = "LBResponses"
- Me.LBResponses.Size = New System.Drawing.Size(194, 355)
- Me.LBResponses.Sorted = True
- Me.LBResponses.TabIndex = 171
+ Me.TxbImageUrlButts.BackColor = System.Drawing.Color.LightGray
+ Me.TxbImageUrlButts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbImageUrlButts.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "UrlFileButt", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbImageUrlButts.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.TxbImageUrlButts.Location = New System.Drawing.Point(115, 353)
+ Me.TxbImageUrlButts.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TxbImageUrlButts.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbImageUrlButts.MinimumSize = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlButts.Name = "TxbImageUrlButts"
+ Me.TxbImageUrlButts.ReadOnly = True
+ Me.TxbImageUrlButts.Size = New System.Drawing.Size(182, 17)
+ Me.TxbImageUrlButts.TabIndex = 39
+ Me.TxbImageUrlButts.Text = Global.Tease_AI.My.MySettings.Default.UrlFileButt
'
- 'RTBResponses
+ 'TbxIHardcore
'
- Me.RTBResponses.Location = New System.Drawing.Point(217, 82)
- Me.RTBResponses.Name = "RTBResponses"
- Me.RTBResponses.Size = New System.Drawing.Size(468, 309)
- Me.RTBResponses.TabIndex = 170
- Me.RTBResponses.Text = ""
+ Me.TbxIHardcore.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIHardcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIHardcore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIHardcore.ForeColor = System.Drawing.Color.Black
+ Me.TbxIHardcore.Location = New System.Drawing.Point(115, 5)
+ Me.TbxIHardcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIHardcore.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIHardcore.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIHardcore.Name = "TbxIHardcore"
+ Me.TbxIHardcore.ReadOnly = True
+ Me.TbxIHardcore.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIHardcore.TabIndex = 2
+ Me.TbxIHardcore.Text = Global.Tease_AI.My.MySettings.Default.IHardcore
'
- 'TabPage8
+ 'CBIHardcoreSD
'
- Me.TabPage8.BackColor = System.Drawing.Color.LightGray
- Me.TabPage8.Controls.Add(Me.RTBVideoMod)
- Me.TabPage8.Controls.Add(Me.GroupBox29)
- Me.TabPage8.Controls.Add(Me.BTNVideoModClear)
- Me.TabPage8.Controls.Add(Me.GroupBox28)
- Me.TabPage8.Controls.Add(Me.BTNVideoModLoad)
- Me.TabPage8.Controls.Add(Me.GroupBox30)
- Me.TabPage8.Controls.Add(Me.BTNVideoModSave)
- Me.TabPage8.Location = New System.Drawing.Point(4, 22)
- Me.TabPage8.Name = "TabPage8"
- Me.TabPage8.Size = New System.Drawing.Size(700, 411)
- Me.TabPage8.TabIndex = 2
- Me.TabPage8.Text = "Video"
+ Me.CBIHardcoreSD.AutoSize = True
+ Me.CBIHardcoreSD.Checked = Global.Tease_AI.My.MySettings.Default.IHardcoreSD
+ Me.CBIHardcoreSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIHardcoreSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IHardcoreSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIHardcoreSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIHardcoreSD.ForeColor = System.Drawing.Color.Black
+ Me.CBIHardcoreSD.Location = New System.Drawing.Point(343, 3)
+ Me.CBIHardcoreSD.Name = "CBIHardcoreSD"
+ Me.CBIHardcoreSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBIHardcoreSD.TabIndex = 3
+ Me.CBIHardcoreSD.UseVisualStyleBackColor = True
'
- 'RTBVideoMod
+ 'CBIHardcore
'
- Me.RTBVideoMod.Enabled = False
- Me.RTBVideoMod.Location = New System.Drawing.Point(167, 17)
- Me.RTBVideoMod.Name = "RTBVideoMod"
- Me.RTBVideoMod.Size = New System.Drawing.Size(525, 286)
- Me.RTBVideoMod.TabIndex = 150
- Me.RTBVideoMod.Text = ""
+ Me.CBIHardcore.AutoSize = True
+ Me.CBIHardcore.Checked = Global.Tease_AI.My.MySettings.Default.CBIHardcore
+ Me.CBIHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIHardcore.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIHardcore.ForeColor = System.Drawing.Color.Black
+ Me.CBIHardcore.Location = New System.Drawing.Point(3, 3)
+ Me.CBIHardcore.Name = "CBIHardcore"
+ Me.CBIHardcore.Size = New System.Drawing.Size(70, 23)
+ Me.CBIHardcore.TabIndex = 0
+ Me.CBIHardcore.Text = "Hardcore"
+ Me.CBIHardcore.UseVisualStyleBackColor = True
'
- 'GroupBox29
+ 'CBISoftcore
'
- Me.GroupBox29.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox29.Controls.Add(Me.Label51)
- Me.GroupBox29.ForeColor = System.Drawing.Color.Black
- Me.GroupBox29.Location = New System.Drawing.Point(6, 309)
- Me.GroupBox29.Name = "GroupBox29"
- Me.GroupBox29.Size = New System.Drawing.Size(692, 92)
- Me.GroupBox29.TabIndex = 66
- Me.GroupBox29.TabStop = False
- Me.GroupBox29.Text = "Description"
+ Me.CBISoftcore.AutoSize = True
+ Me.CBISoftcore.Checked = Global.Tease_AI.My.MySettings.Default.CBISoftcore
+ Me.CBISoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBISoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBISoftcore.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBISoftcore.ForeColor = System.Drawing.Color.Black
+ Me.CBISoftcore.Location = New System.Drawing.Point(3, 32)
+ Me.CBISoftcore.Name = "CBISoftcore"
+ Me.CBISoftcore.Size = New System.Drawing.Size(70, 23)
+ Me.CBISoftcore.TabIndex = 4
+ Me.CBISoftcore.Text = "Softcore"
+ Me.CBISoftcore.UseVisualStyleBackColor = True
'
- 'Label51
+ 'TbxISoftcore
'
- Me.Label51.BackColor = System.Drawing.Color.Transparent
- Me.Label51.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label51.ForeColor = System.Drawing.Color.Black
- Me.Label51.Location = New System.Drawing.Point(6, 16)
- Me.Label51.Name = "Label51"
- Me.Label51.Size = New System.Drawing.Size(680, 73)
- Me.Label51.TabIndex = 62
- Me.Label51.Text = resources.GetString("Label51.Text")
- Me.Label51.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TbxISoftcore.BackColor = System.Drawing.Color.LightGray
+ Me.TbxISoftcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxISoftcore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ISoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxISoftcore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxISoftcore.ForeColor = System.Drawing.Color.Black
+ Me.TbxISoftcore.Location = New System.Drawing.Point(115, 34)
+ Me.TbxISoftcore.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxISoftcore.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxISoftcore.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxISoftcore.Name = "TbxISoftcore"
+ Me.TbxISoftcore.ReadOnly = True
+ Me.TbxISoftcore.Size = New System.Drawing.Size(217, 17)
+ Me.TbxISoftcore.TabIndex = 6
+ Me.TbxISoftcore.Text = Global.Tease_AI.My.MySettings.Default.ISoftcore
'
- 'BTNVideoModClear
+ 'CBButtSubDir
'
- Me.BTNVideoModClear.Enabled = False
- Me.BTNVideoModClear.Location = New System.Drawing.Point(6, 227)
- Me.BTNVideoModClear.Name = "BTNVideoModClear"
- Me.BTNVideoModClear.Size = New System.Drawing.Size(155, 35)
- Me.BTNVideoModClear.TabIndex = 153
- Me.BTNVideoModClear.Text = "Clear Text and Select New Video Tease Type/Script"
- Me.BTNVideoModClear.UseVisualStyleBackColor = True
+ Me.CBButtSubDir.AutoSize = True
+ Me.CBButtSubDir.Checked = Global.Tease_AI.My.MySettings.Default.CBButtSubDir
+ Me.CBButtSubDir.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBButtSubDir.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBButtSubDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBButtSubDir.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBButtSubDir.ForeColor = System.Drawing.Color.Black
+ Me.CBButtSubDir.Location = New System.Drawing.Point(343, 351)
+ Me.CBButtSubDir.Name = "CBButtSubDir"
+ Me.CBButtSubDir.Size = New System.Drawing.Size(19, 27)
+ Me.CBButtSubDir.TabIndex = 51
+ Me.CBButtSubDir.UseVisualStyleBackColor = True
'
- 'GroupBox28
+ 'CBISoftcoreSD
'
- Me.GroupBox28.Controls.Add(Me.CBVTType)
- Me.GroupBox28.Location = New System.Drawing.Point(6, 8)
- Me.GroupBox28.Name = "GroupBox28"
- Me.GroupBox28.Size = New System.Drawing.Size(155, 46)
- Me.GroupBox28.TabIndex = 148
- Me.GroupBox28.TabStop = False
- Me.GroupBox28.Text = "Video Tease Type"
+ Me.CBISoftcoreSD.AutoSize = True
+ Me.CBISoftcoreSD.Checked = Global.Tease_AI.My.MySettings.Default.ISoftcoreSD
+ Me.CBISoftcoreSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBISoftcoreSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ISoftcoreSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBISoftcoreSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBISoftcoreSD.ForeColor = System.Drawing.Color.Black
+ Me.CBISoftcoreSD.Location = New System.Drawing.Point(343, 32)
+ Me.CBISoftcoreSD.Name = "CBISoftcoreSD"
+ Me.CBISoftcoreSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBISoftcoreSD.TabIndex = 7
+ Me.CBISoftcoreSD.UseVisualStyleBackColor = True
'
- 'CBVTType
+ 'CBBoobSubDir
'
- Me.CBVTType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.CBVTType.FormattingEnabled = True
- Me.CBVTType.Items.AddRange(New Object() {"Avoid The Edge", "Censorship Sucks", "Red Light Green Light"})
- Me.CBVTType.Location = New System.Drawing.Point(9, 15)
- Me.CBVTType.Name = "CBVTType"
- Me.CBVTType.Size = New System.Drawing.Size(137, 21)
- Me.CBVTType.TabIndex = 171
+ Me.CBBoobSubDir.AutoSize = True
+ Me.CBBoobSubDir.Checked = Global.Tease_AI.My.MySettings.Default.CBBoobSubDir
+ Me.CBBoobSubDir.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBBoobSubDir.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBBoobSubDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBBoobSubDir.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBBoobSubDir.ForeColor = System.Drawing.Color.Black
+ Me.CBBoobSubDir.Location = New System.Drawing.Point(343, 322)
+ Me.CBBoobSubDir.Name = "CBBoobSubDir"
+ Me.CBBoobSubDir.Size = New System.Drawing.Size(19, 23)
+ Me.CBBoobSubDir.TabIndex = 47
+ Me.CBBoobSubDir.UseVisualStyleBackColor = True
'
- 'BTNVideoModLoad
+ 'CBILezdomSD
'
- Me.BTNVideoModLoad.Location = New System.Drawing.Point(6, 176)
- Me.BTNVideoModLoad.Name = "BTNVideoModLoad"
- Me.BTNVideoModLoad.Size = New System.Drawing.Size(155, 35)
- Me.BTNVideoModLoad.TabIndex = 152
- Me.BTNVideoModLoad.Text = "Load Script"
- Me.BTNVideoModLoad.UseVisualStyleBackColor = True
+ Me.CBILezdomSD.AutoSize = True
+ Me.CBILezdomSD.Checked = Global.Tease_AI.My.MySettings.Default.ILezdomSD
+ Me.CBILezdomSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBILezdomSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ILezdomSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBILezdomSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBILezdomSD.ForeColor = System.Drawing.Color.Black
+ Me.CBILezdomSD.Location = New System.Drawing.Point(343, 148)
+ Me.CBILezdomSD.Name = "CBILezdomSD"
+ Me.CBILezdomSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBILezdomSD.TabIndex = 23
+ Me.CBILezdomSD.UseVisualStyleBackColor = True
+ '
+ 'CBIGeneralSD
'
- 'GroupBox30
+ Me.CBIGeneralSD.AutoSize = True
+ Me.CBIGeneralSD.Checked = Global.Tease_AI.My.MySettings.Default.IGeneralSD
+ Me.CBIGeneralSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIGeneralSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IGeneralSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIGeneralSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIGeneralSD.ForeColor = System.Drawing.Color.Black
+ Me.CBIGeneralSD.Location = New System.Drawing.Point(343, 293)
+ Me.CBIGeneralSD.Name = "CBIGeneralSD"
+ Me.CBIGeneralSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBIGeneralSD.TabIndex = 43
+ Me.CBIGeneralSD.UseVisualStyleBackColor = True
'
- Me.GroupBox30.Controls.Add(Me.LBVidScript)
- Me.GroupBox30.Location = New System.Drawing.Point(6, 60)
- Me.GroupBox30.Name = "GroupBox30"
- Me.GroupBox30.Size = New System.Drawing.Size(155, 100)
- Me.GroupBox30.TabIndex = 149
- Me.GroupBox30.TabStop = False
- Me.GroupBox30.Text = "Script"
+ 'CBILesbianSD
'
- 'LBVidScript
+ Me.CBILesbianSD.AutoSize = True
+ Me.CBILesbianSD.Checked = Global.Tease_AI.My.MySettings.Default.ILesbianSD
+ Me.CBILesbianSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBILesbianSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ILesbianSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBILesbianSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBILesbianSD.ForeColor = System.Drawing.Color.Black
+ Me.CBILesbianSD.Location = New System.Drawing.Point(343, 61)
+ Me.CBILesbianSD.Name = "CBILesbianSD"
+ Me.CBILesbianSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBILesbianSD.TabIndex = 11
+ Me.CBILesbianSD.UseVisualStyleBackColor = True
'
- Me.LBVidScript.FormattingEnabled = True
- Me.LBVidScript.Location = New System.Drawing.Point(9, 20)
- Me.LBVidScript.Name = "LBVidScript"
- Me.LBVidScript.Size = New System.Drawing.Size(137, 69)
- Me.LBVidScript.TabIndex = 0
+ 'CBICaptionsSD
'
- 'BTNVideoModSave
+ Me.CBICaptionsSD.AutoSize = True
+ Me.CBICaptionsSD.Checked = Global.Tease_AI.My.MySettings.Default.ICaptionsSD
+ Me.CBICaptionsSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBICaptionsSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "ICaptionsSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBICaptionsSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBICaptionsSD.ForeColor = System.Drawing.Color.Black
+ Me.CBICaptionsSD.Location = New System.Drawing.Point(343, 264)
+ Me.CBICaptionsSD.Name = "CBICaptionsSD"
+ Me.CBICaptionsSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBICaptionsSD.TabIndex = 39
+ Me.CBICaptionsSD.UseVisualStyleBackColor = True
'
- Me.BTNVideoModSave.Enabled = False
- Me.BTNVideoModSave.Location = New System.Drawing.Point(6, 268)
- Me.BTNVideoModSave.Name = "BTNVideoModSave"
- Me.BTNVideoModSave.Size = New System.Drawing.Size(155, 35)
- Me.BTNVideoModSave.TabIndex = 151
- Me.BTNVideoModSave.Text = "Save Changes"
- Me.BTNVideoModSave.UseVisualStyleBackColor = True
+ 'CBILesbian
'
- 'TabPage15
+ Me.CBILesbian.AutoSize = True
+ Me.CBILesbian.Checked = Global.Tease_AI.My.MySettings.Default.CBILesbian
+ Me.CBILesbian.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBILesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBILesbian.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBILesbian.ForeColor = System.Drawing.Color.Black
+ Me.CBILesbian.Location = New System.Drawing.Point(3, 61)
+ Me.CBILesbian.Name = "CBILesbian"
+ Me.CBILesbian.Size = New System.Drawing.Size(70, 23)
+ Me.CBILesbian.TabIndex = 8
+ Me.CBILesbian.Text = "Lesbian"
+ Me.CBILesbian.UseVisualStyleBackColor = True
'
- Me.TabPage15.BackColor = System.Drawing.Color.LightGray
- Me.TabPage15.Controls.Add(Me.Label62)
- Me.TabPage15.Controls.Add(Me.Label61)
- Me.TabPage15.Controls.Add(Me.Label57)
- Me.TabPage15.Controls.Add(Me.Label58)
- Me.TabPage15.Controls.Add(Me.Label60)
- Me.TabPage15.Controls.Add(Me.TBGlitModFileName)
- Me.TabPage15.Controls.Add(Me.GroupBox34)
- Me.TabPage15.Controls.Add(Me.RTBGlitModDommePost)
- Me.TabPage15.Controls.Add(Me.Button26)
- Me.TabPage15.Controls.Add(Me.Label56)
- Me.TabPage15.Controls.Add(Me.RTBGlitModResponses)
- Me.TabPage15.Controls.Add(Me.LBGlitModScripts)
- Me.TabPage15.Controls.Add(Me.LBLGlitModScriptCount)
- Me.TabPage15.Controls.Add(Me.LBLGlitModDomType)
- Me.TabPage15.Controls.Add(Me.Button29)
- Me.TabPage15.Controls.Add(Me.CBGlitModType)
- Me.TabPage15.Controls.Add(Me.Label59)
- Me.TabPage15.Controls.Add(Me.Label50)
- Me.TabPage15.Location = New System.Drawing.Point(4, 22)
- Me.TabPage15.Name = "TabPage15"
- Me.TabPage15.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage15.Size = New System.Drawing.Size(700, 411)
- Me.TabPage15.TabIndex = 1
- Me.TabPage15.Text = "Glitter"
+ 'CBIMaledomSD
'
- 'Label62
+ Me.CBIMaledomSD.AutoSize = True
+ Me.CBIMaledomSD.Checked = Global.Tease_AI.My.MySettings.Default.IMaledomSD
+ Me.CBIMaledomSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIMaledomSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IMaledomSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIMaledomSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIMaledomSD.ForeColor = System.Drawing.Color.Black
+ Me.CBIMaledomSD.Location = New System.Drawing.Point(343, 235)
+ Me.CBIMaledomSD.Name = "CBIMaledomSD"
+ Me.CBIMaledomSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBIMaledomSD.TabIndex = 35
+ Me.CBIMaledomSD.UseVisualStyleBackColor = True
'
- Me.Label62.Location = New System.Drawing.Point(255, 169)
- Me.Label62.Name = "Label62"
- Me.Label62.Size = New System.Drawing.Size(59, 51)
- Me.Label62.TabIndex = 177
- Me.Label62.Text = "@Cruel @Angry @Custom2"
- Me.Label62.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'CBIBlowjob
'
- 'Label61
+ Me.CBIBlowjob.AutoSize = True
+ Me.CBIBlowjob.Checked = Global.Tease_AI.My.MySettings.Default.CBIBlowjob
+ Me.CBIBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIBlowjob.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.CBIBlowjob.Location = New System.Drawing.Point(3, 90)
+ Me.CBIBlowjob.Name = "CBIBlowjob"
+ Me.CBIBlowjob.Size = New System.Drawing.Size(70, 23)
+ Me.CBIBlowjob.TabIndex = 12
+ Me.CBIBlowjob.Text = "Blowjob"
+ Me.CBIBlowjob.UseVisualStyleBackColor = True
'
- Me.Label61.Location = New System.Drawing.Point(194, 169)
- Me.Label61.Name = "Label61"
- Me.Label61.Size = New System.Drawing.Size(59, 51)
- Me.Label61.TabIndex = 176
- Me.Label61.Text = "@Bratty @Caring @Custom1"
- Me.Label61.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ 'CBIGaySD
'
- 'Label57
+ Me.CBIGaySD.AutoSize = True
+ Me.CBIGaySD.Checked = Global.Tease_AI.My.MySettings.Default.IGaySD
+ Me.CBIGaySD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIGaySD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IGaySD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIGaySD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIGaySD.ForeColor = System.Drawing.Color.Black
+ Me.CBIGaySD.Location = New System.Drawing.Point(343, 206)
+ Me.CBIGaySD.Name = "CBIGaySD"
+ Me.CBIGaySD.Size = New System.Drawing.Size(19, 23)
+ Me.CBIGaySD.TabIndex = 31
+ Me.CBIGaySD.UseVisualStyleBackColor = True
'
- Me.Label57.Location = New System.Drawing.Point(194, 11)
- Me.Label57.Name = "Label57"
- Me.Label57.Size = New System.Drawing.Size(120, 23)
- Me.Label57.TabIndex = 160
- Me.Label57.Text = "File Name"
- Me.Label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'CBIHentaiSD
'
- 'Label58
+ Me.CBIHentaiSD.AutoSize = True
+ Me.CBIHentaiSD.Checked = Global.Tease_AI.My.MySettings.Default.IHentaiSD
+ Me.CBIHentaiSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIHentaiSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IHentaiSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIHentaiSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIHentaiSD.ForeColor = System.Drawing.Color.Black
+ Me.CBIHentaiSD.Location = New System.Drawing.Point(343, 177)
+ Me.CBIHentaiSD.Name = "CBIHentaiSD"
+ Me.CBIHentaiSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBIHentaiSD.TabIndex = 27
+ Me.CBIHentaiSD.UseVisualStyleBackColor = True
'
- Me.Label58.Location = New System.Drawing.Point(350, 11)
- Me.Label58.Name = "Label58"
- Me.Label58.Size = New System.Drawing.Size(326, 23)
- Me.Label58.TabIndex = 161
- Me.Label58.Text = "Domme's Post"
- Me.Label58.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'CBIBlowjobSD
'
- 'Label60
+ Me.CBIBlowjobSD.AutoSize = True
+ Me.CBIBlowjobSD.Checked = Global.Tease_AI.My.MySettings.Default.IBlowjobSD
+ Me.CBIBlowjobSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIBlowjobSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IBlowjobSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIBlowjobSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIBlowjobSD.ForeColor = System.Drawing.Color.Black
+ Me.CBIBlowjobSD.Location = New System.Drawing.Point(343, 90)
+ Me.CBIBlowjobSD.Name = "CBIBlowjobSD"
+ Me.CBIBlowjobSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBIBlowjobSD.TabIndex = 15
+ Me.CBIBlowjobSD.UseVisualStyleBackColor = True
'
- Me.Label60.Location = New System.Drawing.Point(194, 139)
- Me.Label60.Name = "Label60"
- Me.Label60.Size = New System.Drawing.Size(120, 30)
- Me.Label60.TabIndex = 175
- Me.Label60.Text = "Tease Responses Need 3 of Each:"
- Me.Label60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'CBIFemdomSD
'
- 'TBGlitModFileName
+ Me.CBIFemdomSD.AutoSize = True
+ Me.CBIFemdomSD.Checked = Global.Tease_AI.My.MySettings.Default.IFemdomSD
+ Me.CBIFemdomSD.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIFemdomSD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "IFemdomSD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIFemdomSD.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIFemdomSD.ForeColor = System.Drawing.Color.Black
+ Me.CBIFemdomSD.Location = New System.Drawing.Point(343, 119)
+ Me.CBIFemdomSD.Name = "CBIFemdomSD"
+ Me.CBIFemdomSD.Size = New System.Drawing.Size(19, 23)
+ Me.CBIFemdomSD.TabIndex = 19
+ Me.CBIFemdomSD.UseVisualStyleBackColor = True
'
- Me.TBGlitModFileName.Location = New System.Drawing.Point(194, 36)
- Me.TBGlitModFileName.Name = "TBGlitModFileName"
- Me.TBGlitModFileName.Size = New System.Drawing.Size(120, 20)
- Me.TBGlitModFileName.TabIndex = 158
+ 'TbxIButts
'
- 'GroupBox34
+ Me.TbxIButts.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIButts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIButts.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "LBLButtPath", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIButts.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIButts.ForeColor = System.Drawing.Color.Black
+ Me.TbxIButts.Location = New System.Drawing.Point(115, 353)
+ Me.TbxIButts.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIButts.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIButts.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIButts.Name = "TbxIButts"
+ Me.TbxIButts.ReadOnly = True
+ Me.TbxIButts.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIButts.TabIndex = 50
+ Me.TbxIButts.Text = Global.Tease_AI.My.MySettings.Default.LBLButtPath
'
- Me.GroupBox34.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox34.Controls.Add(Me.Label52)
- Me.GroupBox34.ForeColor = System.Drawing.Color.Black
- Me.GroupBox34.Location = New System.Drawing.Point(8, 296)
- Me.GroupBox34.Name = "GroupBox34"
- Me.GroupBox34.Size = New System.Drawing.Size(683, 107)
- Me.GroupBox34.TabIndex = 66
- Me.GroupBox34.TabStop = False
- Me.GroupBox34.Text = "Description"
+ 'CBIFemdom
'
- 'Label52
+ Me.CBIFemdom.AutoSize = True
+ Me.CBIFemdom.Checked = Global.Tease_AI.My.MySettings.Default.CBIFemdom
+ Me.CBIFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIFemdom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIFemdom.ForeColor = System.Drawing.Color.Black
+ Me.CBIFemdom.Location = New System.Drawing.Point(3, 119)
+ Me.CBIFemdom.Name = "CBIFemdom"
+ Me.CBIFemdom.Size = New System.Drawing.Size(70, 23)
+ Me.CBIFemdom.TabIndex = 16
+ Me.CBIFemdom.Text = "Femdom"
+ Me.CBIFemdom.UseVisualStyleBackColor = True
'
- Me.Label52.BackColor = System.Drawing.Color.Transparent
- Me.Label52.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label52.ForeColor = System.Drawing.Color.Black
- Me.Label52.Location = New System.Drawing.Point(6, 16)
- Me.Label52.Name = "Label52"
- Me.Label52.Size = New System.Drawing.Size(670, 88)
- Me.Label52.TabIndex = 62
- Me.Label52.Text = resources.GetString("Label52.Text")
- Me.Label52.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ 'TbxILesbian
+ '
+ Me.TbxILesbian.BackColor = System.Drawing.Color.LightGray
+ Me.TbxILesbian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxILesbian.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ILesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxILesbian.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxILesbian.ForeColor = System.Drawing.Color.Black
+ Me.TbxILesbian.Location = New System.Drawing.Point(115, 63)
+ Me.TbxILesbian.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxILesbian.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxILesbian.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxILesbian.Name = "TbxILesbian"
+ Me.TbxILesbian.ReadOnly = True
+ Me.TbxILesbian.Size = New System.Drawing.Size(217, 17)
+ Me.TbxILesbian.TabIndex = 10
+ Me.TbxILesbian.Text = Global.Tease_AI.My.MySettings.Default.ILesbian
'
- 'RTBGlitModDommePost
+ 'CBILezdom
'
- Me.RTBGlitModDommePost.Location = New System.Drawing.Point(350, 36)
- Me.RTBGlitModDommePost.Name = "RTBGlitModDommePost"
- Me.RTBGlitModDommePost.Size = New System.Drawing.Size(326, 41)
- Me.RTBGlitModDommePost.TabIndex = 162
- Me.RTBGlitModDommePost.Text = ""
+ Me.CBILezdom.AutoSize = True
+ Me.CBILezdom.Checked = Global.Tease_AI.My.MySettings.Default.CBILezdom
+ Me.CBILezdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBILezdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBILezdom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBILezdom.ForeColor = System.Drawing.Color.Black
+ Me.CBILezdom.Location = New System.Drawing.Point(3, 148)
+ Me.CBILezdom.Name = "CBILezdom"
+ Me.CBILezdom.Size = New System.Drawing.Size(70, 23)
+ Me.CBILezdom.TabIndex = 20
+ Me.CBILezdom.Text = "Lezdom"
+ Me.CBILezdom.UseVisualStyleBackColor = True
'
- 'Button26
+ 'TbxIBoobs
'
- Me.Button26.Location = New System.Drawing.Point(194, 239)
- Me.Button26.Name = "Button26"
- Me.Button26.Size = New System.Drawing.Size(120, 23)
- Me.Button26.TabIndex = 174
- Me.Button26.Text = "Clear Fields"
- Me.Button26.UseVisualStyleBackColor = True
+ Me.TbxIBoobs.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIBoobs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "LBLBoobPath", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIBoobs.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIBoobs.ForeColor = System.Drawing.Color.Black
+ Me.TbxIBoobs.Location = New System.Drawing.Point(115, 324)
+ Me.TbxIBoobs.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIBoobs.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIBoobs.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIBoobs.Name = "TbxIBoobs"
+ Me.TbxIBoobs.ReadOnly = True
+ Me.TbxIBoobs.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIBoobs.TabIndex = 46
+ Me.TbxIBoobs.Text = Global.Tease_AI.My.MySettings.Default.LBLBoobPath
'
- 'Label56
+ 'CBIHentai
'
- Me.Label56.Location = New System.Drawing.Point(350, 80)
- Me.Label56.Name = "Label56"
- Me.Label56.Size = New System.Drawing.Size(324, 23)
- Me.Label56.TabIndex = 156
- Me.Label56.Text = "Responses (Minimum 3)"
- Me.Label56.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBIHentai.AutoSize = True
+ Me.CBIHentai.Checked = Global.Tease_AI.My.MySettings.Default.CBIHentai
+ Me.CBIHentai.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIHentai", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIHentai.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIHentai.ForeColor = System.Drawing.Color.Black
+ Me.CBIHentai.Location = New System.Drawing.Point(3, 177)
+ Me.CBIHentai.Name = "CBIHentai"
+ Me.CBIHentai.Size = New System.Drawing.Size(70, 23)
+ Me.CBIHentai.TabIndex = 24
+ Me.CBIHentai.Text = "Hentai"
+ Me.CBIHentai.UseVisualStyleBackColor = True
'
- 'RTBGlitModResponses
+ 'TbxIBlowjob
'
- Me.RTBGlitModResponses.Location = New System.Drawing.Point(350, 106)
- Me.RTBGlitModResponses.Name = "RTBGlitModResponses"
- Me.RTBGlitModResponses.Size = New System.Drawing.Size(326, 184)
- Me.RTBGlitModResponses.TabIndex = 150
- Me.RTBGlitModResponses.Text = ""
+ Me.TbxIBlowjob.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIBlowjob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIBlowjob.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.TbxIBlowjob.Location = New System.Drawing.Point(115, 92)
+ Me.TbxIBlowjob.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIBlowjob.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIBlowjob.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIBlowjob.Name = "TbxIBlowjob"
+ Me.TbxIBlowjob.ReadOnly = True
+ Me.TbxIBlowjob.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIBlowjob.TabIndex = 14
+ Me.TbxIBlowjob.Text = Global.Tease_AI.My.MySettings.Default.IBlowjob
'
- 'LBGlitModScripts
+ 'CBIGay
'
- Me.LBGlitModScripts.FormattingEnabled = True
- Me.LBGlitModScripts.Location = New System.Drawing.Point(27, 106)
- Me.LBGlitModScripts.Name = "LBGlitModScripts"
- Me.LBGlitModScripts.Size = New System.Drawing.Size(136, 186)
- Me.LBGlitModScripts.TabIndex = 163
+ Me.CBIGay.AutoSize = True
+ Me.CBIGay.Checked = Global.Tease_AI.My.MySettings.Default.CBIGay
+ Me.CBIGay.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIGay", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIGay.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIGay.ForeColor = System.Drawing.Color.Black
+ Me.CBIGay.Location = New System.Drawing.Point(3, 206)
+ Me.CBIGay.Name = "CBIGay"
+ Me.CBIGay.Size = New System.Drawing.Size(70, 23)
+ Me.CBIGay.TabIndex = 28
+ Me.CBIGay.Text = "Gay"
+ Me.CBIGay.UseVisualStyleBackColor = True
'
- 'LBLGlitModScriptCount
+ 'TbxIGeneral
'
- Me.LBLGlitModScriptCount.Location = New System.Drawing.Point(27, 80)
- Me.LBLGlitModScriptCount.Name = "LBLGlitModScriptCount"
- Me.LBLGlitModScriptCount.Size = New System.Drawing.Size(136, 23)
- Me.LBLGlitModScriptCount.TabIndex = 173
- Me.LBLGlitModScriptCount.Text = "0 Trivia Glitter Scripts Found"
- Me.LBLGlitModScriptCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TbxIGeneral.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIGeneral.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIGeneral.ForeColor = System.Drawing.Color.Black
+ Me.TbxIGeneral.Location = New System.Drawing.Point(115, 295)
+ Me.TbxIGeneral.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIGeneral.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIGeneral.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIGeneral.Name = "TbxIGeneral"
+ Me.TbxIGeneral.ReadOnly = True
+ Me.TbxIGeneral.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIGeneral.TabIndex = 42
+ Me.TbxIGeneral.Text = Global.Tease_AI.My.MySettings.Default.IGeneral
'
- 'LBLGlitModDomType
+ 'CBIMaledom
'
- Me.LBLGlitModDomType.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLGlitModDomType.Location = New System.Drawing.Point(191, 103)
- Me.LBLGlitModDomType.Name = "LBLGlitModDomType"
- Me.LBLGlitModDomType.Size = New System.Drawing.Size(123, 23)
- Me.LBLGlitModDomType.TabIndex = 155
- Me.LBLGlitModDomType.Text = "Total Brat"
- Me.LBLGlitModDomType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBIMaledom.AutoSize = True
+ Me.CBIMaledom.Checked = Global.Tease_AI.My.MySettings.Default.CBIMaledom
+ Me.CBIMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIMaledom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIMaledom.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIMaledom.ForeColor = System.Drawing.Color.Black
+ Me.CBIMaledom.Location = New System.Drawing.Point(3, 235)
+ Me.CBIMaledom.Name = "CBIMaledom"
+ Me.CBIMaledom.Size = New System.Drawing.Size(70, 23)
+ Me.CBIMaledom.TabIndex = 32
+ Me.CBIMaledom.Text = "Maledom"
+ Me.CBIMaledom.UseVisualStyleBackColor = True
'
- 'Button29
+ 'TbxIFemdom
'
- Me.Button29.Location = New System.Drawing.Point(194, 268)
- Me.Button29.Name = "Button29"
- Me.Button29.Size = New System.Drawing.Size(120, 23)
- Me.Button29.TabIndex = 151
- Me.Button29.Text = "Save Glitter File"
- Me.Button29.UseVisualStyleBackColor = True
+ Me.TbxIFemdom.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIFemdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIFemdom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIFemdom.ForeColor = System.Drawing.Color.Black
+ Me.TbxIFemdom.Location = New System.Drawing.Point(115, 121)
+ Me.TbxIFemdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIFemdom.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIFemdom.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIFemdom.Name = "TbxIFemdom"
+ Me.TbxIFemdom.ReadOnly = True
+ Me.TbxIFemdom.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIFemdom.TabIndex = 18
+ Me.TbxIFemdom.Text = Global.Tease_AI.My.MySettings.Default.IFemdom
'
- 'CBGlitModType
+ 'TbxICaptions
'
- Me.CBGlitModType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.CBGlitModType.FormattingEnabled = True
- Me.CBGlitModType.Items.AddRange(New Object() {"Tease", "Egotist", "Trivia", "Daily", "Custom 1", "Custom 2"})
- Me.CBGlitModType.Location = New System.Drawing.Point(27, 35)
- Me.CBGlitModType.Name = "CBGlitModType"
- Me.CBGlitModType.Size = New System.Drawing.Size(136, 21)
- Me.CBGlitModType.TabIndex = 171
+ Me.TbxICaptions.BackColor = System.Drawing.Color.LightGray
+ Me.TbxICaptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxICaptions.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ICaptions", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxICaptions.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxICaptions.ForeColor = System.Drawing.Color.Black
+ Me.TbxICaptions.Location = New System.Drawing.Point(115, 266)
+ Me.TbxICaptions.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxICaptions.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxICaptions.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxICaptions.Name = "TbxICaptions"
+ Me.TbxICaptions.ReadOnly = True
+ Me.TbxICaptions.Size = New System.Drawing.Size(217, 17)
+ Me.TbxICaptions.TabIndex = 38
+ Me.TbxICaptions.Text = Global.Tease_AI.My.MySettings.Default.ICaptions
'
- 'Label59
+ 'CBICaptions
'
- Me.Label59.Location = New System.Drawing.Point(33, 11)
- Me.Label59.Name = "Label59"
- Me.Label59.Size = New System.Drawing.Size(130, 23)
- Me.Label59.TabIndex = 172
- Me.Label59.Text = "Glitter Post Type"
- Me.Label59.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBICaptions.AutoSize = True
+ Me.CBICaptions.Checked = Global.Tease_AI.My.MySettings.Default.CBICaptions
+ Me.CBICaptions.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBICaptions", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBICaptions.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBICaptions.ForeColor = System.Drawing.Color.Black
+ Me.CBICaptions.Location = New System.Drawing.Point(3, 264)
+ Me.CBICaptions.Name = "CBICaptions"
+ Me.CBICaptions.Size = New System.Drawing.Size(70, 23)
+ Me.CBICaptions.TabIndex = 36
+ Me.CBICaptions.Text = "Captions"
+ Me.CBICaptions.UseVisualStyleBackColor = True
'
- 'Label50
+ 'TbxILezdom
'
- Me.Label50.Location = New System.Drawing.Point(191, 80)
- Me.Label50.Name = "Label50"
- Me.Label50.Size = New System.Drawing.Size(123, 23)
- Me.Label50.TabIndex = 154
- Me.Label50.Text = "Current Domme Personality:"
- Me.Label50.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TbxILezdom.BackColor = System.Drawing.Color.LightGray
+ Me.TbxILezdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxILezdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "ILezdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxILezdom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxILezdom.ForeColor = System.Drawing.Color.Black
+ Me.TbxILezdom.Location = New System.Drawing.Point(115, 150)
+ Me.TbxILezdom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxILezdom.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxILezdom.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxILezdom.Name = "TbxILezdom"
+ Me.TbxILezdom.ReadOnly = True
+ Me.TbxILezdom.Size = New System.Drawing.Size(217, 17)
+ Me.TbxILezdom.TabIndex = 22
+ Me.TbxILezdom.Text = Global.Tease_AI.My.MySettings.Default.ILezdom
'
- 'TabPage25
+ 'TbxIMaledom
'
- Me.TabPage25.BackColor = System.Drawing.Color.Silver
- Me.TabPage25.Controls.Add(Me.Panel11)
- Me.TabPage25.Location = New System.Drawing.Point(4, 22)
- Me.TabPage25.Name = "TabPage25"
- Me.TabPage25.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage25.Size = New System.Drawing.Size(720, 448)
- Me.TabPage25.TabIndex = 18
- Me.TabPage25.Text = "Misc"
+ Me.TbxIMaledom.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIMaledom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIMaledom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IMaledom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIMaledom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIMaledom.ForeColor = System.Drawing.Color.Black
+ Me.TbxIMaledom.Location = New System.Drawing.Point(115, 237)
+ Me.TbxIMaledom.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIMaledom.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIMaledom.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIMaledom.Name = "TbxIMaledom"
+ Me.TbxIMaledom.ReadOnly = True
+ Me.TbxIMaledom.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIMaledom.TabIndex = 34
+ Me.TbxIMaledom.Text = Global.Tease_AI.My.MySettings.Default.IMaledom
'
- 'Panel11
+ 'TbxIHentai
'
- Me.Panel11.BackColor = System.Drawing.Color.LightGray
- Me.Panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel11.Controls.Add(Me.GroupBox62)
- Me.Panel11.Controls.Add(Me.GroupBox33)
- Me.Panel11.Controls.Add(Me.GroupBox27)
- Me.Panel11.Controls.Add(Me.GroupBox20)
- Me.Panel11.Controls.Add(Me.WebToy)
- Me.Panel11.Controls.Add(Me.GroupBox15)
- Me.Panel11.Controls.Add(Me.PictureBox9)
- Me.Panel11.Controls.Add(Me.Label148)
- Me.Panel11.Location = New System.Drawing.Point(6, 6)
- Me.Panel11.Name = "Panel11"
- Me.Panel11.Size = New System.Drawing.Size(708, 437)
- Me.Panel11.TabIndex = 92
+ Me.TbxIHentai.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIHentai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIHentai.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IHentai", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIHentai.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIHentai.ForeColor = System.Drawing.Color.Black
+ Me.TbxIHentai.Location = New System.Drawing.Point(115, 179)
+ Me.TbxIHentai.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIHentai.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIHentai.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIHentai.Name = "TbxIHentai"
+ Me.TbxIHentai.ReadOnly = True
+ Me.TbxIHentai.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIHentai.TabIndex = 26
+ Me.TbxIHentai.Text = Global.Tease_AI.My.MySettings.Default.IHentai
'
- 'GroupBox62
+ 'CBIGeneral
'
- Me.GroupBox62.Controls.Add(Me.RBGerman)
- Me.GroupBox62.Controls.Add(Me.RBEnglish)
- Me.GroupBox62.Location = New System.Drawing.Point(420, 155)
- Me.GroupBox62.Name = "GroupBox62"
- Me.GroupBox62.Size = New System.Drawing.Size(277, 107)
- Me.GroupBox62.TabIndex = 178
- Me.GroupBox62.TabStop = False
- Me.GroupBox62.Text = "Language"
+ Me.CBIGeneral.AutoSize = True
+ Me.CBIGeneral.Checked = Global.Tease_AI.My.MySettings.Default.CBIGeneral
+ Me.CBIGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIGeneral.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIGeneral.ForeColor = System.Drawing.Color.Black
+ Me.CBIGeneral.Location = New System.Drawing.Point(3, 293)
+ Me.CBIGeneral.Name = "CBIGeneral"
+ Me.CBIGeneral.Size = New System.Drawing.Size(70, 23)
+ Me.CBIGeneral.TabIndex = 40
+ Me.CBIGeneral.Text = "General"
+ Me.CBIGeneral.UseVisualStyleBackColor = True
'
- 'RBGerman
+ 'TbxIGay
'
- Me.RBGerman.AutoSize = True
- Me.RBGerman.Location = New System.Drawing.Point(180, 20)
- Me.RBGerman.Name = "RBGerman"
- Me.RBGerman.Size = New System.Drawing.Size(65, 17)
- Me.RBGerman.TabIndex = 1
- Me.RBGerman.Text = "Deutsch"
- Me.RBGerman.UseVisualStyleBackColor = True
+ Me.TbxIGay.BackColor = System.Drawing.Color.LightGray
+ Me.TbxIGay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxIGay.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "IGay", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxIGay.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxIGay.ForeColor = System.Drawing.Color.Black
+ Me.TbxIGay.Location = New System.Drawing.Point(115, 208)
+ Me.TbxIGay.Margin = New System.Windows.Forms.Padding(5, 5, 8, 3)
+ Me.TbxIGay.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxIGay.MinimumSize = New System.Drawing.Size(217, 17)
+ Me.TbxIGay.Name = "TbxIGay"
+ Me.TbxIGay.ReadOnly = True
+ Me.TbxIGay.Size = New System.Drawing.Size(217, 17)
+ Me.TbxIGay.TabIndex = 30
+ Me.TbxIGay.Text = Global.Tease_AI.My.MySettings.Default.IGay
'
- 'RBEnglish
+ 'CBIBoobs
'
- Me.RBEnglish.AutoSize = True
- Me.RBEnglish.Checked = True
- Me.RBEnglish.Location = New System.Drawing.Point(36, 19)
- Me.RBEnglish.Name = "RBEnglish"
- Me.RBEnglish.Size = New System.Drawing.Size(59, 17)
- Me.RBEnglish.TabIndex = 0
- Me.RBEnglish.TabStop = True
- Me.RBEnglish.Text = "English"
- Me.RBEnglish.UseVisualStyleBackColor = True
+ Me.CBIBoobs.AutoSize = True
+ Me.CBIBoobs.Checked = Global.Tease_AI.My.MySettings.Default.CBIBoobs
+ Me.CBIBoobs.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIBoobs", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIBoobs.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIBoobs.ForeColor = System.Drawing.Color.Black
+ Me.CBIBoobs.Location = New System.Drawing.Point(3, 322)
+ Me.CBIBoobs.Name = "CBIBoobs"
+ Me.CBIBoobs.Size = New System.Drawing.Size(70, 23)
+ Me.CBIBoobs.TabIndex = 44
+ Me.CBIBoobs.Text = "Boobs"
+ Me.CBIBoobs.UseVisualStyleBackColor = True
'
- 'GroupBox33
+ 'CBIButts
'
- Me.GroupBox33.Controls.Add(Me.BTNOfflineMode)
- Me.GroupBox33.Controls.Add(Me.LBLOfflineMode)
- Me.GroupBox33.Controls.Add(Me.Label140)
- Me.GroupBox33.Controls.Add(Me.Button11)
- Me.GroupBox33.Controls.Add(Me.LBLChastityState)
- Me.GroupBox33.Controls.Add(Me.Label120)
- Me.GroupBox33.Location = New System.Drawing.Point(420, 268)
- Me.GroupBox33.Name = "GroupBox33"
- Me.GroupBox33.Size = New System.Drawing.Size(277, 159)
- Me.GroupBox33.TabIndex = 177
- Me.GroupBox33.TabStop = False
- Me.GroupBox33.Text = "System States"
+ Me.CBIButts.AutoSize = True
+ Me.CBIButts.Checked = Global.Tease_AI.My.MySettings.Default.CBIButts
+ Me.CBIButts.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIButts", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIButts.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.CBIButts.ForeColor = System.Drawing.Color.Black
+ Me.CBIButts.Location = New System.Drawing.Point(3, 351)
+ Me.CBIButts.Name = "CBIButts"
+ Me.CBIButts.Size = New System.Drawing.Size(70, 27)
+ Me.CBIButts.TabIndex = 48
+ Me.CBIButts.Text = "Butts"
+ Me.CBIButts.UseVisualStyleBackColor = True
'
- 'BTNOfflineMode
+ 'TxbVideoGeneralD
'
- Me.BTNOfflineMode.Location = New System.Drawing.Point(161, 70)
- Me.BTNOfflineMode.Name = "BTNOfflineMode"
- Me.BTNOfflineMode.Size = New System.Drawing.Size(99, 23)
- Me.BTNOfflineMode.TabIndex = 180
- Me.BTNOfflineMode.Text = "Toggle"
- Me.BTNOfflineMode.UseVisualStyleBackColor = True
+ Me.TxbVideoGeneralD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoGeneralD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoGeneralD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoGeneralD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoGeneralD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoGeneralD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoGeneralD.Location = New System.Drawing.Point(113, 18)
+ Me.TxbVideoGeneralD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoGeneralD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoGeneralD.Name = "TxbVideoGeneralD"
+ Me.TxbVideoGeneralD.ReadOnly = True
+ Me.TxbVideoGeneralD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoGeneralD.TabIndex = 2
+ Me.TxbVideoGeneralD.Text = Global.Tease_AI.My.MySettings.Default.VideoGeneralD
'
- 'LBLOfflineMode
+ 'CBVideoGeneralD
'
- Me.LBLOfflineMode.BackColor = System.Drawing.Color.LightGray
- Me.LBLOfflineMode.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLOfflineMode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLOfflineMode.ForeColor = System.Drawing.Color.Red
- Me.LBLOfflineMode.Location = New System.Drawing.Point(120, 70)
- Me.LBLOfflineMode.Name = "LBLOfflineMode"
- Me.LBLOfflineMode.Size = New System.Drawing.Size(37, 23)
- Me.LBLOfflineMode.TabIndex = 179
- Me.LBLOfflineMode.Text = "OFF"
- Me.LBLOfflineMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBVideoGeneralD.AutoSize = True
+ Me.CBVideoGeneralD.Checked = Global.Tease_AI.My.MySettings.Default.CBGeneralD
+ Me.CBVideoGeneralD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGeneralD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoGeneralD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoGeneralD.Location = New System.Drawing.Point(6, 19)
+ Me.CBVideoGeneralD.Name = "CBVideoGeneralD"
+ Me.CBVideoGeneralD.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoGeneralD.TabIndex = 0
+ Me.CBVideoGeneralD.Text = "General"
+ Me.CBVideoGeneralD.UseVisualStyleBackColor = True
'
- 'Label140
+ 'TxbVideoCHD
'
- Me.Label140.BackColor = System.Drawing.Color.LightGray
- Me.Label140.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.Label140.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label140.Location = New System.Drawing.Point(17, 70)
- Me.Label140.Name = "Label140"
- Me.Label140.Size = New System.Drawing.Size(98, 23)
- Me.Label140.TabIndex = 178
- Me.Label140.Text = "OFFLINE MODE"
- Me.Label140.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TxbVideoCHD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoCHD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoCHD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoCHD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoCHD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoCHD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoCHD.Location = New System.Drawing.Point(113, 41)
+ Me.TxbVideoCHD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoCHD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoCHD.Name = "TxbVideoCHD"
+ Me.TxbVideoCHD.ReadOnly = True
+ Me.TxbVideoCHD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoCHD.TabIndex = 6
+ Me.TxbVideoCHD.Text = Global.Tease_AI.My.MySettings.Default.VideoCHD
'
- 'Button11
+ 'TxbVideoJOID
'
- Me.Button11.Location = New System.Drawing.Point(161, 33)
- Me.Button11.Name = "Button11"
- Me.Button11.Size = New System.Drawing.Size(99, 23)
- Me.Button11.TabIndex = 177
- Me.Button11.Text = "Toggle"
- Me.Button11.UseVisualStyleBackColor = True
+ Me.TxbVideoJOID.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoJOID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoJOID.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoJOID", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoJOID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoJOID.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoJOID.Location = New System.Drawing.Point(113, 18)
+ Me.TxbVideoJOID.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoJOID.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoJOID.Name = "TxbVideoJOID"
+ Me.TxbVideoJOID.ReadOnly = True
+ Me.TxbVideoJOID.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoJOID.TabIndex = 2
+ Me.TxbVideoJOID.Text = Global.Tease_AI.My.MySettings.Default.VideoJOID
'
- 'LBLChastityState
+ 'CBVideoJOID
'
- Me.LBLChastityState.BackColor = System.Drawing.Color.LightGray
- Me.LBLChastityState.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLChastityState.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLChastityState.ForeColor = System.Drawing.Color.Red
- Me.LBLChastityState.Location = New System.Drawing.Point(120, 33)
- Me.LBLChastityState.Name = "LBLChastityState"
- Me.LBLChastityState.Size = New System.Drawing.Size(37, 23)
- Me.LBLChastityState.TabIndex = 3
- Me.LBLChastityState.Text = "OFF"
- Me.LBLChastityState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBVideoJOID.AutoSize = True
+ Me.CBVideoJOID.Checked = Global.Tease_AI.My.MySettings.Default.CBJOID
+ Me.CBVideoJOID.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBJOID", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoJOID.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoJOID.Location = New System.Drawing.Point(6, 19)
+ Me.CBVideoJOID.Name = "CBVideoJOID"
+ Me.CBVideoJOID.Size = New System.Drawing.Size(42, 17)
+ Me.CBVideoJOID.TabIndex = 0
+ Me.CBVideoJOID.Text = "JOI"
+ Me.CBVideoJOID.UseVisualStyleBackColor = True
'
- 'Label120
+ 'CBVideoCHD
'
- Me.Label120.BackColor = System.Drawing.Color.LightGray
- Me.Label120.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.Label120.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label120.Location = New System.Drawing.Point(17, 33)
- Me.Label120.Name = "Label120"
- Me.Label120.Size = New System.Drawing.Size(98, 23)
- Me.Label120.TabIndex = 2
- Me.Label120.Text = "CHASTITY"
- Me.Label120.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBVideoCHD.AutoSize = True
+ Me.CBVideoCHD.Checked = Global.Tease_AI.My.MySettings.Default.CBCHD
+ Me.CBVideoCHD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBCHD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoCHD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoCHD.Location = New System.Drawing.Point(6, 43)
+ Me.CBVideoCHD.Name = "CBVideoCHD"
+ Me.CBVideoCHD.Size = New System.Drawing.Size(41, 17)
+ Me.CBVideoCHD.TabIndex = 4
+ Me.CBVideoCHD.Text = "CH"
+ Me.CBVideoCHD.UseVisualStyleBackColor = True
'
- 'GroupBox27
+ 'TxbVideoFemsubD
'
- Me.GroupBox27.Controls.Add(Me.Button6)
- Me.GroupBox27.Controls.Add(Me.LBLSesSpace)
- Me.GroupBox27.Controls.Add(Me.Button3)
- Me.GroupBox27.Controls.Add(Me.LBLSesFiles)
- Me.GroupBox27.Controls.Add(Me.Label125)
- Me.GroupBox27.Controls.Add(Me.Label124)
- Me.GroupBox27.Location = New System.Drawing.Point(420, 32)
- Me.GroupBox27.Name = "GroupBox27"
- Me.GroupBox27.Size = New System.Drawing.Size(279, 117)
- Me.GroupBox27.TabIndex = 176
- Me.GroupBox27.TabStop = False
- Me.GroupBox27.Text = "Session Images"
+ Me.TxbVideoFemsubD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoFemsubD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoFemsubD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemsubD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoFemsubD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoFemsubD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoFemsubD.Location = New System.Drawing.Point(113, 136)
+ Me.TxbVideoFemsubD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoFemsubD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemsubD.Name = "TxbVideoFemsubD"
+ Me.TxbVideoFemsubD.ReadOnly = True
+ Me.TxbVideoFemsubD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemsubD.TabIndex = 22
+ Me.TxbVideoFemsubD.Text = Global.Tease_AI.My.MySettings.Default.VideoFemsubD
'
- 'Button6
+ 'TxbVideoFemdomD
'
- Me.Button6.Location = New System.Drawing.Point(143, 76)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(117, 23)
- Me.Button6.TabIndex = 176
- Me.Button6.Text = "Delete All Files"
- Me.Button6.UseVisualStyleBackColor = True
+ Me.TxbVideoFemdomD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoFemdomD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoFemdomD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemdomD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoFemdomD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoFemdomD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoFemdomD.Location = New System.Drawing.Point(113, 112)
+ Me.TxbVideoFemdomD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoFemdomD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemdomD.Name = "TxbVideoFemdomD"
+ Me.TxbVideoFemdomD.ReadOnly = True
+ Me.TxbVideoFemdomD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemdomD.TabIndex = 18
+ Me.TxbVideoFemdomD.Text = Global.Tease_AI.My.MySettings.Default.VideoFemdomD
'
- 'LBLSesSpace
+ 'TxbVideoBlowjobD
'
- Me.LBLSesSpace.Location = New System.Drawing.Point(149, 53)
- Me.LBLSesSpace.Name = "LBLSesSpace"
- Me.LBLSesSpace.Size = New System.Drawing.Size(124, 13)
- Me.LBLSesSpace.TabIndex = 3
+ Me.TxbVideoBlowjobD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoBlowjobD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoBlowjobD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoBlowjobD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoBlowjobD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoBlowjobD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoBlowjobD.Location = New System.Drawing.Point(113, 88)
+ Me.TxbVideoBlowjobD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoBlowjobD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoBlowjobD.Name = "TxbVideoBlowjobD"
+ Me.TxbVideoBlowjobD.ReadOnly = True
+ Me.TxbVideoBlowjobD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoBlowjobD.TabIndex = 14
+ Me.TxbVideoBlowjobD.Text = Global.Tease_AI.My.MySettings.Default.VideoBlowjobD
'
- 'Button3
+ 'TxbVideoLesbianD
'
- Me.Button3.Location = New System.Drawing.Point(20, 76)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(117, 23)
- Me.Button3.TabIndex = 175
- Me.Button3.Text = "Open Folder"
- Me.Button3.UseVisualStyleBackColor = True
+ Me.TxbVideoLesbianD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoLesbianD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoLesbianD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoLesbianD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoLesbianD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoLesbianD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoLesbianD.Location = New System.Drawing.Point(113, 65)
+ Me.TxbVideoLesbianD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoLesbianD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoLesbianD.Name = "TxbVideoLesbianD"
+ Me.TxbVideoLesbianD.ReadOnly = True
+ Me.TxbVideoLesbianD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoLesbianD.TabIndex = 10
+ Me.TxbVideoLesbianD.Text = Global.Tease_AI.My.MySettings.Default.VideoLesbianD
'
- 'LBLSesFiles
+ 'TxbVideoSoftCoreD
'
- Me.LBLSesFiles.Location = New System.Drawing.Point(149, 24)
- Me.LBLSesFiles.Name = "LBLSesFiles"
- Me.LBLSesFiles.Size = New System.Drawing.Size(124, 13)
- Me.LBLSesFiles.TabIndex = 2
+ Me.TxbVideoSoftCoreD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoSoftCoreD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoSoftCoreD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoSoftcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoSoftCoreD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoSoftCoreD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoSoftCoreD.Location = New System.Drawing.Point(113, 42)
+ Me.TxbVideoSoftCoreD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoSoftCoreD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoSoftCoreD.Name = "TxbVideoSoftCoreD"
+ Me.TxbVideoSoftCoreD.ReadOnly = True
+ Me.TxbVideoSoftCoreD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoSoftCoreD.TabIndex = 6
+ Me.TxbVideoSoftCoreD.Text = Global.Tease_AI.My.MySettings.Default.VideoSoftcoreD
'
- 'Label125
+ 'TxbVideoHardCoreD
'
- Me.Label125.AutoSize = True
- Me.Label125.Location = New System.Drawing.Point(17, 53)
- Me.Label125.Name = "Label125"
- Me.Label125.Size = New System.Drawing.Size(120, 13)
- Me.Label125.TabIndex = 1
- Me.Label125.Text = "Total Disk Space Used:"
+ Me.TxbVideoHardCoreD.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoHardCoreD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoHardCoreD.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoHardcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoHardCoreD.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoHardCoreD.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoHardCoreD.Location = New System.Drawing.Point(113, 19)
+ Me.TxbVideoHardCoreD.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoHardCoreD.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoHardCoreD.Name = "TxbVideoHardCoreD"
+ Me.TxbVideoHardCoreD.ReadOnly = True
+ Me.TxbVideoHardCoreD.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoHardCoreD.TabIndex = 2
+ Me.TxbVideoHardCoreD.Text = Global.Tease_AI.My.MySettings.Default.VideoHardcoreD
'
- 'Label124
+ 'CBVideoHardcoreD
'
- Me.Label124.AutoSize = True
- Me.Label124.Location = New System.Drawing.Point(17, 24)
- Me.Label124.Name = "Label124"
- Me.Label124.Size = New System.Drawing.Size(126, 13)
- Me.Label124.TabIndex = 0
- Me.Label124.Text = "Number of Files in Folder:"
+ Me.CBVideoHardcoreD.AutoSize = True
+ Me.CBVideoHardcoreD.Checked = Global.Tease_AI.My.MySettings.Default.CBHardcoreD
+ Me.CBVideoHardcoreD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBHardcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoHardcoreD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoHardcoreD.Location = New System.Drawing.Point(6, 19)
+ Me.CBVideoHardcoreD.Name = "CBVideoHardcoreD"
+ Me.CBVideoHardcoreD.Size = New System.Drawing.Size(70, 17)
+ Me.CBVideoHardcoreD.TabIndex = 0
+ Me.CBVideoHardcoreD.Text = "Hardcore"
+ Me.CBVideoHardcoreD.UseVisualStyleBackColor = True
'
- 'GroupBox20
+ 'CBVideoSoftCoreD
'
- Me.GroupBox20.Controls.Add(Me.Button1)
- Me.GroupBox20.Controls.Add(Me.BTNMaintenanceScripts)
- Me.GroupBox20.Controls.Add(Me.BTNMaintenanceRefresh)
- Me.GroupBox20.Controls.Add(Me.Label117)
- Me.GroupBox20.Controls.Add(Me.Label116)
- Me.GroupBox20.Controls.Add(Me.PBCurrent)
- Me.GroupBox20.Controls.Add(Me.BTNMaintenanceCancel)
- Me.GroupBox20.Controls.Add(Me.PBMaintenance)
- Me.GroupBox20.Controls.Add(Me.LBLMaintenance)
- Me.GroupBox20.Controls.Add(Me.BTNMaintenanceRebuild)
- Me.GroupBox20.Location = New System.Drawing.Point(6, 32)
- Me.GroupBox20.Name = "GroupBox20"
- Me.GroupBox20.Size = New System.Drawing.Size(408, 230)
- Me.GroupBox20.TabIndex = 174
- Me.GroupBox20.TabStop = False
- Me.GroupBox20.Text = "Maintenance"
+ Me.CBVideoSoftCoreD.AutoSize = True
+ Me.CBVideoSoftCoreD.Checked = Global.Tease_AI.My.MySettings.Default.CBSoftcoreD
+ Me.CBVideoSoftCoreD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBSoftcoreD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoSoftCoreD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoSoftCoreD.Location = New System.Drawing.Point(6, 43)
+ Me.CBVideoSoftCoreD.Name = "CBVideoSoftCoreD"
+ Me.CBVideoSoftCoreD.Size = New System.Drawing.Size(66, 17)
+ Me.CBVideoSoftCoreD.TabIndex = 4
+ Me.CBVideoSoftCoreD.Text = "Softcore"
+ Me.CBVideoSoftCoreD.UseVisualStyleBackColor = True
'
- 'Button1
+ 'CBVideoLesbianD
'
- Me.Button1.Enabled = False
- Me.Button1.Location = New System.Drawing.Point(270, 19)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(121, 23)
- Me.Button1.TabIndex = 176
- Me.Button1.Text = "Reset Settings"
- Me.Button1.UseVisualStyleBackColor = True
+ Me.CBVideoLesbianD.AutoSize = True
+ Me.CBVideoLesbianD.Checked = Global.Tease_AI.My.MySettings.Default.CBLesbianD
+ Me.CBVideoLesbianD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBLesbianD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoLesbianD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoLesbianD.Location = New System.Drawing.Point(6, 66)
+ Me.CBVideoLesbianD.Name = "CBVideoLesbianD"
+ Me.CBVideoLesbianD.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoLesbianD.TabIndex = 8
+ Me.CBVideoLesbianD.Text = "Lesbian"
+ Me.CBVideoLesbianD.UseVisualStyleBackColor = True
'
- 'BTNMaintenanceScripts
+ 'CBVideoBlowjobD
'
- Me.BTNMaintenanceScripts.Location = New System.Drawing.Point(142, 19)
- Me.BTNMaintenanceScripts.Name = "BTNMaintenanceScripts"
- Me.BTNMaintenanceScripts.Size = New System.Drawing.Size(121, 23)
- Me.BTNMaintenanceScripts.TabIndex = 175
- Me.BTNMaintenanceScripts.Text = "Audit Scripts"
- Me.BTNMaintenanceScripts.UseVisualStyleBackColor = True
+ Me.CBVideoBlowjobD.AutoSize = True
+ Me.CBVideoBlowjobD.Checked = Global.Tease_AI.My.MySettings.Default.CBBlowjobD
+ Me.CBVideoBlowjobD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBBlowjobD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoBlowjobD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoBlowjobD.Location = New System.Drawing.Point(6, 89)
+ Me.CBVideoBlowjobD.Name = "CBVideoBlowjobD"
+ Me.CBVideoBlowjobD.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoBlowjobD.TabIndex = 12
+ Me.CBVideoBlowjobD.Text = "Blowjob"
+ Me.CBVideoBlowjobD.UseVisualStyleBackColor = True
'
- 'BTNMaintenanceRefresh
+ 'CBVideoFemsubD
'
- Me.BTNMaintenanceRefresh.Location = New System.Drawing.Point(15, 19)
- Me.BTNMaintenanceRefresh.Name = "BTNMaintenanceRefresh"
- Me.BTNMaintenanceRefresh.Size = New System.Drawing.Size(121, 23)
- Me.BTNMaintenanceRefresh.TabIndex = 7
- Me.BTNMaintenanceRefresh.Text = "Refresh URL Files"
- Me.BTNMaintenanceRefresh.UseVisualStyleBackColor = True
+ Me.CBVideoFemsubD.AutoSize = True
+ Me.CBVideoFemsubD.Checked = Global.Tease_AI.My.MySettings.Default.CBFemsubD
+ Me.CBVideoFemsubD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemsubD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoFemsubD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoFemsubD.Location = New System.Drawing.Point(6, 137)
+ Me.CBVideoFemsubD.Name = "CBVideoFemsubD"
+ Me.CBVideoFemsubD.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoFemsubD.TabIndex = 20
+ Me.CBVideoFemsubD.Text = "Femsub"
+ Me.CBVideoFemsubD.UseVisualStyleBackColor = True
'
- 'Label117
+ 'CBVideoFemdomD
'
- Me.Label117.AutoSize = True
- Me.Label117.Location = New System.Drawing.Point(15, 182)
- Me.Label117.Name = "Label117"
- Me.Label117.Size = New System.Drawing.Size(84, 13)
- Me.Label117.TabIndex = 6
- Me.Label117.Text = "Overall Progress"
+ Me.CBVideoFemdomD.AutoSize = True
+ Me.CBVideoFemdomD.Checked = Global.Tease_AI.My.MySettings.Default.CBFemdomD
+ Me.CBVideoFemdomD.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemdomD", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoFemdomD.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoFemdomD.Location = New System.Drawing.Point(6, 113)
+ Me.CBVideoFemdomD.Name = "CBVideoFemdomD"
+ Me.CBVideoFemdomD.Size = New System.Drawing.Size(66, 17)
+ Me.CBVideoFemdomD.TabIndex = 16
+ Me.CBVideoFemdomD.Text = "Femdom"
+ Me.CBVideoFemdomD.UseVisualStyleBackColor = True
+ '
+ 'TxbVideoGeneral
+ '
+ Me.TxbVideoGeneral.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoGeneral.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoGeneral.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoGeneral.Location = New System.Drawing.Point(113, 18)
+ Me.TxbVideoGeneral.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoGeneral.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoGeneral.Name = "TxbVideoGeneral"
+ Me.TxbVideoGeneral.ReadOnly = True
+ Me.TxbVideoGeneral.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoGeneral.TabIndex = 2
+ Me.TxbVideoGeneral.Text = Global.Tease_AI.My.MySettings.Default.VideoGeneral
'
- 'Label116
+ 'CBVideoGeneral
'
- Me.Label116.AutoSize = True
- Me.Label116.Location = New System.Drawing.Point(15, 140)
- Me.Label116.Name = "Label116"
- Me.Label116.Size = New System.Drawing.Size(85, 13)
- Me.Label116.TabIndex = 5
- Me.Label116.Text = "Current Progress"
+ Me.CBVideoGeneral.AutoSize = True
+ Me.CBVideoGeneral.Checked = Global.Tease_AI.My.MySettings.Default.CBGeneral
+ Me.CBVideoGeneral.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGeneral", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoGeneral.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoGeneral.Location = New System.Drawing.Point(6, 19)
+ Me.CBVideoGeneral.Name = "CBVideoGeneral"
+ Me.CBVideoGeneral.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoGeneral.TabIndex = 0
+ Me.CBVideoGeneral.Text = "General"
+ Me.CBVideoGeneral.UseVisualStyleBackColor = True
'
- 'PBCurrent
+ 'TxbVideoCH
'
- Me.PBCurrent.Location = New System.Drawing.Point(15, 156)
- Me.PBCurrent.Name = "PBCurrent"
- Me.PBCurrent.Size = New System.Drawing.Size(376, 23)
- Me.PBCurrent.TabIndex = 4
+ Me.TxbVideoCH.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoCH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoCH.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoCH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoCH.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoCH.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoCH.Location = New System.Drawing.Point(113, 41)
+ Me.TxbVideoCH.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoCH.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoCH.Name = "TxbVideoCH"
+ Me.TxbVideoCH.ReadOnly = True
+ Me.TxbVideoCH.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoCH.TabIndex = 6
+ Me.TxbVideoCH.Text = Global.Tease_AI.My.MySettings.Default.VideoCH
'
- 'BTNMaintenanceCancel
+ 'TxbVideoJOI
'
- Me.BTNMaintenanceCancel.Enabled = False
- Me.BTNMaintenanceCancel.Location = New System.Drawing.Point(270, 48)
- Me.BTNMaintenanceCancel.Name = "BTNMaintenanceCancel"
- Me.BTNMaintenanceCancel.Size = New System.Drawing.Size(121, 23)
- Me.BTNMaintenanceCancel.TabIndex = 3
- Me.BTNMaintenanceCancel.Text = "Cancel"
- Me.BTNMaintenanceCancel.UseVisualStyleBackColor = True
+ Me.TxbVideoJOI.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoJOI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoJOI.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoJOI", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoJOI.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoJOI.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoJOI.Location = New System.Drawing.Point(113, 18)
+ Me.TxbVideoJOI.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoJOI.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoJOI.Name = "TxbVideoJOI"
+ Me.TxbVideoJOI.ReadOnly = True
+ Me.TxbVideoJOI.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoJOI.TabIndex = 2
+ Me.TxbVideoJOI.Text = Global.Tease_AI.My.MySettings.Default.VideoJOI
'
- 'PBMaintenance
+ 'CBVideoJOI
'
- Me.PBMaintenance.Location = New System.Drawing.Point(15, 197)
- Me.PBMaintenance.Name = "PBMaintenance"
- Me.PBMaintenance.Size = New System.Drawing.Size(376, 23)
- Me.PBMaintenance.TabIndex = 2
+ Me.CBVideoJOI.AutoSize = True
+ Me.CBVideoJOI.Checked = Global.Tease_AI.My.MySettings.Default.CBJOI
+ Me.CBVideoJOI.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBJOI", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoJOI.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoJOI.Location = New System.Drawing.Point(6, 19)
+ Me.CBVideoJOI.Name = "CBVideoJOI"
+ Me.CBVideoJOI.Size = New System.Drawing.Size(42, 17)
+ Me.CBVideoJOI.TabIndex = 0
+ Me.CBVideoJOI.Text = "JOI"
+ Me.CBVideoJOI.UseVisualStyleBackColor = True
'
- 'LBLMaintenance
+ 'CBVideoCH
'
- Me.LBLMaintenance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLMaintenance.Location = New System.Drawing.Point(15, 76)
- Me.LBLMaintenance.Name = "LBLMaintenance"
- Me.LBLMaintenance.Size = New System.Drawing.Size(376, 61)
- Me.LBLMaintenance.TabIndex = 1
- Me.LBLMaintenance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBVideoCH.AutoSize = True
+ Me.CBVideoCH.Checked = Global.Tease_AI.My.MySettings.Default.CBCH
+ Me.CBVideoCH.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBCH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoCH.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoCH.Location = New System.Drawing.Point(6, 43)
+ Me.CBVideoCH.Name = "CBVideoCH"
+ Me.CBVideoCH.Size = New System.Drawing.Size(41, 17)
+ Me.CBVideoCH.TabIndex = 4
+ Me.CBVideoCH.Text = "CH"
+ Me.CBVideoCH.UseVisualStyleBackColor = True
'
- 'BTNMaintenanceRebuild
+ 'TxbVideoFemsub
'
- Me.BTNMaintenanceRebuild.Location = New System.Drawing.Point(15, 48)
- Me.BTNMaintenanceRebuild.Name = "BTNMaintenanceRebuild"
- Me.BTNMaintenanceRebuild.Size = New System.Drawing.Size(121, 23)
- Me.BTNMaintenanceRebuild.TabIndex = 0
- Me.BTNMaintenanceRebuild.Text = "Rebuild URL Files"
- Me.BTNMaintenanceRebuild.UseVisualStyleBackColor = True
+ Me.TxbVideoFemsub.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoFemsub.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoFemsub.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemsub", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoFemsub.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoFemsub.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoFemsub.Location = New System.Drawing.Point(113, 136)
+ Me.TxbVideoFemsub.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoFemsub.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemsub.Name = "TxbVideoFemsub"
+ Me.TxbVideoFemsub.ReadOnly = True
+ Me.TxbVideoFemsub.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemsub.TabIndex = 22
+ Me.TxbVideoFemsub.Text = Global.Tease_AI.My.MySettings.Default.VideoFemsub
'
- 'WebToy
+ 'TxbVideoFemdom
'
- Me.WebToy.Location = New System.Drawing.Point(16, 379)
- Me.WebToy.MinimumSize = New System.Drawing.Size(20, 20)
- Me.WebToy.Name = "WebToy"
- Me.WebToy.Size = New System.Drawing.Size(381, 36)
- Me.WebToy.TabIndex = 172
+ Me.TxbVideoFemdom.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoFemdom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoFemdom.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoFemdom.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoFemdom.Location = New System.Drawing.Point(113, 112)
+ Me.TxbVideoFemdom.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoFemdom.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemdom.Name = "TxbVideoFemdom"
+ Me.TxbVideoFemdom.ReadOnly = True
+ Me.TxbVideoFemdom.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoFemdom.TabIndex = 18
+ Me.TxbVideoFemdom.Text = Global.Tease_AI.My.MySettings.Default.VideoFemdom
'
- 'GroupBox15
+ 'TxbVideoBlowjob
'
- Me.GroupBox15.Controls.Add(Me.Label115)
- Me.GroupBox15.Controls.Add(Me.TBWebStop)
- Me.GroupBox15.Controls.Add(Me.TBWebStart)
- Me.GroupBox15.Controls.Add(Me.Label114)
- Me.GroupBox15.Location = New System.Drawing.Point(6, 268)
- Me.GroupBox15.Name = "GroupBox15"
- Me.GroupBox15.Size = New System.Drawing.Size(408, 159)
- Me.GroupBox15.TabIndex = 173
- Me.GroupBox15.TabStop = False
- Me.GroupBox15.Text = "Web-Controlled Sex Toy"
+ Me.TxbVideoBlowjob.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoBlowjob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoBlowjob.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoBlowjob.Location = New System.Drawing.Point(113, 88)
+ Me.TxbVideoBlowjob.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoBlowjob.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoBlowjob.Name = "TxbVideoBlowjob"
+ Me.TxbVideoBlowjob.ReadOnly = True
+ Me.TxbVideoBlowjob.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoBlowjob.TabIndex = 14
+ Me.TxbVideoBlowjob.Text = Global.Tease_AI.My.MySettings.Default.VideoBlowjob
'
- 'Label115
+ 'TxbVideoLesbian
'
- Me.Label115.AutoSize = True
- Me.Label115.Location = New System.Drawing.Point(12, 58)
- Me.Label115.Name = "Label115"
- Me.Label115.Size = New System.Drawing.Size(54, 13)
- Me.Label115.TabIndex = 171
- Me.Label115.Text = "Stop URL"
+ Me.TxbVideoLesbian.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoLesbian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoLesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoLesbian.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoLesbian.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoLesbian.Location = New System.Drawing.Point(113, 65)
+ Me.TxbVideoLesbian.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoLesbian.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoLesbian.Name = "TxbVideoLesbian"
+ Me.TxbVideoLesbian.ReadOnly = True
+ Me.TxbVideoLesbian.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoLesbian.TabIndex = 10
+ Me.TxbVideoLesbian.Text = Global.Tease_AI.My.MySettings.Default.VideoLesbian
'
- 'TBWebStop
+ 'TxbVideoSoftCore
'
- Me.TBWebStop.Location = New System.Drawing.Point(10, 72)
- Me.TBWebStop.Name = "TBWebStop"
- Me.TBWebStop.Size = New System.Drawing.Size(381, 20)
- Me.TBWebStop.TabIndex = 170
+ Me.TxbVideoSoftCore.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoSoftCore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoSoftCore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoSoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoSoftCore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoSoftCore.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoSoftCore.Location = New System.Drawing.Point(113, 42)
+ Me.TxbVideoSoftCore.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoSoftCore.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoSoftCore.Name = "TxbVideoSoftCore"
+ Me.TxbVideoSoftCore.ReadOnly = True
+ Me.TxbVideoSoftCore.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoSoftCore.TabIndex = 6
+ Me.TxbVideoSoftCore.Text = Global.Tease_AI.My.MySettings.Default.VideoSoftcore
'
- 'TBWebStart
+ 'TxbVideoHardCore
'
- Me.TBWebStart.Location = New System.Drawing.Point(10, 33)
- Me.TBWebStart.Name = "TBWebStart"
- Me.TBWebStart.Size = New System.Drawing.Size(381, 20)
- Me.TBWebStart.TabIndex = 167
+ Me.TxbVideoHardCore.BackColor = System.Drawing.Color.LightGray
+ Me.TxbVideoHardCore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TxbVideoHardCore.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "VideoHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TxbVideoHardCore.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TxbVideoHardCore.ForeColor = System.Drawing.Color.Black
+ Me.TxbVideoHardCore.Location = New System.Drawing.Point(113, 19)
+ Me.TxbVideoHardCore.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TxbVideoHardCore.MinimumSize = New System.Drawing.Size(180, 17)
+ Me.TxbVideoHardCore.Name = "TxbVideoHardCore"
+ Me.TxbVideoHardCore.ReadOnly = True
+ Me.TxbVideoHardCore.Size = New System.Drawing.Size(180, 17)
+ Me.TxbVideoHardCore.TabIndex = 2
+ Me.TxbVideoHardCore.Text = Global.Tease_AI.My.MySettings.Default.VideoHardcore
'
- 'Label114
+ 'CBVideoHardcore
'
- Me.Label114.AutoSize = True
- Me.Label114.Location = New System.Drawing.Point(12, 17)
- Me.Label114.Name = "Label114"
- Me.Label114.Size = New System.Drawing.Size(54, 13)
- Me.Label114.TabIndex = 168
- Me.Label114.Text = "Start URL"
+ Me.CBVideoHardcore.AutoSize = True
+ Me.CBVideoHardcore.Checked = Global.Tease_AI.My.MySettings.Default.CBHardcore
+ Me.CBVideoHardcore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBHardcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoHardcore.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoHardcore.Location = New System.Drawing.Point(6, 19)
+ Me.CBVideoHardcore.Name = "CBVideoHardcore"
+ Me.CBVideoHardcore.Size = New System.Drawing.Size(70, 17)
+ Me.CBVideoHardcore.TabIndex = 0
+ Me.CBVideoHardcore.Text = "Hardcore"
+ Me.CBVideoHardcore.UseVisualStyleBackColor = True
'
- 'PictureBox9
+ 'CBVideoSoftCore
'
- Me.PictureBox9.BackColor = System.Drawing.Color.LightGray
- Me.PictureBox9.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_small
- Me.PictureBox9.Location = New System.Drawing.Point(9, 6)
- Me.PictureBox9.Name = "PictureBox9"
- Me.PictureBox9.Size = New System.Drawing.Size(160, 19)
- Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
- Me.PictureBox9.TabIndex = 166
- Me.PictureBox9.TabStop = False
+ Me.CBVideoSoftCore.AutoSize = True
+ Me.CBVideoSoftCore.Checked = Global.Tease_AI.My.MySettings.Default.CBSoftcore
+ Me.CBVideoSoftCore.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBSoftcore", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoSoftCore.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoSoftCore.Location = New System.Drawing.Point(6, 43)
+ Me.CBVideoSoftCore.Name = "CBVideoSoftCore"
+ Me.CBVideoSoftCore.Size = New System.Drawing.Size(66, 17)
+ Me.CBVideoSoftCore.TabIndex = 4
+ Me.CBVideoSoftCore.Text = "Softcore"
+ Me.CBVideoSoftCore.UseVisualStyleBackColor = True
'
- 'Label148
+ 'CBVideoLesbian
'
- Me.Label148.BackColor = System.Drawing.Color.Transparent
- Me.Label148.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label148.ForeColor = System.Drawing.Color.Black
- Me.Label148.Location = New System.Drawing.Point(7, 6)
- Me.Label148.Name = "Label148"
- Me.Label148.Size = New System.Drawing.Size(692, 21)
- Me.Label148.TabIndex = 48
- Me.Label148.Text = "Miscellaneous Settings"
- Me.Label148.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBVideoLesbian.AutoSize = True
+ Me.CBVideoLesbian.Checked = Global.Tease_AI.My.MySettings.Default.CBLesbian
+ Me.CBVideoLesbian.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBLesbian", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoLesbian.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoLesbian.Location = New System.Drawing.Point(6, 66)
+ Me.CBVideoLesbian.Name = "CBVideoLesbian"
+ Me.CBVideoLesbian.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoLesbian.TabIndex = 8
+ Me.CBVideoLesbian.Text = "Lesbian"
+ Me.CBVideoLesbian.UseVisualStyleBackColor = True
'
- 'TabPage28
+ 'CBVideoBlowjob
'
- Me.TabPage28.BackColor = System.Drawing.Color.Silver
- Me.TabPage28.Controls.Add(Me.TabControl3)
- Me.TabPage28.Location = New System.Drawing.Point(4, 22)
- Me.TabPage28.Name = "TabPage28"
- Me.TabPage28.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage28.Size = New System.Drawing.Size(720, 448)
- Me.TabPage28.TabIndex = 20
- Me.TabPage28.Text = "Debug"
+ Me.CBVideoBlowjob.AutoSize = True
+ Me.CBVideoBlowjob.Checked = Global.Tease_AI.My.MySettings.Default.CBBlowjob
+ Me.CBVideoBlowjob.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBBlowjob", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoBlowjob.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoBlowjob.Location = New System.Drawing.Point(6, 89)
+ Me.CBVideoBlowjob.Name = "CBVideoBlowjob"
+ Me.CBVideoBlowjob.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoBlowjob.TabIndex = 12
+ Me.CBVideoBlowjob.Text = "Blowjob"
+ Me.CBVideoBlowjob.UseVisualStyleBackColor = True
'
- 'TabControl3
+ 'CBVideoFemsub
'
- Me.TabControl3.Controls.Add(Me.TabPage29)
- Me.TabControl3.Controls.Add(Me.TabPage30)
- Me.TabControl3.Location = New System.Drawing.Point(6, 6)
- Me.TabControl3.Name = "TabControl3"
- Me.TabControl3.SelectedIndex = 0
- Me.TabControl3.Size = New System.Drawing.Size(708, 437)
- Me.TabControl3.TabIndex = 0
+ Me.CBVideoFemsub.AutoSize = True
+ Me.CBVideoFemsub.Checked = Global.Tease_AI.My.MySettings.Default.CBFemsub
+ Me.CBVideoFemsub.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemsub", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoFemsub.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoFemsub.Location = New System.Drawing.Point(6, 137)
+ Me.CBVideoFemsub.Name = "CBVideoFemsub"
+ Me.CBVideoFemsub.Size = New System.Drawing.Size(63, 17)
+ Me.CBVideoFemsub.TabIndex = 20
+ Me.CBVideoFemsub.Text = "Femsub"
+ Me.CBVideoFemsub.UseVisualStyleBackColor = True
'
- 'TabPage29
+ 'CBVideoFemdom
'
- Me.TabPage29.BackColor = System.Drawing.Color.LightGray
- Me.TabPage29.Controls.Add(Me.Label143)
- Me.TabPage29.Controls.Add(Me.LBLDebugScriptTime)
- Me.TabPage29.Controls.Add(Me.BTNDebugHoldEdgeTimer)
- Me.TabPage29.Controls.Add(Me.GroupBox26)
- Me.TabPage29.Controls.Add(Me.BTNDebugStrokeTauntTimer)
- Me.TabPage29.Controls.Add(Me.LBLDebugHoldEdgeTime)
- Me.TabPage29.Controls.Add(Me.Label145)
- Me.TabPage29.Controls.Add(Me.BTNDebugStrokeTime)
- Me.TabPage29.Controls.Add(Me.BTNDebugEdgeTauntTimer)
- Me.TabPage29.Controls.Add(Me.LBLDebugTeaseTime)
- Me.TabPage29.Controls.Add(Me.LBLDebugStrokeTime)
- Me.TabPage29.Controls.Add(Me.LBLDebugEdgeTauntTime)
- Me.TabPage29.Controls.Add(Me.BTNDebugTeaseTimer)
- Me.TabPage29.Controls.Add(Me.Label142)
- Me.TabPage29.Controls.Add(Me.Label150)
- Me.TabPage29.Controls.Add(Me.Label152)
- Me.TabPage29.Controls.Add(Me.LBLDebugStrokeTauntTime)
- Me.TabPage29.Controls.Add(Me.Label147)
- Me.TabPage29.Location = New System.Drawing.Point(4, 22)
- Me.TabPage29.Name = "TabPage29"
- Me.TabPage29.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage29.Size = New System.Drawing.Size(700, 411)
- Me.TabPage29.TabIndex = 0
- Me.TabPage29.Text = "TabPage29"
+ Me.CBVideoFemdom.AutoSize = True
+ Me.CBVideoFemdom.Checked = Global.Tease_AI.My.MySettings.Default.CBFemdom
+ Me.CBVideoFemdom.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBFemdom", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBVideoFemdom.ForeColor = System.Drawing.Color.Black
+ Me.CBVideoFemdom.Location = New System.Drawing.Point(6, 113)
+ Me.CBVideoFemdom.Name = "CBVideoFemdom"
+ Me.CBVideoFemdom.Size = New System.Drawing.Size(66, 17)
+ Me.CBVideoFemdom.TabIndex = 16
+ Me.CBVideoFemdom.Text = "Femdom"
+ Me.CBVideoFemdom.UseVisualStyleBackColor = True
'
- 'Label143
+ 'CBGlitterFeedScripts
'
- Me.Label143.Location = New System.Drawing.Point(402, 46)
- Me.Label143.Name = "Label143"
- Me.Label143.Size = New System.Drawing.Size(67, 23)
- Me.Label143.TabIndex = 15
- Me.Label143.Text = "Script Timer"
- Me.Label143.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBGlitterFeedScripts.AutoSize = True
+ Me.CBGlitterFeedScripts.BackColor = System.Drawing.Color.Transparent
+ Me.CBGlitterFeedScripts.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitterFeedScripts
+ Me.CBGlitterFeedScripts.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitterFeedScripts", True))
+ Me.CBGlitterFeedScripts.Location = New System.Drawing.Point(79, 11)
+ Me.CBGlitterFeedScripts.Margin = New System.Windows.Forms.Padding(0)
+ Me.CBGlitterFeedScripts.Name = "CBGlitterFeedScripts"
+ Me.CBGlitterFeedScripts.Size = New System.Drawing.Size(57, 17)
+ Me.CBGlitterFeedScripts.TabIndex = 146
+ Me.CBGlitterFeedScripts.Text = "Scripts"
+ Me.CBGlitterFeedScripts.UseVisualStyleBackColor = False
'
- 'LBLDebugScriptTime
+ 'CBGlitterFeed
'
- Me.LBLDebugScriptTime.BackColor = System.Drawing.Color.Gainsboro
- Me.LBLDebugScriptTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDebugScriptTime.Location = New System.Drawing.Point(475, 46)
- Me.LBLDebugScriptTime.Name = "LBLDebugScriptTime"
- Me.LBLDebugScriptTime.Size = New System.Drawing.Size(100, 23)
- Me.LBLDebugScriptTime.TabIndex = 16
- Me.LBLDebugScriptTime.Text = "0"
- Me.LBLDebugScriptTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBGlitterFeed.AutoSize = True
+ Me.CBGlitterFeed.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitterFeed
+ Me.CBGlitterFeed.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitterFeed", True))
+ Me.CBGlitterFeed.Location = New System.Drawing.Point(42, 11)
+ Me.CBGlitterFeed.Margin = New System.Windows.Forms.Padding(3, 3, 0, 3)
+ Me.CBGlitterFeed.Name = "CBGlitterFeed"
+ Me.CBGlitterFeed.Size = New System.Drawing.Size(39, 17)
+ Me.CBGlitterFeed.TabIndex = 145
+ Me.CBGlitterFeed.Text = "On"
+ Me.CBGlitterFeed.UseVisualStyleBackColor = True
'
- 'BTNDebugHoldEdgeTimer
+ 'CBGlitterFeedOff
'
- Me.BTNDebugHoldEdgeTimer.Location = New System.Drawing.Point(581, 248)
- Me.BTNDebugHoldEdgeTimer.Name = "BTNDebugHoldEdgeTimer"
- Me.BTNDebugHoldEdgeTimer.Size = New System.Drawing.Size(75, 23)
- Me.BTNDebugHoldEdgeTimer.TabIndex = 14
- Me.BTNDebugHoldEdgeTimer.Text = "Set to 5"
- Me.BTNDebugHoldEdgeTimer.UseVisualStyleBackColor = True
+ Me.CBGlitterFeedOff.AutoSize = True
+ Me.CBGlitterFeedOff.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitterFeedOff
+ Me.CBGlitterFeedOff.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitterFeedOff", True))
+ Me.CBGlitterFeedOff.Location = New System.Drawing.Point(8, 11)
+ Me.CBGlitterFeedOff.Margin = New System.Windows.Forms.Padding(0)
+ Me.CBGlitterFeedOff.Name = "CBGlitterFeedOff"
+ Me.CBGlitterFeedOff.Size = New System.Drawing.Size(39, 17)
+ Me.CBGlitterFeedOff.TabIndex = 147
+ Me.CBGlitterFeedOff.TabStop = True
+ Me.CBGlitterFeedOff.Text = "Off"
+ Me.CBGlitterFeedOff.UseVisualStyleBackColor = True
'
- 'GroupBox26
+ 'LBLGlitterNCDomme
'
- Me.GroupBox26.Controls.Add(Me.LBLCycleDebugCountdown)
- Me.GroupBox26.Controls.Add(Me.Button19)
- Me.GroupBox26.Controls.Add(Me.BTNDebugTauntsClear)
- Me.GroupBox26.Controls.Add(Me.TBDebugTaunts3)
- Me.GroupBox26.Controls.Add(Me.TBDebugTaunts2)
- Me.GroupBox26.Controls.Add(Me.TBDebugTaunts1)
- Me.GroupBox26.Controls.Add(Me.RBDebugTaunts3)
- Me.GroupBox26.Controls.Add(Me.RBDebugTaunts2)
- Me.GroupBox26.Controls.Add(Me.RBDebugTaunts1)
- Me.GroupBox26.Controls.Add(Me.CBDebugTauntsEndless)
- Me.GroupBox26.Controls.Add(Me.CBDebugTaunts)
- Me.GroupBox26.Location = New System.Drawing.Point(6, 5)
- Me.GroupBox26.Name = "GroupBox26"
- Me.GroupBox26.Size = New System.Drawing.Size(346, 178)
- Me.GroupBox26.TabIndex = 0
- Me.GroupBox26.TabStop = False
- Me.GroupBox26.Text = "Taunt Cycle"
+ Me.LBLGlitterNCDomme.BackColor = System.Drawing.Color.White
+ Me.LBLGlitterNCDomme.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLGlitterNCDomme.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNCDommeColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLGlitterNCDomme.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterNCDomme.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNCDommeColor
+ Me.LBLGlitterNCDomme.Location = New System.Drawing.Point(220, 57)
+ Me.LBLGlitterNCDomme.Name = "LBLGlitterNCDomme"
+ Me.LBLGlitterNCDomme.Size = New System.Drawing.Size(115, 23)
+ Me.LBLGlitterNCDomme.TabIndex = 163
+ Me.LBLGlitterNCDomme.Text = "Preview"
+ Me.LBLGlitterNCDomme.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'LBLCycleDebugCountdown
+ 'CBCustom2
'
- Me.LBLCycleDebugCountdown.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLCycleDebugCountdown.Location = New System.Drawing.Point(100, 146)
- Me.LBLCycleDebugCountdown.Name = "LBLCycleDebugCountdown"
- Me.LBLCycleDebugCountdown.Size = New System.Drawing.Size(81, 23)
- Me.LBLCycleDebugCountdown.TabIndex = 10
- Me.LBLCycleDebugCountdown.Text = "0"
- Me.LBLCycleDebugCountdown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBCustom2.AutoSize = True
+ Me.CBCustom2.Checked = Global.Tease_AI.My.MySettings.Default.CB2Custom2
+ Me.CBCustom2.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CB2Custom2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBCustom2.ForeColor = System.Drawing.Color.Black
+ Me.CBCustom2.Location = New System.Drawing.Point(149, 121)
+ Me.CBCustom2.Name = "CBCustom2"
+ Me.CBCustom2.Size = New System.Drawing.Size(70, 17)
+ Me.CBCustom2.TabIndex = 161
+ Me.CBCustom2.Text = "Custom 2"
+ Me.CBCustom2.UseVisualStyleBackColor = True
'
- 'Button19
+ 'GlitterSlider
'
- Me.Button19.Location = New System.Drawing.Point(191, 142)
- Me.Button19.Name = "Button19"
- Me.Button19.Size = New System.Drawing.Size(146, 30)
- Me.Button19.TabIndex = 9
- Me.Button19.Text = "Countdown to 5 Seconds"
- Me.Button19.UseVisualStyleBackColor = True
+ Me.GlitterSlider.AutoSize = False
+ Me.GlitterSlider.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "GlitterDSlider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GlitterSlider.LargeChange = 1
+ Me.GlitterSlider.Location = New System.Drawing.Point(220, 118)
+ Me.GlitterSlider.Maximum = 9
+ Me.GlitterSlider.Minimum = 1
+ Me.GlitterSlider.Name = "GlitterSlider"
+ Me.GlitterSlider.Size = New System.Drawing.Size(115, 25)
+ Me.GlitterSlider.TabIndex = 160
+ Me.GlitterSlider.Value = Global.Tease_AI.My.MySettings.Default.GlitterDSlider
'
- 'BTNDebugTauntsClear
+ 'CBCustom1
'
- Me.BTNDebugTauntsClear.Location = New System.Drawing.Point(194, 28)
- Me.BTNDebugTauntsClear.Name = "BTNDebugTauntsClear"
- Me.BTNDebugTauntsClear.Size = New System.Drawing.Size(146, 30)
- Me.BTNDebugTauntsClear.TabIndex = 8
- Me.BTNDebugTauntsClear.Text = "Clear"
- Me.BTNDebugTauntsClear.UseVisualStyleBackColor = True
+ Me.CBCustom1.AutoSize = True
+ Me.CBCustom1.Checked = Global.Tease_AI.My.MySettings.Default.CB2Custom1
+ Me.CBCustom1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CB2Custom1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBCustom1.ForeColor = System.Drawing.Color.Black
+ Me.CBCustom1.Location = New System.Drawing.Point(149, 98)
+ Me.CBCustom1.Name = "CBCustom1"
+ Me.CBCustom1.Size = New System.Drawing.Size(70, 17)
+ Me.CBCustom1.TabIndex = 157
+ Me.CBCustom1.Text = "Custom 1"
+ Me.CBCustom1.UseVisualStyleBackColor = True
'
- 'TBDebugTaunts3
+ 'CBDaily
'
- Me.TBDebugTaunts3.Location = New System.Drawing.Point(6, 116)
- Me.TBDebugTaunts3.Name = "TBDebugTaunts3"
- Me.TBDebugTaunts3.Size = New System.Drawing.Size(331, 20)
- Me.TBDebugTaunts3.TabIndex = 7
+ Me.CBDaily.AutoSize = True
+ Me.CBDaily.Checked = Global.Tease_AI.My.MySettings.Default.CBDaily
+ Me.CBDaily.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBDaily", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBDaily.ForeColor = System.Drawing.Color.Black
+ Me.CBDaily.Location = New System.Drawing.Point(79, 121)
+ Me.CBDaily.Name = "CBDaily"
+ Me.CBDaily.Size = New System.Drawing.Size(49, 17)
+ Me.CBDaily.TabIndex = 156
+ Me.CBDaily.Text = "Daily"
+ Me.CBDaily.UseVisualStyleBackColor = True
'
- 'TBDebugTaunts2
+ 'CBTrivia
'
- Me.TBDebugTaunts2.Location = New System.Drawing.Point(6, 90)
- Me.TBDebugTaunts2.Name = "TBDebugTaunts2"
- Me.TBDebugTaunts2.Size = New System.Drawing.Size(331, 20)
- Me.TBDebugTaunts2.TabIndex = 6
+ Me.CBTrivia.AutoSize = True
+ Me.CBTrivia.Checked = Global.Tease_AI.My.MySettings.Default.CBTrivia
+ Me.CBTrivia.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBTrivia.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBTrivia", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBTrivia.ForeColor = System.Drawing.Color.Black
+ Me.CBTrivia.Location = New System.Drawing.Point(79, 98)
+ Me.CBTrivia.Name = "CBTrivia"
+ Me.CBTrivia.Size = New System.Drawing.Size(52, 17)
+ Me.CBTrivia.TabIndex = 155
+ Me.CBTrivia.Text = "Trivia"
+ Me.CBTrivia.UseVisualStyleBackColor = True
'
- 'TBDebugTaunts1
+ 'TBGlitterShortName
'
- Me.TBDebugTaunts1.Location = New System.Drawing.Point(6, 64)
- Me.TBDebugTaunts1.Name = "TBDebugTaunts1"
- Me.TBDebugTaunts1.Size = New System.Drawing.Size(331, 20)
- Me.TBDebugTaunts1.TabIndex = 5
+ Me.TBGlitterShortName.BackColor = System.Drawing.Color.White
+ Me.TBGlitterShortName.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GlitterSN", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TBGlitterShortName.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TBGlitterShortName.ForeColor = System.Drawing.Color.Black
+ Me.TBGlitterShortName.Location = New System.Drawing.Point(79, 57)
+ Me.TBGlitterShortName.Name = "TBGlitterShortName"
+ Me.TBGlitterShortName.Size = New System.Drawing.Size(134, 23)
+ Me.TBGlitterShortName.TabIndex = 49
+ Me.TBGlitterShortName.Text = Global.Tease_AI.My.MySettings.Default.GlitterSN
+ Me.TBGlitterShortName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'RBDebugTaunts3
+ 'CBEgotist
'
- Me.RBDebugTaunts3.AutoSize = True
- Me.RBDebugTaunts3.Location = New System.Drawing.Point(127, 41)
- Me.RBDebugTaunts3.Name = "RBDebugTaunts3"
- Me.RBDebugTaunts3.Size = New System.Drawing.Size(59, 17)
- Me.RBDebugTaunts3.TabIndex = 4
- Me.RBDebugTaunts3.Text = "3 Lines"
- Me.RBDebugTaunts3.UseVisualStyleBackColor = True
+ Me.CBEgotist.AutoSize = True
+ Me.CBEgotist.Checked = Global.Tease_AI.My.MySettings.Default.CBEgotist
+ Me.CBEgotist.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBEgotist", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBEgotist.ForeColor = System.Drawing.Color.Black
+ Me.CBEgotist.Location = New System.Drawing.Point(9, 121)
+ Me.CBEgotist.Name = "CBEgotist"
+ Me.CBEgotist.Size = New System.Drawing.Size(58, 17)
+ Me.CBEgotist.TabIndex = 153
+ Me.CBEgotist.Text = "Egotist"
+ Me.CBEgotist.UseVisualStyleBackColor = True
'
- 'RBDebugTaunts2
+ 'CBTease
'
- Me.RBDebugTaunts2.AutoSize = True
- Me.RBDebugTaunts2.Location = New System.Drawing.Point(66, 41)
- Me.RBDebugTaunts2.Name = "RBDebugTaunts2"
- Me.RBDebugTaunts2.Size = New System.Drawing.Size(59, 17)
- Me.RBDebugTaunts2.TabIndex = 3
- Me.RBDebugTaunts2.Text = "2 Lines"
- Me.RBDebugTaunts2.UseVisualStyleBackColor = True
+ Me.CBTease.AutoSize = True
+ Me.CBTease.Checked = Global.Tease_AI.My.MySettings.Default.CBTease
+ Me.CBTease.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBTease", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBTease.ForeColor = System.Drawing.Color.Black
+ Me.CBTease.Location = New System.Drawing.Point(9, 98)
+ Me.CBTease.Name = "CBTease"
+ Me.CBTease.Size = New System.Drawing.Size(56, 17)
+ Me.CBTease.TabIndex = 152
+ Me.CBTease.Text = "Tease"
+ Me.CBTease.UseVisualStyleBackColor = True
'
- 'RBDebugTaunts1
+ 'TbxContact1ImageDir
'
- Me.RBDebugTaunts1.AutoSize = True
- Me.RBDebugTaunts1.Checked = True
- Me.RBDebugTaunts1.Location = New System.Drawing.Point(7, 41)
- Me.RBDebugTaunts1.Name = "RBDebugTaunts1"
- Me.RBDebugTaunts1.Size = New System.Drawing.Size(54, 17)
- Me.RBDebugTaunts1.TabIndex = 2
- Me.RBDebugTaunts1.TabStop = True
- Me.RBDebugTaunts1.Text = "1 Line"
- Me.RBDebugTaunts1.UseVisualStyleBackColor = True
+ Me.TbxContact1ImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.TbxContact1ImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxContact1ImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Contact1ImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxContact1ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxContact1ImageDir.ForeColor = System.Drawing.Color.Black
+ Me.TbxContact1ImageDir.Location = New System.Drawing.Point(9, 121)
+ Me.TbxContact1ImageDir.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxContact1ImageDir.MinimumSize = New System.Drawing.Size(204, 17)
+ Me.TbxContact1ImageDir.Name = "TbxContact1ImageDir"
+ Me.TbxContact1ImageDir.ReadOnly = True
+ Me.TbxContact1ImageDir.Size = New System.Drawing.Size(204, 17)
+ Me.TbxContact1ImageDir.TabIndex = 176
+ Me.TbxContact1ImageDir.Text = Global.Tease_AI.My.MySettings.Default.Contact1ImageDir
'
- 'CBDebugTauntsEndless
+ 'LBLGlitterNC1
'
- Me.CBDebugTauntsEndless.AutoSize = True
- Me.CBDebugTauntsEndless.Location = New System.Drawing.Point(7, 150)
- Me.CBDebugTauntsEndless.Name = "CBDebugTauntsEndless"
- Me.CBDebugTauntsEndless.Size = New System.Drawing.Size(92, 17)
- Me.CBDebugTauntsEndless.TabIndex = 1
- Me.CBDebugTauntsEndless.Text = "Endless Cycle"
- Me.CBDebugTauntsEndless.UseVisualStyleBackColor = True
+ Me.LBLGlitterNC1.BackColor = System.Drawing.Color.White
+ Me.LBLGlitterNC1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLGlitterNC1.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNC1Color", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLGlitterNC1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterNC1.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNC1Color
+ Me.LBLGlitterNC1.Location = New System.Drawing.Point(220, 64)
+ Me.LBLGlitterNC1.Name = "LBLGlitterNC1"
+ Me.LBLGlitterNC1.Size = New System.Drawing.Size(114, 23)
+ Me.LBLGlitterNC1.TabIndex = 166
+ Me.LBLGlitterNC1.Text = "Preview"
+ Me.LBLGlitterNC1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'CBDebugTaunts
+ 'GlitterSlider1
'
- Me.CBDebugTaunts.AutoSize = True
- Me.CBDebugTaunts.Location = New System.Drawing.Point(7, 20)
- Me.CBDebugTaunts.Name = "CBDebugTaunts"
- Me.CBDebugTaunts.Size = New System.Drawing.Size(174, 17)
- Me.CBDebugTaunts.TabIndex = 0
- Me.CBDebugTaunts.Text = "Enable Taunt Cycle Debugging"
- Me.CBDebugTaunts.UseVisualStyleBackColor = True
+ Me.GlitterSlider1.AutoSize = False
+ Me.GlitterSlider1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "Glitter1Slider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GlitterSlider1.LargeChange = 1
+ Me.GlitterSlider1.Location = New System.Drawing.Point(220, 118)
+ Me.GlitterSlider1.Maximum = 9
+ Me.GlitterSlider1.Minimum = 1
+ Me.GlitterSlider1.Name = "GlitterSlider1"
+ Me.GlitterSlider1.Size = New System.Drawing.Size(115, 25)
+ Me.GlitterSlider1.TabIndex = 161
+ Me.GlitterSlider1.Value = Global.Tease_AI.My.MySettings.Default.Glitter1Slider
'
- 'BTNDebugStrokeTauntTimer
+ 'CBGlitter1
'
- Me.BTNDebugStrokeTauntTimer.Location = New System.Drawing.Point(581, 150)
- Me.BTNDebugStrokeTauntTimer.Name = "BTNDebugStrokeTauntTimer"
- Me.BTNDebugStrokeTauntTimer.Size = New System.Drawing.Size(75, 23)
- Me.BTNDebugStrokeTauntTimer.TabIndex = 8
- Me.BTNDebugStrokeTauntTimer.Text = "Set to 5"
- Me.BTNDebugStrokeTauntTimer.UseVisualStyleBackColor = True
+ Me.CBGlitter1.AutoSize = True
+ Me.CBGlitter1.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitter1
+ Me.CBGlitter1.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBGlitter1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitter1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBGlitter1.ForeColor = System.Drawing.Color.Black
+ Me.CBGlitter1.Location = New System.Drawing.Point(79, 15)
+ Me.CBGlitter1.Name = "CBGlitter1"
+ Me.CBGlitter1.Size = New System.Drawing.Size(122, 17)
+ Me.CBGlitter1.TabIndex = 151
+ Me.CBGlitter1.Text = "Enable This Contact"
+ Me.CBGlitter1.UseVisualStyleBackColor = True
'
- 'LBLDebugHoldEdgeTime
+ 'TBGlitter1
'
- Me.LBLDebugHoldEdgeTime.BackColor = System.Drawing.Color.Gainsboro
- Me.LBLDebugHoldEdgeTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDebugHoldEdgeTime.Location = New System.Drawing.Point(475, 248)
- Me.LBLDebugHoldEdgeTime.Name = "LBLDebugHoldEdgeTime"
- Me.LBLDebugHoldEdgeTime.Size = New System.Drawing.Size(100, 23)
- Me.LBLDebugHoldEdgeTime.TabIndex = 13
- Me.LBLDebugHoldEdgeTime.Text = "0"
- Me.LBLDebugHoldEdgeTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TBGlitter1.BackColor = System.Drawing.Color.White
+ Me.TBGlitter1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Glitter1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TBGlitter1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TBGlitter1.ForeColor = System.Drawing.Color.Black
+ Me.TBGlitter1.Location = New System.Drawing.Point(79, 34)
+ Me.TBGlitter1.Name = "TBGlitter1"
+ Me.TBGlitter1.Size = New System.Drawing.Size(134, 23)
+ Me.TBGlitter1.TabIndex = 49
+ Me.TBGlitter1.Text = Global.Tease_AI.My.MySettings.Default.Glitter1
+ Me.TBGlitter1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label145
+ 'TbxContact3ImageDir
'
- Me.Label145.Location = New System.Drawing.Point(402, 11)
- Me.Label145.Name = "Label145"
- Me.Label145.Size = New System.Drawing.Size(67, 23)
- Me.Label145.TabIndex = 3
- Me.Label145.Text = "Tease Timer"
- Me.Label145.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TbxContact3ImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.TbxContact3ImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxContact3ImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Contact3ImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxContact3ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxContact3ImageDir.ForeColor = System.Drawing.Color.Black
+ Me.TbxContact3ImageDir.Location = New System.Drawing.Point(9, 121)
+ Me.TbxContact3ImageDir.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxContact3ImageDir.MinimumSize = New System.Drawing.Size(204, 17)
+ Me.TbxContact3ImageDir.Name = "TbxContact3ImageDir"
+ Me.TbxContact3ImageDir.ReadOnly = True
+ Me.TbxContact3ImageDir.Size = New System.Drawing.Size(204, 17)
+ Me.TbxContact3ImageDir.TabIndex = 178
+ Me.TbxContact3ImageDir.Text = Global.Tease_AI.My.MySettings.Default.Contact3ImageDir
'
- 'BTNDebugStrokeTime
+ 'LBLGlitterNC3
'
- Me.BTNDebugStrokeTime.Location = New System.Drawing.Point(581, 121)
- Me.BTNDebugStrokeTime.Name = "BTNDebugStrokeTime"
- Me.BTNDebugStrokeTime.Size = New System.Drawing.Size(75, 23)
- Me.BTNDebugStrokeTime.TabIndex = 2
- Me.BTNDebugStrokeTime.Text = "Set to 5"
- Me.BTNDebugStrokeTime.UseVisualStyleBackColor = True
+ Me.LBLGlitterNC3.BackColor = System.Drawing.Color.White
+ Me.LBLGlitterNC3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLGlitterNC3.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNC3Color", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLGlitterNC3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterNC3.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNC3Color
+ Me.LBLGlitterNC3.Location = New System.Drawing.Point(220, 64)
+ Me.LBLGlitterNC3.Name = "LBLGlitterNC3"
+ Me.LBLGlitterNC3.Size = New System.Drawing.Size(114, 23)
+ Me.LBLGlitterNC3.TabIndex = 166
+ Me.LBLGlitterNC3.Text = "Preview"
+ Me.LBLGlitterNC3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNDebugEdgeTauntTimer
+ 'GlitterSlider3
'
- Me.BTNDebugEdgeTauntTimer.Location = New System.Drawing.Point(581, 209)
- Me.BTNDebugEdgeTauntTimer.Name = "BTNDebugEdgeTauntTimer"
- Me.BTNDebugEdgeTauntTimer.Size = New System.Drawing.Size(75, 23)
- Me.BTNDebugEdgeTauntTimer.TabIndex = 11
- Me.BTNDebugEdgeTauntTimer.Text = "Set to 5"
- Me.BTNDebugEdgeTauntTimer.UseVisualStyleBackColor = True
+ Me.GlitterSlider3.AutoSize = False
+ Me.GlitterSlider3.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "Glitter3Slider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GlitterSlider3.LargeChange = 1
+ Me.GlitterSlider3.Location = New System.Drawing.Point(220, 118)
+ Me.GlitterSlider3.Maximum = 9
+ Me.GlitterSlider3.Minimum = 1
+ Me.GlitterSlider3.Name = "GlitterSlider3"
+ Me.GlitterSlider3.Size = New System.Drawing.Size(115, 25)
+ Me.GlitterSlider3.TabIndex = 161
+ Me.GlitterSlider3.Value = Global.Tease_AI.My.MySettings.Default.Glitter3Slider
'
- 'LBLDebugTeaseTime
+ 'CBGlitter3
'
- Me.LBLDebugTeaseTime.BackColor = System.Drawing.Color.Gainsboro
- Me.LBLDebugTeaseTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDebugTeaseTime.Location = New System.Drawing.Point(475, 11)
- Me.LBLDebugTeaseTime.Name = "LBLDebugTeaseTime"
- Me.LBLDebugTeaseTime.Size = New System.Drawing.Size(100, 23)
- Me.LBLDebugTeaseTime.TabIndex = 4
- Me.LBLDebugTeaseTime.Text = "0"
- Me.LBLDebugTeaseTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBGlitter3.AutoSize = True
+ Me.CBGlitter3.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitter3
+ Me.CBGlitter3.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBGlitter3.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitter3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBGlitter3.ForeColor = System.Drawing.Color.Black
+ Me.CBGlitter3.Location = New System.Drawing.Point(79, 15)
+ Me.CBGlitter3.Name = "CBGlitter3"
+ Me.CBGlitter3.Size = New System.Drawing.Size(122, 17)
+ Me.CBGlitter3.TabIndex = 151
+ Me.CBGlitter3.Text = "Enable This Contact"
+ Me.CBGlitter3.UseVisualStyleBackColor = True
+ '
+ 'TBGlitter3
+ '
+ Me.TBGlitter3.BackColor = System.Drawing.Color.White
+ Me.TBGlitter3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Glitter3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TBGlitter3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TBGlitter3.ForeColor = System.Drawing.Color.Black
+ Me.TBGlitter3.Location = New System.Drawing.Point(79, 34)
+ Me.TBGlitter3.Name = "TBGlitter3"
+ Me.TBGlitter3.Size = New System.Drawing.Size(134, 23)
+ Me.TBGlitter3.TabIndex = 49
+ Me.TBGlitter3.Text = Global.Tease_AI.My.MySettings.Default.Glitter3
+ Me.TBGlitter3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'LBLDebugStrokeTime
+ 'TbxContact2ImageDir
'
- Me.LBLDebugStrokeTime.BackColor = System.Drawing.Color.Gainsboro
- Me.LBLDebugStrokeTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDebugStrokeTime.Location = New System.Drawing.Point(475, 121)
- Me.LBLDebugStrokeTime.Name = "LBLDebugStrokeTime"
- Me.LBLDebugStrokeTime.Size = New System.Drawing.Size(100, 23)
- Me.LBLDebugStrokeTime.TabIndex = 1
- Me.LBLDebugStrokeTime.Text = "0"
- Me.LBLDebugStrokeTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TbxContact2ImageDir.BackColor = System.Drawing.Color.LightGray
+ Me.TbxContact2ImageDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.TbxContact2ImageDir.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Contact2ImageDir", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TbxContact2ImageDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TbxContact2ImageDir.ForeColor = System.Drawing.Color.Black
+ Me.TbxContact2ImageDir.Location = New System.Drawing.Point(9, 121)
+ Me.TbxContact2ImageDir.MaximumSize = New System.Drawing.Size(2, 17)
+ Me.TbxContact2ImageDir.MinimumSize = New System.Drawing.Size(204, 17)
+ Me.TbxContact2ImageDir.Name = "TbxContact2ImageDir"
+ Me.TbxContact2ImageDir.ReadOnly = True
+ Me.TbxContact2ImageDir.Size = New System.Drawing.Size(204, 17)
+ Me.TbxContact2ImageDir.TabIndex = 178
+ Me.TbxContact2ImageDir.Text = Global.Tease_AI.My.MySettings.Default.Contact2ImageDir
'
- 'LBLDebugEdgeTauntTime
+ 'LBLGlitterNC2
'
- Me.LBLDebugEdgeTauntTime.BackColor = System.Drawing.Color.Gainsboro
- Me.LBLDebugEdgeTauntTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDebugEdgeTauntTime.Location = New System.Drawing.Point(475, 209)
- Me.LBLDebugEdgeTauntTime.Name = "LBLDebugEdgeTauntTime"
- Me.LBLDebugEdgeTauntTime.Size = New System.Drawing.Size(100, 23)
- Me.LBLDebugEdgeTauntTime.TabIndex = 10
- Me.LBLDebugEdgeTauntTime.Text = "0"
- Me.LBLDebugEdgeTauntTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.LBLGlitterNC2.BackColor = System.Drawing.Color.White
+ Me.LBLGlitterNC2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.LBLGlitterNC2.DataBindings.Add(New System.Windows.Forms.Binding("ForeColor", Global.Tease_AI.My.MySettings.Default, "GlitterNC2Color", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLGlitterNC2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.LBLGlitterNC2.ForeColor = Global.Tease_AI.My.MySettings.Default.GlitterNC2Color
+ Me.LBLGlitterNC2.Location = New System.Drawing.Point(220, 64)
+ Me.LBLGlitterNC2.Name = "LBLGlitterNC2"
+ Me.LBLGlitterNC2.Size = New System.Drawing.Size(114, 23)
+ Me.LBLGlitterNC2.TabIndex = 166
+ Me.LBLGlitterNC2.Text = "Preview"
+ Me.LBLGlitterNC2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
- 'BTNDebugTeaseTimer
+ 'GlitterSlider2
'
- Me.BTNDebugTeaseTimer.Location = New System.Drawing.Point(581, 11)
- Me.BTNDebugTeaseTimer.Name = "BTNDebugTeaseTimer"
- Me.BTNDebugTeaseTimer.Size = New System.Drawing.Size(75, 23)
- Me.BTNDebugTeaseTimer.TabIndex = 5
- Me.BTNDebugTeaseTimer.Text = "Set to 5"
- Me.BTNDebugTeaseTimer.UseVisualStyleBackColor = True
+ Me.GlitterSlider2.AutoSize = False
+ Me.GlitterSlider2.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "Glitter2Slider", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GlitterSlider2.LargeChange = 1
+ Me.GlitterSlider2.Location = New System.Drawing.Point(220, 118)
+ Me.GlitterSlider2.Maximum = 9
+ Me.GlitterSlider2.Minimum = 1
+ Me.GlitterSlider2.Name = "GlitterSlider2"
+ Me.GlitterSlider2.Size = New System.Drawing.Size(115, 25)
+ Me.GlitterSlider2.TabIndex = 161
+ Me.GlitterSlider2.Value = Global.Tease_AI.My.MySettings.Default.Glitter2Slider
'
- 'Label142
+ 'CBGlitter2
'
- Me.Label142.Location = New System.Drawing.Point(402, 121)
- Me.Label142.Name = "Label142"
- Me.Label142.Size = New System.Drawing.Size(67, 23)
- Me.Label142.TabIndex = 0
- Me.Label142.Text = "Stroke Timer"
- Me.Label142.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBGlitter2.AutoSize = True
+ Me.CBGlitter2.Checked = Global.Tease_AI.My.MySettings.Default.CBGlitter2
+ Me.CBGlitter2.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBGlitter2.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBGlitter2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBGlitter2.ForeColor = System.Drawing.Color.Black
+ Me.CBGlitter2.Location = New System.Drawing.Point(79, 15)
+ Me.CBGlitter2.Name = "CBGlitter2"
+ Me.CBGlitter2.Size = New System.Drawing.Size(122, 17)
+ Me.CBGlitter2.TabIndex = 151
+ Me.CBGlitter2.Text = "Enable This Contact"
+ Me.CBGlitter2.UseVisualStyleBackColor = True
'
- 'Label150
+ 'TBGlitter2
'
- Me.Label150.Location = New System.Drawing.Point(402, 206)
- Me.Label150.Name = "Label150"
- Me.Label150.Size = New System.Drawing.Size(67, 27)
- Me.Label150.TabIndex = 9
- Me.Label150.Text = "Edge Taunt Timer"
- Me.Label150.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.TBGlitter2.BackColor = System.Drawing.Color.White
+ Me.TBGlitter2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "Glitter2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TBGlitter2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.TBGlitter2.ForeColor = System.Drawing.Color.Black
+ Me.TBGlitter2.Location = New System.Drawing.Point(79, 34)
+ Me.TBGlitter2.Name = "TBGlitter2"
+ Me.TBGlitter2.Size = New System.Drawing.Size(134, 23)
+ Me.TBGlitter2.TabIndex = 49
+ Me.TBGlitter2.Text = Global.Tease_AI.My.MySettings.Default.Glitter2
+ Me.TBGlitter2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label152
+ 'CBIncludeGifs
'
- Me.Label152.Location = New System.Drawing.Point(402, 238)
- Me.Label152.Name = "Label152"
- Me.Label152.Size = New System.Drawing.Size(67, 40)
- Me.Label152.TabIndex = 12
- Me.Label152.Text = "Hold Edge Timer"
- Me.Label152.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.CBIncludeGifs.AutoSize = True
+ Me.CBIncludeGifs.Checked = Global.Tease_AI.My.MySettings.Default.CBIncludeGifs
+ Me.CBIncludeGifs.CheckState = System.Windows.Forms.CheckState.Checked
+ Me.CBIncludeGifs.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBIncludeGifs", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBIncludeGifs.Location = New System.Drawing.Point(528, 351)
+ Me.CBIncludeGifs.Name = "CBIncludeGifs"
+ Me.CBIncludeGifs.Size = New System.Drawing.Size(154, 17)
+ Me.CBIncludeGifs.TabIndex = 5
+ Me.CBIncludeGifs.Text = "Match Game Includes Gifs "
+ Me.CBIncludeGifs.UseVisualStyleBackColor = True
'
- 'LBLDebugStrokeTauntTime
+ 'GN6
'
- Me.LBLDebugStrokeTauntTime.BackColor = System.Drawing.Color.Gainsboro
- Me.LBLDebugStrokeTauntTime.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.LBLDebugStrokeTauntTime.Location = New System.Drawing.Point(475, 150)
- Me.LBLDebugStrokeTauntTime.Name = "LBLDebugStrokeTauntTime"
- Me.LBLDebugStrokeTauntTime.Size = New System.Drawing.Size(100, 23)
- Me.LBLDebugStrokeTauntTime.TabIndex = 7
- Me.LBLDebugStrokeTauntTime.Text = "0"
- Me.LBLDebugStrokeTauntTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.GN6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GN6.Location = New System.Drawing.Point(86, 367)
+ Me.GN6.Name = "GN6"
+ Me.GN6.Size = New System.Drawing.Size(71, 20)
+ Me.GN6.TabIndex = 5
+ Me.GN6.Text = Global.Tease_AI.My.MySettings.Default.GN6
+ Me.GN6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label147
+ 'GP6
'
- Me.Label147.Location = New System.Drawing.Point(402, 143)
- Me.Label147.Name = "Label147"
- Me.Label147.Size = New System.Drawing.Size(67, 29)
- Me.Label147.TabIndex = 6
- Me.Label147.Text = "Stroke Taunt Timer"
- Me.Label147.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.GP6.BackColor = System.Drawing.Color.Silver
+ Me.GP6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GP6.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GP6.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP6
+ Me.GP6.InitialImage = Nothing
+ Me.GP6.Location = New System.Drawing.Point(86, 268)
+ Me.GP6.Name = "GP6"
+ Me.GP6.Size = New System.Drawing.Size(71, 93)
+ Me.GP6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GP6.TabIndex = 17
+ Me.GP6.TabStop = False
'
- 'TabPage30
+ 'GN2
'
- Me.TabPage30.BackColor = System.Drawing.Color.LightGray
- Me.TabPage30.Controls.Add(Me.Button33)
- Me.TabPage30.Controls.Add(Me.Button24)
- Me.TabPage30.Location = New System.Drawing.Point(4, 22)
- Me.TabPage30.Name = "TabPage30"
- Me.TabPage30.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage30.Size = New System.Drawing.Size(700, 411)
- Me.TabPage30.TabIndex = 1
- Me.TabPage30.Text = "TabPage30"
+ Me.GN2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GN2.Location = New System.Drawing.Point(86, 117)
+ Me.GN2.Name = "GN2"
+ Me.GN2.Size = New System.Drawing.Size(71, 20)
+ Me.GN2.TabIndex = 1
+ Me.GN2.Text = Global.Tease_AI.My.MySettings.Default.GN2
+ Me.GN2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Button33
+ 'GP2
'
- Me.Button33.Location = New System.Drawing.Point(6, 35)
- Me.Button33.Name = "Button33"
- Me.Button33.Size = New System.Drawing.Size(75, 23)
- Me.Button33.TabIndex = 1
- Me.Button33.Text = "LoadState"
- Me.Button33.UseVisualStyleBackColor = True
+ Me.GP2.BackColor = System.Drawing.Color.Silver
+ Me.GP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GP2.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GP2.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP2
+ Me.GP2.InitialImage = Nothing
+ Me.GP2.Location = New System.Drawing.Point(86, 17)
+ Me.GP2.Name = "GP2"
+ Me.GP2.Size = New System.Drawing.Size(71, 94)
+ Me.GP2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GP2.TabIndex = 9
+ Me.GP2.TabStop = False
'
- 'Button24
+ 'GP5
'
- Me.Button24.Location = New System.Drawing.Point(6, 6)
- Me.Button24.Name = "Button24"
- Me.Button24.Size = New System.Drawing.Size(75, 23)
- Me.Button24.TabIndex = 0
- Me.Button24.Text = "SaveState"
- Me.Button24.UseVisualStyleBackColor = True
+ Me.GP5.BackColor = System.Drawing.Color.Silver
+ Me.GP5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GP5.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GP5.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP5
+ Me.GP5.InitialImage = Nothing
+ Me.GP5.Location = New System.Drawing.Point(9, 268)
+ Me.GP5.Name = "GP5"
+ Me.GP5.Size = New System.Drawing.Size(71, 93)
+ Me.GP5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GP5.TabIndex = 15
+ Me.GP5.TabStop = False
'
- 'TabPage5
+ 'GN1
'
- Me.TabPage5.BackColor = System.Drawing.Color.Silver
- Me.TabPage5.Controls.Add(Me.Panel5)
- Me.TabPage5.Location = New System.Drawing.Point(4, 22)
- Me.TabPage5.Name = "TabPage5"
- Me.TabPage5.Size = New System.Drawing.Size(720, 448)
- Me.TabPage5.TabIndex = 17
- Me.TabPage5.Text = "About"
+ Me.GN1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GN1.Location = New System.Drawing.Point(9, 117)
+ Me.GN1.Name = "GN1"
+ Me.GN1.Size = New System.Drawing.Size(71, 20)
+ Me.GN1.TabIndex = 0
+ Me.GN1.Text = Global.Tease_AI.My.MySettings.Default.GN1
+ Me.GN1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Panel5
+ 'GP1
'
- Me.Panel5.BackColor = System.Drawing.Color.LightGray
- Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel5.Controls.Add(Me.Label130)
- Me.Panel5.Controls.Add(Me.Label123)
- Me.Panel5.Controls.Add(Me.Label69)
- Me.Panel5.Controls.Add(Me.Label113)
- Me.Panel5.Controls.Add(Me.Label40)
- Me.Panel5.Controls.Add(Me.Label35)
- Me.Panel5.Controls.Add(Me.Label33)
- Me.Panel5.Controls.Add(Me.Label17)
- Me.Panel5.Controls.Add(Me.Label3)
- Me.Panel5.Controls.Add(Me.PictureBox3)
- Me.Panel5.Controls.Add(Me.Label41)
- Me.Panel5.Location = New System.Drawing.Point(6, 6)
- Me.Panel5.Name = "Panel5"
- Me.Panel5.Size = New System.Drawing.Size(708, 437)
- Me.Panel5.TabIndex = 92
+ Me.GP1.BackColor = System.Drawing.Color.Silver
+ Me.GP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GP1.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GP1.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP1
+ Me.GP1.InitialImage = Nothing
+ Me.GP1.Location = New System.Drawing.Point(9, 17)
+ Me.GP1.Name = "GP1"
+ Me.GP1.Size = New System.Drawing.Size(71, 94)
+ Me.GP1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GP1.TabIndex = 0
+ Me.GP1.TabStop = False
+ '
+ 'GN5
+ '
+ Me.GN5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GN5.Location = New System.Drawing.Point(9, 367)
+ Me.GN5.Name = "GN5"
+ Me.GN5.Size = New System.Drawing.Size(71, 20)
+ Me.GN5.TabIndex = 4
+ Me.GN5.Text = Global.Tease_AI.My.MySettings.Default.GN5
+ Me.GN5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label130
+ 'GN3
'
- Me.Label130.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label130.Location = New System.Drawing.Point(361, 314)
- Me.Label130.Name = "Label130"
- Me.Label130.Size = New System.Drawing.Size(254, 54)
- Me.Label130.TabIndex = 176
- Me.Label130.Text = "q55x8x" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Stefaf" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "OxiKlein" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- Me.Label130.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.GN3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GN3.Location = New System.Drawing.Point(9, 242)
+ Me.GN3.Name = "GN3"
+ Me.GN3.Size = New System.Drawing.Size(71, 20)
+ Me.GN3.TabIndex = 2
+ Me.GN3.Text = Global.Tease_AI.My.MySettings.Default.GN3
+ Me.GN3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label123
+ 'GP3
'
- Me.Label123.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label123.Location = New System.Drawing.Point(81, 314)
- Me.Label123.Name = "Label123"
- Me.Label123.Size = New System.Drawing.Size(254, 54)
- Me.Label123.TabIndex = 175
- Me.Label123.Text = "pepsifreak" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Daragorn" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Ambossli"
- Me.Label123.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.GP3.BackColor = System.Drawing.Color.Silver
+ Me.GP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GP3.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GP3.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP3
+ Me.GP3.InitialImage = Nothing
+ Me.GP3.Location = New System.Drawing.Point(9, 143)
+ Me.GP3.Name = "GP3"
+ Me.GP3.Size = New System.Drawing.Size(71, 93)
+ Me.GP3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GP3.TabIndex = 11
+ Me.GP3.TabStop = False
'
- 'Label69
+ 'GP4
'
- Me.Label69.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label69.Location = New System.Drawing.Point(35, 295)
- Me.Label69.Name = "Label69"
- Me.Label69.Size = New System.Drawing.Size(638, 22)
- Me.Label69.TabIndex = 174
- Me.Label69.Text = "Triple Alfa"
- Me.Label69.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.GP4.BackColor = System.Drawing.Color.Silver
+ Me.GP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.GP4.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "GP4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GP4.ImageLocation = Global.Tease_AI.My.MySettings.Default.GP4
+ Me.GP4.InitialImage = Nothing
+ Me.GP4.Location = New System.Drawing.Point(86, 143)
+ Me.GP4.Name = "GP4"
+ Me.GP4.Size = New System.Drawing.Size(71, 93)
+ Me.GP4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.GP4.TabIndex = 13
+ Me.GP4.TabStop = False
'
- 'Label113
+ 'GN4
'
- Me.Label113.AutoSize = True
- Me.Label113.Location = New System.Drawing.Point(4, 417)
- Me.Label113.Name = "Label113"
- Me.Label113.Size = New System.Drawing.Size(452, 13)
- Me.Label113.TabIndex = 173
- Me.Label113.Text = "All content contained in or viewed through this program are property of their res" &
- "pective owners."
+ Me.GN4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "GN4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.GN4.Location = New System.Drawing.Point(86, 242)
+ Me.GN4.Name = "GN4"
+ Me.GN4.Size = New System.Drawing.Size(71, 20)
+ Me.GN4.TabIndex = 3
+ Me.GN4.Text = Global.Tease_AI.My.MySettings.Default.GN4
+ Me.GN4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label40
+ 'CardBack
'
- Me.Label40.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label40.Location = New System.Drawing.Point(35, 273)
- Me.Label40.Name = "Label40"
- Me.Label40.Size = New System.Drawing.Size(638, 24)
- Me.Label40.TabIndex = 171
- Me.Label40.Text = "Special Thanks"
- Me.Label40.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.CardBack.BackColor = System.Drawing.Color.Silver
+ Me.CardBack.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.CardBack.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "CardBack", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CardBack.ImageLocation = Global.Tease_AI.My.MySettings.Default.CardBack
+ Me.CardBack.InitialImage = Nothing
+ Me.CardBack.Location = New System.Drawing.Point(17, 28)
+ Me.CardBack.Name = "CardBack"
+ Me.CardBack.Size = New System.Drawing.Size(138, 179)
+ Me.CardBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.CardBack.TabIndex = 18
+ Me.CardBack.TabStop = False
'
- 'Label35
+ 'BN6
'
- Me.Label35.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label35.Location = New System.Drawing.Point(32, 107)
- Me.Label35.Name = "Label35"
- Me.Label35.Size = New System.Drawing.Size(641, 77)
- Me.Label35.TabIndex = 170
- Me.Label35.Text = "This program is freeware. It may be freely distributed." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Do not package or dist" &
- "ribute this program with any scripts or additional content." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Please distribute a" &
- "dditional files separately."
- Me.Label35.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.BN6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BN6.Location = New System.Drawing.Point(86, 368)
+ Me.BN6.Name = "BN6"
+ Me.BN6.Size = New System.Drawing.Size(71, 20)
+ Me.BN6.TabIndex = 5
+ Me.BN6.Text = Global.Tease_AI.My.MySettings.Default.BN6
+ Me.BN6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label33
+ 'BN3
'
- Me.Label33.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label33.Location = New System.Drawing.Point(32, 191)
- Me.Label33.Name = "Label33"
- Me.Label33.Size = New System.Drawing.Size(641, 77)
- Me.Label33.TabIndex = 169
- Me.Label33.Text = resources.GetString("Label33.Text")
- Me.Label33.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.BN3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BN3.Location = New System.Drawing.Point(9, 243)
+ Me.BN3.Name = "BN3"
+ Me.BN3.Size = New System.Drawing.Size(71, 20)
+ Me.BN3.TabIndex = 2
+ Me.BN3.Text = Global.Tease_AI.My.MySettings.Default.BN3
+ Me.BN3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label17
+ 'BP3
'
- Me.Label17.AutoSize = True
- Me.Label17.Location = New System.Drawing.Point(522, 78)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(93, 13)
- Me.Label17.TabIndex = 168
- Me.Label17.Text = "Designed by 1885"
+ Me.BP3.BackColor = System.Drawing.Color.Silver
+ Me.BP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.BP3.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BP3.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP3
+ Me.BP3.InitialImage = Nothing
+ Me.BP3.Location = New System.Drawing.Point(9, 144)
+ Me.BP3.Name = "BP3"
+ Me.BP3.Size = New System.Drawing.Size(71, 93)
+ Me.BP3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.BP3.TabIndex = 11
+ Me.BP3.TabStop = False
'
- 'Label3
+ 'BP6
'
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(489, 417)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(215, 13)
- Me.Label3.TabIndex = 167
- Me.Label3.Text = " Tease AI © 2015 1885 All Rights Reserved"
+ Me.BP6.BackColor = System.Drawing.Color.Silver
+ Me.BP6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.BP6.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BP6.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP6
+ Me.BP6.InitialImage = Nothing
+ Me.BP6.Location = New System.Drawing.Point(86, 269)
+ Me.BP6.Name = "BP6"
+ Me.BP6.Size = New System.Drawing.Size(71, 93)
+ Me.BP6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.BP6.TabIndex = 17
+ Me.BP6.TabStop = False
'
- 'PictureBox3
+ 'BN2
'
- Me.PictureBox3.BackColor = System.Drawing.Color.LightGray
- Me.PictureBox3.Image = Global.Tease_AI.My.Resources.Resources.TAI_Banner_big
- Me.PictureBox3.Location = New System.Drawing.Point(84, 17)
- Me.PictureBox3.Name = "PictureBox3"
- Me.PictureBox3.Size = New System.Drawing.Size(531, 58)
- Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PictureBox3.TabIndex = 166
- Me.PictureBox3.TabStop = False
+ Me.BN2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BN2.Location = New System.Drawing.Point(86, 118)
+ Me.BN2.Name = "BN2"
+ Me.BN2.Size = New System.Drawing.Size(71, 20)
+ Me.BN2.TabIndex = 1
+ Me.BN2.Text = Global.Tease_AI.My.MySettings.Default.BN2
+ Me.BN2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label41
+ 'BN5
'
- Me.Label41.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label41.Location = New System.Drawing.Point(35, 372)
- Me.Label41.Name = "Label41"
- Me.Label41.Size = New System.Drawing.Size(638, 39)
- Me.Label41.TabIndex = 172
- Me.Label41.Text = "Thank you to everyone who has provided help and feedback." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Thank you to the commu" &
- "nity who's been supportive of my work over the years. Tease AI exists because of" &
- " you." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- Me.Label41.TextAlign = System.Drawing.ContentAlignment.TopCenter
+ Me.BN5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BN5.Location = New System.Drawing.Point(9, 368)
+ Me.BN5.Name = "BN5"
+ Me.BN5.Size = New System.Drawing.Size(71, 20)
+ Me.BN5.TabIndex = 4
+ Me.BN5.Text = Global.Tease_AI.My.MySettings.Default.BN5
+ Me.BN5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'GroupBox47
+ 'BP5
'
- Me.GroupBox47.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox47.Controls.Add(Me.GroupBox41)
- Me.GroupBox47.Controls.Add(Me.GroupBox40)
- Me.GroupBox47.ForeColor = System.Drawing.Color.Black
- Me.GroupBox47.Location = New System.Drawing.Point(806, 255)
- Me.GroupBox47.Name = "GroupBox47"
- Me.GroupBox47.Size = New System.Drawing.Size(310, 190)
- Me.GroupBox47.TabIndex = 63
- Me.GroupBox47.TabStop = False
- Me.GroupBox47.Text = "Boobs and Butts Paths"
+ Me.BP5.BackColor = System.Drawing.Color.Silver
+ Me.BP5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.BP5.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BP5.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP5
+ Me.BP5.InitialImage = Nothing
+ Me.BP5.Location = New System.Drawing.Point(9, 269)
+ Me.BP5.Name = "BP5"
+ Me.BP5.Size = New System.Drawing.Size(71, 93)
+ Me.BP5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.BP5.TabIndex = 15
+ Me.BP5.TabStop = False
'
- 'GroupBox41
+ 'BP2
'
- Me.GroupBox41.Controls.Add(Me.Button34)
- Me.GroupBox41.Location = New System.Drawing.Point(6, 110)
- Me.GroupBox41.Name = "GroupBox41"
- Me.GroupBox41.Size = New System.Drawing.Size(298, 74)
- Me.GroupBox41.TabIndex = 153
- Me.GroupBox41.TabStop = False
- Me.GroupBox41.Text = "Butts"
+ Me.BP2.BackColor = System.Drawing.Color.Silver
+ Me.BP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.BP2.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BP2.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP2
+ Me.BP2.InitialImage = Nothing
+ Me.BP2.Location = New System.Drawing.Point(86, 19)
+ Me.BP2.Name = "BP2"
+ Me.BP2.Size = New System.Drawing.Size(71, 93)
+ Me.BP2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.BP2.TabIndex = 9
+ Me.BP2.TabStop = False
'
- 'Button34
+ 'BN1
'
- Me.Button34.BackColor = System.Drawing.Color.LightGray
- Me.Button34.Font = New System.Drawing.Font("Wingdings", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(2, Byte))
- Me.Button34.ForeColor = System.Drawing.Color.Black
- Me.Button34.Location = New System.Drawing.Point(85, 25)
- Me.Button34.Name = "Button34"
- Me.Button34.Size = New System.Drawing.Size(34, 28)
- Me.Button34.TabIndex = 131
- Me.Button34.Text = "1"
- Me.Button34.UseVisualStyleBackColor = False
+ Me.BN1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BN1.Location = New System.Drawing.Point(9, 118)
+ Me.BN1.Name = "BN1"
+ Me.BN1.Size = New System.Drawing.Size(71, 20)
+ Me.BN1.TabIndex = 0
+ Me.BN1.Text = Global.Tease_AI.My.MySettings.Default.BN1
+ Me.BN1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'GroupBox40
+ 'BN4
'
- Me.GroupBox40.Location = New System.Drawing.Point(5, 35)
- Me.GroupBox40.Name = "GroupBox40"
- Me.GroupBox40.Size = New System.Drawing.Size(298, 74)
- Me.GroupBox40.TabIndex = 152
- Me.GroupBox40.TabStop = False
- Me.GroupBox40.Text = "Boobs"
+ Me.BN4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "BN4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BN4.Location = New System.Drawing.Point(86, 243)
+ Me.BN4.Name = "BN4"
+ Me.BN4.Size = New System.Drawing.Size(71, 20)
+ Me.BN4.TabIndex = 3
+ Me.BN4.Text = Global.Tease_AI.My.MySettings.Default.BN4
+ Me.BN4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'GroupBox44
+ 'BP4
'
- Me.GroupBox44.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox44.Controls.Add(Me.Label100)
- Me.GroupBox44.ForeColor = System.Drawing.Color.Black
- Me.GroupBox44.Location = New System.Drawing.Point(1160, 181)
- Me.GroupBox44.Name = "GroupBox44"
- Me.GroupBox44.Size = New System.Drawing.Size(310, 92)
- Me.GroupBox44.TabIndex = 65
- Me.GroupBox44.TabStop = False
- Me.GroupBox44.Text = "Description"
+ Me.BP4.BackColor = System.Drawing.Color.Silver
+ Me.BP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.BP4.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BP4.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP4
+ Me.BP4.InitialImage = Nothing
+ Me.BP4.Location = New System.Drawing.Point(86, 144)
+ Me.BP4.Name = "BP4"
+ Me.BP4.Size = New System.Drawing.Size(71, 93)
+ Me.BP4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.BP4.TabIndex = 13
+ Me.BP4.TabStop = False
'
- 'Label100
+ 'BP1
'
- Me.Label100.BackColor = System.Drawing.Color.Transparent
- Me.Label100.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label100.ForeColor = System.Drawing.Color.Black
- Me.Label100.Location = New System.Drawing.Point(11, 16)
- Me.Label100.Name = "Label100"
- Me.Label100.Size = New System.Drawing.Size(286, 73)
- Me.Label100.TabIndex = 62
- Me.Label100.Text = resources.GetString("Label100.Text")
- Me.Label100.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.BP1.BackColor = System.Drawing.Color.Silver
+ Me.BP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.BP1.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "BP1", True))
+ Me.BP1.DataBindings.Add(New System.Windows.Forms.Binding("Tag", Global.Tease_AI.My.MySettings.Default, "BP1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.BP1.ImageLocation = Global.Tease_AI.My.MySettings.Default.BP1
+ Me.BP1.InitialImage = Nothing
+ Me.BP1.Location = New System.Drawing.Point(9, 19)
+ Me.BP1.Name = "BP1"
+ Me.BP1.Size = New System.Drawing.Size(71, 93)
+ Me.BP1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.BP1.TabIndex = 0
+ Me.BP1.TabStop = False
+ Me.BP1.Tag = Global.Tease_AI.My.MySettings.Default.BP1
'
- 'GroupBox6
+ 'SN6
'
- Me.GroupBox6.Controls.Add(Me.Label4)
- Me.GroupBox6.Controls.Add(Me.LBLAvgEdgeStroking)
- Me.GroupBox6.Controls.Add(Me.LBLStrokeTimeTotal)
- Me.GroupBox6.Controls.Add(Me.Label94)
- Me.GroupBox6.Controls.Add(Me.LBLLastRuined)
- Me.GroupBox6.Controls.Add(Me.Label65)
- Me.GroupBox6.Controls.Add(Me.LBLAvgEdgeNoTouch)
- Me.GroupBox6.Controls.Add(Me.LBLLastOrgasm)
- Me.GroupBox6.Controls.Add(Me.Label14)
- Me.GroupBox6.Controls.Add(Me.Label13)
- Me.GroupBox6.Controls.Add(Me.Label1)
- Me.GroupBox6.Location = New System.Drawing.Point(27, 114)
- Me.GroupBox6.Name = "GroupBox6"
- Me.GroupBox6.Size = New System.Drawing.Size(283, 102)
- Me.GroupBox6.TabIndex = 156
- Me.GroupBox6.TabStop = False
- Me.GroupBox6.Text = "Performance"
+ Me.SN6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SN6.Location = New System.Drawing.Point(86, 368)
+ Me.SN6.Name = "SN6"
+ Me.SN6.Size = New System.Drawing.Size(71, 20)
+ Me.SN6.TabIndex = 5
+ Me.SN6.Text = Global.Tease_AI.My.MySettings.Default.SN6
+ Me.SN6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label4
+ 'SP6
'
- Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label4.Location = New System.Drawing.Point(26, 16)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(77, 17)
- Me.Label4.TabIndex = 147
- Me.Label4.Text = "Stroking Time"
- Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SP6.BackColor = System.Drawing.Color.Silver
+ Me.SP6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.SP6.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP6", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SP6.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP6
+ Me.SP6.InitialImage = Nothing
+ Me.SP6.Location = New System.Drawing.Point(86, 269)
+ Me.SP6.Name = "SP6"
+ Me.SP6.Size = New System.Drawing.Size(71, 93)
+ Me.SP6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.SP6.TabIndex = 17
+ Me.SP6.TabStop = False
'
- 'LBLAvgEdgeStroking
+ 'SN2
'
- Me.LBLAvgEdgeStroking.AutoSize = True
- Me.LBLAvgEdgeStroking.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLAvgEdgeStroking.Location = New System.Drawing.Point(113, 68)
- Me.LBLAvgEdgeStroking.Name = "LBLAvgEdgeStroking"
- Me.LBLAvgEdgeStroking.Size = New System.Drawing.Size(36, 15)
- Me.LBLAvgEdgeStroking.TabIndex = 144
- Me.LBLAvgEdgeStroking.Text = "00:00"
- Me.LBLAvgEdgeStroking.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SN2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SN2.Location = New System.Drawing.Point(86, 118)
+ Me.SN2.Name = "SN2"
+ Me.SN2.Size = New System.Drawing.Size(71, 20)
+ Me.SN2.TabIndex = 1
+ Me.SN2.Text = Global.Tease_AI.My.MySettings.Default.SN2
+ Me.SN2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'LBLStrokeTimeTotal
+ 'SP2
'
- Me.LBLStrokeTimeTotal.Location = New System.Drawing.Point(26, 33)
- Me.LBLStrokeTimeTotal.Name = "LBLStrokeTimeTotal"
- Me.LBLStrokeTimeTotal.Size = New System.Drawing.Size(77, 17)
- Me.LBLStrokeTimeTotal.TabIndex = 148
- Me.LBLStrokeTimeTotal.Text = "0000:00:00:00"
- Me.LBLStrokeTimeTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SP2.BackColor = System.Drawing.Color.Silver
+ Me.SP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.SP2.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP2", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SP2.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP2
+ Me.SP2.InitialImage = Nothing
+ Me.SP2.Location = New System.Drawing.Point(86, 19)
+ Me.SP2.Name = "SP2"
+ Me.SP2.Size = New System.Drawing.Size(71, 93)
+ Me.SP2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.SP2.TabIndex = 9
+ Me.SP2.TabStop = False
'
- 'Label94
+ 'SN1
'
- Me.Label94.BackColor = System.Drawing.Color.Transparent
- Me.Label94.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label94.ForeColor = System.Drawing.Color.Black
- Me.Label94.Location = New System.Drawing.Point(189, 16)
- Me.Label94.Name = "Label94"
- Me.Label94.Size = New System.Drawing.Size(65, 17)
- Me.Label94.TabIndex = 150
- Me.Label94.Text = "Last Ruined"
- Me.Label94.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SN1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SN1.Location = New System.Drawing.Point(9, 118)
+ Me.SN1.Name = "SN1"
+ Me.SN1.Size = New System.Drawing.Size(71, 20)
+ Me.SN1.TabIndex = 0
+ Me.SN1.Text = Global.Tease_AI.My.MySettings.Default.SN1
+ Me.SN1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'LBLLastRuined
+ 'SP5
'
- Me.LBLLastRuined.Location = New System.Drawing.Point(184, 31)
- Me.LBLLastRuined.Name = "LBLLastRuined"
- Me.LBLLastRuined.Size = New System.Drawing.Size(75, 17)
- Me.LBLLastRuined.TabIndex = 152
- Me.LBLLastRuined.Text = "04/28/2015"
- Me.LBLLastRuined.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SP5.BackColor = System.Drawing.Color.Silver
+ Me.SP5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.SP5.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SP5.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP5
+ Me.SP5.InitialImage = Nothing
+ Me.SP5.Location = New System.Drawing.Point(9, 269)
+ Me.SP5.Name = "SP5"
+ Me.SP5.Size = New System.Drawing.Size(71, 93)
+ Me.SP5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.SP5.TabIndex = 15
+ Me.SP5.TabStop = False
'
- 'Label65
+ 'SP1
'
- Me.Label65.BackColor = System.Drawing.Color.Transparent
- Me.Label65.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label65.ForeColor = System.Drawing.Color.Black
- Me.Label65.Location = New System.Drawing.Point(103, 16)
- Me.Label65.Name = "Label65"
- Me.Label65.Size = New System.Drawing.Size(85, 17)
- Me.Label65.TabIndex = 149
- Me.Label65.Text = "Last Orgasm"
- Me.Label65.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SP1.BackColor = System.Drawing.Color.Silver
+ Me.SP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.SP1.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP1", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SP1.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP1
+ Me.SP1.InitialImage = Nothing
+ Me.SP1.Location = New System.Drawing.Point(9, 19)
+ Me.SP1.Name = "SP1"
+ Me.SP1.Size = New System.Drawing.Size(71, 93)
+ Me.SP1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.SP1.TabIndex = 0
+ Me.SP1.TabStop = False
'
- 'LBLAvgEdgeNoTouch
+ 'SN5
'
- Me.LBLAvgEdgeNoTouch.AutoSize = True
- Me.LBLAvgEdgeNoTouch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.LBLAvgEdgeNoTouch.Location = New System.Drawing.Point(215, 68)
- Me.LBLAvgEdgeNoTouch.Name = "LBLAvgEdgeNoTouch"
- Me.LBLAvgEdgeNoTouch.Size = New System.Drawing.Size(36, 15)
- Me.LBLAvgEdgeNoTouch.TabIndex = 146
- Me.LBLAvgEdgeNoTouch.Text = "00:00"
- Me.LBLAvgEdgeNoTouch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SN5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN5", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SN5.Location = New System.Drawing.Point(9, 368)
+ Me.SN5.Name = "SN5"
+ Me.SN5.Size = New System.Drawing.Size(71, 20)
+ Me.SN5.TabIndex = 4
+ Me.SN5.Text = Global.Tease_AI.My.MySettings.Default.SN5
+ Me.SN5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'LBLLastOrgasm
+ 'SN3
'
- Me.LBLLastOrgasm.Location = New System.Drawing.Point(107, 31)
- Me.LBLLastOrgasm.Name = "LBLLastOrgasm"
- Me.LBLLastOrgasm.Size = New System.Drawing.Size(75, 17)
- Me.LBLLastOrgasm.TabIndex = 151
- Me.LBLLastOrgasm.Text = "04/28/2015"
- Me.LBLLastOrgasm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SN3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SN3.Location = New System.Drawing.Point(9, 243)
+ Me.SN3.Name = "SN3"
+ Me.SN3.Size = New System.Drawing.Size(71, 20)
+ Me.SN3.TabIndex = 2
+ Me.SN3.Text = Global.Tease_AI.My.MySettings.Default.SN3
+ Me.SN3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label14
+ 'SN4
'
- Me.Label14.BackColor = System.Drawing.Color.Transparent
- Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label14.ForeColor = System.Drawing.Color.Black
- Me.Label14.Location = New System.Drawing.Point(25, 48)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(238, 17)
- Me.Label14.TabIndex = 138
- Me.Label14.Text = "Average Time to Edge"
- Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SN4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.Tease_AI.My.MySettings.Default, "SN4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SN4.Location = New System.Drawing.Point(86, 243)
+ Me.SN4.Name = "SN4"
+ Me.SN4.Size = New System.Drawing.Size(71, 20)
+ Me.SN4.TabIndex = 3
+ Me.SN4.Text = Global.Tease_AI.My.MySettings.Default.SN4
+ Me.SN4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
- 'Label13
+ 'SP3
'
- Me.Label13.AutoSize = True
- Me.Label13.Location = New System.Drawing.Point(177, 68)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(32, 13)
- Me.Label13.TabIndex = 145
- Me.Label13.Text = "Rest:"
- Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SP3.BackColor = System.Drawing.Color.Silver
+ Me.SP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.SP3.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP3", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SP3.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP3
+ Me.SP3.InitialImage = Nothing
+ Me.SP3.Location = New System.Drawing.Point(9, 144)
+ Me.SP3.Name = "SP3"
+ Me.SP3.Size = New System.Drawing.Size(71, 93)
+ Me.SP3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.SP3.TabIndex = 11
+ Me.SP3.TabStop = False
'
- 'Label1
+ 'SP4
'
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(28, 68)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(79, 13)
- Me.Label1.TabIndex = 143
- Me.Label1.Text = "While Stroking:"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.SP4.BackColor = System.Drawing.Color.Silver
+ Me.SP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.SP4.DataBindings.Add(New System.Windows.Forms.Binding("ImageLocation", Global.Tease_AI.My.MySettings.Default, "SP4", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.SP4.ImageLocation = Global.Tease_AI.My.MySettings.Default.SP4
+ Me.SP4.InitialImage = Nothing
+ Me.SP4.Location = New System.Drawing.Point(86, 144)
+ Me.SP4.Name = "SP4"
+ Me.SP4.Size = New System.Drawing.Size(71, 93)
+ Me.SP4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.SP4.TabIndex = 13
+ Me.SP4.TabStop = False
'
- 'GroupBox21
+ 'LBLDateTimeColor2
'
- Me.GroupBox21.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox21.Controls.Add(Me.Label153)
- Me.GroupBox21.Controls.Add(Me.LBLRangeSettingsDescription)
- Me.GroupBox21.Controls.Add(Me.GroupBox6)
- Me.GroupBox21.Controls.Add(Me.Label156)
- Me.GroupBox21.ForeColor = System.Drawing.Color.Black
- Me.GroupBox21.Location = New System.Drawing.Point(797, 55)
- Me.GroupBox21.Name = "GroupBox21"
- Me.GroupBox21.Size = New System.Drawing.Size(316, 136)
- Me.GroupBox21.TabIndex = 66
- Me.GroupBox21.TabStop = False
- Me.GroupBox21.Text = "Description"
+ Me.LBLDateTimeColor2.BackColor = Global.Tease_AI.My.MySettings.Default.DateTextColor
+ Me.LBLDateTimeColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDateTimeColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "DateTextColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLDateTimeColor2.Location = New System.Drawing.Point(187, 190)
+ Me.LBLDateTimeColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
+ Me.LBLDateTimeColor2.Name = "LBLDateTimeColor2"
+ Me.LBLDateTimeColor2.Size = New System.Drawing.Size(136, 28)
+ Me.LBLDateTimeColor2.TabIndex = 19
'
- 'Label153
+ 'LBLDateBackColor2
'
- Me.Label153.BackColor = System.Drawing.Color.Transparent
- Me.Label153.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Label153.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label153.ForeColor = System.Drawing.Color.Black
- Me.Label153.Location = New System.Drawing.Point(78, 94)
- Me.Label153.Name = "Label153"
- Me.Label153.Size = New System.Drawing.Size(158, 17)
- Me.Label153.TabIndex = 135
- Me.Label153.Text = "No path selected"
- Me.Label153.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLDateBackColor2.BackColor = Global.Tease_AI.My.MySettings.Default.DateBackColor
+ Me.LBLDateBackColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLDateBackColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "DateBackColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLDateBackColor2.Location = New System.Drawing.Point(187, 224)
+ Me.LBLDateBackColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
+ Me.LBLDateBackColor2.Name = "LBLDateBackColor2"
+ Me.LBLDateBackColor2.Size = New System.Drawing.Size(136, 28)
+ Me.LBLDateBackColor2.TabIndex = 22
'
- 'LBLRangeSettingsDescription
+ 'LBLChatWindowColor2
'
- Me.LBLRangeSettingsDescription.BackColor = System.Drawing.Color.Transparent
- Me.LBLRangeSettingsDescription.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLRangeSettingsDescription.ForeColor = System.Drawing.Color.Black
- Me.LBLRangeSettingsDescription.Location = New System.Drawing.Point(6, 16)
- Me.LBLRangeSettingsDescription.Name = "LBLRangeSettingsDescription"
- Me.LBLRangeSettingsDescription.Size = New System.Drawing.Size(680, 117)
- Me.LBLRangeSettingsDescription.TabIndex = 62
- Me.LBLRangeSettingsDescription.Text = "Hover over any setting in the menu for a more detailed description of its functio" &
- "n."
- Me.LBLRangeSettingsDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ Me.LBLChatWindowColor2.BackColor = Global.Tease_AI.My.MySettings.Default.ChatWindowColor
+ Me.LBLChatWindowColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLChatWindowColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "ChatWindowColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLChatWindowColor2.Location = New System.Drawing.Point(187, 122)
+ Me.LBLChatWindowColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
+ Me.LBLChatWindowColor2.Name = "LBLChatWindowColor2"
+ Me.LBLChatWindowColor2.Size = New System.Drawing.Size(136, 28)
+ Me.LBLChatWindowColor2.TabIndex = 12
'
- 'Label156
+ 'LBLTextColor2
'
- Me.Label156.BackColor = System.Drawing.Color.Transparent
- Me.Label156.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Label156.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label156.ForeColor = System.Drawing.Color.Black
- Me.Label156.Location = New System.Drawing.Point(133, 23)
- Me.Label156.Name = "Label156"
- Me.Label156.Size = New System.Drawing.Size(158, 17)
- Me.Label156.TabIndex = 135
- Me.Label156.Text = "No path selected"
- Me.Label156.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.LBLTextColor2.BackColor = Global.Tease_AI.My.MySettings.Default.TextColor
+ Me.LBLTextColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLTextColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "TextColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLTextColor2.Location = New System.Drawing.Point(187, 88)
+ Me.LBLTextColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
+ Me.LBLTextColor2.Name = "LBLTextColor2"
+ Me.LBLTextColor2.Size = New System.Drawing.Size(136, 28)
+ Me.LBLTextColor2.TabIndex = 9
'
- 'GroupBox12
+ 'LBLBackColor2
'
- Me.GroupBox12.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox12.Controls.Add(Me.LBLSubSettingsDescription)
- Me.GroupBox12.ForeColor = System.Drawing.Color.Black
- Me.GroupBox12.Location = New System.Drawing.Point(1299, 163)
- Me.GroupBox12.Name = "GroupBox12"
- Me.GroupBox12.Size = New System.Drawing.Size(171, 124)
- Me.GroupBox12.TabIndex = 65
- Me.GroupBox12.TabStop = False
- Me.GroupBox12.Text = "Description"
+ Me.LBLBackColor2.BackColor = Global.Tease_AI.My.MySettings.Default.BackgroundColor
+ Me.LBLBackColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLBackColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "BackgroundColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLBackColor2.Location = New System.Drawing.Point(187, 20)
+ Me.LBLBackColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
+ Me.LBLBackColor2.Name = "LBLBackColor2"
+ Me.LBLBackColor2.Size = New System.Drawing.Size(136, 28)
+ Me.LBLBackColor2.TabIndex = 3
'
- 'LBLSubSettingsDescription
+ 'LBLChatTextColor2
'
- Me.LBLSubSettingsDescription.BackColor = System.Drawing.Color.Transparent
- Me.LBLSubSettingsDescription.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBLSubSettingsDescription.ForeColor = System.Drawing.Color.Black
- Me.LBLSubSettingsDescription.Location = New System.Drawing.Point(10, 19)
- Me.LBLSubSettingsDescription.Name = "LBLSubSettingsDescription"
- Me.LBLSubSettingsDescription.Size = New System.Drawing.Size(150, 89)
- Me.LBLSubSettingsDescription.TabIndex = 62
- Me.LBLSubSettingsDescription.Text = "Hover over any setting in the menu for a more detailed description of its functio" &
- "n."
+ Me.LBLChatTextColor2.BackColor = Global.Tease_AI.My.MySettings.Default.ChatTextColor
+ Me.LBLChatTextColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLChatTextColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "ChatTextColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLChatTextColor2.Location = New System.Drawing.Point(187, 156)
+ Me.LBLChatTextColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
+ Me.LBLChatTextColor2.Name = "LBLChatTextColor2"
+ Me.LBLChatTextColor2.Size = New System.Drawing.Size(136, 28)
+ Me.LBLChatTextColor2.TabIndex = 16
'
- 'OpenFileDialog1
+ 'LBLButtonColor2
'
- Me.OpenFileDialog1.FileName = "OpenFileDialog1"
- Me.OpenFileDialog1.Filter = "JPEG Files (*.jpg)|*.jpg|PNG Files (*.png)|*.png|BMP Files (*.bmp)|*.bmp|All file" &
- "s (*.*)|*.*"
- Me.OpenFileDialog1.Title = "Select an image file"
+ Me.LBLButtonColor2.BackColor = Global.Tease_AI.My.MySettings.Default.ButtonColor
+ Me.LBLButtonColor2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.LBLButtonColor2.DataBindings.Add(New System.Windows.Forms.Binding("BackColor", Global.Tease_AI.My.MySettings.Default, "ButtonColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.LBLButtonColor2.Location = New System.Drawing.Point(187, 54)
+ Me.LBLButtonColor2.Margin = New System.Windows.Forms.Padding(3, 0, 10, 0)
+ Me.LBLButtonColor2.Name = "LBLButtonColor2"
+ Me.LBLButtonColor2.Size = New System.Drawing.Size(136, 28)
+ Me.LBLButtonColor2.TabIndex = 6
'
- 'GetColor
+ 'TimedWriting
'
- Me.GetColor.Color = System.Drawing.Color.SteelBlue
+ Me.TimedWriting.AutoSize = True
+ Me.TimedWriting.Checked = Global.Tease_AI.My.MySettings.Default.TimedWriting
+ Me.TimedWriting.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "TimedWriting", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TimedWriting.Location = New System.Drawing.Point(9, 19)
+ Me.TimedWriting.Name = "TimedWriting"
+ Me.TimedWriting.Size = New System.Drawing.Size(123, 17)
+ Me.TimedWriting.TabIndex = 1
+ Me.TimedWriting.Text = "Timed Writing Tasks"
+ Me.TimedWriting.UseVisualStyleBackColor = True
'
- 'WebImageFileDialog
+ 'TypeSpeedSlider
'
- Me.WebImageFileDialog.Filter = "TXT Files (*.txt)|*.txt"
- Me.WebImageFileDialog.Title = "Please select a URL File"
+ Me.TypeSpeedSlider.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TypeSpeed", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.TypeSpeedSlider.Location = New System.Drawing.Point(9, 35)
+ Me.TypeSpeedSlider.Maximum = 100
+ Me.TypeSpeedSlider.Minimum = 33
+ Me.TypeSpeedSlider.Name = "TypeSpeedSlider"
+ Me.TypeSpeedSlider.Size = New System.Drawing.Size(148, 45)
+ Me.TypeSpeedSlider.TabIndex = 3
+ Me.TypeSpeedSlider.Value = Global.Tease_AI.My.MySettings.Default.TypeSpeed
'
- 'OpenScriptDialog
+ 'NBTaskCBTTimeMax
'
- Me.OpenScriptDialog.Filter = "TXT Files (*.txt)|*.txt"
- Me.OpenScriptDialog.Title = "Please select a script"
+ Me.NBTaskCBTTimeMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskCBTTimeMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskCBTTimeMax.Location = New System.Drawing.Point(183, 110)
+ Me.NBTaskCBTTimeMax.Maximum = New Decimal(New Integer() {600, 0, 0, 0})
+ Me.NBTaskCBTTimeMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskCBTTimeMax.Name = "NBTaskCBTTimeMax"
+ Me.NBTaskCBTTimeMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskCBTTimeMax.TabIndex = 203
+ Me.NBTaskCBTTimeMax.Value = Global.Tease_AI.My.MySettings.Default.TaskCBTTimeMax
'
- 'OpenSettingsDialog
+ 'NBTaskCBTTimeMin
'
- Me.OpenSettingsDialog.Filter = "TXT Files (*.txt)|*.txt"
- Me.OpenSettingsDialog.Title = "Please select a settings file to open"
+ Me.NBTaskCBTTimeMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskCBTTimeMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskCBTTimeMin.Location = New System.Drawing.Point(117, 111)
+ Me.NBTaskCBTTimeMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
+ Me.NBTaskCBTTimeMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskCBTTimeMin.Name = "NBTaskCBTTimeMin"
+ Me.NBTaskCBTTimeMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskCBTTimeMin.TabIndex = 202
+ Me.NBTaskCBTTimeMin.Value = Global.Tease_AI.My.MySettings.Default.TaskCBTTimeMin
'
- 'SaveSettingsDialog
+ 'NBTaskEdgeHoldTimeMax
'
- Me.SaveSettingsDialog.Filter = "TXT Files (*.txt)|*.txt"
- Me.SaveSettingsDialog.Title = "Select a location to save current Domme settings"
+ Me.NBTaskEdgeHoldTimeMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgeHoldTimeMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskEdgeHoldTimeMax.Location = New System.Drawing.Point(183, 87)
+ Me.NBTaskEdgeHoldTimeMax.Maximum = New Decimal(New Integer() {600, 0, 0, 0})
+ Me.NBTaskEdgeHoldTimeMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskEdgeHoldTimeMax.Name = "NBTaskEdgeHoldTimeMax"
+ Me.NBTaskEdgeHoldTimeMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskEdgeHoldTimeMax.TabIndex = 198
+ Me.NBTaskEdgeHoldTimeMax.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgeHoldTimeMax
'
- 'GroupBox65
+ 'NBTaskEdgeHoldTimeMin
'
- Me.GroupBox65.BackColor = System.Drawing.Color.LightGray
- Me.GroupBox65.Controls.Add(Me.Label136)
- Me.GroupBox65.Controls.Add(Me.Label134)
- Me.GroupBox65.Controls.Add(Me.Label132)
- Me.GroupBox65.Controls.Add(Me.TrackBar1)
- Me.GroupBox65.Controls.Add(Me.ComboBox1)
- Me.GroupBox65.Controls.Add(Me.CheckBox1)
- Me.GroupBox65.Controls.Add(Me.Label135)
- Me.GroupBox65.Controls.Add(Me.TrackBar2)
- Me.GroupBox65.ForeColor = System.Drawing.Color.Black
- Me.GroupBox65.Location = New System.Drawing.Point(1166, 28)
- Me.GroupBox65.Name = "GroupBox65"
- Me.GroupBox65.Size = New System.Drawing.Size(259, 117)
- Me.GroupBox65.TabIndex = 157
- Me.GroupBox65.TabStop = False
- Me.GroupBox65.Text = "Text to Speech"
+ Me.NBTaskEdgeHoldTimeMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgeHoldTimeMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskEdgeHoldTimeMin.Location = New System.Drawing.Point(117, 88)
+ Me.NBTaskEdgeHoldTimeMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
+ Me.NBTaskEdgeHoldTimeMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskEdgeHoldTimeMin.Name = "NBTaskEdgeHoldTimeMin"
+ Me.NBTaskEdgeHoldTimeMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskEdgeHoldTimeMin.TabIndex = 197
+ Me.NBTaskEdgeHoldTimeMin.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgeHoldTimeMin
'
- 'Label136
+ 'NBTaskEdgesMax
'
- Me.Label136.AutoSize = True
- Me.Label136.Location = New System.Drawing.Point(14, 52)
- Me.Label136.Name = "Label136"
- Me.Label136.Size = New System.Drawing.Size(45, 13)
- Me.Label136.TabIndex = 32
- Me.Label136.Text = "Volume:"
+ Me.NBTaskEdgesMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgesMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskEdgesMax.Location = New System.Drawing.Point(183, 64)
+ Me.NBTaskEdgesMax.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
+ Me.NBTaskEdgesMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskEdgesMax.Name = "NBTaskEdgesMax"
+ Me.NBTaskEdgesMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskEdgesMax.TabIndex = 194
+ Me.NBTaskEdgesMax.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgesMax
'
- 'Label134
+ 'NBTaskEdgesMin
'
- Me.Label134.AutoSize = True
- Me.Label134.Location = New System.Drawing.Point(141, 52)
- Me.Label134.Name = "Label134"
- Me.Label134.Size = New System.Drawing.Size(33, 13)
- Me.Label134.TabIndex = 157
- Me.Label134.Text = "Rate:"
+ Me.NBTaskEdgesMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskEdgesMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskEdgesMin.Location = New System.Drawing.Point(117, 65)
+ Me.NBTaskEdgesMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
+ Me.NBTaskEdgesMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskEdgesMin.Name = "NBTaskEdgesMin"
+ Me.NBTaskEdgesMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskEdgesMin.TabIndex = 193
+ Me.NBTaskEdgesMin.Value = Global.Tease_AI.My.MySettings.Default.TaskEdgesMin
'
- 'Label132
+ 'NBTaskStrokingTimeMax
'
- Me.Label132.Location = New System.Drawing.Point(202, 52)
- Me.Label132.Name = "Label132"
- Me.Label132.Size = New System.Drawing.Size(45, 13)
- Me.Label132.TabIndex = 158
- Me.Label132.Text = "100"
- Me.Label132.TextAlign = System.Drawing.ContentAlignment.TopRight
+ Me.NBTaskStrokingTimeMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokingTimeMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskStrokingTimeMax.Location = New System.Drawing.Point(183, 41)
+ Me.NBTaskStrokingTimeMax.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
+ Me.NBTaskStrokingTimeMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskStrokingTimeMax.Name = "NBTaskStrokingTimeMax"
+ Me.NBTaskStrokingTimeMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskStrokingTimeMax.TabIndex = 189
+ Me.NBTaskStrokingTimeMax.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokingTimeMax
'
- 'TrackBar1
+ 'NBTaskStrokingTimeMin
'
- Me.TrackBar1.Location = New System.Drawing.Point(133, 68)
- Me.TrackBar1.Minimum = -10
- Me.TrackBar1.Name = "TrackBar1"
- Me.TrackBar1.Size = New System.Drawing.Size(120, 45)
- Me.TrackBar1.TabIndex = 31
+ Me.NBTaskStrokingTimeMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokingTimeMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskStrokingTimeMin.Location = New System.Drawing.Point(117, 42)
+ Me.NBTaskStrokingTimeMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
+ Me.NBTaskStrokingTimeMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskStrokingTimeMin.Name = "NBTaskStrokingTimeMin"
+ Me.NBTaskStrokingTimeMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskStrokingTimeMin.TabIndex = 188
+ Me.NBTaskStrokingTimeMin.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokingTimeMin
'
- 'ComboBox1
+ 'NBTaskStrokesMax
'
- Me.ComboBox1.BackColor = System.Drawing.SystemColors.Window
- Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox1.ForeColor = System.Drawing.SystemColors.WindowText
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(71, 16)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(178, 21)
- Me.ComboBox1.TabIndex = 29
- Me.ComboBox1.TabStop = False
+ Me.NBTaskStrokesMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokesMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskStrokesMax.Location = New System.Drawing.Point(183, 18)
+ Me.NBTaskStrokesMax.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
+ Me.NBTaskStrokesMax.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskStrokesMax.Name = "NBTaskStrokesMax"
+ Me.NBTaskStrokesMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskStrokesMax.TabIndex = 184
+ Me.NBTaskStrokesMax.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokesMax
'
- 'CheckBox1
+ 'NBTaskStrokesMin
'
- Me.CheckBox1.AutoSize = True
- Me.CheckBox1.ForeColor = System.Drawing.Color.Black
- Me.CheckBox1.Location = New System.Drawing.Point(10, 18)
- Me.CheckBox1.Name = "CheckBox1"
- Me.CheckBox1.Size = New System.Drawing.Size(59, 17)
- Me.CheckBox1.TabIndex = 28
- Me.CheckBox1.TabStop = False
- Me.CheckBox1.Text = "Enable"
- Me.CheckBox1.UseVisualStyleBackColor = True
+ Me.NBTaskStrokesMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "TaskStrokesMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBTaskStrokesMin.Location = New System.Drawing.Point(117, 19)
+ Me.NBTaskStrokesMin.Maximum = New Decimal(New Integer() {9999, 0, 0, 0})
+ Me.NBTaskStrokesMin.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
+ Me.NBTaskStrokesMin.Name = "NBTaskStrokesMin"
+ Me.NBTaskStrokesMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBTaskStrokesMin.TabIndex = 183
+ Me.NBTaskStrokesMin.Value = Global.Tease_AI.My.MySettings.Default.TaskStrokesMin
'
- 'Label135
+ 'NBCensorShowMin
'
- Me.Label135.Location = New System.Drawing.Point(75, 52)
- Me.Label135.Name = "Label135"
- Me.Label135.Size = New System.Drawing.Size(45, 13)
- Me.Label135.TabIndex = 33
- Me.Label135.Text = "100"
- Me.Label135.TextAlign = System.Drawing.ContentAlignment.TopRight
+ Me.NBCensorShowMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorShowMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBCensorShowMin.Location = New System.Drawing.Point(111, 15)
+ Me.NBCensorShowMin.Maximum = New Decimal(New Integer() {180, 0, 0, 0})
+ Me.NBCensorShowMin.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.NBCensorShowMin.Name = "NBCensorShowMin"
+ Me.NBCensorShowMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBCensorShowMin.TabIndex = 151
+ Me.NBCensorShowMin.Value = Global.Tease_AI.My.MySettings.Default.NBCensorShowMin
'
- 'TrackBar2
+ 'NBCensorHideMax
'
- Me.TrackBar2.Location = New System.Drawing.Point(6, 68)
- Me.TrackBar2.Maximum = 100
- Me.TrackBar2.Name = "TrackBar2"
- Me.TrackBar2.Size = New System.Drawing.Size(120, 45)
- Me.TrackBar2.TabIndex = 30
- Me.TrackBar2.Value = 50
+ Me.NBCensorHideMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorHideMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBCensorHideMax.Location = New System.Drawing.Point(177, 38)
+ Me.NBCensorHideMax.Maximum = New Decimal(New Integer() {300, 0, 0, 0})
+ Me.NBCensorHideMax.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.NBCensorHideMax.Name = "NBCensorHideMax"
+ Me.NBCensorHideMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBCensorHideMax.TabIndex = 156
+ Me.NBCensorHideMax.Value = Global.Tease_AI.My.MySettings.Default.NBCensorHideMax
'
- 'TxbImgUrlHardcore
+ 'NBCensorHideMin
'
- Me.TxbImgUrlHardcore.BackColor = System.Drawing.Color.LightGray
- Me.TxbImgUrlHardcore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TxbImgUrlHardcore.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TxbImgUrlHardcore.Location = New System.Drawing.Point(116, 6)
- Me.TxbImgUrlHardcore.Name = "TxbImgUrlHardcore"
- Me.TxbImgUrlHardcore.ReadOnly = True
- Me.TxbImgUrlHardcore.Size = New System.Drawing.Size(189, 20)
- Me.TxbImgUrlHardcore.TabIndex = 145
+ Me.NBCensorHideMin.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorHideMin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBCensorHideMin.Location = New System.Drawing.Point(111, 38)
+ Me.NBCensorHideMin.Maximum = New Decimal(New Integer() {180, 0, 0, 0})
+ Me.NBCensorHideMin.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.NBCensorHideMin.Name = "NBCensorHideMin"
+ Me.NBCensorHideMin.Size = New System.Drawing.Size(44, 20)
+ Me.NBCensorHideMin.TabIndex = 155
+ Me.NBCensorHideMin.Value = Global.Tease_AI.My.MySettings.Default.NBCensorHideMin
'
- 'TextBox2
+ 'CBCensorConstant
'
- Me.TextBox2.BackColor = System.Drawing.Color.LightGray
- Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TextBox2.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TextBox2.Location = New System.Drawing.Point(116, 34)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.ReadOnly = True
- Me.TextBox2.Size = New System.Drawing.Size(189, 20)
- Me.TextBox2.TabIndex = 145
+ Me.CBCensorConstant.AutoSize = True
+ Me.CBCensorConstant.Checked = Global.Tease_AI.My.MySettings.Default.CBCensorConstant
+ Me.CBCensorConstant.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.Tease_AI.My.MySettings.Default, "CBCensorConstant", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.CBCensorConstant.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.CBCensorConstant.ForeColor = System.Drawing.Color.Black
+ Me.CBCensorConstant.Location = New System.Drawing.Point(6, 65)
+ Me.CBCensorConstant.Name = "CBCensorConstant"
+ Me.CBCensorConstant.Size = New System.Drawing.Size(263, 17)
+ Me.CBCensorConstant.TabIndex = 157
+ Me.CBCensorConstant.Text = "Censorship Bar Always Visible During Video Tease"
+ Me.CBCensorConstant.UseVisualStyleBackColor = True
'
- 'BWURLFiles
+ 'NBCensorShowMax
'
- Me.BWURLFiles.DislikeListPath = "Images\System\DislikedImageURLs.txt"
- Me.BWURLFiles.ImageURLFileDir = "Images\System\URL Files\"
- Me.BWURLFiles.LikeListPath = "Images\System\LikedImageURLs.txt"
- Me.BWURLFiles.WorkerReportsProgress = True
- Me.BWURLFiles.WorkerSupportsCancellation = True
+ Me.NBCensorShowMax.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.Tease_AI.My.MySettings.Default, "NBCensorShowMax", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
+ Me.NBCensorShowMax.Location = New System.Drawing.Point(177, 15)
+ Me.NBCensorShowMax.Maximum = New Decimal(New Integer() {300, 0, 0, 0})
+ Me.NBCensorShowMax.Minimum = New Decimal(New Integer() {5, 0, 0, 0})
+ Me.NBCensorShowMax.Name = "NBCensorShowMax"
+ Me.NBCensorShowMax.Size = New System.Drawing.Size(44, 20)
+ Me.NBCensorShowMax.TabIndex = 152
+ Me.NBCensorShowMax.Value = Global.Tease_AI.My.MySettings.Default.NBCensorShowMax
'
'FrmSettings
'
@@ -14783,6 +15284,7 @@ Partial Class FrmSettings
Me.Controls.Add(Me.GroupBox65)
Me.Controls.Add(Me.GroupBox44)
Me.Controls.Add(Me.GroupBox47)
+ Me.Controls.Add(Me.BtnRandomImageDirClear)
Me.Controls.Add(Me.SettingsPanel)
Me.Controls.Add(Me.GroupBox12)
Me.Controls.Add(Me.GroupBox21)
@@ -14798,6 +15300,9 @@ Partial Class FrmSettings
Me.TabPage1.ResumeLayout(False)
Me.PNLGeneralSettings.ResumeLayout(False)
Me.PNLGeneralSettings.PerformLayout()
+ Me.GroupBox3.ResumeLayout(False)
+ Me.GroupBox2.ResumeLayout(False)
+ Me.GroupBox2.PerformLayout()
Me.GroupBox64.ResumeLayout(False)
Me.GroupBox64.PerformLayout()
Me.GBDommeImages.ResumeLayout(False)
@@ -14823,6 +15328,8 @@ Partial Class FrmSettings
Me.TabPage2.ResumeLayout(False)
Me.Panel3.ResumeLayout(False)
Me.Panel3.PerformLayout()
+ Me.GBGiveUp.ResumeLayout(False)
+ Me.GBGiveUp.PerformLayout()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
Me.GBDomTypingStyle.ResumeLayout(False)
Me.GBDomTypingStyle.PerformLayout()
@@ -14859,7 +15366,11 @@ Partial Class FrmSettings
CType(Me.NBWritingTaskMin, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox45.ResumeLayout(False)
CType(Me.CBTSlider, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.GroupBox6.ResumeLayout(False)
+ Me.GroupBox6.PerformLayout()
Me.GroupBox35.ResumeLayout(False)
+ Me.GroupBoxSorry.ResumeLayout(False)
+ Me.GroupBoxSorry.PerformLayout()
Me.GroupBox39.ResumeLayout(False)
Me.GroupBox39.PerformLayout()
Me.GroupBox38.ResumeLayout(False)
@@ -14958,52 +15469,32 @@ Partial Class FrmSettings
Me.TabPage22.ResumeLayout(False)
Me.PNLGlitter.ResumeLayout(False)
Me.PNLGlitter.PerformLayout()
+ Me.GroupBox14.ResumeLayout(False)
+ Me.GroupBox14.PerformLayout()
+ Me.GroupBox4.ResumeLayout(False)
Me.GBGlitterD.ResumeLayout(False)
Me.GBGlitterD.PerformLayout()
Me.GrbGlitterfeed.ResumeLayout(False)
Me.GrbGlitterfeed.PerformLayout()
- CType(Me.GlitterSlider, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GlitterAV, System.ComponentModel.ISupportInitialize).EndInit()
Me.GBGlitter1.ResumeLayout(False)
Me.GBGlitter1.PerformLayout()
- CType(Me.GlitterSlider1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GlitterAV1, System.ComponentModel.ISupportInitialize).EndInit()
Me.GBGlitter3.ResumeLayout(False)
Me.GBGlitter3.PerformLayout()
- CType(Me.GlitterSlider3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GlitterAV3, System.ComponentModel.ISupportInitialize).EndInit()
Me.GBGlitter2.ResumeLayout(False)
Me.GBGlitter2.PerformLayout()
- CType(Me.GlitterSlider2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GlitterAV2, System.ComponentModel.ISupportInitialize).EndInit()
Me.TpGames.ResumeLayout(False)
Me.TpGames.PerformLayout()
Me.GbxCardsGold.ResumeLayout(False)
Me.GbxCardsGold.PerformLayout()
- CType(Me.GP6, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.GP2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.GP5, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.GP1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.GP3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.GP4, System.ComponentModel.ISupportInitialize).EndInit()
Me.GbxCardsBackground.ResumeLayout(False)
- CType(Me.CardBack, System.ComponentModel.ISupportInitialize).EndInit()
Me.GbxCardsBronze.ResumeLayout(False)
Me.GbxCardsBronze.PerformLayout()
- CType(Me.BP3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BP6, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BP5, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BP2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BP4, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BP1, System.ComponentModel.ISupportInitialize).EndInit()
Me.GbxCardsSilver.ResumeLayout(False)
Me.GbxCardsSilver.PerformLayout()
- CType(Me.SP6, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.SP2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.SP5, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.SP1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.SP3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.SP4, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage6.ResumeLayout(False)
Me.Panel10.ResumeLayout(False)
Me.Panel10.PerformLayout()
@@ -15025,21 +15516,10 @@ Partial Class FrmSettings
Me.Panel6.ResumeLayout(False)
Me.GroupBox69.ResumeLayout(False)
Me.GroupBox69.PerformLayout()
- CType(Me.TypeSpeedSlider, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox68.ResumeLayout(False)
CType(Me.NBTasksMax, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.NBTasksMin, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox67.ResumeLayout(False)
- CType(Me.NBTaskCBTTimeMax, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskCBTTimeMin, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskEdgeHoldTimeMax, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskEdgeHoldTimeMin, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskEdgesMax, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskEdgesMin, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskStrokingTimeMax, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskStrokingTimeMin, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskStrokesMax, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBTaskStrokesMin, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox10.ResumeLayout(False)
CType(Me.NBNextImageChance, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox57.ResumeLayout(False)
@@ -15064,10 +15544,6 @@ Partial Class FrmSettings
CType(Me.NBRedLightMin, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox18.ResumeLayout(False)
Me.GroupBox18.PerformLayout()
- CType(Me.NBCensorShowMin, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBCensorHideMax, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBCensorHideMin, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NBCensorShowMax, System.ComponentModel.ISupportInitialize).EndInit()
Me.GBRangeOrgasmChance.ResumeLayout(False)
Me.GBRangeOrgasmChance.PerformLayout()
CType(Me.NBAllowSometimes, System.ComponentModel.ISupportInitialize).EndInit()
@@ -15094,6 +15570,8 @@ Partial Class FrmSettings
Me.GroupBox62.ResumeLayout(False)
Me.GroupBox62.PerformLayout()
Me.GroupBox33.ResumeLayout(False)
+ Me.GroupBox8.ResumeLayout(False)
+ Me.GroupBox8.PerformLayout()
Me.GroupBox27.ResumeLayout(False)
Me.GroupBox27.PerformLayout()
Me.GroupBox20.ResumeLayout(False)
@@ -15114,14 +15592,50 @@ Partial Class FrmSettings
Me.GroupBox47.ResumeLayout(False)
Me.GroupBox41.ResumeLayout(False)
Me.GroupBox44.ResumeLayout(False)
- Me.GroupBox6.ResumeLayout(False)
- Me.GroupBox6.PerformLayout()
Me.GroupBox21.ResumeLayout(False)
Me.GroupBox12.ResumeLayout(False)
Me.GroupBox65.ResumeLayout(False)
Me.GroupBox65.PerformLayout()
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TrackBar2, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GlitterSlider, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GlitterSlider1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GlitterSlider3, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GlitterSlider2, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GP6, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GP2, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GP5, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GP1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GP3, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.GP4, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.CardBack, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.BP3, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.BP6, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.BP5, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.BP2, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.BP4, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.BP1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.SP6, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.SP2, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.SP5, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.SP1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.SP3, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.SP4, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.TypeSpeedSlider, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskCBTTimeMax, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskCBTTimeMin, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskEdgeHoldTimeMax, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskEdgeHoldTimeMin, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskEdgesMax, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskEdgesMin, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskStrokingTimeMax, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskStrokingTimeMin, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskStrokesMax, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBTaskStrokesMin, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBCensorShowMin, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBCensorHideMax, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBCensorHideMin, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.NBCensorShowMax, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
@@ -15220,9 +15734,16 @@ Partial Class FrmSettings
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents GroupBox35 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox39 As System.Windows.Forms.GroupBox
+ Friend WithEvents GroupBoxSorry As System.Windows.Forms.GroupBox
+ Friend WithEvents TBSorry As System.Windows.Forms.TextBox
Friend WithEvents CBHonorificInclude As System.Windows.Forms.CheckBox
+ Friend WithEvents CBNameInclude As System.Windows.Forms.CheckBox
Friend WithEvents CBHonorificCapitalized As System.Windows.Forms.CheckBox
Friend WithEvents TBHonorific As System.Windows.Forms.TextBox
+ Friend WithEvents G1Honorific As System.Windows.Forms.TextBox
+ Friend WithEvents G2Honorific As System.Windows.Forms.TextBox
+ Friend WithEvents G3Honorific As System.Windows.Forms.TextBox
+ Friend WithEvents RandomHonorific As System.Windows.Forms.TextBox
Friend WithEvents GroupBox38 As System.Windows.Forms.GroupBox
Friend WithEvents TBNo As System.Windows.Forms.TextBox
Friend WithEvents GroupBox37 As System.Windows.Forms.GroupBox
@@ -15806,6 +16327,8 @@ Partial Class FrmSettings
Friend WithEvents TbxContact3ImageDir As System.Windows.Forms.TextBox
Friend WithEvents BtnContact2ImageDir As System.Windows.Forms.Button
Friend WithEvents TbxContact2ImageDir As System.Windows.Forms.TextBox
+ Friend WithEvents BtnRandomImageDir As System.Windows.Forms.Button
+ Friend WithEvents BtnRandomImageDirClear As System.Windows.Forms.Button
Friend WithEvents CBGlitterFeedOff As System.Windows.Forms.RadioButton
Friend WithEvents CBGlitterFeedScripts As System.Windows.Forms.RadioButton
Friend WithEvents CBGlitterFeed As System.Windows.Forms.RadioButton
@@ -15855,7 +16378,7 @@ Partial Class FrmSettings
Friend WithEvents Button31 As System.Windows.Forms.Button
Friend WithEvents CBFlipBack As System.Windows.Forms.CheckBox
Friend WithEvents Button32 As System.Windows.Forms.Button
- Friend WithEvents condescendingCheckBox As System.Windows.Forms.CheckBox
+ Friend WithEvents CFNMCheckBox As System.Windows.Forms.CheckBox
Friend WithEvents degradingCheckBox As System.Windows.Forms.CheckBox
Friend WithEvents sadisticCheckBox As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox13 As System.Windows.Forms.GroupBox
@@ -16208,4 +16731,35 @@ Partial Class FrmSettings
Friend WithEvents CBLockOrgasmChances As CheckBox
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents GrbGlitterfeed As GroupBox
+ Friend WithEvents GBGiveUp As GroupBox
+ Friend WithEvents giveupCheckBox As CheckBox
+ Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
+ Friend WithEvents CBRandomDomme As System.Windows.Forms.CheckBox
+ Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
+ Friend WithEvents BTNValidateSystemFiles As System.Windows.Forms.Button
+ Friend WithEvents TbxRandomImageDir As System.Windows.Forms.TextBox
+ Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
+ Friend WithEvents BTNDomChangeContact1 As System.Windows.Forms.Button
+ Friend WithEvents BTNDomChangeRandom As System.Windows.Forms.Button
+ Friend WithEvents BTNDomChangeContact3 As System.Windows.Forms.Button
+ Friend WithEvents BTNDomChangeContact2 As System.Windows.Forms.Button
+ Friend WithEvents BTNDomChangeDomme As System.Windows.Forms.Button
+ Friend WithEvents LBLCurrentDomme As System.Windows.Forms.Label
+ Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
+ Friend WithEvents CBOutputErrors As System.Windows.Forms.CheckBox
+ Friend WithEvents Label85 As System.Windows.Forms.Label
+ Friend WithEvents TBURLFileReplace As System.Windows.Forms.TextBox
+ Friend WithEvents Label53 As System.Windows.Forms.Label
+ Friend WithEvents Label8 As System.Windows.Forms.Label
+ Friend WithEvents BTNURLFileReplace As System.Windows.Forms.Button
+ Friend WithEvents Label87 As System.Windows.Forms.Label
+ Friend WithEvents TBURLFileWith As System.Windows.Forms.TextBox
+ Friend WithEvents Label118 As System.Windows.Forms.Label
+ Friend WithEvents Label167 As Label
+ Friend WithEvents Label168 As Label
+ Friend WithEvents Label170 As Label
+ Friend WithEvents GroupBox14 As GroupBox
+ Friend WithEvents alwaysNewSlideshow As System.Windows.Forms.CheckBox
+ Friend WithEvents Label169 As System.Windows.Forms.Label
+ Friend WithEvents CbxWarningsToChat As CheckBox
End Class
diff --git a/Tease AI/Form2.vb b/Tease AI/Form2.vb
index 031ebb4..fe7ded9 100644
--- a/Tease AI/Form2.vb
+++ b/Tease AI/Form2.vb
@@ -12,20 +12,18 @@ Public Class FrmSettings
Get
Return My.Application.Session
End Get
- Set(value As SessionState)
+ Set(ByVal value As SessionState)
My.Application.Session = value
End Set
End Property
- Public URLFileIncludeList As New List(Of String)
Public FrmSettingsLoading As Boolean
Public AvailFail As Boolean
Public AvailList As New List(Of String)
Dim ScriptList As New List(Of String)
Dim ScriptFile As String
- Dim LocalImageDir As New List(Of String)
Dim ImageTagDir As New List(Of String)
Dim LocalImageTagDir As New List(Of String)
@@ -37,28 +35,16 @@ Public Class FrmSettings
Dim LocalTagCount As Integer
- Public WebImage As String
- Public WebImageFile As StreamReader
Public WebImageLines As New List(Of String)
Public WebImageLine As Integer
- Public WebImageLineTotal As Integer
+ ''' Current opened url filepath.
Public WebImagePath As String
Public ApproveImage As Integer = 0
Dim CheckImgDir As New List(Of String)
- 'Dim Fringe As New SpeechSynthesizer
-
Dim TagImageFolder As String
- ' Protected Overrides ReadOnly Property CreateParams() As CreateParams
- ' Get
- ' Dim param As CreateParams = MyBase.CreateParams
- ' param.ClassStyle = param.ClassStyle Or &H200
- ' Return param
- ' End Get
- 'End Property
-
Private Sub frmProgramma_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
Me.Visible = False
@@ -68,7 +54,7 @@ Public Class FrmSettings
End Sub
- Private Sub FrmSettings_LostFocus(sender As Object, e As EventArgs) Handles Me.Deactivate
+ Private Sub FrmSettings_LostFocus(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Deactivate
My.Settings.Save()
End Sub
@@ -77,15 +63,13 @@ Public Class FrmSettings
FrmSettingsLoading = True
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Checking installed voices..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Checking installed voices...")
Dim oSpeech As New System.Speech.Synthesis.SpeechSynthesizer()
Dim installedVoices As System.Collections.ObjectModel.
- ReadOnlyCollection(Of System.Speech.Synthesis.InstalledVoice) _
- = oSpeech.GetInstalledVoices
+ ReadOnlyCollection(Of System.Speech.Synthesis.InstalledVoice) _
+ = oSpeech.GetInstalledVoices
Dim names(installedVoices.Count - 1) As String
For i As Integer = 0 To installedVoices.Count - 1
@@ -98,9 +82,8 @@ Public Class FrmSettings
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Checking URL Files..."
- FrmSplash.Refresh()
+
+ FrmSplash.UpdateText("Checking URL Files...")
If File.Exists(Application.StartupPath & "\Images\System\URLFileCheckList.cld") Then
URLFileList.Items.Clear()
@@ -136,9 +119,7 @@ Public Class FrmSettings
End If
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Checking Local Image settings..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Checking Local Image settings...")
Debug.Print("Checking Local image Settings...")
@@ -163,16 +144,12 @@ Public Class FrmSettings
Debug.Print("FrmSettingsLoading = " & FrmSettingsLoading)
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Checking installed fonts..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Checking installed fonts...")
BindCombo()
BindCombo2()
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Checking available scripts..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Checking available scripts...")
Try
@@ -184,12 +161,10 @@ Public Class FrmSettings
Catch
End Try
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Populating available voices..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Populating available voices...")
+
Dim voicecheck As Integer
- 'Dim voices = Fringe.GetInstalledVoices()
For Each v As InstalledVoice In installedVoices
Debug.Print("Voice " & v.ToString())
voicecheck += 1
@@ -206,9 +181,8 @@ Public Class FrmSettings
Debug.Print("Voicecheck = " & voicecheck)
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Loading Sub settings..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Loading Sub settings...")
+
If My.Settings.CBTCock = True Then
@@ -275,9 +249,8 @@ Public Class FrmSettings
CBSubPierced.Checked = False
End If
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Loading Domme settings..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Loading Domme settings...")
+
domlevelNumBox.Value = My.Settings.DomLevel
@@ -333,17 +306,13 @@ Public Class FrmSettings
'===============================================================================
' Card images & names
'===============================================================================
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Loading card images..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Loading card images...")
Form1.GamesToolStripMenuItem1.Enabled = CardGameCheck()
'===============================================================================
' User settings
'===============================================================================
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Checking user settings..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Checking user settings...")
NBNextImageChance.Value = My.Settings.NextImageChance
@@ -405,12 +374,17 @@ Public Class FrmSettings
'If My.Settings.SlideshowMode = "Manual" Then offRadio.Checked = True
'If My.Settings.SlideshowMode = "Timer" Then timedRadio.Checked = True
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Auditing scripts..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Auditing scripts...")
CBAuditStartup.Checked = My.Settings.AuditStartup
+ sadisticCheckBox.Checked = My.Settings.DomSadistic
+ degradingCheckBox.Checked = My.Settings.DomDegrading
+ CFNMCheckBox.Checked = My.Settings.DomCFNM
+ CBRandomDomme.Checked = My.Settings.CBRandomDomme
+ CBOutputErrors.Checked = My.Settings.CBOutputErrors
+ alwaysNewSlideshow.Checked = My.Settings.AlwaysNewSlideshow
+ giveupCheckBox.Checked = My.Settings.GiveUpReturn
If CBAuditStartup.Checked = True Then AuditScripts()
@@ -421,16 +395,11 @@ Public Class FrmSettings
CBBallsToPussy.Checked = My.Settings.BallsToPussy
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Calculating space of saved session images..."
- FrmSplash.Refresh()
-
+ FrmSplash.UpdateText("Calculating space of saved session images...")
CalculateSessionImages()
- FrmSplash.PBSplash.Value += 1
- FrmSplash.LBLSplash.Text = "Loading Settings Menu options..."
- FrmSplash.Refresh()
+ FrmSplash.UpdateText("Loading Settings Menu options...")
SaveSettingsDialog.InitialDirectory = Application.StartupPath & "\System"
OpenSettingsDialog.InitialDirectory = Application.StartupPath & "\System"
@@ -447,17 +416,19 @@ Public Class FrmSettings
For Each tmptbx As TextBox In New List(Of TextBox) From {TbxContact1ImageDir, TbxContact2ImageDir, TbxContact3ImageDir, TbxDomImageDir}
If tmptbx.DataBindings("Text") Is Nothing Then
Throw New Exception("There is no databinding set on """ & tmptbx.Name &
- """'s text-property. Set the databinding and recompile!")
+ """'s text-property. Set the databinding and recompile!")
End If
Next
For Each tmptbx As CheckBox In New List(Of CheckBox) From {CBGlitter1, CBGlitter2, CBGlitter3}
If tmptbx.DataBindings("Checked") Is Nothing Then
Throw New Exception("There is no databinding set on """ & tmptbx.Name &
- """'s checked-property. Set the databinding and recompile!")
+ """'s checked-property. Set the databinding and recompile!")
End If
Next
+ TbxRandomImageDir.Text = My.Settings.RandomImageDir
+
If My.Settings.TeaseAILanguage = "English" Then EnglishMenu()
If My.Settings.TeaseAILanguage = "German" Then GermanMenu()
@@ -502,7 +473,7 @@ Public Class FrmSettings
End Sub
- Private Sub SettingsTabs_TabIndexChanged(sender As Object, e As System.EventArgs) Handles SettingsTabs.SelectedIndexChanged
+ Private Sub SettingsTabs_TabIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles SettingsTabs.SelectedIndexChanged
' If current Tab is Scripts force focus onto CheckedListBoxes.
If SettingsTabs.SelectedTab Is TabPage16 Then TCScripts_TabIndexChanged(TCScripts, Nothing)
@@ -511,12 +482,12 @@ Public Class FrmSettings
#Region "------------------------------------- GeneralTab -----------------------------------------------"
- Private Sub BtnImportSettings_Click(sender As Object, e As EventArgs) Handles BtnImportSettings.Click
+ Private Sub BtnImportSettings_Click(ByVal sender As Object, ByVal e As EventArgs) Handles BtnImportSettings.Click
My.MySettings.importOnRestart()
End Sub
- Private Sub timestampCheckBox_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles timestampCheckBox.MouseClick
+ Private Sub timestampCheckBox_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles timestampCheckBox.MouseClick
If timestampCheckBox.Checked = True Then
My.Settings.CBTimeStamps = True
@@ -529,7 +500,7 @@ Public Class FrmSettings
End Sub
- Private Sub shownamesCheckBox_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles shownamesCheckBox.MouseClick
+ Private Sub shownamesCheckBox_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles shownamesCheckBox.MouseClick
If shownamesCheckBox.Checked = True Then
My.Settings.CBShowNames = True
@@ -539,7 +510,7 @@ Public Class FrmSettings
End Sub
- Private Sub typeinstantlyCheckBox_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles typeinstantlyCheckBox.MouseClick
+ Private Sub typeinstantlyCheckBox_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles typeinstantlyCheckBox.MouseClick
If typeinstantlyCheckBox.Checked = True Then
My.Settings.CBInstantType = True
@@ -550,7 +521,7 @@ Public Class FrmSettings
End Sub
- Private Sub CBWebtease_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBWebtease.MouseClick
+ Private Sub CBWebtease_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBWebtease.MouseClick
If CBWebtease.Checked = True Then
My.Settings.CBWebtease = True
@@ -561,7 +532,7 @@ Public Class FrmSettings
End Sub
- Private Sub CBBlogImageWindow_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBBlogImageWindow.MouseClick
+ Private Sub CBBlogImageWindow_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBBlogImageWindow.MouseClick
If CBBlogImageWindow.Checked = True Then
My.Settings.CBBlogImageMain = True
Else
@@ -569,7 +540,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub landscapeCheckBox_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles landscapeCheckBox.MouseClick
+ Private Sub landscapeCheckBox_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles landscapeCheckBox.MouseClick
If landscapeCheckBox.Checked = True Then
My.Settings.CBStretchLandscape = True
Else
@@ -577,7 +548,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBSettingsPause_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBSettingsPause.MouseClick
+ Private Sub CBSettingsPause_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSettingsPause.MouseClick
If CBSettingsPause.Checked = True Then
My.Settings.CBSettingsPause = True
Else
@@ -585,12 +556,12 @@ Public Class FrmSettings
End If
End Sub
- Private Sub timestampCheckBox_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles timestampCheckBox.MouseHover
+ Private Sub timestampCheckBox_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles timestampCheckBox.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(timestampCheckBox, "When this is selected, a timestamp will appear" & Environment.NewLine &
- "with each message you and the domme send.")
+ "with each message you and the domme send.")
If RBGerman.Checked = True Then TTDir.SetToolTip(timestampCheckBox, "Wenn dies aktiviert ist, wird mit jeder Nachricht die" & Environment.NewLine &
- "du oder die Domina sendet ein Zeitstempel angezeigt")
+ "du oder die Domina sendet ein Zeitstempel angezeigt")
@@ -599,16 +570,16 @@ Public Class FrmSettings
End Sub
- Private Sub shownamesCheckBox_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles shownamesCheckBox.MouseHover
+ Private Sub shownamesCheckBox_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles shownamesCheckBox.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(shownamesCheckBox, "When this is selected, the names of you and the" & Environment.NewLine &
- "domme will appear with every message you send." & Environment.NewLine & Environment.NewLine &
- "If it is unselected, names will only appear" & Environment.NewLine &
- "when you were not the last one to type.")
+ "domme will appear with every message you send." & Environment.NewLine & Environment.NewLine &
+ "If it is unselected, names will only appear" & Environment.NewLine &
+ "when you were not the last one to type.")
If RBGerman.Checked = True Then TTDir.SetToolTip(shownamesCheckBox, "Wenn dies aktiviert ist, wird mit jeder Nachricht" & Environment.NewLine &
- "die du oder die Domina sendet der Name angezeigt." & Environment.NewLine & Environment.NewLine &
- "Wenn dies deaktiviert ist, Namen werden nur erscheinen" & Environment.NewLine &
- "wenn du nicht der letzte warst, der geschrieben hat.")
+ "die du oder die Domina sendet der Name angezeigt." & Environment.NewLine & Environment.NewLine &
+ "Wenn dies deaktiviert ist, Namen werden nur erscheinen" & Environment.NewLine &
+ "wenn du nicht der letzte warst, der geschrieben hat.")
@@ -621,15 +592,15 @@ Public Class FrmSettings
End Sub
- Private Sub typeinstantlyCheckBox_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles typeinstantlyCheckBox.MouseHover
+ Private Sub typeinstantlyCheckBox_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles typeinstantlyCheckBox.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(typeinstantlyCheckBox, "This program simulates a chat environment, so a brief delay appears before each post the domme makes." & Environment.NewLine &
- "This delay is determined by the length of what she is saying and will be accompanied by the text ""[Dom Name] is typing...""" & Environment.NewLine & Environment.NewLine &
- "When this is selected, the typing delay is removed and the domme's messages become instantaneous.")
+ "This delay is determined by the length of what she is saying and will be accompanied by the text ""[Dom Name] is typing...""" & Environment.NewLine & Environment.NewLine &
+ "When this is selected, the typing delay is removed and the domme's messages become instantaneous.")
If RBGerman.Checked = True Then TTDir.SetToolTip(typeinstantlyCheckBox, "Dieses Programm simuliert eine Chat Umgebung, daher erscheint eine kurze Verzögerung vor jedem Beitrag den die Domina macht." & Environment.NewLine &
- "Diese Verzögerung hängt von der Länge ab, was sie schreibt und wird begleitet mit dem text „[Dom Name] is typing…"" für einen besseren Effekt." & Environment.NewLine & Environment.NewLine &
- "Wenn dies deaktiviert ist, ist die „Tippen"" Verzögerung entfernt und die Domina Beiträge erschein sofort")
+ "Diese Verzögerung hängt von der Länge ab, was sie schreibt und wird begleitet mit dem text „[Dom Name] is typing…"" für einen besseren Effekt." & Environment.NewLine & Environment.NewLine &
+ "Wenn dies deaktiviert ist, ist die „Tippen"" Verzögerung entfernt und die Domina Beiträge erschein sofort")
@@ -641,10 +612,10 @@ Public Class FrmSettings
End Sub
- Private Sub CBLockWindow_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles CBInputIcon.MouseHover
+ Private Sub CBLockWindow_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBInputIcon.MouseHover
TTDir.SetToolTip(CBInputIcon, "When this is selected, a small question mark icon will appear next to the" & Environment.NewLine &
- "domme's question when your exact response will be saved to a variable.")
+ "domme's question when your exact response will be saved to a variable.")
'If RBGerman.Checked = True Then TTDir.SetToolTip(CBInputIcon, "Wenn dies aktiviert ist, wird mit jeder Nachricht die" & Environment.NewLine & _
' "du oder die Domina sendet ein Zeitstempel angezeigt")
@@ -654,12 +625,12 @@ Public Class FrmSettings
End Sub
- Private Sub CBBlogImageWindow_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles CBBlogImageWindow.MouseHover
+ Private Sub CBBlogImageWindow_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBBlogImageWindow.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBBlogImageWindow, "When this is selected, any blog images the domme shows you will" & Environment.NewLine &
- "automatically be saved to ""[root folder]\Images\Session Images\"".")
+ "automatically be saved to ""[root folder]\Images\Session Images\"".")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBBlogImageWindow, "Wenn dies aktiviert ist, wird jedes Blog Bild, welches die Domina dir zeigt" & Environment.NewLine &
- "automatisch gespeichert in „…\Tease AI Open Beta\Images\Session Images\""")
+ "automatisch gespeichert in „…\Tease AI Open Beta\Images\Session Images\""")
'LBLGeneralSettingsDescription.Text = "When this is selected, any blog images the domme shows you will automatically be saved to ""[root folder]\Images\Session Images\""."
@@ -667,39 +638,39 @@ Public Class FrmSettings
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Wenn dies aktiviert ist, wird jedes Blog Bild, welches die Domina dir zeigt automatisch gespeichert in „…\Tease AI Open Beta\Images\Session Images\"""
End Sub
- Private Sub landscapeCheckBox_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles landscapeCheckBox.MouseHover
+ Private Sub landscapeCheckBox_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles landscapeCheckBox.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(landscapeCheckBox, "When this is selected, images that appear in the main window will be" & Environment.NewLine &
- "stretched to fit the screen if their width is greater than their height.")
+ "stretched to fit the screen if their width is greater than their height.")
If RBGerman.Checked = True Then TTDir.SetToolTip(landscapeCheckBox, "Wenn dies aktiviert ist, werden die Bilder(welche Angezeigt" & Environment.NewLine &
- "werden) gestreckt, wenn ihre Breite größer als ihre Höhe ist.")
+ "werden) gestreckt, wenn ihre Breite größer als ihre Höhe ist.")
'LBLGeneralSettingsDescription.Text = "When this is selected, images that appear in the main window will be stretched to fit the screen if their width is greater than their height."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Wenn dies aktiviert ist, werden die Bilder(welche Angezeigt werden) gestreckt, wenn ihre Breite größer als ihre Höhe ist"
End Sub
- Private Sub CBImageInfo_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles CBImageInfo.MouseHover
+ Private Sub CBImageInfo_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBImageInfo.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBImageInfo, "When this is selected, the local filepath or URL address of each image displayed" & Environment.NewLine &
- "in the main window will appear in the upper left hand corner of the screen.")
+ "in the main window will appear in the upper left hand corner of the screen.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBImageInfo, "Wenn dies aktiviert ist, wird der Lokale Dateipfad oder die URL-Adresse" & Environment.NewLine &
- "von jedem Bild in der oberen linken Ecke des Bildschirms angezeigt.")
+ "von jedem Bild in der oberen linken Ecke des Bildschirms angezeigt.")
'LBLGeneralSettingsDescription.Text = "When this is selected, the local filepath or URL address of each image displayed in the main window will appear in the upper left hand corner of the screen."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Wenn dies aktiviert ist, wird der Lokale Dateipfad oder die URL-Adresse von jedem Bild in der oberen linken Ecke des Bildschirms angezeigt."
End Sub
- Private Sub BTNDomImageDir_MouseHover(sender As System.Object, e As System.EventArgs) Handles BTNDomImageDir.MouseHover
+ Private Sub BTNDomImageDir_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNDomImageDir.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(BTNDomImageDir, "Use this button to select a directory containing several image" & Environment.NewLine &
- "set folders of the same model you're using as your domme." & Environment.NewLine & Environment.NewLine &
- "Once a valid directory has been set, any time you say hello to the domme, one of" & Environment.NewLine &
- "those folders will automatically be selected at random and used for the slideshow.")
+ "set folders of the same model you're using as your domme." & Environment.NewLine & Environment.NewLine &
+ "Once a valid directory has been set, any time you say hello to the domme, one of" & Environment.NewLine &
+ "those folders will automatically be selected at random and used for the slideshow.")
If RBGerman.Checked = True Then TTDir.SetToolTip(BTNDomImageDir, "Benutze diese Schaltfläche um einen Ordner zu wählen, welcher mehre" & Environment.NewLine &
- "Bildersets von dem selben Model enthält, die du als Domina benutzt." & Environment.NewLine & Environment.NewLine &
- "Nachdem einmal ein gültiges Verzeichnis gesetzt wurde, wird nachdem du Hello" & Environment.NewLine &
- "zu der Domina gesagt hast, automatisch zufällig eine Diashow ausgewählt.")
+ "Bildersets von dem selben Model enthält, die du als Domina benutzt." & Environment.NewLine & Environment.NewLine &
+ "Nachdem einmal ein gültiges Verzeichnis gesetzt wurde, wird nachdem du Hello" & Environment.NewLine &
+ "zu der Domina gesagt hast, automatisch zufällig eine Diashow ausgewählt.")
'LBLGeneralSettingsDescription.Text = "Use this button to select a directory containing several image set folders of the same model you're using as your domme. Once a valid directory has been set, any time" _
@@ -709,54 +680,54 @@ Public Class FrmSettings
' die du als Domina benutzt. Nachdem einmal ein gültiges Verzeichnis gesetzt wurde, wird nachdem du Hello zu der Domina gesagt hast, automatisch zufällig eine Diashow ausgewählt."
End Sub
- Private Sub offRadio_MouseHover(sender As System.Object, e As System.EventArgs) Handles offRadio.MouseHover
+ Private Sub offRadio_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles offRadio.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(offRadio, "When this is set, any domme slideshow you have selected will not advance during the" & Environment.NewLine &
- "tease. Use the Previous and Next buttons on the Media Bar to change the images.")
+ "tease. Use the Previous and Next buttons on the Media Bar to change the images.")
If RBGerman.Checked = True Then TTDir.SetToolTip(offRadio, "Wenn dies aktiviert ist, wird jede Diashow nicht automatisch die Bilder wechseln." & Environment.NewLine &
- "Nutze die Vor- und Zurückschaltflächen in der media bar um die Bilder zu wechseln.")
+ "Nutze die Vor- und Zurückschaltflächen in der media bar um die Bilder zu wechseln.")
'LBLGeneralSettingsDescription.Text = "When this is set, any slideshow you have selected will not advance during the tease. Use the Previous and Next buttons on the Media Bar to change the images."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Wenn dies aktiviert ist, wird jede Diashow nicht automatisch die Bilder wechseln. Nutze die Vor- und Zurückschaltflächen in der media bar um die Bilder zu wechseln"
End Sub
- Private Sub timedRadio_MouseHover(sender As System.Object, e As System.EventArgs) Handles timedRadio.MouseHover
+ Private Sub timedRadio_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles timedRadio.MouseHover
TTDir.SetToolTip(timedRadio, "When this is set, any slideshow you have selected will advance the image" & Environment.NewLine &
- "every number of seconds displayed in the box to the right of this option.")
+ "every number of seconds displayed in the box to the right of this option.")
'LBLGeneralSettingsDescription.Text = "When this is set, any slideshow you have selected will advance the image every number of seconds displayed in the box to the right of this option."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = ""
End Sub
- Private Sub SlideshowNumBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles slideshowNumBox.MouseHover
+ Private Sub SlideshowNumBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles slideshowNumBox.MouseHover
TTDir.SetToolTip(slideshowNumBox, "The number of seconds between image changes" & Environment.NewLine &
- "when the ""Timed"" slideshow option is checked.")
+ "when the ""Timed"" slideshow option is checked.")
'LBLGeneralSettingsDescription.Text = "The number of seconds between image changes when the ""Timed"" slideshow option is checked."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = ""
End Sub
- Private Sub Radio_LostFocus(sender As Object, e As System.EventArgs) Handles teaseRadio.LostFocus, offRadio.LostFocus, timedRadio.LostFocus
+ Private Sub Radio_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles teaseRadio.LostFocus, offRadio.LostFocus, timedRadio.LostFocus
If teaseRadio.Checked = True Then My.Settings.SlideshowMode = "Tease"
If timedRadio.Checked = True Then My.Settings.SlideshowMode = "Timed"
If offRadio.Checked = True Then My.Settings.SlideshowMode = "Manual"
End Sub
- Private Sub teaseRadio_MouseHover(sender As System.Object, e As System.EventArgs) Handles teaseRadio.MouseHover
+ Private Sub teaseRadio_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles teaseRadio.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(teaseRadio, "When this is set, any slideshow you have selected will advance automatically when the domme " & Environment.NewLine &
- "types. The slideshow may move forward or backward, but will not loop either direction." & Environment.NewLine & Environment.NewLine &
- "You can change the odds of which way the slideshow will move in" & Environment.NewLine &
- "the Ranges tab. This is the default slideshow mode for Tease AI.")
+ "types. The slideshow may move forward or backward, but will not loop either direction." & Environment.NewLine & Environment.NewLine &
+ "You can change the odds of which way the slideshow will move in" & Environment.NewLine &
+ "the Ranges tab. This is the default slideshow mode for Tease AI.")
If RBGerman.Checked = True Then TTDir.SetToolTip(teaseRadio, "Wenn dies aktiviert ist, wird die Diashow automatisch die Bilder wechseln wenn die Domina schreibt." & Environment.NewLine &
- "Die Diashow kann vorwärts oder rückwärts laufen, aber wird keine Richtung wiederholen." & Environment.NewLine & Environment.NewLine &
- "Du kannst die Wahrscheinlichkeit in welche Richtung die Diashow läuft im Wertebereichs" & Environment.NewLine &
- "„Reiter"" ändern. Dies ist der Standart Diashow modus in Tease AI.")
+ "Die Diashow kann vorwärts oder rückwärts laufen, aber wird keine Richtung wiederholen." & Environment.NewLine & Environment.NewLine &
+ "Du kannst die Wahrscheinlichkeit in welche Richtung die Diashow läuft im Wertebereichs" & Environment.NewLine &
+ "„Reiter"" ändern. Dies ist der Standart Diashow modus in Tease AI.")
'LBLGeneralSettingsDescription.Text = "When this is set, any slideshow you have selected will advance automatically when the domme types. The slideshow may move forward or backward, but will not loop either" _
@@ -769,28 +740,28 @@ Public Class FrmSettings
- Private Sub CBSettingsPause_CheckedChanged_1(sender As System.Object, e As System.EventArgs) Handles CBSettingsPause.MouseHover
+ Private Sub CBSettingsPause_CheckedChanged_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSettingsPause.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBSettingsPause, "When this is selected, the program will pause any time" & Environment.NewLine &
- "the settings menu is open and resume once it is closed.")
+ "the settings menu is open and resume once it is closed.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBSettingsPause, "Wenn dies aktiviert ist, wird das Programm immer in Pause" & Environment.NewLine &
- "springen solange das Einstellungsmenü geöffnet ist.")
+ "springen solange das Einstellungsmenü geöffnet ist.")
'LBLGeneralSettingsDescription.Text = "When this is selected, the program will pause any time the settings menu is open and resume once it is closed."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Wenn dies aktiviert ist, wird das Programm immer in Pause springen solange das Einstellungsmenü geöffnet ist."
End Sub
- Private Sub BTNDomColor_MouseHover(sender As Object, e As System.EventArgs) Handles BTNDomColor.MouseHover
+ Private Sub BTNDomColor_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles BTNDomColor.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(BTNDomColor, "This button allows you to change the color of the" & Environment.NewLine &
- "domme's name as it appears in the chat window." & Environment.NewLine & Environment.NewLine &
- "A preview will appear in the text box next to this" & Environment.NewLine &
- "button once a color has been selected.")
+ "domme's name as it appears in the chat window." & Environment.NewLine & Environment.NewLine &
+ "A preview will appear in the text box next to this" & Environment.NewLine &
+ "button once a color has been selected.")
If RBGerman.Checked = True Then TTDir.SetToolTip(BTNDomColor, "Diese Schaltfläche erlaubt dir die Farbe des Domina Namens" & Environment.NewLine &
- "zu ändern in der er im Chat Fenster angezeigt wird." & Environment.NewLine & Environment.NewLine &
- "Eine Vorschau wird in der Textbox neben dieser Schaltfläche" & Environment.NewLine &
- "angezeigt, nachdem eine Farbe ausgewählt wurde.")
+ "zu ändern in der er im Chat Fenster angezeigt wird." & Environment.NewLine & Environment.NewLine &
+ "Eine Vorschau wird in der Textbox neben dieser Schaltfläche" & Environment.NewLine &
+ "angezeigt, nachdem eine Farbe ausgewählt wurde.")
'LBLGeneralSettingsDescription.Text = "This button allows you to change the color of the domme's name as it appears in the chat window. A preview will appear in the text box next to this button once a color has been selected."
@@ -798,40 +769,40 @@ Public Class FrmSettings
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Diese Schaltfläche erlaubt dir die Farbe des Domina Namens zu ändern in der er im Chat Fenster angezeigt wird. Eine Vorschau wird in der Textbox neben dieser Schaltfläche angezeigt, nachdem eine Farbe ausgewählt wurde."
End Sub
- Private Sub BTNSubColor_MouseHover(sender As Object, e As System.EventArgs) Handles BTNSubColor.MouseHover
+ Private Sub BTNSubColor_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles BTNSubColor.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(BTNSubColor, "This button allows you to change the color of" & Environment.NewLine &
- "your name as it appears in the chat window." & Environment.NewLine & Environment.NewLine &
- "A preview will appear in the text box next to this" & Environment.NewLine &
- "button once a color has been selected.")
+ "your name as it appears in the chat window." & Environment.NewLine & Environment.NewLine &
+ "A preview will appear in the text box next to this" & Environment.NewLine &
+ "button once a color has been selected.")
If RBGerman.Checked = True Then TTDir.SetToolTip(BTNSubColor, "Diese Schaltfläche erlaubt dir die Farbe des Sklaven Namens" & Environment.NewLine &
- "zu ändern in der er im Chat Fenster angezeigt wird." & Environment.NewLine & Environment.NewLine &
- "Eine Vorschau wird in der Textbox neben dieser Schaltfläche" & Environment.NewLine &
- "angezeigt, nachdem eine Farbe ausgewählt wurde.")
+ "zu ändern in der er im Chat Fenster angezeigt wird." & Environment.NewLine & Environment.NewLine &
+ "Eine Vorschau wird in der Textbox neben dieser Schaltfläche" & Environment.NewLine &
+ "angezeigt, nachdem eine Farbe ausgewählt wurde.")
'LBLGeneralSettingsDescription.Text = "This button allows you to change the color of your name as it appears in the chat window. A preview will appear in the text box next to this button once a color has been selected."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Diese Schaltfläche erlaubt dir die Farbe des Sklaven Namens zu ändern in der er im Chat Fenster angezeigt wird. Eine Vorschau wird in der Textbox neben dieser Schaltfläche angezeigt, nachdem eine Farbe ausgewählt wurde."
End Sub
- Private Sub LBLDomColor_Click(sender As System.Object, e As System.EventArgs) Handles LBLDomColor.MouseHover
+ Private Sub LBLDomColor_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LBLDomColor.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(LBLDomColor, "After clicking the ""Domme Name Color"" button to the" & Environment.NewLine &
- "left, a preview of the selected color will appear here.")
+ "left, a preview of the selected color will appear here.")
If RBGerman.Checked = True Then TTDir.SetToolTip(LBLDomColor, "Nachdem Klicken der Schaltfläche ""Domina Farbe für Namen"" zur" & Environment.NewLine &
- "linken, eine Vorschau der ausgewählten Farbe erscheint hier.")
+ "linken, eine Vorschau der ausgewählten Farbe erscheint hier.")
'LBLGeneralSettingsDescription.Text = "After clicking the ""Domme Name Color"" button to the left, a preview of the selected color will appear here."
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Nachdem Klicken der Schaltfläche ""Domina Farbe für Namen"" zur linken, eine Vorschau der ausgewählten Farbe erscheint hier"
End Sub
- Private Sub LBLSubColor_Click(sender As System.Object, e As System.EventArgs) Handles LBLSubColor.MouseHover
+ Private Sub LBLSubColor_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LBLSubColor.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(LBLSubColor, "After clicking the ""Sub Name Color"" button to the" & Environment.NewLine &
- "left, a preview of the selected color will appear here.")
+ "left, a preview of the selected color will appear here.")
If RBGerman.Checked = True Then TTDir.SetToolTip(LBLSubColor, "Nachdem Klicken der Schaltfläche ""Sklaven Farbe für Namen"" zur" & Environment.NewLine &
- "linken, eine Vorschau der ausgewählten Farbe erscheint hier.")
+ "linken, eine Vorschau der ausgewählten Farbe erscheint hier.")
'LBLGeneralSettingsDescription.Text = "After clicking the ""Sub Name Color"" button to the left, a preview of the selected color will appear here."
@@ -839,16 +810,16 @@ Public Class FrmSettings
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Nachdem Klicken der Schaltfläche ""Sklaven Farbe für Namen"" zur linken, eine Vorschau der ausgewählten Farbe erscheint hier"
End Sub
- Private Sub CBDomDel_Click(sender As System.Object, e As System.EventArgs) Handles CBDomDel.MouseHover
+ Private Sub CBDomDel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomDel.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBDomDel, "When this box is checked, the domme will be able to permanently delete" & Environment.NewLine &
- "media from your hard drive when such Commands are used in scripts." & Environment.NewLine & Environment.NewLine &
- "When this box is NOT checked, media will not actually be deleted. Images will still" & Environment.NewLine &
- "disappear from the window, but they will not be deleted from the hard drive.")
+ "media from your hard drive when such Commands are used in scripts." & Environment.NewLine & Environment.NewLine &
+ "When this box is NOT checked, media will not actually be deleted. Images will still" & Environment.NewLine &
+ "disappear from the window, but they will not be deleted from the hard drive.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBDomDel, "Wenn dies aktiviert ist, ist die Domina dazu in der Lage Medien permanent von" & Environment.NewLine &
- "deiner Festplatte zu löschen, wenn solche Kommandos in dem Script genutzt werden." & Environment.NewLine & Environment.NewLine &
- "Wenn dies deaktiviert ist, werden Bilder vom Bildschirm" & Environment.NewLine &
- "verschwinden, aber nicht von der Festplatte gelöscht.")
+ "deiner Festplatte zu löschen, wenn solche Kommandos in dem Script genutzt werden." & Environment.NewLine & Environment.NewLine &
+ "Wenn dies deaktiviert ist, werden Bilder vom Bildschirm" & Environment.NewLine &
+ "verschwinden, aber nicht von der Festplatte gelöscht.")
@@ -866,7 +837,7 @@ Public Class FrmSettings
'End Sub
- Private Sub CBAutosaveChatlog_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBAutosaveChatlog.MouseClick
+ Private Sub CBAutosaveChatlog_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBAutosaveChatlog.MouseClick
If CBAutosaveChatlog.Checked = True Then
My.Settings.CBAutosaveChatlog = True
Else
@@ -874,7 +845,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBSaveChatlogExit_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBSaveChatlogExit.MouseClick
+ Private Sub CBSaveChatlogExit_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSaveChatlogExit.MouseClick
If CBSaveChatlogExit.Checked = True Then
My.Settings.CBExitSaveChatlog = True
Else
@@ -882,7 +853,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBJackInTheBox_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBAuditStartup.MouseClick
+ Private Sub CBJackInTheBox_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBAuditStartup.MouseClick
If CBAuditStartup.Checked = True Then
My.Settings.AuditStartup = True
Else
@@ -890,7 +861,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBSlideshowSubDir_LostFocus(sender As System.Object, e As System.EventArgs) Handles CBSlideshowSubDir.LostFocus
+ Private Sub CBSlideshowSubDir_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSlideshowSubDir.LostFocus
If CBSlideshowSubDir.Checked = True Then
My.Settings.CBSlideshowSubDir = True
Else
@@ -898,16 +869,16 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBSlideshowSubDir_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBSlideshowSubDir.MouseHover
+ Private Sub CBSlideshowSubDir_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSlideshowSubDir.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBSlideshowSubDir, "When this is selected, the program will include all subdirectories" & Environment.NewLine &
- "when you select a folder for domme slideshow images" & Environment.NewLine & Environment.NewLine &
- "When it is unselected, only the images in the top" & Environment.NewLine &
- "level of the folder will be used.")
+ "when you select a folder for domme slideshow images" & Environment.NewLine & Environment.NewLine &
+ "When it is unselected, only the images in the top" & Environment.NewLine &
+ "level of the folder will be used.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBSlideshowSubDir, "Wenn dies aktiviert ist, wird das Programm alle Unterordner mit" & Environment.NewLine &
- "einbeziehn wenn du ein Ordner für Diashow bilder gewählt hast." & Environment.NewLine & Environment.NewLine &
- "Wenn dies deaktiviert ist. Werden nur Bilder" & Environment.NewLine &
- "des ausgewählten Ordners benutzt.")
+ "einbeziehn wenn du ein Ordner für Diashow bilder gewählt hast." & Environment.NewLine & Environment.NewLine &
+ "Wenn dies deaktiviert ist. Werden nur Bilder" & Environment.NewLine &
+ "des ausgewählten Ordners benutzt.")
@@ -918,7 +889,7 @@ Public Class FrmSettings
'Wenn dies deaktiviert ist. Werden nur Bilder des ausgewählten Ordners benutzt"
End Sub
- Private Sub CBSlideshowRandom_LostFocus(sender As System.Object, e As System.EventArgs) Handles CBSlideshowRandom.LostFocus
+ Private Sub CBSlideshowRandom_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSlideshowRandom.LostFocus
If CBSlideshowRandom.Checked = True Then
My.Settings.CBSlideshowRandom = True
Else
@@ -926,12 +897,12 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBSlideshowRandom_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBSlideshowRandom.MouseHover
+ Private Sub CBSlideshowRandom_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSlideshowRandom.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBSlideshowRandom, "When this is selected, the slideshow will display images randomly." & Environment.NewLine &
- "When it is unselected, it will display images in order of their filename.")
+ "When it is unselected, it will display images in order of their filename.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBSlideshowRandom, "Wenn dies aktiviert ist, werden Diashow Bilder zufällig angezeigt." & Environment.NewLine &
- " Wenn dies deaktiviert ist, werden die Bilder in Reihenfolge ihrer Dateinamen gezeigt.")
+ " Wenn dies deaktiviert ist, werden die Bilder in Reihenfolge ihrer Dateinamen gezeigt.")
'LBLGeneralSettingsDescription.Text = "When this is selected, the slideshow will display images randomly. When it is unselected, it will display images in order of their filename."
@@ -939,16 +910,16 @@ Public Class FrmSettings
End Sub
- Private Sub CBAutosaveChatlog_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBAutosaveChatlog.MouseHover
+ Private Sub CBAutosaveChatlog_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBAutosaveChatlog.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBAutosaveChatlog, "When this is selected, the program will save a chatlog called" & Environment.NewLine &
- """Autosave.html"" any time you or the domme post a message." & Environment.NewLine & Environment.NewLine &
- "This log is overwritten each time, so it will only display a record of the current session." & Environment.NewLine &
- "This log can be found in the ""Chatlogs"" directory in the root folder of the program.")
+ """Autosave.html"" any time you or the domme post a message." & Environment.NewLine & Environment.NewLine &
+ "This log is overwritten each time, so it will only display a record of the current session." & Environment.NewLine &
+ "This log can be found in the ""Chatlogs"" directory in the root folder of the program.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBAutosaveChatlog, "Wenn dies aktiviert ist, speichert das Programm einen Chatlog" & Environment.NewLine &
- "(„Autosave.html"") immer wenn du oder die Domina eine Nachricht senden." & Environment.NewLine & Environment.NewLine &
- "Dieses Log wird jedes Mal überschrieben, so das es nur die Aktuelle Session aufnimmt/anzeigt." & Environment.NewLine &
- "Dieses Log befindet sich im Ordner „Chatlogs"" in dem Tease AI Ordner.")
+ "(„Autosave.html"") immer wenn du oder die Domina eine Nachricht senden." & Environment.NewLine & Environment.NewLine &
+ "Dieses Log wird jedes Mal überschrieben, so das es nur die Aktuelle Session aufnimmt/anzeigt." & Environment.NewLine &
+ "Dieses Log befindet sich im Ordner „Chatlogs"" in dem Tease AI Ordner.")
'LBLGeneralSettingsDescription.Text = "When this is selected, the program will save a chatlog called ""Autosave.html"" any time you or the domme post a message. This log is overwritten each time, so it will only display " & _
@@ -959,14 +930,14 @@ Public Class FrmSettings
End Sub
- Private Sub CBSaveChatlogExit_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBSaveChatlogExit.MouseHover
+ Private Sub CBSaveChatlogExit_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBSaveChatlogExit.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBSaveChatlogExit, "When this is selected, a unique chatlog that includes the" & Environment.NewLine &
- "date and time will be created whenever you exit the program." & Environment.NewLine & Environment.NewLine &
- "This log can be found in the ""Chatlogs"" directory in the root folder of the program.")
+ "date and time will be created whenever you exit the program." & Environment.NewLine & Environment.NewLine &
+ "This log can be found in the ""Chatlogs"" directory in the root folder of the program.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBSaveChatlogExit, "Wenn dies aktiviert ist, speichert das Programm einen einzigartigen Chatlog," & Environment.NewLine &
- "der Datum und Zeit beinhaltet, immer dann wenn du das Programm beendest." & Environment.NewLine & Environment.NewLine &
- "Dieses Log befindet sich im Ordner „Chatlogs"" in dem Tease AI Ordner.")
+ "der Datum und Zeit beinhaltet, immer dann wenn du das Programm beendest." & Environment.NewLine & Environment.NewLine &
+ "Dieses Log befindet sich im Ordner „Chatlogs"" in dem Tease AI Ordner.")
' LBLGeneralSettingsDescription.Text = "When this is selected, a unique chatlog that includes the date and time will be created whenever you exit the program. This log can be found in the ""Chatlogs"" directory in " & _
@@ -976,12 +947,12 @@ Public Class FrmSettings
'Programm beendest. Dieses Log befindet sich im Ordner „Chatlogs"" in dem Tease AI Ordner."
End Sub
- Private Sub CBJackInTheBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBAuditStartup.MouseHover
+ Private Sub CBJackInTheBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBAuditStartup.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(CBAuditStartup, "When this is checked, the program will automatically audit all" & Environment.NewLine &
- "scripts in the current domme's directory and fix common errors.")
+ "scripts in the current domme's directory and fix common errors.")
If RBGerman.Checked = True Then TTDir.SetToolTip(CBAuditStartup, "Wenn dies aktiviert ist, wird das Programm automatisch alle" & Environment.NewLine &
- "Scripts im domina Ordner prüfen und häufige Fehler beheben.")
+ "Scripts im domina Ordner prüfen und häufige Fehler beheben.")
'LBLGeneralSettingsDescription.Text = "When this is checked, the program will automatically audit all scripts in the current domme's directory and fix common errors."
@@ -989,13 +960,13 @@ Public Class FrmSettings
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Wenn dies aktiviert ist, wird das Programm automatisch alle Scripts im domina Ordner prüfen und häufige Fehler beheben"
End Sub
- Private Sub TBSafeword_MouseHover(sender As System.Object, e As System.EventArgs) Handles TBSafeword.MouseHover
+ Private Sub TBSafeword_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBSafeword.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(TBSafeword, "Use this to set the word you would like to use as your safeword." & Environment.NewLine & Environment.NewLine &
- "When used by itself during interaction with the domme, it will stop all activity" & Environment.NewLine &
- "and begin an Interrupt script where the domme makes sure you're okay to continue.")
+ "When used by itself during interaction with the domme, it will stop all activity" & Environment.NewLine &
+ "and begin an Interrupt script where the domme makes sure you're okay to continue.")
If RBGerman.Checked = True Then TTDir.SetToolTip(TBSafeword, "Gebe hier dein Safeword ein, welches alle Aktivitäten der Domina stopt," & Environment.NewLine &
- "bis sie sicher ist, das du weiter machen kannst.")
+ "bis sie sicher ist, das du weiter machen kannst.")
'LBLGeneralSettingsDescription.Text = "Use this to set the word you would like to use as your safeword. When used by itself during interaction with the domme, it will stop all activity and begin an Interrupt" _
' & " script where the domme makes sure you're okay to continue."
@@ -1003,17 +974,17 @@ Public Class FrmSettings
'If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Gebe hier dein Safeword ein, welches alle Aktivitäten der Domina stopt, bis sie sicher ist, das du weiter machen kannst."
End Sub
- Private Sub TTSCheckbox_MouseHover(sender As System.Object, e As System.EventArgs) Handles TTSCheckBox.MouseHover
+ Private Sub TTSCheckbox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TTSCheckBox.MouseHover
If RBEnglish.Checked = True Then TTDir.SetToolTip(TTSCheckBox, "When this is selected, the domme will ""speak"" her lines using whichever TTS voice you have selected." & Environment.NewLine &
- "This setting must be manually checked to make the most out of the Hypnotic Guide app." & Environment.NewLine & Environment.NewLine &
- "For privacy reasons, this setting will not be saved through multiple uses of the program." & Environment.NewLine &
- "It must be selected each time you start Tease AI and wish to use it.")
+ "This setting must be manually checked to make the most out of the Hypnotic Guide app." & Environment.NewLine & Environment.NewLine &
+ "For privacy reasons, this setting will not be saved through multiple uses of the program." & Environment.NewLine &
+ "It must be selected each time you start Tease AI and wish to use it.")
If RBGerman.Checked = True Then TTDir.SetToolTip(TTSCheckBox, "Wenn dies Aktiviert ist, wird die Domina ihre Zeilen ""sprechen"" mit welcher TTS stimme du gewählt hast." & Environment.NewLine &
- "Diese Einstellung muss Manuel gewählt werden um das meiste aus der Hypnotic Guide app zu machen." & Environment.NewLine & Environment.NewLine &
- "Wegen der Privatsphäre wird diese Einstellung nicht gespeichert," & Environment.NewLine &
- "sondern muss bei jedem Start von Tease AI gesondert gewählt werden.")
+ "Diese Einstellung muss Manuel gewählt werden um das meiste aus der Hypnotic Guide app zu machen." & Environment.NewLine & Environment.NewLine &
+ "Wegen der Privatsphäre wird diese Einstellung nicht gespeichert," & Environment.NewLine &
+ "sondern muss bei jedem Start von Tease AI gesondert gewählt werden.")
'LBLGeneralSettingsDescription.Text = "When this is selected, the domme will ""speak"" her lines using whichever TTS voice you have selected. This setting must be manually checked to make the most out of the" _
@@ -1024,7 +995,7 @@ Public Class FrmSettings
' sondern muss bei jedem Start von Tease AI gesondert gewählt werden."
End Sub
- Private Sub TTSComboBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles TTSComboBox.MouseHover
+ Private Sub TTSComboBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TTSComboBox.MouseHover
TTDir.SetToolTip(TTSComboBox, "Make a selection from the Text-to-Speech voices installed on your computer.")
@@ -1039,7 +1010,7 @@ Public Class FrmSettings
' If RBGerman.Checked = True Then LBLGeneralSettingsDescription.Text = "Ziehe die Maus über irgendeine Einstellung um eine genaure Beschreibung der Einstellung zu bekommen."
'End Sub
- Private Sub CBLockWindow_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBInputIcon.LostFocus
+ Private Sub CBLockWindow_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBInputIcon.LostFocus
If CBInputIcon.Checked = True Then
My.Settings.CBInputIcon = True
Else
@@ -1047,7 +1018,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub BTNDomColor_Click(sender As System.Object, e As System.EventArgs) Handles BTNDomColor.Click
+ Private Sub BTNDomColor_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNDomColor.Click
If GetColor.ShowDialog() = DialogResult.OK Then
My.Settings.DomColorColor = GetColor.Color
@@ -1058,7 +1029,7 @@ Public Class FrmSettings
End Sub
- Private Sub BTNSubColor_Click(sender As System.Object, e As System.EventArgs) Handles BTNSubColor.Click
+ Private Sub BTNSubColor_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BTNSubColor.Click
If GetColor.ShowDialog() = DialogResult.OK Then
My.Settings.SubColorColor = GetColor.Color
@@ -1070,45 +1041,45 @@ Public Class FrmSettings
- Private Sub timedRadio_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles timedRadio.CheckedChanged
+ Private Sub timedRadio_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles timedRadio.CheckedChanged
If Form1.ssh.SlideshowLoaded = True And timedRadio.Checked = True Then
Form1.ssh.SlideshowTimerTick = slideshowNumBox.Value
Form1.SlideshowTimer.Start()
End If
End Sub
- Private Sub teaseRadio_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles teaseRadio.CheckedChanged
+ Private Sub teaseRadio_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles teaseRadio.CheckedChanged
If timedRadio.Checked = False And Form1.FormLoading = False Then
Form1.SlideshowTimer.Stop()
End If
End Sub
- Private Sub offRadio_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles offRadio.CheckedChanged
+ Private Sub offRadio_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles offRadio.CheckedChanged
If timedRadio.Checked = False Then
Form1.SlideshowTimer.Stop()
End If
End Sub
- Private Sub FontComboBoxD_LostFocus(sender As System.Object, e As System.EventArgs) Handles FontComboBoxD.LostFocus
+ Private Sub FontComboBoxD_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FontComboBoxD.LostFocus
My.Settings.DomFont = FontComboBoxD.Text
End Sub
- Private Sub FontComboBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles FontComboBox.LostFocus
+ Private Sub FontComboBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FontComboBox.LostFocus
My.Settings.SubFont = FontComboBox.Text
End Sub
- Private Sub NBFontSizeD_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBFontSizeD.LostFocus
+ Private Sub NBFontSizeD_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBFontSizeD.LostFocus
My.Settings.DomFontSize = NBFontSizeD.Value
End Sub
- Private Sub NBFontSize_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBFontSize.LostFocus
+ Private Sub NBFontSize_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBFontSize.LostFocus
My.Settings.SubFontSize = NBFontSize.Value
End Sub
- Private Sub CBImageInfo_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CBImageInfo.CheckedChanged
+ Private Sub CBImageInfo_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBImageInfo.CheckedChanged
If CBImageInfo.Checked = True Then
Form1.LBLImageInfo.Visible = True
'Form1.ShowImageInfo()
@@ -1120,164 +1091,33 @@ Public Class FrmSettings
End If
End Sub
-#End Region ' General
+#End Region ' General
#Region "-------------------------------------- Domme Tab -----------------------------------------------"
#Region "Save PetNames"
- Private Sub petnameBox1_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox1.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "loser"
- If NameVal = 3 Then BlankName = "slave"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
-
- If petnameBox1.Text = "" Then petnameBox1.Text = BlankName
-
- SavePetNames()
-
- End Sub
-
-
- Private Sub petnameBox2_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox3.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "loser"
- If NameVal = 3 Then BlankName = "slave"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
-
- If petnameBox3.Text = "" Then petnameBox3.Text = BlankName
-
- SavePetNames()
-
- End Sub
-
- Private Sub petnameBox3_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox4.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "loser"
- If NameVal = 3 Then BlankName = "slave"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
-
- If petnameBox4.Text = "" Then petnameBox4.Text = BlankName
-
- SavePetNames()
-
- End Sub
-
- Private Sub petnameBox4_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox7.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "loser"
- If NameVal = 3 Then BlankName = "slave"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
-
- If petnameBox7.Text = "" Then petnameBox7.Text = BlankName
-
- SavePetNames()
-
- End Sub
-
- Private Sub petnameBox5_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox2.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "loser"
- If NameVal = 3 Then BlankName = "slave"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
-
- If petnameBox2.Text = "" Then petnameBox2.Text = BlankName
-
- SavePetNames()
-
- End Sub
-
- Private Sub petnameBox6_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox5.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "loser"
- If NameVal = 3 Then BlankName = "slave"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
-
- If petnameBox5.Text = "" Then petnameBox5.Text = BlankName
-
- SavePetNames()
-
- End Sub
-
- Private Sub petnameBox7_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox6.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "slave"
- If NameVal = 3 Then BlankName = "pet"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
+ Private Sub PetNameBoxes_Validating(sender As Object, e As CancelEventArgs) Handles petnameBox1.Validating, petnameBox2.Validating, petnameBox3.Validating,
+ petnameBox4.Validating, petnameBox5.Validating, petnameBox6.Validating,
+ petnameBox7.Validating, petnameBox8.Validating
+ With CType(sender, TextBox)
+ If String.IsNullOrWhiteSpace(.Text) Then
- If petnameBox6.Text = "" Then petnameBox6.Text = BlankName
+ Dim BlankName As String = "stroker"
+ Dim NameVal As Integer = New Random().Next(1, 6)
- SavePetNames()
+ If NameVal = 1 Then BlankName = "stroker"
+ If NameVal = 2 Then BlankName = "loser"
+ If NameVal = 3 Then BlankName = "slave"
+ If NameVal = 4 Then BlankName = "bitch boy"
+ If NameVal = 5 Then BlankName = "wanker"
+ .Text = BlankName
+ End If
+ SavePetNames()
+ End With
End Sub
- Private Sub petnameBox8_LostFocus(sender As System.Object, e As System.EventArgs) Handles petnameBox8.LostFocus
-
- Dim BlankName As String
- BlankName = "stroker"
- Dim NameVal As Integer
- NameVal = Form1.ssh.randomizer.Next(1, 6)
-
- If NameVal = 1 Then BlankName = "stroker"
- If NameVal = 2 Then BlankName = "slave"
- If NameVal = 3 Then BlankName = "pet"
- If NameVal = 4 Then BlankName = "bitch boy"
- If NameVal = 5 Then BlankName = "wanker"
-
- If petnameBox8.Text = "" Then petnameBox8.Text = BlankName
-
- SavePetNames()
-
- End Sub
Public Sub SavePetNames()
@@ -1312,18 +1152,18 @@ Public Class FrmSettings
End Sub
- Private Sub domlevelNumBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles domlevelNumBox.LostFocus
+ Private Sub domlevelNumBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles domlevelNumBox.LostFocus
My.Settings.DomLevel = domlevelNumBox.Value
End Sub
- Private Sub alloworgasmComboBox_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles alloworgasmComboBox.LostFocus
+ Private Sub alloworgasmComboBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles alloworgasmComboBox.LostFocus
My.Settings.OrgasmAllow = alloworgasmComboBox.Text
End Sub
- Private Sub ruinorgasmComboBox_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles ruinorgasmComboBox.LostFocus
+ Private Sub ruinorgasmComboBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ruinorgasmComboBox.LostFocus
@@ -1333,11 +1173,11 @@ Public Class FrmSettings
End Sub
- Private Sub domageNumBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles domageNumBox.LostFocus
+ Private Sub domageNumBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles domageNumBox.LostFocus
My.Settings.DomAge = domageNumBox.Value
End Sub
- Private Sub domageNumBox_MouseHover(sender As Object, e As System.EventArgs) Handles domageNumBox.MouseHover
+ Private Sub domageNumBox_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles domageNumBox.MouseHover
TTDir.SetToolTip(domageNumBox, "Sets the Domme's age (18-99 years old).")
@@ -1346,44 +1186,44 @@ Public Class FrmSettings
End Sub
- Private Sub domlevelNumBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles domlevelNumBox.MouseHover
+ Private Sub domlevelNumBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles domlevelNumBox.MouseHover
TTDir.SetToolTip(domlevelNumBox, "Sets the Domme's level (1-5)." & Environment.NewLine & Environment.NewLine &
- "This setting affects the difficulty of the tasks the domme will subject you to.")
+ "This setting affects the difficulty of the tasks the domme will subject you to.")
'LblDommeSettingsDescription.Text = "Sets the Domme's level (1-5)." & Environment.NewLine & Environment.NewLine & "This setting affects the difficulty of the tasks the domme will subject you to. For example, a domme with a higher level may make you hold edges for " _
' & "longer periods of time, while a domme with a lower level may not make you edge that often. The domme's level is a general guideline of how easy-going or sadistic she can be, not necessarily what she will " _
' & "choose for you every time."
End Sub
- Private Sub NBEmpathy_MouseHover(sender As System.Object, e As System.EventArgs) Handles NBEmpathy.MouseHover
+ Private Sub NBEmpathy_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBEmpathy.MouseHover
TTDir.SetToolTip(NBEmpathy, "Sets the Domme's Apathy level (1-5)." & Environment.NewLine & Environment.NewLine &
- "This setting affects how merciless the domme is likely to be with you")
+ "This setting affects how merciless the domme is likely to be with you")
'LblDommeSettingsDescription.Text = "Sets the Domme's Apathy level (1-5)." & Environment.NewLine & Environment.NewLine & "This setting affects how lenient the domme is likely to be with you. For example, a domme with a higher level may rarely take mercy on you or let " _
' & "you stop a task, while a domme with a lower level may never attempt to push your limits."
End Sub
- Private Sub NBDomBirthdayMonth_MouseHover(sender As Object, e As System.EventArgs) Handles NBDomBirthdayMonth.MouseHover
+ Private Sub NBDomBirthdayMonth_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles NBDomBirthdayMonth.MouseHover
TTDir.SetToolTip(NBDomBirthdayMonth, "Sets the month the domme was born.")
'LblDommeSettingsDescription.Text = "Sets the month the domme was born."
End Sub
- Private Sub NBDomBirthdayDay_MouseHover(sender As Object, e As System.EventArgs) Handles NBDomBirthdayDay.MouseHover
+ Private Sub NBDomBirthdayDay_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles NBDomBirthdayDay.MouseHover
TTDir.SetToolTip(NBDomBirthdayDay, "Sets the day the domme was born.")
'LblDommeSettingsDescription.Text = "Sets the day the domme was born."
End Sub
- Private Sub TBDomHairColor_LostFocus(sender As System.Object, e As System.EventArgs) Handles TBDomHairColor.LostFocus
+ Private Sub TBDomHairColor_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBDomHairColor.LostFocus
My.Settings.DomHair = TBDomHairColor.Text
End Sub
- Private Sub domhairComboBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles TBDomHairColor.MouseHover
+ Private Sub domhairComboBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBDomHairColor.MouseHover
TTDir.SetToolTip(TBDomHairColor, "Sets the domme's hair color.")
@@ -1391,11 +1231,11 @@ Public Class FrmSettings
' "of the slideshow model's hair to enhance immersion."
End Sub
- Private Sub domhairlengthComboBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles domhairlengthComboBox.LostFocus
+ Private Sub domhairlengthComboBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles domhairlengthComboBox.LostFocus
My.Settings.DomHairLength = domhairlengthComboBox.Text
End Sub
- Private Sub domhairlengthComboBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles domhairlengthComboBox.MouseHover
+ Private Sub domhairlengthComboBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles domhairlengthComboBox.MouseHover
TTDir.SetToolTip(domhairlengthComboBox, "Sets the domme's hair length.")
@@ -1403,11 +1243,11 @@ Public Class FrmSettings
' "of the slideshow model's hair to enhance immersion."
End Sub
- Private Sub TBDomEyeColor_LostFocus(sender As System.Object, e As System.EventArgs) Handles TBDomEyeColor.LostFocus
+ Private Sub TBDomEyeColor_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBDomEyeColor.LostFocus
My.Settings.DomEyes = TBDomEyeColor.Text
End Sub
- Private Sub domeyesComboBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles TBDomEyeColor.MouseHover
+ Private Sub domeyesComboBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBDomEyeColor.MouseHover
TTDir.SetToolTip(TBDomEyeColor, "Sets the domme's eye color.")
@@ -1415,11 +1255,11 @@ Public Class FrmSettings
' "of the slideshow model's eyes to enhance immersion."
End Sub
- Private Sub boobComboBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles boobComboBox.LostFocus
+ Private Sub boobComboBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles boobComboBox.LostFocus
My.Settings.DomCup = boobComboBox.Text
End Sub
- Private Sub boobComboBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles boobComboBox.MouseHover
+ Private Sub boobComboBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles boobComboBox.MouseHover
TTDir.SetToolTip(boobComboBox, "Sets the Domme's cup size.")
@@ -1427,11 +1267,11 @@ Public Class FrmSettings
' "slideshow model's cup size to enhance immersion."
End Sub
- Private Sub dompubichairComboBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles dompubichairComboBox.LostFocus
+ Private Sub dompubichairComboBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles dompubichairComboBox.LostFocus
My.Settings.DomPubicHair = dompubichairComboBox.Text
End Sub
- Private Sub dompubichairComboBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles dompubichairComboBox.MouseHover
+ Private Sub dompubichairComboBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles dompubichairComboBox.MouseHover
TTDir.SetToolTip(dompubichairComboBox, "Sets description of the Domme's pubic hair.")
@@ -1440,7 +1280,7 @@ Public Class FrmSettings
End Sub
- Private Sub crazyCheckBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles crazyCheckBox.LostFocus
+ Private Sub crazyCheckBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles crazyCheckBox.LostFocus
If crazyCheckBox.Checked = True Then
My.Settings.DomCrazy = True
Else
@@ -1448,16 +1288,16 @@ Public Class FrmSettings
End If
End Sub
- Private Sub crazyCheckBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles crazyCheckBox.MouseHover
+ Private Sub crazyCheckBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles crazyCheckBox.MouseHover
TTDir.SetToolTip(crazyCheckBox, "Gives the Domme the Crazy trait." & Environment.NewLine & Environment.NewLine &
- "This will open up dialogue options that suggest the domme is a little unhinged.")
+ "This will open up dialogue options that suggest the domme is a little unhinged.")
'LblDommeSettingsDescription.Text = "Gives the Domme the Crazy trait." & Environment.NewLine & Environment.NewLine & "This will open up dialogue options that suggest the domme is a little unhinged. " & _
' "Scripts may also contain keywords and variables that will limit certain paths to this trait."
End Sub
- Private Sub CBDomTattoos_LostFocus(sender As System.Object, e As System.EventArgs) Handles CBDomTattoos.LostFocus
+ Private Sub CBDomTattoos_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomTattoos.LostFocus
If CBDomTattoos.Checked = True Then
My.Settings.DomTattoos = True
Else
@@ -1465,7 +1305,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBDomTattoos_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBDomTattoos.MouseHover
+ Private Sub CBDomTattoos_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomTattoos.MouseHover
TTDir.SetToolTip(CBDomTattoos, "Sets whether the domme has tattoos.")
@@ -1474,7 +1314,7 @@ Public Class FrmSettings
End Sub
- Private Sub CBDomFreckles_LostFocus(sender As System.Object, e As System.EventArgs) Handles CBDomFreckles.LostFocus
+ Private Sub CBDomFreckles_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomFreckles.LostFocus
If CBDomFreckles.Checked = True Then
My.Settings.DomFreckles = True
Else
@@ -1482,7 +1322,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBDomFreckles_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBDomFreckles.MouseHover
+ Private Sub CBDomFreckles_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomFreckles.MouseHover
TTDir.SetToolTip(CBDomTattoos, "Sets whether the domme has freckles.")
@@ -1490,7 +1330,7 @@ Public Class FrmSettings
' "Scripts may also contain keywords and variables that will limit certain paths to this trait."
End Sub
- Private Sub vulgarCheckBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles vulgarCheckBox.LostFocus
+ Private Sub vulgarCheckBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vulgarCheckBox.LostFocus
If vulgarCheckBox.Checked = True Then
My.Settings.DomVulgar = True
Else
@@ -1498,16 +1338,16 @@ Public Class FrmSettings
End If
End Sub
- Private Sub vulgarCheckBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles vulgarCheckBox.MouseHover
+ Private Sub vulgarCheckBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vulgarCheckBox.MouseHover
TTDir.SetToolTip(vulgarCheckBox, "Gives the Domme the Vulgar trait." & Environment.NewLine & Environment.NewLine &
- "This will open up vulgar dialogue options for the domme.")
+ "This will open up vulgar dialogue options for the domme.")
'LblDommeSettingsDescription.Text = "Gives the Domme the Vulgar trait." & Environment.NewLine & Environment.NewLine & "This will open up vulgar dialogue options for the domme. She will include words like ""titties"" and " & _
' """gonads"" while a more reserved domme may limit herself to ""tits"" and ""balls"". Scripts may also contain keywords and variables that will limit certain paths to this trait."
End Sub
- Private Sub supremacistCheckBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles supremacistCheckBox.LostFocus
+ Private Sub supremacistCheckBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles supremacistCheckBox.LostFocus
If supremacistCheckBox.Checked = True Then
My.Settings.DomSupremacist = True
Else
@@ -1515,17 +1355,17 @@ Public Class FrmSettings
End If
End Sub
- Private Sub supremacistCheckBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles supremacistCheckBox.MouseHover
+ Private Sub supremacistCheckBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles supremacistCheckBox.MouseHover
TTDir.SetToolTip(supremacistCheckBox, "Gives the Domme the Supremacist trait." & Environment.NewLine & Environment.NewLine &
- "This will open up dialogue options that suggest the" & Environment.NewLine &
- "domme considers herself inherently superior to you.")
+ "This will open up dialogue options that suggest the" & Environment.NewLine &
+ "domme considers herself inherently superior to you.")
' LblDommeSettingsDescription.Text = "Gives the Domme the Supremacist trait." & Environment.NewLine & Environment.NewLine & "This will open up dialogue options that suggest the domme considers herself inherently superior " & _
' "to you. Scripts may also contain keywords and variables that will limit certain paths to this trait."
End Sub
- Private Sub LCaseCheckBoxCheckBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles LCaseCheckBox.LostFocus
+ Private Sub LCaseCheckBoxCheckBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LCaseCheckBox.LostFocus
If LCaseCheckBox.Checked = True Then
My.Settings.DomLowercase = True
Else
@@ -1533,33 +1373,33 @@ Public Class FrmSettings
End If
End Sub
- Private Sub alloworgasmComboBox_MouseHover(sender As Object, e As System.EventArgs) Handles alloworgasmComboBox.MouseHover
+ Private Sub alloworgasmComboBox_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles alloworgasmComboBox.MouseHover
TTDir.SetToolTip(alloworgasmComboBox, "Sets how often the domme allows the user to have an orgasm during End scripts." & Environment.NewLine & Environment.NewLine &
- "To further define these parameters, use the options in the Ranges tab.")
+ "To further define these parameters, use the options in the Ranges tab.")
'LblDommeSettingsDescription.Text = "Sets how often the domme allows the user to have an orgasm during End scripts." & Environment.NewLine & Environment.NewLine & "To further define these parameters, use the options in the Ranges tab."
End Sub
- Private Sub ruinorgasmComboBox_MouseHover(sender As Object, e As System.EventArgs) Handles ruinorgasmComboBox.MouseHover
+ Private Sub ruinorgasmComboBox_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles ruinorgasmComboBox.MouseHover
TTDir.SetToolTip(ruinorgasmComboBox, "Sets how often the domme will ruin the user's orgasm during End scripts." & Environment.NewLine & Environment.NewLine &
- "To further define these parameters, use the options in the Ranges tab.")
+ "To further define these parameters, use the options in the Ranges tab.")
'LblDommeSettingsDescription.Text = "Sets how often the domme will ruin the user's orgasm during End scripts." & Environment.NewLine & Environment.NewLine & "To further define these parameters, use the options in the Ranges tab."
End Sub
- Private Sub LCaseCheckBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles LCaseCheckBox.MouseHover
+ Private Sub LCaseCheckBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LCaseCheckBox.MouseHover
TTDir.SetToolTip(LCaseCheckBox, "When this is checked, the domme won't use capital letters when she types." & Environment.NewLine & Environment.NewLine &
- "She will still capitalize Me/My/Mine if that box is checked.")
+ "She will still capitalize Me/My/Mine if that box is checked.")
'LblDommeSettingsDescription.Text = "When this is checked, the domme won't use capital letters when she types." & Environment.NewLine & Environment.NewLine & "She will still capitalize Me/My/Mine if that box is checked."
End Sub
- Private Sub apostropheCheckBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles apostropheCheckBox.LostFocus
+ Private Sub apostropheCheckBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles apostropheCheckBox.LostFocus
If apostropheCheckBox.Checked = True Then
My.Settings.DomNoApostrophes = True
Else
@@ -1567,14 +1407,14 @@ Public Class FrmSettings
End If
End Sub
- Private Sub apostropheCheckBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles apostropheCheckBox.MouseHover
+ Private Sub apostropheCheckBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles apostropheCheckBox.MouseHover
TTDir.SetToolTip(apostropheCheckBox, "When this is checked, the domme won't use apostrophes when she types.")
'LblDommeSettingsDescription.Text = "When this is checked, the domme won't use apostrophes when she types."
End Sub
- Private Sub commaCheckBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles commaCheckBox.LostFocus
+ Private Sub commaCheckBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles commaCheckBox.LostFocus
If commaCheckBox.Checked = True Then
My.Settings.DomNoCommas = True
Else
@@ -1582,14 +1422,14 @@ Public Class FrmSettings
End If
End Sub
- Private Sub commaCheckBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles commaCheckBox.MouseHover
+ Private Sub commaCheckBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles commaCheckBox.MouseHover
TTDir.SetToolTip(commaCheckBox, "When this is checked, the domme won't use commas when she types.")
'LblDommeSettingsDescription.Text = "When this is checked, the domme won't use commas when she types."
End Sub
- Private Sub periodCheckBox_LostFocus(sender As System.Object, e As System.EventArgs) Handles periodCheckBox.LostFocus
+ Private Sub periodCheckBox_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles periodCheckBox.LostFocus
If periodCheckBox.Checked = True Then
My.Settings.DomNoPeriods = True
Else
@@ -1597,14 +1437,14 @@ Public Class FrmSettings
End If
End Sub
- Private Sub periodCheckBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles periodCheckBox.MouseHover
+ Private Sub periodCheckBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles periodCheckBox.MouseHover
TTDir.SetToolTip(periodCheckBox, "When this is checked, the domme won't use periods when she types.")
'LblDommeSettingsDescription.Text = "When this is checked, the domme won't use periods when she types."
End Sub
- Private Sub CBMeMyMine_LostFocus(sender As System.Object, e As System.EventArgs) Handles CBMeMyMine.LostFocus
+ Private Sub CBMeMyMine_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBMeMyMine.LostFocus
If CBMeMyMine.Checked = True Then
My.Settings.DomMeMyMine = True
Else
@@ -1612,37 +1452,37 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBMeMyMine_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBMeMyMine.MouseHover
+ Private Sub CBMeMyMine_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBMeMyMine.MouseHover
TTDir.SetToolTip(CBMeMyMine, "When this is checked, the domme will always capitalize ""Me, My and Mine""." & Environment.NewLine & Environment.NewLine &
"If the lowercase typing option is checked, she will also capitalize ""I, I'm, I'd and I'll"".")
End Sub
- Private Sub TBEmote_LostFocus(sender As System.Object, e As System.EventArgs) Handles TBEmote.LostFocus
+ Private Sub TBEmote_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBEmote.LostFocus
My.Settings.TBEmote = TBEmote.Text
End Sub
- Private Sub TBEmoteEnd_LostFocus(sender As System.Object, e As System.EventArgs) Handles TBEmoteEnd.LostFocus
+ Private Sub TBEmoteEnd_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBEmoteEnd.LostFocus
My.Settings.TBEmoteEnd = TBEmoteEnd.Text
End Sub
- Private Sub TBEmote_MouseHover(sender As System.Object, e As System.EventArgs) Handles TBEmote.MouseHover
+ Private Sub TBEmote_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBEmote.MouseHover
TTDir.SetToolTip(TBEmote, "This determines what symbol(s) the domme uses to begin an emote.")
End Sub
- Private Sub TBEmoteEnd_MouseHover(sender As System.Object, e As System.EventArgs) Handles TBEmoteEnd.MouseHover
+ Private Sub TBEmoteEnd_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TBEmoteEnd.MouseHover
TTDir.SetToolTip(TBEmoteEnd, "This determines what symbol(s) the domme uses to end an emote.")
End Sub
- Private Sub LockOrgasmChances_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBLockOrgasmChances.MouseHover
+ Private Sub LockOrgasmChances_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBLockOrgasmChances.MouseHover
TTDir.SetToolTip(CBLockOrgasmChances, "If checked the orgasm chances will be locked and unchangeable once you start the tease." & Environment.NewLine & Environment.NewLine &
- "Orgasm chances will be changeable and unlocked when out of a tease.")
+ "Orgasm chances will be changeable and unlocked when out of a tease.")
End Sub
- Private Sub CBDomDenialEnds_LostFocus(sender As System.Object, e As System.EventArgs) Handles CBDomDenialEnds.LostFocus
+ Private Sub CBDomDenialEnds_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomDenialEnds.LostFocus
If CBDomDenialEnds.Checked = True Then
My.Settings.DomDenialEnd = True
Else
@@ -1650,13 +1490,13 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBDomDenialEnds_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBDomDenialEnds.MouseHover
+ Private Sub CBDomDenialEnds_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomDenialEnds.MouseHover
TTDir.SetToolTip(CBDomDenialEnds, "Determines whether the domme will keep teasing you after you have been denied." & Environment.NewLine & Environment.NewLine &
- "If this box is checked, she will end the tease after she decides to deny your orgasm." & Environment.NewLine &
- "If it is unchecked, she may choose to start teasing you all over again.")
+ "If this box is checked, she will end the tease after she decides to deny your orgasm." & Environment.NewLine &
+ "If it is unchecked, she may choose to start teasing you all over again.")
End Sub
- Private Sub CBDomOrgasmEnds_LostFocus(sender As System.Object, e As System.EventArgs) Handles CBDomOrgasmEnds.LostFocus
+ Private Sub CBDomOrgasmEnds_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomOrgasmEnds.LostFocus
If CBDomOrgasmEnds.Checked = True Then
My.Settings.DomOrgasmEnd = True
Else
@@ -1664,62 +1504,62 @@ Public Class FrmSettings
End If
End Sub
- Private Sub CBDomOrgasmEnds_MouseHover(sender As System.Object, e As System.EventArgs) Handles CBDomOrgasmEnds.MouseHover
+ Private Sub CBDomOrgasmEnds_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CBDomOrgasmEnds.MouseHover
TTDir.SetToolTip(CBDomOrgasmEnds, "Determines whether the domme will keep teasing you after you have an orgasm." & Environment.NewLine & Environment.NewLine &
- "If this box is checked, she will end the tease after she allows you to cum." & Environment.NewLine &
- "If it is unchecked, she may choose to start teasing you all over again.")
+ "If this box is checked, she will end the tease after she allows you to cum." & Environment.NewLine &
+ "If it is unchecked, she may choose to start teasing you all over again.")
End Sub
- Private Sub LockOrgasm_MouseHover(sender As System.Object, e As System.EventArgs) Handles orgasmsperlockButton.MouseHover
+ Private Sub LockOrgasm_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles orgasmsperlockButton.MouseHover
TTDir.SetToolTip(orgasmsperlockButton, "When this arrangement is selected, the domme will limit the number of" & Environment.NewLine &
- "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
- "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
- "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
+ "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
+ "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
+ "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
End Sub
- Private Sub limitcheckbox_MouseHover(sender As System.Object, e As System.EventArgs) Handles limitcheckbox.MouseHover
+ Private Sub limitcheckbox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles limitcheckbox.MouseHover
TTDir.SetToolTip(limitcheckbox, "When this arrangement is selected, the domme will limit the number of" & Environment.NewLine &
- "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
- "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
- "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
+ "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
+ "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
+ "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
End Sub
- Private Sub orgasmsPerNumBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles orgasmsPerNumBox.MouseHover
+ Private Sub orgasmsPerNumBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles orgasmsPerNumBox.MouseHover
TTDir.SetToolTip(orgasmsPerNumBox, "When this arrangement is selected, the domme will limit the number of" & Environment.NewLine &
- "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
- "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
- "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
+ "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
+ "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
+ "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
End Sub
- Private Sub orgasmsperComboBox_MouseHover(sender As System.Object, e As System.EventArgs) Handles orgasmsperComboBox.MouseHover
+ Private Sub orgasmsperComboBox_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles orgasmsperComboBox.MouseHover
TTDir.SetToolTip(orgasmsperComboBox, "When this arrangement is selected, the domme will limit the number of" & Environment.NewLine &
- "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
- "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
- "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
+ "orgasms she allows you to have according to the parameters you set." & Environment.NewLine & Environment.NewLine &
+ "This will not be finalized until the Limit box is checked and you click ""Lock Selected""." & Environment.NewLine &
+ "Once an orgasm limit has been finalized, it cannot be undone until the period of time is up!")
End Sub
- Private Sub LockRandomOrgasm_MouseHover(sender As System.Object, e As System.EventArgs) Handles orgasmlockrandombutton.MouseHover
+ Private Sub LockRandomOrgasm_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles orgasmlockrandombutton.MouseHover
TTDir.SetToolTip(orgasmsperComboBox, "When this arrangement is selected, the domme will randomly limit the" & Environment.NewLine &
- "number of orgasms she allows you to have for a random period of time." & Environment.NewLine & Environment.NewLine &
- "Once you confirm this choice, it cannot be undone until the period of time is up!")
+ "number of orgasms she allows you to have for a random period of time." & Environment.NewLine & Environment.NewLine &
+ "Once you confirm this choice, it cannot be undone until the period of time is up!")
'LblDommeSettingsDescription.Text = "When this button is clicked, the domme will randomly limit the number of orgasms she allows you to have for a random period of time." & Environment.NewLine & Environment.NewLine & _
' "Her choice will be based on her level, so be careful. A higher level domme could limit the amount of orgasms you have for up to a year! Once you confirm this choice, it cannot be undone until the period of time is up!"
End Sub
- Private Sub NBDomMoodMin_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBDomMoodMin.LostFocus
+ Private Sub NBDomMoodMin_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBDomMoodMin.LostFocus
My.Settings.DomMoodMin = NBDomMoodMin.Value
End Sub
- Private Sub NBDomMoodMin_MouseHover(sender As System.Object, e As System.EventArgs) Handles NBDomMoodMin.MouseHover
+ Private Sub NBDomMoodMin_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBDomMoodMin.MouseHover
TTDir.SetToolTip(NBDomMoodMin, "Determines the low range of the domme's mood index." & Environment.NewLine &
- "The domme's mood may affect certain dialogue choices or outcomes." & Environment.NewLine & Environment.NewLine &
- "The higher this number is, the easier it is to put her in a bad mood." & Environment.NewLine &
- "Setting this value to ""1"" will prevent the domme from ever being in a bad mood.")
+ "The domme's mood may affect certain dialogue choices or outcomes." & Environment.NewLine & Environment.NewLine &
+ "The higher this number is, the easier it is to put her in a bad mood." & Environment.NewLine &
+ "Setting this value to ""1"" will prevent the domme from ever being in a bad mood.")
@@ -1727,16 +1567,16 @@ Public Class FrmSettings
' "The higher this number is, the easier it is to put her in a bad mood. Setting this value to ""1"" will prevent the domme from ever being in a bad mood."
End Sub
- Private Sub NBDomMoodMax_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBDomMoodMax.LostFocus
+ Private Sub NBDomMoodMax_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBDomMoodMax.LostFocus
My.Settings.DomMoodMax = NBDomMoodMax.Value
End Sub
- Private Sub NBDomMoodMax_MouseHover(sender As System.Object, e As System.EventArgs) Handles NBDomMoodMax.MouseHover
+ Private Sub NBDomMoodMax_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBDomMoodMax.MouseHover
TTDir.SetToolTip(NBDomMoodMax, "Determines the high range of the domme's mood index." & Environment.NewLine &
- "The domme's mood may affect certain dialogue choices or outcomes." & Environment.NewLine & Environment.NewLine &
- "The lower this number is, the easier it is to put her in a good mood." & Environment.NewLine &
- "Setting this value to ""10"" will prevent the domme from ever being in an especially great mood.")
+ "The domme's mood may affect certain dialogue choices or outcomes." & Environment.NewLine & Environment.NewLine &
+ "The lower this number is, the easier it is to put her in a good mood." & Environment.NewLine &
+ "Setting this value to ""10"" will prevent the domme from ever being in an especially great mood.")
@@ -1744,150 +1584,150 @@ Public Class FrmSettings
' "The lower this number is, the easier it is to put her in an especially great mood. Setting this value to ""10"" will prevent the domme from ever being in an especially great mood."
End Sub
- Private Sub NBDomMoodMin_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBDomMoodMin.ValueChanged
+ Private Sub NBDomMoodMin_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBDomMoodMin.ValueChanged
If NBDomMoodMin.Value > NBDomMoodMax.Value Then NBDomMoodMin.Value = NBDomMoodMax.Value
End Sub
- Private Sub NBDomMoodMax_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBDomMoodMax.ValueChanged
+ Private Sub NBDomMoodMax_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBDomMoodMax.ValueChanged
If NBDomMoodMax.Value < NBDomMoodMin.Value Then NBDomMoodMax.Value = NBDomMoodMin.Value
End Sub
- Private Sub NBAvgCockMin_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBAvgCockMin.LostFocus
+ Private Sub NBAvgCockMin_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBAvgCockMin.LostFocus
My.Settings.AvgCockMin = NBAvgCockMin.Value
End Sub
- Private Sub NBAvgCockMin_MouseHover(sender As System.Object, e As System.EventArgs) Handles NBAvgCockMin.MouseHover
+ Private Sub NBAvgCockMin_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBAvgCockMin.MouseHover
TTDir.SetToolTip(NBAvgCockMin, "Determines the lowest range of what the domme considers an average cock size." & Environment.NewLine & Environment.NewLine &
- "If your cock size is lower then this, the domme will consider it small.")
+ "If your cock size is lower then this, the domme will consider it small.")
End Sub
- Private Sub NBAvgCockMax_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBAvgCockMax.LostFocus
+ Private Sub NBAvgCockMax_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBAvgCockMax.LostFocus
My.Settings.AvgCockMax = NBAvgCockMax.Value
End Sub
- Private Sub NBAvgCockMax_MouseHover(sender As System.Object, e As System.EventArgs) Handles NBAvgCockMax.MouseHover
+ Private Sub NBAvgCockMax_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBAvgCockMax.MouseHover
TTDir.SetToolTip(NBAvgCockMin, "Determines the highest range of what the domme considers an average cock size." & Environment.NewLine & Environment.NewLine &
"If your cock size is higher than this, the domme will consider it big.")
End Sub
- Private Sub NBAvgCockMin_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBAvgCockMin.ValueChanged
+ Private Sub NBAvgCockMin_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBAvgCockMin.ValueChanged
If NBAvgCockMin.Value > NBAvgCockMax.Value Then NBAvgCockMin.Value = NBAvgCockMax.Value
End Sub
- Private Sub NBAvgCockMax_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBAvgCockMax.ValueChanged
+ Private Sub NBAvgCockMax_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBAvgCockMax.ValueChanged
If NBAvgCockMax.Value < NBAvgCockMin.Value Then NBAvgCockMax.Value = NBAvgCockMin.Value
End Sub
- Private Sub NBSelfAgeMin_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBSelfAgeMin.LostFocus
+ Private Sub NBSelfAgeMin_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSelfAgeMin.LostFocus
My.Settings.SelfAgeMin = NBSelfAgeMin.Value
End Sub
- Private Sub NBSelfAgeMin_Enter(sender As Object, e As System.EventArgs) Handles NBSelfAgeMin.MouseHover
+ Private Sub NBSelfAgeMin_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles NBSelfAgeMin.MouseHover
TTDir.SetToolTip(NBSelfAgeMin, "This is the age range that the domme considers ""not that young, but not that old""." & Environment.NewLine & Environment.NewLine &
- "If the domme's age is below this number, she will use dialogue options that suggest" & Environment.NewLine &
- "having the maturity and body of a girl in her early twenties.")
+ "If the domme's age is below this number, she will use dialogue options that suggest" & Environment.NewLine &
+ "having the maturity and body of a girl in her early twenties.")
End Sub
- Private Sub NBSelfAgeMax_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBSelfAgeMax.LostFocus
+ Private Sub NBSelfAgeMax_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSelfAgeMax.LostFocus
My.Settings.SelfAgeMax = NBSelfAgeMax.Value
End Sub
- Private Sub NBSelfAgeMax_Enter(sender As Object, e As System.EventArgs) Handles NBSelfAgeMax.MouseHover
+ Private Sub NBSelfAgeMax_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles NBSelfAgeMax.MouseHover
TTDir.SetToolTip(NBSelfAgeMax, "This is the age range that the domme considers ""not that young, but not that old""." & Environment.NewLine & Environment.NewLine &
- "If the domme's age is above this number, she will use dialogue options that suggest" & Environment.NewLine &
- "an exceptional amount of maturity, or having an aging body.")
+ "If the domme's age is above this number, she will use dialogue options that suggest" & Environment.NewLine &
+ "an exceptional amount of maturity, or having an aging body.")
End Sub
- Private Sub NBSelfAgeMin_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBSelfAgeMin.ValueChanged
+ Private Sub NBSelfAgeMin_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSelfAgeMin.ValueChanged
If NBSelfAgeMin.Value > NBSelfAgeMax.Value Then NBSelfAgeMin.Value = NBSelfAgeMax.Value
End Sub
- Private Sub NBSelfAgeMax_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBSelfAgeMax.ValueChanged
+ Private Sub NBSelfAgeMax_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSelfAgeMax.ValueChanged
If NBSelfAgeMax.Value < NBSelfAgeMin.Value Then NBSelfAgeMax.Value = NBSelfAgeMin.Value
End Sub
- Private Sub NBSubAgeMin_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBSubAgeMin.LostFocus
+ Private Sub NBSubAgeMin_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSubAgeMin.LostFocus
My.Settings.SubAgeMin = NBSubAgeMin.Value
End Sub
- Private Sub NBSubAgeMin_Enter(sender As Object, e As System.EventArgs) Handles NBSubAgeMin.MouseHover
+ Private Sub NBSubAgeMin_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles NBSubAgeMin.MouseHover
TTDir.SetToolTip(NBSubAgeMin, "This is the age range that the domme considers ""not that young, but not that old""." & Environment.NewLine & Environment.NewLine &
- "If your age is below this number, the domme will use dialogue options that suggest" & Environment.NewLine &
- "you have the virility and body of a male in his early twenties.")
+ "If your age is below this number, the domme will use dialogue options that suggest" & Environment.NewLine &
+ "you have the virility and body of a male in his early twenties.")
End Sub
- Private Sub NBSubAgeMax_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBSubAgeMax.LostFocus
+ Private Sub NBSubAgeMax_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSubAgeMax.LostFocus
My.Settings.SubAgeMax = NBSubAgeMax.Value
End Sub
- Private Sub NBSubAgeMax_Enter(sender As Object, e As System.EventArgs) Handles NBSubAgeMax.MouseHover
+ Private Sub NBSubAgeMax_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles NBSubAgeMax.MouseHover
TTDir.SetToolTip(NBSubAgeMax, "This is the age range that the domme considers ""not that young, but not that old""." & Environment.NewLine & Environment.NewLine &
- "If your age is above this number, the domme will use dialogue options that suggest" & Environment.NewLine &
- "you're over the hill.")
+ "If your age is above this number, the domme will use dialogue options that suggest" & Environment.NewLine &
+ "you're over the hill.")
End Sub
- Private Sub NBSubAgeMin_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBSubAgeMin.ValueChanged
+ Private Sub NBSubAgeMin_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSubAgeMin.ValueChanged
If NBSubAgeMin.Value > NBSubAgeMax.Value Then NBSubAgeMin.Value = NBSubAgeMax.Value
End Sub
- Private Sub NBSubAgeMax_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBSubAgeMax.ValueChanged
+ Private Sub NBSubAgeMax_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBSubAgeMax.ValueChanged
If NBSubAgeMax.Value < NBSubAgeMin.Value Then NBSubAgeMax.Value = NBSubAgeMin.Value
End Sub
- Private Sub PetNameBox1_Enter(sender As Object, e As System.EventArgs) Handles petnameBox1.MouseHover
+ Private Sub PetNameBox1_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox1.MouseHover
TTDir.SetToolTip(petnameBox1, "Enter a pet name that the domme will call you when she's in a great mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub PetNameBox2_Enter(sender As Object, e As System.EventArgs) Handles petnameBox2.MouseHover
+ Private Sub PetNameBox2_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox2.MouseHover
TTDir.SetToolTip(petnameBox2, "Enter a pet name that the domme will call you when she's in a great mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub PetNameBox3_Enter(sender As Object, e As System.EventArgs) Handles petnameBox3.MouseHover
+ Private Sub PetNameBox3_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox3.MouseHover
TTDir.SetToolTip(petnameBox3, "Enter a pet name that the domme will call you when she's in a neutral mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub PetNameBox4_Enter(sender As Object, e As System.EventArgs) Handles petnameBox4.MouseHover
+ Private Sub PetNameBox4_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox4.MouseHover
TTDir.SetToolTip(petnameBox4, "Enter a pet name that the domme will call you when she's in a neutral mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub PetNameBox5_Enter(sender As Object, e As System.EventArgs) Handles petnameBox5.MouseHover
+ Private Sub PetNameBox5_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox5.MouseHover
TTDir.SetToolTip(petnameBox5, "Enter a pet name that the domme will call you when she's in a neutral mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub PetNameBox6_Enter(sender As Object, e As System.EventArgs) Handles petnameBox6.MouseHover
+ Private Sub PetNameBox6_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox6.MouseHover
TTDir.SetToolTip(petnameBox6, "Enter a pet name that the domme will call you when she's in a neutral mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub PetNameBox7_Enter(sender As Object, e As System.EventArgs) Handles petnameBox7.MouseHover
+ Private Sub PetNameBox7_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox7.MouseHover
TTDir.SetToolTip(petnameBox7, "Enter a pet name that the domme will call you when she's in a bad mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub PetNameBox8_Enter(sender As Object, e As System.EventArgs) Handles petnameBox8.MouseHover
+ Private Sub PetNameBox8_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles petnameBox8.MouseHover
TTDir.SetToolTip(petnameBox8, "Enter a pet name that the domme will call you when she's in a bad mood." & Environment.NewLine & Environment.NewLine &
- "All pet name boxes must be filled in.")
+ "All pet name boxes must be filled in.")
End Sub
- Private Sub BTNSaveDomSet_MouseHover(sender As Object, e As System.EventArgs) Handles BTNSaveDomSet.MouseHover
+ Private Sub BTNSaveDomSet_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles BTNSaveDomSet.MouseHover
TTDir.SetToolTip(BTNSaveDomSet, "Click to save this configuration of Domme Settings to a file that you can load at any time.")
End Sub
- Private Sub BTNLoadDomSet_MouseHover(sender As Object, e As System.EventArgs) Handles BTNLoadDomSet.MouseHover
+ Private Sub BTNLoadDomSet_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles BTNLoadDomSet.MouseHover
TTDir.SetToolTip(BTNLoadDomSet, "Click to load a custom Domme Settings file you have previously created.")
End Sub
- Private Sub NBEmpathy_LostFocus(sender As System.Object, e As System.EventArgs) Handles NBEmpathy.LostFocus
+ Private Sub NBEmpathy_LostFocus(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBEmpathy.LostFocus
If NBEmpathy.Value = 1 Then My.Settings.DomEmpathy = 1
If NBEmpathy.Value = 2 Then My.Settings.DomEmpathy = 2
@@ -1903,7 +1743,7 @@ Public Class FrmSettings
End Sub
- Private Sub domlevelNumBox_ValueChanged(sender As System.Object, e As System.EventArgs) Handles domlevelNumBox.ValueChanged
+ Private Sub domlevelNumBox_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles domlevelNumBox.ValueChanged
If FrmSettingsLoading = False Then
If domlevelNumBox.Value = 1 Then DomLevelDescLabel.Text = "Gentle"
If domlevelNumBox.Value = 2 Then DomLevelDescLabel.Text = "Lenient"
@@ -1913,7 +1753,7 @@ Public Class FrmSettings
End If
End Sub
- Private Sub NBEmpathy_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NBEmpathy.ValueChanged
+ Private Sub NBEmpathy_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NBEmpathy.ValueChanged
If FrmSettingsLoading = False Then
If NBEmpathy.Value = 1 Then LBLEmpathy.Text = "Cautious"
If NBEmpathy.Value = 2 Then LBLEmpathy.Text = "Caring"
@@ -1923,7 +1763,7 @@ Public Class FrmSettings
End If
End Sub
-#End Region ' Domme
+#End Region ' Domme
#Region "-------------------------------------- Scripts -------------------------------------------------"
@@ -1932,7 +1772,7 @@ Public Class FrmSettings
'''