Subversion Repository Public Repository

Nextrek

Diff Revisions 54 vs 55 for /minstrek/GameEditorBKP - Copia/GameEditor/Form1.vb

Diff revisions: vs.
  @@ -32,10 +32,6 @@
32 32 Private storyNowLoaded As String = ""
33 33 Private buttonsShown As Dictionary(Of Integer, Boolean) = New Dictionary(Of Integer, Boolean)
34 34
35 -
36 -
37 -
38 -
39 35 Private Sub GameEditorPanel_Shown(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Shown
40 36 Me.buttonsShown.Add(1, True)
41 37 For i As Integer = 2 To 6
  @@ -48,15 +44,9 @@
48 44
49 45 End Sub
50 46
51 -
52 -
53 47 '**********************************************UTILITIES***************************************************************************
54 48 '*********************************************************************************************************************************
55 49
56 -
57 -
58 -
59 -
60 50 Private Function convertToHex(ByVal color As System.Drawing.Color)
61 51 Dim r As Byte = color.R
62 52 Dim g As Byte = color.G
  @@ -89,6 +79,7 @@
89 79 Private Function getSavedPath() As String
90 80 Return Application.StartupPath + "\saves\"
91 81 End Function
82 +
92 83 Private Function getMinstrekPath() As String
93 84 Return Application.StartupPath + "\MinsTrek\"
94 85 End Function
  @@ -190,12 +181,12 @@
190 181 Dim text As String = textBox.Text
191 182 Return (Not text = "") And (Not text = "not valid") And (Not text = " page not created")
192 183 End Function
184 +
193 185 Private Function checkPrePostCondTextInTB(ByVal textBox As TextBox) As Boolean
194 186 Dim text As String = textBox.Text
195 187 Return (Not text = " quest not created") And (Not text = " page not created") And (Not text = " object not created") And (Not text = "format: object1,object2,object3,....")
196 188 End Function
197 189
198 -
199 190 Private Sub WarningCloseLabe_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WarningCloseLabe.Click
200 191 WarningPanel.Hide()
201 192 WarningCancelButton.Visible = False
  @@ -209,8 +200,6 @@
209 200 WarningPanel.Show()
210 201 End Sub
211 202
212 -
213 -
214 203 Private Sub WarningCancelButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WarningCancelButton.Click
215 204 WarningPanel.Hide()
216 205 WarningCancelButton.Visible = False
  @@ -315,12 +304,9 @@
315 304
316 305 End Sub
317 306
318 -
319 -
320 307 '******************************************************************MENU********************************************************************************
321 308 '***********************************************************************************************************************************
322 309
323 -
324 310 Private Sub SaveToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click
325 311 showSavePopup()
326 312 End Sub
  @@ -424,8 +410,6 @@
424 410
425 411 End Sub
426 412
427 -
428 -
429 413 Private Sub loadStory(ByVal storyName As String)
430 414 Dim map As String()
431 415 Dim line As String
  @@ -572,9 +556,6 @@
572 556 fw.Close()
573 557 End Sub
574 558
575 -
576 -
577 -
578 559 Private Sub PagesfromTxtToJson(ByVal storyName As String)
579 560 Dim map, map2, map3 As String()
580 561
  @@ -980,7 +961,6 @@
980 961 End If
981 962 End Sub
982 963
983 -
984 964 Private Sub WarningContinueButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles WarningContinueButton.Click
985 965 Dim storyName As String = WarningSaveStoryNameText.Text
986 966
  @@ -1021,21 +1001,9 @@
1021 1001 End If
1022 1002 End Sub
1023 1003
1024 -
1025 -
1026 -
1027 -
1028 -
1029 -
1030 1004 '****************************************************************GENERAL SETTINGS****************************************************************************
1031 1005 '****************************************************************************************************************************************
1032 1006
1033 -
1034 -
1035 -
1036 -
1037 -
1038 -
1039 1007 Private Sub GameTitleText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GameTitleText.Leave
1040 1008 GameTitleText.ForeColor = Color.Black
1041 1009 If (GameTitleText.Text = "") Then
  @@ -1046,17 +1014,11 @@
1046 1014
1047 1015 End Sub
1048 1016
1049 -
1050 -
1051 -
1052 -
1053 1017 Private Sub BGText_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles BGText.Click
1054 1018 Me.setColor(BGText)
1055 1019
1056 1020 End Sub
1057 1021
1058 -
1059 -
1060 1022 Private Sub TopAreaBGText_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TopAreaBGText.Click
1061 1023
1062 1024 Me.setColor(TopAreaBGText)
  @@ -1107,12 +1069,10 @@
1107 1069 End Try
1108 1070 End Sub
1109 1071
1110 -
1111 1072 Private Sub TitleColorText_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TitleColorText.Click
1112 1073 Me.setColor(TitleColorText)
1113 1074 End Sub
1114 1075
1115 -
1116 1076 Private Sub TopHorizontalBorderText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TopHorizontalBorderIMGText.Click
1117 1077
1118 1078 Me.setImage(TopHorizontalBorderIMGText, TopHorizontalBorderPic, "")
  @@ -1123,7 +1083,6 @@
1123 1083 Me.setImage(BottomHorizontalBorderIMGText, BottomHorizontalBorderPic, "")
1124 1084 End Sub
1125 1085
1126 -
1127 1086 Private Sub MidHorizontalBorderText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MidHorizontalBorderIMGText.Click
1128 1087 Me.setImage(MidHorizontalBorderIMGText, MidHorizontalBorderPic, "")
1129 1088 End Sub
  @@ -1181,13 +1140,9 @@
1181 1140 Me.checkIfInt16(EventsImagesHeightText)
1182 1141 End Sub
1183 1142
1184 -
1185 -
1186 -
1187 1143 '****************************************************SPLASH*********************************************************************
1188 1144 '****************************************************************************************************************************************
1189 1145
1190 -
1191 1146 Private Sub SplashTimeText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SplashTimeText.Leave
1192 1147 SplashTimeText.ForeColor = Color.Black
1193 1148 Try
  @@ -1216,19 +1171,9 @@
1216 1171 Me.setColor(SplashTextColorText)
1217 1172 End Sub
1218 1173
1219 -
1220 -
1221 -
1222 -
1223 -
1224 1174 '************************************************************LOADING*********************************************************************
1225 1175 '****************************************************************************************************************************************
1226 1176
1227 -
1228 -
1229 -
1230 -
1231 -
1232 1177 Private Sub LoadingTimeText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LoadingTimeText.Leave
1233 1178 LoadingTimeText.ForeColor = Color.Black
1234 1179 Try
  @@ -1268,21 +1213,13 @@
1268 1213 Me.setImage(LoadingForegroundIMGText, LoadingForegroundPic, "")
1269 1214 End Sub
1270 1215
1271 -
1272 1216 Private Sub LoadingTextColorText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LoadingTextColorText.Click
1273 1217 Me.setColor(LoadingTextColorText)
1274 1218 End Sub
1275 1219
1276 -
1277 -
1278 -
1279 -
1280 1220 '***************************************************OBJECTS*****************************************************************************
1281 1221 '****************************************************************************************************************************************
1282 1222
1283 -
1284 -
1285 -
1286 1223 Private Sub ObjectImageText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ObjectIMGText.Click
1287 1224
1288 1225 Dim dr As DialogResult
  @@ -1395,7 +1332,6 @@
1395 1332
1396 1333 End Function
1397 1334
1398 -
1399 1335 Private Sub DeleteRowToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DeleteRowToolStripMenuItem.Click
1400 1336 If (Not ObjectsGrid.SelectedRows.Count = 0) Then
1401 1337 Dim row = ObjectsGrid.SelectedRows.Item(0)
  @@ -1406,10 +1342,6 @@
1406 1342 End If
1407 1343 End Sub
1408 1344
1409 -
1410 -
1411 -
1412 -
1413 1345 '****************************************************EVENTS************************************************************************************************
1414 1346 '**********************************************************************************************************************************************************
1415 1347
  @@ -1522,7 +1454,6 @@
1522 1454
1523 1455 End Function
1524 1456
1525 -
1526 1457 Private Sub DeleteHighlightedRowToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DeleteHighlightedRowToolStripMenuItem.Click
1527 1458 If (Not EventsGrid.SelectedRows.Count = 0) Then
1528 1459 Dim row = EventsGrid.SelectedRows.Item(0)
  @@ -1533,17 +1464,9 @@
1533 1464 End If
1534 1465 End Sub
1535 1466
1536 -
1537 -
1538 -
1539 1467 '**********************************************************QUESTS*****************************************************************************************
1540 1468 '*********************************************************************************************************************************************************
1541 1469
1542 -
1543 -
1544 -
1545 -
1546 -
1547 1470 Private Sub QuestImageText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles QuestIMGText.Click
1548 1471 Dim dr As DialogResult
1549 1472 Dim path As String
  @@ -1661,9 +1584,6 @@
1661 1584
1662 1585 End Function
1663 1586
1664 -
1665 -
1666 -
1667 1587 Private Sub DeleteHighlightedRowToolStripMenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DeleteHighlightedRowToolStripMenuItem1.Click
1668 1588 If (Not QuestsGrid.SelectedRows.Count = 0) Then
1669 1589 Dim row = QuestsGrid.SelectedRows.Item(0)
  @@ -1674,22 +1594,9 @@
1674 1594 End If
1675 1595 End Sub
1676 1596
1677 -
1678 -
1679 -
1680 -
1681 -
1682 -
1683 -
1684 1597 '*******************************************************PAGES**********************************************************************************
1685 1598 '**********************************************************************************************************************************************
1686 1599
1687 -
1688 -
1689 -
1690 -
1691 -
1692 -
1693 1600 Private Sub PageBGText_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PageBGText.Click
1694 1601 Me.setColor(PageBGText)
1695 1602
  @@ -1697,8 +1604,6 @@
1697 1604
1698 1605 End Sub
1699 1606
1700 -
1701 -
1702 1607 Private Sub PageTopAreaBGText_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PageTopAreaBGText.Click
1703 1608 Me.setColor(PageTopAreaBGText)
1704 1609
  @@ -1710,9 +1615,6 @@
1710 1615
1711 1616 End Sub
1712 1617
1713 -
1714 -
1715 -
1716 1618 Private Sub PageTitleColorText_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PageTitleColorText.Click
1717 1619 Me.setColor(PageTitleColorText)
1718 1620
  @@ -1727,7 +1629,6 @@
1727 1629 Me.setImage(PageBottomHorizontalBorderIMGText, PageBottomHorizontalBorderPic, "")
1728 1630 End Sub
1729 1631
1730 -
1731 1632 Private Sub PageBottomAreaImgText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
1732 1633 Me.setImage(PageBottomAreaImgText, Nothing, "")
1733 1634 End Sub
  @@ -1762,9 +1663,6 @@
1762 1663 Me.setImage(PageEventsIconIMGText, PageEventsIconPic, "")
1763 1664 End Sub
1764 1665
1765 -
1766 -
1767 -
1768 1666 Private Sub PageTitleText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs)
1769 1667 PageTitleText.ForeColor = Color.Black
1770 1668 If (PageTitleText.Text = "") Then
  @@ -1782,6 +1680,7 @@
