Advertisement
Guest User

[APP] Sprite Viewer [v1.0] - SOURCE

a guest
Mar 8th, 2015
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Public Class Form1
  2.  
  3.     Dim MaxItem As Integer
  4.  
  5.     Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  6.         ComboBox1.SelectedIndex = 0
  7.         ThirteenComboBox1.SelectedIndex = 1
  8.     End Sub
  9.  
  10.     Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
  11.  
  12.  
  13.         If (ComboBox1.SelectedIndex = 0) Then
  14.             OneItem("intro1")
  15.         ElseIf (ComboBox1.SelectedIndex = 1) Then
  16.             OneItem("intro2")
  17.         ElseIf (ComboBox1.SelectedIndex = 2) Then
  18.             OneItem("intro3")
  19.         ElseIf (ComboBox1.SelectedIndex = 3) Then
  20.             OneItem("intro4")
  21.         ElseIf (ComboBox1.SelectedIndex = 4) Then
  22.             ListBox1.Items.Clear()
  23.  
  24.             ListBox1.Items.Add("chit")
  25.             ListBox1.Items.Add("circle")
  26.             ListBox1.Items.Add("cring")
  27.             ListBox1.Items.Add("cross")
  28.             ListBox1.Items.Add("down")
  29.             ListBox1.Items.Add("downl")
  30.             ListBox1.Items.Add("downr")
  31.             ListBox1.Items.Add("left")
  32.             ListBox1.Items.Add("right")
  33.             ListBox1.Items.Add("square")
  34.             ListBox1.Items.Add("triang")
  35.             ListBox1.Items.Add("up")
  36.             ListBox1.Items.Add("upl")
  37.             ListBox1.Items.Add("upr")
  38.  
  39.             ListBox1.SelectedIndex = 0
  40.  
  41.             MaxItem = 13
  42.             BT_Back.Enabled = True
  43.             BT_Next.Enabled = True
  44.         ElseIf (ComboBox1.SelectedIndex = 5) Then
  45.  
  46.             ListBox1.Items.Clear()
  47.  
  48.             ListBox1.Items.Add("bum2")
  49.             ListBox1.Items.Add("bum1")
  50.             ListBox1.Items.Add("blkdot")
  51.  
  52.             ListBox1.SelectedIndex = 0
  53.  
  54.             MaxItem = 2
  55.             BT_Back.Enabled = True
  56.             BT_Next.Enabled = True
  57.  
  58.         ElseIf (ComboBox1.SelectedIndex = 6) Then
  59.  
  60.             ListBox1.Items.Clear()
  61.  
  62.             ListBox1.Items.Add("cdback")
  63.             ListBox1.Items.Add("cd9s")
  64.             ListBox1.Items.Add("cd9h")
  65.             ListBox1.Items.Add("cd9d")
  66.             ListBox1.Items.Add("cd9c")
  67.  
  68.             ListBox1.Items.Add("cd8s")
  69.             ListBox1.Items.Add("cd8h")
  70.             ListBox1.Items.Add("cd8d")
  71.             ListBox1.Items.Add("cd8c")
  72.  
  73.             ListBox1.Items.Add("cd7s")
  74.             ListBox1.Items.Add("cd7h")
  75.             ListBox1.Items.Add("cd7d")
  76.             ListBox1.Items.Add("cd7c")
  77.  
  78.             ListBox1.Items.Add("cd6s")
  79.             ListBox1.Items.Add("cd6h")
  80.             ListBox1.Items.Add("cd6d")
  81.             ListBox1.Items.Add("cd6c")
  82.  
  83.             ListBox1.Items.Add("cd5s")
  84.             ListBox1.Items.Add("cd5h")
  85.             ListBox1.Items.Add("cd5d")
  86.             ListBox1.Items.Add("cd5c")
  87.  
  88.             ListBox1.Items.Add("cd4s")
  89.             ListBox1.Items.Add("cd4h")
  90.             ListBox1.Items.Add("cd4d")
  91.             ListBox1.Items.Add("cd4c")
  92.  
  93.             ListBox1.Items.Add("cd3s")
  94.             ListBox1.Items.Add("cd3h")
  95.             ListBox1.Items.Add("cd3d")
  96.             ListBox1.Items.Add("cd3c")
  97.  
  98.             ListBox1.Items.Add("cd2s")
  99.             ListBox1.Items.Add("cd2h")
  100.             ListBox1.Items.Add("cd2d")
  101.             ListBox1.Items.Add("cd2c")
  102.  
  103.             ListBox1.Items.Add("cd1s")
  104.             ListBox1.Items.Add("cd1h")
  105.             ListBox1.Items.Add("cd1d")
  106.             ListBox1.Items.Add("cd1c")
  107.  
  108.             ListBox1.Items.Add("cd13s")
  109.             ListBox1.Items.Add("cd13h")
  110.             ListBox1.Items.Add("cd13d")
  111.             ListBox1.Items.Add("cd13c")
  112.  
  113.             ListBox1.Items.Add("cd12s")
  114.             ListBox1.Items.Add("cd12h")
  115.             ListBox1.Items.Add("cd12d")
  116.             ListBox1.Items.Add("cd12c")
  117.  
  118.             ListBox1.Items.Add("cd11s")
  119.             ListBox1.Items.Add("cd11h")
  120.             ListBox1.Items.Add("cd11d")
  121.             ListBox1.Items.Add("cd11c")
  122.  
  123.             ListBox1.Items.Add("cd10s")
  124.             ListBox1.Items.Add("cd10h")
  125.             ListBox1.Items.Add("cd10d")
  126.             ListBox1.Items.Add("cd10c")
  127.  
  128.             ListBox1.SelectedIndex = 0
  129.  
  130.             MaxItem = 52
  131.             BT_Back.Enabled = True
  132.             BT_Next.Enabled = True
  133.  
  134.         ElseIf (ComboBox1.SelectedIndex = 7) Then
  135.  
  136.             ListBox1.Items.Clear()
  137.  
  138.             ListBox1.Items.Add("thumbup")
  139.             ListBox1.Items.Add("thumbdn")
  140.             ListBox1.Items.Add("goodcha")
  141.             ListBox1.Items.Add("dpad_lr")
  142.             ListBox1.Items.Add("dpad_64")
  143.             ListBox1.Items.Add("badchat")
  144.  
  145.             ListBox1.SelectedIndex = 0
  146.  
  147.             MaxItem = 5
  148.             BT_Back.Enabled = True
  149.             BT_Next.Enabled = True
  150.  
  151.         ElseIf (ComboBox1.SelectedIndex = 8) Then
  152.  
  153.             ListBox1.Items.Clear()
  154.  
  155.             ListBox1.Items.Add("blkdot")
  156.             ListBox1.Items.Add("brboat")
  157.             ListBox1.Items.Add("brfly")
  158.             ListBox1.Items.Add("bronze")
  159.             ListBox1.Items.Add("goboat")
  160.             ListBox1.Items.Add("gold")
  161.             ListBox1.Items.Add("golfly")
  162.             ListBox1.Items.Add("naward")
  163.             ListBox1.Items.Add("nawtxt")
  164.             ListBox1.Items.Add("ribb")
  165.             ListBox1.Items.Add("ribbw")
  166.             ListBox1.Items.Add("silboat")
  167.             ListBox1.Items.Add("silfly")
  168.             ListBox1.Items.Add("silver")
  169.             ListBox1.Items.Add("tvbase")
  170.             ListBox1.Items.Add("tvcorn")
  171.  
  172.             ListBox1.SelectedIndex = 0
  173.  
  174.             MaxItem = 15
  175.             BT_Back.Enabled = True
  176.             BT_Next.Enabled = True
  177.  
  178.         ElseIf (ComboBox1.SelectedIndex = 9) Then
  179.  
  180.             ListBox1.Items.Clear()
  181.  
  182.             ListBox1.Items.Add("backgnd")
  183.             ListBox1.Items.Add("black")
  184.             ListBox1.Items.Add("dark")
  185.             ListBox1.Items.Add("DUALITY")
  186.             ListBox1.Items.Add("ex1")
  187.             ListBox1.Items.Add("ex2")
  188.             ListBox1.Items.Add("ex3")
  189.             ListBox1.Items.Add("ex4")
  190.             ListBox1.Items.Add("Health")
  191.             ListBox1.Items.Add("layer")
  192.             ListBox1.Items.Add("light")
  193.             ListBox1.Items.Add("power")
  194.             ListBox1.Items.Add("rockshp")
  195.             ListBox1.Items.Add("shoot")
  196.             ListBox1.Items.Add("thrustG")
  197.             ListBox1.Items.Add("tvcorn")
  198.             ListBox1.Items.Add("white")
  199.  
  200.             ListBox1.SelectedIndex = 0
  201.  
  202.             MaxItem = 16
  203.             BT_Back.Enabled = True
  204.             BT_Next.Enabled = True
  205.  
  206.         ElseIf (ComboBox1.SelectedIndex = 10) Then
  207.  
  208.             ListBox1.Items.Clear()
  209.  
  210.             ListBox1.Items.Add("bee1")
  211.             ListBox1.Items.Add("bee2")
  212.             ListBox1.Items.Add("beea")
  213.             ListBox1.Items.Add("bumble")
  214.             ListBox1.Items.Add("exitw")
  215.             ListBox1.Items.Add("exity")
  216.             ListBox1.Items.Add("flwr")
  217.             ListBox1.Items.Add("flwra")
  218.             ListBox1.Items.Add("ghost")
  219.             ListBox1.Items.Add("hiscorew")
  220.             ListBox1.Items.Add("hiscorey")
  221.             ListBox1.Items.Add("hive")
  222.             ListBox1.Items.Add("hon")
  223.             ListBox1.Items.Add("leaf")
  224.             ListBox1.Items.Add("playw")
  225.             ListBox1.Items.Add("playy")
  226.             ListBox1.Items.Add("sky")
  227.             ListBox1.Items.Add("thorn")
  228.             ListBox1.Items.Add("timer")
  229.             ListBox1.Items.Add("tvcorn")
  230.             ListBox1.Items.Add("tvl")
  231.             ListBox1.Items.Add("tvr")
  232.  
  233.             ListBox1.SelectedIndex = 0
  234.  
  235.             MaxItem = 21
  236.             BT_Back.Enabled = True
  237.             BT_Next.Enabled = True
  238.  
  239.         ElseIf (ComboBox1.SelectedIndex = 11) Then
  240.  
  241.             ListBox1.Items.Clear()
  242.  
  243.             ListBox1.Items.Add("explm01")
  244.             ListBox1.Items.Add("explm02")
  245.             ListBox1.Items.Add("explm03")
  246.             ListBox1.Items.Add("explm04")
  247.             ListBox1.Items.Add("explm05")
  248.             ListBox1.Items.Add("explm06")
  249.             ListBox1.Items.Add("explm07")
  250.             ListBox1.Items.Add("explm08")
  251.             ListBox1.Items.Add("explm09")
  252.             ListBox1.Items.Add("explm10")
  253.             ListBox1.Items.Add("explm11")
  254.             ListBox1.Items.Add("explm12")
  255.             ListBox1.Items.Add("force")
  256.             ListBox1.Items.Add("light")
  257.             ListBox1.Items.Add("ship")
  258.             ListBox1.Items.Add("ship2")
  259.             ListBox1.Items.Add("ship3")
  260.             ListBox1.Items.Add("shoot")
  261.             ListBox1.Items.Add("shpnorm")
  262.             ListBox1.Items.Add("shpwarp")
  263.             ListBox1.Items.Add("thrust")
  264.             ListBox1.Items.Add("title")
  265.             ListBox1.Items.Add("tvcorn")
  266.             ListBox1.Items.Add("warp")
  267.  
  268.             ListBox1.SelectedIndex = 0
  269.  
  270.             MaxItem = 23
  271.             BT_Back.Enabled = True
  272.             BT_Next.Enabled = True
  273.  
  274.         ElseIf (ComboBox1.SelectedIndex = 12) Then
  275.  
  276.             ListBox1.Items.Clear()
  277.  
  278.             ListBox1.Items.Add("bckgrnd")
  279.             ListBox1.Items.Add("blue")
  280.             ListBox1.Items.Add("bride1")
  281.             ListBox1.Items.Add("bride2")
  282.             ListBox1.Items.Add("bride3")
  283.             ListBox1.Items.Add("bride4")
  284.             ListBox1.Items.Add("bride5")
  285.             ListBox1.Items.Add("bride6")
  286.             ListBox1.Items.Add("bride7")
  287.             ListBox1.Items.Add("bride8")
  288.             ListBox1.Items.Add("bushes")
  289.             ListBox1.Items.Add("fen")
  290.             ListBox1.Items.Add("gride1")
  291.             ListBox1.Items.Add("gride2")
  292.             ListBox1.Items.Add("gride3")
  293.             ListBox1.Items.Add("gride4")
  294.             ListBox1.Items.Add("gride5")
  295.             ListBox1.Items.Add("gride6")
  296.             ListBox1.Items.Add("gride7")
  297.             ListBox1.Items.Add("gride8")
  298.             ListBox1.Items.Add("hrs1")
  299.             ListBox1.Items.Add("hrs2")
  300.             ListBox1.Items.Add("hrs3")
  301.             ListBox1.Items.Add("hrs4")
  302.             ListBox1.Items.Add("hrs5")
  303.             ListBox1.Items.Add("hrs6")
  304.             ListBox1.Items.Add("hrs7")
  305.             ListBox1.Items.Add("hrs8")
  306.             ListBox1.Items.Add("pole2")
  307.             ListBox1.Items.Add("pride1")
  308.             ListBox1.Items.Add("pride2")
  309.             ListBox1.Items.Add("pride3")
  310.             ListBox1.Items.Add("pride4")
  311.             ListBox1.Items.Add("pride5")
  312.             ListBox1.Items.Add("pride6")
  313.             ListBox1.Items.Add("pride7")
  314.             ListBox1.Items.Add("pride8")
  315.             ListBox1.Items.Add("rride1")
  316.             ListBox1.Items.Add("rride2")
  317.             ListBox1.Items.Add("rride3")
  318.             ListBox1.Items.Add("rride4")
  319.             ListBox1.Items.Add("rride5")
  320.             ListBox1.Items.Add("rride6")
  321.             ListBox1.Items.Add("rride7")
  322.             ListBox1.Items.Add("rride8")
  323.             ListBox1.Items.Add("trees")
  324.             ListBox1.Items.Add("tvcorn")
  325.             ListBox1.Items.Add("tvl")
  326.             ListBox1.Items.Add("tvr")
  327.             ListBox1.Items.Add("yride1")
  328.             ListBox1.Items.Add("yride2")
  329.             ListBox1.Items.Add("yride3")
  330.             ListBox1.Items.Add("yride4")
  331.             ListBox1.Items.Add("yride5")
  332.             ListBox1.Items.Add("yride6")
  333.             ListBox1.Items.Add("yride7")
  334.             ListBox1.Items.Add("yride8")
  335.  
  336.             ListBox1.SelectedIndex = 0
  337.  
  338.             MaxItem = 56
  339.             BT_Back.Enabled = True
  340.             BT_Next.Enabled = True
  341.  
  342.         ElseIf (ComboBox1.SelectedIndex = 13) Then
  343.  
  344.             ListBox1.Items.Clear()
  345.  
  346.             ListBox1.Items.Add("backbet")
  347.             ListBox1.Items.Add("butnA")
  348.             ListBox1.Items.Add("butnAo")
  349.             ListBox1.Items.Add("butnB")
  350.             ListBox1.Items.Add("butnBo")
  351.             ListBox1.Items.Add("butnC")
  352.             ListBox1.Items.Add("Ric1")
  353.             ListBox1.Items.Add("Ric2")
  354.             ListBox1.Items.Add("Ric3")
  355.             ListBox1.Items.Add("Ric4")
  356.             ListBox1.Items.Add("Ric5")
  357.  
  358.             ListBox1.SelectedIndex = 0
  359.  
  360.             MaxItem = 10
  361.             BT_Back.Enabled = True
  362.             BT_Next.Enabled = True
  363.  
  364.         ElseIf (ComboBox1.SelectedIndex = 14) Then
  365.  
  366.             ListBox1.Items.Clear()
  367.  
  368.             ListBox1.Items.Add("AirLogo")
  369.             ListBox1.Items.Add("blkdot")
  370.             ListBox1.Items.Add("tvbase")
  371.             ListBox1.Items.Add("tvcorn")
  372.  
  373.             ListBox1.SelectedIndex = 0
  374.  
  375.             MaxItem = 3
  376.             BT_Back.Enabled = True
  377.             BT_Next.Enabled = True
  378.  
  379.         ElseIf (ComboBox1.SelectedIndex = 15) Then
  380.  
  381.             ListBox1.Items.Clear()
  382.  
  383.             ListBox1.Items.Add("cdback")
  384.             ListBox1.Items.Add("cd9s")
  385.             ListBox1.Items.Add("cd9h")
  386.             ListBox1.Items.Add("cd9d")
  387.             ListBox1.Items.Add("cd9c")
  388.  
  389.             ListBox1.Items.Add("cd8s")
  390.             ListBox1.Items.Add("cd8h")
  391.             ListBox1.Items.Add("cd8d")
  392.             ListBox1.Items.Add("cd8c")
  393.  
  394.             ListBox1.Items.Add("cd7s")
  395.             ListBox1.Items.Add("cd7h")
  396.             ListBox1.Items.Add("cd7d")
  397.             ListBox1.Items.Add("cd7c")
  398.  
  399.             ListBox1.Items.Add("cd6s")
  400.             ListBox1.Items.Add("cd6h")
  401.             ListBox1.Items.Add("cd6d")
  402.             ListBox1.Items.Add("cd6c")
  403.  
  404.             ListBox1.Items.Add("cd5s")
  405.             ListBox1.Items.Add("cd5h")
  406.             ListBox1.Items.Add("cd5d")
  407.             ListBox1.Items.Add("cd5c")
  408.  
  409.             ListBox1.Items.Add("cd4s")
  410.             ListBox1.Items.Add("cd4h")
  411.             ListBox1.Items.Add("cd4d")
  412.             ListBox1.Items.Add("cd4c")
  413.  
  414.             ListBox1.Items.Add("cd3s")
  415.             ListBox1.Items.Add("cd3h")
  416.             ListBox1.Items.Add("cd3d")
  417.             ListBox1.Items.Add("cd3c")
  418.  
  419.             ListBox1.Items.Add("cd2s")
  420.             ListBox1.Items.Add("cd2h")
  421.             ListBox1.Items.Add("cd2d")
  422.             ListBox1.Items.Add("cd2c")
  423.  
  424.             ListBox1.Items.Add("cd1s")
  425.             ListBox1.Items.Add("cd1h")
  426.             ListBox1.Items.Add("cd1d")
  427.             ListBox1.Items.Add("cd1c")
  428.  
  429.             ListBox1.Items.Add("cd13s")
  430.             ListBox1.Items.Add("cd13h")
  431.             ListBox1.Items.Add("cd13d")
  432.             ListBox1.Items.Add("cd13c")
  433.  
  434.             ListBox1.Items.Add("cd12s")
  435.             ListBox1.Items.Add("cd12h")
  436.             ListBox1.Items.Add("cd12d")
  437.             ListBox1.Items.Add("cd12c")
  438.  
  439.             ListBox1.Items.Add("cd11s")
  440.             ListBox1.Items.Add("cd11h")
  441.             ListBox1.Items.Add("cd11d")
  442.             ListBox1.Items.Add("cd11c")
  443.  
  444.             ListBox1.Items.Add("cd10s")
  445.             ListBox1.Items.Add("cd10h")
  446.             ListBox1.Items.Add("cd10d")
  447.             ListBox1.Items.Add("cd10c")
  448.  
  449.             ListBox1.Items.Add("addcoin")
  450.             ListBox1.Items.Add("backcyan")
  451.             ListBox1.Items.Add("backred")
  452.             ListBox1.Items.Add("deal")
  453.             ListBox1.Items.Add("holdmid")
  454.             ListBox1.Items.Add("holdoff")
  455.             ListBox1.Items.Add("holdon")
  456.             ListBox1.Items.Add("tvcorn")
  457.  
  458.             ListBox1.SelectedIndex = 0
  459.  
  460.             MaxItem = 60
  461.             BT_Back.Enabled = True
  462.             BT_Next.Enabled = True
  463.  
  464.         ElseIf (ComboBox1.SelectedIndex = 16) Then
  465.  
  466.             ListBox1.Items.Clear()
  467.  
  468.             ListBox1.Items.Add("ball")
  469.             ListBox1.Items.Add("nib")
  470.  
  471.             ListBox1.SelectedIndex = 0
  472.  
  473.             MaxItem = 1
  474.             BT_Back.Enabled = True
  475.             BT_Next.Enabled = True
  476.  
  477.         ElseIf (ComboBox1.SelectedIndex = 17) Then
  478.  
  479.             ListBox1.Items.Clear()
  480.  
  481.             ListBox1.Items.Add("race00")
  482.             ListBox1.Items.Add("race01")
  483.             ListBox1.Items.Add("race02")
  484.             ListBox1.Items.Add("race03")
  485.             ListBox1.Items.Add("race04")
  486.             ListBox1.Items.Add("race05")
  487.             ListBox1.Items.Add("race06")
  488.             ListBox1.Items.Add("race07")
  489.             ListBox1.Items.Add("race08")
  490.             ListBox1.Items.Add("race09")
  491.             ListBox1.Items.Add("race10")
  492.             ListBox1.Items.Add("race11")
  493.             ListBox1.Items.Add("race12")
  494.  
  495.             ListBox1.SelectedIndex = 0
  496.  
  497.             MaxItem = 12
  498.             BT_Back.Enabled = True
  499.             BT_Next.Enabled = True
  500.  
  501.         ElseIf (ComboBox1.SelectedIndex = 18) Then
  502.  
  503.             ListBox1.Items.Clear()
  504.  
  505.             ListBox1.Items.Add("race00")
  506.             ListBox1.Items.Add("race01")
  507.             ListBox1.Items.Add("race02")
  508.             ListBox1.Items.Add("race03")
  509.             ListBox1.Items.Add("race04")
  510.             ListBox1.Items.Add("race05")
  511.  
  512.             ListBox1.SelectedIndex = 0
  513.  
  514.             MaxItem = 5
  515.             BT_Back.Enabled = True
  516.             BT_Next.Enabled = True
  517.  
  518.         ElseIf (ComboBox1.SelectedIndex = 19) Then
  519.  
  520.             ListBox1.Items.Clear()
  521.  
  522.             ListBox1.Items.Add("race06")
  523.             ListBox1.Items.Add("race07")
  524.             ListBox1.Items.Add("race08")
  525.             ListBox1.Items.Add("race09")
  526.             ListBox1.Items.Add("race10")
  527.             ListBox1.Items.Add("race11")
  528.  
  529.             ListBox1.SelectedIndex = 0
  530.  
  531.             MaxItem = 5
  532.             BT_Back.Enabled = True
  533.             BT_Next.Enabled = True
  534.  
  535.         ElseIf (ComboBox1.SelectedIndex = 20) Then
  536.  
  537.             ListBox1.Items.Clear()
  538.  
  539.             ListBox1.Items.Add("race12")
  540.             ListBox1.Items.Add("race13")
  541.             ListBox1.Items.Add("race14")
  542.             ListBox1.Items.Add("race15")
  543.             ListBox1.Items.Add("race16")
  544.             ListBox1.Items.Add("race17")
  545.  
  546.             ListBox1.SelectedIndex = 0
  547.  
  548.             MaxItem = 5
  549.             BT_Back.Enabled = True
  550.             BT_Next.Enabled = True
  551.  
  552.         ElseIf (ComboBox1.SelectedIndex = 21) Then
  553.  
  554.             ListBox1.Items.Clear()
  555.  
  556.             ListBox1.Items.Add("race18")
  557.             ListBox1.Items.Add("race19")
  558.             ListBox1.Items.Add("race20")
  559.             ListBox1.Items.Add("race21")
  560.             ListBox1.Items.Add("race22")
  561.             ListBox1.Items.Add("race23")
  562.  
  563.             ListBox1.SelectedIndex = 0
  564.  
  565.             MaxItem = 5
  566.             BT_Back.Enabled = True
  567.             BT_Next.Enabled = True
  568.  
  569.         ElseIf (ComboBox1.SelectedIndex = 22) Then
  570.  
  571.             OneItem("race24")
  572.  
  573.         ElseIf (ComboBox1.SelectedIndex = 23) Then
  574.  
  575.             ListBox1.Items.Clear()
  576.  
  577.             ListBox1.Items.Add("roulbla")
  578.             ListBox1.Items.Add("roulgre")
  579.             ListBox1.Items.Add("roulred")
  580.  
  581.             ListBox1.SelectedIndex = 0
  582.  
  583.             MaxItem = 2
  584.             BT_Back.Enabled = True
  585.             BT_Next.Enabled = True
  586.  
  587.         ElseIf (ComboBox1.SelectedIndex = 24) Then
  588.  
  589.             ListBox1.Items.Clear()
  590.  
  591.             ListBox1.Items.Add("fire")
  592.             ListBox1.Items.Add("nmef")
  593.             ListBox1.Items.Add("cbarl")
  594.             ListBox1.Items.Add("cbarm")
  595.             ListBox1.Items.Add("cbarr")
  596.             ListBox1.Items.Add("hbarl")
  597.             ListBox1.Items.Add("hbarm")
  598.             ListBox1.Items.Add("hbarr")
  599.             ListBox1.Items.Add("hi_a")
  600.             ListBox1.Items.Add("hi_c")
  601.             ListBox1.Items.Add("un_a")
  602.             ListBox1.Items.Add("un_c")
  603.             ListBox1.Items.Add("ex1")
  604.             ListBox1.Items.Add("ex2")
  605.             ListBox1.Items.Add("ex3")
  606.             ListBox1.Items.Add("ex4")
  607.             ListBox1.Items.Add("pa")
  608.             ListBox1.Items.Add("pm2")
  609.             ListBox1.Items.Add("pm3")
  610.             ListBox1.Items.Add("ps1")
  611.             ListBox1.Items.Add("ps2")
  612.             ListBox1.Items.Add("ps3")
  613.             ListBox1.Items.Add("hi_b")
  614.             ListBox1.Items.Add("un_b")
  615.             ListBox1.Items.Add("kami")
  616.             ListBox1.Items.Add("ship")
  617.             ListBox1.Items.Add("ufo")
  618.             ListBox1.Items.Add("bstars")
  619.             ListBox1.Items.Add("fstar")
  620.             ListBox1.Items.Add("splsh")
  621.             ListBox1.Items.Add("tvcorn")
  622.             ListBox1.Items.Add("tvl")
  623.             ListBox1.Items.Add("tvr")
  624.  
  625.             ListBox1.SelectedIndex = 0
  626.  
  627.             MaxItem = 32
  628.             BT_Back.Enabled = True
  629.             BT_Next.Enabled = True
  630.  
  631.         ElseIf (ComboBox1.SelectedIndex = 25) Then
  632.  
  633.             ListBox1.Items.Clear()
  634.  
  635.             ListBox1.Items.Add("bar1_o")
  636.             ListBox1.Items.Add("bar2_o")
  637.             ListBox1.Items.Add("bell")
  638.             ListBox1.Items.Add("cherry")
  639.             ListBox1.Items.Add("grapes")
  640.             ListBox1.Items.Add("r_69")
  641.  
  642.             ListBox1.SelectedIndex = 0
  643.  
  644.             MaxItem = 5
  645.             BT_Back.Enabled = True
  646.             BT_Next.Enabled = True
  647.  
  648.         ElseIf (ComboBox1.SelectedIndex = 26) Then
  649.  
  650.             ListBox1.Items.Clear()
  651.  
  652.             ListBox1.Items.Add("4rip")
  653.             ListBox1.Items.Add("4spider")
  654.             ListBox1.Items.Add("4weed")
  655.             ListBox1.Items.Add("5cross")
  656.             ListBox1.Items.Add("5cross2")
  657.             ListBox1.Items.Add("5cross3")
  658.             ListBox1.Items.Add("5gun")
  659.             ListBox1.Items.Add("6africa")
  660.             ListBox1.Items.Add("6aztec")
  661.             ListBox1.Items.Add("6clown")
  662.             ListBox1.Items.Add("6crown")
  663.             ListBox1.Items.Add("7cross")
  664.             ListBox1.Items.Add("7cross2")
  665.             ListBox1.Items.Add("7cross3")
  666.             ListBox1.Items.Add("7mary")
  667.             ListBox1.Items.Add("8gun")
  668.             ListBox1.Items.Add("8poker")
  669.             ListBox1.Items.Add("8sa")
  670.             ListBox1.Items.Add("8sa2")
  671.             ListBox1.Items.Add("8sa3")
  672.             ListBox1.Items.Add("8santos")
  673.             ListBox1.Items.Add("8westsd")
  674.             ListBox1.Items.Add("9bullt")
  675.             ListBox1.Items.Add("9crown")
  676.             ListBox1.Items.Add("9gun")
  677.             ListBox1.Items.Add("9gun2")
  678.             ListBox1.Items.Add("9homby")
  679.             ListBox1.Items.Add("9rasta")
  680.             ListBox1.Items.Add("10ls")
  681.             ListBox1.Items.Add("10ls2")
  682.             ListBox1.Items.Add("10ls3")
  683.             ListBox1.Items.Add("10ls4")
  684.             ListBox1.Items.Add("10ls5")
  685.             ListBox1.Items.Add("10og")
  686.             ListBox1.Items.Add("10weed")
  687.             ListBox1.Items.Add("11dice")
  688.             ListBox1.Items.Add("11dice2")
  689.             ListBox1.Items.Add("11ggift")
  690.             ListBox1.Items.Add("11grov2")
  691.             ListBox1.Items.Add("11grov3")
  692.             ListBox1.Items.Add("11grove")
  693.             ListBox1.Items.Add("11jail")
  694.             ListBox1.Items.Add("12angel")
  695.             ListBox1.Items.Add("12bndit")
  696.             ListBox1.Items.Add("12cross")
  697.             ListBox1.Items.Add("12dager")
  698.             ListBox1.Items.Add("12maybr")
  699.             ListBox1.Items.Add("12myfac")
  700.  
  701.             ListBox1.SelectedIndex = 0
  702.  
  703.             MaxItem = 47
  704.             BT_Back.Enabled = True
  705.             BT_Next.Enabled = True
  706.  
  707.         ElseIf (ComboBox1.SelectedIndex = 27) Then
  708.             OneItem("load0uk")
  709.         ElseIf (ComboBox1.SelectedIndex = 28) Then
  710.             OneItem("loadsc0")
  711.         ElseIf (ComboBox1.SelectedIndex = 29) Then
  712.             OneItem("loadsc1")
  713.         ElseIf (ComboBox1.SelectedIndex = 30) Then
  714.             OneItem("loadsc2")
  715.         ElseIf (ComboBox1.SelectedIndex = 31) Then
  716.             OneItem("loadsc3")
  717.         ElseIf (ComboBox1.SelectedIndex = 32) Then
  718.             OneItem("loadsc4")
  719.         ElseIf (ComboBox1.SelectedIndex = 33) Then
  720.             OneItem("loadsc5")
  721.         ElseIf (ComboBox1.SelectedIndex = 34) Then
  722.             OneItem("loadsc6")
  723.         ElseIf (ComboBox1.SelectedIndex = 35) Then
  724.             OneItem("loadsc7")
  725.         ElseIf (ComboBox1.SelectedIndex = 36) Then
  726.             OneItem("loadsc8")
  727.         ElseIf (ComboBox1.SelectedIndex = 37) Then
  728.             OneItem("loadsc9")
  729.         ElseIf (ComboBox1.SelectedIndex = 38) Then
  730.             OneItem("loadsc10")
  731.         ElseIf (ComboBox1.SelectedIndex = 39) Then
  732.             OneItem("loadsc11")
  733.         ElseIf (ComboBox1.SelectedIndex = 40) Then
  734.             OneItem("loadsc12")
  735.         ElseIf (ComboBox1.SelectedIndex = 41) Then
  736.             OneItem("loadsc13")
  737.         ElseIf (ComboBox1.SelectedIndex = 42) Then
  738.             OneItem("loadsc14")
  739.         ElseIf (ComboBox1.SelectedIndex = 43) Then
  740.             ListBox1.Items.Clear()
  741.  
  742.             ListBox1.Items.Add("eax")
  743.             ListBox1.Items.Add("loadsc0")
  744.             ListBox1.Items.Add("loadsc1")
  745.             ListBox1.Items.Add("loadsc2")
  746.             ListBox1.Items.Add("loadsc3")
  747.             ListBox1.Items.Add("loadsc4")
  748.             ListBox1.Items.Add("loadsc5")
  749.             ListBox1.Items.Add("loadsc6")
  750.             ListBox1.Items.Add("loadsc7")
  751.             ListBox1.Items.Add("loadsc8")
  752.             ListBox1.Items.Add("loadsc9")
  753.             ListBox1.Items.Add("loadsc10")
  754.             ListBox1.Items.Add("loadsc11")
  755.             ListBox1.Items.Add("loadsc12")
  756.             ListBox1.Items.Add("loadsc13")
  757.             ListBox1.Items.Add("loadsc14")
  758.             ListBox1.Items.Add("nvidia")
  759.             ListBox1.Items.Add("title_pc_EU")
  760.             ListBox1.Items.Add("title_pc_US")
  761.  
  762.             ListBox1.SelectedIndex = 0
  763.  
  764.             MaxItem = 18
  765.             BT_Back.Enabled = True
  766.             BT_Next.Enabled = True
  767.         ElseIf (ComboBox1.SelectedIndex = 44) Then
  768.             ListBox1.Items.Clear()
  769.  
  770.             ListBox1.Items.Add("loadscuk")
  771.             ListBox1.Items.Add("loadsc1")
  772.             ListBox1.Items.Add("loadsc2")
  773.             ListBox1.Items.Add("loadsc3")
  774.             ListBox1.Items.Add("loadsc4")
  775.             ListBox1.Items.Add("loadsc5")
  776.             ListBox1.Items.Add("loadsc6")
  777.             ListBox1.Items.Add("loadsc7")
  778.             ListBox1.Items.Add("loadsc8")
  779.             ListBox1.Items.Add("loadsc9")
  780.             ListBox1.Items.Add("loadsc10")
  781.             ListBox1.Items.Add("loadsc11")
  782.             ListBox1.Items.Add("loadsc12")
  783.             ListBox1.Items.Add("loadsc13")
  784.             ListBox1.Items.Add("loadsc14")
  785.  
  786.             ListBox1.SelectedIndex = 0
  787.  
  788.             MaxItem = 14
  789.             BT_Back.Enabled = True
  790.             BT_Next.Enabled = True
  791.         ElseIf (ComboBox1.SelectedIndex = 45) Then
  792.             OneItem("outro")
  793.         ElseIf (ComboBox1.SelectedIndex = 46) Then
  794.             OneItem("splash1")
  795.         ElseIf (ComboBox1.SelectedIndex = 47) Then
  796.             OneItem("splash2")
  797.         End If
  798.     End Sub
  799.  
  800.     Private Sub OneItem(ByVal Item As String)
  801.         ListBox1.Items.Clear()
  802.  
  803.         ListBox1.Items.Add(Item)
  804.  
  805.         ListBox1.SelectedIndex = 0
  806.  
  807.         MaxItem = 0
  808.         BT_Back.Enabled = False
  809.         BT_Next.Enabled = False
  810.     End Sub
  811.  
  812.     Private Sub ITEM_00_LIST()
  813.         If (ListBox1.SelectedIndex = 0) Then
  814.             PictureBox1.Image = My.Resources.intro1
  815.             Label1.Text = "512 * 512"
  816.         End If
  817.     End Sub
  818.  
  819.     Private Sub ITEM_01_LIST()
  820.         If (ListBox1.SelectedIndex = 0) Then
  821.             PictureBox1.Image = My.Resources.intro2
  822.             Label1.Text = "512 * 512"
  823.         End If
  824.     End Sub
  825.  
  826.     Private Sub ITEM_02_LIST()
  827.         If (ListBox1.SelectedIndex = 0) Then
  828.             PictureBox1.Image = My.Resources.intro3
  829.             Label1.Text = "512 * 512"
  830.         End If
  831.     End Sub
  832.  
  833.     Private Sub ITEM_03_LIST()
  834.         If (ListBox1.SelectedIndex = 0) Then
  835.             PictureBox1.Image = My.Resources.intro4
  836.             Label1.Text = "512 * 512"
  837.         End If
  838.     End Sub
  839.  
  840.     Private Sub ITEM_04_LIST()
  841.         If (ListBox1.SelectedIndex = 0) Then
  842.             PictureBox1.Image = My.Resources.chit
  843.             Label1.Text = "64 * 64"
  844.         ElseIf (ListBox1.SelectedIndex = 1) Then
  845.             PictureBox1.Image = My.Resources.circle
  846.             Label1.Text = "32 * 32"
  847.         ElseIf (ListBox1.SelectedIndex = 2) Then
  848.             PictureBox1.Image = My.Resources.cring
  849.             Label1.Text = "32 * 32"
  850.         ElseIf (ListBox1.SelectedIndex = 3) Then
  851.             PictureBox1.Image = My.Resources.cross
  852.             Label1.Text = "32 * 32"
  853.         ElseIf (ListBox1.SelectedIndex = 4) Then
  854.             PictureBox1.Image = My.Resources.down
  855.             Label1.Text = "32 * 32"
  856.         ElseIf (ListBox1.SelectedIndex = 5) Then
  857.             PictureBox1.Image = My.Resources.downl
  858.             Label1.Text = "32 * 32"
  859.         ElseIf (ListBox1.SelectedIndex = 6) Then
  860.             PictureBox1.Image = My.Resources.downr
  861.             Label1.Text = "32 * 32"
  862.         ElseIf (ListBox1.SelectedIndex = 7) Then
  863.             PictureBox1.Image = My.Resources.left
  864.             Label1.Text = "32 * 32"
  865.         ElseIf (ListBox1.SelectedIndex = 8) Then
  866.             PictureBox1.Image = My.Resources.right
  867.             Label1.Text = "32 * 32"
  868.         ElseIf (ListBox1.SelectedIndex = 9) Then
  869.             PictureBox1.Image = My.Resources.square
  870.             Label1.Text = "32 * 32"
  871.         ElseIf (ListBox1.SelectedIndex = 10) Then
  872.             PictureBox1.Image = My.Resources.triang
  873.             Label1.Text = "32 * 32"
  874.         ElseIf (ListBox1.SelectedIndex = 11) Then
  875.             PictureBox1.Image = My.Resources.up
  876.             Label1.Text = "32 * 32"
  877.         ElseIf (ListBox1.SelectedIndex = 12) Then
  878.             PictureBox1.Image = My.Resources.upl
  879.             Label1.Text = "32 * 32"
  880.         ElseIf (ListBox1.SelectedIndex = 13) Then
  881.             PictureBox1.Image = My.Resources.upr
  882.             Label1.Text = "32 * 32"
  883.         End If
  884.     End Sub
  885.  
  886.     Private Sub ITEM_05_LIST()
  887.         If (ListBox1.SelectedIndex = 0) Then
  888.             PictureBox1.Image = My.Resources.bum2
  889.             Label1.Text = "128 * 128"
  890.         ElseIf (ListBox1.SelectedIndex = 1) Then
  891.             PictureBox1.Image = My.Resources.bum1
  892.             Label1.Text = "128 * 128"
  893.         ElseIf (ListBox1.SelectedIndex = 2) Then
  894.             PictureBox1.Image = My.Resources.blkdot
  895.             Label1.Text = "4 * 4"
  896.         End If
  897.     End Sub
  898.  
  899.     Private Sub ITEM_06_LIST()
  900.         If (ListBox1.SelectedIndex = 0) Then
  901.             PictureBox1.Image = My.Resources.cdback
  902.             Label1.Text = "128 * 128"
  903.         ElseIf (ListBox1.SelectedIndex = 1) Then
  904.             PictureBox1.Image = My.Resources.cd9s
  905.             Label1.Text = "128 * 128"
  906.         ElseIf (ListBox1.SelectedIndex = 2) Then
  907.             PictureBox1.Image = My.Resources.cd9h
  908.             Label1.Text = "128 * 128"
  909.         ElseIf (ListBox1.SelectedIndex = 3) Then
  910.             PictureBox1.Image = My.Resources.cd9d
  911.             Label1.Text = "128 * 128"
  912.         ElseIf (ListBox1.SelectedIndex = 4) Then
  913.             PictureBox1.Image = My.Resources.cd9c
  914.             Label1.Text = "128 * 128"
  915.         ElseIf (ListBox1.SelectedIndex = 5) Then
  916.             PictureBox1.Image = My.Resources.cd8s
  917.             Label1.Text = "128 * 128"
  918.         ElseIf (ListBox1.SelectedIndex = 6) Then
  919.             PictureBox1.Image = My.Resources.cd8h
  920.             Label1.Text = "128 * 128"
  921.         ElseIf (ListBox1.SelectedIndex = 7) Then
  922.             PictureBox1.Image = My.Resources.cd8d
  923.             Label1.Text = "128 * 128"
  924.         ElseIf (ListBox1.SelectedIndex = 8) Then
  925.             PictureBox1.Image = My.Resources.cd8c
  926.             Label1.Text = "128 * 128"
  927.         ElseIf (ListBox1.SelectedIndex = 9) Then
  928.             PictureBox1.Image = My.Resources.cd7s
  929.             Label1.Text = "128 * 128"
  930.         ElseIf (ListBox1.SelectedIndex = 10) Then
  931.             PictureBox1.Image = My.Resources.cd7h
  932.             Label1.Text = "128 * 128"
  933.         ElseIf (ListBox1.SelectedIndex = 11) Then
  934.             PictureBox1.Image = My.Resources.cd7d
  935.             Label1.Text = "128 * 128"
  936.         ElseIf (ListBox1.SelectedIndex = 12) Then
  937.             PictureBox1.Image = My.Resources.cd7c
  938.             Label1.Text = "128 * 128"
  939.         ElseIf (ListBox1.SelectedIndex = 13) Then
  940.             PictureBox1.Image = My.Resources.cd6s
  941.             Label1.Text = "128 * 128"
  942.         ElseIf (ListBox1.SelectedIndex = 14) Then
  943.             PictureBox1.Image = My.Resources.cd6h
  944.             Label1.Text = "128 * 128"
  945.         ElseIf (ListBox1.SelectedIndex = 15) Then
  946.             PictureBox1.Image = My.Resources.cd6d
  947.             Label1.Text = "128 * 128"
  948.         ElseIf (ListBox1.SelectedIndex = 16) Then
  949.             PictureBox1.Image = My.Resources.cd6c
  950.             Label1.Text = "128 * 128"
  951.         ElseIf (ListBox1.SelectedIndex = 17) Then
  952.             PictureBox1.Image = My.Resources.cd5s
  953.             Label1.Text = "128 * 128"
  954.         ElseIf (ListBox1.SelectedIndex = 18) Then
  955.             PictureBox1.Image = My.Resources.cd5h
  956.             Label1.Text = "128 * 128"
  957.         ElseIf (ListBox1.SelectedIndex = 19) Then
  958.             PictureBox1.Image = My.Resources.cd5d
  959.             Label1.Text = "128 * 128"
  960.         ElseIf (ListBox1.SelectedIndex = 20) Then
  961.             PictureBox1.Image = My.Resources.cd5c
  962.             Label1.Text = "128 * 128"
  963.         ElseIf (ListBox1.SelectedIndex = 21) Then
  964.             PictureBox1.Image = My.Resources.cd4s
  965.             Label1.Text = "128 * 128"
  966.         ElseIf (ListBox1.SelectedIndex = 22) Then
  967.             PictureBox1.Image = My.Resources.cd4h
  968.             Label1.Text = "128 * 128"
  969.         ElseIf (ListBox1.SelectedIndex = 23) Then
  970.             PictureBox1.Image = My.Resources.cd4d
  971.             Label1.Text = "128 * 128"
  972.         ElseIf (ListBox1.SelectedIndex = 24) Then
  973.             PictureBox1.Image = My.Resources.cd4c
  974.             Label1.Text = "128 * 128"
  975.         ElseIf (ListBox1.SelectedIndex = 25) Then
  976.             PictureBox1.Image = My.Resources.cd3s
  977.             Label1.Text = "128 * 128"
  978.         ElseIf (ListBox1.SelectedIndex = 26) Then
  979.             PictureBox1.Image = My.Resources.cd3h
  980.             Label1.Text = "128 * 128"
  981.         ElseIf (ListBox1.SelectedIndex = 27) Then
  982.             PictureBox1.Image = My.Resources.cd3d
  983.             Label1.Text = "128 * 128"
  984.         ElseIf (ListBox1.SelectedIndex = 28) Then
  985.             PictureBox1.Image = My.Resources.cd3c
  986.             Label1.Text = "128 * 128"
  987.         ElseIf (ListBox1.SelectedIndex = 29) Then
  988.             PictureBox1.Image = My.Resources.cd2s
  989.             Label1.Text = "128 * 128"
  990.         ElseIf (ListBox1.SelectedIndex = 30) Then
  991.             PictureBox1.Image = My.Resources.cd2h
  992.             Label1.Text = "128 * 128"
  993.         ElseIf (ListBox1.SelectedIndex = 31) Then
  994.             PictureBox1.Image = My.Resources.cd2d
  995.             Label1.Text = "128 * 128"
  996.         ElseIf (ListBox1.SelectedIndex = 32) Then
  997.             PictureBox1.Image = My.Resources.cd2c
  998.             Label1.Text = "128 * 128"
  999.         ElseIf (ListBox1.SelectedIndex = 33) Then
  1000.             PictureBox1.Image = My.Resources.cd1s
  1001.             Label1.Text = "128 * 128"
  1002.         ElseIf (ListBox1.SelectedIndex = 34) Then
  1003.             PictureBox1.Image = My.Resources.cd1h
  1004.             Label1.Text = "128 * 128"
  1005.         ElseIf (ListBox1.SelectedIndex = 35) Then
  1006.             PictureBox1.Image = My.Resources.cd1d
  1007.             Label1.Text = "128 * 128"
  1008.         ElseIf (ListBox1.SelectedIndex = 36) Then
  1009.             PictureBox1.Image = My.Resources.cd1c
  1010.             Label1.Text = "128 * 128"
  1011.         ElseIf (ListBox1.SelectedIndex = 37) Then
  1012.             PictureBox1.Image = My.Resources.cd13s
  1013.             Label1.Text = "128 * 128"
  1014.         ElseIf (ListBox1.SelectedIndex = 38) Then
  1015.             PictureBox1.Image = My.Resources.cd13h
  1016.             Label1.Text = "128 * 128"
  1017.         ElseIf (ListBox1.SelectedIndex = 39) Then
  1018.             PictureBox1.Image = My.Resources.cd13d
  1019.             Label1.Text = "128 * 128"
  1020.         ElseIf (ListBox1.SelectedIndex = 40) Then
  1021.             PictureBox1.Image = My.Resources.cd13c
  1022.             Label1.Text = "128 * 128"
  1023.         ElseIf (ListBox1.SelectedIndex = 41) Then
  1024.             PictureBox1.Image = My.Resources.cd12s
  1025.             Label1.Text = "128 * 128"
  1026.         ElseIf (ListBox1.SelectedIndex = 42) Then
  1027.             PictureBox1.Image = My.Resources.cd12h
  1028.             Label1.Text = "128 * 128"
  1029.         ElseIf (ListBox1.SelectedIndex = 43) Then
  1030.             PictureBox1.Image = My.Resources.cd12d
  1031.             Label1.Text = "128 * 128"
  1032.         ElseIf (ListBox1.SelectedIndex = 44) Then
  1033.             PictureBox1.Image = My.Resources.cd12c
  1034.             Label1.Text = "128 * 128"
  1035.         ElseIf (ListBox1.SelectedIndex = 45) Then
  1036.             PictureBox1.Image = My.Resources.cd11s
  1037.             Label1.Text = "128 * 128"
  1038.         ElseIf (ListBox1.SelectedIndex = 46) Then
  1039.             PictureBox1.Image = My.Resources.cd11h
  1040.             Label1.Text = "128 * 128"
  1041.         ElseIf (ListBox1.SelectedIndex = 47) Then
  1042.             PictureBox1.Image = My.Resources.cd11d
  1043.             Label1.Text = "128 * 128"
  1044.         ElseIf (ListBox1.SelectedIndex = 48) Then
  1045.             PictureBox1.Image = My.Resources.cd11c
  1046.             Label1.Text = "128 * 128"
  1047.         ElseIf (ListBox1.SelectedIndex = 49) Then
  1048.             PictureBox1.Image = My.Resources.cd10s
  1049.             Label1.Text = "128 * 128"
  1050.         ElseIf (ListBox1.SelectedIndex = 50) Then
  1051.             PictureBox1.Image = My.Resources.cd10h
  1052.             Label1.Text = "128 * 128"
  1053.         ElseIf (ListBox1.SelectedIndex = 51) Then
  1054.             PictureBox1.Image = My.Resources.cd10d
  1055.             Label1.Text = "128 * 128"
  1056.         ElseIf (ListBox1.SelectedIndex = 52) Then
  1057.             PictureBox1.Image = My.Resources.cd10c
  1058.             Label1.Text = "128 * 128"
  1059.         End If
  1060.     End Sub
  1061.  
  1062.     Private Sub ITEM_07_LIST()
  1063.         If (ListBox1.SelectedIndex = 0) Then
  1064.             PictureBox1.Image = My.Resources.thumbup
  1065.             Label1.Text = "32 * 32"
  1066.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1067.             PictureBox1.Image = My.Resources.thumbdn
  1068.             Label1.Text = "32 * 32"
  1069.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1070.             PictureBox1.Image = My.Resources.goodcha
  1071.             Label1.Text = "32 * 32"
  1072.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1073.             PictureBox1.Image = My.Resources.dpad_lr
  1074.             Label1.Text = "32 * 32"
  1075.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1076.             PictureBox1.Image = My.Resources.dpad_64
  1077.             Label1.Text = "32 * 32"
  1078.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1079.             PictureBox1.Image = My.Resources.badchat
  1080.             Label1.Text = "32 * 32"
  1081.         End If
  1082.     End Sub
  1083.  
  1084.     Private Sub ITEM_08_LIST()
  1085.         If (ListBox1.SelectedIndex = 0) Then
  1086.             PictureBox1.Image = My.Resources.blkdot
  1087.             Label1.Text = "4 * 4"
  1088.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1089.             PictureBox1.Image = My.Resources.brboat
  1090.             Label1.Text = "128 * 128"
  1091.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1092.             PictureBox1.Image = My.Resources.brfly
  1093.             Label1.Text = "128 * 128"
  1094.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1095.             PictureBox1.Image = My.Resources.bronze
  1096.             Label1.Text = "128 * 128"
  1097.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1098.             PictureBox1.Image = My.Resources.goboat
  1099.             Label1.Text = "128 * 128"
  1100.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1101.             PictureBox1.Image = My.Resources.gold
  1102.             Label1.Text = "128 * 128"
  1103.         ElseIf (ListBox1.SelectedIndex = 6) Then
  1104.             PictureBox1.Image = My.Resources.golfly
  1105.             Label1.Text = "128 * 128"
  1106.         ElseIf (ListBox1.SelectedIndex = 7) Then
  1107.             PictureBox1.Image = My.Resources.naward
  1108.             Label1.Text = "128 * 128"
  1109.         ElseIf (ListBox1.SelectedIndex = 8) Then
  1110.             PictureBox1.Image = My.Resources.nawtxt
  1111.             Label1.Text = "128 * 128"
  1112.         ElseIf (ListBox1.SelectedIndex = 9) Then
  1113.             PictureBox1.Image = My.Resources.ribb
  1114.             Label1.Text = "64 * 64"
  1115.         ElseIf (ListBox1.SelectedIndex = 10) Then
  1116.             PictureBox1.Image = My.Resources.ribbw
  1117.             Label1.Text = "64 * 64"
  1118.         ElseIf (ListBox1.SelectedIndex = 11) Then
  1119.             PictureBox1.Image = My.Resources.silboat
  1120.             Label1.Text = "128 * 128"
  1121.         ElseIf (ListBox1.SelectedIndex = 12) Then
  1122.             PictureBox1.Image = My.Resources.silfly
  1123.             Label1.Text = "128 * 128"
  1124.         ElseIf (ListBox1.SelectedIndex = 13) Then
  1125.             PictureBox1.Image = My.Resources.silver
  1126.             Label1.Text = "128 * 128"
  1127.         ElseIf (ListBox1.SelectedIndex = 14) Then
  1128.             PictureBox1.Image = My.Resources.tvbase
  1129.             Label1.Text = "256 * 16"
  1130.         ElseIf (ListBox1.SelectedIndex = 15) Then
  1131.             PictureBox1.Image = My.Resources.tvcorn
  1132.             Label1.Text = "256 * 256"
  1133.         End If
  1134.     End Sub
  1135.  
  1136.     Private Sub ITEM_09_LIST()
  1137.         If (ListBox1.SelectedIndex = 0) Then
  1138.             PictureBox1.Image = My.Resources.backgnd
  1139.             Label1.Text = "256 * 256"
  1140.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1141.             PictureBox1.Image = My.Resources.black
  1142.             Label1.Text = "8 * 8"
  1143.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1144.             PictureBox1.Image = My.Resources.dark
  1145.             Label1.Text = "32 * 32"
  1146.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1147.             PictureBox1.Image = My.Resources.DUALITY
  1148.             Label1.Text = "256 * 128"
  1149.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1150.             PictureBox1.Image = My.Resources.ex1
  1151.             Label1.Text = "32 * 32"
  1152.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1153.             PictureBox1.Image = My.Resources.ex2
  1154.             Label1.Text = "32 * 32"
  1155.         ElseIf (ListBox1.SelectedIndex = 6) Then
  1156.             PictureBox1.Image = My.Resources.ex3
  1157.             Label1.Text = "32 * 32"
  1158.         ElseIf (ListBox1.SelectedIndex = 7) Then
  1159.             PictureBox1.Image = My.Resources.ex4
  1160.             Label1.Text = "32 * 32"
  1161.         ElseIf (ListBox1.SelectedIndex = 8) Then
  1162.             PictureBox1.Image = My.Resources.Health
  1163.             Label1.Text = "16 * 4"
  1164.         ElseIf (ListBox1.SelectedIndex = 9) Then
  1165.             PictureBox1.Image = My.Resources.layer
  1166.             Label1.Text = "256*256"
  1167.         ElseIf (ListBox1.SelectedIndex = 10) Then
  1168.             PictureBox1.Image = My.Resources.light
  1169.             Label1.Text = "32 * 32"
  1170.         ElseIf (ListBox1.SelectedIndex = 11) Then
  1171.             PictureBox1.Image = My.Resources.power
  1172.             Label1.Text = "16 * 4"
  1173.         ElseIf (ListBox1.SelectedIndex = 12) Then
  1174.             PictureBox1.Image = My.Resources.rockshp
  1175.             Label1.Text = "32 * 32"
  1176.         ElseIf (ListBox1.SelectedIndex = 13) Then
  1177.             PictureBox1.Image = My.Resources.shoot
  1178.             Label1.Text = "8 * 8"
  1179.         ElseIf (ListBox1.SelectedIndex = 14) Then
  1180.             PictureBox1.Image = My.Resources.thrustG
  1181.             Label1.Text = "16 * 16"
  1182.         ElseIf (ListBox1.SelectedIndex = 15) Then
  1183.             PictureBox1.Image = My.Resources.tvcorn
  1184.             Label1.Text = "256 * 256"
  1185.         ElseIf (ListBox1.SelectedIndex = 16) Then
  1186.             PictureBox1.Image = My.Resources.white
  1187.             Label1.Text = "8 * 8"
  1188.         End If
  1189.  
  1190.     End Sub
  1191.  
  1192.     Private Sub ITEM_10_LIST()
  1193.         If (ListBox1.SelectedIndex = 0) Then
  1194.             PictureBox1.Image = My.Resources.bee1
  1195.             Label1.Text = "64 * 64"
  1196.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1197.             PictureBox1.Image = My.Resources.bee2
  1198.             Label1.Text = "64 * 64"
  1199.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1200.             PictureBox1.Image = My.Resources.beea
  1201.             Label1.Text = "64 * 64"
  1202.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1203.             PictureBox1.Image = My.Resources.bumble
  1204.             Label1.Text = "256 * 128"
  1205.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1206.             PictureBox1.Image = My.Resources.exitw
  1207.             Label1.Text = "32 * 16"
  1208.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1209.             PictureBox1.Image = My.Resources.exity
  1210.             Label1.Text = "32 * 16"
  1211.         ElseIf (ListBox1.SelectedIndex = 6) Then
  1212.             PictureBox1.Image = My.Resources.flwr
  1213.             Label1.Text = "32 * 32"
  1214.         ElseIf (ListBox1.SelectedIndex = 7) Then
  1215.             PictureBox1.Image = My.Resources.flwra
  1216.             Label1.Text = "32 * 32"
  1217.         ElseIf (ListBox1.SelectedIndex = 8) Then
  1218.             PictureBox1.Image = My.Resources.ghost
  1219.             Label1.Text = "64 * 64"
  1220.         ElseIf (ListBox1.SelectedIndex = 9) Then
  1221.             PictureBox1.Image = My.Resources.hiscorew
  1222.             Label1.Text = "64 * 16"
  1223.         ElseIf (ListBox1.SelectedIndex = 10) Then
  1224.             PictureBox1.Image = My.Resources.hiscorey
  1225.             Label1.Text = "64 * 16"
  1226.         ElseIf (ListBox1.SelectedIndex = 11) Then
  1227.             PictureBox1.Image = My.Resources.hive
  1228.             Label1.Text = "32 * 32"
  1229.         ElseIf (ListBox1.SelectedIndex = 12) Then
  1230.             PictureBox1.Image = My.Resources.hon
  1231.             Label1.Text = "64 * 64"
  1232.         ElseIf (ListBox1.SelectedIndex = 13) Then
  1233.             PictureBox1.Image = My.Resources.leaf
  1234.             Label1.Text = "128 * 32"
  1235.         ElseIf (ListBox1.SelectedIndex = 14) Then
  1236.             PictureBox1.Image = My.Resources.playw
  1237.             Label1.Text = "32 * 16"
  1238.         ElseIf (ListBox1.SelectedIndex = 15) Then
  1239.             PictureBox1.Image = My.Resources.playy
  1240.             Label1.Text = "32 * 16"
  1241.         ElseIf (ListBox1.SelectedIndex = 16) Then
  1242.             PictureBox1.Image = My.Resources.sky
  1243.             Label1.Text = "128 * 128"
  1244.         ElseIf (ListBox1.SelectedIndex = 17) Then
  1245.             PictureBox1.Image = My.Resources.thorn
  1246.             Label1.Text = "128 * 64"
  1247.         ElseIf (ListBox1.SelectedIndex = 18) Then
  1248.             PictureBox1.Image = My.Resources.timer
  1249.             Label1.Text = "32 * 32"
  1250.         ElseIf (ListBox1.SelectedIndex = 19) Then
  1251.             PictureBox1.Image = My.Resources.tvcorn
  1252.             Label1.Text = "256 * 256"
  1253.         ElseIf (ListBox1.SelectedIndex = 20) Then
  1254.             PictureBox1.Image = My.Resources.tvl
  1255.             Label1.Text = "256 * 256"
  1256.         ElseIf (ListBox1.SelectedIndex = 21) Then
  1257.             PictureBox1.Image = My.Resources.tvr
  1258.             Label1.Text = "256 * 256"
  1259.         End If
  1260.     End Sub
  1261.  
  1262.     Private Sub ITEM_11_LIST()
  1263.         If (ListBox1.SelectedIndex = 0) Then
  1264.             PictureBox1.Image = My.Resources.explm01
  1265.             Label1.Text = "32 * 32"
  1266.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1267.             PictureBox1.Image = My.Resources.explm02
  1268.             Label1.Text = "32 * 32"
  1269.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1270.             PictureBox1.Image = My.Resources.explm03
  1271.             Label1.Text = "32 * 32"
  1272.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1273.             PictureBox1.Image = My.Resources.explm04
  1274.             Label1.Text = "32 * 32"
  1275.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1276.             PictureBox1.Image = My.Resources.explm05
  1277.             Label1.Text = "32 * 32"
  1278.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1279.             PictureBox1.Image = My.Resources.explm06
  1280.             Label1.Text = "32 * 32"
  1281.         ElseIf (ListBox1.SelectedIndex = 6) Then
  1282.             PictureBox1.Image = My.Resources.explm07
  1283.             Label1.Text = "32 * 32"
  1284.         ElseIf (ListBox1.SelectedIndex = 7) Then
  1285.             PictureBox1.Image = My.Resources.explm08
  1286.             Label1.Text = "32 * 32"
  1287.         ElseIf (ListBox1.SelectedIndex = 8) Then
  1288.             PictureBox1.Image = My.Resources.explm09
  1289.             Label1.Text = "32 * 32"
  1290.         ElseIf (ListBox1.SelectedIndex = 9) Then
  1291.             PictureBox1.Image = My.Resources.explm10
  1292.             Label1.Text = "32 * 32"
  1293.         ElseIf (ListBox1.SelectedIndex = 10) Then
  1294.             PictureBox1.Image = My.Resources.explm11
  1295.             Label1.Text = "32 * 32"
  1296.         ElseIf (ListBox1.SelectedIndex = 11) Then
  1297.             PictureBox1.Image = My.Resources.explm12
  1298.             Label1.Text = "32 * 32"
  1299.         ElseIf (ListBox1.SelectedIndex = 12) Then
  1300.             PictureBox1.Image = My.Resources.force
  1301.             Label1.Text = "64 * 32"
  1302.         ElseIf (ListBox1.SelectedIndex = 13) Then
  1303.             PictureBox1.Image = My.Resources.light
  1304.             Label1.Text = "32 * 32"
  1305.         ElseIf (ListBox1.SelectedIndex = 14) Then
  1306.             PictureBox1.Image = My.Resources.ship
  1307.             Label1.Text = "32 * 32"
  1308.         ElseIf (ListBox1.SelectedIndex = 15) Then
  1309.             PictureBox1.Image = My.Resources.ship2
  1310.             Label1.Text = "32 * 32"
  1311.         ElseIf (ListBox1.SelectedIndex = 16) Then
  1312.             PictureBox1.Image = My.Resources.ship3
  1313.             Label1.Text = "32 * 32"
  1314.         ElseIf (ListBox1.SelectedIndex = 17) Then
  1315.             PictureBox1.Image = My.Resources.shoot_1
  1316.             Label1.Text = "8 * 8"
  1317.         ElseIf (ListBox1.SelectedIndex = 18) Then
  1318.             PictureBox1.Image = My.Resources.shpnorm
  1319.             Label1.Text = "64 * 32"
  1320.         ElseIf (ListBox1.SelectedIndex = 19) Then
  1321.             PictureBox1.Image = My.Resources.shpwarp
  1322.             Label1.Text = "64 * 32"
  1323.         ElseIf (ListBox1.SelectedIndex = 20) Then
  1324.             PictureBox1.Image = My.Resources.thrust
  1325.             Label1.Text = "32 * 32"
  1326.         ElseIf (ListBox1.SelectedIndex = 21) Then
  1327.             PictureBox1.Image = My.Resources.title
  1328.             Label1.Text = "256 * 128"
  1329.         ElseIf (ListBox1.SelectedIndex = 22) Then
  1330.             PictureBox1.Image = My.Resources.tvcorn
  1331.             Label1.Text = "256 * 256"
  1332.         ElseIf (ListBox1.SelectedIndex = 23) Then
  1333.             PictureBox1.Image = My.Resources.warp
  1334.             Label1.Text = "16 * 16"
  1335.         End If
  1336.     End Sub
  1337.  
  1338.     Private Sub ITEM_12_LIST()
  1339.         If (ListBox1.SelectedIndex = 0) Then
  1340.             PictureBox1.Image = My.Resources.bckgrnd
  1341.             Label1.Text = "256 * 32"
  1342.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1343.             PictureBox1.Image = My.Resources.blue
  1344.             Label1.Text = "2 * 2"
  1345.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1346.             PictureBox1.Image = My.Resources.bride1
  1347.             Label1.Text = "64 * 32"
  1348.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1349.             PictureBox1.Image = My.Resources.bride2
  1350.             Label1.Text = "64 * 32"
  1351.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1352.             PictureBox1.Image = My.Resources.bride3
  1353.             Label1.Text = "64 * 32"
  1354.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1355.             PictureBox1.Image = My.Resources.bride4
  1356.             Label1.Text = "64 * 32"
  1357.         ElseIf (ListBox1.SelectedIndex = 6) Then
  1358.             PictureBox1.Image = My.Resources.bride5
  1359.             Label1.Text = "64 * 32"
  1360.         ElseIf (ListBox1.SelectedIndex = 7) Then
  1361.             PictureBox1.Image = My.Resources.bride6
  1362.             Label1.Text = "64 * 32"
  1363.         ElseIf (ListBox1.SelectedIndex = 8) Then
  1364.             PictureBox1.Image = My.Resources.bride7
  1365.             Label1.Text = "64 * 32"
  1366.         ElseIf (ListBox1.SelectedIndex = 9) Then
  1367.             PictureBox1.Image = My.Resources.bride8
  1368.             Label1.Text = "64 * 32"
  1369.         ElseIf (ListBox1.SelectedIndex = 10) Then
  1370.             PictureBox1.Image = My.Resources.bushes
  1371.             Label1.Text = "128 * 64"
  1372.         ElseIf (ListBox1.SelectedIndex = 11) Then
  1373.             PictureBox1.Image = My.Resources.fen
  1374.             Label1.Text = "256 * 64"
  1375.         ElseIf (ListBox1.SelectedIndex = 12) Then
  1376.             PictureBox1.Image = My.Resources.gride1
  1377.             Label1.Text = "64 * 32"
  1378.         ElseIf (ListBox1.SelectedIndex = 13) Then
  1379.             PictureBox1.Image = My.Resources.gride2
  1380.             Label1.Text = "64 * 32"
  1381.         ElseIf (ListBox1.SelectedIndex = 14) Then
  1382.             PictureBox1.Image = My.Resources.gride3
  1383.             Label1.Text = "64 * 32"
  1384.         ElseIf (ListBox1.SelectedIndex = 15) Then
  1385.             PictureBox1.Image = My.Resources.gride4
  1386.             Label1.Text = "64 * 32"
  1387.         ElseIf (ListBox1.SelectedIndex = 16) Then
  1388.             PictureBox1.Image = My.Resources.gride5
  1389.             Label1.Text = "64 * 32"
  1390.         ElseIf (ListBox1.SelectedIndex = 17) Then
  1391.             PictureBox1.Image = My.Resources.gride6
  1392.             Label1.Text = "64 * 32"
  1393.         ElseIf (ListBox1.SelectedIndex = 18) Then
  1394.             PictureBox1.Image = My.Resources.gride7
  1395.             Label1.Text = "64 * 32"
  1396.         ElseIf (ListBox1.SelectedIndex = 19) Then
  1397.             PictureBox1.Image = My.Resources.gride8
  1398.             Label1.Text = "64 * 32"
  1399.         ElseIf (ListBox1.SelectedIndex = 20) Then
  1400.             PictureBox1.Image = My.Resources.hrs1
  1401.             Label1.Text = "128 * 128"
  1402.         ElseIf (ListBox1.SelectedIndex = 21) Then
  1403.             PictureBox1.Image = My.Resources.hrs2
  1404.             Label1.Text = "128 * 128"
  1405.         ElseIf (ListBox1.SelectedIndex = 22) Then
  1406.             PictureBox1.Image = My.Resources.hrs3
  1407.             Label1.Text = "128 * 128"
  1408.         ElseIf (ListBox1.SelectedIndex = 23) Then
  1409.             PictureBox1.Image = My.Resources.hrs4
  1410.             Label1.Text = "128 * 128"
  1411.         ElseIf (ListBox1.SelectedIndex = 24) Then
  1412.             PictureBox1.Image = My.Resources.hrs5
  1413.             Label1.Text = "128 * 128"
  1414.         ElseIf (ListBox1.SelectedIndex = 25) Then
  1415.             PictureBox1.Image = My.Resources.hrs6
  1416.             Label1.Text = "128 * 128"
  1417.         ElseIf (ListBox1.SelectedIndex = 26) Then
  1418.             PictureBox1.Image = My.Resources.hrs7
  1419.             Label1.Text = "128 * 128"
  1420.         ElseIf (ListBox1.SelectedIndex = 27) Then
  1421.             PictureBox1.Image = My.Resources.hrs8
  1422.             Label1.Text = "128 * 128"
  1423.         ElseIf (ListBox1.SelectedIndex = 28) Then
  1424.             PictureBox1.Image = My.Resources.pole2
  1425.             Label1.Text = "256 * 256"
  1426.         ElseIf (ListBox1.SelectedIndex = 29) Then
  1427.             PictureBox1.Image = My.Resources.pride1
  1428.             Label1.Text = "64 * 32"
  1429.         ElseIf (ListBox1.SelectedIndex = 30) Then
  1430.             PictureBox1.Image = My.Resources.pride2
  1431.             Label1.Text = "64 * 32"
  1432.         ElseIf (ListBox1.SelectedIndex = 31) Then
  1433.             PictureBox1.Image = My.Resources.pride3
  1434.             Label1.Text = "64 * 32"
  1435.         ElseIf (ListBox1.SelectedIndex = 32) Then
  1436.             PictureBox1.Image = My.Resources.pride4
  1437.             Label1.Text = "64 * 32"
  1438.         ElseIf (ListBox1.SelectedIndex = 33) Then
  1439.             PictureBox1.Image = My.Resources.pride5
  1440.             Label1.Text = "64 * 32"
  1441.         ElseIf (ListBox1.SelectedIndex = 34) Then
  1442.             PictureBox1.Image = My.Resources.pride6
  1443.             Label1.Text = "64 * 32"
  1444.         ElseIf (ListBox1.SelectedIndex = 35) Then
  1445.             PictureBox1.Image = My.Resources.pride7
  1446.             Label1.Text = "64 * 32"
  1447.         ElseIf (ListBox1.SelectedIndex = 36) Then
  1448.             PictureBox1.Image = My.Resources.pride8
  1449.             Label1.Text = "64 * 32"
  1450.         ElseIf (ListBox1.SelectedIndex = 37) Then
  1451.             PictureBox1.Image = My.Resources.rride1
  1452.             Label1.Text = "64 * 32"
  1453.         ElseIf (ListBox1.SelectedIndex = 38) Then
  1454.             PictureBox1.Image = My.Resources.rride2
  1455.             Label1.Text = "64 * 32"
  1456.         ElseIf (ListBox1.SelectedIndex = 39) Then
  1457.             PictureBox1.Image = My.Resources.rride3
  1458.             Label1.Text = "64 * 32"
  1459.         ElseIf (ListBox1.SelectedIndex = 40) Then
  1460.             PictureBox1.Image = My.Resources.rride4
  1461.             Label1.Text = "64 * 32"
  1462.         ElseIf (ListBox1.SelectedIndex = 41) Then
  1463.             PictureBox1.Image = My.Resources.rride5
  1464.             Label1.Text = "64 * 32"
  1465.         ElseIf (ListBox1.SelectedIndex = 42) Then
  1466.             PictureBox1.Image = My.Resources.rride6
  1467.             Label1.Text = "64 * 32"
  1468.         ElseIf (ListBox1.SelectedIndex = 43) Then
  1469.             PictureBox1.Image = My.Resources.rride7
  1470.             Label1.Text = "64 * 32"
  1471.         ElseIf (ListBox1.SelectedIndex = 44) Then
  1472.             PictureBox1.Image = My.Resources.rride8
  1473.             Label1.Text = "64 * 32"
  1474.         ElseIf (ListBox1.SelectedIndex = 45) Then
  1475.             PictureBox1.Image = My.Resources.trees
  1476.             Label1.Text = "256 * 256"
  1477.         ElseIf (ListBox1.SelectedIndex = 46) Then
  1478.             PictureBox1.Image = My.Resources.tvcorn
  1479.             Label1.Text = "256 * 256"
  1480.         ElseIf (ListBox1.SelectedIndex = 47) Then
  1481.             PictureBox1.Image = My.Resources.tvl
  1482.             Label1.Text = "256 * 256"
  1483.         ElseIf (ListBox1.SelectedIndex = 48) Then
  1484.             PictureBox1.Image = My.Resources.tvr
  1485.             Label1.Text = "256 * 256"
  1486.         ElseIf (ListBox1.SelectedIndex = 49) Then
  1487.             PictureBox1.Image = My.Resources.yride1
  1488.             Label1.Text = "64 * 32"
  1489.         ElseIf (ListBox1.SelectedIndex = 50) Then
  1490.             PictureBox1.Image = My.Resources.yride2
  1491.             Label1.Text = "64 * 32"
  1492.         ElseIf (ListBox1.SelectedIndex = 51) Then
  1493.             PictureBox1.Image = My.Resources.yride3
  1494.             Label1.Text = "64 * 32"
  1495.         ElseIf (ListBox1.SelectedIndex = 52) Then
  1496.             PictureBox1.Image = My.Resources.yride4
  1497.             Label1.Text = "64 * 32"
  1498.         ElseIf (ListBox1.SelectedIndex = 53) Then
  1499.             PictureBox1.Image = My.Resources.yride5
  1500.             Label1.Text = "64 * 32"
  1501.         ElseIf (ListBox1.SelectedIndex = 54) Then
  1502.             PictureBox1.Image = My.Resources.yride6
  1503.             Label1.Text = "64 * 32"
  1504.         ElseIf (ListBox1.SelectedIndex = 55) Then
  1505.             PictureBox1.Image = My.Resources.yride7
  1506.             Label1.Text = "64 * 32"
  1507.         ElseIf (ListBox1.SelectedIndex = 56) Then
  1508.             PictureBox1.Image = My.Resources.yride8
  1509.             Label1.Text = "64 * 32"
  1510.         End If
  1511.     End Sub
  1512.  
  1513.     Private Sub ITEM_13_LIST()
  1514.         Select Case (ListBox1.SelectedIndex)
  1515.             Case 0
  1516.                 PictureBox1.Image = My.Resources.backbet
  1517.                 Label1.Text = "512 * 512"
  1518.             Case 1
  1519.                 PictureBox1.Image = My.Resources.butnA
  1520.                 Label1.Text = "256 * 64"
  1521.             Case 2
  1522.                 PictureBox1.Image = My.Resources.butnAo
  1523.                 Label1.Text = "256 * 64"
  1524.             Case 3
  1525.                 PictureBox1.Image = My.Resources.butnB
  1526.                 Label1.Text = "64 * 64"
  1527.             Case 4
  1528.                 PictureBox1.Image = My.Resources.butnBo
  1529.                 Label1.Text = "64 * 64"
  1530.             Case 5
  1531.                 PictureBox1.Image = My.Resources.butnC
  1532.                 Label1.Text = "64 * 64"
  1533.             Case 6
  1534.                 PictureBox1.Image = My.Resources.Ric1
  1535.                 Label1.Text = "64 * 64"
  1536.             Case 7
  1537.                 PictureBox1.Image = My.Resources.Ric2
  1538.                 Label1.Text = "64 * 64"
  1539.             Case 8
  1540.                 PictureBox1.Image = My.Resources.Ric3
  1541.                 Label1.Text = "64 * 64"
  1542.             Case 9
  1543.                 PictureBox1.Image = My.Resources.Ric4
  1544.                 Label1.Text = "64 * 64"
  1545.             Case 10
  1546.                 PictureBox1.Image = My.Resources.Ric5
  1547.                 Label1.Text = "64 * 64"
  1548.         End Select
  1549.     End Sub
  1550.  
  1551.     Private Sub ITEM_14_LIST()
  1552.         Select Case (ListBox1.SelectedIndex)
  1553.             Case 0
  1554.                 PictureBox1.Image = My.Resources.AirLogo
  1555.                 Label1.Text = "256 * 128"
  1556.             Case 1
  1557.                 PictureBox1.Image = My.Resources.blkdot
  1558.                 Label1.Text = "4 * 4"
  1559.             Case 2
  1560.                 PictureBox1.Image = My.Resources.tvbase
  1561.                 Label1.Text = "256 * 16"
  1562.             Case 3
  1563.                 PictureBox1.Image = My.Resources.tvcorn
  1564.                 Label1.Text = "256 * 256"
  1565.         End Select
  1566.     End Sub
  1567.  
  1568.     Private Sub ITEM_15_LIST()
  1569.         If (ListBox1.SelectedIndex = 0) Then
  1570.             PictureBox1.Image = My.Resources.cdback
  1571.             Label1.Text = "128 * 128"
  1572.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1573.             PictureBox1.Image = My.Resources.cd9s
  1574.             Label1.Text = "128 * 128"
  1575.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1576.             PictureBox1.Image = My.Resources.cd9h
  1577.             Label1.Text = "128 * 128"
  1578.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1579.             PictureBox1.Image = My.Resources.cd9d
  1580.             Label1.Text = "128 * 128"
  1581.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1582.             PictureBox1.Image = My.Resources.cd9c
  1583.             Label1.Text = "128 * 128"
  1584.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1585.             PictureBox1.Image = My.Resources.cd8s
  1586.             Label1.Text = "128 * 128"
  1587.         ElseIf (ListBox1.SelectedIndex = 6) Then
  1588.             PictureBox1.Image = My.Resources.cd8h
  1589.             Label1.Text = "128 * 128"
  1590.         ElseIf (ListBox1.SelectedIndex = 7) Then
  1591.             PictureBox1.Image = My.Resources.cd8d
  1592.             Label1.Text = "128 * 128"
  1593.         ElseIf (ListBox1.SelectedIndex = 8) Then
  1594.             PictureBox1.Image = My.Resources.cd8c
  1595.             Label1.Text = "128 * 128"
  1596.         ElseIf (ListBox1.SelectedIndex = 9) Then
  1597.             PictureBox1.Image = My.Resources.cd7s
  1598.             Label1.Text = "128 * 128"
  1599.         ElseIf (ListBox1.SelectedIndex = 10) Then
  1600.             PictureBox1.Image = My.Resources.cd7h
  1601.             Label1.Text = "128 * 128"
  1602.         ElseIf (ListBox1.SelectedIndex = 11) Then
  1603.             PictureBox1.Image = My.Resources.cd7d
  1604.             Label1.Text = "128 * 128"
  1605.         ElseIf (ListBox1.SelectedIndex = 12) Then
  1606.             PictureBox1.Image = My.Resources.cd7c
  1607.             Label1.Text = "128 * 128"
  1608.         ElseIf (ListBox1.SelectedIndex = 13) Then
  1609.             PictureBox1.Image = My.Resources.cd6s
  1610.             Label1.Text = "128 * 128"
  1611.         ElseIf (ListBox1.SelectedIndex = 14) Then
  1612.             PictureBox1.Image = My.Resources.cd6h
  1613.             Label1.Text = "128 * 128"
  1614.         ElseIf (ListBox1.SelectedIndex = 15) Then
  1615.             PictureBox1.Image = My.Resources.cd6d
  1616.             Label1.Text = "128 * 128"
  1617.         ElseIf (ListBox1.SelectedIndex = 16) Then
  1618.             PictureBox1.Image = My.Resources.cd6c
  1619.             Label1.Text = "128 * 128"
  1620.         ElseIf (ListBox1.SelectedIndex = 17) Then
  1621.             PictureBox1.Image = My.Resources.cd5s
  1622.             Label1.Text = "128 * 128"
  1623.         ElseIf (ListBox1.SelectedIndex = 18) Then
  1624.             PictureBox1.Image = My.Resources.cd5h
  1625.             Label1.Text = "128 * 128"
  1626.         ElseIf (ListBox1.SelectedIndex = 19) Then
  1627.             PictureBox1.Image = My.Resources.cd5d
  1628.             Label1.Text = "128 * 128"
  1629.         ElseIf (ListBox1.SelectedIndex = 20) Then
  1630.             PictureBox1.Image = My.Resources.cd5c
  1631.             Label1.Text = "128 * 128"
  1632.         ElseIf (ListBox1.SelectedIndex = 21) Then
  1633.             PictureBox1.Image = My.Resources.cd4s
  1634.             Label1.Text = "128 * 128"
  1635.         ElseIf (ListBox1.SelectedIndex = 22) Then
  1636.             PictureBox1.Image = My.Resources.cd4h
  1637.             Label1.Text = "128 * 128"
  1638.         ElseIf (ListBox1.SelectedIndex = 23) Then
  1639.             PictureBox1.Image = My.Resources.cd4d
  1640.             Label1.Text = "128 * 128"
  1641.         ElseIf (ListBox1.SelectedIndex = 24) Then
  1642.             PictureBox1.Image = My.Resources.cd4c
  1643.             Label1.Text = "128 * 128"
  1644.         ElseIf (ListBox1.SelectedIndex = 25) Then
  1645.             PictureBox1.Image = My.Resources.cd3s
  1646.             Label1.Text = "128 * 128"
  1647.         ElseIf (ListBox1.SelectedIndex = 26) Then
  1648.             PictureBox1.Image = My.Resources.cd3h
  1649.             Label1.Text = "128 * 128"
  1650.         ElseIf (ListBox1.SelectedIndex = 27) Then
  1651.             PictureBox1.Image = My.Resources.cd3d
  1652.             Label1.Text = "128 * 128"
  1653.         ElseIf (ListBox1.SelectedIndex = 28) Then
  1654.             PictureBox1.Image = My.Resources.cd3c
  1655.             Label1.Text = "128 * 128"
  1656.         ElseIf (ListBox1.SelectedIndex = 29) Then
  1657.             PictureBox1.Image = My.Resources.cd2s
  1658.             Label1.Text = "128 * 128"
  1659.         ElseIf (ListBox1.SelectedIndex = 30) Then
  1660.             PictureBox1.Image = My.Resources.cd2h
  1661.             Label1.Text = "128 * 128"
  1662.         ElseIf (ListBox1.SelectedIndex = 31) Then
  1663.             PictureBox1.Image = My.Resources.cd2d
  1664.             Label1.Text = "128 * 128"
  1665.         ElseIf (ListBox1.SelectedIndex = 32) Then
  1666.             PictureBox1.Image = My.Resources.cd2c
  1667.             Label1.Text = "128 * 128"
  1668.         ElseIf (ListBox1.SelectedIndex = 33) Then
  1669.             PictureBox1.Image = My.Resources.cd1s
  1670.             Label1.Text = "128 * 128"
  1671.         ElseIf (ListBox1.SelectedIndex = 34) Then
  1672.             PictureBox1.Image = My.Resources.cd1h
  1673.             Label1.Text = "128 * 128"
  1674.         ElseIf (ListBox1.SelectedIndex = 35) Then
  1675.             PictureBox1.Image = My.Resources.cd1d
  1676.             Label1.Text = "128 * 128"
  1677.         ElseIf (ListBox1.SelectedIndex = 36) Then
  1678.             PictureBox1.Image = My.Resources.cd1c
  1679.             Label1.Text = "128 * 128"
  1680.         ElseIf (ListBox1.SelectedIndex = 37) Then
  1681.             PictureBox1.Image = My.Resources.cd13s
  1682.             Label1.Text = "128 * 128"
  1683.         ElseIf (ListBox1.SelectedIndex = 38) Then
  1684.             PictureBox1.Image = My.Resources.cd13h
  1685.             Label1.Text = "128 * 128"
  1686.         ElseIf (ListBox1.SelectedIndex = 39) Then
  1687.             PictureBox1.Image = My.Resources.cd13d
  1688.             Label1.Text = "128 * 128"
  1689.         ElseIf (ListBox1.SelectedIndex = 40) Then
  1690.             PictureBox1.Image = My.Resources.cd13c
  1691.             Label1.Text = "128 * 128"
  1692.         ElseIf (ListBox1.SelectedIndex = 41) Then
  1693.             PictureBox1.Image = My.Resources.cd12s
  1694.             Label1.Text = "128 * 128"
  1695.         ElseIf (ListBox1.SelectedIndex = 42) Then
  1696.             PictureBox1.Image = My.Resources.cd12h
  1697.             Label1.Text = "128 * 128"
  1698.         ElseIf (ListBox1.SelectedIndex = 43) Then
  1699.             PictureBox1.Image = My.Resources.cd12d
  1700.             Label1.Text = "128 * 128"
  1701.         ElseIf (ListBox1.SelectedIndex = 44) Then
  1702.             PictureBox1.Image = My.Resources.cd12c
  1703.             Label1.Text = "128 * 128"
  1704.         ElseIf (ListBox1.SelectedIndex = 45) Then
  1705.             PictureBox1.Image = My.Resources.cd11s
  1706.             Label1.Text = "128 * 128"
  1707.         ElseIf (ListBox1.SelectedIndex = 46) Then
  1708.             PictureBox1.Image = My.Resources.cd11h
  1709.             Label1.Text = "128 * 128"
  1710.         ElseIf (ListBox1.SelectedIndex = 47) Then
  1711.             PictureBox1.Image = My.Resources.cd11d
  1712.             Label1.Text = "128 * 128"
  1713.         ElseIf (ListBox1.SelectedIndex = 48) Then
  1714.             PictureBox1.Image = My.Resources.cd11c
  1715.             Label1.Text = "128 * 128"
  1716.         ElseIf (ListBox1.SelectedIndex = 49) Then
  1717.             PictureBox1.Image = My.Resources.cd10s
  1718.             Label1.Text = "128 * 128"
  1719.         ElseIf (ListBox1.SelectedIndex = 50) Then
  1720.             PictureBox1.Image = My.Resources.cd10h
  1721.             Label1.Text = "128 * 128"
  1722.         ElseIf (ListBox1.SelectedIndex = 51) Then
  1723.             PictureBox1.Image = My.Resources.cd10d
  1724.             Label1.Text = "128 * 128"
  1725.         ElseIf (ListBox1.SelectedIndex = 52) Then
  1726.             PictureBox1.Image = My.Resources.cd10c
  1727.             Label1.Text = "128 * 128"
  1728.         ElseIf (ListBox1.SelectedIndex = 53) Then
  1729.             PictureBox1.Image = My.Resources.addcoin
  1730.             Label1.Text = "64 * 32"
  1731.         ElseIf (ListBox1.SelectedIndex = 54) Then
  1732.             PictureBox1.Image = My.Resources.backcyan
  1733.             Label1.Text = "32 * 32"
  1734.         ElseIf (ListBox1.SelectedIndex = 55) Then
  1735.             PictureBox1.Image = My.Resources.backred
  1736.             Label1.Text = "32 * 32"
  1737.         ElseIf (ListBox1.SelectedIndex = 56) Then
  1738.             PictureBox1.Image = My.Resources.deal
  1739.             Label1.Text = "64 * 32"
  1740.         ElseIf (ListBox1.SelectedIndex = 57) Then
  1741.             PictureBox1.Image = My.Resources.holdmid
  1742.             Label1.Text = "64 * 32"
  1743.         ElseIf (ListBox1.SelectedIndex = 58) Then
  1744.             PictureBox1.Image = My.Resources.holdoff
  1745.             Label1.Text = "64 * 32"
  1746.         ElseIf (ListBox1.SelectedIndex = 59) Then
  1747.             PictureBox1.Image = My.Resources.holdon
  1748.             Label1.Text = "64 * 32"
  1749.         ElseIf (ListBox1.SelectedIndex = 60) Then
  1750.             PictureBox1.Image = My.Resources.tvcorn
  1751.             Label1.Text = "256 * 256"
  1752.         End If
  1753.     End Sub
  1754.  
  1755.     Private Sub ITEM_16_LIST()
  1756.         Select Case (ListBox1.SelectedIndex)
  1757.             Case 0
  1758.                 PictureBox1.Image = My.Resources.ball
  1759.                 Label1.Text = "128 * 128"
  1760.             Case 1
  1761.                 PictureBox1.Image = My.Resources.nib
  1762.                 Label1.Text = "32 * 32"
  1763.         End Select
  1764.     End Sub
  1765.  
  1766.     Private Sub ITEM_17_LIST()
  1767.         Select Case (ListBox1.SelectedIndex)
  1768.             Case 0
  1769.                 PictureBox1.Image = My.Resources.race00
  1770.                 Label1.Text = "256 * 256"
  1771.             Case 1
  1772.                 PictureBox1.Image = My.Resources.race01
  1773.                 Label1.Text = "256 * 256"
  1774.             Case 2
  1775.                 PictureBox1.Image = My.Resources.race02
  1776.                 Label1.Text = "256 * 256"
  1777.             Case 3
  1778.                 PictureBox1.Image = My.Resources.race03
  1779.                 Label1.Text = "256 * 256"
  1780.             Case 4
  1781.                 PictureBox1.Image = My.Resources.race04
  1782.                 Label1.Text = "256 * 256"
  1783.             Case 5
  1784.                 PictureBox1.Image = My.Resources.race05
  1785.                 Label1.Text = "256 * 256"
  1786.             Case 6
  1787.                 PictureBox1.Image = My.Resources.race06
  1788.                 Label1.Text = "256 * 256"
  1789.             Case 7
  1790.                 PictureBox1.Image = My.Resources.race07
  1791.                 Label1.Text = "256 * 256"
  1792.             Case 8
  1793.                 PictureBox1.Image = My.Resources.race08
  1794.                 Label1.Text = "256 * 256"
  1795.             Case 9
  1796.                 PictureBox1.Image = My.Resources.race09
  1797.                 Label1.Text = "256 * 256"
  1798.             Case 10
  1799.                 PictureBox1.Image = My.Resources.race10
  1800.                 Label1.Text = "256 * 256"
  1801.             Case 11
  1802.                 PictureBox1.Image = My.Resources.race11
  1803.                 Label1.Text = "256 * 256"
  1804.             Case 12
  1805.                 PictureBox1.Image = My.Resources.race12
  1806.                 Label1.Text = "256 * 256"
  1807.         End Select
  1808.     End Sub
  1809.  
  1810.     Private Sub ITEM_18_LIST()
  1811.         Select Case (ListBox1.SelectedIndex)
  1812.             Case 0
  1813.                 PictureBox1.Image = My.Resources.xrace00
  1814.                 Label1.Text = "256 * 256"
  1815.             Case 1
  1816.                 PictureBox1.Image = My.Resources.xrace01
  1817.                 Label1.Text = "256 * 256"
  1818.             Case 2
  1819.                 PictureBox1.Image = My.Resources.xrace02
  1820.                 Label1.Text = "256 * 256"
  1821.             Case 3
  1822.                 PictureBox1.Image = My.Resources.xrace03
  1823.                 Label1.Text = "256 * 256"
  1824.             Case 4
  1825.                 PictureBox1.Image = My.Resources.xrace04
  1826.                 Label1.Text = "256 * 256"
  1827.             Case 5
  1828.                 PictureBox1.Image = My.Resources.xrace05
  1829.                 Label1.Text = "256 * 256"
  1830.         End Select
  1831.     End Sub
  1832.  
  1833.     Private Sub ITEM_19_LIST()
  1834.         Select Case (ListBox1.SelectedIndex)
  1835.             Case 0
  1836.                 PictureBox1.Image = My.Resources.xrace06
  1837.                 Label1.Text = "256 * 256"
  1838.             Case 1
  1839.                 PictureBox1.Image = My.Resources.xrace07
  1840.                 Label1.Text = "256 * 256"
  1841.             Case 2
  1842.                 PictureBox1.Image = My.Resources.xrace08
  1843.                 Label1.Text = "256 * 256"
  1844.             Case 3
  1845.                 PictureBox1.Image = My.Resources.xrace09
  1846.                 Label1.Text = "256 * 256"
  1847.             Case 4
  1848.                 PictureBox1.Image = My.Resources.xrace10
  1849.                 Label1.Text = "256 * 256"
  1850.             Case 5
  1851.                 PictureBox1.Image = My.Resources.xrace11
  1852.                 Label1.Text = "256 * 256"
  1853.         End Select
  1854.     End Sub
  1855.  
  1856.     Private Sub ITEM_20_LIST()
  1857.         Select Case (ListBox1.SelectedIndex)
  1858.             Case 0
  1859.                 PictureBox1.Image = My.Resources.xrace12
  1860.                 Label1.Text = "256 * 256"
  1861.             Case 1
  1862.                 PictureBox1.Image = My.Resources.xrace13
  1863.                 Label1.Text = "256 * 256"
  1864.             Case 2
  1865.                 PictureBox1.Image = My.Resources.xrace14
  1866.                 Label1.Text = "256 * 256"
  1867.             Case 3
  1868.                 PictureBox1.Image = My.Resources.xrace15
  1869.                 Label1.Text = "256 * 256"
  1870.             Case 4
  1871.                 PictureBox1.Image = My.Resources.xrace16
  1872.                 Label1.Text = "256 * 256"
  1873.             Case 5
  1874.                 PictureBox1.Image = My.Resources.xrace17
  1875.                 Label1.Text = "256 * 256"
  1876.         End Select
  1877.     End Sub
  1878.  
  1879.     Private Sub ITEM_21_LIST()
  1880.         Select Case (ListBox1.SelectedIndex)
  1881.             Case 0
  1882.                 PictureBox1.Image = My.Resources.xrace18
  1883.                 Label1.Text = "256 * 256"
  1884.             Case 1
  1885.                 PictureBox1.Image = My.Resources.xrace19
  1886.                 Label1.Text = "256 * 256"
  1887.             Case 2
  1888.                 PictureBox1.Image = My.Resources.xrace20
  1889.                 Label1.Text = "256 * 256"
  1890.             Case 3
  1891.                 PictureBox1.Image = My.Resources.xrace21
  1892.                 Label1.Text = "256 * 256"
  1893.             Case 4
  1894.                 PictureBox1.Image = My.Resources.xrace22
  1895.                 Label1.Text = "256 * 256"
  1896.             Case 5
  1897.                 PictureBox1.Image = My.Resources.xrace23
  1898.                 Label1.Text = "256 * 256"
  1899.         End Select
  1900.     End Sub
  1901.  
  1902.     Private Sub ITEM_22_LIST()
  1903.         If (ListBox1.SelectedIndex = 0) Then
  1904.             PictureBox1.Image = My.Resources.xrace24
  1905.             Label1.Text = "256 * 256"
  1906.         End If
  1907.     End Sub
  1908.  
  1909.     Private Sub ITEM_23_LIST()
  1910.         Select Case (ListBox1.SelectedIndex)
  1911.             Case 0
  1912.                 PictureBox1.Image = My.Resources.roulbla
  1913.                 Label1.Text = "64 * 64"
  1914.             Case 1
  1915.                 PictureBox1.Image = My.Resources.roulgre
  1916.                 Label1.Text = "64 * 64"
  1917.             Case 2
  1918.                 PictureBox1.Image = My.Resources.roulred
  1919.                 Label1.Text = "64 * 64"
  1920.         End Select
  1921.     End Sub
  1922.  
  1923.     Private Sub ITEM_24_LIST()
  1924.         If (ListBox1.SelectedIndex = 0) Then
  1925.             PictureBox1.Image = My.Resources.fire
  1926.             Label1.Text = "16 * 8"
  1927.         ElseIf (ListBox1.SelectedIndex = 1) Then
  1928.             PictureBox1.Image = My.Resources.nmef
  1929.             Label1.Text = "16 * 8"
  1930.         ElseIf (ListBox1.SelectedIndex = 2) Then
  1931.             PictureBox1.Image = My.Resources.cbarl
  1932.             Label1.Text = "16 * 16"
  1933.         ElseIf (ListBox1.SelectedIndex = 3) Then
  1934.             PictureBox1.Image = My.Resources.cbarm
  1935.             Label1.Text = "16 * 16"
  1936.         ElseIf (ListBox1.SelectedIndex = 4) Then
  1937.             PictureBox1.Image = My.Resources.cbarr
  1938.             Label1.Text = "16 * 16"
  1939.         ElseIf (ListBox1.SelectedIndex = 5) Then
  1940.             PictureBox1.Image = My.Resources.hbarl
  1941.             Label1.Text = "16 * 16"
  1942.         ElseIf (ListBox1.SelectedIndex = 6) Then
  1943.             PictureBox1.Image = My.Resources.hbarm
  1944.             Label1.Text = "16 * 16"
  1945.         ElseIf (ListBox1.SelectedIndex = 7) Then
  1946.             PictureBox1.Image = My.Resources.hbarr
  1947.             Label1.Text = "16 * 16"
  1948.         ElseIf (ListBox1.SelectedIndex = 8) Then
  1949.             PictureBox1.Image = My.Resources.hi_a
  1950.             Label1.Text = "32 * 16"
  1951.         ElseIf (ListBox1.SelectedIndex = 9) Then
  1952.             PictureBox1.Image = My.Resources.hi_c
  1953.             Label1.Text = "32 * 16"
  1954.         ElseIf (ListBox1.SelectedIndex = 10) Then
  1955.             PictureBox1.Image = My.Resources.un_a
  1956.             Label1.Text = "32 * 16"
  1957.         ElseIf (ListBox1.SelectedIndex = 11) Then
  1958.             PictureBox1.Image = My.Resources.un_c
  1959.             Label1.Text = "32 * 16"
  1960.         ElseIf (ListBox1.SelectedIndex = 12) Then
  1961.             PictureBox1.Image = My.Resources.ex1
  1962.             Label1.Text = "32 * 32"
  1963.         ElseIf (ListBox1.SelectedIndex = 13) Then
  1964.             PictureBox1.Image = My.Resources.ex2
  1965.             Label1.Text = "32 * 32"
  1966.         ElseIf (ListBox1.SelectedIndex = 14) Then
  1967.             PictureBox1.Image = My.Resources.ex3
  1968.             Label1.Text = "32 * 32"
  1969.         ElseIf (ListBox1.SelectedIndex = 15) Then
  1970.             PictureBox1.Image = My.Resources.ex4
  1971.             Label1.Text = "32 * 32"
  1972.         ElseIf (ListBox1.SelectedIndex = 16) Then
  1973.             PictureBox1.Image = My.Resources.pa
  1974.             Label1.Text = "32 * 32"
  1975.         ElseIf (ListBox1.SelectedIndex = 17) Then
  1976.             PictureBox1.Image = My.Resources.pm2
  1977.             Label1.Text = "32 * 32"
  1978.         ElseIf (ListBox1.SelectedIndex = 18) Then
  1979.             PictureBox1.Image = My.Resources.pm3
  1980.             Label1.Text = "32 * 32"
  1981.         ElseIf (ListBox1.SelectedIndex = 19) Then
  1982.             PictureBox1.Image = My.Resources.ps1
  1983.             Label1.Text = "32 * 32"
  1984.         ElseIf (ListBox1.SelectedIndex = 20) Then
  1985.             PictureBox1.Image = My.Resources.ps2
  1986.             Label1.Text = "32 * 32"
  1987.         ElseIf (ListBox1.SelectedIndex = 21) Then
  1988.             PictureBox1.Image = My.Resources.ps3
  1989.             Label1.Text = "32 * 32"
  1990.         ElseIf (ListBox1.SelectedIndex = 22) Then
  1991.             PictureBox1.Image = My.Resources.hi_b
  1992.             Label1.Text = "64 * 16"
  1993.         ElseIf (ListBox1.SelectedIndex = 23) Then
  1994.             PictureBox1.Image = My.Resources.un_b
  1995.             Label1.Text = "64 * 16"
  1996.         ElseIf (ListBox1.SelectedIndex = 24) Then
  1997.             PictureBox1.Image = My.Resources.kami
  1998.             Label1.Text = "64 * 64"
  1999.         ElseIf (ListBox1.SelectedIndex = 25) Then
  2000.             PictureBox1.Image = My.Resources.ship_x
  2001.             Label1.Text = "64 * 64"
  2002.         ElseIf (ListBox1.SelectedIndex = 26) Then
  2003.             PictureBox1.Image = My.Resources.ufo
  2004.             Label1.Text = "64 * 64"
  2005.         ElseIf (ListBox1.SelectedIndex = 27) Then
  2006.             PictureBox1.Image = My.Resources.bstars
  2007.             Label1.Text = "128 * 128"
  2008.         ElseIf (ListBox1.SelectedIndex = 28) Then
  2009.             PictureBox1.Image = My.Resources.fstar
  2010.             Label1.Text = "128 * 128"
  2011.         ElseIf (ListBox1.SelectedIndex = 29) Then
  2012.             PictureBox1.Image = My.Resources.splsh
  2013.             Label1.Text = "256 * 128"
  2014.         ElseIf (ListBox1.SelectedIndex = 30) Then
  2015.             PictureBox1.Image = My.Resources.tvcorn
  2016.             Label1.Text = "256 * 256"
  2017.         ElseIf (ListBox1.SelectedIndex = 31) Then
  2018.             PictureBox1.Image = My.Resources.tvl
  2019.             Label1.Text = "256 * 256"
  2020.         ElseIf (ListBox1.SelectedIndex = 32) Then
  2021.             PictureBox1.Image = My.Resources.tvr
  2022.             Label1.Text = "256 * 256"
  2023.         End If
  2024.     End Sub
  2025.  
  2026.     Private Sub ITEM_25_LIST()
  2027.         Select Case (ListBox1.SelectedIndex)
  2028.             Case 0
  2029.                 PictureBox1.Image = My.Resources.bar1_o
  2030.                 Label1.Text = "64 * 64"
  2031.             Case 1
  2032.                 PictureBox1.Image = My.Resources.bar2_o
  2033.                 Label1.Text = "64 * 64"
  2034.             Case 2
  2035.                 PictureBox1.Image = My.Resources.bell
  2036.                 Label1.Text = "64 * 64"
  2037.             Case 3
  2038.                 PictureBox1.Image = My.Resources.cherry
  2039.                 Label1.Text = "64 * 64"
  2040.             Case 4
  2041.                 PictureBox1.Image = My.Resources.grapes
  2042.                 Label1.Text = "64 * 64"
  2043.             Case 5
  2044.                 PictureBox1.Image = My.Resources.r_69
  2045.                 Label1.Text = "64 * 64"
  2046.         End Select
  2047.     End Sub
  2048.  
  2049.     Private Sub ITEM_26_LIST()
  2050.         If (ListBox1.SelectedIndex = 0) Then
  2051.             PictureBox1.Image = My.Resources._4rip
  2052.             Label1.Text = "64 * 64"
  2053.         ElseIf (ListBox1.SelectedIndex = 1) Then
  2054.             PictureBox1.Image = My.Resources._4spider
  2055.             Label1.Text = "64 * 64"
  2056.         ElseIf (ListBox1.SelectedIndex = 2) Then
  2057.             PictureBox1.Image = My.Resources._4weed
  2058.             Label1.Text = "64 * 64"
  2059.         ElseIf (ListBox1.SelectedIndex = 3) Then
  2060.             PictureBox1.Image = My.Resources._5cross
  2061.             Label1.Text = "64 * 64"
  2062.         ElseIf (ListBox1.SelectedIndex = 4) Then
  2063.             PictureBox1.Image = My.Resources._5cross2
  2064.             Label1.Text = "64 * 64"
  2065.         ElseIf (ListBox1.SelectedIndex = 5) Then
  2066.             PictureBox1.Image = My.Resources._5cross3
  2067.             Label1.Text = "64 * 64"
  2068.         ElseIf (ListBox1.SelectedIndex = 6) Then
  2069.             PictureBox1.Image = My.Resources._5gun
  2070.             Label1.Text = "64 * 64"
  2071.         ElseIf (ListBox1.SelectedIndex = 7) Then
  2072.             PictureBox1.Image = My.Resources._6africa
  2073.             Label1.Text = "64 * 64"
  2074.         ElseIf (ListBox1.SelectedIndex = 8) Then
  2075.             PictureBox1.Image = My.Resources._6aztec
  2076.             Label1.Text = "64 * 64"
  2077.         ElseIf (ListBox1.SelectedIndex = 9) Then
  2078.             PictureBox1.Image = My.Resources._6clown
  2079.             Label1.Text = "64 * 64"
  2080.         ElseIf (ListBox1.SelectedIndex = 10) Then
  2081.             PictureBox1.Image = My.Resources._6crown
  2082.             Label1.Text = "64 * 64"
  2083.         ElseIf (ListBox1.SelectedIndex = 11) Then
  2084.             PictureBox1.Image = My.Resources._7cross
  2085.             Label1.Text = "64 * 64"
  2086.         ElseIf (ListBox1.SelectedIndex = 12) Then
  2087.             PictureBox1.Image = My.Resources._7cross2
  2088.             Label1.Text = "64 * 64"
  2089.         ElseIf (ListBox1.SelectedIndex = 13) Then
  2090.             PictureBox1.Image = My.Resources._7cross3
  2091.             Label1.Text = "64 * 64"
  2092.         ElseIf (ListBox1.SelectedIndex = 14) Then
  2093.             PictureBox1.Image = My.Resources._7mary
  2094.             Label1.Text = "64 * 64"
  2095.         ElseIf (ListBox1.SelectedIndex = 15) Then
  2096.             PictureBox1.Image = My.Resources._8gun
  2097.             Label1.Text = "64 * 64"
  2098.         ElseIf (ListBox1.SelectedIndex = 16) Then
  2099.             PictureBox1.Image = My.Resources._8poker
  2100.             Label1.Text = "64 * 64"
  2101.         ElseIf (ListBox1.SelectedIndex = 17) Then
  2102.             PictureBox1.Image = My.Resources._8sa
  2103.             Label1.Text = "64 * 64"
  2104.         ElseIf (ListBox1.SelectedIndex = 18) Then
  2105.             PictureBox1.Image = My.Resources._8sa2
  2106.             Label1.Text = "64 * 64"
  2107.         ElseIf (ListBox1.SelectedIndex = 19) Then
  2108.             PictureBox1.Image = My.Resources._8sa3
  2109.             Label1.Text = "64 * 64"
  2110.         ElseIf (ListBox1.SelectedIndex = 20) Then
  2111.             PictureBox1.Image = My.Resources._8santos
  2112.             Label1.Text = "64 * 64"
  2113.         ElseIf (ListBox1.SelectedIndex = 21) Then
  2114.             PictureBox1.Image = My.Resources._8westsd
  2115.             Label1.Text = "64 * 64"
  2116.         ElseIf (ListBox1.SelectedIndex = 22) Then
  2117.             PictureBox1.Image = My.Resources._9bullt
  2118.             Label1.Text = "64 * 64"
  2119.         ElseIf (ListBox1.SelectedIndex = 23) Then
  2120.             PictureBox1.Image = My.Resources._9crown
  2121.             Label1.Text = "64 * 64"
  2122.         ElseIf (ListBox1.SelectedIndex = 24) Then
  2123.             PictureBox1.Image = My.Resources._9gun
  2124.             Label1.Text = "64 * 64"
  2125.         ElseIf (ListBox1.SelectedIndex = 25) Then
  2126.             PictureBox1.Image = My.Resources._9gun2
  2127.             Label1.Text = "64 * 64"
  2128.         ElseIf (ListBox1.SelectedIndex = 26) Then
  2129.             PictureBox1.Image = My.Resources._9homby
  2130.             Label1.Text = "64 * 64"
  2131.         ElseIf (ListBox1.SelectedIndex = 27) Then
  2132.             PictureBox1.Image = My.Resources._9rasta
  2133.             Label1.Text = "64 * 64"
  2134.         ElseIf (ListBox1.SelectedIndex = 28) Then
  2135.             PictureBox1.Image = My.Resources._10ls
  2136.             Label1.Text = "64 * 64"
  2137.         ElseIf (ListBox1.SelectedIndex = 29) Then
  2138.             PictureBox1.Image = My.Resources._10ls2
  2139.             Label1.Text = "64 * 64"
  2140.         ElseIf (ListBox1.SelectedIndex = 30) Then
  2141.             PictureBox1.Image = My.Resources._10ls3
  2142.             Label1.Text = "64 * 64"
  2143.         ElseIf (ListBox1.SelectedIndex = 31) Then
  2144.             PictureBox1.Image = My.Resources._10ls4
  2145.             Label1.Text = "64 * 64"
  2146.         ElseIf (ListBox1.SelectedIndex = 32) Then
  2147.             PictureBox1.Image = My.Resources._10ls5
  2148.             Label1.Text = "64 * 64"
  2149.         ElseIf (ListBox1.SelectedIndex = 33) Then
  2150.             PictureBox1.Image = My.Resources._10og
  2151.             Label1.Text = "64 * 64"
  2152.         ElseIf (ListBox1.SelectedIndex = 34) Then
  2153.             PictureBox1.Image = My.Resources._10weed
  2154.             Label1.Text = "64 * 64"
  2155.         ElseIf (ListBox1.SelectedIndex = 35) Then
  2156.             PictureBox1.Image = My.Resources._11dice
  2157.             Label1.Text = "64 * 64"
  2158.         ElseIf (ListBox1.SelectedIndex = 36) Then
  2159.             PictureBox1.Image = My.Resources._11dice2
  2160.             Label1.Text = "64 * 64"
  2161.         ElseIf (ListBox1.SelectedIndex = 37) Then
  2162.             PictureBox1.Image = My.Resources._11ggift
  2163.             Label1.Text = "64 * 64"
  2164.         ElseIf (ListBox1.SelectedIndex = 38) Then
  2165.             PictureBox1.Image = My.Resources._11grov2
  2166.             Label1.Text = "64 * 64"
  2167.         ElseIf (ListBox1.SelectedIndex = 39) Then
  2168.             PictureBox1.Image = My.Resources._11grov3
  2169.             Label1.Text = "64 * 64"
  2170.         ElseIf (ListBox1.SelectedIndex = 40) Then
  2171.             PictureBox1.Image = My.Resources._11grove
  2172.             Label1.Text = "64 * 64"
  2173.         ElseIf (ListBox1.SelectedIndex = 41) Then
  2174.             PictureBox1.Image = My.Resources._11jail
  2175.             Label1.Text = "64 * 64"
  2176.         ElseIf (ListBox1.SelectedIndex = 42) Then
  2177.             PictureBox1.Image = My.Resources._12angel
  2178.             Label1.Text = "64 * 64"
  2179.         ElseIf (ListBox1.SelectedIndex = 43) Then
  2180.             PictureBox1.Image = My.Resources._12bndit
  2181.             Label1.Text = "64 * 64"
  2182.         ElseIf (ListBox1.SelectedIndex = 44) Then
  2183.             PictureBox1.Image = My.Resources._12cross
  2184.             Label1.Text = "64 * 64"
  2185.         ElseIf (ListBox1.SelectedIndex = 45) Then
  2186.             PictureBox1.Image = My.Resources._12dager
  2187.             Label1.Text = "64 * 64"
  2188.         ElseIf (ListBox1.SelectedIndex = 46) Then
  2189.             PictureBox1.Image = My.Resources._12maybr
  2190.             Label1.Text = "64 * 64"
  2191.         ElseIf (ListBox1.SelectedIndex = 47) Then
  2192.             PictureBox1.Image = My.Resources._12myfac
  2193.             Label1.Text = "64 * 64"
  2194.         End If
  2195.     End Sub
  2196.  
  2197.     Private Sub ITEM_43_LIST()
  2198.         If (ListBox1.SelectedIndex = 0) Then
  2199.             PictureBox1.Image = My.Resources.eax
  2200.             Label1.Text = "512 * 512"
  2201.         ElseIf (ListBox1.SelectedIndex = 1) Then
  2202.             PictureBox1.Image = My.Resources.loadsc0
  2203.             Label1.Text = "512 * 512"
  2204.         ElseIf (ListBox1.SelectedIndex = 2) Then
  2205.             PictureBox1.Image = My.Resources.loadsc1
  2206.             Label1.Text = "512 * 512"
  2207.         ElseIf (ListBox1.SelectedIndex = 3) Then
  2208.             PictureBox1.Image = My.Resources.loadsc2
  2209.             Label1.Text = "512 * 512"
  2210.         ElseIf (ListBox1.SelectedIndex = 4) Then
  2211.             PictureBox1.Image = My.Resources.loadsc3
  2212.             Label1.Text = "512 * 512"
  2213.         ElseIf (ListBox1.SelectedIndex = 5) Then
  2214.             PictureBox1.Image = My.Resources.loadsc4
  2215.             Label1.Text = "512 * 512"
  2216.         ElseIf (ListBox1.SelectedIndex = 6) Then
  2217.             PictureBox1.Image = My.Resources.loadsc5
  2218.             Label1.Text = "512 * 512"
  2219.         ElseIf (ListBox1.SelectedIndex = 7) Then
  2220.             PictureBox1.Image = My.Resources.loadsc6
  2221.             Label1.Text = "512 * 512"
  2222.         ElseIf (ListBox1.SelectedIndex = 8) Then
  2223.             PictureBox1.Image = My.Resources.loadsc7
  2224.             Label1.Text = "512 * 512"
  2225.         ElseIf (ListBox1.SelectedIndex = 9) Then
  2226.             PictureBox1.Image = My.Resources.loadsc8
  2227.             Label1.Text = "512 * 512"
  2228.         ElseIf (ListBox1.SelectedIndex = 10) Then
  2229.             PictureBox1.Image = My.Resources.loadsc9
  2230.             Label1.Text = "512 * 512"
  2231.         ElseIf (ListBox1.SelectedIndex = 11) Then
  2232.             PictureBox1.Image = My.Resources.loadsc10
  2233.             Label1.Text = "512 * 512"
  2234.         ElseIf (ListBox1.SelectedIndex = 12) Then
  2235.             PictureBox1.Image = My.Resources.loadsc11
  2236.             Label1.Text = "512 * 512"
  2237.         ElseIf (ListBox1.SelectedIndex = 13) Then
  2238.             PictureBox1.Image = My.Resources.loadsc12
  2239.             Label1.Text = "512 * 512"
  2240.         ElseIf (ListBox1.SelectedIndex = 14) Then
  2241.             PictureBox1.Image = My.Resources.loadsc13
  2242.             Label1.Text = "512 * 512"
  2243.         ElseIf (ListBox1.SelectedIndex = 15) Then
  2244.             PictureBox1.Image = My.Resources.loadsc14
  2245.             Label1.Text = "512 * 512"
  2246.         ElseIf (ListBox1.SelectedIndex = 16) Then
  2247.             PictureBox1.Image = My.Resources.nvidia
  2248.             Label1.Text = "512 * 512"
  2249.         ElseIf (ListBox1.SelectedIndex = 17) Then
  2250.             PictureBox1.Image = My.Resources.title_pc_EU
  2251.             Label1.Text = "1024 * 1024"
  2252.  
  2253.             If Not (ThirteenComboBox1.SelectedIndex = 2) Then
  2254.                 If (MsgBox("Stretch Image?", MsgBoxStyle.YesNo) = MsgBoxResult.Yes) Then
  2255.                     ThirteenComboBox1.SelectedIndex = 2
  2256.                 End If
  2257.             End If
  2258.         ElseIf (ListBox1.SelectedIndex = 18) Then
  2259.             PictureBox1.Image = My.Resources.title_pc_US
  2260.             Label1.Text = "1024 * 1024"
  2261.  
  2262.             If Not (ThirteenComboBox1.SelectedIndex = 2) Then
  2263.                 If (MsgBox("Stretch Image?", MsgBoxStyle.YesNo) = MsgBoxResult.Yes) Then
  2264.                     ThirteenComboBox1.SelectedIndex = 2
  2265.                 End If
  2266.             End If
  2267.         End If
  2268.     End Sub
  2269.  
  2270.     Private Sub ITEM_44_LIST()
  2271.         If (ListBox1.SelectedIndex = 0) Then
  2272.             PictureBox1.Image = My.Resources.loadsc0
  2273.             Label1.Text = "512 * 512"
  2274.         ElseIf (ListBox1.SelectedIndex = 1) Then
  2275.             PictureBox1.Image = My.Resources.loadsc1
  2276.             Label1.Text = "512 * 512"
  2277.         ElseIf (ListBox1.SelectedIndex = 2) Then
  2278.             PictureBox1.Image = My.Resources.loadsc2
  2279.             Label1.Text = "512 * 512"
  2280.         ElseIf (ListBox1.SelectedIndex = 3) Then
  2281.             PictureBox1.Image = My.Resources.loadsc3
  2282.             Label1.Text = "512 * 512"
  2283.         ElseIf (ListBox1.SelectedIndex = 4) Then
  2284.             PictureBox1.Image = My.Resources.loadsc4
  2285.             Label1.Text = "512 * 512"
  2286.         ElseIf (ListBox1.SelectedIndex = 5) Then
  2287.             PictureBox1.Image = My.Resources.loadsc5
  2288.             Label1.Text = "512 * 512"
  2289.         ElseIf (ListBox1.SelectedIndex = 6) Then
  2290.             PictureBox1.Image = My.Resources.loadsc6
  2291.             Label1.Text = "512 * 512"
  2292.         ElseIf (ListBox1.SelectedIndex = 7) Then
  2293.             PictureBox1.Image = My.Resources.loadsc7
  2294.             Label1.Text = "512 * 512"
  2295.         ElseIf (ListBox1.SelectedIndex = 8) Then
  2296.             PictureBox1.Image = My.Resources.loadsc8
  2297.             Label1.Text = "512 * 512"
  2298.         ElseIf (ListBox1.SelectedIndex = 9) Then
  2299.             PictureBox1.Image = My.Resources.loadsc9
  2300.             Label1.Text = "512 * 512"
  2301.         ElseIf (ListBox1.SelectedIndex = 10) Then
  2302.             PictureBox1.Image = My.Resources.loadsc10
  2303.             Label1.Text = "512 * 512"
  2304.         ElseIf (ListBox1.SelectedIndex = 11) Then
  2305.             PictureBox1.Image = My.Resources.loadsc11
  2306.             Label1.Text = "512 * 512"
  2307.         ElseIf (ListBox1.SelectedIndex = 12) Then
  2308.             PictureBox1.Image = My.Resources.loadsc12
  2309.             Label1.Text = "512 * 512"
  2310.         ElseIf (ListBox1.SelectedIndex = 13) Then
  2311.             PictureBox1.Image = My.Resources.loadsc13
  2312.             Label1.Text = "512 * 512"
  2313.         ElseIf (ListBox1.SelectedIndex = 14) Then
  2314.             PictureBox1.Image = My.Resources.loadsc14
  2315.             Label1.Text = "512 * 512"
  2316.         End If
  2317.     End Sub
  2318.  
  2319.     Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
  2320.         Dim GodStreash As String = ""
  2321.  
  2322.         If (ComboBox1.SelectedIndex = 0) Then
  2323.             ITEM_00_LIST()
  2324.         ElseIf (ComboBox1.SelectedIndex = 1) Then
  2325.             ITEM_01_LIST()
  2326.         ElseIf (ComboBox1.SelectedIndex = 2) Then
  2327.             ITEM_02_LIST()
  2328.         ElseIf (ComboBox1.SelectedIndex = 3) Then
  2329.             ITEM_03_LIST()
  2330.         ElseIf (ComboBox1.SelectedIndex = 4) Then
  2331.             ITEM_04_LIST()
  2332.         ElseIf (ComboBox1.SelectedIndex = 5) Then
  2333.             ITEM_05_LIST()
  2334.         ElseIf (ComboBox1.SelectedIndex = 6) Then
  2335.             ITEM_06_LIST()
  2336.         ElseIf (ComboBox1.SelectedIndex = 7) Then
  2337.             ITEM_07_LIST()
  2338.         ElseIf (ComboBox1.SelectedIndex = 8) Then
  2339.             ITEM_08_LIST()
  2340.         ElseIf (ComboBox1.SelectedIndex = 9) Then
  2341.             ITEM_09_LIST()
  2342.         ElseIf (ComboBox1.SelectedIndex = 10) Then
  2343.             ITEM_10_LIST()
  2344.         ElseIf (ComboBox1.SelectedIndex = 11) Then
  2345.             ITEM_11_LIST()
  2346.         ElseIf (ComboBox1.SelectedIndex = 12) Then
  2347.             ITEM_12_LIST()
  2348.         ElseIf (ComboBox1.SelectedIndex = 13) Then
  2349.             ITEM_13_LIST()
  2350.         ElseIf (ComboBox1.SelectedIndex = 14) Then
  2351.             ITEM_14_LIST()
  2352.         ElseIf (ComboBox1.SelectedIndex = 15) Then
  2353.             ITEM_15_LIST()
  2354.         ElseIf (ComboBox1.SelectedIndex = 16) Then
  2355.             ITEM_16_LIST()
  2356.         ElseIf (ComboBox1.SelectedIndex = 17) Then
  2357.             ITEM_17_LIST()
  2358.         ElseIf (ComboBox1.SelectedIndex = 18) Then
  2359.             ITEM_18_LIST()
  2360.         ElseIf (ComboBox1.SelectedIndex = 19) Then
  2361.             ITEM_19_LIST()
  2362.         ElseIf (ComboBox1.SelectedIndex = 20) Then
  2363.             ITEM_20_LIST()
  2364.         ElseIf (ComboBox1.SelectedIndex = 21) Then
  2365.             ITEM_21_LIST()
  2366.         ElseIf (ComboBox1.SelectedIndex = 22) Then
  2367.             ITEM_22_LIST()
  2368.         ElseIf (ComboBox1.SelectedIndex = 23) Then
  2369.             ITEM_23_LIST()
  2370.         ElseIf (ComboBox1.SelectedIndex = 24) Then
  2371.             ITEM_24_LIST()
  2372.         ElseIf (ComboBox1.SelectedIndex = 25) Then
  2373.             ITEM_25_LIST()
  2374.         ElseIf (ComboBox1.SelectedIndex = 26) Then
  2375.             ITEM_26_LIST()
  2376.         ElseIf (ComboBox1.SelectedIndex = 27) Then
  2377.             PictureBox1.Image = My.Resources.load0uk
  2378.             Label1.Text = "512 * 512"
  2379.         ElseIf (ComboBox1.SelectedIndex = 28) Then
  2380.             PictureBox1.Image = My.Resources.loadsc0
  2381.             Label1.Text = "512 * 512"
  2382.         ElseIf (ComboBox1.SelectedIndex = 29) Then
  2383.             PictureBox1.Image = My.Resources.loadsc1
  2384.             Label1.Text = "512 * 512"
  2385.         ElseIf (ComboBox1.SelectedIndex = 30) Then
  2386.             PictureBox1.Image = My.Resources.loadsc2
  2387.             Label1.Text = "512 * 512"
  2388.         ElseIf (ComboBox1.SelectedIndex = 31) Then
  2389.             PictureBox1.Image = My.Resources.loadsc3
  2390.             Label1.Text = "512 * 512"
  2391.         ElseIf (ComboBox1.SelectedIndex = 32) Then
  2392.             PictureBox1.Image = My.Resources.loadsc4
  2393.             Label1.Text = "512 * 512"
  2394.         ElseIf (ComboBox1.SelectedIndex = 33) Then
  2395.             PictureBox1.Image = My.Resources.loadsc5
  2396.             Label1.Text = "512 * 512"
  2397.         ElseIf (ComboBox1.SelectedIndex = 34) Then
  2398.             PictureBox1.Image = My.Resources.loadsc6
  2399.             Label1.Text = "512 * 512"
  2400.         ElseIf (ComboBox1.SelectedIndex = 35) Then
  2401.             PictureBox1.Image = My.Resources.loadsc7
  2402.             Label1.Text = "512 * 512"
  2403.         ElseIf (ComboBox1.SelectedIndex = 36) Then
  2404.             PictureBox1.Image = My.Resources.loadsc8
  2405.             Label1.Text = "512 * 512"
  2406.         ElseIf (ComboBox1.SelectedIndex = 37) Then
  2407.             PictureBox1.Image = My.Resources.loadsc9
  2408.             Label1.Text = "512 * 512"
  2409.         ElseIf (ComboBox1.SelectedIndex = 38) Then
  2410.             PictureBox1.Image = My.Resources.loadsc10
  2411.             Label1.Text = "512 * 512"
  2412.         ElseIf (ComboBox1.SelectedIndex = 39) Then
  2413.             PictureBox1.Image = My.Resources.loadsc11
  2414.             Label1.Text = "512 * 512"
  2415.         ElseIf (ComboBox1.SelectedIndex = 40) Then
  2416.             PictureBox1.Image = My.Resources.loadsc12
  2417.             Label1.Text = "512 * 512"
  2418.         ElseIf (ComboBox1.SelectedIndex = 41) Then
  2419.             PictureBox1.Image = My.Resources.loadsc13
  2420.             Label1.Text = "512 * 512"
  2421.         ElseIf (ComboBox1.SelectedIndex = 42) Then
  2422.             PictureBox1.Image = My.Resources.loadsc14
  2423.             Label1.Text = "512 * 512"
  2424.         ElseIf (ComboBox1.SelectedIndex = 43) Then
  2425.             ITEM_43_LIST()
  2426.         ElseIf (ComboBox1.SelectedIndex = 44) Then
  2427.             ITEM_44_LIST()
  2428.         ElseIf (ComboBox1.SelectedIndex = 45) Then
  2429.             PictureBox1.Image = My.Resources.outro
  2430.             Label1.Text = "512 * 512"
  2431.         ElseIf (ComboBox1.SelectedIndex = 46) Then
  2432.             PictureBox1.Image = My.Resources.splash1
  2433.             Label1.Text = "512 * 256"
  2434.         ElseIf (ComboBox1.SelectedIndex = 47) Then
  2435.             PictureBox1.Image = My.Resources.splash2
  2436.             Label1.Text = "512 * 256"
  2437.         End If
  2438.  
  2439.         GodStreash = ComboBox1.SelectedItem
  2440.         GodStreash = GodStreash.Replace(".txd", "")
  2441.         GodStreash = GodStreash.Replace(".TXD", "")
  2442.  
  2443.         TextBox1.Text = GodStreash & ":" & ListBox1.SelectedItem
  2444.     End Sub
  2445.  
  2446.     Private Sub ThirteenComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ThirteenComboBox1.SelectedIndexChanged
  2447.         If (ThirteenComboBox1.SelectedIndex = 0) Then
  2448.             PictureBox1.SizeMode = PictureBoxSizeMode.Normal
  2449.         ElseIf (ThirteenComboBox1.SelectedIndex = 1) Then
  2450.             PictureBox1.SizeMode = PictureBoxSizeMode.CenterImage
  2451.         ElseIf (ThirteenComboBox1.SelectedIndex = 2) Then
  2452.             PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
  2453.         End If
  2454.     End Sub
  2455.  
  2456.     Private Sub ThirteenButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ThirteenButton1.Click
  2457.         Clipboard.SetDataObject(TextBox1.Text)
  2458.     End Sub
  2459.  
  2460.     Private Sub BT_Back_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BT_Back.Click
  2461.         If (ListBox1.SelectedIndex > 0) Then
  2462.             ListBox1.SelectedIndex -= 1
  2463.         Else
  2464.             ListBox1.SelectedIndex = MaxItem
  2465.         End If
  2466.     End Sub
  2467.  
  2468.     Private Sub BT_Next_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BT_Next.Click
  2469.         If (ListBox1.SelectedIndex < MaxItem) Then
  2470.             ListBox1.SelectedIndex += 1
  2471.         Else
  2472.             ListBox1.SelectedIndex = 0
  2473.         End If
  2474.     End Sub
  2475. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement