home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMPREFS / TFORMPREFS.txt
Encoding:
Text File  |  2004-04-06  |  33.9 KB  |  1,395 lines

  1. object FormPrefs: TFormPrefs
  2.   Left = 440
  3.   Top = 574
  4.   HelpContext = 158
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Preferences'
  8.   ClientHeight = 366
  9.   ClientWidth = 481
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnResize = FormResize
  21.   OnShow = FormPrefsShow
  22.   DesignSize = (
  23.     481
  24.     366)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object PageControlPrefs: TPageControl
  28.     Left = 0
  29.     Top = 0
  30.     Width = 481
  31.     Height = 329
  32.     ActivePage = tsDisplayOptions
  33.     MultiLine = True
  34.     TabOrder = 0
  35.     object tsDisplayOptions: TTabSheet
  36.       HelpContext = 158
  37.       Caption = 'General'
  38.       ImageIndex = 2
  39.       object GroupBox3: TGroupBox
  40.         Left = 5
  41.         Top = 0
  42.         Width = 220
  43.         Height = 130
  44.         Caption = 'Display'
  45.         TabOrder = 0
  46.         object cbNonRecursive: TCheckBox
  47.           Left = 8
  48.           Top = 18
  49.           Width = 201
  50.           Height = 17
  51.           Caption = 'Display only in selected album/group'
  52.           TabOrder = 0
  53.         end
  54.         object cbAutoSaveLayout: TCheckBox
  55.           Left = 8
  56.           Top = 35
  57.           Width = 97
  58.           Height = 17
  59.           Caption = 'Auto save layout'
  60.           TabOrder = 1
  61.         end
  62.         object cbShowAlbumDescr: TCheckBox
  63.           Left = 8
  64.           Top = 53
  65.           Width = 193
  66.           Height = 17
  67.           Caption = 'Display Album/Group Descriptions'
  68.           TabOrder = 2
  69.         end
  70.         object cbLockToolbars: TCheckBox
  71.           Left = 8
  72.           Top = 70
  73.           Width = 169
  74.           Height = 17
  75.           Caption = 'Lock toolbars'
  76.           TabOrder = 3
  77.         end
  78.         object cbDispArchivedExist: TCheckBox
  79.           Left = 8
  80.           Top = 88
  81.           Width = 201
  82.           Height = 17
  83.           Caption = 'Display existing archived files'
  84.           TabOrder = 4
  85.         end
  86.         object cbDispArchivedDeleted: TCheckBox
  87.           Left = 8
  88.           Top = 106
  89.           Width = 208
  90.           Height = 17
  91.           Caption = 'Display deleted archived files'
  92.           TabOrder = 5
  93.         end
  94.       end
  95.       object GroupBox5: TGroupBox
  96.         Left = 5
  97.         Top = 222
  98.         Width = 220
  99.         Height = 72
  100.         Caption = 'File Saving and memory'
  101.         TabOrder = 1
  102.         object Label24: TLabel
  103.           Left = 6
  104.           Top = 21
  105.           Width = 96
  106.           Height = 13
  107.           Caption = 'Save interval  (secs)'
  108.         end
  109.         object Label29: TLabel
  110.           Left = 6
  111.           Top = 45
  112.           Width = 103
  113.           Height = 13
  114.           Caption = 'Thumbnail cache size'
  115.         end
  116.         object EditSaveDelay: TSpinEdit
  117.           Left = 124
  118.           Top = 17
  119.           Width = 91
  120.           Height = 22
  121.           MaxValue = 600
  122.           MinValue = 10
  123.           TabOrder = 0
  124.           Value = 120
  125.         end
  126.         object cbThumbSize: TComboBox
  127.           Left = 124
  128.           Top = 42
  129.           Width = 91
  130.           Height = 21
  131.           Style = csDropDownList
  132.           ItemHeight = 13
  133.           TabOrder = 1
  134.         end
  135.       end
  136.       object GroupBox10: TGroupBox
  137.         Left = 235
  138.         Top = 134
  139.         Width = 214
  140.         Height = 81
  141.         Caption = 'Startup'
  142.         TabOrder = 2
  143.         object cbDisplaySplashScn: TCheckBox
  144.           Left = 8
  145.           Top = 18
  146.           Width = 137
  147.           Height = 17
  148.           Caption = 'Display splash screen'
  149.           Checked = True
  150.           State = cbChecked
  151.           TabOrder = 0
  152.         end
  153.         object cbColorWarning: TCheckBox
  154.           Left = 8
  155.           Top = 34
  156.           Width = 137
  157.           Height = 17
  158.           Caption = 'Warn in 256 color mode'
  159.           Checked = True
  160.           State = cbChecked
  161.           TabOrder = 1
  162.         end
  163.         object cbFullScreen: TCheckBox
  164.           Left = 8
  165.           Top = 50
  166.           Width = 97
  167.           Height = 17
  168.           Caption = 'Start full-screen'
  169.           TabOrder = 2
  170.         end
  171.       end
  172.       object GroupBox11: TGroupBox
  173.         Left = 235
  174.         Top = 0
  175.         Width = 214
  176.         Height = 130
  177.         Caption = 'Display with Tooltips'
  178.         TabOrder = 3
  179.         object cbToolCaption: TCheckBox
  180.           Left = 7
  181.           Top = 18
  182.           Width = 66
  183.           Height = 17
  184.           Caption = 'Captions'
  185.           TabOrder = 0
  186.         end
  187.         object cbToolFilename: TCheckBox
  188.           Left = 7
  189.           Top = 35
  190.           Width = 97
  191.           Height = 17
  192.           Caption = 'Filename'
  193.           TabOrder = 1
  194.         end
  195.         object cbToolFilesize: TCheckBox
  196.           Left = 7
  197.           Top = 70
  198.           Width = 97
  199.           Height = 17
  200.           Caption = 'Filesize'
  201.           TabOrder = 2
  202.         end
  203.         object cbToolDimensions: TCheckBox
  204.           Left = 7
  205.           Top = 88
  206.           Width = 97
  207.           Height = 17
  208.           Caption = 'Dimensions'
  209.           TabOrder = 3
  210.         end
  211.         object cbToolPicDate: TCheckBox
  212.           Left = 7
  213.           Top = 106
  214.           Width = 89
  215.           Height = 17
  216.           Caption = 'Picture Date'
  217.           TabOrder = 4
  218.         end
  219.         object cbToolFiledate: TCheckBox
  220.           Left = 7
  221.           Top = 53
  222.           Width = 81
  223.           Height = 17
  224.           Caption = 'Filedate'
  225.           TabOrder = 5
  226.         end
  227.       end
  228.       object GroupBox12: TGroupBox
  229.         Left = 5
  230.         Top = 134
  231.         Width = 220
  232.         Height = 81
  233.         Caption = 'Status Bar'
  234.         TabOrder = 4
  235.         object cbShowStatusBar: TCheckBox
  236.           Left = 8
  237.           Top = 15
  238.           Width = 121
  239.           Height = 17
  240.           Caption = 'Show status bar'
  241.           TabOrder = 0
  242.           OnClick = cbShowStatusBarClick
  243.         end
  244.         object rbLastSelected: TRadioButton
  245.           Left = 32
  246.           Top = 33
  247.           Width = 145
  248.           Height = 17
  249.           Caption = 'Last selected picture'
  250.           Checked = True
  251.           TabOrder = 1
  252.           TabStop = True
  253.         end
  254.         object rbStatusOver: TRadioButton
  255.           Left = 32
  256.           Top = 51
  257.           Width = 161
  258.           Height = 17
  259.           Caption = 'Picture with mouse over'
  260.           TabOrder = 2
  261.         end
  262.       end
  263.       object GroupBox13: TGroupBox
  264.         Left = 235
  265.         Top = 222
  266.         Width = 214
  267.         Height = 72
  268.         Caption = 'Videos'
  269.         TabOrder = 5
  270.         object cbUseMediaPlayer: TCheckBox
  271.           Left = 7
  272.           Top = 18
  273.           Width = 193
  274.           Height = 17
  275.           Caption = 'Display videos using default viewer'
  276.           TabOrder = 0
  277.         end
  278.         object cbBuildVideoThumbnail: TCheckBox
  279.           Left = 7
  280.           Top = 35
  281.           Width = 193
  282.           Height = 17
  283.           Caption = 'Build thumbnail from first frame'
  284.           TabOrder = 1
  285.         end
  286.         object cbAutoStartVideo: TCheckBox
  287.           Left = 7
  288.           Top = 51
  289.           Width = 193
  290.           Height = 17
  291.           Caption = 'Auto start video preview'
  292.           TabOrder = 2
  293.         end
  294.       end
  295.     end
  296.     object tsFiles: TTabSheet
  297.       HelpContext = 159
  298.       Caption = 'File Locations'
  299.       ImageIndex = 5
  300.       OnShow = tsFilesShow
  301.       object Label12: TLabel
  302.         Left = 21
  303.         Top = 10
  304.         Width = 284
  305.         Height = 13
  306.         Caption = 'Define how files and folders are created, copied and moved.'
  307.       end
  308.       object GroupBox2: TGroupBox
  309.         Left = 21
  310.         Top = 31
  311.         Width = 404
  312.         Height = 112
  313.         Caption = 'Options'
  314.         TabOrder = 0
  315.         object Label8: TLabel
  316.           Left = 24
  317.           Top = 19
  318.           Width = 118
  319.           Height = 13
  320.           Alignment = taRightJustify
  321.           Caption = 'New picture folder format'
  322.         end
  323.         object Label15: TLabel
  324.           Left = 23
  325.           Top = 67
  326.           Width = 118
  327.           Height = 13
  328.           Caption = 'Copy/move identical files'
  329.         end
  330.         object Label18: TLabel
  331.           Left = 39
  332.           Top = 89
  333.           Width = 101
  334.           Height = 13
  335.           Caption = 'File rename separator'
  336.         end
  337.         object Label22: TLabel
  338.           Left = 36
  339.           Top = 44
  340.           Width = 105
  341.           Height = 13
  342.           Caption = 'New picture file format'
  343.         end
  344.         object EditFolderFormat: TEdit
  345.           Left = 148
  346.           Top = 16
  347.           Width = 151
  348.           Height = 21
  349.           TabOrder = 0
  350.           OnChange = EditFolderFormatChange
  351.         end
  352.         object EditFileRenameSep: TEdit
  353.           Left = 148
  354.           Top = 86
  355.           Width = 14
  356.           Height = 21
  357.           MaxLength = 1
  358.           TabOrder = 3
  359.           Text = '_'
  360.         end
  361.         object cbCopyMoveMode: TComboBox
  362.           Left = 148
  363.           Top = 63
  364.           Width = 153
  365.           Height = 21
  366.           Style = csDropDownList
  367.           ItemHeight = 13
  368.           TabOrder = 2
  369.           Items.Strings = (
  370.             'Ask'
  371.             'Replace'
  372.             'Skip'
  373.             'Auto (Rename if necessary)')
  374.         end
  375.         object EditExpFileFormat: TEdit
  376.           Left = 148
  377.           Top = 40
  378.           Width = 151
  379.           Height = 21
  380.           TabOrder = 1
  381.         end
  382.       end
  383.       object GroupBox9: TGroupBox
  384.         Left = 21
  385.         Top = 157
  386.         Width = 404
  387.         Height = 70
  388.         Caption = 'Delete Options'
  389.         TabOrder = 1
  390.         object cbDeleteImmediately: TCheckBox
  391.           Left = 16
  392.           Top = 42
  393.           Width = 257
  394.           Height = 17
  395.           Caption = 'Delete immediately (Don'#39't use recycle bin)'
  396.           TabOrder = 1
  397.         end
  398.         object cbSkipDelWarning: TCheckBox
  399.           Left = 16
  400.           Top = 24
  401.           Width = 137
  402.           Height = 17
  403.           Caption = 'Skip delete warning'
  404.           TabOrder = 0
  405.         end
  406.       end
  407.     end
  408.     object TsTools: TTabSheet
  409.       HelpContext = 202
  410.       Caption = 'Tools'
  411.       ImageIndex = 7
  412.       OnShow = TsToolsShow
  413.       object BtnToolUp: TSpeedButton
  414.         Left = 335
  415.         Top = 188
  416.         Width = 23
  417.         Height = 22
  418.         Glyph.Data = {
  419.           76010000424D7601000000000000760000002800000020000000100000000100
  420.           04000000000000010000120B0000120B00001000000000000000000000000000
  421.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  422.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  423.           3333333333777F33333333333309033333333333337F7F333333333333090333
  424.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  425.           33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  426.           3333333777737777F333333099999990333333373F3333373333333309999903
  427.           333333337F33337F33333333099999033333333373F333733333333330999033
  428.           3333333337F337F3333333333099903333333333373F37333333333333090333
  429.           33333333337F7F33333333333309033333333333337373333333333333303333
  430.           333333333337F333333333333330333333333333333733333333}
  431.         NumGlyphs = 2
  432.         OnClick = BtnToolUpClick
  433.       end
  434.       object BtnToolDown: TSpeedButton
  435.         Left = 335
  436.         Top = 220
  437.         Width = 23
  438.         Height = 22
  439.         Glyph.Data = {
  440.           76010000424D7601000000000000760000002800000020000000100000000100
  441.           04000000000000010000120B0000120B00001000000000000000000000000000
  442.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  443.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  444.           333333333337F33333333333333033333333333333373F333333333333090333
  445.           33333333337F7F33333333333309033333333333337373F33333333330999033
  446.           3333333337F337F33333333330999033333333333733373F3333333309999903
  447.           333333337F33337F33333333099999033333333373333373F333333099999990
  448.           33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  449.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  450.           33333333337F7F33333333333309033333333333337F7F333333333333090333
  451.           33333333337F7F33333333333300033333333333337773333333}
  452.         NumGlyphs = 2
  453.         OnClick = BtnToolDownClick
  454.       end
  455.       object Label5: TLabel
  456.         Left = 16
  457.         Top = 8
  458.         Width = 393
  459.         Height = 25
  460.         AutoSize = False
  461.         Caption = 
  462.           'Setup any external tools used to modify or enhance your photos. ' +
  463.           ' All tools in the list, will appear under the Tools menuitem.'
  464.         WordWrap = True
  465.       end
  466.       object lbTools: TListBox
  467.         Left = 16
  468.         Top = 48
  469.         Width = 305
  470.         Height = 225
  471.         ItemHeight = 13
  472.         TabOrder = 0
  473.         OnDblClick = BtnEditToolClick
  474.       end
  475.       object BtnAddTool: TButton
  476.         Left = 336
  477.         Top = 64
  478.         Width = 75
  479.         Height = 25
  480.         Caption = 'Add'
  481.         TabOrder = 1
  482.         OnClick = btnAddToolClick
  483.       end
  484.       object BtnRemoveTool: TButton
  485.         Left = 336
  486.         Top = 128
  487.         Width = 75
  488.         Height = 25
  489.         Caption = 'Remove'
  490.         TabOrder = 2
  491.         OnClick = BtnRemoveToolClick
  492.       end
  493.       object BtnEditTool: TButton
  494.         Left = 336
  495.         Top = 96
  496.         Width = 75
  497.         Height = 25
  498.         Caption = 'Edit'
  499.         TabOrder = 3
  500.         OnClick = BtnEditToolClick
  501.       end
  502.     end
  503.     object tsScreenSaver: TTabSheet
  504.       HelpContext = 204
  505.       Caption = 'Screen Saver'
  506.       ImageIndex = 5
  507.       OnShow = tsScreenSaverShow
  508.       object Label9: TLabel
  509.         Left = 12
  510.         Top = 267
  511.         Width = 205
  512.         Height = 26
  513.         Caption = 'Select the Album or Group to control which pictures display.'
  514.         WordWrap = True
  515.       end
  516.       object Label11: TLabel
  517.         Left = 232
  518.         Top = 9
  519.         Width = 200
  520.         Height = 39
  521.         Caption = 
  522.           'To enable the screen saver, you must choose the FotoAlbum Screen' +
  523.           ' Saver from the Screen Display Properties.'
  524.         WordWrap = True
  525.       end
  526.       object tvAlbums: TTreeView
  527.         Left = 12
  528.         Top = 8
  529.         Width = 211
  530.         Height = 254
  531.         HideSelection = False
  532.         Images = FormAlbumView.TreeViewImages
  533.         Indent = 19
  534.         TabOrder = 0
  535.         OnChange = tvAlbumsChange
  536.       end
  537.       object GroupBox16: TGroupBox
  538.         Left = 232
  539.         Top = 154
  540.         Width = 225
  541.         Height = 108
  542.         Caption = 'Transition Effects'
  543.         TabOrder = 1
  544.         object Label31: TLabel
  545.           Left = 32
  546.           Top = 42
  547.           Width = 28
  548.           Height = 13
  549.           Caption = 'Effect'
  550.         end
  551.         object Label32: TLabel
  552.           Left = 32
  553.           Top = 65
  554.           Width = 27
  555.           Height = 13
  556.           Caption = 'Delay'
  557.         end
  558.         object Label33: TLabel
  559.           Left = 126
  560.           Top = 65
  561.           Width = 55
  562.           Height = 13
  563.           Caption = '(0 = fastest)'
  564.         end
  565.         object cbSSUseTrans: TCheckBox
  566.           Left = 10
  567.           Top = 18
  568.           Width = 97
  569.           Height = 17
  570.           Caption = 'Use Transitions'
  571.           TabOrder = 0
  572.           OnClick = cbSSUseTransClick
  573.         end
  574.         object cbSSTransEffect: TComboBox
  575.           Left = 64
  576.           Top = 38
  577.           Width = 145
  578.           Height = 21
  579.           Style = csDropDownList
  580.           ItemHeight = 13
  581.           ItemIndex = 0
  582.           TabOrder = 1
  583.           Text = 'Random'
  584.           Items.Strings = (
  585.             'Random'
  586.             'Blinds'
  587.             'Blocks'
  588.             'Center'
  589.             'Lovres'
  590.             'Random blocks'
  591.             'Sprinkle'
  592.             'Squares in'
  593.             'Squares out'
  594.             'Wipe from bottom'
  595.             'Wipe from left'
  596.             'Wipe from right'
  597.             'Wipe from top'
  598.             'Zig zag')
  599.         end
  600.         object EditSSTransDelay: TSpinEdit
  601.           Left = 64
  602.           Top = 62
  603.           Width = 57
  604.           Height = 22
  605.           MaxValue = 100
  606.           MinValue = 0
  607.           TabOrder = 2
  608.           Value = 10
  609.         end
  610.         object cbSSTransDissolve: TCheckBox
  611.           Left = 64
  612.           Top = 86
  613.           Width = 137
  614.           Height = 17
  615.           Caption = 'Dissolve Prior Image'
  616.           TabOrder = 3
  617.         end
  618.       end
  619.       object GroupBox17: TGroupBox
  620.         Left = 232
  621.         Top = 60
  622.         Width = 225
  623.         Height = 78
  624.         Caption = 'Display Options'
  625.         TabOrder = 2
  626.         object Label17: TLabel
  627.           Left = 12
  628.           Top = 45
  629.           Width = 61
  630.           Height = 13
  631.           Caption = 'Delay (secs.)'
  632.         end
  633.         object EditScreenSaverDelay: TSpinEdit
  634.           Left = 85
  635.           Top = 41
  636.           Width = 57
  637.           Height = 22
  638.           MaxValue = 999
  639.           MinValue = 1
  640.           TabOrder = 0
  641.           Value = 5
  642.         end
  643.         object cbRandomOrder: TCheckBox
  644.           Left = 10
  645.           Top = 21
  646.           Width = 150
  647.           Height = 17
  648.           Caption = 'Display in random order'
  649.           Checked = True
  650.           State = cbChecked
  651.           TabOrder = 1
  652.         end
  653.       end
  654.     end
  655.     object tsFullScn: TTabSheet
  656.       HelpContext = 205
  657.       Caption = 'Full Screen'
  658.       ImageIndex = 6
  659.       OnShow = tsFullScnShow
  660.       object GroupBox6: TGroupBox
  661.         Left = 8
  662.         Top = 8
  663.         Width = 209
  664.         Height = 177
  665.         Caption = 'Display'
  666.         TabOrder = 0
  667.         object Label6: TLabel
  668.           Left = 15
  669.           Top = 68
  670.           Width = 100
  671.           Height = 13
  672.           Caption = 'Max. scaling factor %'
  673.         end
  674.         object Label3: TLabel
  675.           Left = 15
  676.           Top = 96
  677.           Width = 85
  678.           Height = 13
  679.           Caption = 'Background Color'
  680.         end
  681.         object btnGetColor: TCoolButton
  682.           Left = 146
  683.           Top = 90
  684.           Width = 49
  685.           Height = 25
  686.           Hint = 'Click to change color'
  687.           AutoRun = False
  688.           AutoSize = False
  689.           MaxWidth = 400
  690.           ParentShowHint = False
  691.           ShowHint = True
  692.           HTMLButton = False
  693.           ColorSelector = True
  694.           Color = clMaroon
  695.         end
  696.         object Label21: TLabel
  697.           Left = 17
  698.           Top = 20
  699.           Width = 47
  700.           Height = 13
  701.           Caption = 'Initial Size'
  702.         end
  703.         object Label28: TLabel
  704.           Left = 17
  705.           Top = 44
  706.           Width = 43
  707.           Height = 13
  708.           Caption = 'Algorithm'
  709.         end
  710.         object EditMaxScaling: TSpinEdit
  711.           Left = 146
  712.           Top = 64
  713.           Width = 49
  714.           Height = 22
  715.           MaxValue = 500
  716.           MinValue = 100
  717.           TabOrder = 0
  718.           Value = 250
  719.         end
  720.         object cbDispCaptionbar: TCheckBox
  721.           Left = 15
  722.           Top = 134
  723.           Width = 145
  724.           Height = 17
  725.           Caption = 'Display captions'
  726.           TabOrder = 1
  727.         end
  728.         object cbFullScnToolbar: TCheckBox
  729.           Left = 15
  730.           Top = 116
  731.           Width = 135
  732.           Height = 17
  733.           Caption = 'Display thumbnails'
  734.           TabOrder = 2
  735.         end
  736.         object cbStatusBar: TCheckBox
  737.           Left = 15
  738.           Top = 152
  739.           Width = 143
  740.           Height = 17
  741.           Caption = 'Display status bar'
  742.           TabOrder = 3
  743.         end
  744.         object cbStartupSize: TComboBox
  745.           Left = 77
  746.           Top = 16
  747.           Width = 118
  748.           Height = 21
  749.           Style = csDropDownList
  750.           DropDownCount = 9
  751.           ItemHeight = 13
  752.           ItemIndex = 0
  753.           TabOrder = 4
  754.           Text = 'Fit To Screen'
  755.           Items.Strings = (
  756.             'Fit To Screen'
  757.             '500%'
  758.             '200%'
  759.             '150%'
  760.             '100%'
  761.             '75%'
  762.             '50%'
  763.             '25%'
  764.             '10%')
  765.         end
  766.         object cbDisplayMethod: TComboBox
  767.           Left = 77
  768.           Top = 40
  769.           Width = 118
  770.           Height = 21
  771.           Style = csDropDownList
  772.           ItemHeight = 13
  773.           TabOrder = 5
  774.           Items.Strings = (
  775.             'Nearest Neighbor'
  776.             'Preserve Black'
  777.             'Preserve White'
  778.             'Bilinear'
  779.             'Cubic'
  780.             'Mitchell'
  781.             'Lanczos')
  782.         end
  783.       end
  784.       object GroupBox1: TGroupBox
  785.         Left = 224
  786.         Top = 191
  787.         Width = 225
  788.         Height = 82
  789.         Caption = 'Slide Show'
  790.         TabOrder = 1
  791.         object Label2: TLabel
  792.           Left = 17
  793.           Top = 26
  794.           Width = 110
  795.           Height = 13
  796.           Caption = 'Slide show delay (secs)'
  797.         end
  798.         object EditSlideShowDelay: TSpinEdit
  799.           Left = 142
  800.           Top = 22
  801.           Width = 49
  802.           Height = 22
  803.           MaxValue = 100
  804.           MinValue = 0
  805.           TabOrder = 0
  806.           Value = 0
  807.         end
  808.         object ckbCycleSlideShow: TCheckBox
  809.           Left = 17
  810.           Top = 54
  811.           Width = 113
  812.           Height = 17
  813.           Caption = 'Cycle slide show'
  814.           Checked = True
  815.           State = cbChecked
  816.           TabOrder = 1
  817.         end
  818.       end
  819.       object GroupBox18: TGroupBox
  820.         Left = 224
  821.         Top = 8
  822.         Width = 225
  823.         Height = 177
  824.         Caption = 'Transition Effects'
  825.         TabOrder = 2
  826.         object Label34: TLabel
  827.           Left = 32
  828.           Top = 44
  829.           Width = 28
  830.           Height = 13
  831.           Caption = 'Effect'
  832.         end
  833.         object Label35: TLabel
  834.           Left = 32
  835.           Top = 67
  836.           Width = 27
  837.           Height = 13
  838.           Caption = 'Delay'
  839.         end
  840.         object Label36: TLabel
  841.           Left = 126
  842.           Top = 67
  843.           Width = 55
  844.           Height = 13
  845.           Caption = '(0 = fastest)'
  846.         end
  847.         object cbUseTrans: TCheckBox
  848.           Left = 10
  849.           Top = 20
  850.           Width = 97
  851.           Height = 17
  852.           Caption = 'Use Transitions'
  853.           TabOrder = 0
  854.           OnClick = cbUseTransClick
  855.         end
  856.         object cbTransEffect: TComboBox
  857.           Left = 64
  858.           Top = 40
  859.           Width = 145
  860.           Height = 21
  861.           Style = csDropDownList
  862.           ItemHeight = 13
  863.           ItemIndex = 0
  864.           TabOrder = 1
  865.           Text = 'Random'
  866.           Items.Strings = (
  867.             'Random'
  868.             'Blinds'
  869.             'Blocks'
  870.             'Center'
  871.             'Lovres'
  872.             'Random blocks'
  873.             'Sprinkle'
  874.             'Squares in'
  875.             'Squares out'
  876.             'Wipe from bottom'
  877.             'Wipe from left'
  878.             'Wipe from right'
  879.             'Wipe from top'
  880.             'Zig zag')
  881.         end
  882.         object EditTransDelay: TSpinEdit
  883.           Left = 64
  884.           Top = 64
  885.           Width = 57
  886.           Height = 22
  887.           MaxValue = 100
  888.           MinValue = 0
  889.           TabOrder = 2
  890.           Value = 10
  891.         end
  892.         object cbTransDissolve: TCheckBox
  893.           Left = 64
  894.           Top = 88
  895.           Width = 137
  896.           Height = 17
  897.           Caption = 'Dissolve Prior Image'
  898.           TabOrder = 3
  899.         end
  900.         object cbDispLoading: TCheckBox
  901.           Left = 10
  902.           Top = 111
  903.           Width = 199
  904.           Height = 17
  905.           Caption = 'Display "Loading..." Message'
  906.           TabOrder = 4
  907.         end
  908.       end
  909.       object GroupBox19: TGroupBox
  910.         Left = 8
  911.         Top = 191
  912.         Width = 209
  913.         Height = 82
  914.         Caption = 'Navigation options'
  915.         TabOrder = 3
  916.         object Label23: TLabel
  917.           Left = 13
  918.           Top = 27
  919.           Width = 63
  920.           Height = 13
  921.           Caption = 'Mouse wheel'
  922.         end
  923.         object cbFSMouseWheel: TComboBox
  924.           Left = 85
  925.           Top = 24
  926.           Width = 109
  927.           Height = 21
  928.           Style = csDropDownList
  929.           ItemHeight = 13
  930.           ItemIndex = 0
  931.           TabOrder = 0
  932.           Text = 'Scrolls pictures'
  933.           Items.Strings = (
  934.             'Scrolls pictures'
  935.             'Zooms in/out')
  936.         end
  937.       end
  938.     end
  939.     object tsPrefs: TTabSheet
  940.       HelpContext = 206
  941.       Caption = 'Sync'
  942.       ImageIndex = 7
  943.       object GroupBox7: TGroupBox
  944.         Left = 16
  945.         Top = 5
  946.         Width = 441
  947.         Height = 97
  948.         Caption = 'Communication Setup'
  949.         TabOrder = 0
  950.         object Label25: TLabel
  951.           Left = 45
  952.           Top = 72
  953.           Width = 22
  954.           Height = 13
  955.           Caption = 'Host'
  956.         end
  957.         object Label26: TLabel
  958.           Left = 221
  959.           Top = 71
  960.           Width = 19
  961.           Height = 13
  962.           Caption = 'Port'
  963.         end
  964.         object Label30: TLabel
  965.           Left = 189
  966.           Top = 17
  967.           Width = 85
  968.           Height = 13
  969.           Caption = 'Number of Retries'
  970.         end
  971.         object rbProxyDefault: TRadioButton
  972.           Left = 18
  973.           Top = 17
  974.           Width = 167
  975.           Height = 17
  976.           Caption = 'Use default browser settings'
  977.           TabOrder = 0
  978.           OnClick = OnChangeProxy
  979.         end
  980.         object rbNoProxy: TRadioButton
  981.           Left = 18
  982.           Top = 33
  983.           Width = 113
  984.           Height = 17
  985.           Caption = 'Do not use a proxy'
  986.           TabOrder = 1
  987.           OnClick = OnChangeProxy
  988.         end
  989.         object rbManualProxy: TRadioButton
  990.           Left = 18
  991.           Top = 49
  992.           Width = 177
  993.           Height = 17
  994.           Caption = 'Use manual proxy settings'
  995.           TabOrder = 2
  996.           OnClick = OnChangeProxy
  997.         end
  998.         object EditProxyHost: TEdit
  999.           Left = 76
  1000.           Top = 68
  1001.           Width = 121
  1002.           Height = 21
  1003.           TabOrder = 3
  1004.         end
  1005.         object EditProxyPort: TEdit
  1006.           Left = 252
  1007.           Top = 67
  1008.           Width = 55
  1009.           Height = 21
  1010.           TabOrder = 4
  1011.         end
  1012.         object EditNumRetries: TSpinEdit
  1013.           Left = 279
  1014.           Top = 14
  1015.           Width = 45
  1016.           Height = 22
  1017.           MaxValue = 10
  1018.           MinValue = 0
  1019.           TabOrder = 5
  1020.           Value = 2
  1021.         end
  1022.       end
  1023.       object GroupBox21: TGroupBox
  1024.         Left = 16
  1025.         Top = 201
  1026.         Width = 441
  1027.         Height = 90
  1028.         Caption = 'Other'
  1029.         TabOrder = 1
  1030.         object cbVerifyVersion: TCheckBox
  1031.           Left = 14
  1032.           Top = 32
  1033.           Width = 187
  1034.           Height = 17
  1035.           Caption = 'Verify FotoAlbum is latest version'
  1036.           TabOrder = 0
  1037.         end
  1038.         object cbBackupSyncFiles: TCheckBox
  1039.           Left = 14
  1040.           Top = 16
  1041.           Width = 169
  1042.           Height = 17
  1043.           Caption = 'Backup any modified pictures'
  1044.           TabOrder = 1
  1045.         end
  1046.         object cbDebugSync: TCheckBox
  1047.           Left = 217
  1048.           Top = 16
  1049.           Width = 184
  1050.           Height = 17
  1051.           Caption = 'Display additional tooltip info'
  1052.           TabOrder = 2
  1053.         end
  1054.         object cbAutoSelPc: TCheckBox
  1055.           Left = 14
  1056.           Top = 48
  1057.           Width = 163
  1058.           Height = 17
  1059.           Caption = 'Auto-select PC Updates'
  1060.           TabOrder = 3
  1061.         end
  1062.         object cbAutoSelWeb: TCheckBox
  1063.           Left = 217
  1064.           Top = 32
  1065.           Width = 170
  1066.           Height = 17
  1067.           Caption = 'Auto-select Web Updates'
  1068.           TabOrder = 4
  1069.         end
  1070.       end
  1071.       object GroupBox8: TGroupBox
  1072.         Left = 17
  1073.         Top = 106
  1074.         Width = 440
  1075.         Height = 90
  1076.         Caption = 'Default Compression'
  1077.         TabOrder = 2
  1078.         object LblReduce: TLabel
  1079.           Left = 32
  1080.           Top = 40
  1081.           Width = 50
  1082.           Height = 13
  1083.           Caption = 'Reduce to'
  1084.         end
  1085.         object LblCompress: TLabel
  1086.           Left = 32
  1087.           Top = 63
  1088.           Width = 60
  1089.           Height = 13
  1090.           Caption = 'Compression'
  1091.         end
  1092.         object cbWebReduce: TCheckBox
  1093.           Left = 13
  1094.           Top = 14
  1095.           Width = 188
  1096.           Height = 17
  1097.           Caption = 'Reduce picture on web (JPEG)'
  1098.           TabOrder = 0
  1099.           OnClick = cbWebReduceClick
  1100.         end
  1101.         object cbWebReduceAmt: TComboBox
  1102.           Left = 96
  1103.           Top = 36
  1104.           Width = 161
  1105.           Height = 21
  1106.           Style = csDropDownList
  1107.           ItemHeight = 13
  1108.           TabOrder = 1
  1109.           OnClick = cbWebReduceAmtClick
  1110.           Items.Strings = (
  1111.             'No reduction'
  1112.             '640x480'
  1113.             '800x600'
  1114.             '1024x768'
  1115.             '1280x1024'
  1116.             '1600x1200')
  1117.         end
  1118.         object cbWebCompression: TComboBox
  1119.           Left = 96
  1120.           Top = 60
  1121.           Width = 161
  1122.           Height = 21
  1123.           Style = csDropDownList
  1124.           ItemHeight = 13
  1125.           ItemIndex = 2
  1126.           TabOrder = 2
  1127.           Text = '75 = Average compression'
  1128.           OnClick = cbWebCompressionClick
  1129.           Items.Strings = (
  1130.             '55 = Very high compression'
  1131.             '65 = High compression'
  1132.             '75 = Average compression'
  1133.             '85 = Low compression'
  1134.             '95 = Minimal compression')
  1135.         end
  1136.         object cbApplyToAll: TCheckBox
  1137.           Left = 265
  1138.           Top = 62
  1139.           Width = 160
  1140.           Height = 17
  1141.           Caption = 'Change all current values'
  1142.           TabOrder = 3
  1143.         end
  1144.       end
  1145.     end
  1146.     object TabSheet1: TTabSheet
  1147.       HelpContext = 488
  1148.       Caption = 'E-Mail'
  1149.       ImageIndex = 6
  1150.       OnShow = TabSheet1Show
  1151.       object GroupBox14: TGroupBox
  1152.         Left = 9
  1153.         Top = 87
  1154.         Width = 440
  1155.         Height = 109
  1156.         Caption = 'Size of image attachments'
  1157.         TabOrder = 0
  1158.         object Label16: TLabel
  1159.           Left = 79
  1160.           Top = 19
  1161.           Width = 47
  1162.           Height = 13
  1163.           Caption = '(300x300)'
  1164.         end
  1165.         object Label19: TLabel
  1166.           Left = 79
  1167.           Top = 35
  1168.           Width = 47
  1169.           Height = 13
  1170.           Caption = '(600x600)'
  1171.         end
  1172.         object Label20: TLabel
  1173.           Left = 79
  1174.           Top = 51
  1175.           Width = 47
  1176.           Height = 13
  1177.           Caption = '(800x800)'
  1178.         end
  1179.         object rbSmall: TRadioButton
  1180.           Left = 16
  1181.           Top = 18
  1182.           Width = 61
  1183.           Height = 17
  1184.           Caption = 'Small'
  1185.           TabOrder = 0
  1186.         end
  1187.         object rbMedium: TRadioButton
  1188.           Left = 16
  1189.           Top = 34
  1190.           Width = 61
  1191.           Height = 17
  1192.           Caption = 'Medium'
  1193.           Checked = True
  1194.           TabOrder = 1
  1195.           TabStop = True
  1196.         end
  1197.         object rbLarge: TRadioButton
  1198.           Left = 16
  1199.           Top = 50
  1200.           Width = 61
  1201.           Height = 17
  1202.           Caption = 'Large'
  1203.           TabOrder = 2
  1204.         end
  1205.         object rbOriginal: TRadioButton
  1206.           Left = 16
  1207.           Top = 66
  1208.           Width = 61
  1209.           Height = 17
  1210.           Caption = 'Original'
  1211.           TabOrder = 3
  1212.         end
  1213.         object rbCustom: TRadioButton
  1214.           Left = 16
  1215.           Top = 82
  1216.           Width = 77
  1217.           Height = 17
  1218.           Caption = 'Custom '
  1219.           TabOrder = 4
  1220.         end
  1221.         object seMaxWidth: TSpinEdit
  1222.           Left = 80
  1223.           Top = 81
  1224.           Width = 74
  1225.           Height = 22
  1226.           MaxValue = 3000
  1227.           MinValue = 50
  1228.           TabOrder = 5
  1229.           Value = 50
  1230.         end
  1231.       end
  1232.       object GroupBox15: TGroupBox
  1233.         Left = 8
  1234.         Top = 14
  1235.         Width = 441
  1236.         Height = 61
  1237.         Caption = 'E-mail method'
  1238.         TabOrder = 1
  1239.         object SpeedButton2: TSpeedButton
  1240.           Left = 145
  1241.           Top = 14
  1242.           Width = 82
  1243.           Height = 22
  1244.           Caption = 'Define SMTP...'
  1245.           OnClick = SpeedButton2Click
  1246.         end
  1247.         object rbUseSMTP: TRadioButton
  1248.           Left = 16
  1249.           Top = 18
  1250.           Width = 113
  1251.           Height = 17
  1252.           Caption = 'Use built-in E-mail'
  1253.           TabOrder = 0
  1254.         end
  1255.         object rbQuickMapi: TRadioButton
  1256.           Left = 16
  1257.           Top = 39
  1258.           Width = 209
  1259.           Height = 17
  1260.           Caption = 'Use default mail client (quick launch)'
  1261.           TabOrder = 1
  1262.         end
  1263.       end
  1264.       object GroupBox20: TGroupBox
  1265.         Left = 9
  1266.         Top = 209
  1267.         Width = 440
  1268.         Height = 73
  1269.         Caption = 'JPEG Compression Level'
  1270.         TabOrder = 2
  1271.         object Label10: TLabel
  1272.           Left = 15
  1273.           Top = 25
  1274.           Width = 36
  1275.           Height = 13
  1276.           Caption = 'Amount'
  1277.         end
  1278.         object Label13: TLabel
  1279.           Left = 128
  1280.           Top = 52
  1281.           Width = 86
  1282.           Height = 13
  1283.           Caption = 'Most Compression'
  1284.         end
  1285.         object Label14: TLabel
  1286.           Left = 356
  1287.           Top = 52
  1288.           Width = 56
  1289.           Height = 13
  1290.           Caption = 'Best Quality'
  1291.         end
  1292.         object seCompress: TSpinEdit
  1293.           Left = 56
  1294.           Top = 22
  1295.           Width = 57
  1296.           Height = 22
  1297.           MaxValue = 100
  1298.           MinValue = 0
  1299.           TabOrder = 0
  1300.           Value = 0
  1301.           OnChange = seCompressChange
  1302.         end
  1303.         object tbCompress: TTrackBar
  1304.           Left = 144
  1305.           Top = 20
  1306.           Width = 257
  1307.           Height = 33
  1308.           Max = 100
  1309.           Frequency = 5
  1310.           TabOrder = 1
  1311.           OnChange = tbCompressChange
  1312.         end
  1313.       end
  1314.     end
  1315.     object tsCompatibility: TTabSheet
  1316.       HelpContext = 526
  1317.       Caption = 'CD/DVD'
  1318.       ImageIndex = 7
  1319.       object GroupBox23: TGroupBox
  1320.         Left = 24
  1321.         Top = 16
  1322.         Width = 417
  1323.         Height = 121
  1324.         Caption = 'Compatibility'
  1325.         TabOrder = 0
  1326.         object rbUseNero: TRadioButton
  1327.           Left = 15
  1328.           Top = 19
  1329.           Width = 113
  1330.           Height = 17
  1331.           Caption = 'Use Nero'
  1332.           Checked = True
  1333.           TabOrder = 0
  1334.           TabStop = True
  1335.         end
  1336.         object rbUseCDDVDPro: TRadioButton
  1337.           Left = 15
  1338.           Top = 38
  1339.           Width = 146
  1340.           Height = 17
  1341.           Caption = 'Use CD/DVD Writer Pro'
  1342.           TabOrder = 1
  1343.         end
  1344.         object rbUseMagic: TRadioButton
  1345.           Left = 15
  1346.           Top = 58
  1347.           Width = 137
  1348.           Height = 17
  1349.           Caption = 'Use Binary Magics'
  1350.           TabOrder = 2
  1351.         end
  1352.       end
  1353.     end
  1354.   end
  1355.   object BtnHelp: TButton
  1356.     Left = 8
  1357.     Top = 336
  1358.     Width = 75
  1359.     Height = 25
  1360.     Anchors = [akLeft, akBottom]
  1361.     Caption = 'Help'
  1362.     TabOrder = 1
  1363.     OnClick = BtnHelpClick
  1364.   end
  1365.   object BtnOK: TButton
  1366.     Left = 314
  1367.     Top = 336
  1368.     Width = 75
  1369.     Height = 25
  1370.     Anchors = [akRight, akBottom]
  1371.     Caption = 'OK'
  1372.     Default = True
  1373.     TabOrder = 2
  1374.     OnClick = BtnOKClick
  1375.   end
  1376.   object BtnCancel: TButton
  1377.     Left = 395
  1378.     Top = 336
  1379.     Width = 75
  1380.     Height = 25
  1381.     Anchors = [akRight, akBottom]
  1382.     Cancel = True
  1383.     Caption = 'Cancel'
  1384.     ModalResult = 2
  1385.     TabOrder = 3
  1386.   end
  1387.   object Email1: TEmail
  1388.     DownLoadFirst = False
  1389.     NewSession = False
  1390.     UnreadOnly = False
  1391.     Left = 440
  1392.     Top = 24
  1393.   end
  1394. end
  1395.