1782 1680
1783 1681 End If
1784 1682 End Sub
1683 +
1785 1684 Private Sub PageIDText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs)
1786 1685 Dim valid As Boolean = True
1787 1686 Dim text As String = PageIDText.Text
  @@ -1803,7 +1702,6 @@
1803 1702 GameEditorTabs.SelectTab(ButtonsTabPage)
1804 1703 End Sub
1805 1704
1806 -
1807 1705 Private Sub CreatePageButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CreatePageButton.Click
1808 1706
1809 1707
  @@ -1818,24 +1716,9 @@
1818 1716 End If
1819 1717 End Sub
1820 1718
1821 -
1822 -
1823 -
1824 -
1825 -
1826 -
1827 -
1828 1719 '**********************************************************BUTTONS**************************************************************************************
1829 1720 '***************************************************************************************************************************************************************
1830 1721
1831 -
1832 -
1833 -
1834 -
1835 -
1836 -
1837 -
1838 -
1839 1722 Private Sub PreconditionObjectsOText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PreconditionObjectsOText.MouseDown
1840 1723 If (Me.firstTime) Then
1841 1724 PreconditionObjectsOText.Text = ""
  @@ -1845,7 +1728,6 @@
1845 1728 End If
1846 1729 End Sub
1847 1730
1848 -
1849 1731 Private Sub PreconditionObjectsOText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PreconditionObjectsOText.Leave
1850 1732
1851 1733
  @@ -1883,13 +1765,13 @@
