home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / desktop / dtc / dtc.ex_ / dtc.ex / 0 / RCDATA / TFMLOGOCHANGER / TFMLOGOCHANGER.txt
Text File  |  1998-05-13  |  31KB  |  1,124 lines

  1. object fmLogoChanger: TfmLogoChanger
  2.   Left = 92
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Desktop Changer'
  7.   ClientHeight = 422
  8.   ClientWidth = 612
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   ShowHint = True
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 15
  23.   object pnFileList: TPanel
  24.     Left = 3
  25.     Top = 8
  26.     Width = 273
  27.     Height = 312
  28.     TabOrder = 0
  29.     object dcbDrive: TDriveComboBox
  30.       Left = 3
  31.       Top = 268
  32.       Width = 267
  33.       Height = 21
  34.       DirList = dlbDirectory
  35.       Font.Color = clBlack
  36.       Font.Height = -12
  37.       Font.Name = 'Arial'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       TabOrder = 0
  41.       OnClick = dcbDriveClick
  42.     end
  43.     object TPanel
  44.       Left = 3
  45.       Top = 1
  46.       Width = 267
  47.       Height = 265
  48.       BevelOuter = bvNone
  49.       TabOrder = 1
  50.       object dlbDirectory: TDirectoryListBox
  51.         Left = 0
  52.         Top = 169
  53.         Width = 267
  54.         Height = 96
  55.         Align = alClient
  56.         FileList = flbFiles
  57.         Font.Color = clBlack
  58.         Font.Height = -12
  59.         Font.Name = 'Arial'
  60.         Font.Style = []
  61.         ItemHeight = 16
  62.         ParentFont = False
  63.         PopupMenu = pmDirectory
  64.         TabOrder = 0
  65.         OnChange = dlbDirectoryChange
  66.       end
  67.       object flbFiles: TFileListBox
  68.         Left = 0
  69.         Top = 0
  70.         Width = 267
  71.         Height = 164
  72.         Align = alTop
  73.         Font.Color = clBlack
  74.         Font.Height = -12
  75.         Font.Name = 'Arial'
  76.         Font.Style = []
  77.         IntegralHeight = True
  78.         ItemHeight = 16
  79.         Mask = '*.BMP;*.SYS'
  80.         MultiSelect = True
  81.         ParentFont = False
  82.         PopupMenu = pmFileListBoxMenu
  83.         TabOrder = 1
  84.         OnClick = flbFilesClick
  85.         OnDblClick = flbFilesDblClick
  86.       end
  87.       object spltFileList: TRxSplitter
  88.         Left = 0
  89.         Top = 164
  90.         Width = 267
  91.         Height = 5
  92.         ControlFirst = flbFiles
  93.         ControlSecond = dlbDirectory
  94.         Align = alTop
  95.       end
  96.       object pnPickFileView: TPanel
  97.         Left = 0
  98.         Top = 169
  99.         Width = 267
  100.         Height = 96
  101.         Align = alClient
  102.         BevelOuter = bvNone
  103.         Caption = 'pnPickFileView'
  104.         TabOrder = 3
  105.         object pnPickViewLeft: TPanel
  106.           Left = 0
  107.           Top = 0
  108.           Width = 83
  109.           Height = 96
  110.           Align = alLeft
  111.           BevelOuter = bvNone
  112.           TabOrder = 0
  113.         end
  114.         object pnPickViewerPanel: TPanel
  115.           Left = 83
  116.           Top = 0
  117.           Width = 109
  118.           Height = 96
  119.           Align = alClient
  120.           BevelInner = bvLowered
  121.           TabOrder = 1
  122.           object imgPickFileViewer: TImage
  123.             Left = 2
  124.             Top = 2
  125.             Width = 105
  126.             Height = 92
  127.             Align = alClient
  128.             AutoSize = True
  129.             Center = True
  130.             ParentShowHint = False
  131.             ShowHint = False
  132.             Stretch = True
  133.             OnDblClick = imgPickFileViewerDblClick
  134.           end
  135.         end
  136.         object pnPickViewRight: TPanel
  137.           Left = 192
  138.           Top = 0
  139.           Width = 75
  140.           Height = 96
  141.           Align = alRight
  142.           BevelOuter = bvNone
  143.           TabOrder = 2
  144.         end
  145.       end
  146.     end
  147.     object chkFilePreview: TCheckBox
  148.       Left = 4
  149.       Top = 291
  150.       Width = 53
  151.       Height = 17
  152.       Caption = 'View'
  153.       TabOrder = 2
  154.       OnClick = chkFilePreviewClick
  155.     end
  156.   end
  157.   object tcLogos: TTabControl
  158.     Left = 319
  159.     Top = 6
  160.     Width = 290
  161.     Height = 314
  162.     MultiLine = True
  163.     TabHeight = 20
  164.     TabIndex = 0
  165.     TabOrder = 2
  166.     Tabs.Strings = (
  167.       'Startup'
  168.       'Wait'
  169.       'Shutdown'
  170.       'Wallpaper'
  171.       'Startup sound'
  172.       'Shutdown sound'
  173.       'Next')
  174.     OnChange = tcLogosChange
  175.     OnChanging = tcLogosChanging
  176.     object tbtnMoveDown: TTransparentButton
  177.       Left = 6
  178.       Top = 280
  179.       Width = 30
  180.       Height = 30
  181.       Hint = 'Move selected file down list'
  182.       Font.Color = clBlack
  183.       Font.Height = -11
  184.       Font.Name = 'MS Sans Serif'
  185.       Font.Style = []
  186.       Glyph.Data = {
  187.         78010000424D7801000000000000760000002800000020000000100000000100
  188.         04000000000000000000120B0000120B00000000000000000000000000000000
  189.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  190.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  191.         333333333337F33333333333333033333333333333373F333333333333090333
  192.         33333333337F7F33333333333309033333333333337373F33333333330999033
  193.         3333333337F337F33333333330999033333333333733373F3333333309999903
  194.         333333337F33337F33333333099999033333333373333373F333333099999990
  195.         33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  196.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  197.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  198.         33333333337F7F333333333333000333333333333377733333330000}
  199.       NumGlyphs = 2
  200.       ParentFont = False
  201.       ParentShowHint = False
  202.       ShowHint = False
  203.       OnClick = tbtnMoveDownClick
  204.     end
  205.     object tbtnMoveUp: TTransparentButton
  206.       Left = 38
  207.       Top = 280
  208.       Width = 30
  209.       Height = 30
  210.       Hint = 'Move selected file up list'
  211.       Glyph.Data = {
  212.         78010000424D7801000000000000760000002800000020000000100000000100
  213.         04000000000000000000120B0000120B00000000000000000000000000000000
  214.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  215.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  216.         3333333333777F33333333333309033333333333337F7F333333333333090333
  217.         33333333337F7F33333333333309033333333333337F7F333333333333090333
  218.         33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  219.         3333333777737777F333333099999990333333373F3333373333333309999903
  220.         333333337F33337F33333333099999033333333373F333733333333330999033
  221.         3333333337F337F3333333333099903333333333373F37333333333333090333
  222.         33333333337F7F33333333333309033333333333337373333333333333303333
  223.         333333333337F3333333333333303333333333333337333333330000}
  224.       NumGlyphs = 2
  225.       ParentShowHint = False
  226.       ShowHint = False
  227.       Transparent = False
  228.       OnClick = tbtnMoveUpClick
  229.     end
  230.     object tbtnUseItem: TTransparentButton
  231.       Left = 70
  232.       Top = 280
  233.       Width = 30
  234.       Height = 30
  235.       Hint = 'Use selected file'
  236.       Glyph.Data = {
  237.         78010000424D7801000000000000760000002800000020000000100000000100
  238.         04000000000000000000120B0000120B00000000000000000000000000000000
  239.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  240.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  241.         555555555555555555555555555555555555555555FF55555555555559055555
  242.         55555555577FF5555555555599905555555555557777F5555555555599905555
  243.         555555557777FF5555555559999905555555555777777F555555559999990555
  244.         5555557777777FF5555557990599905555555777757777F55555790555599055
  245.         55557775555777FF5555555555599905555555555557777F5555555555559905
  246.         555555555555777FF5555555555559905555555555555777FF55555555555579
  247.         05555555555555777FF5555555555557905555555555555777FF555555555555
  248.         59905555555555555777555555555555555555555555555555550000}
  249.       NumGlyphs = 2
  250.       ParentShowHint = False
  251.       ShowHint = False
  252.       OnClick = tbtnUseItemClick
  253.     end
  254.     object tbtnFileValidation: TTransparentButton
  255.       Left = 102
  256.       Top = 280
  257.       Width = 26
  258.       Height = 30
  259.       Hint = 'Validate files in list'
  260.       Glyph.Data = {
  261.         78010000424D7801000000000000760000002800000020000000100000000100
  262.         04000000000000000000120B0000120B00000000000000000000000000000000
  263.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  264.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  265.         1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  266.         1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  267.         193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  268.         11155557F755F777777555000755033305555577755F75F77F55555555503335
  269.         0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  270.         05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  271.         07557777777F55557F5555000005555707555577777FF5557F55553000075557
  272.         0755557F7777FFF57555553350000055555555775777775555550000}
  273.       NumGlyphs = 2
  274.       ParentShowHint = False
  275.       ShowHint = False
  276.       OnClick = tbtnFileValidationClick
  277.     end
  278.     object tbtnRenameFile: TTransparentButton
  279.       Left = 130
  280.       Top = 280
  281.       Width = 30
  282.       Height = 30
  283.       Hint = 'Rename selected file'
  284.       Glyph.Data = {
  285.         78010000424D7801000000000000760000002800000020000000100000000100
  286.         04000000000000000000120B0000120B00000000000000000000000000000000
  287.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  288.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555775777777
  289.         57705557757777775FF7555555555555000755555555555F777F555555555550
  290.         87075555555555F7577F5555555555088805555555555F755F75555555555033
  291.         805555555555F755F75555555555033B05555555555F755F75555555555033B0
  292.         5555555555F755F75555555555033B05555555555F755F75555555555033B055
  293.         55555555F755F75555555555033B05555555555F755F75555555555033B05555
  294.         555555F75FF75555555555030B05555555555F7F7F75555555555000B0555555
  295.         5555F777F7555555555501900555555555557777755555555555099055555555
  296.         55557777555555555555500555555555555557755555555555550000}
  297.       NumGlyphs = 2
  298.       ParentShowHint = False
  299.       ShowHint = False
  300.       OnClick = tbtnRenameFileClick
  301.     end
  302.     object tbtnDelete: TTransparentButton
  303.       Left = 162
  304.       Top = 280
  305.       Width = 30
  306.       Height = 30
  307.       Hint = 'Delete selected file(s)'
  308.       Glyph.Data = {
  309.         7E010000424D7E01000000000000760000002800000018000000160000000100
  310.         0400000000000801000000000000000000000000000000000000000000000000
  311.         80000080000000808000800000008000800080800000C0C0C000808080000000
  312.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  313.         7777777777777777777777777777777777777777777777777777777777777777
  314.         7777777777777777777777777777777777777777777777777777777777779077
  315.         7777777777907777777777777777777779990777777907777777777779990777
  316.         7790777777777777779990777990777777777777777999079907777777777777
  317.         7777999990777777777777777777799907777777777777777777999990777777
  318.         7777777777799907907777777777777779999077799077777777777799990777
  319.         7799077777777777990777777779907777777777777777777777777777777777
  320.         7777777777777777777777777777777777777777777777777777777777777777
  321.         7777}
  322.       ParentShowHint = False
  323.       ShowHint = False
  324.       OnClick = tbtnDeleteClick
  325.     end
  326.     object tbtnFullPath: TTransparentButton
  327.       Left = 194
  328.       Top = 280
  329.       Width = 30
  330.       Height = 30
  331.       Hint = 'Toggle file paths'
  332.       Glyph.Data = {
  333.         78010000424D7801000000000000760000002800000020000000100000000100
  334.         04000000000000000000120B0000120B00000000000000000000000000000000
  335.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  336.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  337.         333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  338.         300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  339.         333337F373F773333333303330033333333337F3377333333333303333333333
  340.         333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  341.         333337777F337F33333330330BB00333333337F373F773333333303330033333
  342.         333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  343.         333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  344.         333373F7733333333333300333333333333337733333333333330000}
  345.       NumGlyphs = 2
  346.       ParentShowHint = False
  347.       ShowHint = False
  348.       OnClick = tbtnFullPathClick
  349.     end
  350.     object pnTabPage: TPanel
  351.       Left = 3
  352.       Top = 45
  353.       Width = 284
  354.       Height = 224
  355.       BevelOuter = bvNone
  356.       TabOrder = 1
  357.       object lbSelected: TListBox
  358.         Left = 0
  359.         Top = 0
  360.         Width = 284
  361.         Height = 124
  362.         Align = alTop
  363.         Font.Color = clBlack
  364.         Font.Height = -12
  365.         Font.Name = 'Arial'
  366.         Font.Style = []
  367.         ItemHeight = 15
  368.         MultiSelect = True
  369.         ParentFont = False
  370.         ParentShowHint = False
  371.         PopupMenu = pmSelectedListbox
  372.         ShowHint = True
  373.         TabOrder = 0
  374.         OnClick = lbSelectedClick
  375.         OnDblClick = lbSelectedDblClick
  376.       end
  377.       object spltControl: TRxSplitter
  378.         Left = 0
  379.         Top = 124
  380.         Width = 284
  381.         Height = 3
  382.         ControlFirst = lbSelected
  383.         ControlSecond = pnImage
  384.         Align = alTop
  385.         LimitOffset = 0
  386.       end
  387.       object pnImage: TPanel
  388.         Left = 0
  389.         Top = 127
  390.         Width = 284
  391.         Height = 97
  392.         Align = alClient
  393.         BevelOuter = bvNone
  394.         Caption = 'pnImage'
  395.         TabOrder = 2
  396.         object pnLeft: TPanel
  397.           Left = 0
  398.           Top = 0
  399.           Width = 90
  400.           Height = 97
  401.           Align = alLeft
  402.           BevelOuter = bvNone
  403.           TabOrder = 0
  404.         end
  405.         object pnRight: TPanel
  406.           Left = 194
  407.           Top = 0
  408.           Width = 90
  409.           Height = 97
  410.           Align = alRight
  411.           BevelOuter = bvNone
  412.           TabOrder = 1
  413.         end
  414.         object pnPreviewParent: TPanel
  415.           Left = 90
  416.           Top = 0
  417.           Width = 104
  418.           Height = 97
  419.           Align = alClient
  420.           BevelInner = bvLowered
  421.           TabOrder = 2
  422.           object imgBMP: TImage
  423.             Left = 2
  424.             Top = 2
  425.             Width = 100
  426.             Height = 93
  427.             Align = alClient
  428.             AutoSize = True
  429.             Center = True
  430.             ParentShowHint = False
  431.             ShowHint = False
  432.             Stretch = True
  433.             OnDblClick = imgBMPDblClick
  434.           end
  435.         end
  436.       end
  437.     end
  438.     object chkPreview: TCheckBox
  439.       Left = 228
  440.       Top = 286
  441.       Width = 53
  442.       Height = 17
  443.       Caption = 'View'
  444.       State = cbChecked
  445.       TabOrder = 2
  446.       OnClick = chkPreviewClick
  447.     end
  448.     object pnNext: TPanel
  449.       Left = 3
  450.       Top = 44
  451.       Width = 286
  452.       Height = 233
  453.       BevelOuter = bvNone
  454.       TabOrder = 0
  455.       object grpLogos: TGroupBox
  456.         Left = 0
  457.         Top = 8
  458.         Width = 283
  459.         Height = 89
  460.         Caption = 'Logos:'
  461.         TabOrder = 0
  462.         object Label4: TLabel
  463.           Left = 4
  464.           Top = 42
  465.           Width = 29
  466.           Height = 15
  467.           Caption = 'Wait:'
  468.         end
  469.         object Label5: TLabel
  470.           Left = 4
  471.           Top = 18
  472.           Width = 49
  473.           Height = 15
  474.           Caption = 'Start Up:'
  475.         end
  476.         object Label6: TLabel
  477.           Left = 4
  478.           Top = 65
  479.           Width = 64
  480.           Height = 15
  481.           Caption = 'Shut Down:'
  482.         end
  483.         object edtLogoWait: TEdit
  484.           Left = 69
  485.           Top = 37
  486.           Width = 210
  487.           Height = 23
  488.           Hint = 'Double click to preview'
  489.           Color = clSilver
  490.           Font.Color = clBlack
  491.           Font.Height = -12
  492.           Font.Name = 'Arial'
  493.           Font.Style = []
  494.           ParentFont = False
  495.           ParentShowHint = False
  496.           ReadOnly = True
  497.           ShowHint = False
  498.           TabOrder = 0
  499.           OnDblClick = edtLogoWaitDblClick
  500.         end
  501.         object edtLogoStartup: TEdit
  502.           Left = 69
  503.           Top = 12
  504.           Width = 210
  505.           Height = 23
  506.           Hint = 'Double click to preview'
  507.           Color = clSilver
  508.           Font.Color = clBlack
  509.           Font.Height = -12
  510.           Font.Name = 'Arial'
  511.           Font.Style = []
  512.           ParentFont = False
  513.           ParentShowHint = False
  514.           ReadOnly = True
  515.           ShowHint = False
  516.           TabOrder = 1
  517.           OnDblClick = edtLogoStartupDblClick
  518.         end
  519.         object edtLogoShutdown: TEdit
  520.           Left = 69
  521.           Top = 62
  522.           Width = 210
  523.           Height = 23
  524.           Hint = 'Double click to preview'
  525.           Color = clSilver
  526.           Font.Color = clBlack
  527.           Font.Height = -12
  528.           Font.Name = 'Arial'
  529.           Font.Style = []
  530.           ParentFont = False
  531.           ParentShowHint = False
  532.           ReadOnly = True
  533.           ShowHint = False
  534.           TabOrder = 2
  535.           OnDblClick = edtLogoShutdownDblClick
  536.         end
  537.       end
  538.       object grpSounds: TGroupBox
  539.         Left = 0
  540.         Top = 97
  541.         Width = 283
  542.         Height = 63
  543.         Caption = 'Sounds:'
  544.         TabOrder = 1
  545.         object Label7: TLabel
  546.           Left = 4
  547.           Top = 40
  548.           Width = 64
  549.           Height = 15
  550.           Caption = 'Shut Down:'
  551.         end
  552.         object Label8: TLabel
  553.           Left = 4
  554.           Top = 17
  555.           Width = 49
  556.           Height = 15
  557.           Caption = 'Start Up:'
  558.         end
  559.         object edtSoundShutdown: TEdit
  560.           Left = 69
  561.           Top = 35
  562.           Width = 210
  563.           Height = 23
  564.           Hint = 'Double click to preview'
  565.           Color = clSilver
  566.           Font.Color = clBlack
  567.           Font.Height = -12
  568.           Font.Name = 'Arial'
  569.           Font.Style = []
  570.           ParentFont = False
  571.           ParentShowHint = False
  572.           ReadOnly = True
  573.           ShowHint = False
  574.           TabOrder = 0
  575.           OnDblClick = edtSoundShutdownDblClick
  576.         end
  577.         object edtSoundStartup: TEdit
  578.           Left = 69
  579.           Top = 11
  580.           Width = 210
  581.           Height = 23
  582.           Hint = 'Double click to preview'
  583.           Color = clSilver
  584.           Font.Color = clBlack
  585.           Font.Height = -12
  586.           Font.Name = 'Arial'
  587.           Font.Style = []
  588.           ParentFont = False
  589.           ParentShowHint = False
  590.           ReadOnly = True
  591.           ShowHint = False
  592.           TabOrder = 1
  593.           OnDblClick = edtSoundStartupDblClick
  594.         end
  595.       end
  596.       object GroupBox1: TGroupBox
  597.         Left = 1
  598.         Top = 160
  599.         Width = 283
  600.         Height = 42
  601.         Caption = 'Background:'
  602.         TabOrder = 2
  603.         object Label9: TLabel
  604.           Left = 4
  605.           Top = 17
  606.           Width = 61
  607.           Height = 15
  608.           Caption = 'Wallpaper:'
  609.         end
  610.         object edtBackgroundWallPaper: TEdit
  611.           Left = 69
  612.           Top = 13
  613.           Width = 210
  614.           Height = 23
  615.           Hint = 'Double click to preview'
  616.           Color = clSilver
  617.           Font.Color = clBlack
  618.           Font.Height = -12
  619.           Font.Name = 'Arial'
  620.           Font.Style = []
  621.           ParentFont = False
  622.           ParentShowHint = False
  623.           ReadOnly = True
  624.           ShowHint = False
  625.           TabOrder = 0
  626.           OnDblClick = edtBackgroundWallPaperDblClick
  627.         end
  628.       end
  629.     end
  630.   end
  631.   object pnSpeedButtons: TPanel
  632.     Left = 280
  633.     Top = 60
  634.     Width = 35
  635.     Height = 137
  636.     BevelOuter = bvNone
  637.     TabOrder = 1
  638.     object tbtnSelectItem: TTransparentButton
  639.       Left = 2
  640.       Top = 5
  641.       Width = 30
  642.       Height = 30
  643.       Hint = 'Choose selected file(s)'
  644.       Caption = '>'
  645.       ParentShowHint = False
  646.       ShowHint = False
  647.       Spacing = 1
  648.       OnClick = tbtnSelectItemClick
  649.     end
  650.     object tbtnSelectAll: TTransparentButton
  651.       Left = 2
  652.       Top = 37
  653.       Width = 30
  654.       Height = 30
  655.       Hint = 'Choose all files'
  656.       Caption = '>>'
  657.       ParentShowHint = False
  658.       ShowHint = False
  659.       Spacing = 1
  660.       OnClick = tbtnSelectAllClick
  661.     end
  662.     object tbtnRemoveItem: TTransparentButton
  663.       Left = 2
  664.       Top = 69
  665.       Width = 30
  666.       Height = 30
  667.       Hint = 'Remove selected file(s)'
  668.       Caption = '<'
  669.       ParentShowHint = False
  670.       ShowHint = False
  671.       Spacing = 1
  672.       OnClick = tbtnRemoveItemClick
  673.     end
  674.     object tbtnRemoveAll: TTransparentButton
  675.       Left = 2
  676.       Top = 101
  677.       Width = 30
  678.       Height = 30
  679.       Hint = 'Remove all files'
  680.       Caption = '<<'
  681.       ParentShowHint = False
  682.       ShowHint = False
  683.       Spacing = 1
  684.       OnClick = tbtnRemoveAllClick
  685.     end
  686.   end
  687.   object grpOptions: TGroupBox
  688.     Left = 3
  689.     Top = 320
  690.     Width = 274
  691.     Height = 74
  692.     Caption = 'Options:'
  693.     ParentShowHint = False
  694.     ShowHint = True
  695.     TabOrder = 3
  696.     OnEnter = grpOptionsEnter
  697.     object Label1: TLabel
  698.       Left = 8
  699.       Top = 20
  700.       Width = 50
  701.       Height = 15
  702.       Caption = 'Rotation:'
  703.     end
  704.     object Label2: TLabel
  705.       Left = 8
  706.       Top = 48
  707.       Width = 46
  708.       Height = 15
  709.       Caption = 'Change:'
  710.     end
  711.     object Label3: TLabel
  712.       Left = 112
  713.       Top = 47
  714.       Width = 36
  715.       Height = 15
  716.       Caption = 'Day(s)'
  717.     end
  718.     object cmbRotation: TComboBox
  719.       Left = 60
  720.       Top = 16
  721.       Width = 105
  722.       Height = 23
  723.       Hint = 'Specifies how files are chosen for displaying'
  724.       Style = csDropDownList
  725.       Font.Color = clBlack
  726.       Font.Height = -12
  727.       Font.Name = 'Arial'
  728.       Font.Style = []
  729.       ItemHeight = 15
  730.       Items.Strings = (
  731.         'Random'
  732.         'Sequential')
  733.       ParentFont = False
  734.       ParentShowHint = False
  735.       ShowHint = False
  736.       TabOrder = 0
  737.       OnChange = ApplyToAll
  738.     end
  739.     object spnFrequency: TSpinEdit
  740.       Left = 59
  741.       Top = 43
  742.       Width = 47
  743.       Height = 24
  744.       Hint = 
  745.         'Frequency of when files will be changed 0 changes the file(s) on' +
  746.         ' every start up)'
  747.       Font.Color = clBlack
  748.       Font.Height = -12
  749.       Font.Name = 'Arial'
  750.       Font.Style = []
  751.       MaxLength = 3
  752.       MaxValue = 999
  753.       MinValue = 0
  754.       ParentFont = False
  755.       ParentShowHint = False
  756.       ShowHint = False
  757.       TabOrder = 2
  758.       Value = 0
  759.       OnChange = ApplyToAll
  760.     end
  761.     object cbActive: TCheckBox
  762.       Left = 153
  763.       Top = 47
  764.       Width = 60
  765.       Height = 17
  766.       Hint = 'Specifies whether images will be changed for this catagory'
  767.       Caption = 'Active'
  768.       Font.Color = clBlack
  769.       Font.Height = -12
  770.       Font.Name = 'Arial'
  771.       Font.Style = [fsBold]
  772.       ParentFont = False
  773.       ParentShowHint = False
  774.       ShowHint = False
  775.       State = cbChecked
  776.       TabOrder = 3
  777.       OnClick = ApplyToAll
  778.     end
  779.     object cbGlobal: TCheckBox
  780.       Left = 212
  781.       Top = 44
  782.       Width = 57
  783.       Height = 21
  784.       Hint = 'Toggles whether all option changes effect all catagories'
  785.       Caption = 'Global'
  786.       Font.Color = clBlack
  787.       Font.Height = -12
  788.       Font.Name = 'Arial'
  789.       Font.Style = [fsBold]
  790.       ParentFont = False
  791.       ParentShowHint = False
  792.       ShowHint = False
  793.       TabOrder = 1
  794.       OnClick = cbGlobalClick
  795.     end
  796.     object cmbTitle: TComboBox
  797.       Left = 170
  798.       Top = 16
  799.       Width = 99
  800.       Height = 23
  801.       ItemHeight = 15
  802.       Items.Strings = (
  803.         'Centre'
  804.         'Title')
  805.       TabOrder = 4
  806.       Text = 'cmbTitle'
  807.     end
  808.   end
  809.   object sbStatus: TStatusBar
  810.     Left = 0
  811.     Top = 398
  812.     Width = 612
  813.     Height = 24
  814.     Font.Color = clBlack
  815.     Font.Height = -11
  816.     Font.Name = 'MS Sans Serif'
  817.     Font.Style = []
  818.     Panels = <>
  819.     ParentFont = False
  820.     ParentShowHint = False
  821.     ShowHint = True
  822.     SimplePanel = True
  823.     SizeGrip = False
  824.   end
  825.   object GroupBox2: TGroupBox
  826.     Left = 319
  827.     Top = 320
  828.     Width = 289
  829.     Height = 74
  830.     TabOrder = 5
  831.     object btnOK: TButton
  832.       Left = 6
  833.       Top = 12
  834.       Width = 77
  835.       Height = 27
  836.       Hint = 'Apply changes and exit'
  837.       Caption = '&OK'
  838.       Default = True
  839.       Font.Color = clBlack
  840.       Font.Height = -12
  841.       Font.Name = 'Arial'
  842.       Font.Style = [fsBold]
  843.       ParentFont = False
  844.       ParentShowHint = False
  845.       ShowHint = False
  846.       TabOrder = 0
  847.       OnClick = btnOKClick
  848.     end
  849.     object btnCancel: TButton
  850.       Left = 6
  851.       Top = 41
  852.       Width = 77
  853.       Height = 27
  854.       Hint = 'Exit without applying changes'
  855.       Cancel = True
  856.       Caption = '&Cancel'
  857.       Font.Color = clBlack
  858.       Font.Height = -12
  859.       Font.Name = 'Arial'
  860.       Font.Style = [fsBold]
  861.       ModalResult = 2
  862.       ParentFont = False
  863.       ParentShowHint = False
  864.       ShowHint = False
  865.       TabOrder = 1
  866.       OnClick = btnCancelClick
  867.     end
  868.     object btnApply: TButton
  869.       Left = 106
  870.       Top = 41
  871.       Width = 77
  872.       Height = 27
  873.       Hint = 'Apply changes without exiting'
  874.       Caption = '&Apply'
  875.       Font.Color = clBlack
  876.       Font.Height = -12
  877.       Font.Name = 'Arial'
  878.       Font.Style = [fsBold]
  879.       ParentFont = False
  880.       ParentShowHint = False
  881.       ShowHint = False
  882.       TabOrder = 2
  883.       OnClick = btnApplyClick
  884.     end
  885.     object btnChange: TButton
  886.       Left = 106
  887.       Top = 12
  888.       Width = 77
  889.       Height = 27
  890.       Hint = 'Change logos and wallpaper (identical to running DChanger.exe)'
  891.       Cancel = True
  892.       Caption = 'C&hange'
  893.       Font.Color = clBlack
  894.       Font.Height = -12
  895.       Font.Name = 'Arial'
  896.       Font.Style = [fsBold]
  897.       ParentFont = False
  898.       ParentShowHint = False
  899.       ShowHint = False
  900.       TabOrder = 3
  901.       OnClick = btnChangeClick
  902.     end
  903.     object btnHelp: TButton
  904.       Left = 206
  905.       Top = 12
  906.       Width = 77
  907.       Height = 27
  908.       HelpContext = 1
  909.       Cancel = True
  910.       Caption = '&Help'
  911.       Font.Color = clBlack
  912.       Font.Height = -12
  913.       Font.Name = 'Arial'
  914.       Font.Style = [fsBold]
  915.       ParentFont = False
  916.       ParentShowHint = False
  917.       ShowHint = False
  918.       TabOrder = 4
  919.       OnClick = btnHelpClick
  920.     end
  921.     object btnAbout: TButton
  922.       Left = 206
  923.       Top = 41
  924.       Width = 77
  925.       Height = 27
  926.       Hint = 'Program information'
  927.       Cancel = True
  928.       Caption = 'A&bout'
  929.       Font.Color = clBlack
  930.       Font.Height = -12
  931.       Font.Name = 'Arial'
  932.       Font.Style = [fsBold]
  933.       ParentFont = False
  934.       ParentShowHint = False
  935.       ShowHint = False
  936.       TabOrder = 5
  937.       OnClick = btnAboutClick
  938.     end
  939.   end
  940.   object pnPreview: TPanel
  941.     Left = 1
  942.     Top = 1
  943.     Width = 48
  944.     Height = 54
  945.     TabOrder = 6
  946.     Visible = False
  947.     object imgView: TImage
  948.       Left = 1
  949.       Top = 1
  950.       Width = 46
  951.       Height = 52
  952.       Align = alClient
  953.       OnClick = imgViewClick
  954.       OnDblClick = imgViewDblClick
  955.     end
  956.   end
  957.   object pmSelectedListbox: TPopupMenu
  958.     Left = 556
  959.     Top = 221
  960.     object miSelectedListboxPreview: TMenuItem
  961.       Caption = 'Preview'
  962.       ShortCut = 16464
  963.       OnClick = miSelectedListboxPreviewClick
  964.     end
  965.     object miSelectedListboxUseImage: TMenuItem
  966.       Caption = 'Use Image'
  967.       ShortCut = 16469
  968.       OnClick = tbtnUseItemClick
  969.     end
  970.     object N4: TMenuItem
  971.       Caption = '-'
  972.       ShortCut = 0
  973.     end
  974.     object miSelectedListboxGotoDirectory: TMenuItem
  975.       Caption = 'Goto Directory'
  976.       ShortCut = 16455
  977.       OnClick = miSelectedListboxGotoDirectoryClick
  978.     end
  979.     object N5: TMenuItem
  980.       Caption = '-'
  981.       ShortCut = 0
  982.     end
  983.     object miSelectedListboxDeleteSelectedFiles: TMenuItem
  984.       Caption = 'Delete Selected Files'
  985.       Hint = 'WARNING:  Deleted files cannot be recovered'
  986.       ShortCut = 16452
  987.       OnClick = tbtnDeleteClick
  988.     end
  989.     object miSelectedListboxRenameFile: TMenuItem
  990.       Caption = 'Rename File'
  991.       ShortCut = 16466
  992.       OnClick = tbtnRenameFileClick
  993.     end
  994.     object miSelectedListboxValidateFiles: TMenuItem
  995.       Caption = 'File Validation'
  996.       ShortCut = 16454
  997.       OnClick = tbtnFileValidationClick
  998.     end
  999.     object N2: TMenuItem
  1000.       Caption = '-'
  1001.       ShortCut = 0
  1002.     end
  1003.     object miSelectedListboxRemoveSelected: TMenuItem
  1004.       Caption = 'Remove Selected '
  1005.       ShortCut = 16467
  1006.       OnClick = tbtnRemoveItemClick
  1007.     end
  1008.     object miSelectedListboxRemoveAll: TMenuItem
  1009.       Caption = 'Remove All'
  1010.       ShortCut = 16449
  1011.       OnClick = tbtnRemoveAllClick
  1012.     end
  1013.     object N1: TMenuItem
  1014.       Caption = '-'
  1015.       ShortCut = 0
  1016.     end
  1017.     object miSelectedListboxMoveDown: TMenuItem
  1018.       Caption = 'Move Down'
  1019.       ShortCut = 16472
  1020.       OnClick = tbtnMoveDownClick
  1021.     end
  1022.     object miSelectedListboxMoveUp: TMenuItem
  1023.       Caption = 'Move Up'
  1024.       ShortCut = 16474
  1025.       OnClick = tbtnMoveUpClick
  1026.     end
  1027.   end
  1028.   object pmFileListBoxMenu: TPopupMenu
  1029.     Left = 168
  1030.     Top = 48
  1031.     object miFileListBoxMenuPreview: TMenuItem
  1032.       Caption = 'Preview'
  1033.       ShortCut = 16464
  1034.       OnClick = miFileListBoxMenuPreviewClick
  1035.     end
  1036.     object N3: TMenuItem
  1037.       Caption = '-'
  1038.       ShortCut = 0
  1039.     end
  1040.     object miFileListBoxMenuChooseAll: TMenuItem
  1041.       Caption = 'Choose All'
  1042.       ShortCut = 16449
  1043.       OnClick = tbtnSelectAllClick
  1044.     end
  1045.     object miFileListBoxMenuChooseSelectedFiles: TMenuItem
  1046.       Caption = 'Choose Selected'
  1047.       ShortCut = 16467
  1048.       OnClick = tbtnSelectItemClick
  1049.     end
  1050.     object MiFileListSendTo: TMenuItem
  1051.       Caption = 'Send To'
  1052.       ShortCut = 0
  1053.       Visible = False
  1054.       object smLogos: TMenuItem
  1055.         Caption = 'Logos'
  1056.         ShortCut = 0
  1057.         object miLogoStartUp: TMenuItem
  1058.           Caption = 'Start up'
  1059.           ShortCut = 0
  1060.         end
  1061.         object miLogoWait: TMenuItem
  1062.           Caption = 'Wait'
  1063.           ShortCut = 0
  1064.         end
  1065.         object miLogoShutdown: TMenuItem
  1066.           Caption = 'Shutdown'
  1067.           ShortCut = 0
  1068.         end
  1069.       end
  1070.       object smSounds: TMenuItem
  1071.         Caption = 'Sounds'
  1072.         ShortCut = 0
  1073.         object miSoundsStartup: TMenuItem
  1074.           Caption = 'Start up'
  1075.           ShortCut = 0
  1076.         end
  1077.         object miSoundsShutdown: TMenuItem
  1078.           Caption = 'Shutdown'
  1079.           ShortCut = 0
  1080.         end
  1081.       end
  1082.       object miWallPaper: TMenuItem
  1083.         Caption = 'WallPaper'
  1084.         ShortCut = 0
  1085.       end
  1086.     end
  1087.     object N6: TMenuItem
  1088.       Caption = '-'
  1089.       ShortCut = 0
  1090.     end
  1091.     object miFileListBoxMenuUpdate: TMenuItem
  1092.       Caption = 'Update'
  1093.       ShortCut = 116
  1094.       OnClick = miFileListBoxMenuUpdateClick
  1095.     end
  1096.   end
  1097.   object pmDirectory: TPopupMenu
  1098.     Left = 208
  1099.     Top = 196
  1100.     object miDirectoryGotoDirectory: TMenuItem
  1101.       Caption = 'Goto directory'
  1102.       ShortCut = 16455
  1103.       OnClick = miDirectoryGotoDirectoryClick
  1104.     end
  1105.     object N7: TMenuItem
  1106.       Caption = '-'
  1107.       ShortCut = 0
  1108.     end
  1109.     object miDirectoryUpdate: TMenuItem
  1110.       Caption = 'Update'
  1111.       ShortCut = 116
  1112.       OnClick = miDirectoryUpdateClick
  1113.     end
  1114.   end
  1115.   object aeChanger: TAppExec
  1116.     ExeParams.Strings = (
  1117.       '/CHANGE')
  1118.     Wait = False
  1119.     WindowState = wsNormal
  1120.     Left = 292
  1121.     Top = 16
  1122.   end
  1123. end
  1124.