home *** CD-ROM | disk | FTP | other *** search
- object FormImportDataFormat: TFormImportDataFormat
- Left = 442
- Top = 106
- Width = 569
- Height = 298
- Caption = 'Import data format'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 561
- Height = 99
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 32
- Top = 8
- Width = 324
- Height = 13
- Caption =
- 'In order to import data from a data file, the file must follow t' +
- 'hese rules:'
- end
- object Label2: TLabel
- Left = 32
- Top = 24
- Width = 225
- Height = 13
- Caption = '1. A single column heading row must be present'
- end
- object Label3: TLabel
- Left = 32
- Top = 40
- Width = 378
- Height = 13
- Caption =
- '2. The column headings must match the ones shown below (Not all ' +
- 'are required)'
- end
- object Label4: TLabel
- Left = 32
- Top = 56
- Width = 283
- Height = 13
- Caption = '3. Either the Filename or Picture ID column must be supplied'
- end
- object Label5: TLabel
- Left = 32
- Top = 72
- Width = 476
- Height = 13
- Caption =
- '4. All rows must be standard CSV format (commas between values w' +
- 'ith double quotes around values)'
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 230
- Width = 561
- Height = 41
- Align = alBottom
- TabOrder = 1
- object Button1: TButton
- Left = 264
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object Memo1: TMemo
- Left = 0
- Top = 99
- Width = 561
- Height = 131
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier'
- Font.Style = []
- Lines.Strings = (
-
- '"Picture ID","Filename","Caption","Picture Date","Keywords","Pub' +
- 'lished","Albums"'
-
- '"{3898C359-AAE9-4DA4-B427-F7873195F75A}","C:\Pics\Test1.jpg","A ' +
- 'sample caption","7/19/2003 4:21:00 PM","Pool","Public","My Pics"'
-
- '"{B2282C62-69D9-42CD-9BE6-CD9FE341E9BA}","C:\Pics\Test2.jpg","",' +
- '"7/19/2003 5:49:53 PM","","", "My Pics"'
-
- '"","C:\Pics\Test3.jpg","","7/20/2003 12:05:03 PM","Keyword", "Pr' +
- 'ivate", ""'
-
- '"","C:\Pics\Test4.jpg","Another sample","8/6/2003 7:11:39","Keyw' +
- 'ord1 Keyword2", "Not", "Album1,Album2"'
-
- '"","C:\Pics\Test5.jpg","Caption Sample","8/6/2003 7:13:22","", "' +
- 'Public", ""')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssHorizontal
- TabOrder = 2
- WordWrap = False
- end
- end
-