1883 1765 End If
1884 1766 End Sub
1885 1767
1886 -
1887 1768 Private Sub PreconditionQuestsSText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PreconditionQuestsSText.Leave
1888 1769 If (Not checkConditionIDS(PreconditionQuestsSText, QuestsGrid)) Then
1889 1770 PreconditionQuestsSText.Text = " quest not created"
1890 1771 PreconditionQuestsSText.ForeColor = Color.Red
1891 1772 End If
1892 1773 End Sub
1774 +
1893 1775 Private Sub PreconditionQuestsDText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PreconditionQuestsDText.Leave
1894 1776 If (Not checkConditionIDS(PreconditionQuestsDText, QuestsGrid)) Then
1895 1777 PreconditionQuestsDText.Text = " quest not created"
  @@ -1897,7 +1779,6 @@
1897 1779 End If
1898 1780 End Sub
1899 1781
1900 -
1901 1782 Private Sub PostconditionObjectsOText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PostconditionObjectsOText.Leave
1902 1783 If (Not checkConditionIDS(PostconditionObjectsOText, ObjectsGrid)) Then
1903 1784 PostconditionObjectsOText.Text = " object not created"
  @@ -1912,7 +1793,6 @@
1912 1793 End If
1913 1794 End Sub
1914 1795
1915 -
1916 1796 Private Sub PostconditionEventsOText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PostconditionEventsOText.Leave
1917 1797 If (Not checkConditionIDS(PostconditionEventsOText, EventsGrid)) Then
1918 1798 PostconditionEventsOText.Text = " event not created"
  @@ -1948,12 +1828,10 @@
1948 1828 End If
1949 1829 End Sub
1950 1830
1951 -
1952 1831 Private Sub PageButtonIDText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PageButtonIDText.Leave
1953 1832
1954 1833 End Sub
1955 1834
1956 -
1957 1835 ' Private Sub PageButtonTextText_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs)
1958 1836 'Dim text As String = PageButtonTextText.Text
1959 1837 ' PageButtonTextText.ForeColor = Color.Black
  @@ -1964,25 +1842,15 @@
1964 1842 ' End If
1965 1843 ' End Sub
1966 1844
1967 -
1968 -
1969 -
1970 1845 Private Sub PageButtonIMGText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PageButtonIMGText.Click
1971 1846 Me.setImage(PageButtonIMGText, PageButtonIMGPic, "")
1972 1847 End Sub
1973 1848
1974 -
1975 -
1976 -
1977 1849 Private Sub CreateButtonButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CreateButtonButton.Click
1978 1850
1979 1851
1980 1852 End Sub
1981 1853
1982 -
1983 -
1984 -
1985 -
1986 1854 Private Sub DeleteHighlightedRowToolStripMenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DeleteHighlightedRowToolStripMenuItem3.Click
1987 1855 If (Not PageButtonGrid.SelectedRows.Count = 0) Then
1988 1856 Dim row = PageButtonGrid.SelectedRows.Item(0)
  @@ -1992,8 +1860,6 @@
