home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / pulpit / wallwiz / wallwiz.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1997-02-19  |  16KB  |  639 lines

  1. object MainForm: TMainForm
  2.   Left = 426
  3.   Top = 211
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Wall Wizard'
  7.   ClientHeight = 279
  8.   ClientWidth = 300
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SystemIcon: TImage
  22.     Left = 1
  23.     Top = 230
  24.     Width = 32
  25.     Height = 32
  26.     AutoSize = True
  27.     Picture.Data = {<image000.ico>}
  28.     Visible = False
  29.   end
  30.   object PreviewIcon: TImage
  31.     Left = 34
  32.     Top = 230
  33.     Width = 32
  34.     Height = 32
  35.     AutoSize = True
  36.     Picture.Data = {<image001.ico>}
  37.     Visible = False
  38.   end
  39.   object PageControl: TPageControl
  40.     Left = 8
  41.     Top = 8
  42.     Width = 285
  43.     Height = 237
  44.     ActivePage = PreviewSheet
  45.     TabOrder = 0
  46.     object PreviewSheet: TTabSheet
  47.       Caption = 'Preview'
  48.       PopupMenu = ThumbPopup
  49.       object Label8: TLabel
  50.         Left = 11
  51.         Top = 188
  52.         Width = 88
  53.         Height = 13
  54.         Caption = 'Current wallpaper: '
  55.       end
  56.       object InstalledLabel: TLabel
  57.         Left = 101
  58.         Top = 188
  59.         Width = 45
  60.         Height = 13
  61.         Caption = 'No Paper'
  62.       end
  63.       object GoButton: TButton
  64.         Left = 188
  65.         Top = 157
  66.         Width = 81
  67.         Height = 21
  68.         Hint = 'Start or Stop Timer'
  69.         Caption = 'Start Timer'
  70.         TabOrder = 0
  71.         OnClick = GoButtonClick
  72.       end
  73.       object NextButton: TButton
  74.         Left = 188
  75.         Top = 39
  76.         Width = 81
  77.         Height = 21
  78.         Hint = 'Preview next image'
  79.         Caption = 'Next'
  80.         TabOrder = 1
  81.         OnClick = NextButtonClick
  82.       end
  83.       object RestoreButton: TButton
  84.         Left = 188
  85.         Top = 127
  86.         Width = 81
  87.         Height = 21
  88.         Hint = 'Restore default wallpaper'
  89.         Caption = 'Restore Default'
  90.         TabOrder = 2
  91.         OnClick = RestoreButtonClick
  92.       end
  93.       object ChooseButton: TButton
  94.         Left = 188
  95.         Top = 98
  96.         Width = 81
  97.         Height = 21
  98.         Hint = 'Select preview file from list'
  99.         Caption = 'Choose...'
  100.         TabOrder = 3
  101.         OnClick = ChooseButtonClick
  102.       end
  103.       object Panel1: TPanel
  104.         Left = 4
  105.         Top = 10
  106.         Width = 176
  107.         Height = 169
  108.         BevelInner = bvRaised
  109.         BevelOuter = bvLowered
  110.         Ctl3D = False
  111.         ParentCtl3D = False
  112.         PopupMenu = ThumbPopup
  113.         TabOrder = 4
  114.         object ThumbFrame: TShape
  115.           Left = 11
  116.           Top = 23
  117.           Width = 154
  118.           Height = 116
  119.           Brush.Color = clBackground
  120.           Pen.Color = clGray
  121.         end
  122.         object Thumbnail: TImage
  123.           Left = 12
  124.           Top = 24
  125.           Width = 152
  126.           Height = 114
  127.           Hint = 'Click to set wallpaper'
  128.           OnClick = ThumbnailClick
  129.         end
  130.         object PreviewLabel: TLabel
  131.           Left = 5
  132.           Top = 5
  133.           Width = 55
  134.           Height = 13
  135.           Caption = 'No Preview'
  136.         end
  137.         object DimensionsLabel: TLabel
  138.           Left = 152
  139.           Top = 5
  140.           Width = 17
  141.           Height = 13
  142.           Alignment = taRightJustify
  143.           Caption = '0x0'
  144.           Font.Color = clBlack
  145.           Font.Height = -11
  146.           Font.Name = 'MS Sans Serif'
  147.           Font.Style = []
  148.           ParentFont = False
  149.         end
  150.         object TileButton: TRadioButton
  151.           Left = 7
  152.           Top = 146
  153.           Width = 41
  154.           Height = 17
  155.           Hint = 'Show wallpaper as repeating pattern'
  156.           Caption = 'Tile'
  157.           Checked = True
  158.           PopupMenu = ThumbPopup
  159.           TabOrder = 0
  160.           TabStop = True
  161.           OnClick = TileCenterStretchClick
  162.         end
  163.         object CenterButton: TRadioButton
  164.           Left = 55
  165.           Top = 146
  166.           Width = 53
  167.           Height = 17
  168.           Hint = 'Center wallpaper on screen'
  169.           Caption = 'Center'
  170.           PopupMenu = ThumbPopup
  171.           TabOrder = 1
  172.           OnClick = TileCenterStretchClick
  173.         end
  174.         object StretchButton: TRadioButton
  175.           Left = 115
  176.           Top = 146
  177.           Width = 57
  178.           Height = 17
  179.           Hint = 'Fit image to screen'
  180.           Caption = 'Stretch'
  181.           PopupMenu = ThumbPopup
  182.           TabOrder = 2
  183.           OnClick = TileCenterStretchClick
  184.         end
  185.       end
  186.       object SetWallpaperButton: TButton
  187.         Left = 188
  188.         Top = 9
  189.         Width = 81
  190.         Height = 21
  191.         Hint = 'Install preview image as wallpaper'
  192.         Caption = 'Set Wallpaper'
  193.         TabOrder = 5
  194.         OnClick = ThumbnailClick
  195.       end
  196.       object PreviousButton: TButton
  197.         Left = 188
  198.         Top = 68
  199.         Width = 81
  200.         Height = 21
  201.         Hint = 'Preview previous image'
  202.         Caption = 'Previous'
  203.         TabOrder = 6
  204.         OnClick = PreviousButtonClick
  205.       end
  206.     end
  207.     object SettingsSheet: TTabSheet
  208.       Caption = 'Settings'
  209.       object TimerGroup: TGroupBox
  210.         Left = 4
  211.         Top = 144
  212.         Width = 141
  213.         Height = 63
  214.         Caption = 'Timer'
  215.         TabOrder = 0
  216.         object Label2: TLabel
  217.           Left = 9
  218.           Top = 14
  219.           Width = 117
  220.           Height = 13
  221.           Caption = 'Change wallpaper every:'
  222.         end
  223.         object Label6: TLabel
  224.           Left = 45
  225.           Top = 34
  226.           Width = 5
  227.           Height = 16
  228.           Caption = ':'
  229.           Font.Color = clBlack
  230.           Font.Height = -13
  231.           Font.Name = 'MS Sans Serif'
  232.           Font.Style = [fsBold]
  233.           ParentFont = False
  234.         end
  235.         object Label7: TLabel
  236.           Left = 91
  237.           Top = 34
  238.           Width = 5
  239.           Height = 16
  240.           Caption = ':'
  241.           Font.Color = clBlack
  242.           Font.Height = -13
  243.           Font.Name = 'MS Sans Serif'
  244.           Font.Style = [fsBold]
  245.           ParentFont = False
  246.         end
  247.         object MinutesSpin: TSpinEdit
  248.           Left = 53
  249.           Top = 33
  250.           Width = 35
  251.           Height = 22
  252.           Hint = 'Minutes'
  253.           MaxValue = 59
  254.           MinValue = 0
  255.           TabOrder = 0
  256.           Value = 10
  257.           OnChange = DelayChange
  258.         end
  259.         object SecondsSpin: TSpinEdit
  260.           Left = 99
  261.           Top = 33
  262.           Width = 35
  263.           Height = 22
  264.           Hint = 'Seconds'
  265.           MaxValue = 59
  266.           MinValue = 0
  267.           TabOrder = 1
  268.           Value = 0
  269.           OnChange = DelayChange
  270.         end
  271.         object HoursSpin: TSpinEdit
  272.           Left = 7
  273.           Top = 33
  274.           Width = 35
  275.           Height = 22
  276.           Hint = 'Hours'
  277.           MaxValue = 24
  278.           MinValue = 0
  279.           TabOrder = 2
  280.           Value = 0
  281.           OnChange = DelayChange
  282.         end
  283.       end
  284.       object FindGroup: TGroupBox
  285.         Left = 4
  286.         Top = 2
  287.         Width = 270
  288.         Height = 53
  289.         Caption = 'Find wallpaper in:'
  290.         PopupMenu = FolderPopup
  291.         TabOrder = 1
  292.         object FolderCombo: TComboBox
  293.           Left = 8
  294.           Top = 18
  295.           Width = 193
  296.           Height = 21
  297.           Hint = 'Where to find *.JPG, *.BMP. Right click to explore.'
  298.           ItemHeight = 13
  299.           PopupMenu = FolderPopup
  300.           TabOrder = 0
  301.           OnChange = FolderComboChange
  302.         end
  303.         object BrowseButton: TButton
  304.           Left = 206
  305.           Top = 18
  306.           Width = 57
  307.           Height = 21
  308.           Hint = 'Choose directory'
  309.           Caption = 'Browse...'
  310.           PopupMenu = FolderPopup
  311.           TabOrder = 1
  312.           OnClick = BrowseButtonClick
  313.         end
  314.       end
  315.       object OptionsGroup: TGroupBox
  316.         Left = 4
  317.         Top = 56
  318.         Width = 270
  319.         Height = 87
  320.         Caption = 'Options'
  321.         TabOrder = 2
  322.         object RandomizeBox: TCheckBox
  323.           Left = 10
  324.           Top = 14
  325.           Width = 81
  326.           Height = 16
  327.           Hint = 'Show wallpaper in random order'
  328.           Caption = 'Randomize'
  329.           State = cbChecked
  330.           TabOrder = 0
  331.         end
  332.         object AutoStartBox: TCheckBox
  333.           Left = 140
  334.           Top = 14
  335.           Width = 125
  336.           Height = 16
  337.           Hint = 'New wallpaper when WallWiz opens'
  338.           Caption = 'New paper on startup'
  339.           TabOrder = 1
  340.         end
  341.         object StretchBox: TCheckBox
  342.           Left = 10
  343.           Top = 31
  344.           Width = 95
  345.           Height = 16
  346.           Hint = 'Stretch image to screen if proper aspect ratio'
  347.           AllowGrayed = True
  348.           Caption = 'Smart stretching'
  349.           State = cbChecked
  350.           TabOrder = 2
  351.         end
  352.         object AutoTimerBox: TCheckBox
  353.           Left = 140
  354.           Top = 31
  355.           Width = 109
  356.           Height = 16
  357.           Hint = 'Start timer when WallWiz opens'
  358.           Caption = 'Timer on at startup'
  359.           TabOrder = 3
  360.         end
  361.         object ExitRestoreBox: TCheckBox
  362.           Left = 10
  363.           Top = 65
  364.           Width = 97
  365.           Height = 16
  366.           Hint = 'Restore default wallpaper when WallWiz exits'
  367.           Caption = 'Restore on exit'
  368.           State = cbChecked
  369.           TabOrder = 4
  370.         end
  371.         object LeftClickNextBox: TCheckBox
  372.           Left = 140
  373.           Top = 48
  374.           Width = 109
  375.           Height = 16
  376.           Hint = 'Left click tray icon for next wallpaper'
  377.           Caption = 'Click icon for next'
  378.           TabOrder = 5
  379.         end
  380.         object ViewAsPaperBox: TCheckBox
  381.           Left = 10
  382.           Top = 48
  383.           Width = 127
  384.           Height = 17
  385.           Hint = 'Use tile, center, or stretch on preview'
  386.           Caption = 'Preview as Wallpaper'
  387.           State = cbChecked
  388.           TabOrder = 6
  389.           OnClick = ViewAsPaperBoxClick
  390.         end
  391.         object SwapClicksBox: TCheckBox
  392.           Left = 140
  393.           Top = 65
  394.           Width = 105
  395.           Height = 17
  396.           Hint = 'Use left mouse button for context menu'
  397.           Caption = 'Swap icon clicks'
  398.           State = cbChecked
  399.           TabOrder = 7
  400.         end
  401.       end
  402.       object TilingGroup: TGroupBox
  403.         Left = 152
  404.         Top = 144
  405.         Width = 122
  406.         Height = 63
  407.         Caption = 'Allow'
  408.         TabOrder = 3
  409.         object Label1: TLabel
  410.           Left = 13
  411.           Top = 18
  412.           Width = 57
  413.           Height = 12
  414.           Caption = 'Tile if margin:'
  415.           Font.Color = clBlack
  416.           Font.Height = -9
  417.           Font.Name = 'Arial'
  418.           Font.Style = []
  419.           ParentFont = False
  420.         end
  421.         object Label5: TLabel
  422.           Left = 111
  423.           Top = 17
  424.           Width = 8
  425.           Height = 13
  426.           Caption = '%'
  427.         end
  428.         object Label3: TLabel
  429.           Left = 2
  430.           Top = 42
  431.           Width = 68
  432.           Height = 12
  433.           Caption = 'Stretch if within:'
  434.           Font.Color = clBlack
  435.           Font.Height = -9
  436.           Font.Name = 'Arial'
  437.           Font.Style = []
  438.           ParentFont = False
  439.         end
  440.         object Label4: TLabel
  441.           Left = 111
  442.           Top = 41
  443.           Width = 8
  444.           Height = 13
  445.           Caption = '%'
  446.         end
  447.         object MarginSpin: TSpinEdit
  448.           Left = 71
  449.           Top = 12
  450.           Width = 41
  451.           Height = 22
  452.           Hint = '% of another image visible before auto tiling'
  453.           Font.Color = clBlack
  454.           Font.Height = -11
  455.           Font.Name = 'MS Sans Serif'
  456.           Font.Style = []
  457.           MaxValue = 1000
  458.           MinValue = 0
  459.           ParentFont = False
  460.           TabOrder = 0
  461.           Value = 50
  462.         end
  463.         object StretchAllowSpin: TSpinEdit
  464.           Left = 71
  465.           Top = 38
  466.           Width = 41
  467.           Height = 22
  468.           Hint = 'Stretch if this close to screen aspect ratio'
  469.           Font.Color = clBlack
  470.           Font.Height = -11
  471.           Font.Name = 'MS Sans Serif'
  472.           Font.Style = []
  473.           MaxValue = 100
  474.           MinValue = 0
  475.           ParentFont = False
  476.           TabOrder = 1
  477.           Value = 10
  478.         end
  479.       end
  480.     end
  481.   end
  482.   object OkButton: TButton
  483.     Left = 54
  484.     Top = 252
  485.     Width = 75
  486.     Height = 23
  487.     Hint = 'Close this window'
  488.     Caption = 'OK'
  489.     Default = True
  490.     TabOrder = 1
  491.     OnClick = OkButtonClick
  492.   end
  493.   object CancelButton: TButton
  494.     Left = 135
  495.     Top = 252
  496.     Width = 75
  497.     Height = 23
  498.     Hint = 'Undo settings changes'
  499.     Cancel = True
  500.     Caption = 'Cancel'
  501.     TabOrder = 2
  502.     OnClick = CancelButtonClick
  503.   end
  504.   object QuitButton: TButton
  505.     Left = 216
  506.     Top = 252
  507.     Width = 77
  508.     Height = 23
  509.     Hint = 'Exit application'
  510.     Cancel = True
  511.     Caption = 'Exit WallWiz'
  512.     TabOrder = 3
  513.     OnClick = QuitButtonClick
  514.   end
  515.   object OpenDialog: TOpenDialog
  516.     FileEditStyle = fsEdit
  517.     Filter = 
  518.       'Bitmap files (*.bmp)|*.bmp|JPEG files (*.jpg)|*.jpg|Image files ' +
  519.       '(*.bmp, *.jpg)|*.bmp; *.jpg'
  520.     FilterIndex = 3
  521.     Left = 264
  522.   end
  523.   object PopupMenu: TPopupMenu
  524.     AutoPopup = False
  525.     OnPopup = PopupMenuPopup
  526.     Left = 206
  527.     object NextItem: TMenuItem
  528.       Caption = 'Next'
  529.       ShortCut = 0
  530.       OnClick = NextItemClick
  531.     end
  532.     object GoItem: TMenuItem
  533.       Caption = 'Start Timer'
  534.       ShortCut = 0
  535.       OnClick = GoButtonClick
  536.     end
  537.     object ChooseItem: TMenuItem
  538.       Caption = 'Choose...'
  539.       ShortCut = 0
  540.       OnClick = ChooseItemClick
  541.     end
  542.     object RestoreItem: TMenuItem
  543.       Caption = 'Restore Default'
  544.       ShortCut = 0
  545.       OnClick = RestoreButtonClick
  546.     end
  547.     object Spud1: TMenuItem
  548.       Caption = '-'
  549.       ShortCut = 0
  550.     end
  551.     object PropertiesItem: TMenuItem
  552.       Caption = 'Properties...'
  553.       Default = True
  554.       ShortCut = 0
  555.       OnClick = PropertiesItemClick
  556.     end
  557.     object AboutItem: TMenuItem
  558.       Caption = 'About...'
  559.       ShortCut = 0
  560.       OnClick = AboutItemClick
  561.     end
  562.     object ExitItem: TMenuItem
  563.       Caption = 'Exit WallWiz'
  564.       ShortCut = 0
  565.       OnClick = QuitButtonClick
  566.     end
  567.   end
  568.   object Timer: TTimer
  569.     Enabled = False
  570.     Interval = 30000
  571.     OnTimer = TimerTimer
  572.     Left = 236
  573.   end
  574.   object ThumbPopup: TPopupMenu
  575.     OnPopup = ThumbPopupPopup
  576.     Left = 177
  577.     object ViewAsPaperItem: TMenuItem
  578.       Caption = 'Preview as Wallpaper'
  579.       ShortCut = 0
  580.       OnClick = ViewAsPaperItemClick
  581.     end
  582.     object N1: TMenuItem
  583.       Caption = '-'
  584.       ShortCut = 0
  585.     end
  586.     object ViewDefaultItem: TMenuItem
  587.       Caption = 'Preview Windows Default'
  588.       ShortCut = 0
  589.       OnClick = ViewDefaultItemClick
  590.     end
  591.     object InstallDefaultItem: TMenuItem
  592.       Caption = 'Install as Windows Default'
  593.       ShortCut = 0
  594.       OnClick = InstallDefaultItemClick
  595.     end
  596.     object N2: TMenuItem
  597.       Caption = '-'
  598.       ShortCut = 0
  599.     end
  600.     object ReloadItem: TMenuItem
  601.       Caption = 'Reload Preview'
  602.       ShortCut = 0
  603.       OnClick = ReloadItemClick
  604.     end
  605.     object OpenPreviewItem: TMenuItem
  606.       Caption = 'Open Image in Shell'
  607.       ShortCut = 0
  608.       OnClick = OpenPreviewItemClick
  609.     end
  610.     object ExploreCurrentFolderItem: TMenuItem
  611.       Caption = 'Explore Current Folder'
  612.       ShortCut = 0
  613.       OnClick = ExploreItemClick
  614.     end
  615.     object N3: TMenuItem
  616.       Caption = '-'
  617.       ShortCut = 0
  618.     end
  619.   end
  620.   object FolderPopup: TPopupMenu
  621.     Left = 150
  622.     object OpenItem: TMenuItem
  623.       Caption = 'Open Folder'
  624.       ShortCut = 0
  625.       OnClick = OpenItemClick
  626.     end
  627.     object ExploreItem: TMenuItem
  628.       Caption = 'Explore Folder'
  629.       ShortCut = 0
  630.       OnClick = ExploreItemClick
  631.     end
  632.     object Browse1: TMenuItem
  633.       Caption = 'Browse...'
  634.       ShortCut = 0
  635.       OnClick = BrowseButtonClick
  636.     end
  637.   end
  638. end
  639.