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

  1. object FormImportDataFormat: TFormImportDataFormat
  2.   Left = 442
  3.   Top = 106
  4.   Width = 569
  5.   Height = 298
  6.   Caption = 'Import data format'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 561
  21.     Height = 99
  22.     Align = alTop
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 32
  27.       Top = 8
  28.       Width = 324
  29.       Height = 13
  30.       Caption = 
  31.         'In order to import data from a data file, the file must follow t' +
  32.         'hese rules:'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 32
  36.       Top = 24
  37.       Width = 225
  38.       Height = 13
  39.       Caption = '1. A single column heading row must be present'
  40.     end
  41.     object Label3: TLabel
  42.       Left = 32
  43.       Top = 40
  44.       Width = 378
  45.       Height = 13
  46.       Caption = 
  47.         '2. The column headings must match the ones shown below (Not all ' +
  48.         'are required)'
  49.     end
  50.     object Label4: TLabel
  51.       Left = 32
  52.       Top = 56
  53.       Width = 283
  54.       Height = 13
  55.       Caption = '3. Either the Filename or Picture ID column must be supplied'
  56.     end
  57.     object Label5: TLabel
  58.       Left = 32
  59.       Top = 72
  60.       Width = 476
  61.       Height = 13
  62.       Caption = 
  63.         '4. All rows must be standard CSV format (commas between values w' +
  64.         'ith double quotes around values)'
  65.     end
  66.   end
  67.   object Panel2: TPanel
  68.     Left = 0
  69.     Top = 230
  70.     Width = 561
  71.     Height = 41
  72.     Align = alBottom
  73.     TabOrder = 1
  74.     object Button1: TButton
  75.       Left = 264
  76.       Top = 8
  77.       Width = 75
  78.       Height = 25
  79.       Caption = 'Close'
  80.       TabOrder = 0
  81.       OnClick = Button1Click
  82.     end
  83.   end
  84.   object Memo1: TMemo
  85.     Left = 0
  86.     Top = 99
  87.     Width = 561
  88.     Height = 131
  89.     Align = alClient
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Courier'
  94.     Font.Style = []
  95.     Lines.Strings = (
  96.       
  97.         '"Picture ID","Filename","Caption","Picture Date","Keywords","Pub' +
  98.         'lished","Albums"'
  99.       
  100.         '"{3898C359-AAE9-4DA4-B427-F7873195F75A}","C:\Pics\Test1.jpg","A ' +
  101.         'sample caption","7/19/2003 4:21:00 PM","Pool","Public","My Pics"'
  102.       
  103.         '"{B2282C62-69D9-42CD-9BE6-CD9FE341E9BA}","C:\Pics\Test2.jpg","",' +
  104.         '"7/19/2003 5:49:53 PM","","", "My Pics"'
  105.       
  106.         '"","C:\Pics\Test3.jpg","","7/20/2003 12:05:03 PM","Keyword", "Pr' +
  107.         'ivate", ""'
  108.       
  109.         '"","C:\Pics\Test4.jpg","Another sample","8/6/2003 7:11:39","Keyw' +
  110.         'ord1 Keyword2", "Not", "Album1,Album2"'
  111.       
  112.         '"","C:\Pics\Test5.jpg","Caption Sample","8/6/2003 7:13:22","", "' +
  113.         'Public", ""')
  114.     ParentFont = False
  115.     ReadOnly = True
  116.     ScrollBars = ssHorizontal
  117.     TabOrder = 2
  118.     WordWrap = False
  119.   end
  120. end
  121.