1992 1860 End If
1993 1861 End Sub
1994 1862
1995 -
1996 -
1997 1863 Private Sub filterButtonButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles filterButtonButton.Click
1998 1864 Dim pageId As String = PageButtonIDText.Text
1999 1865
  @@ -2012,18 +1878,9 @@
2012 1878
2013 1879 End Sub
2014 1880
2015 -
2016 -
2017 -
2018 -
2019 -
2020 1881 '***********************************************************************ALERT***************************************************************************
2021 1882 '*********************************************************************************************************************************************************
2022 1883
2023 -
2024 -
2025 -
2026 -
2027 1884 Private Sub AlertBGColorText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AlertBGColorText.Click
2028 1885 Me.setColor(AlertBGColorText)
2029 1886 End Sub
  @@ -2032,7 +1889,6 @@
2032 1889 Me.setImage(AlertTopBGIMGText, AlertTopBGIMGPic, "")
2033 1890 End Sub
2034 1891
2035 -
2036 1892 Private Sub AlertLeftBGIMGText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AlertLeftBGIMGText.Click
2037 1893 Me.setImage(AlertLeftBGIMGText, AlertLeftBGIMGPic, "")
2038 1894 End Sub
  @@ -2041,7 +1897,6 @@
2041 1897 Me.setImage(AlertRightBGIMGText, AlertRightBGIMGPic, "")
2042 1898 End Sub
2043 1899
2044 -
2045 1900 Private Sub AlertBGIMGText_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AlertBGIMGText.Click
2046 1901 Me.setImage(AlertBGIMGText, AlertBGIMGPic, "")
2047 1902 End Sub
  @@ -2050,19 +1905,9 @@
2050 1905 Me.setImage(AlertBottomBGIMGText, AlertBottomBGIMGPic, "")
2051 1906 End Sub
2052 1907
2053 -
2054 -
2055 -
2056 -
2057 -
2058 -
2059 -
2060 -
2061 -
2062 1908 '*************************************************************PAGE & BUTTON**************************************************************************'
2063 1909 '*****************************************************************************************************************************************************
2064 1910
2065 -
2066 1911 Private Sub B1PreconditionObjectsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PreconditionObjectsOText.MouseEnter
2067 1912 B1PreconditionObjectsOText.Size = New System.Drawing.Size(150, 38)
2068 1913 B1PreconditionObjectsOText.BringToFront()
  @@ -2122,7 +1967,6 @@
2122 1967 B1PreconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2123 1968 End Sub
2124 1969
2125 -
2126 1970 Private Sub B1PostconditionEventsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PostconditionEventsOText.MouseEnter
2127 1971 B1PostconditionEventsOText.Size = New System.Drawing.Size(150, 38)
2128 1972 B1PostconditionEventsOText.BringToFront()
  @@ -2145,25 +1989,20 @@
2145 1989 B1PostconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2146 1990 End Sub
2147 1991
2148 -
2149 1992 Private Sub B1PreconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PreconditionQuestsNText.MouseEnter
2150 1993 B1PreconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2151 1994 B1PreconditionQuestsNText.BringToFront()
2152 1995 End Sub
2153 1996
2154 -
2155 1997 Private Sub B1PreconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PreconditionQuestsNText.MouseLeave
2156 1998 B1PreconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2157 1999 End Sub
2158 2000
2159 -
2160 -
2161 2001 Private Sub B1PreconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PreconditionQuestsSText.MouseEnter
2162 2002 B1PreconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2163 2003 B1PreconditionQuestsSText.BringToFront()
2164 2004 End Sub
2165 2005
2166 -
2167 2006 Private Sub B1PreconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PreconditionQuestsSText.MouseLeave
2168 2007 B1PreconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2169 2008 End Sub
  @@ -2173,31 +2012,24 @@
2173 2012 B1PreconditionQuestsDText.BringToFront()
2174 2013 End Sub
2175 2014
2176 -
2177 2015 Private Sub B1PreconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PreconditionQuestsDText.MouseLeave
2178 2016 B1PreconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2179 2017 End Sub
2180 2018
2181 -
2182 -
2183 2019 Private Sub B1PostconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PostconditionQuestsNText.MouseEnter
2184 2020 B1PostconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2185 2021 B1PostconditionQuestsNText.BringToFront()
2186 2022 End Sub
2187 2023
2188 -
2189 2024 Private Sub B1PostconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PostconditionQuestsNText.MouseLeave
2190 2025 B1PostconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2191 2026 End Sub
2192 2027
2193 -
2194 -
2195 2028 Private Sub B1PostconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PostconditionQuestsSText.MouseEnter
2196 2029 B1PostconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2197 2030 B1PostconditionQuestsSText.BringToFront()
2198 2031 End Sub
2199 2032
2200 -
2201 2033 Private Sub B1PostconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PostconditionQuestsSText.MouseLeave
2202 2034 B1PostconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2203 2035 End Sub
  @@ -2207,17 +2039,11 @@
