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

  1. object FormExifUpdater: TFormExifUpdater
  2.   Left = 470
  3.   Top = 317
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'EXIF Updater'
  7.   ClientHeight = 301
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 260
  24.     Width = 369
  25.     Height = 41
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     DesignSize = (
  30.       369
  31.       41)
  32.     object BtnCancel: TButton
  33.       Left = 264
  34.       Top = 8
  35.       Width = 75
  36.       Height = 25
  37.       Anchors = [akTop, akRight]
  38.       Cancel = True
  39.       Caption = 'Cancel'
  40.       TabOrder = 0
  41.       OnClick = BtnCancelClick
  42.     end
  43.     object BtnGo: TButton
  44.       Left = 176
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Anchors = [akTop, akRight]
  49.       Caption = 'Go'
  50.       TabOrder = 1
  51.       OnClick = BtnGoClick
  52.     end
  53.   end
  54.   object nbUpdater: TNotebook
  55.     Left = 0
  56.     Top = 0
  57.     Width = 369
  58.     Height = 260
  59.     Align = alClient
  60.     TabOrder = 1
  61.     object TPage
  62.       Left = 0
  63.       Top = 0
  64.       Caption = 'pgOptions'
  65.       object Panel2: TPanel
  66.         Left = 0
  67.         Top = 0
  68.         Width = 369
  69.         Height = 260
  70.         Align = alClient
  71.         BevelOuter = bvNone
  72.         Caption = 'Panel2'
  73.         TabOrder = 0
  74.         object Panel3: TPanel
  75.           Left = 0
  76.           Top = 65
  77.           Width = 369
  78.           Height = 195
  79.           Align = alClient
  80.           BevelOuter = bvNone
  81.           TabOrder = 0
  82.           object Bevel1: TBevel
  83.             Left = 0
  84.             Top = 193
  85.             Width = 369
  86.             Height = 2
  87.             Align = alBottom
  88.             Shape = bsBottomLine
  89.           end
  90.           object Bevel2: TBevel
  91.             Left = 0
  92.             Top = 0
  93.             Width = 369
  94.             Height = 2
  95.             Align = alTop
  96.             Shape = bsTopLine
  97.           end
  98.           object GroupBox1: TGroupBox
  99.             Left = 40
  100.             Top = 97
  101.             Width = 273
  102.             Height = 79
  103.             Caption = 'Options'
  104.             TabOrder = 0
  105.             object cbUpdateCaption: TCheckBox
  106.               Left = 16
  107.               Top = 37
  108.               Width = 161
  109.               Height = 17
  110.               Caption = 'Update Caption in EXIF'
  111.               Checked = True
  112.               State = cbChecked
  113.               TabOrder = 0
  114.             end
  115.             object cbUpdateDate: TCheckBox
  116.               Left = 16
  117.               Top = 56
  118.               Width = 161
  119.               Height = 17
  120.               Caption = 'Update picture date in EXIF'
  121.               Checked = True
  122.               State = cbChecked
  123.               TabOrder = 1
  124.             end
  125.             object cbCreateBackupFiles: TCheckBox
  126.               Left = 16
  127.               Top = 19
  128.               Width = 161
  129.               Height = 17
  130.               Caption = 'Create backup files'
  131.               Checked = True
  132.               State = cbChecked
  133.               TabOrder = 2
  134.             end
  135.           end
  136.           object GroupBox2: TGroupBox
  137.             Left = 40
  138.             Top = 12
  139.             Width = 273
  140.             Height = 76
  141.             Caption = 'Images to update'
  142.             TabOrder = 1
  143.             object rbAllImages: TRadioButton
  144.               Left = 16
  145.               Top = 17
  146.               Width = 249
  147.               Height = 17
  148.               Caption = 'All images in Picture Folder'
  149.               TabOrder = 0
  150.             end
  151.             object rbSelected: TRadioButton
  152.               Left = 16
  153.               Top = 51
  154.               Width = 241
  155.               Height = 17
  156.               Caption = 'Selected images'
  157.               Checked = True
  158.               TabOrder = 1
  159.               TabStop = True
  160.             end
  161.             object rbAllDisplayed: TRadioButton
  162.               Left = 16
  163.               Top = 34
  164.               Width = 249
  165.               Height = 17
  166.               Caption = 'All displayed images'
  167.               TabOrder = 2
  168.             end
  169.           end
  170.         end
  171.         object Panel5: TPanel
  172.           Left = 0
  173.           Top = 0
  174.           Width = 369
  175.           Height = 65
  176.           Align = alTop
  177.           BevelOuter = bvNone
  178.           Color = clBtnHighlight
  179.           TabOrder = 1
  180.           object Label1: TLabel
  181.             Left = 8
  182.             Top = 8
  183.             Width = 73
  184.             Height = 13
  185.             Caption = 'Update EXIF'
  186.             Font.Charset = DEFAULT_CHARSET
  187.             Font.Color = clWindowText
  188.             Font.Height = -11
  189.             Font.Name = 'MS Sans Serif'
  190.             Font.Style = [fsBold]
  191.             ParentFont = False
  192.           end
  193.           object Label2: TLabel
  194.             Left = 89
  195.             Top = 8
  196.             Width = 221
  197.             Height = 13
  198.             Caption = 'This feature allows you to update the metadata'
  199.           end
  200.           object Label3: TLabel
  201.             Left = 89
  202.             Top = 24
  203.             Width = 201
  204.             Height = 13
  205.             Caption = 'within your images using a lossless update.'
  206.           end
  207.           object Label4: TLabel
  208.             Left = 89
  209.             Top = 41
  210.             Width = 220
  211.             Height = 13
  212.             Caption = 'Note: This may cause extra FotoSync uploads.'
  213.           end
  214.         end
  215.       end
  216.     end
  217.     object TPage
  218.       Left = 0
  219.       Top = 0
  220.       Caption = 'pgProgress'
  221.       object Panel4: TPanel
  222.         Left = 0
  223.         Top = 49
  224.         Width = 369
  225.         Height = 211
  226.         Align = alClient
  227.         BevelOuter = bvNone
  228.         TabOrder = 0
  229.         DesignSize = (
  230.           369
  231.           211)
  232.         object Bevel3: TBevel
  233.           Left = 0
  234.           Top = 209
  235.           Width = 369
  236.           Height = 2
  237.           Align = alBottom
  238.           Shape = bsBottomLine
  239.         end
  240.         object Bevel4: TBevel
  241.           Left = 0
  242.           Top = 0
  243.           Width = 369
  244.           Height = 2
  245.           Align = alTop
  246.           Shape = bsTopLine
  247.         end
  248.         object LblProgress: TLabel
  249.           Left = 42
  250.           Top = 54
  251.           Width = 296
  252.           Height = 13
  253.           Alignment = taCenter
  254.           Anchors = [akLeft, akTop, akRight]
  255.           AutoSize = False
  256.           Caption = 'Updating'
  257.         end
  258.         object LblProgressFname: TLabel
  259.           Left = 13
  260.           Top = 88
  261.           Width = 346
  262.           Height = 13
  263.           Alignment = taCenter
  264.           Anchors = [akLeft, akTop, akRight]
  265.           AutoSize = False
  266.           Caption = '<filename>'
  267.         end
  268.         object LblProgress3: TLabel
  269.           Left = 13
  270.           Top = 104
  271.           Width = 346
  272.           Height = 13
  273.           Cursor = crHandPoint
  274.           Alignment = taCenter
  275.           Anchors = [akLeft, akTop, akRight]
  276.           AutoSize = False
  277.           Caption = 'LblProgress3'
  278.           Font.Charset = DEFAULT_CHARSET
  279.           Font.Color = clBlue
  280.           Font.Height = -11
  281.           Font.Name = 'MS Sans Serif'
  282.           Font.Style = [fsUnderline]
  283.           ParentFont = False
  284.           Visible = False
  285.           OnClick = LblProgress3Click
  286.         end
  287.         object pbProgress: TProgressBar
  288.           Left = 12
  289.           Top = 70
  290.           Width = 346
  291.           Height = 16
  292.           Anchors = [akLeft, akTop, akRight]
  293.           TabOrder = 0
  294.         end
  295.       end
  296.       object Panel6: TPanel
  297.         Left = 0
  298.         Top = 0
  299.         Width = 369
  300.         Height = 49
  301.         Align = alTop
  302.         BevelOuter = bvNone
  303.         Color = clBtnHighlight
  304.         TabOrder = 1
  305.         object Label5: TLabel
  306.           Left = 16
  307.           Top = 8
  308.           Width = 50
  309.           Height = 13
  310.           Caption = 'Progress'
  311.           Font.Charset = DEFAULT_CHARSET
  312.           Font.Color = clWindowText
  313.           Font.Height = -11
  314.           Font.Name = 'MS Sans Serif'
  315.           Font.Style = [fsBold]
  316.           ParentFont = False
  317.         end
  318.         object Label6: TLabel
  319.           Left = 80
  320.           Top = 8
  321.           Width = 213
  322.           Height = 13
  323.           Caption = 'Your images are being updated.  Please wait.'
  324.         end
  325.       end
  326.     end
  327.   end
  328. end
  329.