home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Graphics / Image / Crypta / Setup.EXE / CPIX.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1997-03-16  |  62.5 KB  |  1,613 lines

  1. object MainForm: TMainForm
  2.   Left = 212
  3.   Top = 162
  4.   BorderStyle = bsSingle
  5.   Caption = 'CryptaPix 1.1a'
  6.   ClientHeight = 346
  7.   ClientWidth = 535
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel2: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 263
  23.     Height = 346
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     TabOrder = 1
  27.     object Panel3: TPanel
  28.       Left = 0
  29.       Top = 303
  30.       Width = 263
  31.       Height = 43
  32.       Align = alBottom
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       OnResize = Panel3Resize
  36.       object UpBtn: TBitBtn
  37.         Left = 16
  38.         Top = 6
  39.         Width = 33
  40.         Height = 26
  41.         Hint = 'Move image up'
  42.         Enabled = False
  43.         ParentShowHint = False
  44.         ShowHint = True
  45.         TabOrder = 0
  46.         OnClick = UpBtnClick
  47.         Glyph.Data = {
  48.           76010000424D7601000000000000760000002800000020000000100000000100
  49.           0400000000000001000000000000000000001000000010000000000000000000
  50.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  51.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888000888
  52.           8888888888777F8888888888880C088888888888887F7F8888888888880C0888
  53.           88888888887F7F8888888888880C088888888888887F7F8888888888880C0888
  54.           88888888887F7F8888888888880C088888888888FF7F7FFFF8888880000C0000
  55.           8888888777787777F8888880CCCCCCC0888888878F888887888888880CCCCC08
  56.           888888887F88887F888888880CCCCC088888888878F888788888888880CCC088
  57.           8888888887F887F88888888880CCC08888888888878F878888888888880C0888
  58.           88888888887F7F8888888888880C088888888888887878888888888888808888
  59.           888888888887F888888888888880888888888888888788888888}
  60.         NumGlyphs = 2
  61.       end
  62.       object DownBtn: TBitBtn
  63.         Left = 54
  64.         Top = 6
  65.         Width = 32
  66.         Height = 26
  67.         Hint = 'Move image down'
  68.         Enabled = False
  69.         ParentShowHint = False
  70.         ShowHint = True
  71.         TabOrder = 1
  72.         OnClick = DownBtnClick
  73.         Glyph.Data = {
  74.           76010000424D7601000000000000760000002800000020000000100000000100
  75.           0400000000000001000000000000000000001000000010000000000000000000
  76.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  77.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888808888
  78.           888888888887F88888888888888088888888888888878F8888888888880C0888
  79.           88888888887F7F8888888888880C088888888888887878F88888888880CCC088
  80.           8888888887F887F88888888880CCC088888888888788878F888888880CCCCC08
  81.           888888887F88887F888888880CCCCC088888888878888878F8888880CCCCCCC0
  82.           88888887FFFF8FF7F8888880000C000088888887777F777788888888880C0888
  83.           88888888887F7F8888888888880C088888888888887F7F8888888888880C0888
  84.           88888888887F7F8888888888880C088888888888887F7F8888888888880C0888
  85.           88888888887F7F88888888888800088888888888887778888888}
  86.         NumGlyphs = 2
  87.       end
  88.       object RemoveBtn: TBitBtn
  89.         Left = 93
  90.         Top = 6
  91.         Width = 33
  92.         Height = 26
  93.         Hint = 'Remove selected images'
  94.         Enabled = False
  95.         ParentShowHint = False
  96.         ShowHint = True
  97.         TabOrder = 2
  98.         OnClick = RemoveBtnClick
  99.         Glyph.Data = {
  100.           F6000000424DF600000000000000760000002800000010000000100000000100
  101.           0400000000008000000000000000000000001000000010000000000000000000
  102.           80000080000000808000800000008000800080800000C0C0C000808080000000
  103.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  104.           7777777777777777777777777777777777777777777777777777777777777777
  105.           7777777777777777777700000000000000000999999999999990099999999999
  106.           9990000000000000000077777777777777777777777777777777777777777777
  107.           7777777777777777777777777777777777777777777777777777}
  108.       end
  109.       object ClearBtn: TBitBtn
  110.         Left = 131
  111.         Top = 6
  112.         Width = 33
  113.         Height = 26
  114.         Hint = 'Clear all images'
  115.         Enabled = False
  116.         ParentShowHint = False
  117.         ShowHint = True
  118.         TabOrder = 3
  119.         OnClick = ClearBtnClick
  120.         Glyph.Data = {
  121.           BE060000424DBE06000000000000360400002800000024000000120000000100
  122.           0800000000008802000000000000000000000000000000000000000000000000
  123.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  124.           A600000000000000000000000000000000000000000000000000000000000000
  125.           0000000000000000000000000000000000000000000000000000000000000000
  126.           0000000000000000000000000000000000000000000000000000000000000000
  127.           0000000000000000000000000000000000000000000000000000000000000000
  128.           0000000000000000000000000000000000000000000000000000000000000000
  129.           0000000000000000000000000000000000000000000000000000000000000000
  130.           0000000000000000000000000000000000000000000000000000000000000000
  131.           0000000000000000000000000000000000000000000000000000000000000000
  132.           0000000000000000000000000000000000000000000000000000000000000000
  133.           0000000000000000000000000000000000000000000000000000000000000000
  134.           0000000000000000000000000000000000000000000000000000000000000000
  135.           0000000000000000000000000000000000000000000000000000000000000000
  136.           0000000000000000000000000000000000000000000000000000000000000000
  137.           0000000000000000000000000000000000000000000000000000000000000000
  138.           0000000000000000000000000000000000000000000000000000000000000000
  139.           0000000000000000000000000000000000000000000000000000000000000000
  140.           0000000000000000000000000000000000000000000000000000000000000000
  141.           0000000000000000000000000000000000000000000000000000000000000000
  142.           0000000000000000000000000000000000000000000000000000000000000000
  143.           0000000000000000000000000000000000000000000000000000000000000000
  144.           0000000000000000000000000000000000000000000000000000000000000000
  145.           0000000000000000000000000000000000000000000000000000000000000000
  146.           0000000000000000000000000000000000000000000000000000000000000000
  147.           0000000000000000000000000000000000000000000000000000000000000000
  148.           0000000000000000000000000000000000000000000000000000000000000000
  149.           0000000000000000000000000000000000000000000000000000000000000000
  150.           0000000000000000000000000000000000000000000000000000000000000000
  151.           0000000000000000000000000000000000000000000000000000000000000000
  152.           0000000000000000000000000000000000000000000000000000000000000000
  153.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  154.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  155.           03030303030303030303030303030303030303FFFFFFFFFF0303030303030303
  156.           03030303F8F8F8F8F8F80303030303030303030303FFF8F8F8F8F8F8FFFFFF03
  157.           030303030303F8F8010101010101F8F80303030303030303F8F80303FFFFFF03
  158.           F8F8FFFF0303030303F8010101F9F9F9F9010101F8030303030303F8FF0303F8
  159.           F8F8F8FF0303F8FFFF030303F90101F9F90303030301010101F803030303F8FF
  160.           03F8F803030303F8030303F8FF030303F901010303030303F801010101F80303
  161.           0303F8FFF8FF03030303F80303FF03F8FF0303F90101F803030303F8010101F9
  162.           0101F80303F8FF03F8FF030303F80303FFF8FF03F8FF03F901F803030303F801
  163.           0101F903F901F80303F8FFF8FF030303F80303FFF803F8FFF8FF03F901F80303
  164.           03F8010101F90303F901F80303F8FFF8FF0303F80303FFF80303F8FFF8FF03F9
  165.           01F80303F8010101F9030303F901F80303F8FFF8FF03F80303FFF8030303F8FF
  166.           F8FF03F901F803F8010101F903030303F901F80303F8FFF8FFF80303FFF80303
  167.           0303F803F8FF03F90101F8010101F903030303F90101F80303F8FF03F80303FF
  168.           F803030303F80303F8030303F901010101F90303030303F901F803030303F8FF
  169.           0303FFF8030303FFFFF803F8FF030303F9010101F803030303F8010101F80303
  170.           0303F8FF0303F8FFFFFFFFF8F803FFF80303030303F9010101F8F8F8F8010101
  171.           F8030303030303F8FFFF03F8F8F8F803FFFFF803030303030303F9F901010101
  172.           0101F9F90303030303030303F8F8FFFFFFFFFFFFF8F803030303030303030303
  173.           F9F9F9F9F9F9030303030303030303030303F8F8F8F8F8F80303030303030303
  174.           0303030303030303030303030303030303030303030303030303030303030303
  175.           0303}
  176.         NumGlyphs = 2
  177.       end
  178.       object ViewBtn: TBitBtn
  179.         Left = 170
  180.         Top = 6
  181.         Width = 74
  182.         Height = 26
  183.         Hint = 'View images'
  184.         Caption = 'View'
  185.         Enabled = False
  186.         Font.Color = clBlack
  187.         Font.Height = -12
  188.         Font.Name = 'MS Sans Serif'
  189.         Font.Style = [fsBold]
  190.         ParentFont = False
  191.         ParentShowHint = False
  192.         ShowHint = True
  193.         TabOrder = 4
  194.         OnClick = ViewBtnClick
  195.         Glyph.Data = {
  196.           76010000424D7601000000000000760000002800000020000000100000000100
  197.           0400000000000001000000000000000000001000000010000000000000000000
  198.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  199.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  200.           888888888888888888FF8008888888888880088888888888FFFF880088888888
  201.           88008888888888FFFFFF000000000000000000088888FFFFFFFF000000000000
  202.           0000000880FFFFFFFFFF0444444444444444440800FFFFFFFFFF047444477777
  203.           4447440000FFFFFFFFFF0444444777774477740000FFFFFFFFFF047444470007
  204.           4447440000FFFFFFFFFF0444444707074444440800FFFFFFFFFF000000000000
  205.           0000000880FFFFFFFFFF8880FF7FF7FF7FF088888888FFFFFFFF8880FF7FF7FF
  206.           7FF08888888888FFFFFF8880FF7FF7FF7FF0888888888888FFFF888000000000
  207.           000088888888888888FF88888884444488888888888888888888}
  208.       end
  209.     end
  210.     object Panel4: TPanel
  211.       Left = 0
  212.       Top = 0
  213.       Width = 263
  214.       Height = 20
  215.       Align = alTop
  216.       BevelOuter = bvNone
  217.       Caption = 'Images: 0'
  218.       Font.Color = clBlack
  219.       Font.Height = -12
  220.       Font.Name = 'MS Sans Serif'
  221.       Font.Style = [fsBold]
  222.       ParentFont = False
  223.       TabOrder = 1
  224.     end
  225.     object Panel5: TPanel
  226.       Left = 0
  227.       Top = 20
  228.       Width = 6
  229.       Height = 283
  230.       Align = alLeft
  231.       BevelOuter = bvNone
  232.       TabOrder = 2
  233.     end
  234.     object Panel6: TPanel
  235.       Left = 257
  236.       Top = 20
  237.       Width = 6
  238.       Height = 283
  239.       Align = alRight
  240.       BevelOuter = bvNone
  241.       TabOrder = 3
  242.     end
  243.     object ImageList: TListBox
  244.       Left = 6
  245.       Top = 20
  246.       Width = 251
  247.       Height = 275
  248.       Align = alClient
  249.       Color = clBtnFace
  250.       Ctl3D = False
  251.       Font.Color = clNavy
  252.       Font.Height = -12
  253.       Font.Name = 'MS Sans Serif'
  254.       Font.Style = [fsBold]
  255.       IntegralHeight = True
  256.       ItemHeight = 13
  257.       MultiSelect = True
  258.       ParentCtl3D = False
  259.       ParentFont = False
  260.       TabOrder = 4
  261.       OnClick = ImageListClick
  262.       OnDblClick = ViewBtnClick
  263.       OnKeyPress = ImageListKeyPress
  264.     end
  265.   end
  266.   object Panel1: TPanel
  267.     Left = 263
  268.     Top = 0
  269.     Width = 272
  270.     Height = 346
  271.     Align = alRight
  272.     Font.Color = clBlack
  273.     Font.Height = -12
  274.     Font.Name = 'MS Sans Serif'
  275.     Font.Style = [fsBold]
  276.     ParentFont = False
  277.     TabOrder = 0
  278.     object PageControl1: TPageControl
  279.       Left = 1
  280.       Top = 1
  281.       Width = 270
  282.       Height = 344
  283.       ActivePage = TabSheet1
  284.       Align = alClient
  285.       TabOrder = 0
  286.       TabWidth = 65
  287.       object TabSheet1: TTabSheet
  288.         Caption = 'Main'
  289.         object Label1: TLabel
  290.           Left = 60
  291.           Top = 36
  292.           Width = 142
  293.           Height = 36
  294.           Caption = 'CryptaPix'
  295.           Font.Color = clMaroon
  296.           Font.Height = -32
  297.           Font.Name = 'Times New Roman'
  298.           Font.Style = [fsBold]
  299.           ParentFont = False
  300.         end
  301.         object Label2: TLabel
  302.           Left = 203
  303.           Top = 38
  304.           Width = 12
  305.           Height = 15
  306.           Caption = '∩┐╜'
  307.           Font.Color = clBlack
  308.           Font.Height = -12
  309.           Font.Name = 'Arial'
  310.           Font.Style = []
  311.           ParentFont = False
  312.         end
  313.         object Label3: TLabel
  314.           Left = 94
  315.           Top = 81
  316.           Width = 74
  317.           Height = 16
  318.           Caption = 'Version 1.1a'
  319.           Font.Color = clMaroon
  320.           Font.Height = -13
  321.           Font.Name = 'MS Sans Serif'
  322.           Font.Style = []
  323.           ParentFont = False
  324.         end
  325.         object Label4: TLabel
  326.           Left = 51
  327.           Top = 126
  328.           Width = 167
  329.           Height = 13
  330.           Caption = 'Copyright ∩┐╜ 1996,1997 Kent Briggs'
  331.           Font.Color = clBlack
  332.           Font.Height = -12
  333.           Font.Name = 'MS Sans Serif'
  334.           Font.Style = []
  335.           ParentFont = False
  336.         end
  337.         object LicenseLabel: TLabel
  338.           Left = 102
  339.           Top = 171
  340.           Width = 58
  341.           Height = 13
  342.           Caption = 'Licensed to:'
  343.           Font.Color = clPurple
  344.           Font.Height = -12
  345.           Font.Name = 'MS Sans Serif'
  346.           Font.Style = []
  347.           ParentFont = False
  348.         end
  349.         object Label7: TLabel
  350.           Left = 101
  351.           Top = 100
  352.           Width = 60
  353.           Height = 13
  354.           Caption = '32-bit edition'
  355.           Font.Color = clMaroon
  356.           Font.Height = -12
  357.           Font.Name = 'MS Sans Serif'
  358.           Font.Style = []
  359.           ParentFont = False
  360.         end
  361.         object Label11: TLabel
  362.           Left = 92
  363.           Top = 138
  364.           Width = 79
  365.           Height = 13
  366.           Caption = 'Briggs Softworks'
  367.           Font.Color = clBlack
  368.           Font.Height = -12
  369.           Font.Name = 'MS Sans Serif'
  370.           Font.Style = []
  371.           ParentFont = False
  372.         end
  373.         object LicensePanel: TPanel
  374.           Left = 18
  375.           Top = 197
  376.           Width = 226
  377.           Height = 26
  378.           BevelInner = bvLowered
  379.           BevelOuter = bvNone
  380.           Caption = '[Unregistered Shareware]'
  381.           Font.Color = clNavy
  382.           Font.Height = -13
  383.           Font.Name = 'MS Sans Serif'
  384.           Font.Style = []
  385.           ParentFont = False
  386.           TabOrder = 0
  387.         end
  388.         object RegBtn: TBitBtn
  389.           Left = 19
  390.           Top = 248
  391.           Width = 64
  392.           Height = 48
  393.           Hint = 'Display ordering information'
  394.           Caption = 'Register'
  395.           Font.Color = clBlack
  396.           Font.Height = -12
  397.           Font.Name = 'MS Sans Serif'
  398.           Font.Style = [fsBold]
  399.           ModalResult = 1
  400.           ParentFont = False
  401.           ParentShowHint = False
  402.           ShowHint = True
  403.           TabOrder = 1
  404.           OnClick = RegBtnClick
  405.           Glyph.Data = {
  406.             78010000424D7801000000000000760000002800000020000000100000000100
  407.             04000000000000000000120B0000120B00000000000000000000000000000000
  408.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  409.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  410.             555555FFFFFFFFFF5F5557777777777505555777777777757F55555555555555
  411.             055555555555FF5575F555555550055030555555555775F7F7F55555550FB000
  412.             005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  413.             B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  414.             305555577F555557F7F5550E0BFBFB003055557575F55577F7F550EEE0BFB0B0
  415.             305557FF575F5757F7F5000EEE0BFBF03055777FF575FFF7F7F50000EEE00000
  416.             30557777FF577777F7F500000E05555BB05577777F75555777F5500000555550
  417.             3055577777555557F7F5550005555559995555777555555777550000}
  418.           Layout = blGlyphTop
  419.           NumGlyphs = 2
  420.         end
  421.         object ExitBtn: TBitBtn
  422.           Left = 99
  423.           Top = 248
  424.           Width = 65
  425.           Height = 48
  426.           Hint = 'Exit CryptaPix program'
  427.           Caption = 'Exit'
  428.           Font.Color = clBlack
  429.           Font.Height = -12
  430.           Font.Name = 'MS Sans Serif'
  431.           Font.Style = [fsBold]
  432.           ParentFont = False
  433.           ParentShowHint = False
  434.           ShowHint = True
  435.           TabOrder = 2
  436.           OnClick = ExitBtnClick
  437.           Glyph.Data = {
  438.             BE060000424DBE06000000000000360400002800000024000000120000000100
  439.             0800000000008802000000000000000000000000000000000000000000000000
  440.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  441.             A600000000000000000000000000000000000000000000000000000000000000
  442.             0000000000000000000000000000000000000000000000000000000000000000
  443.             0000000000000000000000000000000000000000000000000000000000000000
  444.             0000000000000000000000000000000000000000000000000000000000000000
  445.             0000000000000000000000000000000000000000000000000000000000000000
  446.             0000000000000000000000000000000000000000000000000000000000000000
  447.             0000000000000000000000000000000000000000000000000000000000000000
  448.             0000000000000000000000000000000000000000000000000000000000000000
  449.             0000000000000000000000000000000000000000000000000000000000000000
  450.             0000000000000000000000000000000000000000000000000000000000000000
  451.             0000000000000000000000000000000000000000000000000000000000000000
  452.             0000000000000000000000000000000000000000000000000000000000000000
  453.             0000000000000000000000000000000000000000000000000000000000000000
  454.             0000000000000000000000000000000000000000000000000000000000000000
  455.             0000000000000000000000000000000000000000000000000000000000000000
  456.             0000000000000000000000000000000000000000000000000000000000000000
  457.             0000000000000000000000000000000000000000000000000000000000000000
  458.             0000000000000000000000000000000000000000000000000000000000000000
  459.             0000000000000000000000000000000000000000000000000000000000000000
  460.             0000000000000000000000000000000000000000000000000000000000000000
  461.             0000000000000000000000000000000000000000000000000000000000000000
  462.             0000000000000000000000000000000000000000000000000000000000000000
  463.             0000000000000000000000000000000000000000000000000000000000000000
  464.             0000000000000000000000000000000000000000000000000000000000000000
  465.             0000000000000000000000000000000000000000000000000000000000000000
  466.             0000000000000000000000000000000000000000000000000000000000000000
  467.             0000000000000000000000000000000000000000000000000000000000000000
  468.             0000000000000000000000000000000000000000000000000000000000000000
  469.             0000000000000000000000000000000000000000000000000000000000000000
  470.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  471.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0003F8F8F8F8F8
  472.             F8F8F8F80707FF07FF07F807FFF8F8F8F8F8F8F8F8F8F8030303030303FF0404
  473.             0404040000F8F8F8FFFFFF0404040404F8F8F8F8F8F8F8F8F8F8FF030303FFFF
  474.             F8FF0303030304FD05000007FFFFFF0403030303F8F8F8F8F8F8F8F8F8F80303
  475.             03F8F8F8F8FF030303030405FD0500FFFFFFFF040303030303030303F8FFF8F8
  476.             F8FF030303F8FF0303FF0303030304FD05FD00FFFFFFFF040303030303030303
  477.             F8F807F8F8FF030303F8FF0303FF030303030405FD0500FFFEFFFE0403030303
  478.             03030303F8FFF807F8FF030303F8FF0303FF0303030304FD05FD00FFFFFFFF04
  479.             0303030303030303F8F807F8F8FF030303F8FF0303FF030303030405FD0500FF
  480.             FEFFFE040303030303030303F8FFF807F8FF030303F8FF0303FF0303030304FD
  481.             05FD00FFFFFFFF040303030303030303F8F807F8F8FF030303F8FF0303FF0303
  482.             03030405FD0500FFFEFFFE040303030303030303F8FFF807F8FF030303F8FF03
  483.             03FF0303030304FD05FD00FEFFFEFF040303030303030303F8F807F8F8FF0303
  484.             03F8FF0303FF030303030405FD0500FFFEFFFE040303030303030303F8FFF807
  485.             F8FF030303F8FF0303FF0303030304FD05FD00FEFFFEFF040303030303030303
  486.             F8F807F8F8FF030303F8FF0303FF030303030404040404040404040403030303
  487.             03030303F8FFF8FFF8FFFFFFFFF8FF0303FF0303030303030303030303030303
  488.             0303030303030303F8F8F8F8F8F8F8F8F8F8030303FF03030303030300000000
  489.             000003030303030303030303030303FFFFFFFFFFFF03030303FF030303030303
  490.             00FAFAFAFA00030303030303030303030303F8F8F8F8F8F8FF03030303FF0303
  491.             03030303000000000000030303030303030303030303F8FFFFFFFFF8FF030303
  492.             03FF}
  493.           Layout = blGlyphTop
  494.           NumGlyphs = 2
  495.         end
  496.         object HelpBtn: TBitBtn
  497.           Left = 179
  498.           Top = 248
  499.           Width = 65
  500.           Height = 48
  501.           Hint = 'Display CryptaPix help file'
  502.           Caption = 'Help'
  503.           Font.Color = clBlack
  504.           Font.Height = -12
  505.           Font.Name = 'MS Sans Serif'
  506.           Font.Style = [fsBold]
  507.           ParentFont = False
  508.           ParentShowHint = False
  509.           ShowHint = True
  510.           TabOrder = 3
  511.           OnClick = HelpBtnClick
  512.           Kind = bkHelp
  513.           Layout = blGlyphTop
  514.         end
  515.       end
  516.       object TabSheet2: TTabSheet
  517.         Caption = 'Select'
  518.         object Panel10: TPanel
  519.           Left = 65
  520.           Top = 0
  521.           Width = 197
  522.           Height = 316
  523.           Align = alClient
  524.           BevelOuter = bvNone
  525.           TabOrder = 1
  526.           OnResize = Panel10Resize
  527.           object DirectoryListBox1: TDirectoryListBox
  528.             Left = 0
  529.             Top = 52
  530.             Width = 197
  531.             Height = 116
  532.             Align = alTop
  533.             DirLabel = Label9
  534.             FileList = FileListBox1
  535.             Font.Color = clBlack
  536.             Font.Height = -12
  537.             Font.Name = 'MS Sans Serif'
  538.             Font.Style = []
  539.             IntegralHeight = True
  540.             ItemHeight = 16
  541.             ParentFont = False
  542.             TabOrder = 2
  543.           end
  544.           object FileListBox1: TFileListBox
  545.             Left = 0
  546.             Top = 191
  547.             Width = 197
  548.             Height = 125
  549.             Align = alClient
  550.             Ctl3D = True
  551.             FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal]
  552.             Font.Color = clBlack
  553.             Font.Height = -12
  554.             Font.Name = 'MS Sans Serif'
  555.             Font.Style = []
  556.             IntegralHeight = True
  557.             ItemHeight = 13
  558.             Mask = '*.cpx;*.bmp;*.gif;*.jpg;*.pcx;*.png;*.tif;'
  559.             MultiSelect = True
  560.             ParentCtl3D = False
  561.             ParentFont = False
  562.             TabOrder = 4
  563.             OnChange = FileListBox1Change
  564.             OnClick = FileListBox1Click
  565.             OnDblClick = FileListBox1DblClick
  566.             OnKeyPress = FileListBox1KeyPress
  567.           end
  568.           object Panel8: TPanel
  569.             Left = 0
  570.             Top = 0
  571.             Width = 197
  572.             Height = 33
  573.             Align = alTop
  574.             BevelOuter = bvNone
  575.             TabOrder = 0
  576.             object Label8: TLabel
  577.               Left = 1
  578.               Top = 1
  579.               Width = 25
  580.               Height = 13
  581.               Caption = 'Drive'
  582.               Font.Color = clBlack
  583.               Font.Height = -12
  584.               Font.Name = 'MS Sans Serif'
  585.               Font.Style = []
  586.               ParentFont = False
  587.             end
  588.             object DriveComboBox1: TDriveComboBox
  589.               Left = 1
  590.               Top = 15
  591.               Width = 192
  592.               Height = 19
  593.               DirList = DirectoryListBox1
  594.               Font.Color = clBlack
  595.               Font.Height = -12
  596.               Font.Name = 'MS Sans Serif'
  597.               Font.Style = [fsBold]
  598.               ParentFont = False
  599.               TabOrder = 0
  600.               OnClick = DriveComboBox1Click
  601.             end
  602.           end
  603.           object Panel9: TPanel
  604.             Left = 0
  605.             Top = 33
  606.             Width = 197
  607.             Height = 19
  608.             Align = alTop
  609.             BevelOuter = bvNone
  610.             TabOrder = 1
  611.             object Label9: TLabel
  612.               Left = 1
  613.               Top = 3
  614.               Width = 110
  615.               Height = 13
  616.               Caption = 'C:\Delphi 2.0\CPIX11a'
  617.               Font.Color = clBlack
  618.               Font.Height = -12
  619.               Font.Name = 'MS Sans Serif'
  620.               Font.Style = []
  621.               ParentFont = False
  622.             end
  623.           end
  624.           object Panel11: TPanel
  625.             Left = 0
  626.             Top = 168
  627.             Width = 197
  628.             Height = 23
  629.             Align = alTop
  630.             BevelOuter = bvNone
  631.             TabOrder = 3
  632.             object Label10: TLabel
  633.               Left = 0
  634.               Top = 6
  635.               Width = 21
  636.               Height = 13
  637.               Caption = 'Files'
  638.               Font.Color = clBlack
  639.               Font.Height = -12
  640.               Font.Name = 'MS Sans Serif'
  641.               Font.Style = []
  642.               ParentFont = False
  643.             end
  644.           end
  645.         end
  646.         object Panel7: TPanel
  647.           Left = 0
  648.           Top = 0
  649.           Width = 65
  650.           Height = 0
  651.           Align = alLeft
  652.           BevelOuter = bvNone
  653.           TabOrder = 0
  654.           object Add1Btn: TBitBtn
  655.             Left = 8
  656.             Top = 184
  657.             Width = 46
  658.             Height = 25
  659.             Hint = 'Add selected files only'
  660.             Caption = '<'
  661.             Font.Color = clNavy
  662.             Font.Height = -12
  663.             Font.Name = 'MS Sans Serif'
  664.             Font.Style = [fsBold]
  665.             ParentFont = False
  666.             ParentShowHint = False
  667.             ShowHint = True
  668.             TabOrder = 8
  669.             OnClick = Add1BtnClick
  670.             NumGlyphs = 2
  671.           end
  672.           object Add2Btn: TBitBtn
  673.             Left = 8
  674.             Top = 216
  675.             Width = 46
  676.             Height = 25
  677.             Hint = 'Add all files in directory'
  678.             Caption = '<<'
  679.             Font.Color = clNavy
  680.             Font.Height = -12
  681.             Font.Name = 'MS Sans Serif'
  682.             Font.Style = [fsBold]
  683.             ParentFont = False
  684.             ParentShowHint = False
  685.             ShowHint = True
  686.             TabOrder = 9
  687.             OnClick = Add2BtnClick
  688.             NumGlyphs = 2
  689.           end
  690.           object Add3Btn: TBitBtn
  691.             Left = 8
  692.             Top = 248
  693.             Width = 46
  694.             Height = 25
  695.             Hint = 'Add all files in directory & subdirectories'
  696.             Caption = '<<<'
  697.             Font.Color = clNavy
  698.             Font.Height = -12
  699.             Font.Name = 'MS Sans Serif'
  700.             Font.Style = [fsBold]
  701.             ParentFont = False
  702.             ParentShowHint = False
  703.             ShowHint = True
  704.             TabOrder = 10
  705.             OnClick = Add3BtnClick
  706.             NumGlyphs = 2
  707.           end
  708.           object SelectHelp: TBitBtn
  709.             Left = 8
  710.             Top = 280
  711.             Width = 46
  712.             Height = 26
  713.             Hint = 'Display help file'
  714.             Font.Color = clBlack
  715.             Font.Height = -12
  716.             Font.Name = 'MS Sans Serif'
  717.             Font.Style = [fsBold]
  718.             ParentFont = False
  719.             ParentShowHint = False
  720.             ShowHint = True
  721.             TabOrder = 11
  722.             OnClick = SelectHelpClick
  723.             Glyph.Data = {
  724.               BE060000424DBE06000000000000360400002800000024000000120000000100
  725.               0800000000008802000000000000000000000000000000000000000000000000
  726.               80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  727.               A600000000000000000000000000000000000000000000000000000000000000
  728.               0000000000000000000000000000000000000000000000000000000000000000
  729.               0000000000000000000000000000000000000000000000000000000000000000
  730.               0000000000000000000000000000000000000000000000000000000000000000
  731.               0000000000000000000000000000000000000000000000000000000000000000
  732.               0000000000000000000000000000000000000000000000000000000000000000
  733.               0000000000000000000000000000000000000000000000000000000000000000
  734.               0000000000000000000000000000000000000000000000000000000000000000
  735.               0000000000000000000000000000000000000000000000000000000000000000
  736.               0000000000000000000000000000000000000000000000000000000000000000
  737.               0000000000000000000000000000000000000000000000000000000000000000
  738.               0000000000000000000000000000000000000000000000000000000000000000
  739.               0000000000000000000000000000000000000000000000000000000000000000
  740.               0000000000000000000000000000000000000000000000000000000000000000
  741.               0000000000000000000000000000000000000000000000000000000000000000
  742.               0000000000000000000000000000000000000000000000000000000000000000
  743.               0000000000000000000000000000000000000000000000000000000000000000
  744.               0000000000000000000000000000000000000000000000000000000000000000
  745.               0000000000000000000000000000000000000000000000000000000000000000
  746.               0000000000000000000000000000000000000000000000000000000000000000
  747.               0000000000000000000000000000000000000000000000000000000000000000
  748.               0000000000000000000000000000000000000000000000000000000000000000
  749.               0000000000000000000000000000000000000000000000000000000000000000
  750.               0000000000000000000000000000000000000000000000000000000000000000
  751.               0000000000000000000000000000000000000000000000000000000000000000
  752.               0000000000000000000000000000000000000000000000000000000000000000
  753.               0000000000000000000000000000000000000000000000000000000000000000
  754.               0000000000000000000000000000000000000000000000000000000000000000
  755.               0000000000000000000000000000000000000000000000000000000000000000
  756.               000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  757.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  758.               03030606030303030303030303030303030303FFFF0303030303030303030303
  759.               0303030303060404060303030303030303030303030303F8F8FF030303030303
  760.               030303030303030303FE06060403030303030303030303030303F8FF03F8FF03
  761.               0303030303030303030303030303FE060603030303030303030303030303F8FF
  762.               FFF8FF0303030303030303030303030303030303030303030303030303030303
  763.               030303F8F8030303030303030303030303030303030304040603030303030303
  764.               0303030303030303FFFF03030303030303030303030303030306060604030303
  765.               0303030303030303030303F8F8F8FF0303030303030303030303030303FE0606
  766.               0403030303030303030303030303F8FF03F8FF03030303030303030303030303
  767.               03FE06060604030303030303030303030303F8FF03F8FF030303030303030303
  768.               030303030303FE060606040303030303030303030303F8FF0303F8FF03030303
  769.               0303030303030303030303FE060606040303030303030303030303F8FF0303F8
  770.               FF030303030303030303030404030303FE060606040303030303030303FF0303
  771.               F8FF0303F8FF030303030303030306060604030303FE06060403030303030303
  772.               F8F8FF0303F8FF0303F8FF03030303030303FE06060604040406060604030303
  773.               030303F8FF03F8FFFFFFF80303F8FF0303030303030303FE0606060606060606
  774.               06030303030303F8FF0303F8F8F8030303F8FF030303030303030303FEFE0606
  775.               060606060303030303030303F8FFFF030303030303F803030303030303030303
  776.               0303FEFEFEFEFE03030303030303030303F8F8FFFFFFFFFFF803030303030303
  777.               0303030303030303030303030303030303030303030303F8F8F8F8F803030303
  778.               0303}
  779.             NumGlyphs = 2
  780.           end
  781.           object TypeBtn: TButton
  782.             Left = 8
  783.             Top = 13
  784.             Width = 46
  785.             Height = 20
  786.             Hint = 'Toggle all types'
  787.             Caption = 'Types'
  788.             Font.Color = clBlack
  789.             Font.Height = -12
  790.             Font.Name = 'MS Sans Serif'
  791.             Font.Style = []
  792.             ParentFont = False
  793.             ParentShowHint = False
  794.             ShowHint = True
  795.             TabOrder = 0
  796.             OnClick = TypeBtnClick
  797.           end
  798.           object cpxcb: TCheckBox
  799.             Left = 13
  800.             Top = 38
  801.             Width = 39
  802.             Height = 14
  803.             Hint = 'Encrypted CryptaPix files'
  804.             Caption = 'cpx'
  805.             Font.Color = clMaroon
  806.             Font.Height = -12
  807.             Font.Name = 'MS Sans Serif'
  808.             Font.Style = []
  809.             ParentFont = False
  810.             ParentShowHint = False
  811.             ShowHint = True
  812.             State = cbChecked
  813.             TabOrder = 1
  814.             OnClick = cpxcbClick
  815.           end
  816.           object bmpcb: TCheckBox
  817.             Left = 13
  818.             Top = 58
  819.             Width = 39
  820.             Height = 13
  821.             Hint = 'Windows Bitmap files'
  822.             Caption = 'bmp'
  823.             Font.Color = clNavy
  824.             Font.Height = -12
  825.             Font.Name = 'MS Sans Serif'
  826.             Font.Style = []
  827.             ParentFont = False
  828.             ParentShowHint = False
  829.             ShowHint = True
  830.             State = cbChecked
  831.             TabOrder = 2
  832.             OnClick = bmpcbClick
  833.           end
  834.           object gifcb: TCheckBox
  835.             Left = 13
  836.             Top = 77
  837.             Width = 39
  838.             Height = 13
  839.             Hint = 'Graphics Interchange Format files'
  840.             Caption = 'gif'
  841.             Font.Color = clNavy
  842.             Font.Height = -12
  843.             Font.Name = 'MS Sans Serif'
  844.             Font.Style = []
  845.             ParentFont = False
  846.             ParentShowHint = False
  847.             ShowHint = True
  848.             State = cbChecked
  849.             TabOrder = 3
  850.             OnClick = gifcbClick
  851.           end
  852.           object jpgcb: TCheckBox
  853.             Left = 13
  854.             Top = 96
  855.             Width = 39
  856.             Height = 14
  857.             Hint = 'Joint Photographic Experts Group files'
  858.             Caption = 'jpg'
  859.             Font.Color = clNavy
  860.             Font.Height = -12
  861.             Font.Name = 'MS Sans Serif'
  862.             Font.Style = []
  863.             ParentFont = False
  864.             ParentShowHint = False
  865.             ShowHint = True
  866.             State = cbChecked
  867.             TabOrder = 4
  868.             OnClick = jpgcbClick
  869.           end
  870.           object pcxcb: TCheckBox
  871.             Left = 13
  872.             Top = 115
  873.             Width = 39
  874.             Height = 14
  875.             Hint = 'PC-Paintbrush files'
  876.             Caption = 'pcx'
  877.             Font.Color = clNavy
  878.             Font.Height = -12
  879.             Font.Name = 'MS Sans Serif'
  880.             Font.Style = []
  881.             ParentFont = False
  882.             ParentShowHint = False
  883.             ShowHint = True
  884.             State = cbChecked
  885.             TabOrder = 5
  886.             OnClick = pcxcbClick
  887.           end
  888.           object pngcb: TCheckBox
  889.             Left = 13
  890.             Top = 134
  891.             Width = 39
  892.             Height = 14
  893.             Hint = 'Portable Network Graphics files'
  894.             Caption = 'png'
  895.             Font.Color = clNavy
  896.             Font.Height = -12
  897.             Font.Name = 'MS Sans Serif'
  898.             Font.Style = []
  899.             ParentFont = False
  900.             ParentShowHint = False
  901.             ShowHint = True
  902.             State = cbChecked
  903.             TabOrder = 6
  904.             OnClick = pngcbClick
  905.           end
  906.           object tifcb: TCheckBox
  907.             Left = 13
  908.             Top = 154
  909.             Width = 39
  910.             Height = 13
  911.             Hint = 'Tagged Image File Format files'
  912.             Caption = 'tif'
  913.             Font.Color = clNavy
  914.             Font.Height = -12
  915.             Font.Name = 'MS Sans Serif'
  916.             Font.Style = []
  917.             ParentFont = False
  918.             ParentShowHint = False
  919.             ShowHint = True
  920.             State = cbChecked
  921.             TabOrder = 7
  922.             OnClick = tifcbClick
  923.           end
  924.         end
  925.       end
  926.       object TabSheet3: TTabSheet
  927.         Caption = 'Files'
  928.         object Bevel1: TBevel
  929.           Left = 7
  930.           Top = 8
  931.           Width = 249
  932.           Height = 41
  933.         end
  934.         object Bevel2: TBevel
  935.           Left = 7
  936.           Top = 64
  937.           Width = 249
  938.           Height = 81
  939.         end
  940.         object Bevel3: TBevel
  941.           Left = 7
  942.           Top = 211
  943.           Width = 249
  944.           Height = 81
  945.         end
  946.         object Bevel4: TBevel
  947.           Left = 7
  948.           Top = 158
  949.           Width = 249
  950.           Height = 41
  951.         end
  952.         object BitBtn1: TBitBtn
  953.           Left = 140
  954.           Top = 258
  955.           Width = 103
  956.           Height = 28
  957.           Hint = 'Display help file'
  958.           Caption = 'Help'
  959.           Font.Color = clBlack
  960.           Font.Height = -12
  961.           Font.Name = 'MS Sans Serif'
  962.           Font.Style = []
  963.           ParentFont = False
  964.           ParentShowHint = False
  965.           ShowHint = True
  966.           TabOrder = 10
  967.           OnClick = BitBtn1Click
  968.           Glyph.Data = {
  969.             BE060000424DBE06000000000000360400002800000024000000120000000100
  970.             0800000000008802000000000000000000000000000000000000000000000000
  971.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  972.             A600000000000000000000000000000000000000000000000000000000000000
  973.             0000000000000000000000000000000000000000000000000000000000000000
  974.             0000000000000000000000000000000000000000000000000000000000000000
  975.             0000000000000000000000000000000000000000000000000000000000000000
  976.             0000000000000000000000000000000000000000000000000000000000000000
  977.             0000000000000000000000000000000000000000000000000000000000000000
  978.             0000000000000000000000000000000000000000000000000000000000000000
  979.             0000000000000000000000000000000000000000000000000000000000000000
  980.             0000000000000000000000000000000000000000000000000000000000000000
  981.             0000000000000000000000000000000000000000000000000000000000000000
  982.             0000000000000000000000000000000000000000000000000000000000000000
  983.             0000000000000000000000000000000000000000000000000000000000000000
  984.             0000000000000000000000000000000000000000000000000000000000000000
  985.             0000000000000000000000000000000000000000000000000000000000000000
  986.             0000000000000000000000000000000000000000000000000000000000000000
  987.             0000000000000000000000000000000000000000000000000000000000000000
  988.             0000000000000000000000000000000000000000000000000000000000000000
  989.             0000000000000000000000000000000000000000000000000000000000000000
  990.             0000000000000000000000000000000000000000000000000000000000000000
  991.             0000000000000000000000000000000000000000000000000000000000000000
  992.             0000000000000000000000000000000000000000000000000000000000000000
  993.             0000000000000000000000000000000000000000000000000000000000000000
  994.             0000000000000000000000000000000000000000000000000000000000000000
  995.             0000000000000000000000000000000000000000000000000000000000000000
  996.             0000000000000000000000000000000000000000000000000000000000000000
  997.             0000000000000000000000000000000000000000000000000000000000000000
  998.             0000000000000000000000000000000000000000000000000000000000000000
  999.             0000000000000000000000000000000000000000000000000000000000000000
  1000.             0000000000000000000000000000000000000000000000000000000000000000
  1001.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1002.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1003.             03030606030303030303030303030303030303FFFF0303030303030303030303
  1004.             0303030303060404060303030303030303030303030303F8F8FF030303030303
  1005.             030303030303030303FE06060403030303030303030303030303F8FF03F8FF03
  1006.             0303030303030303030303030303FE060603030303030303030303030303F8FF
  1007.             FFF8FF0303030303030303030303030303030303030303030303030303030303
  1008.             030303F8F8030303030303030303030303030303030304040603030303030303
  1009.             0303030303030303FFFF03030303030303030303030303030306060604030303
  1010.             0303030303030303030303F8F8F8FF0303030303030303030303030303FE0606
  1011.             0403030303030303030303030303F8FF03F8FF03030303030303030303030303
  1012.             03FE06060604030303030303030303030303F8FF03F8FF030303030303030303
  1013.             030303030303FE060606040303030303030303030303F8FF0303F8FF03030303
  1014.             0303030303030303030303FE060606040303030303030303030303F8FF0303F8
  1015.             FF030303030303030303030404030303FE060606040303030303030303FF0303
  1016.             F8FF0303F8FF030303030303030306060604030303FE06060403030303030303
  1017.             F8F8FF0303F8FF0303F8FF03030303030303FE06060604040406060604030303
  1018.             030303F8FF03F8FFFFFFF80303F8FF0303030303030303FE0606060606060606
  1019.             06030303030303F8FF0303F8F8F8030303F8FF030303030303030303FEFE0606
  1020.             060606060303030303030303F8FFFF030303030303F803030303030303030303
  1021.             0303FEFEFEFEFE03030303030303030303F8F8FFFFFFFFFFF803030303030303
  1022.             0303030303030303030303030303030303030303030303F8F8F8F8F803030303
  1023.             0303}
  1024.           NumGlyphs = 2
  1025.         end
  1026.         object OpenSSBtn: TBitBtn
  1027.           Left = 18
  1028.           Top = 15
  1029.           Width = 103
  1030.           Height = 26
  1031.           Hint = 'Open Slideshow'
  1032.           Caption = 'Open SS'
  1033.           Font.Color = clBlack
  1034.           Font.Height = -12
  1035.           Font.Name = 'MS Sans Serif'
  1036.           Font.Style = []
  1037.           ParentFont = False
  1038.           ParentShowHint = False
  1039.           ShowHint = True
  1040.           TabOrder = 0
  1041.           OnClick = OpenSSBtnClick
  1042.           Glyph.Data = {
  1043.             78010000424D7801000000000000760000002800000020000000100000000100
  1044.             04000000000000000000120B0000120B00000000000000000000000000000000
  1045.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1046.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1047.             5555555555555555555555555555555555555555555555555555555555555555
  1048.             555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  1049.             55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  1050.             B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  1051.             000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  1052.             555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  1053.             55555575FFF75555555555700007555555555557777555555555555555555555
  1054.             55555555555555555555555555555555555555555555555555550000}
  1055.           NumGlyphs = 2
  1056.         end
  1057.         object SaveSSBtn: TBitBtn
  1058.           Left = 140
  1059.           Top = 16
  1060.           Width = 103
  1061.           Height = 25
  1062.           Hint = 'Save Slideshow'
  1063.           Caption = 'Save SS'
  1064.           Enabled = False
  1065.           Font.Color = clBlack
  1066.           Font.Height = -12
  1067.           Font.Name = 'MS Sans Serif'
  1068.           Font.Style = []
  1069.           ParentFont = False
  1070.           ParentShowHint = False
  1071.           ShowHint = True
  1072.           TabOrder = 1
  1073.           OnClick = SaveSSBtnClick
  1074.           Glyph.Data = {
  1075.             76010000424D7601000000000000760000002800000020000000100000000100
  1076.             04000000000000010000130B0000130B00000000000000000000000000000000
  1077.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1078.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  1079.             7700333333337777777733333333008088003333333377F73377333333330088
  1080.             88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  1081.             000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  1082.             FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  1083.             99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  1084.             99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  1085.             99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  1086.             93337FFFF7737777733300000033333333337777773333333333}
  1087.           NumGlyphs = 2
  1088.         end
  1089.         object EncryptBtn: TBitBtn
  1090.           Left = 18
  1091.           Top = 72
  1092.           Width = 103
  1093.           Height = 25
  1094.           Hint = 'Encrypt selected files'
  1095.           Caption = 'Encrypt'
  1096.           Enabled = False
  1097.           Font.Color = clBlack
  1098.           Font.Height = -12
  1099.           Font.Name = 'MS Sans Serif'
  1100.           Font.Style = []
  1101.           ParentFont = False
  1102.           ParentShowHint = False
  1103.           ShowHint = True
  1104.           TabOrder = 2
  1105.           OnClick = EncryptBtnClick
  1106.           Glyph.Data = {
  1107.             34010000424D3401000000000000760000002800000012000000120000000100
  1108.             040002000000BE00000000000000000000001000000010000000000000000000
  1109.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  1110.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00127700001200
  1111.             000002030E330230000002030E330230000002030E330230000002030E330230
  1112.             000002030E330230000002030E3302300000120000000006770FF00006770006
  1113.             0FF0770000000006770FF000067700060FF0770000000006770FF00006770006
  1114.             0FF0770000000006770FF000067700060FF0770000000012770FFF077770FFF0
  1115.             7700000000127770FFF0000FFF07770000000477020F06FF02F0047700000477
  1116.             000A700FFFF0070004770000067700067000070006770001}
  1117.         end
  1118.         object DecryptBtn: TBitBtn
  1119.           Left = 140
  1120.           Top = 72
  1121.           Width = 103
  1122.           Height = 25
  1123.           Hint = 'Decrypt selected CPX files'
  1124.           Caption = 'Decrypt'
  1125.           Enabled = False
  1126.           Font.Color = clBlack
  1127.           Font.Height = -12
  1128.           Font.Name = 'MS Sans Serif'
  1129.           Font.Style = []
  1130.           ParentFont = False
  1131.           ParentShowHint = False
  1132.           ShowHint = True
  1133.           TabOrder = 3
  1134.           OnClick = DecryptBtnClick
  1135.           Glyph.Data = {
  1136.             38010000424D380100000000000076000000280000001A000000120000000100
  1137.             040002000000C200000000000000000000001000000010000000000000000000
  1138.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  1139.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF001A7700001200
  1140.             0877000002030E3302300877000002030E3302300877000002030E3302300877
  1141.             000002030E3302300877000002030E3302300877000002030E33023008770000
  1142.             1200087700000C7700040FF00677040000000C7700040FF0067700040FF00000
  1143.             0C7700040FF0067700040FF000000C7700040FF0067700040FF000000C77000E
  1144.             0FFF077770FFF00000000C77000E70FFF0000FFF070000000E77020F06FF0004
  1145.             F07700000E77000C700FFFF007770000107700067000070004770001}
  1146.         end
  1147.         object ConvertBtn: TBitBtn
  1148.           Left = 18
  1149.           Top = 111
  1150.           Width = 103
  1151.           Height = 26
  1152.           Hint = 'Convert selected images to new format'
  1153.           Caption = 'Convert'
  1154.           Enabled = False
  1155.           Font.Color = clBlack
  1156.           Font.Height = -12
  1157.           Font.Name = 'MS Sans Serif'
  1158.           Font.Style = []
  1159.           ParentFont = False
  1160.           ParentShowHint = False
  1161.           ShowHint = True
  1162.           TabOrder = 4
  1163.           OnClick = ConvertBtnClick
  1164.           Glyph.Data = {
  1165.             76010000424D7601000000000000760000002800000020000000100000000100
  1166.             04000000000000010000130B0000130B00000000000000000000000000000000
  1167.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1168.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  1169.             333333333333337FF3333333333333903333333333333377FF33333333333399
  1170.             03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  1171.             99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  1172.             99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  1173.             03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  1174.             33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  1175.             33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  1176.             3333777777333333333333333333333333333333333333333333}
  1177.           NumGlyphs = 2
  1178.         end
  1179.         object WipeBtn: TBitBtn
  1180.           Left = 140
  1181.           Top = 111
  1182.           Width = 103
  1183.           Height = 26
  1184.           Hint = 'Wipe selected files'
  1185.           Caption = 'Wipe'
  1186.           Enabled = False
  1187.           Font.Color = clBlack
  1188.           Font.Height = -12
  1189.           Font.Name = 'MS Sans Serif'
  1190.           Font.Style = []
  1191.           ParentFont = False
  1192.           ParentShowHint = False
  1193.           ShowHint = True
  1194.           TabOrder = 5
  1195.           OnClick = WipeBtnClick
  1196.           Glyph.Data = {
  1197.             42010000424D4201000000000000760000002800000011000000110000000100
  1198.             040000000000CC00000000000000000000001000000010000000000000000000
  1199.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  1200.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
  1201.             77777000000077777777770F00777000000077777777770FFF00700000007777
  1202.             7777770FFFF070000000777000007707FFF070000000770FFFFF070F7FF07000
  1203.             000070FFFFFFF00FF7F0700000000FFFF0FFFF8FFF70700000000FFF000FFF8F
  1204.             FFF0700000000FFF000FFF8FFFF0700000000FFFF0FFFF8FFFF07000000070FF
  1205.             FFFFF87FFFF070000000770FFFFF8FF77FF07000000077700888FFFFF7077000
  1206.             00007777700FFFFFF07770000000777777700000077770000000777777777777
  1207.             777770000000}
  1208.         end
  1209.         object InfoBtn: TBitBtn
  1210.           Left = 19
  1211.           Top = 258
  1212.           Width = 103
  1213.           Height = 26
  1214.           Hint = 'Display information for selected file'
  1215.           Caption = 'Info'
  1216.           Enabled = False
  1217.           Font.Color = clBlack
  1218.           Font.Height = -12
  1219.           Font.Name = 'MS Sans Serif'
  1220.           Font.Style = []
  1221.           ParentFont = False
  1222.           ParentShowHint = False
  1223.           ShowHint = True
  1224.           TabOrder = 6
  1225.           OnClick = InfoBtnClick
  1226.           Glyph.Data = {
  1227.             78010000424D7801000000000000760000002800000020000000100000000100
  1228.             04000000000000000000120B0000120B00000000000000000000000000000000
  1229.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1230.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
  1231.             0000333377777777777733330FFFFFFFFFF033337F3FFF3F3FF733330F000F0F
  1232.             00F033337F777373773733330FFFFFFFFFF033337F3FF3FF3FF733330F00F00F
  1233.             00F033337F773773773733330FFFFFFFFFF033337FF3333FF3F7333300FFFF00
  1234.             F0F03333773FF377F7373330FB00F0F0FFF0333733773737F3F7330FB0BF0FB0
  1235.             F0F0337337337337373730FBFBF0FB0FFFF037F333373373333730BFBF0FB0FF
  1236.             FFF037F3337337333FF700FBFBFB0FFF000077F333337FF37777E0BFBFB000FF
  1237.             0FF077FF3337773F7F37EE0BFB0BFB0F0F03777FF3733F737F73EEE0BFBF00FF
  1238.             00337777FFFF77FF7733EEEE00000000033377777777777773330000}
  1239.           NumGlyphs = 2
  1240.         end
  1241.         object PrintBtn: TBitBtn
  1242.           Left = 140
  1243.           Top = 219
  1244.           Width = 103
  1245.           Height = 26
  1246.           Hint = 'Print selected image'
  1247.           Caption = 'Print'
  1248.           Enabled = False
  1249.           Font.Color = clBlack
  1250.           Font.Height = -12
  1251.           Font.Name = 'MS Sans Serif'
  1252.           Font.Style = []
  1253.           ParentFont = False
  1254.           ParentShowHint = False
  1255.           ShowHint = True
  1256.           TabOrder = 7
  1257.           OnClick = PrintBtnClick
  1258.           Glyph.Data = {
  1259.             78010000424D7801000000000000760000002800000020000000100000000100
  1260.             04000000000000000000120B0000120B00000000000000000000000000000000
  1261.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1262.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  1263.             0003377777777777777308888888888888807F33333333333337088888888888
  1264.             88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  1265.             8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  1266.             8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  1267.             03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  1268.             03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  1269.             33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  1270.             33333337FFFF77333333333000000333333333377777733333330000}
  1271.           NumGlyphs = 2
  1272.         end
  1273.         object SelectBtn: TBitBtn
  1274.           Left = 18
  1275.           Top = 165
  1276.           Width = 103
  1277.           Height = 26
  1278.           Hint = 'Select all files in image list'
  1279.           Caption = 'Select all'
  1280.           Enabled = False
  1281.           Font.Color = clBlack
  1282.           Font.Height = -12
  1283.           Font.Name = 'MS Sans Serif'
  1284.           Font.Style = []
  1285.           ModalResult = 8
  1286.           ParentFont = False
  1287.           ParentShowHint = False
  1288.           ShowHint = True
  1289.           TabOrder = 8
  1290.           OnClick = SelectBtnClick
  1291.           Glyph.Data = {
  1292.             E2060000424DE206000000000000360400002800000024000000130000000100
  1293.             080000000000AC02000000000000000000000000000000000000000000000000
  1294.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1295.             A600000000000000000000000000000000000000000000000000000000000000
  1296.             0000000000000000000000000000000000000000000000000000000000000000
  1297.             0000000000000000000000000000000000000000000000000000000000000000
  1298.             0000000000000000000000000000000000000000000000000000000000000000
  1299.             0000000000000000000000000000000000000000000000000000000000000000
  1300.             0000000000000000000000000000000000000000000000000000000000000000
  1301.             0000000000000000000000000000000000000000000000000000000000000000
  1302.             0000000000000000000000000000000000000000000000000000000000000000
  1303.             0000000000000000000000000000000000000000000000000000000000000000
  1304.             0000000000000000000000000000000000000000000000000000000000000000
  1305.             0000000000000000000000000000000000000000000000000000000000000000
  1306.             0000000000000000000000000000000000000000000000000000000000000000
  1307.             0000000000000000000000000000000000000000000000000000000000000000
  1308.             0000000000000000000000000000000000000000000000000000000000000000
  1309.             0000000000000000000000000000000000000000000000000000000000000000
  1310.             0000000000000000000000000000000000000000000000000000000000000000
  1311.             0000000000000000000000000000000000000000000000000000000000000000
  1312.             0000000000000000000000000000000000000000000000000000000000000000
  1313.             0000000000000000000000000000000000000000000000000000000000000000
  1314.             0000000000000000000000000000000000000000000000000000000000000000
  1315.             0000000000000000000000000000000000000000000000000000000000000000
  1316.             0000000000000000000000000000000000000000000000000000000000000000
  1317.             0000000000000000000000000000000000000000000000000000000000000000
  1318.             0000000000000000000000000000000000000000000000000000000000000000
  1319.             0000000000000000000000000000000000000000000000000000000000000000
  1320.             0000000000000000000000000000000000000000000000000000000000000000
  1321.             0000000000000000000000000000000000000000000000000000000000000000
  1322.             0000000000000000000000000000000000000000000000000000000000000000
  1323.             0000000000000000000000000000000000000000000000000000000000000000
  1324.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1325.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030304
  1326.             0403030303030303030303030303030303F8F8FF030303030303030303030303
  1327.             0303040202040303030303030303030303030303F80303F8FF03030303030303
  1328.             0303030303040202020204030303030303030303030303F803030303F8FF0303
  1329.             0303030303030303040202020202020403030303030303030303F80303030303
  1330.             03F8FF030303030303030304020202FA02020202040303030303030303F8FF03
  1331.             03FF03030303F8FF03030303030303020202FA02FA0202020403030303030303
  1332.             03F8FF03F803FF030303F8FF03030303030303FA02FA020202FA020202040303
  1333.             0303030303F8FFF8030303FF030303F8FF03030303030304FA0202020202FA02
  1334.             020204030303030303F8F80303030303FF030303F8FF0303030304020202FA02
  1335.             020202FA0202020403030303F8FF0303F8FF030303FF030303F8FF0303030202
  1336.             02FA03FA02020204FA02020204030303F8FF03F803F8FF0303F8FF030303F8FF
  1337.             0303FA02FA030303FA02020204FA020202040303F8FFF8030303F8FF0303F8FF
  1338.             030303F8FF0303FA0303030303FA02020204FA020202040303F80303030303F8
  1339.             FF0303F8FF030303F8FF0303030303030303FA02020204FA0202040303030303
  1340.             03030303F8FF0303F8FF0303F8FF030303030303030303FA02020204FA020203
  1341.             030303030303030303F8FF0303F8FFF8030303030303030303030303FA020202
  1342.             04FA030303030303030303030303F8FF0303F8FF030303030303030303030303
  1343.             03FA0202020403030303030303030303030303F8FF0303F8FF03030303030303
  1344.             030303030303FA0202040303030303030303030303030303F8FF03F8FF030303
  1345.             0303030303030303030303FA0202030303030303030303030303030303F8FFF8
  1346.             FF030303030303030303030303030303FA030303030303030303030303030303
  1347.             0303F8030303}
  1348.           NumGlyphs = 2
  1349.         end
  1350.         object SortBtn: TBitBtn
  1351.           Left = 140
  1352.           Top = 165
  1353.           Width = 103
  1354.           Height = 26
  1355.           Hint = 'Sort files in image list'
  1356.           Caption = 'Sort list'
  1357.           Enabled = False
  1358.           Font.Color = clBlack
  1359.           Font.Height = -12
  1360.           Font.Name = 'MS Sans Serif'
  1361.           Font.Style = []
  1362.           ParentFont = False
  1363.           ParentShowHint = False
  1364.           ShowHint = True
  1365.           TabOrder = 9
  1366.           OnClick = SortBtnClick
  1367.           Kind = bkRetry
  1368.         end
  1369.         object RenameBtn: TBitBtn
  1370.           Left = 19
  1371.           Top = 219
  1372.           Width = 103
  1373.           Height = 26
  1374.           Hint = 'Rename selected file'
  1375.           Caption = 'Rename'
  1376.           Enabled = False
  1377.           Font.Color = clBlack
  1378.           Font.Height = -12
  1379.           Font.Name = 'MS Sans Serif'
  1380.           Font.Style = []
  1381.           ParentFont = False
  1382.           ParentShowHint = False
  1383.           ShowHint = True
  1384.           TabOrder = 11
  1385.           OnClick = RenameBtnClick
  1386.           Glyph.Data = {
  1387.             78010000424D7801000000000000760000002800000020000000100000000100
  1388.             04000000000000000000120B0000120B00000000000000000000000000000000
  1389.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1390.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1391.             555557777F777555F55500000000555055557777777755F75555005500055055
  1392.             555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1393.             5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1394.             555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1395.             3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1396.             B03055555F555757575755550555550B0B335555755555757555555555555550
  1397.             BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1398.             50BB555555555555575F555555555555550B55555555555555750000}
  1399.           NumGlyphs = 2
  1400.         end
  1401.       end
  1402.       object TabSheet4: TTabSheet
  1403.         Caption = 'Options'
  1404.         object OptionsGB: TGroupBox
  1405.           Left = 6
  1406.           Top = 13
  1407.           Width = 251
  1408.           Height = 236
  1409.           Caption = 'Viewing Options'
  1410.           TabOrder = 0
  1411.           object Label5: TLabel
  1412.             Left = 160
  1413.             Top = 136
  1414.             Width = 71
  1415.             Height = 13
  1416.             Caption = 'Delay (secs)'
  1417.           end
  1418.           object Label6: TLabel
  1419.             Left = 160
  1420.             Top = 184
  1421.             Width = 69
  1422.             Height = 13
  1423.             Caption = 'Background'
  1424.           end
  1425.           object AutoAdvance: TCheckBox
  1426.             Left = 13
  1427.             Top = 64
  1428.             Width = 100
  1429.             Height = 14
  1430.             Caption = 'Auto advance'
  1431.             TabOrder = 2
  1432.           end
  1433.           object Reverse: TCheckBox
  1434.             Left = 13
  1435.             Top = 83
  1436.             Width = 68
  1437.             Height = 14
  1438.             Caption = 'Reverse'
  1439.             TabOrder = 3
  1440.           end
  1441.           object Loop: TCheckBox
  1442.             Left = 13
  1443.             Top = 102
  1444.             Width = 52
  1445.             Height = 14
  1446.             Caption = 'Loop'
  1447.             TabOrder = 4
  1448.           end
  1449.           object Shrink: TCheckBox
  1450.             Left = 126
  1451.             Top = 26
  1452.             Width = 91
  1453.             Height = 13
  1454.             Caption = 'Shrink to fit'
  1455.             State = cbChecked
  1456.             TabOrder = 5
  1457.           end
  1458.           object ShowName: TCheckBox
  1459.             Left = 126
  1460.             Top = 45
  1461.             Width = 110
  1462.             Height = 13
  1463.             Caption = 'Show file name'
  1464.             State = cbChecked
  1465.             TabOrder = 6
  1466.           end
  1467.           object ShowNum: TCheckBox
  1468.             Left = 126
  1469.             Top = 64
  1470.             Width = 99
  1471.             Height = 14
  1472.             Caption = 'Show file no.'
  1473.             State = cbChecked
  1474.             TabOrder = 7
  1475.           end
  1476.           object ShowStatus: TCheckBox
  1477.             Left = 126
  1478.             Top = 83
  1479.             Width = 115
  1480.             Height = 15
  1481.             Caption = 'Show status line'
  1482.             State = cbChecked
  1483.             TabOrder = 8
  1484.           end
  1485.           object Dithering: TCheckBox
  1486.             Left = 126
  1487.             Top = 102
  1488.             Width = 99
  1489.             Height = 14
  1490.             Caption = 'Use dithering'
  1491.             State = cbChecked
  1492.             TabOrder = 9
  1493.           end
  1494.           object VideoMode: TRadioGroup
  1495.             Left = 13
  1496.             Top = 134
  1497.             Width = 132
  1498.             Height = 84
  1499.             Caption = 'Video mode'
  1500.             ItemIndex = 0
  1501.             Items.Strings = (
  1502.               'Auto detect'
  1503.               '4-bit (16 color)'
  1504.               '8-bit (256 color)'
  1505.               '24-bit (16M color)')
  1506.             TabOrder = 10
  1507.           end
  1508.           object Pause: TSpinEdit
  1509.             Left = 160
  1510.             Top = 152
  1511.             Width = 77
  1512.             Height = 22
  1513.             MaxLength = 4
  1514.             MaxValue = 9999
  1515.             MinValue = 0
  1516.             TabOrder = 11
  1517.             Value = 10
  1518.           end
  1519.           object BColor: TComboBox
  1520.             Left = 160
  1521.             Top = 200
  1522.             Width = 77
  1523.             Height = 21
  1524.             Style = csDropDownList
  1525.             ItemHeight = 13
  1526.             Items.Strings = (
  1527.               'Aqua'
  1528.               'Black'
  1529.               'Blue'
  1530.               'Fuchsia'
  1531.               'Gray'
  1532.               'Green'
  1533.               'Lime'
  1534.               'Maroon'
  1535.               'Navy'
  1536.               'Olive'
  1537.               'Purple'
  1538.               'Red'
  1539.               'Silver'
  1540.               'Teal'
  1541.               'White'
  1542.               'Yellow')
  1543.             TabOrder = 12
  1544.           end
  1545.           object Thumbnails: TCheckBox
  1546.             Left = 13
  1547.             Top = 26
  1548.             Width = 84
  1549.             Height = 13
  1550.             Caption = 'Thumbnails'
  1551.             Ctl3D = True
  1552.             ParentCtl3D = False
  1553.             TabOrder = 0
  1554.           end
  1555.           object WAVsounds: TCheckBox
  1556.             Left = 13
  1557.             Top = 45
  1558.             Width = 92
  1559.             Height = 13
  1560.             Caption = 'WAV sounds'
  1561.             TabOrder = 1
  1562.           end
  1563.         end
  1564.         object SaveOptions: TCheckBox
  1565.           Left = 16
  1566.           Top = 288
  1567.           Width = 140
  1568.           Height = 13
  1569.           Caption = 'Save options on exit'
  1570.           TabOrder = 2
  1571.         end
  1572.         object BitBtn2: TBitBtn
  1573.           Left = 168
  1574.           Top = 267
  1575.           Width = 71
  1576.           Height = 27
  1577.           Hint = 'Display help file'
  1578.           Caption = 'Help'
  1579.           ParentShowHint = False
  1580.           ShowHint = True
  1581.           TabOrder = 3
  1582.           OnClick = BitBtn2Click
  1583.           Kind = bkHelp
  1584.         end
  1585.         object DirStart: TCheckBox
  1586.           Left = 16
  1587.           Top = 264
  1588.           Width = 145
  1589.           Height = 17
  1590.           Caption = 'Start in last directory'
  1591.           TabOrder = 1
  1592.         end
  1593.       end
  1594.     end
  1595.   end
  1596.   object OpenDialog1: TOpenDialog
  1597.     FileEditStyle = fsEdit
  1598.     Options = [ofHideReadOnly]
  1599.     Left = 24
  1600.     Top = 32
  1601.   end
  1602.   object SaveDialog1: TSaveDialog
  1603.     FileEditStyle = fsEdit
  1604.     Options = [ofOverwritePrompt, ofHideReadOnly]
  1605.     Left = 56
  1606.     Top = 32
  1607.   end
  1608.   object JustOne321: TJustOne32
  1609.     Left = 88
  1610.     Top = 32
  1611.   end
  1612. end
  1613.