2207 2039 B1PostconditionQuestsDText.BringToFront()
2208 2040 End Sub
2209 2041
2210 -
2211 2042 Private Sub B1PostconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B1PostconditionQuestsDText.MouseLeave
2212 2043 B1PostconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2213 2044 End Sub
2214 - '***********************************************************************END BUTTON1***************************************************
2215 -
2216 -
2217 -
2218 -
2219 -
2220 2045
2046 + '***********************************************************************END BUTTON1***************************************************
2221 2047
2222 2048 Private Sub B2PreconditionObjectsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PreconditionObjectsOText.MouseEnter
2223 2049 B2PreconditionObjectsOText.Size = New System.Drawing.Size(150, 38)
  @@ -2278,7 +2104,6 @@
2278 2104 B2PreconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2279 2105 End Sub
2280 2106
2281 -
2282 2107 Private Sub B2PostconditionEventsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PostconditionEventsOText.MouseEnter
2283 2108 B2PostconditionEventsOText.Size = New System.Drawing.Size(150, 38)
2284 2109 B2PostconditionEventsOText.BringToFront()
  @@ -2301,25 +2126,20 @@
2301 2126 B2PostconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2302 2127 End Sub
2303 2128
2304 -
2305 2129 Private Sub B2PreconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PreconditionQuestsNText.MouseEnter
2306 2130 B2PreconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2307 2131 B2PreconditionQuestsNText.BringToFront()
2308 2132 End Sub
2309 2133
2310 -
2311 2134 Private Sub B2PreconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PreconditionQuestsNText.MouseLeave
2312 2135 B2PreconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2313 2136 End Sub
2314 2137
2315 -
2316 -
2317 2138 Private Sub B2PreconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PreconditionQuestsSText.MouseEnter
2318 2139 B2PreconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2319 2140 B2PreconditionQuestsSText.BringToFront()
2320 2141 End Sub
2321 2142
2322 -
2323 2143 Private Sub B2PreconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PreconditionQuestsSText.MouseLeave
2324 2144 B2PreconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2325 2145 End Sub
  @@ -2329,31 +2149,24 @@
2329 2149 B2PreconditionQuestsDText.BringToFront()
2330 2150 End Sub
2331 2151
2332 -
2333 2152 Private Sub B2PreconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PreconditionQuestsDText.MouseLeave
2334 2153 B2PreconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2335 2154 End Sub
2336 2155
2337 -
2338 -
2339 2156 Private Sub B2PostconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PostconditionQuestsNText.MouseEnter
2340 2157 B2PostconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2341 2158 B2PostconditionQuestsNText.BringToFront()
2342 2159 End Sub
2343 2160
2344 -
2345 2161 Private Sub B2PostconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PostconditionQuestsNText.MouseLeave
2346 2162 B2PostconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2347 2163 End Sub
2348 2164
2349 -
2350 -
2351 2165 Private Sub B2PostconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PostconditionQuestsSText.MouseEnter
2352 2166 B2PostconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2353 2167 B2PostconditionQuestsSText.BringToFront()
2354 2168 End Sub
2355 2169
2356 -
2357 2170 Private Sub B2PostconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PostconditionQuestsSText.MouseLeave
2358 2171 B2PostconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2359 2172 End Sub
  @@ -2363,19 +2176,12 @@
2363 2176 B2PostconditionQuestsDText.BringToFront()
2364 2177 End Sub
2365 2178
2366 -
2367 2179 Private Sub B2PostconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2PostconditionQuestsDText.MouseLeave
2368 2180 B2PostconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2369 2181 End Sub
2370 2182
2371 -
2372 2183 '*************************************************************************END BUTTON2*************************************************
2373 2184
2374 -
2375 -
2376 -
2377 -
2378 -
2379 2185 Private Sub B3PreconditionObjectsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PreconditionObjectsOText.MouseEnter
2380 2186 B3PreconditionObjectsOText.Size = New System.Drawing.Size(150, 38)
2381 2187 B3PreconditionObjectsOText.BringToFront()
  @@ -2435,7 +2241,6 @@
2435 2241 B3PreconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2436 2242 End Sub
2437 2243
2438 -
2439 2244 Private Sub B3PostconditionEventsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PostconditionEventsOText.MouseEnter
2440 2245 B3PostconditionEventsOText.Size = New System.Drawing.Size(150, 38)
2441 2246 B3PostconditionEventsOText.BringToFront()
  @@ -2458,25 +2263,20 @@
2458 2263 B3PostconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2459 2264 End Sub
2460 2265
2461 -
2462 2266 Private Sub B3PreconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PreconditionQuestsNText.MouseEnter
2463 2267 B3PreconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2464 2268 B3PreconditionQuestsNText.BringToFront()
2465 2269 End Sub
2466 2270
2467 -
2468 2271 Private Sub B3PreconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PreconditionQuestsNText.MouseLeave
2469 2272 B3PreconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2470 2273 End Sub
2471 2274
2472 -
2473 -
2474 2275 Private Sub B3PreconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PreconditionQuestsSText.MouseEnter
2475 2276 B3PreconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2476 2277 B3PreconditionQuestsSText.BringToFront()
2477 2278 End Sub
2478 2279
2479 -
2480 2280 Private Sub B3PreconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PreconditionQuestsSText.MouseLeave
2481 2281 B3PreconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2482 2282 End Sub
  @@ -2486,31 +2286,24 @@
2486 2286 B3PreconditionQuestsDText.BringToFront()
2487 2287 End Sub
2488 2288
2489 -
2490 2289 Private Sub B3PreconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PreconditionQuestsDText.MouseLeave
2491 2290 B3PreconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2492 2291 End Sub
2493 2292
2494 -
2495 -
2496 2293 Private Sub B3PostconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PostconditionQuestsNText.MouseEnter
2497 2294 B3PostconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2498 2295 B3PostconditionQuestsNText.BringToFront()
2499 2296 End Sub
2500 2297
2501 -
2502 2298 Private Sub B3PostconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PostconditionQuestsNText.MouseLeave
2503 2299 B3PostconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2504 2300 End Sub
2505 2301
2506 -
2507 -
2508 2302 Private Sub B3PostconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PostconditionQuestsSText.MouseEnter
2509 2303 B3PostconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2510 2304 B3PostconditionQuestsSText.BringToFront()
2511 2305 End Sub
2512 2306
2513 -
2514 2307 Private Sub B3PostconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PostconditionQuestsSText.MouseLeave
2515 2308 B3PostconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2516 2309 End Sub
  @@ -2520,15 +2313,12 @@
2520 2313 B3PostconditionQuestsDText.BringToFront()
2521 2314 End Sub
2522 2315
2523 -
2524 2316 Private Sub B3PostconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3PostconditionQuestsDText.MouseLeave
2525 2317 B3PostconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2526 2318 End Sub
2527 2319
2528 2320 '**************************************************END BUTTON3************************************************************************+
2529 2321
2530 -
2531 -
2532 2322 Private Sub B4PreconditionObjectsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PreconditionObjectsOText.MouseEnter
2533 2323 B4PreconditionObjectsOText.Size = New System.Drawing.Size(150, 38)
2534 2324 B4PreconditionObjectsOText.BringToFront()
  @@ -2588,7 +2378,6 @@
2588 2378 B4PreconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2589 2379 End Sub
2590 2380
2591 -
2592 2381 Private Sub B4PostconditionEventsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PostconditionEventsOText.MouseEnter
2593 2382 B4PostconditionEventsOText.Size = New System.Drawing.Size(150, 38)
2594 2383 B4PostconditionEventsOText.BringToFront()
  @@ -2611,25 +2400,20 @@
2611 2400 B4PostconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2612 2401 End Sub
2613 2402
2614 -
2615 2403 Private Sub B4PreconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PreconditionQuestsNText.MouseEnter
2616 2404 B4PreconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2617 2405 B4PreconditionQuestsNText.BringToFront()
2618 2406 End Sub
2619 2407
2620 -
2621 2408 Private Sub B4PreconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PreconditionQuestsNText.MouseLeave
2622 2409 B4PreconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2623 2410 End Sub
2624 2411
2625 -
2626 -
2627 2412 Private Sub B4PreconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PreconditionQuestsSText.MouseEnter
2628 2413 B4PreconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2629 2414 B4PreconditionQuestsSText.BringToFront()
2630 2415 End Sub
2631 2416
2632 -
2633 2417 Private Sub B4PreconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PreconditionQuestsSText.MouseLeave
2634 2418 B4PreconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2635 2419 End Sub
  @@ -2639,31 +2423,24 @@
2639 2423 B4PreconditionQuestsDText.BringToFront()
2640 2424 End Sub
2641 2425
2642 -
2643 2426 Private Sub B4PreconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PreconditionQuestsDText.MouseLeave
2644 2427 B4PreconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2645 2428 End Sub
2646 2429
2647 -
2648 -
2649 2430 Private Sub B4PostconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PostconditionQuestsNText.MouseEnter
2650 2431 B4PostconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2651 2432 B4PostconditionQuestsNText.BringToFront()
2652 2433 End Sub
2653 2434
2654 -
2655 2435 Private Sub B4PostconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PostconditionQuestsNText.MouseLeave
2656 2436 B4PostconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2657 2437 End Sub
2658 2438
2659 -
2660 -
2661 2439 Private Sub B4PostconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PostconditionQuestsSText.MouseEnter
2662 2440 B4PostconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2663 2441 B4PostconditionQuestsSText.BringToFront()
2664 2442 End Sub
2665 2443
2666 -
2667 2444 Private Sub B4PostconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PostconditionQuestsSText.MouseLeave
2668 2445 B4PostconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2669 2446 End Sub
  @@ -2673,16 +2450,12 @@
2673 2450 B4PostconditionQuestsDText.BringToFront()
2674 2451 End Sub
2675 2452
2676 -
2677 2453 Private Sub B4PostconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4PostconditionQuestsDText.MouseLeave
2678 2454 B4PostconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2679 2455 End Sub
2680 2456
2681 -
2682 2457 '****************************************************************END BUTTON 4***************************************************************
2683 2458
2684 -
2685 -
2686 2459 Private Sub B5PreconditionObjectsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PreconditionObjectsOText.MouseEnter
2687 2460 B5PreconditionObjectsOText.Size = New System.Drawing.Size(150, 38)
2688 2461 B5PreconditionObjectsOText.BringToFront()
  @@ -2742,7 +2515,6 @@
2742 2515 B5PreconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2743 2516 End Sub
2744 2517
2745 -
2746 2518 Private Sub B5PostconditionEventsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PostconditionEventsOText.MouseEnter
2747 2519 B5PostconditionEventsOText.Size = New System.Drawing.Size(150, 38)
2748 2520 B5PostconditionEventsOText.BringToFront()
  @@ -2765,25 +2537,20 @@
