Advertisement
_mel0n

TF2 Scream Fortress 2024 Update Resource Diff

Oct 12th, 2024
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 15.19 KB | Source Code | 0 0
  1. diff --git a/resource/chatscheme.res b/resource/chatscheme.res
  2. index dbbdc1f..aa8cfd7 100644
  3. --- a/resource/chatscheme.res
  4. +++ b/resource/chatscheme.res
  5. @@ -221,6 +221,7 @@ Scheme
  6.  
  7.         "Default"
  8.         {
  9. +           "isproportional" "only"
  10.             "1"
  11.             {
  12.                 "name"      "Verdana"
  13. @@ -259,14 +260,12 @@ Scheme
  14.                 "yres"  "1024 1199"
  15.                 "antialias" "1"
  16.             }
  17. -           "5"
  18. +           "5" // Misyl: Proportional
  19.             {
  20.                 "name"      "Verdana"
  21. -               "tall"      "20" [!$POSIX]
  22. -               "tall"      "24" [$POSIX]
  23. +               "tall"      "8"
  24.                 "weight"    "0"
  25.                 "range"     "0x0000 0x017F"
  26. -               "yres"  "1200 6000"
  27.                 "antialias" "1"
  28.             }
  29.         }
  30. @@ -363,6 +362,7 @@ Scheme
  31.  
  32.         "ChatFont"
  33.         {
  34. +           "isproportional" "only"
  35.             "1"
  36.             {
  37.                 "name"      "Verdana"
  38. @@ -399,14 +399,16 @@ Scheme
  39.                 "yres"      "1024 1199"
  40.                 "dropshadow"    "1"
  41.             }
  42. -           "5"
  43. +           "5" // Misyl: Proportional
  44.             {
  45.                 "name"      "Verdana"
  46. -               "tall"      "22"    [!$POSIX]
  47. -               "tall"      "25"    [$POSIX]
  48. -               "weight"    "700"
  49. -               "yres"      "1200 10000"
  50. +               "tall"      "8"
  51. +               // Misyl: Looks bad when proportional
  52. +               // Removing the weight here.
  53. +               "weight" "300"
  54. +               //"weight"  "700"
  55.                 "dropshadow"    "1"
  56. +               "antialias" "1"
  57.             }
  58.         }
  59.  
  60. diff --git a/resource/clientscheme.res b/resource/clientscheme.res
  61. index 02074d6..ad64ea4 100644
  62. --- a/resource/clientscheme.res
  63. +++ b/resource/clientscheme.res
  64. @@ -505,13 +505,12 @@ Scheme
  65.                 "yres"  "1024 1199"
  66.                 "antialias" "1"
  67.             }
  68. -           "5"
  69. +           "5" // Misyl: Proportional
  70.             {
  71.                 "name"      "Verdana"
  72. -               "tall"      "24"
  73. +               "tall"      "9"
  74.                 "weight"    "900"
  75.                 "range"     "0x0000 0x017F" //  Basic Latin, Latin-1 Supplement, Latin Extended-A
  76. -               "yres"  "1200 6000"
  77.                 "antialias" "1"
  78.             }
  79.             "6"
  80. @@ -585,13 +584,12 @@ Scheme
  81.                 "yres"  "1024 1199"
  82.                 "antialias" "1"
  83.             }
  84. -           "5"
  85. +           "5" // Misyl: Proportional
  86.             {
  87.                 "name"      "Verdana"
  88. -               "tall"      "22"
  89. +               "tall"      "9"
  90.                 "weight"    "0"
  91.                 "range"     "0x0000 0x017F"
  92. -               "yres"  "1200 6000"
  93.                 "antialias" "1"
  94.             }
  95.             "6"
  96. @@ -640,13 +638,12 @@ Scheme
  97.                 "yres"  "1024 1199"
  98.                 "antialias" "1"
  99.             }
  100. -           "5"
  101. +           "5" // Misyl: Proportional
  102.             {
  103.                 "name"      "Verdana"
  104. -               "tall"      "16"
  105. +               "tall"      "9"
  106.                 "weight"    "0"
  107.                 "range"     "0x0000 0x017F" //  Basic Latin, Latin-1 Supplement, Latin Extended-A
  108. -               "yres"  "1200 6000"
  109.                 "antialias" "1"
  110.             }
  111.         }
  112. @@ -686,13 +683,12 @@ Scheme
  113.                 "yres"      "1024 1199"
  114.                 "antialias" "1"
  115.             }
  116. -           "5"
  117. +           "5" // Misyl: Proportional
  118.             {
  119.                 "name"      "Verdana"
  120. -               "tall"      "30"
  121. +               "tall"      "18"
  122.                 "weight"    "900"
  123.                 "range"     "0x0000 0x017F" //  Basic Latin, Latin-1 Supplement, Latin Extended-A
  124. -               "yres"  "1200 6000"
  125.                 "antialias" "1"
  126.             }
  127.             "6"
  128. @@ -766,12 +762,12 @@ Scheme
  129.                 "weight"    "700"
  130.                 "yres"  "1024 1199"
  131.             }
  132. -           "5"
  133. +           "5" // Misyl: Proportional
  134.             {
  135.                 "name"      "Verdana"
  136. -               "tall"      "24"
  137. +               "tall"      "12"
  138.                 "weight"    "700"
  139. -               "yres"  "1200 10000"
  140. +               "antialias" "1"
  141.             }
  142.         }
  143.         "HudFontGiant"
  144. @@ -817,11 +813,10 @@ Scheme
  145.             "5"
  146.             {
  147.                 "name"      "TF2"
  148. -               "tall"      "52"
  149. +               "tall"      "24"
  150.                 "weight"    "500"
  151.                 "additive"  "0"
  152.                 "antialias" "1"
  153. -               "yres"      "1200 10000"
  154.             }
  155.         }
  156.         "HudFontGiantBold"
  157. @@ -903,6 +898,15 @@ Scheme
  158.                 "name"      "TF2 Secondary"
  159.                 "tall"      "24"
  160.                 "weight"    "500"
  161. +               "yres"      "1 1199"
  162. +               "additive"  "0"
  163. +               "antialias" "1"
  164. +           }
  165. +           "2" // Misyl: Proportional
  166. +           {
  167. +               "name"      "TF2 Secondary"
  168. +               "tall"      "10"
  169. +               "weight"    "500"
  170.                 "additive"  "0"
  171.                 "antialias" "1"
  172.             }
  173. @@ -2651,7 +2655,7 @@ Scheme
  174.             "1"
  175.             {
  176.                 "name"      "TF2 Secondary"
  177. -               "tall"      "10"
  178. +               "tall"      "12"
  179.                 "weight"    "400"
  180.                 "additive"  "0"
  181.                 "antialias" "1"
  182. diff --git a/resource/ui/econ/itemaddefault.res b/resource/ui/econ/itemaddefault.res
  183. index a467672..9484f39 100644
  184. --- a/resource/ui/econ/itemaddefault.res
  185. +++ b/resource/ui/econ/itemaddefault.res
  186. @@ -29,8 +29,8 @@
  187.     {
  188.         "ControlName"   "CExLabel"
  189.         "fieldName"     "ItemName"
  190. -       "xpos"          "2"
  191. -       "ypos"          "0"
  192. +       "xpos"          "5"
  193. +       "ypos"          "5"
  194.         "wide"          "f0"
  195.         "tall"          "30"
  196.         "zpos"          "10"
  197. @@ -42,7 +42,7 @@
  198.         "fgcolor"   "235 227 203 255"
  199.         "use_proportional_insets"   "1"
  200.         "textinsetx"    "5"
  201. -       "textinsety"    "5"
  202. +       "textinsety"    "0"
  203.         "textAlignment" "north-west"
  204.         "labelText"     "%item_name%"
  205.     }
  206. diff --git a/resource/ui/globalchat.res b/resource/ui/globalchat.res
  207. index a1de3ce..73ca4ca 100644
  208. --- a/resource/ui/globalchat.res
  209. +++ b/resource/ui/globalchat.res
  210. @@ -15,9 +15,9 @@
  211.         "mouseinputenabled"     "1"
  212.         "border"        "QuickplayBorder"
  213.  
  214. -       "log_font_small"            "HudFontSmall"
  215. -       "log_font_medium"           "HudFontMediumSmallSecondary"
  216. -       "log_font_large"            "HudFontMediumSecondary"
  217. +       "log_font_small"            "HudFontSmallest"
  218. +       "log_font_medium"           "HudFontSmallest"
  219. +       "log_font_large"            "HudFontSmallest"
  220.  
  221.         "chat_color_default"        "255 255 255 255"
  222.         "chat_color_player_name"    "255 255 0 255"
  223. diff --git a/resource/ui/huditemattributetracker.res b/resource/ui/huditemattributetracker.res
  224. index 639fbdf..98a339a 100644
  225. --- a/resource/ui/huditemattributetracker.res
  226. +++ b/resource/ui/huditemattributetracker.res
  227. @@ -38,6 +38,7 @@
  228.             "tall"          "18"
  229.             "zpos"          "4"
  230.             "textinsetx"    "5"
  231. +           "use_proportional_insets" "1"
  232.             "fgcolor_override"      "235 226 202 255"
  233.             "font"          "AchievementTracker_Name"
  234.             //"wrap"            "1"
  235. @@ -56,6 +57,7 @@
  236.             "tall"          "f0"
  237.             "zpos"          "4"
  238.             "textinsetx"    "5"
  239. +           "use_proportional_insets" "1"
  240.             "fgcolor_override"      "235 226 202 255"
  241.             "font"          "QuestObjectiveTracker_Desc"
  242.             //"wrap"            "1"
  243. diff --git a/resource/ui/hudteamgoal.res b/resource/ui/hudteamgoal.res
  244. index 41675b3..2a5906c 100644
  245. --- a/resource/ui/hudteamgoal.res
  246. +++ b/resource/ui/hudteamgoal.res
  247. @@ -24,7 +24,7 @@
  248.         "fieldName"     "SwitchLabel"
  249.         "font"          "HudFontSmallBold"
  250.         "xpos"          "80"
  251. -       "ypos"          "20"
  252. +       "ypos"          "25"
  253.         "zpos"          "1"
  254.         "wide"          "220"   [$WIN32]
  255.         "wide"          "180"   [$X360]
  256. @@ -43,7 +43,7 @@
  257.         "fieldName"     "GoalLabel"
  258.         "font"          "HudFontSmall"
  259.         "xpos"          "80"
  260. -       "ypos"          "35"
  261. +       "ypos"          "40"
  262.         "zpos"          "1"
  263.         "wide"          "220"
  264.         "wide_hidef"    "200"
  265. diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res
  266. index e229a79..23501c6 100644
  267. --- a/resource/ui/mainmenuoverride.res
  268. +++ b/resource/ui/mainmenuoverride.res
  269. @@ -1711,132 +1711,112 @@
  270.                 {
  271.                     "0"
  272.                     {
  273. -                       "item"      "Summer 2024 Cosmetic Key"
  274. +                       "item"      "Halloween 2024 Key"
  275.                         "show_market"   "0"
  276.                     }
  277.                     "1"
  278.                     {
  279. -                       "item"      "Summer 2024 Cosmetic Case"
  280. +                       "item"      "Halloween 2024 Case"
  281.                         "show_market"   "1"
  282.                     }
  283.                     "2"
  284.                     {
  285. -                       "item"      "Taunt: Can It!"
  286. +                       "item"      "Scream Fortress 2024 War Paint Key"
  287.                         "show_market"   "0"
  288.                     }
  289.                     "3"
  290.                     {
  291. -                       "item"      "Taunt: Cremator's Condolences"
  292. -                       "show_market"   "0"
  293. +                       "item"      "Scream Fortress 2024 War Paint Case"
  294. +                       "show_market"   "1"
  295.                     }
  296.                     "4"
  297.                     {
  298. -                       "item"      "Taunt: Straight Shooter Tutor"
  299. +                       "item"      "Taunt: Crushing Defeat"
  300.                         "show_market"   "0"
  301.                     }
  302.                     "5"
  303.                     {
  304. -                       "item"      "Taunt: Unleashed Rage"
  305. +                       "item"      "Taunt: Peace Out"
  306.                         "show_market"   "0"
  307.                     }
  308.                     "6"
  309.                     {
  310. -                       "item"      "Map Token Embargo"
  311. +                       "item"      "Taunt: Commending Clap"
  312.                         "show_market"   "0"
  313.                     }
  314.                     "7"
  315.                     {
  316. -                       "item"      "Map Token Odyssey"
  317. +                       "item"      "Taunt: The Punchline"
  318.                         "show_market"   "0"
  319.                     }
  320.                     "8"
  321.                     {
  322. -                       "item"      "Map Token Megaton"
  323. +                       "item"      "Map Token Toxic"
  324.                         "show_market"   "0"
  325.                     }
  326.                     "9"
  327.                     {
  328. -                       "item"      "Map Token Cachoeira"
  329. +                       "item"      "Map Token Darkmarsh"  
  330.                         "show_market"   "0"
  331.                     }
  332.                     "10"
  333.                     {
  334. -                       "item"      "Map Token Overgrown"
  335. +                       "item"      "Map Token Freaky Fair"
  336.                         "show_market"   "0"
  337.                     }
  338.                     "11"
  339.                     {
  340. -                       "item"      "Map Token Hadal"
  341. +                       "item"      "Map Token Dynamite"
  342.                         "show_market"   "0"
  343.                     }
  344.                     "12"
  345.                     {
  346. -                       "item"      "Map Token Applejack"
  347. +                       "item"      "Map Token Circus"
  348.                         "show_market"   "0"
  349.                     }
  350.                     "13"
  351.                     {
  352. -                       "item"      "Map Token Atom Smash"
  353. +                       "item"      "Map Token Outburst"
  354.                         "show_market"   "0"
  355.                     }
  356.                     "14"
  357.                     {
  358. -                       "item"      "Map Token Canaveral"
  359. +                       "item"      "Map Token Blazehattan"
  360.                         "show_market"   "0"
  361.                     }
  362.                     "15"
  363.                     {
  364. -                       "item"      "Map Token Burghausen"
  365. +                       "item"      "Strange Filter: Toxic (Community)"
  366.                         "show_market"   "0"
  367.                     }
  368.                     "16"
  369.                     {
  370. -                       "item"      "Strange Filter: Embargo (Community)"
  371. +                       "item"      "Strange Filter: Darkmarsh (Community)"
  372.                         "show_market"   "0"
  373.                     }
  374.                     "17"
  375.                     {
  376. -                       "item"      "Strange Filter: Odyssey (Community)"
  377. +                       "item"      "Strange Filter: Freaky Fair (Community)"
  378.                         "show_market"   "0"
  379.                     }
  380.                     "18"
  381.                     {
  382. -                       "item"      "Strange Filter: Megaton (Community)"
  383. +                       "item"      "Strange Filter: Dynamite (Community)"
  384.                         "show_market"   "0"
  385.                     }
  386.                     "19"
  387.                     {
  388. -                       "item"      "Strange Filter: Cachoeira (Community)"
  389. +                       "item"      "Strange Filter: Circus (Community)"
  390.                         "show_market"   "0"
  391.                     }
  392.                     "20"
  393.                     {
  394. -                       "item"      "Strange Filter: Overgrown (Community)"
  395. +                       "item"      "Strange Filter: Outburst (Community)"
  396.                         "show_market"   "0"
  397.                     }
  398.                     "21"
  399.                     {
  400. -                       "item"      "Strange Filter: Hadal (Community)"
  401. -                       "show_market"   "0"
  402. -                   }
  403. -                   "22"
  404. -                   {
  405. -                       "item"      "Strange Filter: Applejack (Community)"
  406. -                       "show_market"   "0"
  407. -                   }
  408. -                   "23"
  409. -                   {
  410. -                       "item"      "Strange Filter: Atom Smash (Community)"
  411. -                       "show_market"   "0"
  412. -                   }
  413. -                   "24"
  414. -                   {
  415. -                       "item"      "Strange Filter: Canaveral (Community)"
  416. -                       "show_market"   "0"
  417. -                   }
  418. -                   "25"
  419. -                   {
  420. -                       "item"      "Strange Filter: Burghausen (Community)"
  421. +                       "item"      "Strange Filter: Blazehattan (Community)"
  422.                         "show_market"   "0"
  423.                     }
  424.                 }
  425. @@ -2284,7 +2264,7 @@
  426.             "default"       "1"
  427.             "sound_depressed"   "UI/buttonclick.wav"
  428.             "sound_released"    "UI/buttonclickrelease.wav"
  429. -          
  430. +           "RoundedCorners"    "10"
  431.            
  432.             "paintbackground"   "1"
  433.            
  434. diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res
  435. index 9139ebe..154cdb3 100644
  436. --- a/resource/ui/matchmakingdashboard.res
  437. +++ b/resource/ui/matchmakingdashboard.res
  438. @@ -648,6 +648,8 @@
  439.             "ypos"          "0"
  440.             "zpos"          "100"
  441.             "wide"          "110"
  442. +           "wide"          "110" [!$POSIX]
  443. +           "wide"          "115" [$POSIX]
  444.             "tall"          "f6"
  445.             "autoResize"    "0"
  446.             "pinCorner"     "3"
  447. @@ -665,8 +667,8 @@
  448.             "keyboardinputenabled"  "0"
  449.             "actionsignallevel" "2"
  450.             "RoundedCorners"    "0"
  451. -           "textinsety"    "5"
  452. -           "textinsetx"    "22"
  453. +           "textinsety"    "2.5"
  454. +           "textinsetx"    "26"
  455.             "use_proportional_insets"   "1"
  456.  
  457.             "sound_depressed"   "UI/buttonclick.wav"
  458. @@ -706,7 +708,8 @@
  459.             "xpos"          "rs1-31-131"
  460.             "ypos"          "0"
  461.             "zpos"          "100"
  462. -           "wide"          "90"
  463. +           "wide"          "90" [!$POSIX]
  464. +           "wide"          "95" [$POSIX]
  465.             "tall"          "f6"
  466.             "autoResize"    "0"
  467.             "pinCorner"     "3"
  468. @@ -724,8 +727,8 @@
  469.             "keyboardinputenabled"  "0"
  470.             "actionsignallevel" "2"
  471.             "roundedcorners"    "1"
  472. -           "textinsety"    "5"
  473. -           "textinsetx"    "22"
  474. +           "textinsety"    "2.5"
  475. +           "textinsetx"    "26"
  476.             "use_proportional_insets"   "1"
  477.  
  478.             "sound_depressed"   "UI/buttonclick.wav"
  479. @@ -764,7 +767,8 @@
  480.             "xpos"          "rs1-31"
  481.             "ypos"          "0"
  482.             "zpos"          "100"
  483. -           "wide"          "115"
  484. +           "wide"          "115" [!$POSIX]
  485. +           "wide"          "120" [$POSIX]
  486.             "tall"          "f6"
  487.             "autoResize"    "0"
  488.             "pinCorner"     "3"
  489. @@ -782,8 +786,8 @@
  490.             "keyboardinputenabled"  "0"
  491.             "actionsignallevel" "2"
  492.             "roundedcorners"    "1"
  493. -           "textinsety"    "5"
  494. -           "textinsetx"    "25"
  495. +           "textinsety"    "2.5"
  496. +           "textinsetx"    "26"
  497.             "use_proportional_insets"   "1"
  498.  
  499.             "sound_depressed"   "UI/buttonclick.wav"
  500. diff --git a/resource/ui/scoreboard.res b/resource/ui/scoreboard.res
  501. index 29e77af..89435dc 100644
  502. --- a/resource/ui/scoreboard.res
  503. +++ b/resource/ui/scoreboard.res
  504. @@ -13,15 +13,16 @@
  505.         "visible"       "1"
  506.         "enabled"       "1"
  507.         "tabPosition"       "0"
  508. -       "medal_width"       "20"
  509. -       "avatar_width"      "65"
  510. +       "medal_width"       "28"
  511. +       "medal_column_width" "18"
  512. +       "avatar_width"      "28"
  513.         "spacer"            "5"
  514.         "name_width"        "118"
  515. -       "nemesis_width"     "25"
  516. -       "class_width"       "25"
  517. -       "score_width"       "30"
  518. -       "ping_width"        "25"
  519. -       "killstreak_width"  "15"
  520. +       "nemesis_width"     "15"
  521. +       "class_width"       "15"
  522. +       "score_width"       "25"
  523. +       "ping_width"        "15"
  524. +       "killstreak_width"  "18"
  525.         "killstreak_image_width" "15"
  526.     }
  527.     "BlueScoreBG"
  528. diff --git a/resource/ui/statpanel_base.res b/resource/ui/statpanel_base.res
  529. index 021cd0b..64b80c8 100644
  530. --- a/resource/ui/statpanel_base.res
  531. +++ b/resource/ui/statpanel_base.res
  532. @@ -44,7 +44,7 @@
  533.         "font_lodef"    "HudFontSmall"
  534.         "xpos"          "72"
  535.         "xpos_lodef"    "100"
  536. -       "ypos"          "29"
  537. +       "ypos"          "32"
  538.         "ypos_lodef"    "30"
  539.         "zpos"          "2"
  540.         "wide"          "175"
  541. @@ -68,7 +68,7 @@
  542.         "font_lodef"        "HudFontSmall"
  543.         "xpos"          "72"
  544.         "xpos_lodef"    "100"
  545. -       "ypos"          "35"
  546. +       "ypos"          "37"
  547.         "ypos_lodef"    "45"
  548.         "zpos"          "2"
  549.         "wide"          "175"
  550. diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res
  551. index 262a646..94ea4ee 100644
  552. --- a/resource/ui/votehud.res
  553. +++ b/resource/ui/votehud.res
  554. @@ -532,10 +532,10 @@
  555.     {
  556.         "ControlName"       "CVoteSetupDialog"
  557.         "fieldName"         "VoteSetupDialog"
  558. -       "xpos"              "c-200"
  559. -       "ypos"              "c-150"
  560. -       "wide"              "400"
  561. -       "tall"              "310"
  562. +       "xpos"              "c-300"
  563. +       "ypos"              "c-180"
  564. +       "wide"              "600"
  565. +       "tall"              "360"
  566.         "autoResize"        "0"
  567.         "pinCorner"         "0"
  568.         "visible"           "1"
  569. @@ -547,6 +547,7 @@
  570.         "PaintBackground"   "0"
  571.  
  572.         "header_font"       "ItemFontNameLarge"
  573. +       "player_font"       "Default"
  574.         "header_fgcolor"    "Orange"
  575.  
  576.         "issue_width"       "180"      
  577. @@ -554,7 +555,7 @@
  578.         "issue_fgcolor"     "TanLight"
  579.         "issue_fgcolor_disabled"    "TanDark"
  580.        
  581. -       "parameter_width"   "200"
  582. +       "parameter_width"   "370"
  583.  
  584.         "TitleLabel"
  585.         {
  586. @@ -565,7 +566,7 @@
  587.             "textAlignment" "north"
  588.             "xpos"          "0"
  589.             "ypos"          "10"
  590. -           "wide"          "400"
  591. +           "wide"          "550"
  592.             "tall"          "20"
  593.             "autoResize"    "0"
  594.             "pinCorner"     "0"
  595. @@ -599,8 +600,8 @@
  596.             "xpos"      "190"
  597.             "ypos"      "38"
  598.             "zpos"      "2"
  599. -           "wide"      "200"
  600. -           "tall"      "200"
  601. +           "wide"      "400"
  602. +           "tall"      "280"
  603.             "pinCorner"     "0"
  604.             "visible"       "1"
  605.             "enabled"       "1"
  606. @@ -616,7 +617,7 @@
  607.             "font"          "HudFontSmallestBold"
  608.             "labelText"     "%combo_label%"
  609.             "textAlignment" "east"
  610. -           "xpos"          "5"
  611. +           "xpos"          "10"
  612.             "ypos"          "245"
  613.             "zpos"          "1"
  614.             "wide"          "75"
  615. @@ -631,10 +632,10 @@
  616.             "ControlName"       "ComboBox"
  617.             "fieldName"         "ComboBox"
  618.             "Font"              "HudFontSmallestBold"
  619. -           "xpos"              "85"
  620. -           "ypos"              "245"
  621. +           "xpos"              "17"
  622. +           "ypos"              "265"
  623.             "zpos"              "1"
  624. -           "wide"              "235"
  625. +           "wide"              "160"
  626.             "tall"              "20"
  627.             "autoResize"        "0"
  628.             "pinCorner"         "0"
  629. @@ -660,8 +661,8 @@
  630.         {
  631.             "ControlName"       "Button"
  632.             "fieldName"     "CallVoteButton"
  633. -           "xpos"      "75"
  634. -           "ypos"      "275"
  635. +           "xpos"      "330"
  636. +           "ypos"      "325"
  637.             "wide"      "160"
  638.             "tall"      "24"
  639.             "autoResize"    "0"
  640. @@ -681,8 +682,8 @@
  641.         {
  642.             "ControlName"       "Button"
  643.             "fieldName"     "Button1"
  644. -           "xpos"      "240"
  645. -           "ypos"      "275"
  646. +           "xpos"      "500"
  647. +           "ypos"      "325"
  648.             "wide"      "80"
  649.             "tall"      "24"
  650.             "autoResize"    "0"
  651.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement