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

  1. object FormSetPicDirWiz: TFormSetPicDirWiz
  2.   Left = 339
  3.   Top = 573
  4.   HelpContext = 132
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Set Picture Folder Wizard'
  8.   ClientHeight = 336
  9.   ClientWidth = 471
  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 = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PanelBtm: TPanel
  25.     Left = 0
  26.     Top = 300
  27.     Width = 471
  28.     Height = 36
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object Bevel1: TBevel
  33.       Left = 0
  34.       Top = 0
  35.       Width = 471
  36.       Height = 2
  37.       Align = alTop
  38.       Shape = bsBottomLine
  39.     end
  40.     object PanelBtns: TPanel
  41.       Left = 199
  42.       Top = 2
  43.       Width = 272
  44.       Height = 34
  45.       Align = alRight
  46.       BevelOuter = bvNone
  47.       TabOrder = 0
  48.       object BtnBack: TButton
  49.         Left = 6
  50.         Top = 5
  51.         Width = 75
  52.         Height = 25
  53.         Caption = '< Back'
  54.         TabOrder = 0
  55.         OnClick = BtnBackClick
  56.       end
  57.       object BtnNext: TButton
  58.         Left = 87
  59.         Top = 5
  60.         Width = 75
  61.         Height = 25
  62.         Caption = 'Next >'
  63.         Default = True
  64.         TabOrder = 1
  65.         OnClick = BtnNextClick
  66.       end
  67.       object BtnCancel: TButton
  68.         Left = 190
  69.         Top = 5
  70.         Width = 75
  71.         Height = 25
  72.         Cancel = True
  73.         Caption = 'Cancel'
  74.         TabOrder = 2
  75.         OnClick = BtnCancelClick
  76.       end
  77.     end
  78.     object BtnHelp: TButton
  79.       Left = 16
  80.       Top = 8
  81.       Width = 75
  82.       Height = 25
  83.       Caption = 'Help'
  84.       TabOrder = 1
  85.       OnClick = BtnHelpClick
  86.     end
  87.   end
  88.   object PgSetPicDirWiz: TNotebook
  89.     Left = 0
  90.     Top = 0
  91.     Width = 471
  92.     Height = 300
  93.     Align = alClient
  94.     PageIndex = 1
  95.     TabOrder = 1
  96.     OnPageChanged = PgSetPicDirWizPageChanged
  97.     object TPage
  98.       Left = 0
  99.       Top = 0
  100.       Caption = 'tsWelcome'
  101.       object Panel2: TPanel
  102.         Left = 0
  103.         Top = 0
  104.         Width = 471
  105.         Height = 300
  106.         Align = alClient
  107.         BevelOuter = bvNone
  108.         Caption = 'Panel2'
  109.         TabOrder = 0
  110.         object Image2: TImage
  111.           Left = 0
  112.           Top = 0
  113.           Width = 164
  114.           Height = 300
  115.           Align = alLeft
  116.         end
  117.         object Panel3: TPanel
  118.           Left = 164
  119.           Top = 0
  120.           Width = 307
  121.           Height = 300
  122.           Align = alClient
  123.           BevelOuter = bvNone
  124.           Color = clWindow
  125.           TabOrder = 0
  126.           object Label1: TLabel
  127.             Left = 13
  128.             Top = 16
  129.             Width = 225
  130.             Height = 40
  131.             Caption = 'Welcome to the Set Picture Folder Wizard'
  132.             Font.Charset = DEFAULT_CHARSET
  133.             Font.Color = clWindowText
  134.             Font.Height = -16
  135.             Font.Name = 'MS Sans Serif'
  136.             Font.Style = [fsBold]
  137.             ParentFont = False
  138.             WordWrap = True
  139.           end
  140.           object Label16: TLabel
  141.             Left = 13
  142.             Top = 76
  143.             Width = 267
  144.             Height = 39
  145.             Caption = 
  146.               'This wizard helps you set your picture folder.  FotoAlbum uses t' +
  147.               'his folder to store your pictures and periodically scans this lo' +
  148.               'cation for new pictures.'
  149.             WordWrap = True
  150.           end
  151.           object Label17: TLabel
  152.             Left = 13
  153.             Top = 132
  154.             Width = 238
  155.             Height = 13
  156.             Caption = 'Click Next to continue or Cancel to exit this wizard.'
  157.             WordWrap = True
  158.           end
  159.         end
  160.       end
  161.     end
  162.     object TPage
  163.       Left = 0
  164.       Top = 0
  165.       Caption = 'tsIntro'
  166.       object Panel1: TPanel
  167.         Left = 0
  168.         Top = 0
  169.         Width = 471
  170.         Height = 300
  171.         Align = alClient
  172.         BevelOuter = bvNone
  173.         TabOrder = 0
  174.         object Bevel3: TBevel
  175.           Left = 0
  176.           Top = 49
  177.           Width = 471
  178.           Height = 2
  179.           Align = alTop
  180.           Shape = bsTopLine
  181.         end
  182.         object RbSearch: TRadioButton
  183.           Left = 13
  184.           Top = 59
  185.           Width = 281
  186.           Height = 17
  187.           Caption = 'Search for folders that already contain pictures.'
  188.           Checked = True
  189.           TabOrder = 0
  190.           TabStop = True
  191.         end
  192.         object RbChoose: TRadioButton
  193.           Left = 13
  194.           Top = 81
  195.           Width = 281
  196.           Height = 17
  197.           Caption = 'Choose a picture folder.'
  198.           TabOrder = 1
  199.         end
  200.         object Panel7: TPanel
  201.           Left = 0
  202.           Top = 0
  203.           Width = 471
  204.           Height = 49
  205.           Align = alTop
  206.           BevelOuter = bvNone
  207.           Color = clWindow
  208.           TabOrder = 2
  209.           DesignSize = (
  210.             471
  211.             49)
  212.           object Label10: TLabel
  213.             Left = 96
  214.             Top = 8
  215.             Width = 328
  216.             Height = 13
  217.             Caption = 
  218.               'Let FotoAlbum search for your pictures, or manually specify a lo' +
  219.               'cation.'
  220.           end
  221.           object Label15: TLabel
  222.             Left = 13
  223.             Top = 8
  224.             Width = 44
  225.             Height = 13
  226.             Caption = 'Options'
  227.             Font.Charset = DEFAULT_CHARSET
  228.             Font.Color = clWindowText
  229.             Font.Height = -11
  230.             Font.Name = 'MS Sans Serif'
  231.             Font.Style = [fsBold]
  232.             ParentFont = False
  233.           end
  234.           object LbCurPictFolder: TLabel
  235.             Left = 96
  236.             Top = 23
  237.             Width = 108
  238.             Height = 13
  239.             Anchors = [akLeft, akBottom]
  240.             Caption = 'Current Picture Folder: '
  241.           end
  242.         end
  243.         object JamShellTree1: TJamShellTree
  244.           Left = 32
  245.           Top = 101
  246.           Width = 375
  247.           Height = 194
  248.           RootedAt = SF_DESKTOP
  249.           SpecialFolder = SF_DESKTOP
  250.           OleDragDrop = True
  251.           ShellContextMenu = True
  252.           ShowOptions = [soShowNethood, soShowRecycleBin, soShowErrorMessages]
  253.           Filter = '*'
  254.           ReadOnly = True
  255.           HideSelection = False
  256.           Indent = 19
  257.           TabOrder = 3
  258.           ParentFont = False
  259.           RightClickSelect = True
  260.         end
  261.       end
  262.     end
  263.     object TPage
  264.       Left = 0
  265.       Top = 0
  266.       Caption = 'tsSearchDir'
  267.       object Panel4: TPanel
  268.         Left = 0
  269.         Top = 0
  270.         Width = 471
  271.         Height = 300
  272.         Align = alClient
  273.         BevelOuter = bvNone
  274.         TabOrder = 0
  275.         object LbCurDir: TLabel
  276.           Left = 127
  277.           Top = 80
  278.           Width = 41
  279.           Height = 13
  280.           Caption = 'LbCurDir'
  281.         end
  282.         object Label7: TLabel
  283.           Left = 39
  284.           Top = 80
  285.           Width = 86
  286.           Height = 13
  287.           Caption = 'Searching Folder: '
  288.         end
  289.         object Label8: TLabel
  290.           Left = 23
  291.           Top = 80
  292.           Width = 6
  293.           Height = 15
  294.           Caption = #183
  295.           Font.Charset = SYMBOL_CHARSET
  296.           Font.Color = clWindowText
  297.           Font.Height = -12
  298.           Font.Name = 'Symbol'
  299.           Font.Style = [fsBold]
  300.           ParentFont = False
  301.         end
  302.         object Bevel4: TBevel
  303.           Left = 0
  304.           Top = 49
  305.           Width = 471
  306.           Height = 2
  307.           Align = alTop
  308.           Shape = bsTopLine
  309.         end
  310.         object Panel8: TPanel
  311.           Left = 0
  312.           Top = 0
  313.           Width = 471
  314.           Height = 49
  315.           Align = alTop
  316.           BevelOuter = bvNone
  317.           Color = clWindow
  318.           TabOrder = 0
  319.           DesignSize = (
  320.             471
  321.             49)
  322.           object Label2: TLabel
  323.             Left = 96
  324.             Top = 8
  325.             Width = 139
  326.             Height = 13
  327.             Caption = 'Searching for Picture Folders.'
  328.           end
  329.           object Label9: TLabel
  330.             Left = 13
  331.             Top = 8
  332.             Width = 58
  333.             Height = 13
  334.             Caption = 'Searching'
  335.             Font.Charset = DEFAULT_CHARSET
  336.             Font.Color = clWindowText
  337.             Font.Height = -11
  338.             Font.Name = 'MS Sans Serif'
  339.             Font.Style = [fsBold]
  340.             ParentFont = False
  341.           end
  342.           object Label18: TLabel
  343.             Left = 96
  344.             Top = 23
  345.             Width = 164
  346.             Height = 13
  347.             Anchors = [akLeft, akBottom]
  348.             Caption = 'This may take a couple of minutes.'
  349.           end
  350.         end
  351.       end
  352.     end
  353.     object TPage
  354.       Left = 0
  355.       Top = 0
  356.       Caption = 'tsSearchRslts'
  357.       object Panel5: TPanel
  358.         Left = 0
  359.         Top = 0
  360.         Width = 471
  361.         Height = 300
  362.         Align = alClient
  363.         BevelOuter = bvNone
  364.         TabOrder = 0
  365.         DesignSize = (
  366.           471
  367.           300)
  368.         object Bevel5: TBevel
  369.           Left = 0
  370.           Top = 49
  371.           Width = 471
  372.           Height = 2
  373.           Align = alTop
  374.           Shape = bsTopLine
  375.         end
  376.         object LvDirs: TListView
  377.           Left = 8
  378.           Top = 62
  379.           Width = 449
  380.           Height = 225
  381.           Anchors = [akLeft, akTop, akRight, akBottom]
  382.           Columns = <
  383.             item
  384.               Caption = 'Folder'
  385.               Width = 300
  386.             end
  387.             item
  388.               AutoSize = True
  389.               Caption = 'Number of Pictures'
  390.             end>
  391.           ReadOnly = True
  392.           RowSelect = True
  393.           TabOrder = 0
  394.           ViewStyle = vsReport
  395.           OnClick = LvDirsClick
  396.           OnSelectItem = LvDirsSelectItem
  397.         end
  398.         object Panel9: TPanel
  399.           Left = 0
  400.           Top = 0
  401.           Width = 471
  402.           Height = 49
  403.           Align = alTop
  404.           BevelOuter = bvNone
  405.           Color = clWindow
  406.           TabOrder = 1
  407.           DesignSize = (
  408.             471
  409.             49)
  410.           object Label5: TLabel
  411.             Left = 108
  412.             Top = 8
  413.             Width = 288
  414.             Height = 13
  415.             Caption = 
  416.               'Below is a list of folders that have pictures.  Select a directo' +
  417.               'ry'
  418.           end
  419.           object Label6: TLabel
  420.             Left = 13
  421.             Top = 8
  422.             Width = 76
  423.             Height = 13
  424.             Caption = 'Select Folder'
  425.             Font.Charset = DEFAULT_CHARSET
  426.             Font.Color = clWindowText
  427.             Font.Height = -11
  428.             Font.Name = 'MS Sans Serif'
  429.             Font.Style = [fsBold]
  430.             ParentFont = False
  431.           end
  432.           object Label19: TLabel
  433.             Left = 107
  434.             Top = 23
  435.             Width = 216
  436.             Height = 13
  437.             Anchors = [akLeft, akBottom]
  438.             Caption = 'you want to use as FotoAlbum'#39's picture folder.'
  439.           end
  440.         end
  441.       end
  442.     end
  443.     object TPage
  444.       Left = 0
  445.       Top = 0
  446.       Caption = 'tsConfirm'
  447.       object Panel6: TPanel
  448.         Left = 0
  449.         Top = 0
  450.         Width = 471
  451.         Height = 300
  452.         Align = alClient
  453.         BevelOuter = bvNone
  454.         TabOrder = 0
  455.         DesignSize = (
  456.           471
  457.           300)
  458.         object Label14: TLabel
  459.           Left = 17
  460.           Top = 87
  461.           Width = 212
  462.           Height = 13
  463.           Caption = 'If this folder is correct, click the Finish button.'
  464.         end
  465.         object Label13: TLabel
  466.           Left = 18
  467.           Top = 127
  468.           Width = 65
  469.           Height = 13
  470.           Caption = 'Picture Folder'
  471.         end
  472.         object Bevel2: TBevel
  473.           Left = 0
  474.           Top = 49
  475.           Width = 471
  476.           Height = 2
  477.           Align = alTop
  478.           Shape = bsTopLine
  479.         end
  480.         object EditPicDir: TEdit
  481.           Left = 96
  482.           Top = 123
  483.           Width = 334
  484.           Height = 21
  485.           Anchors = [akLeft, akTop, akRight]
  486.           Color = clInactiveBorder
  487.           ReadOnly = True
  488.           TabOrder = 0
  489.         end
  490.         object Panel10: TPanel
  491.           Left = 0
  492.           Top = 0
  493.           Width = 471
  494.           Height = 49
  495.           Align = alTop
  496.           BevelOuter = bvNone
  497.           Color = clWindow
  498.           TabOrder = 1
  499.           DesignSize = (
  500.             471
  501.             49)
  502.           object Label3: TLabel
  503.             Left = 96
  504.             Top = 8
  505.             Width = 314
  506.             Height = 13
  507.             Caption = 
  508.               'Below is the picture folder that FotoAlbum uses to store all pic' +
  509.               'tures.'
  510.           end
  511.           object Label4: TLabel
  512.             Left = 13
  513.             Top = 8
  514.             Width = 48
  515.             Height = 13
  516.             Caption = 'Finished'
  517.             Font.Charset = DEFAULT_CHARSET
  518.             Font.Color = clWindowText
  519.             Font.Height = -11
  520.             Font.Name = 'MS Sans Serif'
  521.             Font.Style = [fsBold]
  522.             ParentFont = False
  523.           end
  524.           object Label20: TLabel
  525.             Left = 96
  526.             Top = 23
  527.             Width = 298
  528.             Height = 13
  529.             Anchors = [akLeft, akBottom]
  530.             Caption = 
  531.               'FotoAlbum also periodically scans this location for new pictures' +
  532.               '.'
  533.           end
  534.         end
  535.       end
  536.     end
  537.   end
  538. end
  539.