home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.10 / 2000-07_Disc_5.10.bin / pcgamer2.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-03-31  |  20KB  |  901 lines

  1. object Form1: TForm1
  2.   Left = 209
  3.   Top = 300
  4.   Width = 725
  5.   Height = 568
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu, biMinimize]
  9.   Caption = 'Disc Editor Utility'
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 0
  24.     Width = 83
  25.     Height = 13
  26.     Caption = 'Titles on this Disc'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 192
  30.     Top = 216
  31.     Width = 91
  32.     Height = 13
  33.     Caption = 'Title of Readme file'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 192
  37.     Top = 176
  38.     Width = 72
  39.     Height = 13
  40.     Caption = 'EXE Pathname'
  41.   end
  42.   object Label5: TLabel
  43.     Left = 336
  44.     Top = 216
  45.     Width = 122
  46.     Height = 13
  47.     Caption = 'Tech support contact info'
  48.   end
  49.   object Label6: TLabel
  50.     Left = 192
  51.     Top = 264
  52.     Width = 146
  53.     Height = 13
  54.     Caption = 'Minimum System Requirements'
  55.   end
  56.   object imagez: TImage
  57.     Left = 192
  58.     Top = 368
  59.     Width = 225
  60.     Height = 163
  61.     DragMode = dmAutomatic
  62.     Picture.Data = {<image000.ico>}
  63.   end
  64.   object Label2: TLabel
  65.     Left = 192
  66.     Top = 0
  67.     Width = 51
  68.     Height = 13
  69.     Caption = 'Game Title'
  70.   end
  71.   object subz: TImage
  72.     Left = 128
  73.     Top = 400
  74.     Width = 50
  75.     Height = 52
  76.     DragMode = dmAutomatic
  77.     Picture.Data = {<image001.ico>}
  78.   end
  79.   object Label7: TLabel
  80.     Left = 488
  81.     Top = 0
  82.     Width = 176
  83.     Height = 13
  84.     Caption = 'Localize SYSTEM REQUIREMENTS'
  85.   end
  86.   object Label8: TLabel
  87.     Left = 488
  88.     Top = 40
  89.     Width = 126
  90.     Height = 13
  91.     Caption = 'Localize TECH SUPPORT'
  92.   end
  93.   object features: TListBox
  94.     Left = 8
  95.     Top = 16
  96.     Width = 169
  97.     Height = 217
  98.     ItemHeight = 13
  99.     TabOrder = 0
  100.     OnClick = featuresClick
  101.   end
  102.   object Edit4: TEdit
  103.     Left = 192
  104.     Top = 192
  105.     Width = 273
  106.     Height = 21
  107.     TabOrder = 1
  108.     OnKeyUp = Edit4KeyUp
  109.   end
  110.   object Edit5: TEdit
  111.     Left = 192
  112.     Top = 232
  113.     Width = 121
  114.     Height = 21
  115.     TabOrder = 2
  116.     OnKeyUp = Edit5KeyUp
  117.   end
  118.   object Edit6: TEdit
  119.     Left = 336
  120.     Top = 232
  121.     Width = 129
  122.     Height = 21
  123.     TabOrder = 3
  124.     OnKeyUp = Edit6KeyUp
  125.   end
  126.   object source: TListBox
  127.     Left = 486
  128.     Top = 88
  129.     Width = 179
  130.     Height = 441
  131.     ExtendedSelect = False
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = [fsBold]
  137.     ItemHeight = 13
  138.     ParentFont = False
  139.     TabOrder = 4
  140.   end
  141.   object Edit7: TEdit
  142.     Left = 192
  143.     Top = 328
  144.     Width = 225
  145.     Height = 21
  146.     TabOrder = 5
  147.     OnKeyUp = Edit7KeyUp
  148.   end
  149.   object Edit8: TEdit
  150.     Left = 192
  151.     Top = 304
  152.     Width = 225
  153.     Height = 21
  154.     TabOrder = 6
  155.     OnKeyUp = Edit8KeyUp
  156.   end
  157.   object Edit9: TEdit
  158.     Left = 192
  159.     Top = 280
  160.     Width = 113
  161.     Height = 21
  162.     TabOrder = 7
  163.     OnKeyUp = Edit9KeyUp
  164.   end
  165.   object GroupBox1: TGroupBox
  166.     Left = 192
  167.     Top = 72
  168.     Width = 273
  169.     Height = 97
  170.     Caption = 'Rollout Descriptions'
  171.     TabOrder = 8
  172.     object Edit1: TEdit
  173.       Left = 16
  174.       Top = 16
  175.       Width = 241
  176.       Height = 21
  177.       TabOrder = 0
  178.       OnKeyUp = Edit1KeyUp
  179.     end
  180.     object Edit2: TEdit
  181.       Left = 16
  182.       Top = 40
  183.       Width = 241
  184.       Height = 21
  185.       TabOrder = 1
  186.       OnKeyUp = Edit2KeyUp
  187.     end
  188.     object Edit3: TEdit
  189.       Left = 16
  190.       Top = 64
  191.       Width = 241
  192.       Height = 21
  193.       TabOrder = 2
  194.       OnKeyUp = Edit3KeyUp
  195.     end
  196.   end
  197.   object Button1: TButton
  198.     Left = 8
  199.     Top = 264
  200.     Width = 169
  201.     Height = 25
  202.     Caption = 'REFRESH'
  203.     TabOrder = 9
  204.     OnClick = Button1Click
  205.   end
  206.   object title: TEdit
  207.     Left = 192
  208.     Top = 16
  209.     Width = 129
  210.     Height = 21
  211.     TabOrder = 10
  212.     OnKeyPress = titleKeyPress
  213.     OnKeyUp = titleKeyUp
  214.   end
  215.   object Button2: TButton
  216.     Left = 8
  217.     Top = 240
  218.     Width = 83
  219.     Height = 17
  220.     Caption = 'NEW'
  221.     TabOrder = 11
  222.     OnClick = Button2Click
  223.   end
  224.   object Button3: TButton
  225.     Left = 96
  226.     Top = 240
  227.     Width = 83
  228.     Height = 17
  229.     Caption = 'DELETE'
  230.     TabOrder = 12
  231.     OnClick = Button3Click
  232.   end
  233.   object Button4: TButton
  234.     Left = 8
  235.     Top = 296
  236.     Width = 169
  237.     Height = 49
  238.     Caption = 'SAVE'
  239.     TabOrder = 13
  240.     OnClick = Button4Click
  241.   end
  242.   object master: TListBox
  243.     Left = 712
  244.     Top = 26
  245.     Width = 225
  246.     Height = 511
  247.     ItemHeight = 13
  248.     Items.Strings = (
  249.       ''
  250.       '*BEGIN0'
  251.       'Feature Demo: Wage war against new'
  252.       'enemies across beautiful new terrains'
  253.       ' in this amazing action/strategy sequel.'
  254.       '*END0'
  255.       ''
  256.       '*BEGIN1'
  257.       'Battlezone II'
  258.       'Wage war against new enemies across beautiful'
  259.       'new terrains in this amazing action/strategy'
  260.       'sequel. From Activision.'
  261.       'BZ2DEMO\BZ2DEMO.EXE'
  262.       'no'
  263.       'no'
  264.       'readme1.rtf'
  265.       '(310) 255-2050'
  266.       'Windows 95; Pentium'
  267.       ' 200; 32MB RAM; 120MB hard-drive space'
  268.       ' DirectX; 4MB Direct3D accelerator.'
  269.       '*END1'
  270.       ''
  271.       '*BEGIN2'
  272.       'Seven Kingdoms II'
  273.       'Embark on a task of exterminating the vermin of'
  274.       'humanity from the land in this sequel to one of '
  275.       'the best real-time strategy games for fantasy fans.'
  276.       '7K2DEMO\7K2DEMO.EXE'
  277.       'no'
  278.       'no'
  279.       'readme2.rtf'
  280.       '(970) 339-7137'
  281.       'Windows 95; Pentium'
  282.       '200; 32MB RAM; 155MB HD space; DirectX.'
  283.       '*END2'
  284.       ''
  285.       '*BEGIN3'
  286.       'Pharaoh'
  287.       'From the creators of Caesar III comes a'
  288.       'town-building game set in the midst of the'
  289.       'Egyptian period of glory.  From LucasArts.'
  290.       'PHARAOH\SETUP.EXE'
  291.       'no'
  292.       'no'
  293.       'readme3.rtf'
  294.       '(206) 644-4343'
  295.       'Windows 95; Pentium'
  296.       '133; 32MB RAM; 120MB HD space '
  297.       'DirectX.'
  298.       '*END3'
  299.       ''
  300.       '*BEGIN4'
  301.       'Odium'
  302.       'Explore an abandoned Russian spy facility and '
  303.       'uncover the mystery of the strangely deadly '
  304.       'creatures in this turn-based thriller.'
  305.       'ODIUM\ODIUM.EXE'
  306.       'no'
  307.       'no'
  308.       'readme4.rtf'
  309.       'support@lith.com'
  310.       'Windows 95; Pentium'
  311.       '200; 32MB RAM; 144MB HD space; DirectX.'
  312.       '*END4'
  313.       ''
  314.       '*BEGIN5'
  315.       'Madden NFL 2000'
  316.       'Experience the bone-crushing strength of today'#39's'
  317.       'NFL heroes in the latest installment of the well-'
  318.       'respected Madden series of football simulations.'
  319.       'MADDEN2K\SETUP.EXE'
  320.       'no'
  321.       'no'
  322.       'readme5.rtf'
  323.       'www.wartorn.com'
  324.       'Windows 95; Pentium'
  325.       '166; 32MB RAM; 30MB HD space;'
  326.       'DirectX.'
  327.       '*END5'
  328.       ''
  329.       '*BEGIN6'
  330.       'Tachyon: The Fringe'
  331.       'Explore space combat in the distant future'
  332.       'in this new action game from NovaLogic.'
  333.       ''
  334.       'TACHYON\SETUP.EXE'
  335.       'no'
  336.       'no'
  337.       'readme6.rtf'
  338.       '(800) 434-2637'
  339.       'Pentium 200 MMX'
  340.       '32MB RAM; 88 MB HD space; Direct-X.'
  341.       ''
  342.       '*END6'
  343.       ''
  344.       '*BEGIN7'
  345.       'Nocturne'
  346.       'This game, intended for mature audiences only, is '
  347.       'best played in a dark room at high volumes. '
  348.       'Prepare to be frightened beyond recognition.'
  349.       'NOCTURNE\SETUP.EXE'
  350.       'no'
  351.       'no'
  352.       'readme7.rtf'
  353.       'www.nocturnegame.com'
  354.       'Pentium 166'
  355.       '64MB RAM; 150 MB HD space; Direct-X.'
  356.       ''
  357.       '*END7'
  358.       ''
  359.       '*BEGIN8'
  360.       'Deer Avenger 2'
  361.       'Hunters have brought home deer for dinner too'
  362.       'many times. Now it'#39's payback time. Check out'
  363.       'this humorous satire of the popular hunting genre.'
  364.       'DA2DEMO\DA2DEMO.EXE'
  365.       'no'
  366.       'no'
  367.       'readme8.rtf'
  368.       '(415) 507-4545'
  369.       'Windows 95; Pentium'
  370.       '90; 16MB RAM; 45MB HD space; DirectX.'
  371.       ''
  372.       '*END8'
  373.       ''
  374.       '*BEGINUTILITIES'
  375.       'ATI All-In-Wonder 128'
  376.       'AIW128/AIW128.EXE'
  377.       'Roger Wilco'
  378.       'Addons/RogerWilco/rw_mk1a.exe'
  379.       'MindSpring Internet'
  380.       'mspring/setup.exe'
  381.       'EarthLink Internet'
  382.       'elink/setup.exe'
  383.       'PATCHES'
  384.       ''
  385.       '******************'
  386.       ''
  387.       'Halflife 1.0.1.3. '
  388.       'Patches/10101013.exe'
  389.       'Dungeon Keeper 2 v. 1.5.1'
  390.       'Patches/DK2UPDATE.EXE'
  391.       'Rites of War Patch'
  392.       'Patches/RitesOfWar.exe'
  393.       '*ENDUTILITIES'
  394.       ''
  395.       '*BEGINADDONS'
  396.       'USS Darkstar (Half-Life)'
  397.       'Addons/Darkstar/Darkstar.exe'
  398.       'Gamespy'
  399.       'Addons/Gamespy/GameSpyInstaller210PCGAMER.EXE'
  400.       'Gateway (Half-Life)'
  401.       'Addons/Halflife/Gateway.exe'
  402.       'Warlords (Myth II)'
  403.       'Addons/MythII/Warlords.exe'
  404.       'Zaero (Quake II)'
  405.       'Addons/Quake2/zaerodm.exe'
  406.       '*ENDADDONS'
  407.       ''
  408.       ''
  409.       '*SUPPORT1'
  410.       'Disc Support Website'
  411.       'http://support.imaginemedia.com'
  412.       ''
  413.       ''
  414.       '*COCONUT2'
  415.       'Coconut Monkey Reader Art'
  416.       'Coconut\CMFanArt.html'
  417.       ''
  418.       '*COCONUT1'
  419.       'CoconutMonkey.com Website'
  420.       'http://www.coconutmonkey.com/coconutmonkey.html'
  421.       ''
  422.       '*COCONUT3'
  423.       'Coconut Monkey'#39's FUNGUS GATHERER SE'
  424.       '*XCoconut\fungus_gatherer.exe'
  425.       ''
  426.       '*Spritecount'
  427.       '9'
  428.       ''
  429.       
  430.         '!!!Attention disk editor-- please dont change this section pleas' +
  431.         'e'
  432.       '*BEGINDB'
  433.       'Demos'
  434.       'Reviews'
  435.       'Patches'
  436.       'Companies'
  437.       '*ENDDB'
  438.       ''
  439.       '!!! You can change this text around though'
  440.       ''
  441.       '*BEGINDB_Demos'
  442.       
  443.         'This database contains vital information on all game demos inclu' +
  444.         'ded on previous PC Gamer CD'#39's.  Useful if you'#39're looking for tha' +
  445.         't hard to find demo!'
  446.       '*ENDDB_demos'
  447.       ''
  448.       '*BEGINDB_Reviews'
  449.       
  450.         'Looking for review information?  Here you'#39'll find the scoop on e' +
  451.         'very game & product reviewed in previous issues of PC Gamer maga' +
  452.         'zine.'
  453.       '*ENDDB_reviews'
  454.       ''
  455.       '*BEGINDB_Patches'
  456.       
  457.         'Are you looking for a special patch or update?  The patch databa' +
  458.         'se contains a list of every patch and update included in previou' +
  459.         's PC Gamer discs.'
  460.       ''
  461.       '*ENDDB_patches'
  462.       ''
  463.       '*BEGINDB_Companies'
  464.       
  465.         'Who was it that made that game? Where can I find their address? ' +
  466.         ' Look no further-- find your favorite (or most loathed) game com' +
  467.         'pany here and write to demand your money back-- or send fan mail' +
  468.         '.'
  469.       '*ENDDB_companies'
  470.       ''
  471.       '*BANNER1'
  472.       'mspring/mspring.exe'
  473.       ''
  474.       '*BANNER2'
  475.       'elink/elink.exe'
  476.       ''
  477.       '*LINECOLOR'
  478.       '0'
  479.       '255'
  480.       '0'
  481.       ''
  482.       'Colors go'
  483.       'RED'
  484.       'GREEN'
  485.       'BLUE')
  486.     TabOrder = 14
  487.     Visible = False
  488.   end
  489.   object simpin: TListBox
  490.     Left = 718
  491.     Top = 440
  492.     Width = 121
  493.     Height = 97
  494.     ItemHeight = 13
  495.     TabOrder = 15
  496.   end
  497.   object simpout: TListBox
  498.     Left = 702
  499.     Top = 464
  500.     Width = 121
  501.     Height = 97
  502.     ItemHeight = 13
  503.     TabOrder = 16
  504.   end
  505.   object ComboBox1: TComboBox
  506.     Left = 702
  507.     Top = 278
  508.     Width = 145
  509.     Height = 21
  510.     ItemHeight = 13
  511.     TabOrder = 17
  512.     Text = 'Select one'
  513.     Visible = False
  514.   end
  515.   object Button5: TButton
  516.     Left = 8
  517.     Top = 400
  518.     Width = 113
  519.     Height = 25
  520.     Caption = 'Load Thumbnail ---->'
  521.     TabOrder = 18
  522.     OnClick = Button5Click
  523.   end
  524.   object Button6: TButton
  525.     Left = 8
  526.     Top = 370
  527.     Width = 177
  528.     Height = 25
  529.     Caption = 'Load Game Image ------------------->  '
  530.     TabOrder = 19
  531.     OnClick = Button6Click
  532.   end
  533.   object Edit10: TEdit
  534.     Left = 702
  535.     Top = 432
  536.     Width = 121
  537.     Height = 21
  538.     TabOrder = 20
  539.     Text = 'Edit10'
  540.   end
  541.   object DXDraw1: TDXDraw
  542.     Left = 712
  543.     Top = 456
  544.     Width = 100
  545.     Height = 100
  546.     AutoInitialize = True
  547.     AutoSize = True
  548.     Color = clBtnFace
  549.     Display.FixedBitCount = True
  550.     Display.FixedRatio = True
  551.     Display.FixedSize = False
  552.     Options = [doAllowReboot, doWaitVBlank, doCenter, doRetainedMode, doHardware, doSelectDriver]
  553.     SurfaceHeight = 100
  554.     SurfaceWidth = 100
  555.     TabOrder = 21
  556.   end
  557.   object Edit11: TEdit
  558.     Left = 336
  559.     Top = 16
  560.     Width = 121
  561.     Height = 21
  562.     Enabled = False
  563.     TabOrder = 22
  564.     Text = 'no'
  565.     OnKeyUp = Edit11KeyUp
  566.   end
  567.   object Edit12: TEdit
  568.     Left = 336
  569.     Top = 40
  570.     Width = 121
  571.     Height = 21
  572.     Enabled = False
  573.     TabOrder = 23
  574.     Text = 'no'
  575.     OnKeyUp = Edit12KeyUp
  576.   end
  577.   object CheckBox1: TCheckBox
  578.     Left = 336
  579.     Top = 0
  580.     Width = 97
  581.     Height = 17
  582.     Caption = 'Use long titles'
  583.     TabOrder = 24
  584.     OnClick = CheckBox1Click
  585.   end
  586.   object Edit13: TEdit
  587.     Left = 488
  588.     Top = 16
  589.     Width = 177
  590.     Height = 21
  591.     TabOrder = 25
  592.     OnKeyUp = Edit13KeyUp
  593.   end
  594.   object Edit14: TEdit
  595.     Left = 488
  596.     Top = 56
  597.     Width = 177
  598.     Height = 21
  599.     TabOrder = 26
  600.     OnKeyUp = Edit14KeyUp
  601.   end
  602.   object _SubSliderA: TDXImageList
  603.     Items = <
  604.       item
  605.         PatternHeight = 0
  606.         PatternWidth = 0
  607.         SystemMemory = False
  608.         Transparent = True
  609.         TransparentColor = clBlack
  610.       end
  611.       item
  612.         PatternHeight = 0
  613.         PatternWidth = 0
  614.         SystemMemory = False
  615.         Transparent = True
  616.         TransparentColor = clBlack
  617.       end
  618.       item
  619.         PatternHeight = 0
  620.         PatternWidth = 0
  621.         SystemMemory = False
  622.         Transparent = True
  623.         TransparentColor = clBlack
  624.       end
  625.       item
  626.         PatternHeight = 0
  627.         PatternWidth = 0
  628.         SystemMemory = False
  629.         Transparent = True
  630.         TransparentColor = clBlack
  631.       end
  632.       item
  633.         PatternHeight = 0
  634.         PatternWidth = 0
  635.         SystemMemory = False
  636.         Transparent = True
  637.         TransparentColor = clBlack
  638.       end
  639.       item
  640.         PatternHeight = 0
  641.         PatternWidth = 0
  642.         SystemMemory = False
  643.         Transparent = True
  644.         TransparentColor = clBlack
  645.       end
  646.       item
  647.         PatternHeight = 0
  648.         PatternWidth = 0
  649.         SystemMemory = False
  650.         Transparent = True
  651.         TransparentColor = clBlack
  652.       end
  653.       item
  654.         PatternHeight = 0
  655.         PatternWidth = 0
  656.         SystemMemory = False
  657.         Transparent = True
  658.         TransparentColor = clBlack
  659.       end
  660.       item
  661.         PatternHeight = 0
  662.         PatternWidth = 0
  663.         SystemMemory = False
  664.         Transparent = True
  665.         TransparentColor = clBlack
  666.       end
  667.       item
  668.         PatternHeight = 0
  669.         PatternWidth = 0
  670.         SystemMemory = False
  671.         Transparent = True
  672.         TransparentColor = clBlack
  673.       end
  674.       item
  675.         PatternHeight = 0
  676.         PatternWidth = 0
  677.         SystemMemory = False
  678.         Transparent = True
  679.         TransparentColor = clBlack
  680.       end
  681.       item
  682.         PatternHeight = 0
  683.         PatternWidth = 0
  684.         SystemMemory = False
  685.         Transparent = True
  686.         TransparentColor = clBlack
  687.       end
  688.       item
  689.         PatternHeight = 0
  690.         PatternWidth = 0
  691.         SystemMemory = False
  692.         Transparent = True
  693.         TransparentColor = clBlack
  694.       end
  695.       item
  696.         PatternHeight = 0
  697.         PatternWidth = 0
  698.         SystemMemory = False
  699.         Transparent = True
  700.         TransparentColor = clBlack
  701.       end
  702.       item
  703.         PatternHeight = 0
  704.         PatternWidth = 0
  705.         SystemMemory = False
  706.         Transparent = True
  707.         TransparentColor = clBlack
  708.       end
  709.       item
  710.         PatternHeight = 0
  711.         PatternWidth = 0
  712.         SystemMemory = False
  713.         Transparent = True
  714.         TransparentColor = clBlack
  715.       end
  716.       item
  717.         PatternHeight = 0
  718.         PatternWidth = 0
  719.         SystemMemory = False
  720.         Transparent = True
  721.         TransparentColor = clBlack
  722.       end
  723.       item
  724.         PatternHeight = 0
  725.         PatternWidth = 0
  726.         SystemMemory = False
  727.         Transparent = True
  728.         TransparentColor = clBlack
  729.       end
  730.       item
  731.         PatternHeight = 0
  732.         PatternWidth = 0
  733.         SystemMemory = False
  734.         Transparent = True
  735.         TransparentColor = clBlack
  736.       end
  737.       item
  738.         PatternHeight = 0
  739.         PatternWidth = 0
  740.         SystemMemory = False
  741.         Transparent = True
  742.         TransparentColor = clBlack
  743.       end
  744.       item
  745.         PatternHeight = 0
  746.         PatternWidth = 0
  747.         SystemMemory = False
  748.         Transparent = True
  749.         TransparentColor = clBlack
  750.       end
  751.       item
  752.         PatternHeight = 0
  753.         PatternWidth = 0
  754.         SystemMemory = False
  755.         Transparent = True
  756.         TransparentColor = clBlack
  757.       end
  758.       item
  759.         PatternHeight = 0
  760.         PatternWidth = 0
  761.         SystemMemory = False
  762.         Transparent = True
  763.         TransparentColor = clBlack
  764.       end
  765.       item
  766.         PatternHeight = 0
  767.         PatternWidth = 0
  768.         SystemMemory = False
  769.         Transparent = True
  770.         TransparentColor = clBlack
  771.       end
  772.       item
  773.         PatternHeight = 0
  774.         PatternWidth = 0
  775.         SystemMemory = False
  776.         Transparent = True
  777.         TransparentColor = clBlack
  778.       end
  779.       item
  780.         PatternHeight = 0
  781.         PatternWidth = 0
  782.         SystemMemory = False
  783.         Transparent = True
  784.         TransparentColor = clBlack
  785.       end
  786.       item
  787.         PatternHeight = 0
  788.         PatternWidth = 0
  789.         SystemMemory = False
  790.         Transparent = True
  791.         TransparentColor = clBlack
  792.       end>
  793.     Left = 64
  794.     Top = 72
  795.   end
  796.   object _SliderListA: TDXImageList
  797.     Items = <
  798.       item
  799.         PatternHeight = 0
  800.         PatternWidth = 0
  801.         SystemMemory = False
  802.         Transparent = True
  803.         TransparentColor = clBlack
  804.       end
  805.       item
  806.         PatternHeight = 0
  807.         PatternWidth = 0
  808.         SystemMemory = False
  809.         Transparent = True
  810.         TransparentColor = clBlack
  811.       end
  812.       item
  813.         PatternHeight = 0
  814.         PatternWidth = 0
  815.         SystemMemory = False
  816.         Transparent = True
  817.         TransparentColor = clBlack
  818.       end
  819.       item
  820.         PatternHeight = 0
  821.         PatternWidth = 0
  822.         SystemMemory = False
  823.         Transparent = True
  824.         TransparentColor = clBlack
  825.       end
  826.       item
  827.         PatternHeight = 0
  828.         PatternWidth = 0
  829.         SystemMemory = False
  830.         Transparent = True
  831.         TransparentColor = clBlack
  832.       end
  833.       item
  834.         PatternHeight = 0
  835.         PatternWidth = 0
  836.         SystemMemory = False
  837.         Transparent = True
  838.         TransparentColor = clBlack
  839.       end
  840.       item
  841.         PatternHeight = 0
  842.         PatternWidth = 0
  843.         SystemMemory = False
  844.         Transparent = True
  845.         TransparentColor = clBlack
  846.       end
  847.       item
  848.         PatternHeight = 0
  849.         PatternWidth = 0
  850.         SystemMemory = False
  851.         Transparent = True
  852.         TransparentColor = clBlack
  853.       end
  854.       item
  855.         PatternHeight = 0
  856.         PatternWidth = 0
  857.         SystemMemory = False
  858.         Transparent = True
  859.         TransparentColor = clBlack
  860.       end
  861.       item
  862.         PatternHeight = 0
  863.         PatternWidth = 0
  864.         SystemMemory = False
  865.         Transparent = True
  866.         TransparentColor = clBlack
  867.       end
  868.       item
  869.         PatternHeight = 0
  870.         PatternWidth = 0
  871.         SystemMemory = False
  872.         Transparent = True
  873.         TransparentColor = clBlack
  874.       end
  875.       item
  876.         PatternHeight = 0
  877.         PatternWidth = 0
  878.         SystemMemory = False
  879.         Transparent = True
  880.         TransparentColor = clBlack
  881.       end
  882.       item
  883.         PatternHeight = 0
  884.         PatternWidth = 0
  885.         SystemMemory = False
  886.         Transparent = True
  887.         TransparentColor = clBlack
  888.       end>
  889.     Left = 120
  890.     Top = 160
  891.   end
  892.   object OpenPictureDialog1: TOpenPictureDialog
  893.     Left = 64
  894.     Top = 120
  895.   end
  896.   object OpenDialog1: TOpenDialog
  897.     Left = 96
  898.     Top = 120
  899.   end
  900. end
  901.