2765 2537 B5PostconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2766 2538 End Sub
2767 2539
2768 -
2769 2540 Private Sub B5PreconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PreconditionQuestsNText.MouseEnter
2770 2541 B5PreconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2771 2542 B5PreconditionQuestsNText.BringToFront()
2772 2543 End Sub
2773 2544
2774 -
2775 2545 Private Sub B5PreconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PreconditionQuestsNText.MouseLeave
2776 2546 B5PreconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2777 2547 End Sub
2778 2548
2779 -
2780 -
2781 2549 Private Sub B5PreconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PreconditionQuestsSText.MouseEnter
2782 2550 B5PreconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2783 2551 B5PreconditionQuestsSText.BringToFront()
2784 2552 End Sub
2785 2553
2786 -
2787 2554 Private Sub B5PreconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PreconditionQuestsSText.MouseLeave
2788 2555 B5PreconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2789 2556 End Sub
  @@ -2793,31 +2560,24 @@
2793 2560 B5PreconditionQuestsDText.BringToFront()
2794 2561 End Sub
2795 2562
2796 -
2797 2563 Private Sub B5PreconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PreconditionQuestsDText.MouseLeave
2798 2564 B5PreconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2799 2565 End Sub
2800 2566
2801 -
2802 -
2803 2567 Private Sub B5PostconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PostconditionQuestsNText.MouseEnter
2804 2568 B5PostconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2805 2569 B5PostconditionQuestsNText.BringToFront()
2806 2570 End Sub
2807 2571
2808 -
2809 2572 Private Sub B5PostconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PostconditionQuestsNText.MouseLeave
2810 2573 B5PostconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2811 2574 End Sub
2812 2575
2813 -
2814 -
2815 2576 Private Sub B5PostconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PostconditionQuestsSText.MouseEnter
2816 2577 B5PostconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2817 2578 B5PostconditionQuestsSText.BringToFront()
2818 2579 End Sub
2819 2580
2820 -
2821 2581 Private Sub B5PostconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PostconditionQuestsSText.MouseLeave
2822 2582 B5PostconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2823 2583 End Sub
  @@ -2827,18 +2587,12 @@
2827 2587 B5PostconditionQuestsDText.BringToFront()
2828 2588 End Sub
2829 2589
2830 -
2831 2590 Private Sub B5PostconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5PostconditionQuestsDText.MouseLeave
2832 2591 B5PostconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2833 2592 End Sub
2834 2593
2835 -
2836 -
2837 -
2838 2594 '*******************************************************************END BUTTON5*****************************************************************************
2839 2595
2840 -
2841 -
2842 2596 Private Sub B6PreconditionObjectsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PreconditionObjectsOText.MouseEnter
2843 2597 B6PreconditionObjectsOText.Size = New System.Drawing.Size(150, 38)
2844 2598 B6PreconditionObjectsOText.BringToFront()
  @@ -2898,7 +2652,6 @@
2898 2652 B6PreconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2899 2653 End Sub
2900 2654
2901 -
2902 2655 Private Sub B6PostconditionEventsOText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PostconditionEventsOText.MouseEnter
2903 2656 B6PostconditionEventsOText.Size = New System.Drawing.Size(150, 38)
2904 2657 B6PostconditionEventsOText.BringToFront()
  @@ -2921,25 +2674,20 @@
2921 2674 B6PostconditionEventsNOText.Size = New System.Drawing.Size(72, 21)
2922 2675 End Sub
2923 2676
2924 -
2925 2677 Private Sub B6PreconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PreconditionQuestsNText.MouseEnter
2926 2678 B6PreconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2927 2679 B6PreconditionQuestsNText.BringToFront()
2928 2680 End Sub
2929 2681
2930 -
2931 2682 Private Sub B6PreconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PreconditionQuestsNText.MouseLeave
2932 2683 B6PreconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2933 2684 End Sub
2934 2685
2935 -
2936 -
2937 2686 Private Sub B6PreconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PreconditionQuestsSText.MouseEnter
2938 2687 B6PreconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2939 2688 B6PreconditionQuestsSText.BringToFront()
2940 2689 End Sub
2941 2690
2942 -
2943 2691 Private Sub B6PreconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PreconditionQuestsSText.MouseLeave
2944 2692 B6PreconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2945 2693 End Sub
  @@ -2949,31 +2697,24 @@
2949 2697 B6PreconditionQuestsDText.BringToFront()
2950 2698 End Sub
2951 2699
2952 -
2953 2700 Private Sub B6PreconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PreconditionQuestsDText.MouseLeave
2954 2701 B6PreconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2955 2702 End Sub
2956 2703
2957 -
2958 -
2959 2704 Private Sub B6PostconditionQuestsNText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PostconditionQuestsNText.MouseEnter
2960 2705 B6PostconditionQuestsNText.Size = New System.Drawing.Size(150, 38)
2961 2706 B6PostconditionQuestsNText.BringToFront()
2962 2707 End Sub
2963 2708
2964 -
2965 2709 Private Sub B6PostconditionQuestsNText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PostconditionQuestsNText.MouseLeave
2966 2710 B6PostconditionQuestsNText.Size = New System.Drawing.Size(72, 21)
2967 2711 End Sub
2968 2712
2969 -
2970 -
2971 2713 Private Sub B6PostconditionQuestsSText_MouseEnter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PostconditionQuestsSText.MouseEnter
2972 2714 B6PostconditionQuestsSText.Size = New System.Drawing.Size(150, 38)
2973 2715 B6PostconditionQuestsSText.BringToFront()
2974 2716 End Sub
2975 2717
2976 -
2977 2718 Private Sub B6PostconditionQuestsSText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PostconditionQuestsSText.MouseLeave
2978 2719 B6PostconditionQuestsSText.Size = New System.Drawing.Size(72, 21)
2979 2720 End Sub
  @@ -2983,23 +2724,16 @@
