home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / WPChanger / WPChangerSetup.exe / WPChanger.exe / 0 / RCDATA / TFRMMAIN1 / TFRMMAIN1.txt < prev   
Text File  |  2004-10-04  |  13KB  |  563 lines

  1. object frmMain1: TfrmMain1
  2.   Left = 554
  3.   Top = 190
  4.   Width = 290
  5.   Height = 428
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu, biMaximize]
  9.   Caption = 'Wallpaper Changer'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 355
  12.   Constraints.MinWidth = 290
  13.   Font.Charset = ANSI_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'Tahoma'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   PopupMenu = pmMenu1
  20.   Position = poScreenCenter
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnHide = FormHide
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Bevel2: TBevel
  29.     Left = 0
  30.     Top = 43
  31.     Width = 2
  32.     Height = 320
  33.     Align = alLeft
  34.     Shape = bsSpacer
  35.   end
  36.   object Bevel3: TBevel
  37.     Left = 280
  38.     Top = 43
  39.     Width = 2
  40.     Height = 320
  41.     Align = alRight
  42.     Shape = bsSpacer
  43.   end
  44.   object vdtListFiles1: TVirtualDrawTree
  45.     Left = 2
  46.     Top = 43
  47.     Width = 278
  48.     Height = 320
  49.     Align = alClient
  50.     Header.AutoSizeIndex = 0
  51.     Header.Font.Charset = DEFAULT_CHARSET
  52.     Header.Font.Color = clWindowText
  53.     Header.Font.Height = -11
  54.     Header.Font.Name = 'MS Sans Serif'
  55.     Header.Font.Style = []
  56.     Header.Options = [hoColumnResize, hoDrag, hoVisible]
  57.     Header.Style = hsXPStyle
  58.     TabOrder = 3
  59.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowTreeLines, toThemeAware, toUseBlendedImages]
  60.     TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect]
  61.     OnChange = vdtListFiles1Change
  62.     OnClick = vdtListFiles1Click
  63.     OnDblClick = vdtListFiles1DblClick
  64.     OnDrawNode = vdtListFiles1DrawNode
  65.     OnFreeNode = vdtListFiles1FreeNode
  66.     OnGetNodeWidth = vdtListFiles1GetNodeWidth
  67.     OnInitNode = vdtListFiles1InitNode
  68.     OnLoadNode = vdtListFiles1LoadNode
  69.     OnSaveNode = vdtListFiles1SaveNode
  70.     Columns = <
  71.       item
  72.         Position = 0
  73.         Width = 200
  74.         WideText = 'Filename'
  75.       end
  76.       item
  77.         Position = 1
  78.         Width = 250
  79.         WideText = 'Path'
  80.       end>
  81.   end
  82.   object Panel1: TPanel
  83.     Left = 0
  84.     Top = 363
  85.     Width = 282
  86.     Height = 31
  87.     Align = alBottom
  88.     BevelOuter = bvNone
  89.     TabOrder = 0
  90.     DesignSize = (
  91.       282
  92.       31)
  93.     object Bevel1: TBevel
  94.       Left = 0
  95.       Top = 0
  96.       Width = 282
  97.       Height = 3
  98.       Align = alTop
  99.       Shape = bsTopLine
  100.     end
  101.     object btnCycle1: TButton
  102.       Left = 208
  103.       Top = 6
  104.       Width = 69
  105.       Height = 21
  106.       Action = actCycle1
  107.       Anchors = [akRight, akBottom]
  108.       Font.Charset = ANSI_CHARSET
  109.       Font.Color = clNavy
  110.       Font.Height = -11
  111.       Font.Name = 'Tahoma'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       TabOrder = 0
  115.     end
  116.     object btnAdd1: TButton
  117.       Left = 5
  118.       Top = 6
  119.       Width = 69
  120.       Height = 21
  121.       Action = actAdd1
  122.       Anchors = [akLeft, akBottom]
  123.       Font.Charset = ANSI_CHARSET
  124.       Font.Color = clWindowText
  125.       Font.Height = -11
  126.       Font.Name = 'Tahoma'
  127.       Font.Style = [fsBold]
  128.       ParentFont = False
  129.       TabOrder = 1
  130.     end
  131.   end
  132.   object Panel2: TPanel
  133.     Left = 0
  134.     Top = 24
  135.     Width = 282
  136.     Height = 19
  137.     Align = alTop
  138.     BevelOuter = bvNone
  139.     TabOrder = 1
  140.     object lblFiles1: TLabel
  141.       Left = 56
  142.       Top = 0
  143.       Width = 6
  144.       Height = 19
  145.       Align = alLeft
  146.       Caption = '0'
  147.       Layout = tlCenter
  148.     end
  149.     object lblThereAre1: TLabel
  150.       Left = 6
  151.       Top = 0
  152.       Width = 50
  153.       Height = 19
  154.       Align = alLeft
  155.       Caption = 'There are '
  156.       Layout = tlCenter
  157.     end
  158.     object lblFilesListed1: TLabel
  159.       Left = 62
  160.       Top = 0
  161.       Width = 54
  162.       Height = 19
  163.       Align = alLeft
  164.       Caption = ' files listed:'
  165.       Layout = tlCenter
  166.     end
  167.     object Panel3: TPanel
  168.       Left = 0
  169.       Top = 0
  170.       Width = 6
  171.       Height = 19
  172.       Align = alLeft
  173.       BevelOuter = bvNone
  174.       TabOrder = 0
  175.     end
  176.   end
  177.   object ActionMainMenuBar1: TActionMainMenuBar
  178.     Left = 0
  179.     Top = 0
  180.     Width = 282
  181.     Height = 24
  182.     UseSystemFont = False
  183.     ActionManager = actManager1
  184.     Caption = 'ActionMainMenuBar1'
  185.     ColorMap.HighlightColor = 15660791
  186.     ColorMap.BtnSelectedColor = clBtnFace
  187.     ColorMap.UnusedColor = 15660791
  188.     Font.Charset = DEFAULT_CHARSET
  189.     Font.Color = clWindowText
  190.     Font.Height = -11
  191.     Font.Name = 'Tahoma'
  192.     Font.Style = []
  193.     Spacing = 0
  194.   end
  195.   object tmrCycle1: TTimer
  196.     Enabled = False
  197.     OnTimer = tmrCycle1Timer
  198.     Left = 112
  199.     Top = 69
  200.   end
  201.   object trayIcon1: TCoolTrayIcon
  202.     CycleInterval = 0
  203.     Icon.Data = {<image000.ico>}
  204.     IconIndex = 0
  205.     PopupMenu = pmMenu1
  206.     OnMouseDown = trayIcon1MouseDown
  207.     OnStartup = trayIcon1Startup
  208.     Left = 79
  209.     Top = 69
  210.   end
  211.   object pmMenu1: TPopupMenu
  212.     AutoHotkeys = maManual
  213.     OnPopup = pmMenu1Popup
  214.     Left = 48
  215.     Top = 69
  216.     object miShow1: TMenuItem
  217.       Caption = 'S&how'
  218.       Default = True
  219.       OnClick = miShow1Click
  220.     end
  221.     object N5: TMenuItem
  222.       Caption = '-'
  223.     end
  224.     object Add1: TMenuItem
  225.       Action = actAdd1
  226.     end
  227.     object AddFolder1: TMenuItem
  228.       Action = actAddFolder1
  229.     end
  230.     object Deleteselected1: TMenuItem
  231.       Action = actDelete1
  232.     end
  233.     object miClear1: TMenuItem
  234.       Caption = 'Cl&ear All'
  235.       OnClick = miClear1Click
  236.     end
  237.     object Clearnonexisting1: TMenuItem
  238.       Action = actClearNonExisting1
  239.     end
  240.     object N6: TMenuItem
  241.       Caption = '-'
  242.     end
  243.     object miSetaswallpaper1: TMenuItem
  244.       Caption = '&Set as wallpaper'
  245.       ShortCut = 120
  246.       OnClick = miSetaswallpaper1Click
  247.     end
  248.     object Deletecurrentwallpaper1: TMenuItem
  249.       Caption = 'Delete current &wallpaper'
  250.       ShortCut = 16430
  251.       OnClick = Deletecurrentwallpaper1Click
  252.     end
  253.     object miPreview1: TMenuItem
  254.       Action = actPreview1
  255.     end
  256.     object N3: TMenuItem
  257.       Caption = '-'
  258.     end
  259.     object SaveFileList1: TMenuItem
  260.       Action = actSave1
  261.     end
  262.     object LoadFileList1: TMenuItem
  263.       Action = actLoad1
  264.     end
  265.     object N2: TMenuItem
  266.       Caption = '-'
  267.     end
  268.     object Options1: TMenuItem
  269.       Caption = '&Options'
  270.       OnClick = actDisableCycling1Execute
  271.       object DisableCycling1: TMenuItem
  272.         Action = actDisableCycling1
  273.       end
  274.       object ShowTray1: TMenuItem
  275.         Action = actShowTray1
  276.       end
  277.       object miStartwithWindows1: TMenuItem
  278.         Caption = 'Start with &Windows'
  279.         OnClick = miStartwithWindows1Click
  280.       end
  281.       object N4: TMenuItem
  282.         Caption = '-'
  283.       end
  284.       object miPreferences1: TMenuItem
  285.         Action = actPreferences1
  286.       end
  287.       object miSetLanguage1: TMenuItem
  288.         Caption = 'Set &Language'
  289.       end
  290.       object N7: TMenuItem
  291.         Caption = '-'
  292.       end
  293.       object CreateScreensaver1: TMenuItem
  294.         Action = actCreateScreensaver1
  295.       end
  296.     end
  297.     object Cycle1: TMenuItem
  298.       Action = actCycle1
  299.     end
  300.     object miPrevious1: TMenuItem
  301.       Caption = '&Previous'
  302.       Enabled = False
  303.       OnClick = miPrevious1Click
  304.     end
  305.     object N1: TMenuItem
  306.       Caption = '-'
  307.     end
  308.     object Close1: TMenuItem
  309.       Caption = 'C&lose'
  310.       ShortCut = 32883
  311.       OnClick = Close1Click
  312.     end
  313.   end
  314.   object tmrStart1: TTimer
  315.     Enabled = False
  316.     Interval = 5000
  317.     OnTimer = tmrStart1Timer
  318.     Left = 144
  319.     Top = 69
  320.   end
  321.   object actManager1: TActionManager
  322.     ActionBars = <
  323.       item
  324.         Items = <
  325.           item
  326.             Items = <
  327.               item
  328.                 Action = actSave1
  329.                 ShortCut = 16467
  330.               end
  331.               item
  332.                 Action = actLoad1
  333.                 ShortCut = 16460
  334.               end
  335.               item
  336.                 Caption = '-'
  337.               end
  338.               item
  339.                 Action = actClose1
  340.                 ShortCut = 32883
  341.               end>
  342.             Caption = '&File'
  343.           end
  344.           item
  345.             Items = <
  346.               item
  347.                 Action = actAdd1
  348.                 ShortCut = 16449
  349.               end
  350.               item
  351.                 Action = actAddFolder1
  352.               end
  353.               item
  354.                 Action = actDelete1
  355.                 ShortCut = 46
  356.               end
  357.               item
  358.                 Action = actClearNonExisting1
  359.               end>
  360.             Caption = '&Edit'
  361.           end
  362.           item
  363.             Items = <
  364.               item
  365.                 Action = actPreview1
  366.                 ShortCut = 113
  367.               end
  368.               item
  369.                 Action = actSetAsWallPaper1
  370.                 ShortCut = 120
  371.               end
  372.               item
  373.                 Caption = '-'
  374.               end
  375.               item
  376.                 Action = actEditImage1
  377.               end
  378.               item
  379.                 Caption = '-'
  380.               end
  381.               item
  382.                 Action = actCreateScreensaver1
  383.               end>
  384.             Caption = '&Tools'
  385.           end
  386.           item
  387.             Items = <
  388.               item
  389.                 Action = actDisableCycling1
  390.               end
  391.               item
  392.                 Action = actShowTray1
  393.               end
  394.               item
  395.                 Caption = '-'
  396.               end
  397.               item
  398.                 Action = actPreferences1
  399.                 ShortCut = 115
  400.               end>
  401.             Caption = '&Options'
  402.           end
  403.           item
  404.             Items = <
  405.               item
  406.                 Action = Action1
  407.                 Caption = 'Visit &Website...          '
  408.               end
  409.               item
  410.                 Visible = False
  411.                 Action = actContents1
  412.                 ShortCut = 112
  413.               end
  414.               item
  415.                 Caption = '-'
  416.               end
  417.               item
  418.                 Action = actAbout1
  419.               end>
  420.             Caption = '&Help'
  421.           end>
  422.         ActionBar = ActionMainMenuBar1
  423.       end>
  424.     Left = 14
  425.     Top = 69
  426.     StyleName = 'XP Style'
  427.     object actDisableCycling1: TAction
  428.       Category = 'Options'
  429.       Caption = '&Disable auto cycling'
  430.       Checked = True
  431.       OnExecute = actDisableCycling1Execute
  432.     end
  433.     object actShowTray1: TAction
  434.       Category = 'Options'
  435.       Caption = 'Show &Tray'
  436.       Checked = True
  437.       OnExecute = actShowTray1Execute
  438.     end
  439.     object actCycle1: TAction
  440.       Caption = '&Cycle!'
  441.       ShortCut = 120
  442.       OnExecute = actCycle1Execute
  443.     end
  444.     object actAdd1: TAction
  445.       Category = 'Edit'
  446.       Caption = '&Add'
  447.       ShortCut = 16449
  448.       OnExecute = actAdd1Execute
  449.     end
  450.     object actAddFolder1: TAction
  451.       Category = 'Edit'
  452.       Caption = 'Add &Folder'
  453.       OnExecute = actAddFolder1Execute
  454.     end
  455.     object actDelete1: TAction
  456.       Category = 'Edit'
  457.       Caption = '&Delete selected'
  458.       ShortCut = 46
  459.       OnExecute = actDelete1Execute
  460.     end
  461.     object actClearNonExisting1: TAction
  462.       Category = 'Edit'
  463.       Caption = 'C&lear non existing              '
  464.       OnExecute = actClearNonExisting1Execute
  465.     end
  466.     object actSave1: TAction
  467.       Category = 'File'
  468.       Caption = '&Save FileList...'
  469.       ShortCut = 16467
  470.       OnExecute = actSave1Execute
  471.     end
  472.     object actPreferences1: TAction
  473.       Category = 'Options'
  474.       Caption = '&Preferences'
  475.       ShortCut = 115
  476.       OnExecute = actPreferences1Execute
  477.     end
  478.     object actLoad1: TAction
  479.       Category = 'File'
  480.       Caption = 'L&oad FileList...'
  481.       ShortCut = 16460
  482.       OnExecute = actLoad1Execute
  483.     end
  484.     object actClose1: TAction
  485.       Category = 'File'
  486.       Caption = 'C&lose      '
  487.       ShortCut = 32883
  488.       OnExecute = actClose1Execute
  489.     end
  490.     object actPreview1: TAction
  491.       Category = 'Tools'
  492.       Caption = '&Preview'
  493.       ShortCut = 113
  494.       OnExecute = actPreview1Execute
  495.     end
  496.     object actEditImage1: TAction
  497.       Category = 'Tools'
  498.       Caption = '&Edit Image       '
  499.       Enabled = False
  500.       OnExecute = actEditImage1Execute
  501.     end
  502.     object actContents1: TAction
  503.       Category = 'Help'
  504.       Caption = '&Contents...          '
  505.       ShortCut = 112
  506.       Visible = False
  507.       OnExecute = actContents1Execute
  508.     end
  509.     object Action1: TAction
  510.       Category = 'Help'
  511.       Caption = 'Visit &Website...'
  512.       OnExecute = Action1Execute
  513.     end
  514.     object actAbout1: TAction
  515.       Category = 'Help'
  516.       Caption = '&About'
  517.       OnExecute = actAbout1Execute
  518.     end
  519.     object actSetAsWallPaper1: TAction
  520.       Category = 'Tools'
  521.       Caption = 'Set as &Wallpaper'
  522.       Enabled = False
  523.       ShortCut = 120
  524.       OnExecute = miSetaswallpaper1Click
  525.     end
  526.     object actCreateScreensaver1: TAction
  527.       Category = 'Tools'
  528.       Caption = '&Create Screensaver'
  529.       OnExecute = actCreateScreensaver1Execute
  530.     end
  531.   end
  532.   object tmrMain1: TTimer
  533.     OnTimer = tmrMain1Timer
  534.     Left = 176
  535.     Top = 69
  536.   end
  537.   object XPThemeAPI1: TXPThemeAPI
  538.     Left = 208
  539.     Top = 69
  540.   end
  541.   object tmrDefiniteDate1: TTimer
  542.     Interval = 5000
  543.     OnTimer = tmrDefiniteDate1Timer
  544.     Left = 16
  545.     Top = 104
  546.   end
  547.   object dlgOpen1: TOpenDialog
  548.     DefaultExt = '.wcp'
  549.     Filter = 'WPChanger Files (*.wcp)|*.wcp'
  550.     Title = 'Load a WPChanger List'
  551.     Left = 48
  552.     Top = 104
  553.   end
  554.   object dlgSave1: TSaveDialog
  555.     DefaultExt = '.wcp'
  556.     FileName = 'Files.wcp'
  557.     Filter = 'WPChanger Files (*.wcp)|*.wcp'
  558.     Title = 'Save WPChanger List'
  559.     Left = 80
  560.     Top = 104
  561.   end
  562. end
  563.