2983 2724 B6PostconditionQuestsDText.BringToFront()
2984 2725 End Sub
2985 2726
2986 -
2987 2727 Private Sub B6PostconditionQuestsDText_MouseLeave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6PostconditionQuestsDText.MouseLeave
2988 2728 B6PostconditionQuestsDText.Size = New System.Drawing.Size(72, 21)
2989 2729 End Sub
2990 2730
2991 -
2992 2731 '**********************************************************************END BUTTON6*****************************************************************
2993 2732
2994 -
2995 -
2996 -
2997 -
2998 2733 Private Sub PageTopAreaImg_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PageTopAreaImg.Click
2999 2734 setImage(PageTopAreaImgText, PageTopAreaImg, "")
3000 2735 End Sub
3001 2736
3002 -
3003 2737 'aggiorna una CheckedListBox secondo la datagridview passata come parametro
3004 2738 Private Sub updateCheckedListBox(ByVal checkedListBox As CheckedListBox, ByVal data As DataGridView)
3005 2739 Dim value As String
  @@ -3037,7 +2771,6 @@
3037 2771 Next
3038 2772 End Sub
3039 2773
3040 -
3041 2774 Private Sub updateOEQCheckedListBoxes()
3042 2775
3043 2776 updateObjectCheckedListBoxes()
  @@ -3108,7 +2841,6 @@
3108 2841
3109 2842 End Sub
3110 2843
3111 -
3112 2844 Private Sub AddButtonButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddButtonButton.Click
3113 2845 Dim button As Byte = 0
3114 2846
  @@ -3129,31 +2861,31 @@
3129 2861
3130 2862 End Sub
3131 2863
3132 -
3133 -
3134 2864 Private Sub B2DeleteButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B2DeleteButton.Click
3135 2865 hideButton(2)
3136 2866 Me.buttonsShown.Item(2) = False
3137 2867 End Sub
2868 +
3138 2869 Private Sub B3DeleteButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B3DeleteButton.Click
3139 2870 hideButton(3)
3140 2871 Me.buttonsShown.Item(3) = False
3141 2872 End Sub
2873 +
3142 2874 Private Sub B4DeleteButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B4DeleteButton.Click
3143 2875 hideButton(4)
3144 2876 Me.buttonsShown.Item(4) = False
3145 2877 End Sub
2878 +
3146 2879 Private Sub B5DeleteButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B5DeleteButton.Click
3147 2880 hideButton(5)
3148 2881 Me.buttonsShown.Item(5) = False
3149 2882 End Sub
2883 +
3150 2884 Private Sub B6DeleteButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles B6DeleteButton.Click
3151 2885 hideButton(6)
3152 2886 Me.buttonsShown.Item(6) = False
3153 2887 End Sub
3154 2888
3155 -
3156 -
3157 2889 Private Sub PageIdDoneButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PageIdDoneButton.Click
3158 2890 Dim row As String() = New String(19) {}
3159 2891
  @@ -3267,8 +2999,6 @@
3267 2999 End If
3268 3000 End Sub
3269 3001
3270 -
3271 -
3272 3002 'salva un bottone
3273 3003 Private Sub addButton(ByVal buttonNumber As Integer)
3274 3004 Dim id As String = ""
  @@ -3434,7 +3164,6 @@
3434 3164 Next
3435 3165 End Sub
3436 3166
3437 -
3438 3167 'mostra i bottoni di una pagina
3439 3168 Private Sub fillButtons(ByVal pageId As String)
3440 3169 Dim cellsArray As ArrayList = New ArrayList()
  @@ -3466,16 +3195,13 @@
3466 3195 fillPage(pageId)
3467 3196 fillButtons(pageId)
3468 3197 End Sub
3469 - '**************************************************************************MORE OPTIONS PANEL*****************************************************************
3470 -
3471 -
3472 3198
3199 + '**************************************************************************MORE OPTIONS PANEL*****************************************************************
3473 3200
3474 3201 Private Sub PageMoreOptionCloseButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PageMoreOptionCloseButton.Click
3475 3202 PageMoreOptionPanel.Hide()
3476 3203 End Sub
3477 3204
3478 -
3479 3205 Private Sub PageMoreOptionDoneButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PageMoreOptionDoneButton.Click
3480 3206 PageMoreOptionPanel.Hide()
3481 3207 End Sub
  @@ -3484,8 +3210,6 @@
3484 3210 PageMoreOptionPanel.Show()
3485 3211 End Sub
3486 3212
3487 -
3488 -
3489 3213 End Class
3490 3214
3491 3215